*{
	font-family: 'Montserrat', sans-serif;
	box-sizing: border-box;
	margin: 0px;
	padding: 0px;
	
	line-height: 1.2;
	transition: all 0.3s;
}
h1, h2, h3{
	margin: 0px;
}
.simplebar-content * {   
   /*  position: relative;
   overflow-x: hidden; */
	display: flex;
}
script{
	display:none !important;
}





html{
	font-size: 10px;
}
a{
	text-decoration: none;
}
.header{
	
	
	align-items: center;
	justify-content: center;
	width: 100%;
}
.container_header{
	padding-top: 30px;
	padding-bottom: 20px;	
}

.header a{
	color: #fff;
	font-size: 3rem;
}

.section_1{
	background-attachment: scroll;
    background-position: 50%;
    background-repeat: none;
    background-size: cover;
    -o-background-size: cover;

    width: 100%;
    position: relative;
    height: calc(100vh - 190px);
    align-items:center;
    justify-content: center;
    min-height: 400px;
    max-height: 1000px;
}
.section_1_fon{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	z-index: 0;
	top: 0;
    left: 0px;
}

.section_1_content{
	max-width: 1150px;
	width: 84%;
	position: relative;
	z-index: 1;
	padding: 70px;
	flex-direction: column;
	border-radius: 6px;
}
.section_1_content_fon{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.33;
	top: 0;
    left: 0px;
	z-index: 0;
}
.section_1_content_title{
	font-size: 3.6rem;
	text-align: center;
	color: #fff;
	display: block;
	font-weight: 700;
	z-index: 1;
}

.section_1_content_forma{
	z-index: 1;
	width: 100%;
	display: flex;
	align-items:center;
	justify-content: center;
	margin-top: 25px;

}

.section_1_content_forma_left{
	width: 300px;
	position: relative;
	margin-right: 5px;
}
.section_1_content_forma_left_input{
	width: 100%;
	border:0px solid #939394;
	border-bottom:1px solid #939394;
	outline: none;
	background-color: transparent;
	color: #fff;
	font-size: 1.8rem;
	padding-bottom: 13px;
	z-index: 1;
	position: relative;
}
.section_1_content_forma_left_input:focus{
	border-bottom:1px solid #fff;
}
.section_1_content_forma_left_div{
	position: absolute;
	top: 6px;
	left: 0px;
	color: #fff;
	font-size: 1.5rem;
	z-index: 0;

}
.section_1_content_forma_left_input:focus ~ .section_1_content_forma_left_div{
	top: -24px;
	font-size: 1.3rem;
	color: #939394;
}
.fix_text_vved{
	top: -24px;
	font-size: 1.3rem;
	color: #939394;
}
.section_1_content_forma_rith{
	background-color: #dd4b39;
	border-radius:30px;
	cursor: pointer; 
	padding: 13px 20px;
	margin-left: 10px;
	color: #fff;
	font-size: 1.5rem;
}
.section_1_content_forma_rith:hover{
	background-color: #d5675a;
}

.zap_vid_text {
    -webkit-user-select: none;
    user-select: none;
}
.section_1_pole_doljn_z{
	position: absolute;
	top: 40px;
	left: 0px;
	color: #ff714d;
	font-size: 1rem;
	z-index: 0;
}

.doljn_z_dinon{
	display: none;
}


@media (max-width: 992px){
	html{
		font-size: 9px;
	}
}
@media (max-width: 850px){
	html{
		font-size: 8px;
	}
}
@media (max-width: 767px){
	html{
		font-size: 7px;
	}
.section_1_content_forma{
	flex-direction: column;
}
.section_1_content_forma_left {
    width: 100%;
    margin-right: 0px;
}
.section_1_content {
    width: 410px;
    padding: 30px;
}
.gfndttfgd{
	display: none;
}
.section_1_content_forma_rith {

    margin-left: 0px;
   margin-top: 25px;
   width: 100%;
   text-align: center;
   display: flex;
   align-items: center;
   justify-content: center;
}
.section_1_pole_doljn_z {
    top: 36px;
}
.section_1_pole_doljn_z {
    font-size: 1.3rem;
}
}


.padd_s{
	padding-top: 60px;
	padding-bottom: 60px;
}
.container{
	max-width: 1150px;
	margin-left:auto;
	margin-right: auto;
	width: 90%;
}

.section_2{
	width: 100%;
	
}
.section_2_container{
	flex-direction: column;
}
.title_s{
    color: rgb(0, 0, 0);
    font-weight: 700;
    text-align: center; 
    width: 100%;
    display: block;

    font-size: 3.5rem;
}



.section_2_container_bloki{
	width: 100%;
	position: relative;
	flex-wrap: wrap;
	justify-content: space-between;
}
.section_2_container_blok{
	width: calc((100% / 3) - 10px);
	/* width: 350px; */
	flex-direction: column;
	margin-bottom: 30px;
	margin-top: 30px;
}
.section_2_container_blok_img{
	width: 100%;
	height: 350px;
	background-attachment: scroll;
	    background-position: 50%;
	    background-repeat: none;
	    background-size: cover;
	    -o-background-size: cover;

	    position: relative;

	    align-items:center;
	    justify-content: center;
	    padding: 10px;
}
.section_2_container_blok_img_title{
	position: relative;
	z-index: 1;
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
	width: 100%;
	display: block;
	text-align: center;
}
.section_2_container_blok_img_fon{
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #000;
		opacity: 0.33;
		top: 0;
	    left: 0px;
		z-index: 0;
}
.section_2_container_blok_text{
	font-weight: 400;
	font-size: 1.6rem;
	margin-top: 13px;
	color: #1b1b1c;
	width: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	margin-top: 0px;
}
.section_2_container_blok_bottom{
	margin-top: 13px;
	width: 100%;
}
.section_2_container_blok_bottom_left_zak{
	    background-color: #dd4b39;
	    border-radius: 30px;
	    cursor: pointer;
	    padding: 13px 20px;
	    margin-left: 5px;
	    color: #fff;
	    font-size: 1.5rem;
}
.section_2_container_blok_bottom_left_zak:hover{
	    background-color: #d5675a;
}

.section_2_container_blok_bottom_rith_zak{
	font-size: 1.6rem;
	margin-left:auto;
	 color: #000;
	 font-weight: 700;
	 align-items:center;
}

.section_2_container_title{
	margin-bottom: 35px;
}


