@font-face {
  font-family: "TildaSans";
  src: url("../fonts/TildaSans-Medium.ttf");
}

html {
	font-family: 'TildaSans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height:100%;	
	background-color: #153456;
	background-image: url(../images/103.png);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;  
	/* background-image: linear-gradient(180deg, #153456 0%, #431D61 100%); */
	/* opacity: .5; */
	scroll-behavior: smooth;
}

body {
  min-height: 95%; 
  text-align: center;
  caret-color: transparent;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-size: 19px;
	line-height: 27px;
	letter-spacing: 1px;
	color: #f7f1e5;
	/* background: #0B9F1F; */
	background:#0b5a9f;
	border-radius: 3px;
	border: 0;
	box-shadow: none;
	text-align: center;
	text-shadow: none;
	padding: 10px 15px;
	min-width: 40vw;
	margin-top:25px;
	cursor: pointer;
	caret-color: auto;
}

input[type="text"],
input[type="textDate"], 
input[type="textPasport"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="phone"],
input[type="select"], .targettable, .targettable2, .phoneprefix,
.login select{
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
    font-size: 20px;
    line-height: 27px;
    outline: medium none;
    padding: 10px;
	margin-bottom:15px;
	text-align: center;
	text-align-last: center;
	min-width: 40vw;
	caret-color: auto;
}

.userSelectedValue{
    min-width: 0vw !important;
    font-size: 14px !important;
    line-height: 10px !important;
    margin: 0px !important;
    text-align: left !important;
    text-align-last: left !important;
    padding-left: 2px !important;
    padding-right: 2px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
} 

.userSelectedValue_150{
	max-width: 150px !important;
}
 
.userSelectedValue_110{
	max-width: 110px !important;
} 
.userSelectedValue_95{
	max-width: 95px !important;
} 

.userSelectedValue_55{
	color:#000;
	max-width: 55px !important;
}

body,
button,
input,
select,
textarea {
	color: #f7f1e5; 
	font-family: 'TildaSans',  'Arial';
	font-size: 17px;
	line-height: 27px;
}

button:hover {
	background: #0B9F1F;
  /* color: #0B9F1F; */
  	transition: .5s;
	transition-timing-function: cubic-bezier(.58,.3,.005,1);
}

input {
	margin-top: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin-top: 10px;
}

p {
	/*margin-bottom: 1.5em;
	margin-top: 0;*/
}

a {
	color:#f7f1e5; 
	/* 	color: #666;*/
	text-decoration:none;
}

input[type='checkbox'] {
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
  accent-color: #0B9F1F;
}

.topmenu {
 	margin-top:25px !important; 
	position:absolute; 
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width:250px;
}

.menuarea{
    top: 35px;
	left:0px;
    position: absolute;
    margin: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 92vw;
    height: 92vh;
}

.logincontent{
    margin-top: 20vh;
}

