* {
	box-sizing: border-box;
	margin:0;
	padding:0;
	color:#434242;
}

@font-face {
  font-family: "Century";
  src: url('Century_Gothic.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cookie_alert{
    width: 100%;
    max-height: 150px;
    min-height: 50px;
    background-color: rgba(67,66,66, 0.95);
    position: fixed;
    bottom: -100%;
    z-index: 99;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
}

.cookie_alert .wrap_alert{
    max-width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    padding: 20px;
}

.cookie_alert .mess_alert{
    color: #E6E6E6;
    margin-right: 30px;
}

.cookie_alert a{color: #E6E6E6;}

.cookie_alert .kn_ok_alert:hover{
    background-color: #B3B2B2;
}

.cookie_alert .kn_ok_alert{
     color: #0F0F0F;
     background-color: #A1A0A0;
     padding: 6px 40px;
     cursor: pointer;
     border-radius: 7px;
}

.wrap .grey {
    color: #999;
    fill: #999;
}

.UNI_checkbox.grey input:checked~.fake {
    background-color: #999;
}

@media (max-width: 455px) {
    .cookie_alert{
        max-height: 350px;
    }
    .cookie_alert .wrap_alert {
        flex-direction: column;
    }

    .cookie_alert .mess_alert {
        margin-right: 0;
        margin-bottom: 20px;
        text-align: center;
    }
}

.grid_maket{
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	display:none;
	
}
.wrap{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.header {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 6% 4% 6% 10%;
}

.header a{
	text-decoration:none;

}

.top_nav{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    background: #FFF;
    z-index: 99;
}

.__box{
	margin-top:21%;
}

.hide_kat{
	display:none;
}

.transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.top_nav.__active {
    box-shadow: 0px 0px 4px 4px rgb(0 0 0 / 8%);
}

.logo img{
	width:26vw !important;
	max-width:234px;
}
.logo{ margin-right:75px; }
.header_link{ 
	font-family:Tahoma;
	font-size:16px;
	font-weight:bold;
	margin-top:30px;
	transition: 0.5s;
	text-decoration:none;
}

.header_link:before {
	content: '';
	display: block;
	height: 3px;
	background: transparent;
	width: 100%;
	margin: 16px auto -50px;
	transition: 0.5s;
}


.header_link:hover:before {
	background: #E7D044;

}

.hamb{
	border: 1px solid #353535;
    padding: 44.5% 20%;
    height: 10vw;
    width: 10vw;
	max-height:90px;
	max-width:90px;
    border-radius: 5px;
}

.show {
  opacity:1;
  transition: opacity 400ms ease-in-out 800ms;
}
.hide {
  transition: opacity 400ms ease-in-out;
  opacity:0;
}
#karusel{ text-transform:uppercase; }

.box_nav_head{
	display:flex;
	justify-content: end;
	margin-bottom:2%;
	align-items: center;
	width: 100%;
}

.box_nav{
	display:flex;
	justify-content: start;
	margin-bottom:2%;
	align-items: center;
	width: 100%;
}


.kn_head, .kn_head_login{
	background: #2B2A28;
    padding: 3vw 5vw;
    display: inline-flex;
    color: #fff;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 3vw;
    border-radius: 5px;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: 0.3s;
}
.kn_head:hover{
	background:#555;
}

.kn_head_login:hover{
	background-color: #EBD863;
}

.kn_head_login{
	border: 1px solid #EBD863;
	background-color: #fff;
	color: #434242;
	padding: 8px 20px;
    font-size: 15px;
    margin-right: 15px;
}

#menu-btn {
	position: absolute;
	top: -100%;
	left: -100%;
}


.menu {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 250px;
	margin-right: 2rem;
}

.menu-icon {
	grid-area: hamburger;
	cursor: pointer;
	display: flex;
	justify-content: flex-end;
	align-items: baseline;
    margin-left: 5%;
	position: relative;
	user-select: none;
	visibility: visible;
}

.mmenu{ display: none; }


.navicon {
	background: #353535;
	display: block;
	height: 2px;
	width: 5.9vw;
	position: relative;
	max-width:53px;
}

.navicon:before {
	top: 1.7vw;
}

.navicon:after {
	top: -1.7vw;
}

.navicon:before, .navicon:after {
	background: #333;
	display: block;
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	transition: all .2s ease-out;
}

.menu {
	grid-area: nav;
	max-width: unset;
	max-height: 0;
	transition: max-height .2s ease-out;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #fff;
	display: flex;
	flex-direction: column;
}

.menu a {
	padding: 20px 20px;
	border-right: 1px solid #f4f4f4;
	background-color: #eee;
	width: 100%;
	text-align: center;
}

.menu-btn:checked ~ .menu {
	max-height: 240px;
}

.menu-btn:checked ~ .menu-icon .navicon {
	background: transparent;
}

.menu-btn:checked ~ .menu-icon .navicon:before {
	transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
	transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:before,
.menu-btn:checked ~ .menu-icon .navicon:after {
	top: 0;
}
/*заявка*/
.poput .box_nav_head{ margin-top:20%; }
.poput{
	width: 100%;
    background: #fff;
    height: 100vh;
    position: fixed;
    top: 0;
	right:-100%;
    z-index: 99;
	overflow-y: auto;
}
.wrap_poput{
	width:100%;
	max-width:700px;
	margin:0 auto;
	height:100%;
	position:relative;
	font-family:Tahoma;
	
}
.close .navicon {
	width: 4.4vw;
}
.close .hamb{
	border: 2px solid #353535;
	padding: 44% 16%;
    height: 8vw;
    width: 8vw;
    max-height: 72px;
    max-width: 72px;
    border-radius: 12%;
	margin-top:5px;
}
.close .navicon:before{
	transform: rotate(-45deg);
	top: 0;
}
.close .navicon:after{
	transform: rotate(45deg);
	top: 0;
}
.close .navicon{
	background: transparent;
}
.zag_za{
	margin: 0 auto 15% auto;
    font-size: 9vw;
	text-align:center;
}
.wrap_za{
	margin: 0 10vw;
}
.input_za{
	width: 100%;
    margin-bottom: 5%;
    padding: 4% 7%;
    border-radius: 10px;
    border: 1px solid #646162;
	font-family: Tahoma;
    font-size: 3.3vw;
}
#kn_za{
	width: 100%;
    padding: 4% 7%;
    border-radius: 10px;
    font-family: Tahoma;
    font-size: 3.3vw;
    text-align: center;
    background: #E8D045;
    font-weight: bold;
    margin: 10% 0;
    cursor: pointer;
}
.pp_za{
	color: #9C9DA0;
    font-size: 2.8vw;
}
/*=======*/

.box1{
	background:#F6F5E3;
	padding: 10% 0;
	position:relative;
}
.zag_box1{
	font-size: 6.5vw;
	font-family:Tahoma;
	margin-left: 9%;
	margin-top:5%;
	line-height:1.3;
}
.bold{
	font-weight:bold;
}
.box1 img{
	width:100%;
}

.strp{
	margin-left: 10%;
	font-size: 4.3vw;
	font-family:Tahoma;
	margin-bottom:10%;
	padding-right: 20px;
}

.panel_sel{
	display:flex;
	margin-left:10%;
	justify-content:start;
	margin-bottom:10%;
}
.kn_sel{
	margin-right:10%;
}
.img_kn{
	height:25vw;
	width:25vw;
	max-width:250px;
	max-height:250px;
	box-shadow:0 0 10px #ccc;
	border-radius:10px;
	background:#fff;
	margin-bottom:20px;
	padding:20px 10px;
}
.img_kn img{
	width:100%;
}

.tx_kn{
	font-family:Tahoma;
	font-weight:bold;
	font-size: 3.8vw;
	color:#424243;
}
.box_input{
	margin:5% 10%;
}
.phonet{
	border: 1px solid #EAEAE1;
    background: #FEFEFE;
    border-radius: 5px;
    padding: 3.5% 5%;
    width: 100%;
    font-size: 3.6vw;
		margin-bottom: 10px;
}

.pd{
	color:#ACA8A5;
	font-size: 3vw;
	font-family:Tahoma;
	padding: 0 5px;
	margin: 2% 0 7% 0;
}

.kn_box1{
	background: #E7D044;
	padding: 4% 0;
    font-size: 3.6vw;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
	font-family:Tahoma;
	cursor:pointer;
	transition:0.3s;
	width: 100%;
    border: none;
}
.kn_box1:hover, #kn_za:hover{
	background:#F0D94D;
}

.str_demo{
	font-size: 3.8vw;
	font-family:Tahoma;
	text-align:center;
	margin-top:5%;
}

.box2{
	color:#424242;
	font-family:Tahoma;
	margin: 0 5% 10% 10%;
}
.zag_box2{
	font-size: 5.1vw;
	margin:10% 0 4% 0;
	font-weight: bold;
}
.box2 p{
	font-size: 4vw;
}
.box3{
	padding:10% 0;
}
.zag_box3{
	font-size: 4vw;
	margin-left:10%;
	font-weight: bold;
	font-family:Tahoma;
}
.zag_box3_2{
	font-family:Tahoma;
	font-size: 6.2vw;
    margin: 3% 0 3% 10%;
}
.zag_box3_3{
	font-family:Tahoma;
	font-size: 4.8vw;
    margin: 0 0 3% 10%;
}
.wib3{
	margin:0 16%;
	height:50vw;
	max-height:467px;
	position:relative;
}
.wib3 img{
	position:absolute;
	bottom:0;
	left:-8px;
	z-index: 2;
}

.ballon{
	background:#D7E6ED;
	width:47vw;
	height:48vw;
	border-radius:8%;
	position:absolute;
	bottom:5px;
	right:-5px;
	max-width:450px;
	max-height:436px;
	z-index: 1;
}

.swiper-container, .swiper-container2 {
	overflow:hidden;
	margin-bottom:10%;
}
.swiper-container2 {
	margin-top:10%;
}

.swiper-wrapper{width:85% !important;}

.c1{ background:#E3F4FC; }
.c2{ background:#F3F3F3; }
.c3{ background:#E9EFD3; }

.carta{
	width: 67vw;
    height: 45vw;
    border-radius: 10px;
    max-width: 575px;
    max-height: 386px;
	padding:5% 8%;
	color:#424242;
	font-family:Tahoma;
}

.pic_carta{
	background-color:#E7D044;
	height:8vw;
	width:8vw;
	border-radius:50%;
	max-width:68px;
	max-height:68px;
	background-size: 70% auto;
	background-repeat:no-repeat;
	background-position: center center;
}
.pic1{ 
	background-color:#E7D044;
	background-image: url('../img/ppp/1.svg'); 
}
.pic2{ 
	background-color:#9EC0E3;
	background-image: url('../img/ppp/2.svg');
}
.pic3{ 
	background-color:#AFCB1F;
	background-image: url('../img/ppp/3.svg');
}
.pic4{ 
	background-color:#F5B1B6;
	background-image: url('../img/ppp/4.svg');
}
.pic5{ 
	background-color:#7691CA;
	background-image: url('../img/ppp/5.svg');
}
.pic6{
	background-color:#5AA898;
	background-image: url('../img/ppp/6.svg');
}

.pc1{ background-image: url('../img/os_svg/1.svg'); }
.pc2{ background-image: url('../img/os_svg/2.svg'); }
.pc3{ background-image: url('../img/os_svg/3.svg'); }
.pc4{ background-image: url('../img/os_svg/4.svg'); }
.pc5{ background-image: url('../img/os_svg/5.svg'); }
.pc6{ background-image: url('../img/os_svg/6.svg'); }
.pc_1{ background-image: url('../img/os_svg2/1.svg'); }
.pc_2{ background-image: url('../img/os_svg2/2.svg'); }
.pc_3{ background-image: url('../img/os_svg2/3.svg'); }
.pc_4{ background-image: url('../img/os_svg2/4.svg'); }
.pc_5{ background-image: url('../img/os_svg2/5.svg'); }
.pc_6{ background-image: url('../img/os_svg2/6.svg'); }
.ria1{ background-image: url('../img/ria/1.svg'); }
.ria2{ background-image: url('../img/ria/2.svg'); }
.ria3{ background-image: url('../img/ria/3.svg'); }
.ria4{ background-image: url('../img/ria/4.svg'); }
.ria5{ background-image: url('../img/ria/5.svg'); }
.ria6{ background-image: url('../img/ria/6.svg'); }

.zag_carta{
	font-size: 5.3vw;
    margin: 4% 0 5% 0;
}
.tx_carta{
	font-size:3.5vw;
}
.zag_box4_2{
	font-weight: bold;
    font-size: 8vw;
    font-family: Tahoma;
    color: #424242;
    margin: 5% 5% 5% 10%;
}
.zag_box4_3{ padding-right:20px; }

.wib4{
	margin:0 10%;
	height:70vw;
	max-height:567px;
	position:relative;
}

.wib4 img{
	position:absolute;
	bottom:0;  
}

.ballon2{
	background:#E9EFD3;
	width:57vw;
	height:65vw;
	border-radius:10px;
	position:absolute;
	bottom:0;
	right:8px;
	max-width:513px;
	max-height:585px;
}

.box5{ padding-bottom:10%; }

.part{ 
	width:28vw;
	height:28vw;
	max-width:238px;
	max-height:238px;
	border-radius:50%;
	box-shadow:0 0 5px #ccc;
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-position: center center;
	margin:5px;
}
.part1{ background-image: url('../img/part/1.png'); }
.part2{ background-image: url('../img/part/2.png'); }
.part3{ background-image: url('../img/part/3.png'); }
.part4{ background-image: url('../img/part/4.png'); }
.part5{ background-image: url('../img/part/5.png'); }
.part6{ background-image: url('../img/part/6.png'); }



.box7{ margin-left:5%; }

.box8{
	background:#F5E8A2;
}

.zag_box8{
	font-size: 7vw;
}

.kn_box8{
	background:#2B2A28;
	color:#fff;
	font-family:Century;
	margin-right: 10%;
    width: auto;
    margin-left: 10%;
}
.kn_box8:hover{
	background:#434240;
}

.str_box8{
	display:flex;
	align-items:center;
	margin:5% 0 5% 10%;
}

.strl{
    background: #FFFEFC;
    border-radius: 50%;
    width: 8.5vw;
    height: 8.5vw;
	max-width:40px;
	max-height:40px;
    display: flex;
    align-items: center;
	margin-right: 10px;
	background-size: 32% auto;
	background-repeat:no-repeat;
	background-position: 55% center;
	background-image: url('../img/strp.svg');
	transition:0.3s;
}

.no_decor{ text-decoration:none; }
.tariff_tx:hover .strl_tariff{
	transform: scale(1.2);
}


.str_tx{
	font-family:Tahoma;
	font-size: 3.3vw;
	color:#424242;
}

.box9{
	background:#EEF5F7;
	padding-top:10%;
}
.box9 .zag_box4_2{
	 font-size: 7vw;
	 margin-bottom:10%;
}

.carta9{
	background:#fff;
	border-radius:10px;
	padding:3% 5% 5% 5%;
	margin:5% 10%;
	display:flex;
	box-shadow:0 0 5px #ddd;
}

.tx_box9{
	font-family:Tahoma;
	color:#424242;
}

.zag_box9{
	font-size: 4.3vw;
	font-weight:bold;
	margin:2% 0 6% 0;
}

.tx_box9 p{
	margin:3% 0 0 0;
	font-size:3.5vw;
}

.carta9 div:first-child{
	padding-right:5%;
}

.carta9 img{
	width:4.8vw;
	max-width:43px;
}



.box10{
	margin:15% 5%;
}

.box10 .zag_box3{
	font-weight:normal;
	margin:10% 0 0 5%;
}
.box10 .zag_box3_2, .box10 .zag_box4_2{
	margin-left:5%;
}

.grid{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0;
	width:100%;
}
.grid img{
	width:100%;
}

.carta10{
	background:#F3F3F3;
	border-radius:10px;
	padding:5%;
	margin:10% 5%;
}

.wrap_c10{
	display:flex;
	align-items: center;
}

.pic_c10{
	margin-right:5%;
	margin-left:0;
	
}

.tx10 div{
	font-size:4vw;
	margin:0;
}

.wib5{
    margin: 0 14%;
    height: 36vw;
    max-height:324px;
    position: relative;
	margin-bottom:8%;
}

.wib5 img{
	width:100%;
	z-index:2;
	position:absolute;
	bottom:0;
}

.ballon3{
    background: #F1EDD4;
    box-shadow: 0 0 8px #ccc;
    width: 58vw;
    height: 27vw;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: -10%;
    max-width: 513px;
    max-height: 243px;
}

.ballon4{
    background: #FEFEFE;
    box-shadow: 0 0 8px #ccc;
    width: 58vw;
    height: 27vw;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: -10%;
    max-width: 513px;
    max-height: 243px;
}

.ballon5{
    background: #F6F6F6;
    box-shadow: 0 0 8px #ccc;
    width: 42vw;
    height: 22vw;
    border-radius: 10px;
    position: absolute;
    bottom: 19%;
    left: 10%;
    max-width: 513px;
    max-height: 243px;
}
.nb{ margin-bottom:1%; }
.nb .ballon5{
	max-width:378px;
	max-height:198px;
}

.crm img{ 
    width: 90%;
    left: 5%;
}
.crm .ballon4{
	height: 29vw;
    bottom: -5%;
	max-height:261px;
}
.upd{
	margin: 0 14% 5% 5%;
	height:30vw;
	max-height:270px;
}

.kalk img{
	bottom: 10%;
    left: 1.4%;
}

.box_carta{
	background-color:#2B2A28;
	width: 6vw;
    height: 6vw;
	border-radius:5px;
	padding:2px;
	max-height:54px;
	max-width:54px;
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-position: center center;
	background-image: url('../img/galb.svg');
}



.c5{ background:#F1EDD4; }
.c6{ background-color:#F5E8A2; }
.c7{ background:#EBEDEC; }

.grid_fid{
	position: absolute;
    bottom: 0;
	grid-template-columns: repeat(3, 1fr);
    grid-gap: 0;
    width: 70%;
}
.grid_fid img{
	border-radius: 50%;
    height: 12vw;
    width: 12vw;
	max-height:108px;
	max-width:108px;
    box-shadow: 0 0 8px #ccc;
}
.grid_fid .part{
	width: 12vw;
    height: 12vw;
}


.wib6{
    margin: 0 18% 10% 20%;
    height: 36vw;
    max-height: 334px;
    position: relative;
}

.wib6 .ballon4{
	width: 56vw;
    height: 34vw;
    max-height: 300px;
	max-width:504px;
    bottom: -8%;
    left: -16%;
}

.tar{
	margin-left:5%;
	font-size:6vw;
}

.c7 .zag_box3_2{
	font-size: 6.7vw;
}

.row{ 
	position: relative;
	box-sizing:border-box;
	margin:10%;
	font-family: Tahoma;
	font-weight:bold;
	letter-spacing:1px;
}

.row_phone{ margin-top:0; }
.row_name{ margin-bottom:0; }
.row_phone .kn_box1{ margin:5% 0; }

.row input { 
	margin-top:5%;
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0;
	border: none;
	border-bottom: 1px solid #5B5D5C; 
	background: transparent; 
	font-size: 4vw;
    font-family: Tahoma;
	letter-spacing:1px;
}
.row input:focus { 
	outline: none;
}
.row label { 
	display: block; 
	color: #5B5D5C; 
    transform: translateY(-9vw);
    font-size: 4vw;
	line-height: 5vw;
    transition: 0.3s; 
}
.row input:focus + label, .row input:valid + label { 
	font-size: 3vw; 
	transform: translateY(-15vw); 
}

.wrap_fut{
	margin:20% 10% 10% 10%;
	display:flex;
	justify-content: space-between;
	align-items: start;
}

.kn_part{
	border: 1px solid #2E2A29;
    border-radius: 5px;
    padding: 5%;
    font-size: 2.5vw;
    font-family: Tahoma;
    font-weight: bold;
	cursor:pointer;
	transition:0.3s;
}
.kn_part:hover{
	background: #2E2A29;
	color:#fff;
}

.ssilk{
	margin: 8% 10%;
    text-align: right;
    line-height: 2;
}

.ssilk a{
	color:#6D6D6D;
	text-decoration:none;
	font-family:Tahoma;
	font-size:3vw;
	transition:0.3s;
	border-bottom: 2px solid #EBEDEC;
}

.ssilk a:hover{
	border-bottom: 2px solid #ccc;
	
}

.column{
	display:flex;
	flex-direction:column;
	justify-content:space-between;
}
.start{ justify-content:start; }
.centerpc{ align-items:start; }

.hidemob{
	display:none;
}
.tariff_tx{
	display:flex;
	align-items:center;
	font-size: 18px;
}

.tariff_tx .strl{
	margin-right:0;
	margin-left:15px;
}

.line_tariff{
	display:flex;
	justify-content:space-between;
	margin: 7% 50px 0 6px;
	align-items: center;
}
.box10 .zag_box4_2{
	margin-top:15px;
    font-weight: normal;
	max-width:588px;
}

.carta10 .zag_box8{ font-weight:bold; }

.hidepc .tariff_tx{
	margin: 0 5%;
    font-size: 16px;
    justify-content: space-between;
}
.box_kn11{ margin:0 10%; }
.nt_em{
	font-family: Tahoma;
    font-size: 3vw;
	color:#6d6d6d;
	margin-top:5%;
}
.box_contakt{
	margin-top:10%;
}

.grid_cata{
	text-align:center;
}
.grid_cata a{
	text-decoration:none;
	font-family:Tahoma;
	font-size:16px;
}
.cata{
	margin: 12% 5% 5% 0;
	position: relative;
    height: 250px;
}
.cata div{
	margin-top:15px;
}
.cata img{
    border-radius: 10px;
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.wrap_kn_agc{  margin: 0 5% 0 0; }
.kn_add_grid_cata{
	background-color: #E9EFD3;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    display: flex;
    max-width: 355px;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 13px 20px;
    margin: 39px auto 20px auto;
}
.kn_add_grid_cata:hover{
	background-color:#e0e9c0;
}

.kn_add_b24{
    background-color: #E3F4FC;
    border-radius: 10px;
    font-size: 13px;
    cursor: pointer;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 21px 20px;
    margin: 0px 5% 0px 0%;
}
.kn_add_b24:hover{
	background-color:#C7E9F8;
}



.kn__pic{
	background-size: 100% auto;
	background-repeat:no-repeat;
	background-position: center center;
	background-image: url('../img/strp.svg');
	width:13px;
	height:13px;
	margin: 3px 0 0 10px;
}

.kn_agc_pic{
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	margin: 3px 0 0 10px;
}
.hint b{color: #fff; letter-spacing: 0.5px;}
.hint {
	position: relative;
	padding: 10px;
	background: #111;
	color: #EEE;
	border-radius: 5px;
	font-size: 12px;
	white-space: nowrap;
}
.zag_men{
	border-bottom: 1px dashed #434242;
	padding-bottom: 2px;
	cursor: default;
	display: inline-block;
}
.ex_imgbox{ display:none; }


@media only screen and (min-width : 850px) {
	.ssilk a{
		font-size:23px;
	}
	.kn_head{
		font-size:27px;
		padding:27px 45px;
	}
	.hamb{
		padding: 40px 18px;
	}

	.navicon:before { top: 15px; }
	.navicon:after { top: -15px; }
	
	.kn_part{
		font-size:27px;
	}
	.row input { 
		font-size:36px;
	}
	.row label {
		font-size: 36px;
		line-height: 36px;
		transform: translateY(-70px);
	}
	
	.row input:focus + label, .row input:valid + label { 
		font-size: 22px; 
		transform: translateY(-115px); 
	}
	
	.zag_box1{
		font-size: 57px;
	}
	.strp{
		font-size: 42px;
	}
	.tx_kn{
		font-size: 35px;
	}
	.phonet, .kn_box1, .zag_box3{
		font-size: 35px;
	}
	.str_demo{
		font-size: 38px;
	}	
	.pd, .str_tx{
		font-size: 32px;
	}
	.zag_box2, .zag_box3_3, .zag_carta{
		font-size: 45px;
	}
	.box2 p{
		font-size: 35px;
	}
	.zag_box3_2, .zag_box8 {
		font-size: 58px;
	}
	.tx_carta{
		font-size: 30px;
	}
	.zag_box4_2, .c7 .zag_box3_2 {
		font-size: 65px;
	}
	.box9 .zag_box4_2{
		font-size: 68px;
	}
	.zag_box9{
		font-size: 38px;
	}
	.tx_box9 p{
		font-size: 36px;
	}
}


@media only screen and (min-width : 700px) {
	.close .hamb{ 
		padding: 25px 10px;
		max-height: 56px;
		max-width: 56px;
		border: none;
	}
	.close .navicon { width: 30px; }
	.zag_za { font-size: 63px; }
	.input_za, #kn_za { font-size: 23px; }
	.pp_za{ font-size: 19px; }
	.wrap_za { margin: 0 70px; }

}
@media only screen and (max-width : 900px) {
	.kn_head_login{display: none;}
	.ann_center {
		margin: auto 10% !important;
	}
    .wrap_f{
        text-align: center;
    }   
}
@media only screen and (min-width : 900px) {
	
	.kn_add_b24{
		margin: 39px 4% 20px 5%;
		font-size:18px;
	}
	.cata{ margin: 0; }
	.wrap_kn_agc{ margin:0 0 0 15px; }
	.grid_cata{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 40px;
		grid-column-gap: 30px;
		margin: 0 4% 0 5.25%;
	}
	
	.header {
		padding: 2% 4% 2.3% 5%;
		height: 73px;
	} 

	.wrap_f .phonet{ max-width:256px; }
	.content_box1{ min-width: 703px; }
	.box_nav_head{ margin-bottom:0; }

	.wrappc{
		max-width:1240px;
		margin:0 auto;
	}
	.logo img{
		max-width:105px;
	}
	.kn_head{
		padding: 10px 20px;
		font-size: 14px;
	}
	
	.hidepc{ display:none; }
	.hidemob{ display:block; }
	.column{ flex-direction:row; }
	.zag_box1{ 
		font-size:43px;
		line-height: 1.4; 
		width: 100%;
	}
	.imgbox1{ width:100%; padding-right:15px; }
	#karusel{ font-size:68px; }
	.podkarusel{ 
		margin-left:30px; 
		font-size:20px; 
		margin-top:5px;
	}
	.box1{ padding: 100px 0 100px 0; }
	.centerpc{ align-items:center; }

	.strp{ 
		font-size: 30px;
		margin:45px 0 20px 10%;
		max-width:510px;
	}
	.img_kn {
		height: 85px;
		min-width: 85px;
		width:85px;
		margin-bottom: 0;
		padding: 0;
	}
	.kn_sel, .panel_sel{
		display:flex;
		align-items: center;
		margin-right: 0;
	}
	.panel_sel{
		width:547px;
		margin-bottom:50px;
	}
	
	.tx_kn{
		font-size:16px;
		margin-left:15px;
	}
	.box_input{ margin:0 8% 0 0; }
	.phonet, .kn_box1 { 
		padding:10px 20px;
		font-size:13px;
		margin:1px 0;
	}
	.phonet{
		padding:12px 20px;
		margin:0 20px 0 0;
		max-width: 225px;
	}
	.str_demo{
		font-size:15px;
		text-align:left;
		margin:0 0 10px 0;
	}
	.wrap_f{
		margin-left:10%;
	}
	.pd.hidemob{ font-size:10px; }
	.box2.box_2{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-gap: 10px;
		margin: 5% 5% 5.5% 5%;
	}
	.zag_box2{ font-size:22px; }
	.box_2 p{
		font-size:17px;
		margin-top:20px;
	}
	.box_2g{ padding:0 10px }
	.box_galz{
		height:40px;
		width:40px;
		border-radius:50%;
		background-color:#E8D045;
		background-image: url('../img/gal.svg');
		background-size: 70% auto;
		background-repeat:no-repeat;
		background-position: center center;
	}
	.box3{
		background:#E4F4FD;
	}
	.zag_box3{ 
		font-size:22px;
		
	}
	
	.carta10 .pic_carta{
		height: 40px;
		width: 40px;
	}
	
	.zag_box4_2{ font-size:44px; }
	.zag_box3_3{
		font-size: 30px;
		margin-top: 61px;
	}
	
	.content_box3{ width:50%; }
	
	.wib3 {
		margin: 0;
		position: relative;
		width: 50%;
		height: 348px;
	}
	.wib3 img {
		position: absolute;
		bottom: 0;
		left: auto;
		right: 80px;
		width:500px;
	}
	.ballon {
		width: 310px;
		height: 337px;
		right: 50px;
		bottom: 10px;
	}
	
	.swiper-wrapper:not(.sw_3){
		display: grid !important;
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 40px;
		grid-column-gap: 30px;
		width: 100% !important;
		pointer-events: none;
		transform: translate3d(0px, 0px, 0px) !important;
	}
	.partpc{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 10px;
		grid-column-gap: 28px;
		width: 50%;
		margin-right: 12%;
	}
	.part{
		max-width: 120px;
		max-height: 120px;
	}
	.swiper-container{ margin-bottom:0; }
	.carta { 
		width:100%;
		height:258px;
	}
	.pic_carta {
		height: 45px;
		width: 45px;
	}
	.tx_carta { font-size: 18px; }
	.zag_carta {
		font-size: 28px;
		margin: 20px 0;
	}
	.box4{ margin: 0 11% 5% 12%; }
	.zbox2pc{
		font-size: 26px;
		margin: 0 0 5% 5%;
	}
	.box5{ background:#E9EFD3; }
	.wib4 {
		margin: 0 40px;
		height: 330px;
		width: 37%;
	}
	.box2{ margin: 75px 0 100px 0; }
	.slidepc{ margin: 0 50px 0 65px; }
	.box_part{ 
		background:#F8F6EA;
	}
	.box8{
		max-width: 1125px;
		margin: 100px auto;
		border-radius: 25px;
	}
	.box1.box8{
		padding: 20px 0 10px 0;
	}
	.str_tx {
		font-size: 20px;
	}
	.box8_2 .hidemob{
		margin-top:65px;
	}
	
	.zag_box8{
		margin-left: 0;
	}
	.str_box8{
		margin: 5% 0;
	}
	.box8_1{
		margin-left:5%;
		width:46%;
	}
	.box8_2{
		max-width: 43%;
		margin-top: 4.5%;
	}
	.str_box8 {
		margin: 7% 0;
	}
	.kn_box8{
		margin-top: 26px;
		padding: 15px 20px;
		max-width: 370px;
		font-size: 15px;
		border-radius: 8px;
	}
	.n8{
		margin-top: -20px;
	}
	.phone8{
		margin-top: 24px;
		max-width: 370px;
		padding: 15px 20px;
		font-size:15px;
		border-radius: 10px
	}
	.pd.hidemob{
		margin: 20px 0;
		font-size: 13px;
		max-width: 610px;
	}
	.box8 .pd.hidemob{
		margin: 20px 73px 0 0;
		max-width: 830px;
		font-size: 13px;
	}
	.box9_1{ 
		
		margin-left:5%;
	}
	.box9_1 .zag_box3{ 
		margin-left:0;
		margin-top:0;
		font-size:22px;
	}
	.box9_1 .zag_box4_2{
		margin-left: 0;
		font-size: 37px;
		margin-top: 24px;
		margin-bottom: 0;
	}
	.box9_2{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 42px;
		grid-row-gap: 260px;
		margin: 5% 50px 10px 65px;
	}
	.carta9 {
		margin:0;
		padding: 22px 28px;
	}
	.carta9 .pic_carta { 
		height:30px;
		width:30px;		
	}
	.box2.box10{ margin-top: 110px; }
	.grid img { width: 75%; }
	.zag_box9 { font-size: 18px; }
	.tx_box9 p { font-size: 14px; }
	.tx_box9_1{ margin-right:10px; }
	.grid{
		grid-template-columns: repeat(4, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 40px;
		margin: 0 0 0 75px;
		width: auto;
	}
	.cart10_grid{
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
		grid-row-gap: 20px;
		margin: 0 50px 0 65px;
	}
	.tx10 div{
		font-size:17px;
	
	}
	.wib5 { height: 60%; }
	.wib5 img{ width:200px; }
	.wib5.nb { 
		height: 72.5%; 
		margin: 0 0 0 20%;
	}
	.wib5.nb img{ 
	    bottom: 3%;
		width: 250px;
		left: -7%;
	}
	
	.wib5.kalk {
		height: 62%;
		margin-left: 35px;
	}
	.ballon4{
		width: 100%;
		height: 79%;
		top:20%;
	}
	.kalk img {
		left: 20%;
		bottom: 15%;
	}

	.carta10 {
		min-height: 300px;
		margin:0;
	}
	.box_carta {
		width: 20px;
		height: 20px;
	}
	.ballon3 {
		width: 105%;
		height: 80%;
	}
	
	.ballon5 {
		width: 76%;
		height: 63%;
		bottom: 17%;
	}
	.tx10top{ font-weight:bold; }
	.grid_fid{ 
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 32px;
		grid-row-gap: 0;
		bottom: 10px;
		margin-left:0;
	}
	.grid_fid .part{
		max-height:40px;
		max-width:40px;
	}
	
	.wib6 {
		margin: 0 18% 10% 20%;
		height: 140px;
	}
	.wib6 .ballon4 {
		width: 250px;
		height: 110px;
		top: 25px;
		left: -16px;
	}
	.wib5.crm{
		height:159px;
		margin: 0 14% 20px 10%;
	}
	.crm img{
		width: 161px;
		top: 20px;
		left: 20%;
	}
	.upd img{
		top: 25px;
		left: 24px;
		width: 100%;
	}
	.crm .ballon4{ height: 110px; }
	.upd .ballon4{ height: 110px; }
	.fid{ margin-top: 4px; margin-bottom: 11%; }
	.upd{ 
		margin-bottom: 31px;
		margin-left: 10%;
	}
	.bott{ align-items:top; }
	.grid_tariff{
		margin: 0 50px 0 65px;
		display:grid;
		grid-template-columns: repeat(3, 1fr);
		grid-column-gap: 20px;
	}
	
	.grid_tariff .carta10{
		padding:10px 25px;
	}
	
	.carta10 .zag_carta{
		font-size: 22px;
	}
	.carta10 .zag_box4_2{
		font-size: 29px;
		margin-left: 0;
		font-weight: bold;
	}
	.carta10 .tx_carta{
		font-size:16px;
		margin-bottom: 5px;
	}
	.nots{
		margin-top: 10px;
	}
	
	.box11_zag .zag_box4_2{
		font-size: 40px;
		margin: 20px 0 30px 5%;
		max-width: 500px;
		font-weight: normal;
	}
	.forma_11{
		max-width: 800px;
		align-items: end;
		margin-left: 28px;
		justify-content: start;
	}
	.forma_11_in{ width:390px; }
	.row_name input, .row_phone input, .row_phone label, .row_name label {
		font-size:13px;
	}
	.row input:focus + label, .row input:valid + label { 
		font-size: 11px; 
		transform: translateY(-65px); 
	}	
	.row label { 
		transform: translateY(-40px); 
	}
	.box_kn11{ 
        margin:0; 
        max-width: 350px;
        margin-bottom: 30px;
    }
	.forma_11 .kn_box1{
		width: 200px;
		padding: 15px 20px;
		font-size: 15px;
		margin: 10px 0 5px 0;
		box-sizing: border-box;
	}
	.wrap_fut {
		margin: 0% 5%;
	}
	.kn_part{
		font-size:13px;
		padding:15px 10px;
	}
	.ssilk a {
		font-size: 12px;
		letter-spacing: 1px;
	}
	.ssilk {
		margin: 0 5% 0 0;
		text-align: right;
		font-size: 14px;
	}
	.box9{
		padding: 90px 0;
		background: #f3f3f3;
	}
	
	.box_contakt {
		margin-top: 20px;
	}
	.nt_em {
		font-size: 18px;
		margin-top: 15px;
	}
	.__box{
		margin-top:40px;
	}
	
	.wrap_box9_2{
		position: relative;
		background-image: url(../img/notebook.png);
		background-size: 290px auto;
		background-repeat: no-repeat;
		background-position: 51% 63.5%;
		min-height: 641px;
	}
	.circle_1{
		height: 550px;
		width: 550px;
		border: 1px solid #ece9d3;
		border-radius: 50%;
		position: absolute;
		top: 50%;
		margin-top: -165px;
		left: 50.5%;
		margin-left: -275px;
		z-index: 1;
		padding: 50px;
	}
	.circle_2{
		width:100%;
		height:100%;
		border: 1px solid #e1ddc4;
		border-radius: 50%;
		padding:50px;
	}
	.circle_3{
		width:100%;
		height:100%;
		border: 1px solid #d6d1b4;
		border-radius: 50%;
	}
	
	.box9_2_a{
		position:absolute;
		top:0;
		left:0;
		z-index:2;
	}
	.ex_imgbox{ display:block; }
	
	.poput {
		width: 575px;
		z-index: 100;
	}
	.wrap_poput .zag_za{
		font-size: 34px;
		margin-top: 17vh;
		margin-bottom: 35px;
		font-weight: bold;
	}
	.input_za{
		padding: 12px 20px;
		font-size: 17px;
		margin: 10px auto;
	}
	.wrap_za{
		margin: 0 auto;
		max-width: 325px;
	}
	#kn_za {
		font-size: 17px;
		margin-bottom: 20px;
	}
	.pp_za{ font-size:10px; }
}