@media (max-width: 1230px){
	.section_2_container_blok {
	   width: 330px;
	}
	.section_2_container_blok_img {
	    height: 330px;
	}
}
@media (max-width: 1170px){
	.section_2_container_blok {
	   width: 310px;
	}
	.section_2_container_blok_img {
	    height: 310px;
	}
}
@media (max-width: 1100px){
	.section_2_container_blok {
	   width: 290px;
	}
	.section_2_container_blok_img {
	    height: 290px;
	}
}
@media (max-width: 1030px){
	.section_2_container_blok {
	   width: 270px;
	}
	.section_2_container_blok_img {
	    height: 270px;
	}
}
@media (max-width: 970px){
	.section_2_container_blok {
	   width: 260px;
	}
	.section_2_container_blok_img {
	    height: 260px;
	}
}
@media (max-width: 970px){
	.section_2_container_blok {
	   width: 260px;
	}
	.section_2_container_blok_img {
	    height: 260px;
	}
}
@media (max-width: 930px){
	.section_2_container_blok {
	   width: 250px;
	}
	.section_2_container_blok_img {
	    height: 250px
	}
}
@media (max-width: 890px){
	.section_2_container_blok {
	   width: 240px;
	}
	.section_2_container_blok_img {
	    height: 240px;
	}
}
@media (max-width: 850px){
	.section_2_container_blok {
	   width: 230px;
	}
	.section_2_container_blok_img {
	    height: 230px
	}
}
@media (max-width: 810px){
	.section_2_container_blok {
	   width: 215px;
	}
	.section_2_container_blok_img {
	    height: 215px;
	}
}
@media (max-width: 767px){
	.section_2_container_bloki{
		flex-direction: column;
	}

	.section_2_container_blok {
	   width: 415px;
	   margin-right: auto;
	   margin-left:auto;
	}
	.section_2_container_blok_img {
	    height: 415px;
	}
	.padd_s {
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.section_2_container_title {
	    margin-bottom: 15px;
	}
	.section_2_container_blok_bottom_rith_zak {
	    font-size: 2rem;
	}
	.section_2_container_blok_bottom_left_zak {
	    font-size: 2rem;
	}
	.section_1_content_forma_rith {
	    font-size: 2rem;
	}
	.section_1_content_forma_left_div {
	    font-size: 1.8rem;
	}
	.fix_text_vved {
	    font-size: 1.6rem;
	    top: -20px;
	}
	.section_1_content_forma_left_input:focus ~ .section_1_content_forma_left_div{
		font-size: 1.6rem;
		top: -20px;
	}
	.section_2_container_blok_text {
	     font-size: 2.3rem;
	}
}

@media (max-width: 500px){
	.section_2_container_blok {
	   width: 400px;
	}
	.section_2_container_blok_img {
	    height: 400px;
	}
}
@media (max-width: 485px){
	.section_2_container_blok {
	   width: 375px;
	}
	.section_2_container_blok_img {
	    height: 375px;
	}
}
@media (max-width: 470px){
	.section_2_container_blok {
	   width: 360px;
	}
	.section_2_container_blok_img {
	    height: 360px;
	}
	.section_1_content {
	    width: 340px;
	    padding: 20px;
	}
}
@media (max-width: 460px){
	.section_2_container_blok {
	   width: 350px;
	}
	.section_2_container_blok_img {
	    height: 350px;
	}
}
@media (max-width: 440px){
	.section_2_container_blok {
	   width: 340px;
	}
	.section_2_container_blok_img {
	    height: 340px;
	}
}
@media (max-width: 420px){
	.section_2_container_blok {
	   width: 330px;
	}
	.section_2_container_blok_img {
	    height: 330px;
	}
}
@media (max-width: 400px){
	.section_2_container_blok {
	   width: 320px;
	}
	.section_2_container_blok_img {
	    height: 320px;
	}
}
@media (max-width: 380px){
	.section_2_container_blok {
	   width: 300px;
	}
	.section_2_container_blok_img {
	    height: 300px;
	}
}
@media (max-width: 360px){
	.section_2_container_blok {
	   width: 290px;
	}
	.section_2_container_blok_img {
	    height: 290px;
	}
	.section_1_content {
	    width: 310px;
	    
	    padding: 20px;
	}
	.section_1_content_title{
		font-size: 3.5rem;
	}
}


.section_3{
	width: 100%;
	background-color: #f7f7f7;
}
.section_3_container{
	display: flex;
	flex-direction: column;
}

.section_3_container_blok_left_title{
	font-size: 2.3rem;
	color: #000;
	font-weight: 700;
}
.section_3_container_blok_left_text{
	font-size: 2.3rem;
	font-weight: 700;
	    color: #1b1b1c;
	    font-weight: 400;
    font-size: 1.6rem;
    margin-top: 23px;
}
.section_3_container_blok_left{
	padding-right: 20px;
	width: 50%;
	flex-direction: column;
}
.section_3_container_blok_rith{
	width: 50%;
	padding-left: 20px;
	display: flex;
	align-items:center;
	justify-content: center;
	flex-direction: column;
}
.section_3_container_blok{
	align-items:flex-start;
	justify-content: center;
}
.section_3_container_blok_img{
	width: 100%;
}
img{
	max-width: 100%;
}
.section_3_container_blok_left_text{
	line-height: 1.5;
}
.section_2_container_blok_text{
	line-height: 1.5;
}
.mt_mb_a{
	margin-top: auto;
	margin-bottom: auto;
}
.section_3_container_blok_rith{
	height: 100%;
}
.section_3_container_blok_mt{
	margin-top: 60px;
}


@media (max-width: 767px){
	.section_3_container_blok{
		flex-direction: column;
	}
	.section_3_container_blok_left {
	    padding-right: 0px;
	    width: 100%;
	}
	.section_3_container_blok_rith {
	    width: 100%;
	    padding-left: 0px;
	}
	.section_3_container_blok{
		width: 415px;
		    margin-right: auto;
		    margin-left: auto;
	}
	.section_3_container_blok_left_text {
	    font-size: 2.3rem;
	   
	}
	.section_3_container_blok_rith {
		margin-top: 30px;
		
	}
	.section_3_container_blok_mt {
	    margin-top: 35px;
	}
	.section_3_container_blok_left_title{
		font-size: 3rem;
	}
	.section_3_container_blok_left{
		margin-top: 30px;
	}
	.mt_0_767{
		margin-top: 0px;
	}
} 

@media (max-width: 500px){
	.section_3_container_blok {
	   width: 400px;
	}
	
}
@media (max-width: 485px){
	.section_3_container_blok {
	   width: 375px;
	}
	
}
@media (max-width: 470px){
	.section_3_container_blok {
	   width: 360px;
	}
	
}
@media (max-width: 460px){
	.section_3_container_blok {
	   width: 350px;
	}
	
}
@media (max-width: 440px){
	.section_3_container_blok {
	   width: 340px;
	}
	
}
@media (max-width: 420px){
	.section_3_container_blok {
	   width: 330px;
	}
	.section_3_container_blok_mt {
	    margin-top: 25px;
	}
	
}
@media (max-width: 400px){
	.section_3_container_blok {
	   width: 320px;
	}
	
}
@media (max-width: 380px){
	.section_3_container_blok {
	   width: 300px;
	}
	
}
@media (max-width: 360px){
	.section_3_container_blok {
	   width: 290px;
	}
	
}


.section_4_container_blok{
	width: 350px;
}
.section_4_container_blok_left{
	width: 40px;
	height: 40px;
	background-color: #000;
	display: flex;
	align-items:center;
	justify-content: center;
	border-radius: 50%;
	color: #fff;
	font-size: 2rem;
	font-weight: 600;
}
.section_4_container_blok_rith{
	width: calc(100% - 50px);
	margin-left:10px;
	flex-direction: column;
}
.section_4_container{
	flex-direction: column;
}
.section_4_container_bloki{
	margin-top: 60px;
}
.section_4_container_blok_rith_title{
	font-size: 2.2rem;
	    color: #000;
	    font-weight: 700;
}
.section_4_container_blok_rith_text{
	line-height: 1.5;
	color: #1b1b1c;
	    font-weight: 400;
	    font-size: 1.6rem;
	    margin-top: 12px;
}
.section_4_container_bloki {
    justify-content: space-between;
}




@media (max-width: 1230px){
	.section_4_container_blok {
	   width: 330px;
	}
	
}
@media (max-width: 1170px){
	.section_4_container_blok {
	   width: 310px;
	}
	
}
@media (max-width: 1100px){
	.section_4_container_blok {
	   width: 290px;
	}
	
}
@media (max-width: 1030px){
	.section_4_container_blok {
	   width: 270px;
	}
	
}
@media (max-width: 970px){
	.section_4_container_blok {
	   width: 260px;
	}
	
}
@media (max-width: 970px){
	.section_4_container_blok {
	   width: 260px;
	}
	
}
@media (max-width: 930px){
	.section_4_container_blok {
	   width: 250px;
	}
	
}
@media (max-width: 890px){
	.section_4_container_blok {
	   width: 240px;
	}	
}
@media (max-width: 850px){
	.section_4_container_blok {
	   width: 230px;
	}
	
}
@media (max-width: 810px){
	.section_4_container_blok {
	   width: 215px;
	}
	
}

@media (max-width: 767px){
.section_4_container_bloki{
	flex-direction:column;
}
.section_4_container_blok{
	width: 415px;
}
.section_4_container_blok_rith_title {
    font-size: 3rem;
}
.section_4_container_bloki {
    margin-top: 0px;
}
.section_4_container_blok_rith_text {
    font-size: 2.3rem;
}
.section_4_container_blok{
	margin-top: 40px;
	margin-left:auto;
	margin-right: auto;
}
.section_4_container_blok_left {
    width: 33px;
    height: 33px;
}
}



@media (max-width: 500px){
	.section_4_container_blok {
	   width: 400px;
	}
	
}
@media (max-width: 485px){
	.section_4_container_blok {
	   width: 375px;
	}
	
}
@media (max-width: 470px){
	.section_4_container_blok {
	   width: 360px;
	}
	
}
@media (max-width: 460px){
	.section_4_container_blok {
	   width: 350px;
	}
	
}
@media (max-width: 440px){
	.section_4_container_blok {
	   width: 340px;
	}
	
}
@media (max-width: 420px){
	.section_4_container_blok {
	   width: 330px;
	}
	.section_4_container_blok_mt {
	    margin-top: 25px;
	}
	
}
@media (max-width: 400px){
	.section_4_container_blok {
	   width: 320px;
	}
	
}
@media (max-width: 380px){
	.section_4_container_blok {
	   width: 300px;
	}
	
}
@media (max-width: 360px){
	.section_4_container_blok {
	   width: 290px;
	}
	
}


.section_5{
	width: 100%;
	position: relative;
	    background-color: #f7f7f7;
}
.section_5_container_left{
	width: 60%;
	padding-right: 20px;
}
.section_5_container_rith{
	width: 40%;
	padding-left: 20px;
}
.section_5_container_rith{
	flex-direction:column;
	justify-content: center;
}
.section_5_container_rith ul{
	flex-direction:column; 
	margin-top: 20px;
}
.section_5_container_rith ul li {
    line-height: 1.5;
    color: #1b1b1c;
    font-weight: 400;
    font-size: 1.6rem;
    display: list-item;
}

@media (max-width: 767px){
	.section_5_container{
    	flex-direction:column;
    	width: 415px;
	}
	.section_5_container_left {
	    width: 100%;
	    padding-right: 0px;
	}
	.section_5_container_rith {
	    width: 100%;
	    padding-left: 0px;
	    margin-top: 30px;
	}
	.section_5_container_rith ul li {
	   font-size: 2.3rem;
	}
	.section_5_container_rith ul {
	    padding-left: 15px;
	    
	}
	.section_5_container_rith ul {
	    flex-direction: column;
	    margin-top: 13px;
	}


}



@media (max-width: 500px){
	.section_5_container {
	   width: 400px;
	}
	
}
@media (max-width: 485px){
	.section_5_container {
	   width: 375px;
	}
	
}
@media (max-width: 470px){
	.section_5_container {
	   width: 360px;
	}
	
}
@media (max-width: 460px){
	.section_5_container {
	   width: 350px;
	}
	
}
@media (max-width: 440px){
	.section_5_container {
	   width: 340px;
	}
	
}
@media (max-width: 420px){
	.section_5_container {
	   width: 330px;
	}
}
@media (max-width: 400px){
	.section_5_container {
	   width: 320px;
	}
	
}
@media (max-width: 380px){
	.section_5_container {
	   width: 300px;
	}
	
}
@media (max-width: 360px){
	.section_5_container {
	   width: 290px;
	}
	
}


.section_6{
	width: 100%;
}
.section_6_container_left{
	width: 50%;
	padding-right: 20px;
}
.section_6_container_rith{
	width: 50%;
	padding-left: 20px;
	min-height: 300px;
}
.section_6_container_left{
	flex-direction:column;
}
.section_6_container_left_block{
	flex-direction:column;
	padding-bottom: 13px;
	padding-top: 13px;
	border-bottom: 1px solid #e9e9e9;
	width: 100%;
}
.section_6_container_left_block_ji{
	    color: #1b1b1c;
    font-weight: 700;
    font-size: 1.6rem;
    line-height: 1.5;
}
.section_6_container_left_block_sp{
		    color: #1b1b1c;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 1.5;
}
.section_6_container_left_title {
	text-align:left;
}
.section_6_container_left_block_ji a{
	font-weight: 400;
	margin-left:10px;
	 color: #1b1b1c;
    font-size: 1.6rem;
    line-height: 1.5;
}
.section_6_container_rith_iframe{
	width: 100%;
	height: 100%;
	border:0px solid red;
}

@media (max-width: 767px){
	.section_6_container{
		flex-direction:column;
		max-width:415px;
	}
	.section_6_container_left {
	    width: 100%;
	    padding-right: 0px;
	}
	.section_6_container_rith{
		width: 100%;
	    padding-left: 0px;
	    margin-top: 30px;
	}
	.section_6_container_left_block_sp {
	    font-size: 2.3rem;
	}
	.section_6_container_left_block_ji a {
	   font-size: 2.3rem;
	}
	.section_6_container_left_block_ji {
	   font-size: 2.3rem;
	}
} 

@media (max-width: 500px){
	.section_6_container {
	   width: 400px;
	}
	
}
@media (max-width: 485px){
	.section_6_container {
	   width: 375px;
	}
	
}
@media (max-width: 470px){
	.section_6_container {
	   width: 360px;
	}
	
}
@media (max-width: 460px){
	.section_6_container {
	   width: 350px;
	}
	
}
@media (max-width: 440px){
	.section_6_container {
	   width: 340px;
	}
	
}
@media (max-width: 420px){
	.section_6_container {
	   width: 330px;
	}
}
@media (max-width: 400px){
	.section_6_container {
	   width: 320px;
	}
	
}
@media (max-width: 380px){
	.section_6_container {
	   width: 300px;
	}
	
}
@media (max-width: 360px){
	.section_6_container {
	   width: 290px;
	}
	
} 

.footer{
	padding: 30px;
	position:relative;
	z-index: 1;
	flex-direction: column;
	align-items:center;
	justify-content: center;
}

.footer_str{
	color: #fff;
	line-height: 1.5;
	font-size: 1.4rem;
}
@media (max-width: 767px){
	.footer_str{
		max-width: 300px;
		text-align:center;
		font-size: 1.8rem;
	}
	.mt_mb_a{
		margin-top: 23px;
	}
}


.vsp_forma_l{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000;
	background: rgba(1, 1, 1, 0.66);
}
.vsp_forma_l_beloe{
	display: flex;
	flex-direction: column;
	position: relative;
	width: 360px;
	height: fit-content;
	padding: 50px 40px;
	background-color: #fff;
	opacity: 1;
}
.vsp_forma_l_beloe_verh{
	padding: 10px;
	border:1px solid #000;
    border-radius: 50%;
    width: fit-content;
    height: fit-content;
    margin-left:auto;  
    margin-right: auto;
}
.vsp_forma_l_beloe_kr{
	position: absolute;
	right:10px;
	top: 10px;
	width: 30px;
	height: 30px;
	color: #777;
	cursor: pointer;
}
.vsp_forma_l_beloe_kr:hover{
opacity: 0.7;
}
.vsp_forma_l_beloe_kr:after, .vsp_forma_l_beloe_kr:before {
    display: block;
    content: "";
    width: 2px;
    height: 1.3em;
    background: currentColor;
    position: absolute;
    left: -1px;
    right: 0;
    top: 0;
    margin-top: 0.35em;
    margin-left: 1em;

}
.vsp_forma_l_beloe_kr:after {
    transform: rotate(-45deg);
}
.vsp_forma_l_beloe_kr:before {
    transform: rotate(45deg);
}
.vsp_forma_l_beloe_phone_text{
	font-size: 1.3rem;
    color: #000;
    font-weight: 500;
    margin-top: 30px;
}
.vsp_forma_l_beloe_phone_input{
	margin-top: 10px;
	outline: none;
	border:1px solid rgb(221 221 221);
	border-radius: 5px;
	padding: 8px;
	font-size: 2rem;
}
.vsp_forma_l_beloe_phone_input:focus{
    border: 1px solid rgb(138 92 92);
}

.vsp_forma_l_beloe_polim26_input{
	margin-top: 10px;
	outline: none;
	border:1px solid rgb(221 221 221);
	border-radius: 5px;
	padding: 8px;
	font-size: 2rem;
}
.vsp_forma_l_beloe_polim26_input:focus{
    border: 1px solid rgb(138 92 92);
}

.vsp_forma_l_beloe_mail26_input{
	margin-top: 10px;
	outline: none;
	border:1px solid rgb(221 221 221);
	border-radius: 5px;
	padding: 8px;
	font-size: 2rem;
}
.vsp_forma_l_beloe_mail26_input:focus{
    border: 1px solid rgb(138 92 92);
}

.vsp_forma_l_beloe_name26_input{
	margin-top: 10px;
	outline: none;
	border:1px solid rgb(221 221 221);
	border-radius: 5px;
	padding: 8px;
	font-size: 2rem;
}
.vsp_forma_l_beloe_name26_input:focus{
    border: 1px solid rgb(138 92 92);
}


.otpr_vs_f{
	color: #000;
		font-size: 1.3rem;
	    font-weight: 500;
	    margin-top: 12px;
	    border-radius:5px; 
	    padding: 12px 15px;
	    background-color: rgb(255 245 90);
	    width: fit-content;
	    cursor: pointer;
}




.vsp_forma_blag{
width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: #000;
	background: rgba(1, 1, 1, 0.66);
}
.vsp_forma_blag_beloe{
	display: flex;
	flex-direction: column;
	position: relative;
	width: 360px;
	height: fit-content;
	padding: 50px 40px;
	background-color: #fff;
	opacity: 1;
}
.vsp_forma_blag_beloe_verh{
	padding: 10px;
    border-radius: 50%;
    width: fit-content;
    height: fit-content;
    margin-left:auto;  
    margin-right: auto;
    background-color: #809dcf;
}
.vsp_forma_blag path{
	fill:#fff;
}

.vsp_forma_blag_kr{
	position: absolute;
	right:10px;
	top: 10px;
	width: 30px;
	height: 30px;
	color: #777;
	cursor: pointer;
}
.vsp_forma_blag_kr:hover{
opacity: 0.7;
}
.vsp_forma_blag_kr:after, .vsp_forma_blag_kr:before {
    display: block;
    content: "";
    width: 2px;
    height: 1.3em;
    background: currentColor;
    position: absolute;
    left: -1px;
    right: 0;
    top: 0;
    margin-top: 0.35em;
    margin-left: 1em;

}
.vsp_forma_blag_kr:after {
    transform: rotate(-45deg);
}
.vsp_forma_blag_kr:before {
    transform: rotate(45deg);
}


.dinonform{
	display: none;
}

.opacity_0_1{
	opacity: 0.1;
}
.vsp_forma_l_beloe_phone_input_scr_pole{
	display: none;
}

.vsp_forma_blag_beloe_phone_text{
	font-size: 2rem;
	font-weight: 600;
	color: #000;
	width: 100%;
	display: block;
	text-align:center; 
	margin-top: 20px;
}
.vsp_forma_blag_beloe_phone_text_2{
	font-size: 1.6rem;
	font-weight: 400;
	color: #000;
	width: 100%;
	display: block;
	text-align:center; 
	margin-top: 10px;
}
.gotovo_vsp_f{
	color: #fff;
	    font-size: 1.3rem;
	    font-weight: 500;
	    margin-top: 18px;
	    border-radius: 40px;
	    margin-left:auto; 
	    margin-right: auto;
	    padding: 12px 15px;
	    background-color: #000;
	    width: fit-content;
	    cursor: pointer;
}
.gotovo_vsp_f:hover{
	opacity: 0.7;
}

.otpr_vs_f:hover {
     background-color: rgb(225 225 80);
}

.vsp_forma_l_beloe_phone_input_no_zap{

	    width: 100%;
	    height: 15px;
	    margin-top: 3px;
	    color: #ff714d;
	    font-size: 1.4rem;
	    z-index: 0;
}
.vsp_forma_blag{
	z-index: 4;
}
.vsp_forma_l{
	z-index: 4;
}

.bodu_ov{
	overflow: hidden;
	padding-right: 0px;
}
.body{
	transition: all 0s;
}


.header_logo{
	width: 155px;
	/*margin-right: 100px;*/
}

.header_rigth{
	flex-direction: column;
	font-size: 2rem;
	color: #fff;
	font-weight: 400;
	/*margin-left:100px;*/
}
.section_cen_container{
	flex-direction: column;
}
.section_cen_container_blok_rith_text{
margin-top: 20px;
}
table.iksweb{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
}
table.iksweb,table.iksweb td, table.iksweb th {
	border: 1px solid #595959;
}
table.iksweb td,table.iksweb th {
	padding: 3px;
	width: 30px;
	height: 35px;
}
table.iksweb th {
	background: #347c99; 
	color: #fff; 
	font-weight: normal;
}
table{
	display: table !important;
}

body tbody{
	display: table-row-group; vertical-align: middle; border-color: inherit;
}
body td{
	display: table-cell; vertical-align: inherit;
}
body tr {
	display: table-row;
}
.iksweb{
	margin-top: 20px;
}


.phone_mass_hefder_soc_a{
	width: 40px;
	height: 40px;
	margin-left:12px;
	margin-right: 12px;
}
.phone_mass_hefder_soc{
	margin-top: 0px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 767px){
	.header {
	    flex-direction:column;
	}
	.header_logo {
	    width: 125px;
	    margin-right: 0px;
	}
	.phone_mass_hefder{
		margin-top: 30px;
	}
	.header_rigth {
	    font-size: 2.5rem;
	    text-align:center;
	    display: block;
	    margin-top: 30px;
	    margin-left: 0px;
	}
	.header {
	    padding-top: 0px;
	    padding-bottom: 20px;
	}
	.container_header {
		padding-top: 50px;
	}
}
@media (max-width: 567px){
	
	.phone_mass_hefder{
		margin-top: 20px;
	}
	.header_rigth {
	    margin-top: 20px;
	}
	
}







.slider {
        width: 50%;
        margin: 100px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: .5;
    }

    .slick-current {
      opacity: 1;
    }


    .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: black;
}

