.wrap{
	width:100%;
	margin:0 auto;
	overflow:hidden;
	position:relative;
}

.box9 .zag_box4_2{
	 font-size: 7vw;
	 margin-bottom:10%;
}

.zag_box4_2{
	font-weight: bold;
    font-size: 8vw;
    font-family: Tahoma;
    color: #424242;
    margin: 5% 5% 5% 10%;
}
.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;
}

.column{
	display:flex;
	flex-direction:row;
	justify-content:space-between;
}

/* .box_kn11{ margin:0 10%; } */
.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;
}

.box_part{
	background-color:#F4E8A2;
	padding: 50px 50px 20px 50px;
	border-radius:25px;
	margin:50px;
	font-family:Tahoma;
	color:#2B2A29;
}

.phonet{
	border: 1px solid #EAEAE1;
    background: #FEFEFE;
    border-radius: 5px;
    width: 100%;
}

.pd{
	color:#ACA8A5;
	font-size: 12px;
	font-family:Tahoma;
	line-height: 1.2;
}

.kn_box1{
	background: #E7D044;
	color:#2B2A28;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
	font-family:Tahoma;
	cursor:pointer;
	transition:0.3s;
	width: 100%;
    border: none;
}
.part2_form_kn{
	background: #2b2a28;
	color:#fff;
	font-weight: bold;
    text-align: center;
    border-radius: 5px;
	font-family:Tahoma;
	cursor:pointer;
	transition:0.3s;
	width: 100%;
	padding: 15px 20px;
	box-sizing: border-box;
}
.part2_form_kn:hover{
	background:#555;
}
.phonet, .kn_box1 { 
	padding: 15px 20px;
	font-size: 15px;
	margin: 10px 0;
	box-sizing: border-box;
}


.kn_box1:hover, #kn_za:hover{
	background:#FDD448;
}

.part_box1{
	min-width:50%;
}
.part1_row_cir{
	min-width:50px;
	height:50px;
	border-radius:50%;
	background-color:#2B2A29;
	display:flex;
	justify-content:center;
	align-items:center;
}
.part1_row_pic{
	width:20px;
	height:20px;
	border:2px solid #fff;
	border-radius:3px;
	background-size: 110% auto;
	background-repeat:no-repeat;
	background-position: center center;
	background-image: url('../../rule/img/galb.svg');
}
.part1_row{
	display:flex;
	justify-content:start;
	align-items:center;
}
.part1_row_tx{
	font-size: 18px;
    max-width: 400px;
    margin-left: 30px;
}
.part1_zag{
	font-size:22px;
	font-weight:bold;
}
.part1_bal{
    margin: 25px 0 40px;
    border: 1px solid #33312D;
    padding: 25px;
    border-radius: 15px;
    font-size: 28px;
    max-width: 500px;
    font-weight: bold;
}

.part_box2{
	max-width:380px;
	margin-top: 20px;
	
}
.part2_tx{
	font-size:18px;
	margin-bottom: 20px;
}
.line{
	display:flex;
	flex-direction:row;
	justify-content:start;
}

.part2_form .phonet{ max-width: 100%; }

.kn_tariff{
    margin-left: 10px;
    margin-top: -2px;
    padding: 8px 25px 4px 10px;
    border-radius: 5px;
    background-color: #F4E8A2;
    cursor: pointer;
}
.kn_tariff:before{
	content: '';
    display: block;
    height: 10px;
    width: 10px;
    margin: 0 -17px -16px auto;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../../rule/img/strp.svg');
    transition: 0.3s;
}
.kn_tariff:hover:before{
	transform: translateX(2px); 
}

#kn_tariff_spec{
	font-weight: bold;
	font-size: 16px;
	margin-top: 8px;
}

#kn_tariff_spec:before{
	transform: rotate(90deg); 
}
#kn_tariff_spec:hover:before{
	transform: rotate(90deg) translateX(2px);
}

@media only screen and (max-width : 1100px) {
	.box_part{ 
		margin: 50px auto;
		text-align:center;
		border-radius:0;
	}
}

@media only screen and (max-width : 1000px) {
	.column{ flex-direction:column; }
	.part_box1{ margin: 0 auto; }
	.part_box2{ margin: 20px auto; }
}

@media only screen and (min-width : 850px) {

	.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;
	}

	.str_demo{
		font-size: 38px;
	}	

	.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;
	}
	.close .navicon { width: 30px; }
	.zag_za { font-size: 63px; }
	
	
	

}

@media only screen and (min-width : 900px) {

	.box_nav_head{ margin-bottom:0; }
	.wrappc {
		max-width:1240px;
		margin:0 auto;
	}
	
	.box11_zag .zag_box4_2{
		font-size:40px;
		margin:20px 0 30px 5%;
		max-width: 500px;
		font-weight: normal;
	}
	.box11_zag .zag_box4_2{
		font-size:40px;
		margin:20px 0 29px 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; } */

	/* .forma_11 .kn_box1{
		width: 200px;
		margin-bottom: 74px;
	} */

	.wrap_fut {
		margin: 0% 5%;
	}
	.kn_part{
		font-size:13px;
		padding:15px 10px;
	}

	.box_contakt {
		margin-top: 20px;
	}
	.nt_em {
		font-size: 18px;
		margin-top: 15px;
	}
	.__box{
		margin-top:70px;
	}
}