.pagetitle {
	margin-top:130px !important;
	position:absolute; 
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.controlpagetitle {
	z-index: 0;
    position: fixed;
    top: 20px;
    display: flex;
    width: 90vw;
    font-size: 24px;
    justify-content: center;
    font-weight: normal;
}

.controlbuttonpanel {
    display: flex;
    /* background-color: #bebebe; */
    color: #fff;
    position: fixed;
    top: 50px;
    /* width: 450px; */
    font-size: 12px;
    justify-content: space-between;
    font-weight: normal;
    flex-wrap: nowrap;
}

.controlbutton1{
    display: inline-block;
	padding-left: 5px;
    padding-right: 5px;
}

.controlbutton1 .error{
	font-size:16px;
	font-weight:bold !important;
	color: #eb9b9b; 
	text-shadow: 0px 0px 1px white;
}

.controlbutton1 .description{
    display: block;
	min-width: 30px; 
	height: 30px; 
	font-size:16px;
	color:#f7f1e5;
	text-shadow: 0px 0px 1px white;
	padding-left: 15px;
}

.controlbutton1 .inputplus{
	background-image: url(../images/ButtonPlusGreen.png);
    background-size: cover;
    display: block;
    font-size: 14px;
    font-weight: normal;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    margin-top: 3px;
    margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
    background-color: #fff0;
	padding: 0px;
	margin-top: 3px;
}

.controlbutton1 .inputupdate{
	background-image: url(../images/ButtonUpdateGreen.png);
    background-size: cover;
    display: block;
    font-size: 14px;
    font-weight: normal;
    min-width: 24px;
    max-width: 24px;
    min-height: 24px;
    max-height: 24px;
    margin-top: 3px;
    margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
    background-color: #fff0;
	padding: 0px;
	margin-top: 3px;
}

.controlbutton1 .inputsort{
    background-size: cover;
    display: block;
    font-size: 14px;
    font-weight: normal;
    min-width: 20px;
    max-width: 20px;
    min-height: 20px;
    max-height: 20px;
	margin-left: 0px;
	margin-right: 5px;
    background-color: #fff0;
	padding: 0px;
}

.controlbutton1 .asc{
	background-image: url(../images/sortup.png);
    background-size: cover;
	margin-top: 3px;
	margin-bottom: 3px;
}

.controlbutton1 .desc{
	background-image: url(../images/sortdown.png);
	margin-top: 3px;
	margin-bottom: 3px;
}

.controlbutton1 .plus{
	background-image: url(../images/ButtonPlusGreen.png);
    background-size: cover;
    display: block;
    font-size: 14px;
    font-weight: normal;
	min-width: 24px; 
	height: 24px; 
	margin: 5px;
	}

.controlbutton1 .reset{
	background-image: url(../images/ButtonStop.png);
    background-size: cover;
    display: block;
    font-size: 14px;
    font-weight: normal;
	min-width: 24px; 
	height: 24px; 
    margin-top: 2px;
    margin-bottom: 5px;
	margin-left: 0px;
	margin-right: 5px;
}

.sortinputpanel{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
	margin-top:5px;
	
}


.login {
 	margin-top:195px !important; 
	position:absolute; 
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.errorsandsuccesses {
 	/* margin-top:175px !important;  */
	/* position:absolute;  */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;	
}

.error {
	font-weight:bold !important;
	color: #f00; 
	/* text-shadow: h-shadow; */
	text-shadow: 0px 0px 1px white;
}

.succes{
	color: #fff;	
}

.forms_content {
	margin-top:180px !important;
	position:absolute; 
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
}

.content{
	margin-top:20px;
}

.selectedtopmenu {
	text-decoration: underline;
}

.formMailactive {
	position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.textFormMailactive{
	margin-bottom: -15px;	
}

.licensecontent {
	width: 550px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	margin-bottom: 60px;
}

.controllicensecontent {
	width: 100hv;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	text-align: center;
	margin-bottom: 60px;
}

.backmenu{
	padding-right:20px;
}

.backmenu button{
	background-image: url(../images/ButtonMenu3.png);
    background-repeat: no-repeat;
    background-color: #708c9c;
    min-width: 47px;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    left: 0;
    right: 0;
    background-size: cover;
    border-radius: 25px;
    float: right;
}

.exitmenu{
	margin-right: 75px;
}

.exitmenu button{
	background-image: url(../images/Exit.png);
    background-repeat: no-repeat;
    background-color: #708c9c;
    min-width: 47px;
    height: 47px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    left: 0;
    right: 0;
    background-size: cover;
    border-radius: 25px;
    float: right;
}

/* Table */
.table {
	display: table;
	width: auto;
	border: 0px solid #666666;
	border-spacing: 5px; 
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.licensetable{
	width: 30vw;	
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.table_row {
	/* display: table-row; */
	width: auto;
	/* clear: both; */
	margin-top:10px;
	    border-radius: 25px;
    padding: 15px;
}

.table_col{
	float: none;
}

.table_row_row{
	display: flex;
	justify-content: space-between;
	padding-left: 25px;
	padding-right: 25px;
}

.table_row_row .date{
	font-family: "";
}

.table_row_distribution{
	font-size:15px;
}

.title_mobile{
	text-align: left;
	color: #ebebeb;
}


 .orderlink {
	cursor: pointer;
	text-decoration:underline;
	text-decoration-color:#bbb;
	font-size:16px;
 }

.basket_title{
	display:inline;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    left: 0;
    right: 0;
}

.licenses_history_title{
	margin-top:0px;
}

.table_row_buy{
	display: table-row;
	width: auto;
	clear: both;
	margin-top:0px;
	font-size:26px;
}

.table_col_color_activated
{
	/* background-color: #708c9c78; */
	background-color: #28698d9e;
	color: #81f72b;
}

.table_col_color_disabled
{
	background-color: #bbbbbbad;
	color: #300;
}

.table_col_color_returned
{
	background-color: #ebebeb29;
	/* color: #300; */
}

.table_col_color_enabled
{
	background-color: #24578cb3;
	/* color: #300; */
}

.table_col_color_ban
{
	background-color: #36000099;
	/* color: #300; */
}

.form_error{
	background:#FBD4D4;
}

/*всплывающее окно*/
/* Всплывающим окном - может быть везде, где угодно */
.licensepopup {

}

/* Фактическое всплывающее окно */
.licensepopup .popupelement {
  visibility: hidden;
  width: 310px;
  background-color: #3092c8;
  color: #fff;
  text-align: center;
  border-radius: 1px; 
  /* padding-left: 5px; */
  position: absolute;
  z-index: 1;
  bottom: 0%;
}

/* Всплывающее окно со стрелками */
.licensepopup .popupelement::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Переключите этот класс - скрыть и показать всплывающее окно */
.hidden {
  visibility: hidden;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.show {
  visibility: visible;
  -webkit-animation: fadeIn 0.5s;
  animation: fadeIn 0.5s;
}

.distributorinfo{
	  visibility: hidden;
	  height: 0px;
	  margin-top:0px;	 
	  margin-bottom:0px;
}

.distributorinfoshow {
	  margin-top:135px;	
	  visibility: visible !important;
	  -webkit-animation: fadeIn 0.5s;
	  animation: fadeIn 0.5s;
}

.distributorinfoshowpresent {
	  margin-top:80px;	
	  visibility: visible !important;
	  -webkit-animation: fadeIn 0.5s;
	  animation: fadeIn 0.5s;
}

.table_col_buy{
		margin: auto;
	margin-left: auto;
    margin-right: auto;
	float:left;
}

.table_col_buy button, input[type="button"]{
    margin-left: 3px;
    margin-right: 3px;
	/* min-width: 360px; */
    min-width: 390px;
    margin-top: 6px;
}

.table_col_buy form{
	margin:0px;
}

.button_bankcards{
    background-color: #f7f1e5;
	color:#000;
}

.logo_bankcards{
	background-image: url(../images/logos/bankcards1.png);
    background-repeat: no-repeat;
    background-color: #f7f1e5;
    min-width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    left: 0;
    right: 0;
    background-size: 30px 30px;
    float: left;
	padding: 0px;
}

.button_sbp{
    background-color: #f7f1e5;
	color:#000;
}

.logo_sbp{
	background-image: url(../images/logos/sbp1.png);
    background-repeat: no-repeat;
    background-color: #f7f1e5;
    min-width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    left: 0;
    right: 0;
    background-size: 30px 30px;
    float: left;
	padding: 0px;
}

.button_sber{
    background-color: #f7f1e5;
	color:#000;
}

.logo_sber{
	background-image: url(../images/logos/sber1.png);
    background-repeat: no-repeat;
    background-color: #f7f1e5;
    min-width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    left: 0;
    right: 0;
    background-size: 30px 30px;
    float: left;
	padding: 0px;
}

.button_youmoney{
    background-color: #f7f1e5;
	color:#000;
}

.logo_youmoney{
	background-image: url(../images/logos/youmoney1.png);
    background-repeat: no-repeat;
    background-color: #f7f1e5;
    min-width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    left: 0;
    right: 0;
    background-size: 30px 30px;
    float: left;
	padding: 0px;
}

.logo_present{
	background-image: url(../images/blue_black.png);
    background-repeat: no-repeat;
    min-width: 30px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    left: 0;
    right: 0;
    background-size: 30px 30px;
    float: left;
	padding: 0px;	
}

.text_present{
	margin-right: 30px;
}

.table_buttons_buy{
	/* display: flex; */
	margin: auto;
	margin-left: auto;
    margin-right: auto;
	margin-top:10px;
}

.licensename{
	position: relative;
	height:1px;
    margin-left: auto;
    margin-right: auto;
}

.bonusname{
	position: relative; 
    margin-left: auto;
    margin-right: auto;
}

.cancel_order{
    background-image: url(../images/close50.png);
    background-image: url(../images/ButtonDeleteRed.png);
    background-size: cover;
    opacity: .7;
    min-width: 20px;
    height: 20px;
    right: 0;
    bottom: 5px;
    float: right;
    position: absolute;
}

.cancel_order a{
    min-width: 20px;
    height: 20px;
    /* margin-left: auto; */
	margin-left: -55px;
    margin-right: auto;
    left: 0;
    right: 0;
    float: right;		
}

.price{
	font-size:17px;
}

.redprice{
	font-size:20px;
	color:#ff2626; 
	font-weight: bold;
	text-shadow: h-shadow;
	text-shadow: 0px 0px 22px white;
}

.nodiscount{
	font-size:17px;
	color:#f00;
	text-shadow: h-shadow;
	text-shadow: 0px 0px 22px white;
}

@-webkit-keyframes fadeIn {
  from {opacity: 0;} 
  to {opacity: 1;}
}

@keyframes fadeIn {
  from {opacity: 0;}
  to {opacity:1 ;}
}

@media (max-width: 1024px) {

	input[type="text"],
	input[type="textDate"], 
	input[type="textPasport"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="phone"],
	input[type="select"], .targettable, .targettable2, .phoneprefix,
	.login select{
		min-width: 85vw;
	}
	
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
	min-width: 82vw;
	}
	
	.licensecontent {
		width: 72vw;
	}
	
	.distributorinfoshow {
		margin-top:15px;	
	}

	.licensepopup .show {
		margin-left: auto;	
		margin-right: auto;
		left: 0;
		right: 0;	
		text-align: center;
	}

	.table_row {
		margin-bottom:10px;
	}
	
	.table_col_buy{
		float:none;
	}
	
	.table_col_buy button{
		min-width: 92vw;
		margin-left: auto;
		margin-right: auto;
		left:0px;
		right:0px;
	}
		
	.slider_arrow_btn{
		display: none;
	}
}
@media (max-width: 768px) {
		
	.licensecontent {
		width: 92vw;
	}
}

@media (max-width: 450px) {
	
	.table_col_version, .table_col_date, .table_col_order, .table_col_license{
		width: 92%;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
		margin-left: auto;
		margin-right: auto;
	}	
	
	.table_col_license {
		min-width: 200px;
	}
	
	.licensepopup .popupelement {
		visibility: hidden;
		width: 200px;
		background-color: #3092c8;
		color: #fff;
		text-align: center;
		border-radius: 1px;
		position: absolute;
		z-index: 1;
		bottom: 0%;
		margin: auto;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.price{
		font-size:16px;
	}
}

.controlpage{

	font-family: 'TildaSans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height:100%;	
	background-color: #153456;
	/* background-color: #153456; */
	background-image: none;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: repeat;  
	/* background-image: linear-gradient(180deg, #431D61 0%, #153456 100%); */
	opacity: .9;
}

.controlcellnameurl p{
	width: 125px;
	word-wrap: break-word;
}

.startpage{
	font-family: 'TildaSans', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
	height:100%;
	background-color: #153456;	
	background-image: url("/files/background.webp") !important;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;  
	background-image: linear-gradient(180deg, #153456 0%, #431D61 100%); 
}

.pageblock{

	font-family: 'TildaSans', sans-serif;
	-webkit-text-size-adjust: 100%;
	
	/* opacity: .5; 	 */
}

.block1{
	text-align: center;	
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;	
}

.block1 .column {
	float: left;
	width: 50%;
}

.block1 .columndflex {
	float: left;
	width: 50%;
	display: flex;
	justify-content: center;
}

.block1 .flex_3{
	display: flex; 
	flex-wrap: wrap;
}

.block1 ._15
{	
	width:15%; 
}

.block1 ._25
{	
	width:25%; 
}

.block1 ._30
{	
	width:30%; 
}

.block1 ._48
{	
	width:48%; 
}

.block1 ._50
{	
	width:50%; 
}

.block1 ._75
{	
	width:75%; 
}

.block1 ._75grid
{	
	width:75%; 
	display:grid;
}

.block1 ._90
{	
	width:90%; 
}

.block1 ._10fleft
{	
	width:10%; 
	float:left;
	margin: 1vh;
}

.block1 ._15fleft
{	
	width:15%; 
	float:left;
	margin: 1vh;
}

.block1 ._25fleft
{	
	width:25%; 
	float:left;
	margin: 1vh;
}

.block1 ._30fleft
{	
	width:30%; 
	float:left;
	margin: 1vh;
}

.block1 ._50fleft
{	
	width:50%; 
	float:left;
	margin: 1vh;
}

.block1 ._100fleft
{	
	width:100%; 
	float:left;
	margin: 1vh;
}

.vcontent {
	bottom: 0;
	background: rgb(39 50 134 / 50%);
	color: #f1f1f1;
	max-width: 100%; 
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
}

.aunderline{
	text-decoration: underline;   
	font-size: 20px;
    font-weight: 400;
    letter-spacing: normal;

}

.aunderline:hover{
	color:#fff; 
	transition: .5s;
	transition-timing-function: cubic-bezier(.58,.3,.005,1);
	text-underline-offset: 5px;
	/*font-size:120%;*/
}

.vcontentbigrow{
	/*font-size:120%;*/
}

.block1 .textcard
{	
	background:#153346;
	border-radius: 25px;
	border: 0;
	margin-bottom:1vh; 
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;/*space-around;*/
	padding:25px;
}

.block1 .hashsumm
{	
	background:#153346;
	border-radius: 25px;
	border: 0;
	margin-bottom:1vh; 
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;/*space-around;*/
	padding:15px;
}

.block1 .textcard .title
{	
	/*font-size:120%;*/
    text-transform: uppercase;
}


.block1 .imagecard
{	
	border-radius: 25px;
	border: 0;
}


.block1 .row:after {
  content: "";
  display: table;
  clear: both;
}


.block1 .horizontal{
	min-height:  9vh;
	margin-bottom:1vh; 
}

.titlepage{
    font-size: 28px;
    font-family: Arial, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    /* z-index: 5; */
    margin: 0px auto;
}

.titlenotification{
    font-size: 26px;
    font-family: Arial, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    /* z-index: 5; */
    margin: 0px auto;
}


.titlepageleft{
	font-size: 28px;
    font-family: Arial, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    z-index: 5;
    margin: 0px auto;
	text-align:left !important;
}

.titlepagegrand{
    font-size: 34px;
    font-family: Arial, Arial, sans-serif;
    line-height: 1.55;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    z-index: 5;
    margin: 0px auto;
}

.titlepageprice{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.titlepagecardprice{
	display: flex;
    justify-content: flex-start;
    align-items: center;
}

.cardimagelogo{
	width:150px;
	height:150px;
}

.prisescomparison{
	display: flex;
	width:500px;
}

.titlepagepricebutton{
	width:100%;
}

.block1 .horizontal{
  	min-height: 9vh;
}

.min768{
  	min-height:  9vh;
}

.left, .right, .titlepage .left{
	text-align:left !important;
}

.ML10, .MR10{
	margin-left:10vw;
	margin-right:10vw;
}

.ML10p{
	/* margin-left:10px; */
	margin-top:0px;
}


.vdemo{
	background-image: linear-gradient(180deg, #153346 0%, #0b9f1f 100%);
}

.vstandart{
	background-image: linear-gradient(180deg, #032338 0%, #2374bf 100%); 
	/*  background-image: linear-gradient(180deg, #153346 0%, #431d61 100%);	*/
	
}

.vprof{
	background-image: linear-gradient(180deg, #301602 0%, #f28a29 100%);
}

.vext{
	background-image: linear-gradient(180deg, #110100 0%, #f23629 100%);
}

.marketcard{
	width:50%; 
	border-radius: 25px;	
}

.marketcardtext{
	background:#153346;
	border-radius: 25px;
	border: 0;
	margin-bottom:1vh; 
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;/*space-around;*/
	padding:25px;
    width:75%; 	
}

.priceseparator{
	display: flex;
    justify-content: space-between;
}

.hr-dotted {
	margin: 20px 0;
	padding: 0;
	height: 0;
	border: none;
	border-top: 2px dotted #ddd;
	width:75%;
	margin:auto;
}

.comparisonline{
    /* display: flex; */
    /* justify-content: space-between; */
    /* align-items: center; */
}

.logocomparisonline{
	margin-left: 0;
	margin-right: 0;
	left: 0;
	right: 0;
	width:100x;
	height:100px;
}

.titlecomparisonline{
	font-size: 28px;
    font-family: Arial, Arial, sans-serif;
    line-height: 1.2;
    font-weight: 250;
    text-transform: uppercase;
	text-align:left;
	/* width: 300px; */
	margin: auto;
	/* margin-left: 25px; */
}

.titlepricelink{
	font-size: 18px;	
}

.pricecomparisonline{
	font-size: 18px;
	text-align:right;
	width: 250px;
	margin: auto;
}

.comparisontable{
	background:#153346;	
	color:#f2f2f2;
	border-radius: 25px;
	border: 0;
	margin-bottom:1vh; 
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
	width: 75%;
	padding: 25px;
}	

.comparisontable table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}

 .comparisontable th, td {
	text-align: center;
	padding: 12px;
}

.title {
	text-align: center;
	/* padding-left:15px; */
}

.nowrap
{
	white-space: nowrap;
	vertical-align:top;
}

.nowrap input{
	color:#000;
	font-family: 'Arial';
}

.nowrap input:disabled{
	color:#ebebeb;
	background-color: #4c4a4a;
}

.titlecomparisontable {
	text-align: left;
	padding-left:15px;
}

.comparisontable tr{
	padding-right: 0px;
	background-color: #153346;
	color:#f2f2f2;
}

.comparisontable tr:nth-child(even) {
	background-color: #f2f2f2;
	color:#153346;
}

.comparisontable .plus{
    background-image: url(../images/checkgreen.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: green;
    font-size: 300%;
    width: 25px;
    height: 25px;
    margin: auto;
}

.comparisontable .minus{
    background-image: url(../images/checkred.png);
    background-size: contain;
    background-repeat: no-repeat;
    color: green;
    font-size: 300%;
    width: 25px;
    height: 25px;
    margin: auto;
}

.comparisontable .green{
    color: green;
	font-size: 100%;
}

.comparisontable .titlename{
	font-size: 100%;
	min-width:200px;
}

.controlcomparisontable{
	background:#153346;	
	color:#f2f2f2;
	border-radius: 25px;
	border: 0;
	margin-bottom:1vh; 
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
	width: 100%;
	margin-top: 15px; 
}	

.controlcomparisontable table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}

 .controlcomparisontable th, .controlcomparisontable td {
	text-align: left;
	padding: 16px;
	font-size:14px;
}


.controltitlename{
	font-size: 100%;
	vertical-align: top;
}

.inputrequired input{
	background-color: #eb9b9b;
	color:#fff;
}

.inputaccept input{
	background-color: #2a7c42;
	color:#fff;
}

.controltitlenameurl
{
	width:100px;
}

.controlcomparisontable12{
	background:#153346;	
	color:#f2f2f2;
	border-radius: 25px;
	border: 0;
	margin-bottom:1vh; 
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-evenly;
	width: 100%;
	margin-top: 20px; 
}	

.controlcomparisontable12 table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	border: 1px solid #ddd;
}

 .controlcomparisontable12 th, .controlcomparisontable12 td {
	text-align: left;
	padding-top: 16px;
	padding-bottom: 16px;
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}

.buycell{
    min-height: 50px;
    min-width: 100px;
	margin: 0px;
}

.buybutton{
	display: flex;    
	justify-content: center;
    padding: 0px;
    margin: 5px;
    min-height: 50px;
    min-width: 80px;
    border-radius: 25px;
    border: 0;
    align-items: center;
	text-align: center;
	line-height: 16px;
}

.buybutton .vdemo{
	background-image: linear-gradient(180deg, #153346 0%, #0b9f1f 100%);
}

.buybutton .vstandart{
	 background-image: linear-gradient(180deg, #032338 0%, #2374bf 100%);
	/*background-image: linear-gradient(180deg, #153346 0%, #431d61 100%);	 */ 
	
}

.buybutton .vprof{
	background-image: linear-gradient(180deg, #301602 0%, #f28a29 100%);
}

.buybutton .vext{
	background-image: linear-gradient(180deg, #110100 0%, #f23629 100%);
}

.bottommenu{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    flex-direction: row;
    align-items: center;
    align-content: center;
}

.linkbottommenu{
    font-family: "Arial", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    justify-content: center;
    align-items: center;
	display: block;
	margin: auto;
	margin-left:5px;
	margin-right:5px;	

}

.linkbottommenu a:hover{
	color:#0b9f1f; 
	text-decoration: underline;	
	text-underline-offset: 10px;
	transition: .3s;
}

@media (max-width: 1240px) {
	
	.block1 ._30fleft
	{	
		margin: auto;	
	}
	
	.block1 ._50fleft
	{	
		margin: auto;	
	}
	
	.block1 ._75
	{	
		width:100%; 
	}
	
	.block1 .columndflex {
    float: left;
    width: 100%;
    display: flex;
    flex-direction: column;
	}

	.block1 .textcard
	{	
		width:100%; 
		max-width: 95%;
		max-height: 100%;
		margin-bottom: 2vw;
	}

	.block1 .imagecard
	{	
		width:100%; 
		max-width: 100%;
		max-height: 100%;
		margin-top:50px;
	}
		
	.ML10, .MR10{
		margin-left:5vw;
		margin-right:5vw;
	}
	
	.marketcard{
		width:90%; 	
	}
	
	.comparisontable{
		width: 100%;
		padding: 6px;
	}
	
    .comparisontable th, td {
	  /* padding: 6px; */
	  padding-top:6px;
	  padding-bottom:6px;
	}
	
	.comparisontable .titlename{
		min-width:200px;
	}
	
	.block1 .bottommenu{
		flex-direction: column;
	}	
	
	.block1 ._25fleft{
		width:50%;	
		margin: auto;
	}
}

@media (max-width: 768px) {

	.titlepagegrand{
		font-size: 30px;
		font-family: Arial, Arial, sans-serif;
		line-height: 1.55;
		font-weight: 400;
		text-transform: uppercase;
		text-align: center;
		z-index: 1;
		margin: 0px auto;
	}	
	
	.titlepageleft{
		font-size: 20px;
	}
	.
		
	.titlenotification{
		font-size:20px;	
	}
	
	
	.block1 .horizontal{
		font-size: medium;
	}
	
	.min768{
	  max-height:  1px;
	}
	
	.block1 ._75
	{	
		width:100%; 
	}
	
	.block1 .column
	{
	  width: 100%;	
	}
	
	.marketcardtext{
		width:85%; 	
	}
	
	.hr-dotted {
		width:95%;
	}
	
	.title {
		/* padding-left: 0px; */
	}
	
	.titlecomparisonline{
		font-size: 20px;
		margin-left: 0px;
	}
	
	.titlepageprice{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
	}
	
	.titlepagecardprice{
		display: flex;
	}	
	
	.comparisontable{
		width: 100%;
		padding: 0px;
	}	
	
    .comparisontable th, td {
	  padding: 0px;
	  padding-top:6px;
	  padding-bottom:6px;
	}
	
	.comparisontable .titlename{
		min-width:70px;
		font-size: 12px;
	}
	
	.prisescomparison{
		margin-bottom:25px;
	}
	
	.buybutton{
		line-height: 16px;
	}
	
	.titlecomparisontable {
		/* font-weight: bold; */
	}
	
	.block1 ._25fleft{
		width:90%;
		margin:auto;		
	}
}

@media (max-width: 450px){
	
	.titlepage{
		/*font-size:120%;*/
	}
	
	.titlepagegrand{
		font-size:140%;
	}

	.titlecomparisontable {
		font-weight: bold;
		padding-left:1px;
		font-size: 14px;
	}
	
	.comparisontable table{
	    font-size: 14px;
	}
	
	.comparisontable .titlename{
		min-width:50px;
		font-size: 12px;
	}	
	
	.titlepricelink{
		min-width:50px;	
		font-size: 14px;	
	}
	
	.buybutton {
		justify-content: center;
		margin: 5px;
		min-height: 50px;
		min-width: 50px;
		border-radius: 25px;
		border: 0;
		align-items: center;
		text-align: center;
	}
}

.logo1{
	background-size: content;
	background-repeat: no-repeat;  
    box-shadow: none;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	width:150px;
	min-height:  19vh;
	/* margin-bottom:1vh;  */

}

.myVideo {
  right: 0;
  bottom: 0;
  max-width: 35vw; 
}

#myVideo2 {
  right: 0;
  bottom: 0;
  max-width: 25vw; 
}

.myVideoBtn {
	width:50px;
	margin-top: 0px;
}
		
/*главное меню*/
.opendocmenu{    
	z-index:2;
    background-image: url(/files/docmenubutton100x100.png);
    background-size: contain;
    background-repeat: no-repeat;	
	min-height:52px;
	width:52px;
	position: sticky;
    top: 15px;
	left:15px;
}

.opendocmenubutton{
    z-index:2;
	height: 60px;
	width:60px;
}

.opendocmenubutton:hover{
	cursor:pointer;
}

.docmenu{
	height: 100%;
	width: 330px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #fff;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s; 
	text-align:left;	
	visibility: hidden;
	opacity: 0;
    transition: all .2s linear;
}

.docmenushow{
    opacity:1;
    visibility: visible;
    transition: all .2s linear;	
}

.blockdocmenu {
  margin-left:20px;
}

.opensetmenu{    
	z-index:2;
    background-image: url(/files/gear.png);
    background-size: contain;
    background-repeat: no-repeat;	
	min-height:52px;
	width:52px;
	position: sticky;
    top: 15px;
	left:15px;
}

.opensetmenubutton{
    z-index:2;
	height: 60px;
	width:60px;
}

.opensetmenubutton:hover{
	cursor:pointer;
}

.setmenu{
	height: 100%;
	width: 330px;
	position: fixed;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: #151515;
	overflow-x: hidden;
	padding-top: 60px;
	transition: 0.5s; 
	text-align:left;	
	visibility: hidden;
	opacity: 0;
    transition: all .2s linear;
}

.setmenushow{
    opacity:1;
    visibility: visible;
    transition: all .2s linear;	
}

.blocksetmenu {
  margin-left:20px;
}

@media screen and (max-height: 450px) 
{
	.blockdocmenu {
		padding-top: 15px;
	}
	
	.blocksetmenu {
		padding-top: 15px;
	}
}

.t764{
	caret-color: transparent;
	padding-top: 30px;
}
.divlinkH1{
	color: #000000;
	font-family: 'Arial';
	font-size: 16px;
	text-transform: uppercase;
	margin-top:20px;
	margin-bottom:10px;
	font-weight: bold !important;
}
.submenu{
	padding-left: 25px;
}
.submenu_item, .finmenu {
	clear: both;
	font-family: 'Arial',TildaSans,sans-serif;
	font-size: 12px;
	display: block;
	margin: 0;
	color: #000000;
}
.submenu_itemh2 {
	color: #ff0000;
	clear: both;
	font-family: 'Arial',TildaSans,sans-serif;
	font-size: 12px;
	display: block;
	margin: 0;
	color: #000000;
	font-weight: bold !important;
}
.docslink{
	color:#000000 !important;
	display: inline-block;
}
.t830m {
	width: 330px !important; 
	min-width: 330px !important; 
	max-width: 330px !important;
}
.t830__burger {
	left:10px;
	position: fixed !important;
	margin-left: 0px !important;
}
.t830__side {
	display: block !important;
}

@media (min-width: 768px) {
	.t-slds__container {
		padding-top: 60px;
	}
	.t-rec_pb_30{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.licensename{
		width: 380px;
	}
	
	.bonusname{
		width: 380px;
	}
}

@media (max-width: 767px) {
	.t-rec_pb_30{
		padding-top: 0px !important;
		padding-bottom: 0px !important;
		}
		
	.myVideoBtn {
		width:50px;
		margin-top: 0px;
		visibility: hidden;
	}
	
	.myVideo{
    max-width: 95vw;
	}
	
	#myVideo2{
		max-width: 95vw;
	}
}

.clickmenu{
	padding-top:5px;
} 
.t764_ancor{
	padding-top: 15px;
}

.logintextbutton{
	margin-top: 16px;
	margin-right: 120px;
	display: flex;
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	width: 60px;
	justify-content: flex-end;
}

.logintextbutton:hover{
	cursor:pointer;
 }
 
.logintextbutton a:hover{
	color:#0b9f1f; 
	text-decoration: underline;	
	text-underline-offset: 10px;
	transition: .3s;
}

.loginmainmenubutton, .loginexitbutton{
    background-size: contain;
    background-repeat: no-repeat;	
	min-height:60px;
	width:60px;
	margin-right:60px;
}

.loginmainmenubutton{
    background-image: url(../images/profile100x100m.png);
}

.loginuserbutton{
	background-image: url(../images/user.png);
    background-repeat: no-repeat;
    background-size: contain;
	min-height:30px;
	width:30px;
	margin-right:15px;
}

.loginhomebutton{
	background-image: url(../images/home.png);
    background-repeat: no-repeat;
    background-size: contain;
	min-height:30px;
	width:30px;
	margin-right:15px;
}

.logineditbutton{
	background-image: url(../images/edit.png);
    background-repeat: no-repeat;
    background-size: 90%;
	min-height:30px;
	width:30px;
	margin-right:15px;
}

.loginexitbutton{
    background-image: url(../images/exitprofile2.png);
}

 .loginexitbutton:hover{
	cursor:pointer;
}

.loginmainmenubutton a{ 
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 5px;
    min-height: 50px;
    /* min-width: 80px; */
    border-radius: 25px;
    border: 0;
    align-items: center;
}

.loginexitbutton a{ 
    display: flex;
    justify-content: center;
    padding: 0px;
    margin: 5px;
    min-width: 80px;
    border-radius: 25px;
    border: 0;
    align-items: center;
}

.openmainmenu, .openedmainmenu{
	z-index:2;
	position: fixed;
    top: 10px;
	right:2vw;
    display: flex;
    justify-content: flex-end;
	height: 60px;
	width: 60px;
	margin-right: 5px;
}

.openmainmenubutton{
	position: absolute;
    background-image: url(../images/mainmenubutton100x100.png);
    background-size: contain;
    background-repeat: no-repeat;	
	min-height:60px;
	width:60px;
}

.openmainmenubutton:hover{
	cursor:pointer;
}

.mainmenu {
	height: 100%;
	width: 330px;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: #153346;
    font-family: "Helvetica", Sans-serif;
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
	overflow-x: hidden;
	transition: 0.5s;
	padding-top: 90px;
	text-align:left;
	visibility: hidden;
	opacity: 0;
	transition: all .2s linear;
}

.mainmenushow{
    opacity:1;
    visibility: visible;
    transition: all .2s linear;	
}

.linkmainmenu{
	margin:25px;
}

.linkmainmenu a{
	display: flex;
    justify-content: space-between;
	align-content: space-around;
}

.linkmainmenusub{
	margin-left:40px;
    font-size: 15px;
}



.mainmenu a {
	color: #fff;
}

.mainmenu a:hover{
	color:#2ec2f6; 
	text-decoration: underline;	
	text-underline-offset: 10px;
	transition: .3s;
	transition-timing-function: cubic-bezier(.58,.3,.005,1);
}

.selected a{
	color:#2ec2f6 !important; 
	text-decoration: underline;		
}

.blockmainmenu {
  margin-right:20px;
}

@media screen and (max-height: 450px) 
{
  .blockmainmenu {
	  padding-top: 15px;
	}
}

.certificate{
	
}

@media (max-width: 450px) 
{
	.logintextbutton{
		/* margin-top: 15px; */
		/* margin-right: 120px; */
		display: flex;
		position: absolute;
		background-size: contain;
		background-repeat: no-repeat;
		/* min-height: 60px; */
		width: 60px;
		margin-top: 55px;
		margin-right: 10px;
		justify-content: flex-end;
	}
	
	.mainmenu {
		padding-top: 55px;	
	}
}


