.slick-active {
    opacity: 1 !important;
}
.slick-prev:before, .slick-next:before {
    opacity: 1 !important;
    color: #000 !important;
    display: none !important;
}
.slick-dots li button:before {
   font-size: 10px !important;
}
.slick-slide img{
	cursor: pointer !important; 
}
.slider {
    width: 50%;
    margin: 0px auto !important;
}

@media (max-width: 767px){
.slider {
    width: 100% !important;
    margin: 0px auto !important;
}
.section_5_container_rith {
    margin-top: 50px;
}
}
.slick-slide {
    margin: 0px 0px !important;
}

.section_3_container_blok_imgjngtri{
	margin-top: 23px;
}


.header a{
	    white-space: nowrap;
}
.phone_mass_hefder_soc{
	margin-left:13px;
}

/*@media (max-width: 1100px){
	.header_rigth {
	    margin-left: 70px;
	}
	.header_logo {
	    margin-right: 70px;
	}
}
@media (max-width: 1000px){
	.header_rigth {
	    margin-left: 30px;
	}
	.header_logo {
	    margin-right: 30px;
	}
}*/
.header_rigth{
	justify-content: center;
}
.phone_mass_hefder{
	    align-items: center;
    justify-content: center;
}

.container_header{
	justify-content: space-between;
}
/*.phone_mass_hefder_soc_a_2{
	margin-right: 0px;
}*/

@media (max-width: 767px){
.container_header{
	align-items: center;
	justify-content: center;
	width: 100%;
	/* flex-direction:column; */
}

}
@media (max-width: 390px){
.phone_mass_hefder_soc {
    margin-left: 0px;
    margin-top: 8px;
}
.phone_mass_hefder{
	flex-direction:column;
}
}

@media (max-width: 467px){
.slider {
    width: 94% !important;
    margin: 0px auto !important;
}
}

.section_3_container_blok_leftrrryj{
	padding-left: 20px;
	padding-right: 0px;
}


table.iksweb td, table.iksweb th{
	font-size: 1.6rem;
}

@media (max-width: 767px){
	.section_3_container_blok_leftrrryj{
	padding-left: 0px;
	padding-right: 0px;
}
table.iksweb td, table.iksweb th{
	font-size: 2.3rem;
}
}

style{
    display:none;
}
scripts{
    display:none;
}
script{
    display:none;
}


.phone_mass_hefder .phone_mass_hefder_20_d{
	background: rgba(254, 214, 119, 1);
	color: #1B1B1C;
	min-height: 65px;
	padding-left: 15px;
	padding-right: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 500;
	font-size: 25px;
}

.menu_20_d{
	width: 40px;
	cursor: pointer;
	margin: 0;
	    padding: 0;
	    height: fit-content;
	    margin-top: auto;
	    margin-bottom: auto;
	display:flex;
	flex-direction: column;

}
.menu_20_d div{
	-webkit-user-select: none;
	user-select: none;
	pointer-events: none;
	background: #fff;
	width: 100%;
	height: 3px;
}
.menu_20_d div:nth-child(2){
	margin-top: 8px;
	margin-bottom: 8px;
}

.menu_20_d_vip{
	background-color: #1B1B1C;
	position: absolute;
	right:0px;
	padding:17px;
	z-index: 1;
	bottom:0px;
	padding-left: 0px;
	padding-right: 0px;
}
.container_header{
	position: relative;
}
.header{
	position: relative;
	z-index: 3;
}

.menu_20_d_vip ul{
	padding:0px;
	margin:0px;
	display:flex;
	flex-direction:column;
}
.menu_20_d_vip li{
	list-style-type:none;

}
.menu_20_d_vip a{

	padding-top: 11px;
	padding-bottom: 11px;
}
.menu_20_d_vip span{
	padding-top: 11px;
	padding-bottom: 11px;
}

.menu_20_d_vip li a, .menu_20_d_vip li span{
	color: #FFFFFF;
	display: flex;
	align-items: center;
	cursor: pointer;
	width: 100%;
	justify-content: center;
	font-size: 20px;
	font-weight: 400;
}
.menu_20_d_vip li a svg{
	margin-left: 11px;
	position: relative;
	bottom: -1px;
}
.menu_20_d_vip li a{
	padding-left: 30px;
	padding-right: 30px;
}
.menu_20_d_vip li span{
	padding-left: 30px;
	padding-right: 30px;
}
.menu_20_d_vip li span svg{
	margin-left: 11px;
	position: relative;
	bottom: -1px;
}
.menu_20_d_vip li a:hover{
	color: #fed677;
}
.menu_20_d_vip li span:hover{
	color: #fed677;
}
.phone_mass_hefder_soc a:hover path{
	fill:#fed677;
}

.menu_20_d_vip .menu_20_d_vip_ur_to{
	width: 269px;
    position: absolute;
    right: -269px;
    background: #1B1B1C;
    padding:10px;
    top: auto;
    padding: 17px;
}


.menu_20_d_vip .menu_20_d_vip_ur_to{
	display:none;
}



.menu_20_d_vip .menu_20_d_vip_ur_to{
	padding-left: 0px;
	padding-right: 0px;
}

.menu_20_d_active div:nth-child(2){
	display:none !important;
}
.menu_20_d_active div:nth-child(1){
	transform: rotate(45deg);
	top: 22px;
	position: relative;
}
.menu_20_d_active div:nth-child(3){
	transform: rotate(-45deg);
	top: 20px;
	position: relative;
}
.menu_20_d_active{
	width: 40px;
	height: 40px;
}
.menu_20_d_vip{
	opacity: 0;
	display:none;
}

.menu_20_d_vip_active{
	
	display:flex;
}
.menu_20_d_vip_activeto{
	
	opacity: 1;
}


.menu_20_d_vip {
    transition: opacity 0.3s;
}
.menu_20_d_vip *{
	-webkit-user-select: none;
	    user-select: none;	
}
@media (max-width: 1700px){
	.menu_20_d_vip .menu_20_d_vip_ur_to {
	    left: -269px;
	    right: auto;
	}	
}


@media (max-width: 1200px){
	.header_logo{
		width: 120px;
	}
	.phone_mass_hefder .phone_mass_hefder_20_d {
	    font-size: 22px;
	    min-height: 55px;
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.phone_mass_hefder_soc a{
		width: 35px;
	}
	.phone_mass_hefder_soc_a {
	    margin-left: 10px;
	    margin-right: 10px;
	}
	.header_rigth {
	   font-size: 1.8rem;
	}
	.menu_20_d_vip li a, .menu_20_d_vip li span {
	    font-size: 18px;
	}
	.header a {
	   
	    font-size: 2.8rem;
	}
}
@media (max-width: 1100px){
	.header_logo{
		width: 110px;
	}
	.header a {
	   
	    font-size: 2.6rem;
	}
	.phone_mass_hefder .phone_mass_hefder_20_d {
	    font-size: 20px;
	    min-height: 43px;
	   
	}
	.phone_mass_hefder_soc a{
		width: 30px;
	}
	.phone_mass_hefder_soc_a {
	    margin-left: 8px;
	    margin-right: 8px;
	}
	.header_rigth {
	   font-size: 1.6rem;
	}
	.menu_20_d {
	    width: 34px;
	}
	.menu_20_d_vip li a, .menu_20_d_vip li span {
	    font-size: 17px;
	}
}
@media (max-width: 1000px){
	.header a {
	   
	    font-size: 2.4rem;
	}
	.header_logo{
		width: 100px;
	}
	.phone_mass_hefder .phone_mass_hefder_20_d {
	    font-size: 19px;
	    min-height: 38px;
	   
	}
	.phone_mass_hefder_soc a{
		width: 27px;
	}
	.phone_mass_hefder_soc_a {
	    margin-left: 6px;
	    margin-right: 6px;
	}
	.header_rigth {
	   font-size: 1.4rem;
	}
	.menu_20_d {
	    width: 30px;
	}
	.menu_20_d_vip li a, .menu_20_d_vip li span {
	    font-size: 16px;
	}
}
.phone_mass_hefder_soc a svg{ 
	width: 100%;
	height: 100%;
}
.phone_mass_hefder_soc a{
	height: fit-content;	
}

@media (max-width: 900px){
	.phone_mass_hefder .phone_mass_hefder_20_d {
	    font-size: 17px;
	}
	.header_logo {
	    width: 100px;
	}
}
@media (max-width: 830px){
	.phone_mass_hefder .phone_mass_hefder_20_d {
	    font-size: 16px;
	}
	.header_logo {
	    width: 95px;
	}
}


@media (max-width: 767px){
	.container_header{
		flex-wrap: wrap;
	}
	.header_logo{
		width: 50%;
		order:-2;
		min-width: 210px;
	}
	.menu_20_d{
		order:-1;
		margin-left: auto;
	}
	.phone_mass_hefder {
		width: calc(100% - 120px);
		margin-right: auto;
	}
	.header_rigth {
		font-size: 1.8rem;
	}
	.phone_mass_hefder_soc {
		justify-content: flex-start;
	}
	
}
@media (max-width: 467px){
	.phone_mass_hefder_soc a {
		width: 23px;
	}
	.phone_mass_hefder .phone_mass_hefder_20_d{
		font-size: 15px;
	}
	.phone_mass_hefder{
		flex-direction: column;
	}
	.phone_mass_hefder_soc {
		justify-content: center;
		margin-top: 16px;
	}
	.container_header{
		align-items: flex-start;
	}
	.header_rigth {
		font-size: 2rem;
		margin-top: 25px;
	}
	.section_6_container_rith_iframe{
		overflow: hidden;
	}
}
@media (max-width: 530px){
	.menu_20_d_vip li a, .menu_20_d_vip li span {
		font-size: 14px;
	}
	.menu_20_d_vip .menu_20_d_vip_ur_to {
		width: 209px;
	}
	.menu_20_d_vip .menu_20_d_vip_ur_to {
		left: -209px;
		
	}
	.otkr_mob_b_bott svg{
		width: 6px;
	}
}
@media (max-width: 500px){
	
	.menu_20_d_vip .menu_20_d_vip_ur_to{
		left: 0px;
		position: relative;
	}
	.menu_20_d_vip li{
		flex-direction: column;
	}
	.menu_20_d_vip .menu_20_d_vip_ur_to{
		display: flex;
		height: 0;
		overflow: hidden;
		padding-top: 0px;
		padding-bottom: 0px;;
	}
	.otkr_mob_b_bott span{
		pointer-events: none;
	}
	.otkr_mob_b_bott span *{
		pointer-events: none;
	}
	.menu_20_d_vip li a, .menu_20_d_vip li span {
		justify-content: flex-start;
	}
	.menu_20_d_vip ul li ul a{
		padding-left: 40px;
	}
	.menu_20_d_vip_ur_to li:first-child{
		margin-top: 10px;
	}
	.menu_20_d_vip_ur_to li:last-child{
		margin-bottom: 10px;
	}
}
.menu_20_d_vip{
	height: fit-content;
}
@media (min-width: 501px){
	.menu_20_d_vip li:hover .menu_20_d_vip_ur_to{
		display:flex !important;
	}
}


.menu_20_d_active div:nth-child(3){
	
    width: 103%;
	top: 19px;
}


.section_1_fon {
	opacity: 0.0;
}
.section_1_content_fon {
    opacity: 0.77;
    background-color: #1B1B1C;
}
.section_1_content_title{
	line-height: 1.3;
}

.section_1_content_forma_rith {
    border-radius: 0px;
}
.section_1_content_forma {
	align-items: flex-end;
}

.section_1_content_23_bottom{
	color: #D6D6D6;
	font-size: 2rem;
	font-weight: 400;
	position: relative;
	z-index: 1;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	display: flex;
    align-items: center;
    justify-content: center;
}
.section_1_content_forma{
	position: relative;
	right: 61px;
}

@media (max-width: 1400px){
	.section_1_content_title {
		font-size: 3.6rem;
	}
}
@media (max-width: 1320px){
	.section_1_content_title {
		font-size: 3.5rem;
	}
}
@media (max-width: 1300px){
	.section_1_content_title {
		font-size: 3.7rem;
	}
	.section_1_content_forma {
		position: relative;
		right: 0px;
	}
}
.section_2_container_blok_text {
    border: 1px solid rgba(255, 255, 255, 0);
}
.section_2_container_blok_bottom_left_zak {
    margin-left: 0;
}
@media (min-width: 768px){
.section_2_container_blok {
    width: calc((100% / 3) - 10px);
}
.section_2_container_blok {
	margin-bottom: 15px;
    margin-top: 15px;
}


}
.section_2_container_blok_bottom_left_zak {
	border-radius: 0px;
}

.section_2_container_blok_img_fon {
    opacity: 0.0;
}


ul{
	flex-direction: column;
}
body ul .section_3_container_blok_left_text{
	line-height: 1;
	padding-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
ul li span{
	font-weight: 900;
	margin-right: 15px;
	position: relative;
	top: -1px;
}
.hotmodohrmod{
	margin-top: 23px;
}
.mr_a_23{
	margin-right: auto;
}
.section_4_container_blok_left {
    background-color: #FED677;
	color: #1B1B1C;
	font-weight: 700;
}
.section_4_container_bloki{
	flex-wrap: wrap;
}
@media (min-width: 768px){
	.section_4_container_bloki{
		margin-top: 30px;
	}
	.section_4_container_blok{
		margin-top: 30px;
	}
}
@media (min-width: 768px) and (max-width: 868px){
.section_4_container_blok_rith_title {
    font-size: 2rem;
}
}

.section_4_container_bloki{
	display: flex;
	flex-direction: unset;
}
.tb_bt_0px{
	border-top: 0px solid red !important;
}
.tb_bb_0px{
	border-bottom: 0px solid red !important;
}
.tb_br_0px{
	border-right: 0px solid red !important;
}
.tb_bl_0px{
	border-left: 0px solid red !important;
}
body thead{
	display: table-header-group;
}
body tr{
	display: table-row;
}
body th{
	display: table-cell;
	
}
table.iksweb th {
    background: #fff;
    color: #000;
	/* border-bottom: 0px solid red; */
    font-weight: normal;
}
.tb_tas_23{
	text-align: center;
}

table.iksweb col{
	display: table-column;
}
table.iksweb colgroup{
	display: table-column-group;
}


.fw_700_tb{
	font-weight: 700 !important;
}

table.iksweb td, table.iksweb th {
    padding: 20px;
}

.tb_pt_0px_imp{
	padding-left: 5px !important;
	padding-top: 0px !important;
}

.section_cen .iksweb {
    margin-top: 40px;
}

.mt_20_t2_23{
	margin-top: 20px !important;
}
.spanbhrteetehhyre span{
	margin-left: auto;
	display: inline;
	position: absolute;
    right: 20px;
}
.spanbhrteetehhyre{
	position: relative;
}
.text_al_rith_gtebe{
	text-align: right;
}


@media (max-width: 850px){
	table.iksweb td, table.iksweb th {
		padding: 8px;
	}
	.spanbhrteetehhyre span {
		
		right: 8px;
	}
}

.iksweb_verh_23 table{
	min-width:  530px;
}
.iksweb_verh_23{
	overflow: auto;
	width: 100%;
}
.iksweb_verh_23_tri table{
	min-width:  730px;
}
.section_cen_container_title.title_s{
	margin-bottom: 17px;
}

.section_5 .slider {
    width: 100% !important;
    
}
.section_5 .slick-slide {
    margin: 0px 10px !important;
}

.sl_otz_23{
	background: rgba(255, 255, 255, 1);
	box-shadow: 0px 0px 9px 2px rgba(0, 0, 0, 0.08);
	padding: 20px;
	display: flex;
	flex-direction: column;
}
.sl_otz_23_3{
	width: 100%;
	display: flex;
	align-items:flex-end;
	justify-content: flex-end;
	margin-top: 4px;
}
.sl_otz_23_3 img{
	width: fit-content;
}
.sl_otz_23_2{
	display: flex;
	align-items:flex-end;
	justify-content: flex-end;
	text-align: right;
	font-weight: 600;
	margin-top: auto;
	font-size: 2rem;
	margin-top: 20px;
	width: 100%;
}
.sl_otz_23_1{
	font-weight: 400;
	font-size: 1.7rem;
}

.sl_otz_23_1{
	border:2px solid #fff;
}


.vle_vpra_sl_a_23_left{
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 2px solid rgba(232, 69, 69, 1);

}
.vle_vpra_sl_a_23_rith{
	width: 39px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 2px solid rgba(232, 69, 69, 1);
	cursor: pointer;
}

.vle_vpra_sl_a_23_rith *{
	pointer-events: none;
}
.vle_vpra_sl_a_23_left *{
	pointer-events: none;
}
.slick-dots{
	display: none !important;
}
.section_5 .section_5_container{
	flex-direction: column;
}

.vle_vpra_sl_a_23_left {
	bottom: -80px;
    position: absolute;
    left: calc(50% - 176px);
}
.vle_vpra_sl_a_23_left svg{
	transform: rotate(180deg);
}
.vle_vpra_sl_a_23_rith {
	bottom: -80px;
    position: absolute;
    left: calc(50% + 138px);
}

.section_5_container_left {
	padding-right: 0;
}
.vle_vpra_sl_a_23_rith svg{
	position: relative;
	left: 1px;
}
.vle_vpra_sl_a_23_left svg{
	position: relative;
	left: -1px;
}

.vle_vpra_sl_a_23_left:hover path{
	stroke: #fff;
}
.vle_vpra_sl_a_23_left:hover{
	background-color:rgba(232, 69, 69, 1);
}
.vle_vpra_sl_a_23_rith:hover path{
	stroke: #fff;
}
.vle_vpra_sl_a_23_rith:hover{
	background-color:rgba(232, 69, 69, 1);
}


.section_5 {
	padding-bottom: 120px;
}


.section_5_container_left {
	margin-top: 30px !important;
}


.vivodhislit{
	color:#FED677;
	font-size: 30px;
	font-weight: 600;
	position: absolute;
    top: -10px;
    right: 28px;
}
.vivodhislsleh{
	color:#000000;
	font-size: 30px;
	font-weight: 600;
}

.vivodhisposl{
	color:#C1C1C1;
	font-size: 20px;
	position: relative;
	bottom:-17px;
	left: 6px;
	font-weight: 400;
}
.vle_vpra_sl_a_23{
	position: absolute;
    bottom: 38px;
    left: calc(50% - 0px);
}

.sl_otz_23{
	margin-top: 5px;
	margin-bottom: 5px;
}

@media (max-width: 767px){
	.vle_vpra_sl_a_23_left {
		left: calc(50% - 128px);
	}
	.vle_vpra_sl_a_23_rith {
		left: calc(50% + 64px);
	}
	
}




.section_ptz_container{
	flex-direction: column;
}



.accordion {
    background: rgba(254, 214, 119, 1);

    color: #000000;
    cursor: pointer;
    padding: 2rem;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.8rem;
	font-weight: 600;
    transition: 0.5s;
}

.active, .accordion:hover {
    background-color: rgb(255, 223, 148);
}
.panel p{
	padding-top: 1rem;
	
	font-size: 1.6rem;
	display: block;
}
.panel{
	display: block;
}
.accordion{
	margin-top: 1rem;
	padding-top: 2.5rem;
	padding-bottom: 2.5rem;
	-webkit-user-select: none;
    user-select: none;
	padding-right:57px;
	position: relative;
}
.accordion:after {
    content: '\002B';
    color: rgba(254, 214, 119, 1);
  font-size: 40px;
    font-weight: bold;
    float: right;
	position: absolute;
    right: 10px;
    margin-left: 5px;
	-webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke: 8px transparent;
    align-items: flex-end;
    background: #fff;
    padding: 10px;
	top: calc(50% - 14px );
    -webkit-background-clip: text;
    color: rgba(254, 214, 119, 1);
    display: flex;
	line-height: 0.17;
}

.active:after {
    content: "\2212";
	
}

.panel {
    padding: 0 18px;
  color: #212121;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
}

@media (max-width: 767px){
	.accordion:after {
		font-size: 30px;
		top: calc(50% - 12px );
	}
}

.citata_23_a{
	flex-direction: column;
	margin-top: 4rem;
}
.citata_23_a_img{
	width: 100%;
	display: flex;
	align-items:center;
	justify-content: center;
}

.citata_23_a blockquote{
	margin-top: 2rem;
	width: 90%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.section_6{
	border-top: 1px solid rgba(27, 27, 28, 1);
}

.footer_top{ 
	margin-top: 20px;
	align-items:center;
}
.footer_top .imagfoote{
	margin-right: 20px;
}
.footer_str {
	font-size: 2rem;
}
.section_6_container_left_title {
	margin-bottom: 40px;
}
@media (max-width: 767px){
.imagfoote{
	width: 90px;;
}
.footer_str {
	font-size: 1.7rem;
}
.footer_top .footer_str{
max-width: calc(100% - 100px);
}
.section_6_container_left_title {
	margin-bottom: 10px;
}
}

.section_cen {
	padding-top: 0px;
}

ol{
	flex-direction: column;
	padding-bottom: 0px;
	margin-bottom: 0px;
	padding-left: 30px;
}

ol li{
	display: list-item !important;
}

html {
	scroll-behavior: smooth;
  }
  
  .str_vvarh_a_r {
          position: fixed;
    bottom: 165px;
    right:30px;
    max-width:40px;
    cursor: pointer;
  }
  .dininstrvverh{
      display:none;
  }
  
  @media (max-width: 767px){
      .str_vvarh_a_r {
          position: fixed;
    bottom: 155px;
    right:10px;
    max-width:30px;
    cursor: pointer;
  }
  }
  
    @media (max-width: 767px){
  .container_header{
      padding-left: 15px;
      padding-right: 15px;
  }
}

@media (min-width: 1000px){
    .section_1_content_title{
      max-width: 620px;
    margin-left: auto;
    margin-right: auto;  
    }
    
}

@media (min-width: 1300px){
    .section_1_content_title{
      max-width: 630px;
    margin-left: auto;
    margin-right: auto;  
    }
    
}

@media (min-width: 1400px){
    .section_1_content_title{
      max-width: 650px;
    margin-left: auto;
    margin-right: auto;  
    }
    
}
.bjnrohyboesb{
    color:green;
    font-size:30px;
    display: contents;
}

.section_1_content_23_bottom {
   justify-content: flex-start;
    text-align: left;
}
.section_1_content_23_bottom{
        width: fit-content;
    margin-left: auto;
    margin-right: auto;
}
.imcrvnrivriw{
	margin-top: 25px;
}
@media (min-width: 501px){
	.menu_20_d_vip_ur_to li a{
		font-size: 18px;
	}
}
@media (max-width: 1200px) and (min-width: 501px){
	.menu_20_d_vip_ur_to li a{
		font-size: 17px;
	}
}
@media (max-width: 1000px) and (min-width: 501px){
	.menu_20_d_vip_ur_to li a{
		font-size: 15px;
	}
}
@media (max-width: 600px) and (min-width: 501px){
.menu_20_d_vip_ur_to li a {
    font-size: 14px;
}
}

@media (max-width: 530px){
	.menu_20_d_vip .menu_20_d_vip_ur_to {
	    width: 260px;
	}
}





.str404_asd{
	display:flex;
	flex-direction:column;
	min-height:500px;
}
.error-404 .str404_asdspan2{
	font-weight: 600 !important;
    fill: #0c0c0c !important;
    color: #0c0c0c !important;
    background-color: #fdb436 !important;
    border-radius: 5px 5px 5px 5px !important;
    display: flex;
    padding: 10px 19px;
    transition: all 0.3s;
    font-size:28px;
    width: fit-content;
	margin-top:30px;
	cursor:pointer;
}

@media screen and (max-width: 1100px){
.sin_title_h1 {
    font-size: 52px;
}
.error-404 .str404_asdspan2{
	 font-size:26px;
}

}
@media screen and (max-width: 1000px){
.sin_title_h1 {
    font-size: 50px;
}
.error-404 .str404_asdspan2{
	 font-size:22px;
}
}
@media screen and (max-width: 900px){
.sin_title_h1 {
    font-size: 40px;
}
	.str404_asd{
	
	min-height:400px;
}
.error-404 .str404_asdspan2{
	 font-size:20px;
}
}
@media screen and (max-width: 720px){
.sin_title_h1 {
    font-size: 30px;
}
	.str404_asdspan2 {
    margin-top: 23px;
}
.error-404 .str404_asdspan2{
	 font-size:18px;
}
}
@media screen and (max-width: 540px){
.sin_title_h1 {
    font-size: 25px;
}
	.str404_asdspan2 {
    margin-top: 20px;
}
	.str404_asd{
	
	min-height:300px;
}
}






.jbnrgnirs404 .sin_title_h1 {
    font-size: 40px;
    
}
.goitrjhisrhi{
	font-size: 54px;
}

@media (max-width: 1200px){
	.jbnrgnirs404 .sin_title_h1 {
	    font-size: 30px;
	    
	}
	.goitrjhisrhi{
		font-size: 44px;
	}
}
@media (max-width: 1000px){
	.jbnrgnirs404 .sin_title_h1 {
	    font-size: 20px;
	    
	}
	.goitrjhisrhi{
		font-size: 30px;
	}
}
@media (max-width: 400px){
	.jbnrgnirs404 .sin_title_h1 {
	    font-size: 18px;
	    
	}
	.goitrjhisrhi{
		font-size: 27px;
	}
	.str404_asdspan2 {
	    padding: 7px 15px;
	}
}
















.jbnrgnirs404 .sin_title_h1 {
    font-size: 40px;
    
}


@media (max-width: 1200px){
	.jbnrgnirs404 .sin_title_h1 {
	    font-size: 30px;
	    
	}
	
}
@media (max-width: 1000px){
	.jbnrgnirs404 .sin_title_h1 {
	    font-size: 20px;
	    
	}
	
}
@media (max-width: 400px){
	.jbnrgnirs404 .sin_title_h1 {
	    font-size: 18px;
	    
	}
	
}
.error-404.not-found.gt5g3{
	display: flex;
	    align-items: center;
	    justify-content: center;
	    width: 100%;
}

.str404_asd{
	display: flex;
	align-items: center;
	justify-content: center;

}






/*18_04_2023*/
.menu_20_d{
	display:none;
}
.header_rigth{
	display:none;
}

.header_mail_18{
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: fit-content;
	margin-top: auto;
	margin-bottom: auto;
	font-size: 3rem;
}
.phone_mass_hefder_soc_a:last-child{
	margin-right: 0px;
}
.section_1_content_forma {
    position: relative;
    right: 0;
}
.section_2_18 .section_2_container_blok_text{
	margin-top: 0px;
	margin-bottom: 14px;
}
.section_2_container_blok_text_18{
	    font-size: 1.9rem;
	    font-weight: 700;
	    text-align: center;
	    margin-bottom: 15px;
        justify-content: center;
        display:flex;
}
@media (max-width: 767px){
	.section_2_container_blok_text_18 {
		height: fit-content !important;
	    font-size: 2.7rem;
	}
	.header_mail_18_2{
		display:none;
	}
	.header_mail_18_1{
		margin-left: 17px;
		order: 2;
	}
	.phone_mass_hefder {
	    width: calc(100% - 0px);
	    margin-right: 0;
	}
	.phone_mass_hefder_soc {
	    justify-content: center;
	}
	.phone_mass_hefder_soc {
		margin-right: 0px;
	    margin-left: 13px;
	}
}


@media (min-width: 768px){
	.phone_mass_hefder{
		margin-left: auto;
		    margin-right: auto;
	}
	.header_mail_18_1{
		display:none;
	}
}

@media (max-width: 600px){
	.phone_mass_hefder{
		flex-direction: column;
	}
	.phone_mass_hefder_soc {
	    margin-right: 0px;
	    margin-left: 0px;
	    margin-top: 20px;
	}
	.header_mail_18_1 {
	    margin-left: 0px;
	    margin-top: 20px;
	}
	.header_logo {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
}


.section_calc_container{
	display:flex;
	flex-direction: column;
}
.calk_18{
	width: 100%;
	display:flex;
	justify-content: space-between;
}
.calk_18 .div_1ur{
	width: calc((100% / 5) - 10px);
	display:flex;
	flex-direction: column;
	align-items: center;
	
}
.calk_18 .div_1ur input{
	width: 100%;
	    height: 42px;
	outline: none;
	text-align: center;
	padding: 7px;
	border: 1px solid rgb(221 221 221);
    border-radius: 5px;
    padding: 8px;
    font-size: 2rem;
}
.calk_18 .div_1ur span{
	line-height: 42px;
	font-size: 2rem;
    font-weight: 600;
}
.calk_18_title{
	margin-bottom: 10px;
}
.calk_18 .div_1ur input:focus {
    border: 1px solid rgb(138 92 92);
}
.calk_18_verh_tols{
	position: relative;
}
.div_2ur{
	padding: 0px;
	position: absolute;
	bottom: -122px;
	left: 0px;
	width: 100%;
	border: 1px solid rgb(221 221 221);
	background-color: #fff;
	border-radius: 5px;
	display:flex;
	height: 118px;
	padding-top: 4px;
	padding-bottom: 0px;
	flex-direction: column;
}
.div_2ur div{
	font-size: 2rem;
	font-size: 2rem;
	cursor: pointer;
	height: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.div_2ur div:hover{
	background-color: #e2e2e2;
}


.calk_18_vip_tols_no_act{
	display:none;
}
.calk_18_vip_sir_no_act{
	display:none;
}


.calk_18_result{
	display:flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 109px;
	gap:14px;
}
.calk_18_result{
	font-size: 2.6rem;
}
sup{
	position: relative;
	line-height: 1;
	top: 0px;
}
.calk_18_title{
	position:relative;
	line-height: 2;
}


.calk_18 .div_2ur span{
	font-size: 15px;
	  
	    width: 100%;
	    text-align: center;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    height: 35px;
	    line-height: 1;
}
.zakaz_kalc{
	background-color: #dd4b39;
	cursor: pointer;
	padding: 13px 20px;
	margin-left: 10px;
	color: #fff;
	font-size: 1.5rem;
	width: fit-content;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 20px;
}
.otpr_vs_f{
background-color: #dd4b39;
color: #fff;
}
.otpr_vs_f:hover {
    background-color: #d5675a;
}
.zakaz_kalc:hover {
    background-color: #d5675a;
}
.dlina_calk{
	font-weight: 400 !important;
}
.stoim_calk{
	font-weight: 400 !important;
}

@media (max-width: 1300px){
	.calk_18 .div_1ur span {
	   font-size: 1.8rem;
	}
	.calk_18 .div_2ur span {
	    font-size: 14px;
	}
	.calk_18 .div_1ur input {
	    font-size: 1.8rem;
	}
}
@media (max-width: 1200px){
	.calk_18 .div_1ur span {
	   font-size: 1.6rem;
	}
	.calk_18 .div_2ur span {
	    font-size: 13px;
	}
	.calk_18 .div_1ur input {
	  font-size: 1.6rem;
	}
	.calk_18_result{
	
		gap:10px;
	}
}


@media (max-width: 1000px){
	.calk_18 .div_2ur span {
	    font-size: 13px;
	}
}

@media (max-width: 1100px){
	.calk_18 .div_1ur span {
	    font-size: 1.4rem;
	}
	.calk_18 .div_1ur input {
	    font-size: 1.4rem;
	}
}

.adress_18{
		width: 300px;
		   
		outline: none;
		text-align: center;
		padding: 7px;
		border: 1px solid rgb(221 221 221);
	    border-radius: 5px;
	    padding: 8px;
	    margin-left: auto;
	    margin-right: auto;
	    margin-top: 15px;
	    min-height: 90px;
	    font-size: 1.8rem;
}
.adress_18:focus {
    border: 1px solid rgb(138 92 92);
}
@media (max-width: 767px){
	.adress_18{
		font-size: 2.4rem;
		width: 100%;
	}
	.calk_18{
		flex-direction: column;
		gap:30px;
	}
	.calk_18 .div_1ur {
	   width: calc((100% / 1) - 0px);
	}
	.calk_18 .div_1ur span {
	    font-size: 2.4rem;
	}
	.calk_18 .div_1ur input {
	    font-size: 2.4rem;
	}
	.calk_18 .div_1ur span {
	    line-height: 2;
	}
	.calk_18_title {
	    margin-bottom: 1px;
	}
	.div_2ur {
	    position: relative;
	    bottom: 0;
	    
	    margin-top: -1px;
	}
	.calk_18_vip_sir span{
		line-height: 1 !important;
		font-size: 2.1rem !important;
	}
	.calk_18_vip_tols span{
		line-height: 1 !important;
		font-size: 2.1rem !important;
	}
	.calk_18_result {
	    margin-top: 40px;
	}
	.zakaz_kalc{
		font-size: 2rem;
	}
}



.section_2 .section_2_container_blok_img_fon {
    opacity: 0.33;
}
.phone_mass_hefder_soc a:nth-child(1){
	width: 48px;
}
@media (max-width: 1200px){
	.phone_mass_hefder_soc a:nth-child(1){
	    width: 40px;
	}
}

@media (max-width: 1100px){
	.phone_mass_hefder_soc a:nth-child(1){
	    width: 36px;
	}
}
@media (max-width: 1000px){
	.phone_mass_hefder_soc a:nth-child(1){
	    width: 32px;
	}
}
@media (max-width: 467px){
	.phone_mass_hefder_soc a:nth-child(1){
	    width: 29px;
	}
}

.header_and_s1{
	width: 100%;
	display:flex;
	flex-direction: column;
	background-attachment: scroll;
	background-position: 50%;
	background-repeat: none;
	background-size: cover;
	position: relative;
	-o-background-size: cover;
}

.header_and_s1_fon{
	position:absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background-color: #000;
    opacity: 0.5;
	z-index: 0;
}
.header{
	z-index: 1;
}
.section_1{
	z-index: 1;
}
.header_mail_18_2{
	font-weight: 500 !important;
}

@media (min-width: 768px){
	.phone_mass_hefder .phone_mass_hefder_20_d {
	   padding-left: 0;
	}
}

@media (min-width: 267px){
	
	.header_mail_18_2{
		margin-left: auto;
		margin-right: auto;
	}
	.phone_mass_hefder{
		margin-left: 0px;
		margin-right: 0px;
	}
	.header a {
	    color: #fff;
	    font-size: 3rem;
	}
	.phone_mass_hefder{
		order: 4;
	}
	.phone_mass_hefder .phone_mass_hefder_20_d {
	    background: rgba(254, 214, 119, 0);
	    color: #fff;
	    font-size: 35px;
	}
	.section_1_content_title {
	    max-width: 790px;
	}
	.header a {
	    font-size: 2.7rem;
	}
	.section_1_content_fon {
	   opacity: 0;
	}
}
@media (min-width: 768px) and (max-width: 1300px){
	.phone_mass_hefder .phone_mass_hefder_20_d {
	    font-size: 30px;
	}
	.header a {
	    font-size: 2.4rem;
	}

}
@media (min-width: 768px) and (max-width: 1100px){
	.phone_mass_hefder .phone_mass_hefder_20_d {
	    font-size: 25px;
	}
	.header a {
	    font-size: 2rem;
	}

}
@media (min-width: 768px) and (max-width: 1000px){
	.phone_mass_hefder .phone_mass_hefder_20_d {
	    font-size: 23px;
	}
	.header a {
	    font-size: 1.8rem;
	}

}
@media (max-width: 767px){
	.header_logo {
	    width: 50%;
	    order: -2;
	    min-width: 210px;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	}
	.phone_mass_hefder .phone_mass_hefder_20_d {
	    background: rgba(254, 214, 119, 0);
	    color: #fff;
	    font-size: 29px;
	}
	.phone_mass_hefder .phone_mass_hefder_20_d {
	   padding-right: 0px;
	   padding-left: 0px;
	}
}
@media (max-width: 700px){
	
	.phone_mass_hefder .phone_mass_hefder_20_d {
	     font-size: 25px;
	}
	.header a {
	    font-size: 2.3rem;
	}
	.header_and_s1_fon {
	    opacity: 0.6;
	}
	
}
@media (max-width: 600px){
	.section_1 {
	    height: calc(100vh - 390px);
	}
	.section_1 {
	     min-height: 430px;
	}
	.container_header {
	    padding-top: 31px;
	}
	.section_1_content_forma {
	    margin-bottom: 20px;
	}
}
body .s2_and_s2 .header_and_s1_fon{
	background-color: #fff;
	    opacity: 0.7;
}
.section_2_18 {
	position: relative;
	z-index: 2;
}

.gtrsgsrt{
	color: #fff;
}
body .s4_and_s4 .header_and_s1_fon{
	background-color: #fff;
	    opacity: 0.7;
}


.s4_and_s4 .section_2{
	position: relative;
	z-index: 2;
}

body .s6_and_s6 .header_and_s1_fon{
	background-color: #fff;
	    opacity: 0.75;
}
.section_6 {
    border-top: 0px solid rgba(27, 27, 28, 1);
}
.section_6_container_left_block {
   border-bottom: 0px solid #e9e9e9;
}
#kontakty{
	position: relative;
	z-index: 2;
}
.str_vvarh_a_r{
	z-index: 4;
}

.trhgryhrehye .section_2_container_blok_img_fon{
opacity:0 !important;
}


body .s4_and_s4 .header_and_s1_fon {
    background-color: #000;
    opacity: 0.5;
}
 .header_and_s1_fon {
    background-color: #000 !important;
    opacity: 0.5 !important;
}

.section_6_container_left_block_ji{
	    color: #fff;
}
.section_6_container_left_block_sp {
     color: #fff;
}
.section_6_container_left_block_ji a{
	color: #fff;
}

body .s4_and_s4 .gtrsgsrt {
    text-shadow: none;
   
    color: #fff;
}

body .s4_and_s4 .section_2_container_blok_img_fon {
    opacity: 0;
}
.section_2_container_blok_img_title {
    position: absolute;
    top: -60px;
}
.section_2_container_blok_img_title {
    font-size: 1.9rem;
}	
@media (max-width: 767px){
	.section_2_container_blok_img_title {
	    font-size: 2.7rem;
	}	
	
}
.section_2_container_blok{
	margin-top: 75px;
}

@media (min-width: 1300px){
	.header_logo {
	    width: 140px;
	    
	}
	.header a {
	    font-size: 2.4rem;
	}
	.phone_mass_hefder .phone_mass_hefder_20_d {
	    font-size: 30px;
	}
	.phone_mass_hefder_soc a {
	    width: 35px;
	}
	.phone_mass_hefder_soc a:nth-child(1) {
	    width: 42px;
	}
	.section_2_container_blok_bottom_rith_zak {
	   font-size: 1.9rem;
	}
}
@media (max-width: 767px){
	.section_2_container_blok_bottom_rith_zak {
	    font-size: 2.5rem;
	}
}
.section_6_container .title_s{
	color: #fff;
}
.btrhrtdh{
	width: 100%;
	display:flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}


body{
	overflow: auto;
	max-height: 100vh;
	height: 100%;
}



.simplebar-track.simplebar-vertical {
    background: #fff;
}

.simplebar-scrollbar:before {
    background: #dd4b39 !important;
    color: #dd4b39 !important;
    border-radius:0px !important;
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1 !important;
}


.simplebar-scrollbar.simplebar-visible:before {
    opacity: 1 !important;
}
@media (max-width: 767px) {
    .simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
        top: 0px;
        bottom: 0px;
        width: 4px;
    }
	.simplebar-track.simplebar-vertical {
	    width: 8px !important;
	}
}


.simplebar-track{
    transition: all 0s;
}
.simplebar-track *{
    transition: all 0s;
}

.ftgetgyyre{
	position: relative;
	top: 107px;
}
@media (max-width: 767px) {
.ftgetgyyre{
	top: 20px;
}	
.calk_18_result {
    margin-top: 30px;
}
}
.calk_18_result *{
	font-weight: 500;
}
.section_1_content_forma_rith {
    margin-left: 0px;
}

.calk_18{
margin-top:26px;
}
.calk_18_title {
    line-height: 2 !important;
}



.calk_18_z_i_6{
	z-index: 6;
	position: relative;
}
.calk_18_z_i_5{
	z-index: 5;
	position: relative;
}
.calk_18_z_i_4{
	z-index: 4;
	position: relative;
}
.calk_18_z_i_3{
	z-index: 3;
	position: relative;
}
.calk_18_z_i_2{
	z-index: 2;
	position: relative;
}
.calk_18_z_i_1{
	z-index: 1;
	position: relative;
}
.calk_18_z_i_0{
	z-index: 0;
	position: relative;
}

.calk_18_dob_delete{
	display:flex;
	gap:20px;
	width: fit-content;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
.calk_18_dob_delete *{
	color: #000;
	font-size: 60px;
	-webkit-user-select: none;
    user-select: none;
	cursor: pointer;
	line-height: 0;
	    display: flex;
}
.calk_18_dob_delete div:nth-child(2){
	position:relative;
	top: -4px;
}
.calk_18_dinon {
	display:none;
}


.calk_18_result_res{
	display:none;
}
.calk_18_result_res_2{
	display:none;
}
.calk_18_result_res_3{
	display:none;
}
.calk_18_result_res_4{
	display:none;
}
.calk_18_result_res_5{
	display:none;
}
.calk_18_result_res_6{
	display:none;
}
.calk_18_result_res_7{
	display:none;
}

.vsp_forma_l {
    z-index: 7;
}
.hydtyhydtjtdx{
	margin-bottom: 30px;
}


.mbtpebmetp{
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.calk_18_dob_delete div:nth-child(1){
	color: red !important;
}



.vsp_forma_l_beloe_phone_text {
     margin-top: 23px;
}

.vsp_forma_l_beloe_kr:after, .vsp_forma_l_beloe_kr:before {
    height: 2.3em;
}
.vsp_forma_l_beloe{
	max-height: 100vh;
	    overflow: auto;
}
.vsp_forma_l_beloe_polim26_input{
	min-height: 80px;
}
.calk_18_dob_delete div:nth-child(2){
	font-size: 48px;
	font-weight: 600;
	top: -3px;
}
.calk_18_dob_delete div{
	line-height: 0.6;
}



.calk_18_vip_tols{
	display:none !important;
}
.calk_18_vip_sir{
	display:none !important;
}

.vsp_forma_blag {
    z-index: 7;
}


.section_1_content_title_1107{
	margin-top: 40px;
}
.section_1_content_0711{
	position:relative;
	bottom: 30px;
}


.footer-text{
	width: 100%;
	display: flex;

	flex-direction: column;
}
.footer-text *{
	color: #fff;
}
.footer-text-title.footer_str{
	font-size: 4rem;
    text-align: center; 
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    margin-left: auto;
    margin-right: auto;
}
.footer-text-text{
	    font-size: 2rem;
    text-align: center;
    margin-bottom: 4rem;
    margin-top: 4rem;
}
@media (max-width: 370px) {
	.section_1_content_title {
	    font-size: 3.4rem;
	}
}