html,
body {
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
  color: #020A17;
  padding: 0 !important;
  margin: 0;
  max-width: 100%;
	background-size: inherit;
	background-repeat: no-repeat, no-repeat;
}
body {
	background:#F8F8F8;
}
hr {
  opacity: 0.1;
}

a {
  text-decoration: none;
}

.link {
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: 'Alice', serif;
  margin: 0;
  font-weight: normal;
  position: relative;
}

h1 {
  font-size: 100px;
  margin-bottom: 30px;
}

h2 {
  margin-top: 60px;
  font-size: 48px;
  margin-bottom: 30px;
}

h3 {
  font-size: 36px;
  margin-bottom: 30px;
}
.container{
	max-width:1260px;
	width: 100%;
    margin: 0 auto;
    position: relative;
	box-sizing: border-box;
}
.header{
	background:#34A0A4;
	height:100px;
	padding-toP:16px;
	box-sizing: border-box;
}
.section1{
	background: url('img/section1.png') no-repeat top center;
	background-size:cover;
	box-sizing: border-box;
	position:relative;
	padding-toP:40px;
	min-height:996px;
	margin-bottom:200px;
}
.top_menu{
	padding-top:27px;
}
.top_menu ul{
	list-style:none;
	padding:0px;
	margin:0px;
}
.top_menu ul li{
	display:inline-block;
	margin-right:36px;
	position:relative;
}


.top_menu ul li:last-child{
	margin-right:0px;
}
.top_menu ul li a{
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 600;
	line-height: 24.38px;
	color: #F8F8F8;
	padding-bottom:31px;
	display:block;
	padding-left:7px;
	padding-right:7px;
}
.top_menu ul li.current-menu-item a{
	border-bottom:2px solid #F8F8F8;
}
.top_menu ul li a:hover{
	color: #333333;
}
.top_menu ul li.menu-item-has-children{
	padding-right:20px;
	background: url('img/has_parent.png') no-repeat 100% 8px;
}	
.top_menu ul li.menu-item-has-children:hover{
	background: url('img/has_parent_h.png') no-repeat 100% 8px;
}
.top_menu ul li.menu-item-has-children:hover a{
	color: #333333;
}

.top_menu ul li.menu-item-66{
	padding-right:20px;
	background: url('img/has_parent.png') no-repeat 100% 8px;
}
.top_menu ul li.menu-item-66:hover{
	background: url('img/has_parent_h.png') no-repeat 100% 8px;
}
.top_menu ul li.menu-item-66:hover a{
	color: #333333;
}


.top_menu ul li ul{
	padding-left:30px;
	padding-right:45px;
	padding-toP:20px;
	padding-bottom:20px;
	background: #F8F8F8;
	border-radius:15px;
	position:absolute;
	top: 32px;
    left: -38px;
	z-index:77;
	display:none;
	width:100%;
	box-sizing: border-box;
	min-width:230px;
}
.top_menu ul li:hover ul{
	display:block;
}
.top_menu ul li ul li{
	margin-bottom:10px;
	display:block;
	margin-right:0px;
}
.top_menu ul li ul li:last-child{
	margin-bottom:0px;
}
.top_menu ul li ul li a{
	font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	padding:0px;
}
.head_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
}
.tel_head{
	font-family: "Montserrat", sans-serif;
	font-size: 22px;
	font-weight: 700;
	line-height: 26.82px;
	color: #F8F8F8;
	padding-top:27px;
	padding-left:40px;
	position:relative;
}
.tel_head svg{
	position:absolute;
	top:27px;
	left:0px;
}

.aboute_main{
	padding-toP:110px;
	padding-toP:110px;
	margin-bottom:165px;
	background: linear-gradient(180deg, #34A0A4 0%, #F8F8F8 100%);
}
.aboute_main_title{
	font-size: 64px;
	font-weight: 600;
	line-height: 64px;
	text-align: left;
	color: #333333;
	margin-bottom:58px;
	
}
.aboute_main_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px;
}
.aboute_main_right{
	max-width:386px;
	width:100%:
}
.aboute_main_right img{
	width:100%;
	border-radius:15px;
}
.aboute_main_left{
	padding-toP:0px;
	width:calc(100% - 420px);
}
.aboute_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 35px 0px;
	margin-bottom:54px;
}
.aboute_iteam{
	width: 50%;
	box-sizing: border-box;
	font-size: 23px;
	font-weight: 500;
	line-height: 29.26px;
	color: #333333;
	padding-left:50px;
	background: url('img/check.png') no-repeat center left;
}
.aboute_iteam b{
	font-size: 30px;
	font-weight: 700;
	line-height: 41.45px;
}
.calc_but{
	font-size: 28px;
	font-weight: 700;
	line-height: 34.13px;
	color: #34A0A4;
	display:inline-block;
	padding-left:29px;
	padding-right:29px;
	padding-top:13px;
	padding-bottom:14px;
	border:solid 3px #34A0A4;
	border-radius:15px;
}
.popular_uslugi{
	margin-bottom:135px;
}
.popular_uslugi_title{
	font-size: 56px;
	font-weight: 600;
	line-height: 68.26px;
	text-align: center;
	color: #333333;
	margin-bottom:90px;
}
.popular_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 46px 0px;
	margin-bottom:135px;
}
.popular_iteam{
	width:calc(50% - 30px);
	/*max-width:560px;*/
	box-sizing: border-box;
	border:solid 3px #34A0A4;
	padding-toP:50px;
	padding-left:65px;
	padding-right:65px;
	padding-bottom:40px;
	border-radius:15px;
	position:relative;
}
.popular_iteam_title{
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	text-align: center;
	color: #333333;
	margin-bottom:38px;
}
.popular_iteam_row{
	margin-bottom:50px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
}
.popular_iteam_row ul{
	padding:0px;
	margin:0px;	
	list-style-type:none;
}
.popular_iteam_row ul li{
	margin-bottom:15px;
	padding-left:34px;
	position:relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	background: url('img/list_bg.png') no-repeat center left;
}
.popular_iteam_list{
	margin-bottom:15px;
	padding-left:34px;
	position:relative;
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	background: url('img/list_bg.png') no-repeat center left;
}
.popular_iteam_href{
	display:inline-block;
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	padding-right:45px;
	background: url('img/popular_iteam_href.png') no-repeat center right;
	float:right;
}
.aboute_main2{
	padding-bottom:100px;
}
.aboute_main2.mission{
	background: url(img/top_bg.png) repeat-x top left;
    padding-toP: 85px;
}
.aboute_main_title2{
	font-size: 56px;
	font-weight: 600;
	line-height: 68.26px;
	text-align: center;
	color: #333333;
	margin-bottom:12px;
}

.aboute_main2_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:0px;
	margin-bottom:70px;
}
.aboute_main2_left{
	width:300px;
}
.aboute_main2_left img{
	max-width:100%;
	border-radius: 15px;
}
.aboute_main2_right{
	padding-toP:69px;
	width:calc(100% - 350px);
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	text-align: left;
	color: #333333;
}
.aboute_main2_right p{
	margin:0px;
	padding:0px;
}
.aboute_main2_right_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:0px;
	padding-toP:20px;
}
.aboute_main2_right_row a{
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	text-align: left;
	color: #333333;
	padding:14px 40px;
	border:solid 3px #333333;
	border-radius: 15px;
	display:inline-block;
	min-width:255px;
	box-sizing: border-box;
	text-align:Center;
}
.aboute_main2_right_row a:hover{
	color: #34A0A4;
}
.aboute_main2_iteam_tilte{
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	text-align: left;
	color: #333333;
	margin-bottom:5px;
}
.aboute_main2_iteam:hover .aboute_main2_iteam_tilte{
	/*color: #F8F8F8;*/
}
.aboute_main2_iteam:hover .aboute_main2_iteam_text{
	/*color: #F8F8F8;*/
}
.aboute_main2_iteam_text{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	text-align: left;
	color: #333333;
}
.aboute_main2_row3{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:0px;
	padding-left:30px;
	box-sizing: border-box;
	padding-right:30px;
}
.aboute_main2_iteam{
	padding-left:90px;
	min-height:69px;
	box-sizing: border-box;
	width:calc(50% - 30px);
	cursor:pointer;
}
.calculator_bg{
	background: url('img/calculator.png') no-repeat center left;
}
.question_bg{
	background: url('img/question.png') no-repeat center left;
}
/*.calculator_bg:hover{
	background: url('img/calculator_h.png') no-repeat center left;
}
.question_bg:hover{
	background: url('img/question_h.png') no-repeat center left;
}*/
.form_foot{
	background: url('/wp-content/uploads/2024/07/a0acab49-shutterstock_1089884069-min-2048x1489-1-e1722335034652.webp') no-repeat center left;
	background-size:cover;
	min-height:560px;
	padding-toP:80px;
	box-sizing: border-box;
}
.form_foot p{
	margin:0px;
	padding:0px;
}
.wpcf7-spinner{
	display:none!important;
}
.logo{
	padding-top: 27px;	
}
.logo img{
	width:190px;
}
.form_bg{
	width:759px;
	box-sizing: border-box;
	background: #F8F8F8;
	padding:50px 60px;
	float:right;
	box-sizing: border-box;
}
.form_title{
	font-size: 34px;
	font-weight: 600;
	line-height: 41.45px;
	text-align: left;
	color: #333333;
	margin-bottom:10px;
}
.form_title2{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	text-align: left;
	color: #333333;
	margin-bottom:20px;
}
.form_bg input[type="text"] {
	height:50px;
	margin-bottom:20px;
	border:solid 1px #333333;
	padding-left:17px;
	padding-right:17px;
	width:486px;
	font-size: 18px;
	font-weight: 500;
	line-height: 21.94px;
	color: #333333;
}
.form_bg input[type="text"].wpcf7-not-valid {
	border:solid 1px red;
}
.wpcf7 form .wpcf7-response-output{
	display:none!important;
}
.wpcf7-not-valid-tip{
	display:none!important;
}
.form_bg input[type="submit"] {
	height:50px;
	background: #34A0A4;
	width:255px;
	font-size: 24px;
	font-weight: 500;
	line-height: 21.94px;
	color: #F8F8F8;
	border:none;
	border-radius:15px;
	cursor:pointer;
}
.form_bg input[type="submit"]:hover{
	color: #333333;
}
.footer{
	background: #34A0A4;
	padding-toP:50px;
	padding-bottom:5px;
}
.footer_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:0px;
	margin-bottom:15px;
}
.footer_col1{
	width:213px;
}
.footer_col2{
	width:213px;
}
.footer_logo{
	width:89px;
	width:209px;
	text-align:right;
}
.footer_logo img{
	width:85%;
}
.footer_col3{
	width:calc(100% - 635px);
	text-align:right;
}
.col3_1{
	width:252px;
	float:right;
}
.footer_col1 ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.footer_col1 ul li{
	margin-bottom:15px;
}
.footer_col1 ul li:last-child{
	margin-bottom:0px;
}
.footer_col1 ul li a{
	font-size: 20px;
	font-weight: 600;
	line-height: 24.38px;
	text-align: left;
	color: #F8F8F8;
	padding-bottom:2px;
}
.footer_col1 ul li.active a{
	border-bottom:2px solid #F8F8F8;
}
.footer_col2 ul{
	padding:0px;
	margin:0px;
	list-style-type:none;
}
.footer_col2 ul li{
	margin-bottom:10px;
}
.footer_col2 ul li a{
	font-size: 18px;
	font-weight: 500;
	line-height: 22px;
	text-align: left;
	color: #F8F8F8;
	padding-bottom:2px;
}
.footer_col2 ul li:first-child a{
	font-size: 20px;
	font-weight: 600;
	line-height: 24.38px;
	text-align: left;
	color: #F8F8F8;
}
.tel_foot{
    font-size: 22px;
    font-weight: 700;
    line-height: 26.82px;
    color: #F8F8F8;
    padding-left: 40px;
    position: relative;
	margin-bottom:30px;
	display:block;
}
.tel_foot svg {
    position: absolute;
    top: 1px;
    left: 0px;
}
.copy{
	font-size: 12px;
	font-weight: 500;
	line-height: 14.63px;
	text-align: left;
	color: #F8F8F8;
	min-height:80px;
}
.mail_foot{
	font-size: 22px;
    font-weight: 700;
    line-height: 26.82px;
    color: #F8F8F8;
    padding-left: 40px;
    position: relative;
	margin-bottom:30px;
	display:block;
}
.mail_foot svg{
	position: absolute;
    top: -8px;
    left: 0px;
}
.soc{
	text-align:right;
}
.soc svg{
	margin-right:13px;
}
.soc svg:last-child{
	margin-right:0px;
}
.aboute_title{
	font-size: 36px;
	font-weight: 600;
	line-height: 43.88px;
	color: #333333;
	margin-bottom:60px;
	max-width:747px;

}





.aboute_section{
	padding-bottom:167px;
	padding-toP:85px;
	background: url(img/top_bg.png) repeat-x top left;
}
.aboute_section .aboute_main2_right_row{
	padding-toP:0px;
}
.aboute_title2{
	font-size: 56px;
	font-weight: 600;
	line-height: 61px;
	color: #333333;
	margin-bottom:50px;
	max-width:945px;
}
.mission .aboute_title2{
	margin-bottom:40px;
}
.aboute_text{
	margin-bottom:59px;
}
.aboute_text p{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	margin-bottom:25px;
}
.aboute_text p span{
	font-size: 24px;
	font-weight: 700;
	line-height: 29.26px;
}
.aboute_text p i{
	font-size: 34px;
	font-weight: 700;
	line-height: 41.45px;
}
.aboute_main2_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:33px 0px;
	margin-bottom:102px;
}
.mission .aboute_main2_row{
	margin-bottom:63px;
}
.aboute_main2_iteamm{
	width:calc(50% - 30px);
    box-sizing: border-box;
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
    padding-left: 65px;
	min-height:35px;
    background: url(img/check.png) no-repeat top left;
}
.broad{
	margin-bottom:38px;
}
.broad a{
	margin-right:18px;
	font-size: 24px;
	font-weight: 500;
	line-height: 29.26px;
	text-align: left;
	color: #333333;
}
.broad a:hover{
	color: #F8F8F8;
}
.broad span{
	margin-right:18px;
	font-size: 24px;
	font-weight: 500;
	line-height: 29.26px;
	text-align: left;
	color: #333333;
	position:relative;
}
.broad span svg{
	position:absolute;
	top:2px;
	left:0px;
}

.uslugi_row{
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:0px;
	margin-bottom:0px;
}
.uslugi_iteam{
	width:calc(50% - 30px);
    box-sizing: border-box;
	margin-bottom:30px;
}
.uslugi_cat_title{
	font-size: 34px;
	font-weight: 600;
	line-height: 41.45px;
	color: #333333;
	margin-bottom:30px;
	padding-left:5px;
}
.sub_cat_iteam{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	padding-toP:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:47px;
	border:solid 3px #333333;
	border-radius: 10px;
	display:block;
	margin-bottom:20px;
	position:relative;
}
.sub_cat_iteam span{
	background: url(img/strelka.png) no-repeat center right;
	position:absolute;
	toP:20px;
	right:20px;
	width:7px;
	height:14px;
	display:block;'
}
.sub_cat_iteam:hover{
	background: #34A0A4;
}
.sub_cat_iteam:hover span{
	background: url(img/strelka_h.png) no-repeat center right;
}
.sub_cat_iteam2{
	text-align:right;
	display:block;
	margin-bottom:50px;
}
.sub_cat_iteam2 a{
	font-size: 34px;
	font-weight: 600;
	line-height: 44px;
	color: #333333;
	display:inline-block;
	/*background: url(img/strelka2.png) no-repeat center left;
	padding-left:31px;*/
}
.sub_cat_iteam2 a span{
	background: url(img/strelka2.png) no-repeat center left;
	display:inline-block;
	width:21px;
	height:21px;
	margin-right:11px;
}
.uslugi_iteam.lastt{
	padding-toP:71.45px;
}
.sub_cat_iteam2 a svg{
	margin-right:11px;
}
.sub_cat_iteam2 a:hover{
	color: #34A0A4;
}
.sub_cat_iteam2 a:hover span{
	background: url(img/strelka2_h.png) no-repeat center left;
}

.usligi_desc{
	padding-bottom:100px;
}
.usligi_desc_title{
	font-size: 36px;
	font-weight: 600;
	line-height: 43.88px;
	color: #333333;
	margin-bottom:30px;
}
.usligi_section{
	margin-bottom: 30px;
    padding-toP: 85px;
    background: linear-gradient(180deg, #F8F8F8, #34A0A4);
    background: linear-gradient(180deg, #34A0A4 0%, #F8F8F8 100%);
}
.usligi_section_detail{
	margin-bottom: 50px;
    padding-toP: 85px;
    background: url(img/top_bg.png) repeat-x top left;
	min-height:650px;
}
.uslig_desc p{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}
.uslig_desc p:last-child{
	margin-bottom:0px;
}
.usligi_section_detail h2{
	font-size: 28px;
	font-weight: 600;
	line-height: 34.13px;
	color: #333333;
	margin:0px;
	padding:0px;
	margin-bottom:30px;
}
.usligi_desc p{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}
.usligi_desc h2{
	font-size: 28px;
	font-weight: 600;
	line-height: 34.13px;
	color: #333333;
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}
.usligi_desc h3{
	font-size: 28px;
	font-weight: 600;
	line-height: 34.13px;
	color: #333333;
	margin:0px;
	padding:0px;
	margin-bottom:25px;
	padding-toP:35px;
}
.usligi_desc ul{
	margin:0px;
	padding:0px;
	
	list-style-type:none;
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap:0px;
	margin-bottom:0px;
	padding-toP:15px;
	margin-bottom:30px;
}
.usligi_desc ul li{
	width:calc(50% - 37.5px);
	box-sizing: border-box;
	margin-bottom:18px;
	padding-left:75px;
	background: url(img/check.png) no-repeat top left;
	font-size: 20px;
	font-weight: 500;
	line-height: 33.38px;
	color: #333333;
}
.bot_block_menu{
	padding-toP:30px;
}
.uslig_desc{
	margin-bottom:45px;
}


.tab_iteam{
	border:solid 3px #333333;
	border-radius:15px;
	margin-bottom:20px;
	position:relative;
	cursor:pointer;
}
.tab_iteam_title{
	font-size: 28px;
	font-weight: 600;
	line-height: 24px;
	color: #333333;
	padding-toP:15px;
	padding-bottom:15px;
	padding-left:35px;
	padding-right:60px;
}
.tab_iteam_title2{
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	color: #333333;
	margin-top:5px;
	padding-bottom:23px;
}
.usluga_arrow{
	background: url(img/usluga_bot.png) no-repeat top left;
	width:14px;
	height:7px;
	position:absolute;
	top:24px;
	right:35px;
}
.active .usluga_arrow{
	background: url(img/usluga_top.png) no-repeat top left;
}	
.tab_iteam_body{
	padding-left:35px;
	padding-right:35px;
	margin-top:25px;
	box-sizing: border-box;
	width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0px;
	padding-bottom:60px;
	display:none;
	box-sizing: border-box;
}
.active .tab_iteam_body{
	display:flex;
}
.tab_iteam_body2{
	padding-left:35px;
	padding-right:35px;
	padding-bottom:60px;
	box-sizing: border-box;
	width: 100%;
	display:none;
}
.active .tab_iteam_body2{
	display: block;
}

.tab_iteam_iteam{
	width: calc(50% - 30px);
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    padding-left: 55px;
    background: url(img/check.png) no-repeat top left;
}
.tab_iteam_iteam_title{
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	text-align: left;
	color: #333333;
	margin-bottom:10px;
}
.tab_iteam_iteam_text{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	;
	
}
.step_iteam{
	padding-left:70px;
	position:relative;
	padding-bottom:40px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	box-sizing: border-box;
	background: url(img/circul.png) repeat-y 18px 0px;
}
.step_iteam.last{
	background:none;
}
.step_iteam p{
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
.step_iteam p:last-child{
	margin-bottom:0px;
}
.nomer_step{
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #34A0A4;
	border-radius:100%;
	position:absolute;
	top:0px;
	left:0px;
	text-align:center;
	font-size: 24px;
	font-weight: 600;
	color: #F8F8F8;
	z-index:77;
}
.step_iteam ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.step_iteam ul li{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	margin-bottom:15px;
	padding-left:35px;
	background: url(img/step_li_bg.png) no-repeat top left;
}
.step_iteam ul li:last-child{
	margin-bottom:0px;
}
.tab_iteam_text2{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
}
.tab_iteam_text2 b{
	font-size: 20px;
	font-weight: 600;
	line-height: 24.38px;
}
.tab_iteam_text2 a{
	font-size: 24px;
	font-weight: 700;
	line-height: 29.26px;
	color: #333333;
}
.tab_iteam_text2 p{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	margin:0px;
	padding:0px;
	margin-bottom:20px;
}
.tab_iteam_text2 p:last-child{
	margin-bottom:0px;
}
.tab_iteam_body3 {
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 25px;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0px;
    padding-bottom: 60px;
    display: none;
    box-sizing: border-box;
}
.active .tab_iteam_body3 {
    display: flex;
}
.work_step_tetle{
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	color: #333333;
	margin-bottom:3px;
}
.work_step_text{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
}
.work_step{
	padding-left:70px;
	width: calc(50% - 11px);
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    background: url(img/award.png) no-repeat top left;
}
.tab_iteam_body4{
    padding-left: 35px;
    padding-right: 35px;
    margin-top: 25px;
    box-sizing: border-box;
    width: 100%;
    padding-bottom: 60px;
    display: none;
}
.active .tab_iteam_body4 {
    display: block;
}
.calc_row{
	box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 18px 0px;
    margin-bottom:20px;
}
.calc_iteam1{
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	width:200px;
}
.calc_iteam2{
	width:155px;
}
.colvo_div{
	width:90px;
	height:30px;
	background: #EDEDED;
	border-radius:5px;
	position:relative;
	font-size: 20px;
	font-weight: 600;
	color: #333333;
}
.colvo_div input{
	border:none;
	background:none;
	width:30px;
	margin:0 auto;
	text-align:center;
	color: #333333;
	font-size: 20px;
	font-weight: 600;
	line-height:30px;
	display:block;
}
.plus{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	line-height:30px;
	color: #333333;
	position:absolute;
	top:0px;
	right:10px;
}
.minus{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	line-height:30px;
	color: #333333;
	position:absolute;
	top:0px;
	left:10px;
}
.calc_iteam3{
	width:calc(100% - 355px);
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	color: #333333;
	line-height:30px;
	text-align:left;
}
.calc_but2{
	display:block;
	height:54px;
	line-height:54px;
	border:solid 3px #333333;
	border-radius:15px;
	padding-left:33px;
	padding-right:33px;
	margin-right:10px;
	font-size: 20px;
	font-weight: 500;
	color: #333333;
	float:left;
	cursor:pointer;
}
.calc_but:hover{
	color: #333333;
	border:solid 3px #333333;
}
.calc_but2.active{
	background: #34A0A4;
	color: #F8F8F8;
}
.calc_iteam1.row2{
	line-height:60px;
}
.calc_iteam2.row2{
	padding-top:15px;
}
.tab_iteam_title3 .cena{
	font-size: 32px;
	font-weight: 600;
	line-height: 32px;
	color: #34A0A4;
	position:relative;
	top:3px;
	padding-left:10px;
}
.tab_iteam_title3 .cena2{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
}
.tab_iteam_title3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    color: #333333;
    margin-bottom: 30px;
}
.open_zakaz{
	height:60px;
	line-height:60px;
	border-radius:15px;
	border:solid 3px #34A0A4;
	margin-bottom:50px;
	text-align:center;
	font-size: 24px;
	font-weight: 600;
	color:#34A0A4;
	width:255px;
	cursor:pointer;
}
.open_zakaz:hover{
	color: #333333;
	border:solid 3px #333333;
}
.calc_row2{
	box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:22px;
}
.calc_row2_iteam_left{
	width:655px;
	box-sizing: border-box;
}
.calc_row2_iteam_right{
	width:400px;
	box-sizing: border-box;
}
.calc_row2 ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.calc_row2 ul li{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	margin-bottom:30px;
	padding-left:35px;
	background: url(img/list_bg.png) no-repeat top left;
	width:100%;
}
.calc_row2_title{
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	margin-bottom:15px;
}
.garantii .open_zakaz{
	margin-bottom:0px;
}
.garantii_block{
	background: #F8F8F8;
	padding-top:70px;
	padding-bottom:70px;
	position:relative;

}
.garantii_block_title{
	font-size: 36px;
	font-weight: 600;
	line-height: 43.88px;
	color: #333333;
	margin-bottom:10px;
}
.garantii_block_title2{
	font-size: 28px;
	font-weight: 700;
	line-height: 34.13px;
	color: #34A0A4;
	margin-bottom:20px;
}
.garantii_block_text{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	margin-bottom:20px;
	max-width:1150px;
}
.uslig_bot{
	padding-top:100px;
	padding-bottom:100px;
}
.bg_left{
	width:10%;
	height:100%;
	background: #F8F8F8;
	position:absolute;
	top:0px;
	left:-10%;
	z-index:7;
}
.contact_section{
	padding-toP: 85px;
    padding-bottom: 100px;
    background: url(img/top_bg.png) repeat-x top left;
}
.contact_section .aboute_title2{
	margin-bottom:40px;
}
.contact_title {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.88px;
    color: #333333;
    margin-bottom: 30px;
    max-width: 747px;
}
.contact_row{
	box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact_left{
	width:620px;
}
.contact_text{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
	margin-bottom:40px;
}
.contact_text p{
	margin:0px;
	padding:0px;
	margin-bottom:25px;
}
.contact_text p:last-child{
	margin-bottom:0px;
}
.contact_row2{
	box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}
.contact_row2_left{
	width:301px;
}
.contact_tel{
	display:block;
	font-size: 22px;
	font-weight: 700;
	line-height: 29px;
	color: #333333;
	padding-left:36px;
	background: url(img/phone.png) no-repeat top left;
	margin-bottom:15px;
}	
.contact_mail{
	display:block;
	font-size: 22px;
	font-weight: 700;
	line-height: 39px;
	color: #333333;
	padding-left:58px;
	background: url(img/mail.png) no-repeat center left;
	margin-bottom:40px;
}
.mar_bot_25{
	margin-bottom:25px!important;
}
.contact_row3{
	box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
}
.contact_row3_iteam1{
	width:232px;
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
}
.contact_row3_iteam2{
	width:128px;
}
.contact_row3_iteam2 div{
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	color: #333333;
	margin-bottom:10px;
}
.contact_row3_iteam3{
	width:200px;
}
.contact_row3_iteam3 div{
	font-size: 24px;
	font-weight: 600;
	line-height: 29.26px;
	color: #333333;
	margin-bottom:10px;
}
.contact_right{
	width:508px;
}
.contact_right img{
	margin-bottom:20px;
}
.contact_right iframe{
	margin-bottom:20px;
	width:508px!important;
	height:487px!important;
}
.bg_bot{
	background:#F8F8F8 url(img/bot_bg.png) repeat-x left bottom;
}
.contact_title3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.88px;
    color: #333333;
    margin-bottom: 50px;
    max-width:1145px;
}
.otzifi_row{
	box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:30px 20px;
    justify-content: start;
    margin-bottom:100px;
}
.otzifi_iteam{
	width:295px;
	background: linear-gradient(180deg, #34A0A4 -98.99%, #F8F8F8 174.94%);
	border:solid 3px #333;
	border-radius:15px;
	padding:35px;
	box-sizing: border-box;
}
.otzifi_iteam img{
	width:100%;
	height:326px;
	object-fit: cover;
}
.contact_title4 {
    font-size: 36px;
    font-weight: 600;
    line-height: 43.88px;
    color: #333333;
    margin-bottom: 40px;
    text-align:Center;
}
.video_iteam{
	margin:0 auto;
	width:800px;
	margin-bottom:80px;
	border:solid 3px #333;
}
.video_iteam iframe{
	width:800px!important;
	height:449px!important;
}
.video_iteam.last{
	margin-bottom:0px;
}
.otzif_section {
    padding-toP: 85px;
    background: url(img/top_bg.png) repeat-x top left;
} 
.pop_up_menu{
	position:absolute;
	toP:58px;
	right:0px;
	padding:30px 40px;
	box-sizing: border-box;
	background:#F8F8F8;
	border-radius:15px;
	width:1020px;
	display:none;
	z-indeX:77;
}
.pop_up_menu.active{
	display:block;
}
.pop_up_menu_row{
	box-sizing: border-box;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap:0px 30px;
    justify-content: space-between;
}
.pop_up_menu_iteam_cat{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	text-align: left;
	color: #333333;
	margin-bottom:15px;
}
.pop_up_menu_iteam{
	width:calc(33% - 30px);
}
.pop_up_menu_iteam ul{
	list-style-type:none;
	padding:0px;
	margin:0px;
	margin-bottom:21px;
}
.pop_up_menu_iteam ul li{
	display:block;
	margin-bottom:10px;
}
.pop_up_menu_iteam ul li:last-child{
	margin-bottom:0px;
}
.pop_up_menu_iteam ul li a{
	font-size: 16px;
	font-weight: 400;
	line-height: 19.5px;
	color: #333333;
}
.pop_up_menu_iteam.last ul li a{
	font-size: 20px;
	font-weight: 500;
	line-height: 24.38px;
	color: #333333;
}
.pop_up_menu_iteam.last ul li{
	margin-bottom:15px;
}
.mob_open{
	display:none;
}
.mob_menu{
	display:none;
}
.form_pop_up{
	width: 760px;
    box-sizing: border-box;
    background: #F8F8F8;
    padding: 50px 60px;
    box-sizing: border-box;
	position:fixed;
	toP:20%;
	left:50%;
	margin-left:-380px;
	z-index:777;
	display:none;
	box-shadow: 5px 5px 5px #000;
}
.form_pop_up.active{
	display:block;
}
.close{
	position:absolute;
	toP:-40px;
	right:-44px;
	cursor:pointer;
}

.form_pop_up input[type="text"] {
    height: 50px;
    margin-bottom: 20px;
    border: solid 1px #333333;
    padding-left: 17px;
    padding-right: 17px;
    width: 486px;
    font-size: 18px;
    font-weight: 500;
    line-height: 21.94px;
    color: #333333;
}
.form_pop_up input[type="submit"] {
    height: 50px;
    background: #34A0A4;
    width: 255px;
    font-size: 24px;
    font-weight: 500;
    line-height: 21.94px;
    color: #F8F8F8;
    border: none;
    border-radius: 15px;
    cursor: pointer;
}
.form_pop_up input[type="submit"]:hover {
    color: #333333;
}
.form_pop_up p{
	margin:0px;
	padding:0px;
}
.pos_relative{
	position:relative;
}
.form_pop_up input[type="text"].wpcf7-not-valid {
    border: solid 1px red;
}


@media (max-width: 1280px) {
	.container{
		padding-left:20px;
		padding-right:20px;
	}
	.top_menu ul li{
		margin-right:6px;
	}
}
@media (max-width: 1150px) {
	.aboute_main2_right_row a{
		min-width: 210px;
	}
}






@media (max-width: 1000px) {
	.form_pop_up{
		width:80%;
		left: 10%;
		margin-left:0%;
		padding-left:15px;
		padding-right:15px;
	}
	.form_pop_up .close {
        position: absolute;
        toP: -40px;
        right: -40px;
    }
	.form_pop_up input[type="text"]{
		max-width:100%;
		width:85%;
	}
	
	.aboute_main_right{
		display:none;
	}
	.aboute_main_left{
		width:100%;
	}
	.top_menu{
		display:none;
	}
	.tel_head{
		display:none;
	}
	.logo svg{
		width:45px;
		height:auto;
	}
	.header{
		height:50px;
		padding-toP:8px;
	}
	.aboute_main{
		position:relative;
		top:-1px;
		padding-toP: 100px;
		margin-bottom: 100px;
	}
	.aboute_main2.mission{
		position:relative;
		top:-1px;
	}
	.aboute_main_title{
		font-size: 32px;
		font-weight: 600;
		line-height: 39.01px;
		text-align: left;
		margin-bottom:36px;
	}
	.aboute_iteam{
		width:100%;
		font-size: 18px;
		font-weight: 500;
		line-height: 21.94px;
		text-align: left;
		background-size:20px 20px;
		padding-left: 30px;
	}
	.aboute_iteam b{
		font-size: 24px;
		font-weight: 700;
		line-height: 29.26px;
	}
	.aboute_main_left{
		padding-toP:0px;
	}
	.aboute_row{
		gap: 15px 0px;
		margin-bottom: 30px;
	}
	.calc_but{
		font-size: 20px;
		font-weight: 700;
		line-height: 24.38px;

	}
	.popular_uslugi_title{
		margin-bottom:20px;
		font-size: 28px;
		font-weight: 600;
		line-height: 34.13px;
		text-align: center;

	}
	.popular_row{
		gap: 15px 0px;
		margin-bottom: 70px;
	}
	.popular_iteam{
		width:100%;
		max-width:100%;
		padding-toP: 30px;
		padding-left: 20px;
		padding-right: 20px;
		padding-bottom: 30px;
	}
	.aboute_main2_left{
		width:100%;
		display:none;
	}
	.aboute_main2_right{
		width:100%;
		padding-toP:0px;
		font-size: 16px;
		font-weight: 600;
		line-height: 19.5px;
		background: url(/wp-content/uploads/2024/07/whatsapp-image-2024-07-30-at-12.18.20.jpeg) no-repeat bottom left;
		background-size:170px auto;
		padding-left:20px;
		padding-right:20px;
	}
	.popular_iteam_title{
		font-size: 18px;
		font-weight: 600;
		line-height: 21.94px;
		text-align: center;
		margin-bottom:20px;
	}
	.popular_iteam_row ul li{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
	}
	.popular_iteam_row{
		margin-bottom:20px;
	}
	.popular_iteam_href{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;

	}
	.aboute_main_title2{
		font-size: 28px;
		font-weight: 600;
		line-height: 34.13px;
		text-align: center;
		margin-bottom:20px;
	}
	.aboute_main2_right_row{
		justify-content: end;
		width: 188px;
		float:right;
		box-sizing: border-box;
	}
	.aboute_main2_right_row a{
		display:block;
		margin-bottom:15px;
		font-size: 18px;
		font-weight: 600;
		line-height: 21.94px;
		padding: 11px 0px;
		border-radius:15px;
		width: 188px;
		min-width:auto;
	}
	.aboute_main2_iteam{
		width:100%;
		padding-left: 65px;
		min-height:auto;
	}
	.aboute_main2_right_row a:last-child{
		margin-bottom:0px;
	}
	.aboute_main2 .container{
		padding-left:0px;
		padding-right:0px;
	}
	.aboute_main2_row3{
		padding-left:20px;
		padding-right:20px;
	}
	.aboute_main2_row{
		margin-bottom:60px;
	}
	.calculator_bg{
		background: url(img/calculator.png) no-repeat top left;
		background-size:45px auto;
		margin-bottom:22px;
	}
	.question_bg {
		background: url(img/question.png) no-repeat top left;
		background-size:45px auto;
	}
	.aboute_main2_iteam_tilte{
		font-size: 18px;
		font-weight: 600;
		line-height: 21.94px;
		margin-bottom:5px;
	}
	.aboute_main2_iteam_text{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		text-align: left;
	}
	.aboute_main2{
		padding-bottom:70px;
	}
	.form_foot {
		min-height: auto;
		padding-toP: 30px;
		padding-bottom: 30px;
	}
	.form_bg{
		width:100%;
		float:none;
		padding-left:30px;
		padding-right:30px;
		box-sizing: border-box;
		padding-toP:40px;
	}
	.form_bg input[type="text"]{
		width:100%;
		box-sizing: border-box;
		height:50px;
		padding-left:17px;
		padding-right:17px;
		margin-bottom:15px;
	}
	.form_title{
		font-size: 24px;
		font-weight: 600;
		line-height: 29.26px;
		margin-bottom:10px;
	}
	.form_title2{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		margin-bottom:20px;
	}
	.form_bg input[type="submit"]{
		width:100%;
		font-size: 20px;
		font-weight: 500;
	}
	.footer_col1{
		width:50%;
		margin-bottom:55px;
	}
	.footer_col2{
		width:50%;
		margin-bottom:55px;
	}
	.footer_col3{
		width: calc(100% - 120px);
		margin-bottom:42px;
	}
	.footer_col1 ul li a{
		font-size: 16px;
		font-weight: 600;
		line-height: 19.5px;
		text-align: left;
	}
	.footer_col1 ul li{
		margin-bottom:10px;
	}
	.footer_col2 ul li:first-child a{
		font-size: 16px;
		font-weight: 600;
		line-height: 19.5px;
		text-align: left;
	}
	.footer_col2 ul li a{
		font-size: 14px;
		font-weight: 500;
		line-height: 17.07px;
	}
	.footer_col2 ul li {
		margin-bottom:5px;
	}
	.col3_1{
		width:200px;
		float:none;
	}
	.tel_foot{
		font-size: 18px;
		font-weight: 600;
		line-height: 21.94px;
		margin-bottom:11px;
		padding-left: 30px;
	}
	.tel_foot svg{
		width:21px;
		height:21px;
	}
	.mail_foot{
		font-size: 18px;
		font-weight: 600;
		line-height: 21.94px;
		padding-left: 30px;
	}
	.mail_foot svg{
		width:36px;
		height:36px;
	}
	.soc{
		text-align:left;
	}
	.footer_logo{
		width:75px;
	}
	.footer_logo svg{
		width:100%;
	}
	.footer_logo img{
		width:100%;
	}
	.logo{
		padding-top: 0px;
	}
	.logo img{
		/*height:51px;*/
	}
	.copy{
		font-size: 8px;
		font-weight: 500;
		line-height: 9.75px;
		text-align: left;
		min-height:auto;
	}
	.footer{
		padding-bottom:45px;
	}
	.footer_row{
		margin-bottom:0px;
	}
	.broad{
		margin-bottom:20px;
	}
	.broad a{
		font-size: 18px;
		font-weight: 500;
		line-height: 21.94px;
		margin-right: 15px;
	}
	.broad span{
		font-size: 18px;
		font-weight: 500;
		line-height: 21.94px;
	}
	.aboute_title2{
		font-size: 32px;
		font-weight: 600;
		line-height: 39.01px;
		text-align: left;
		margin-bottom:30px;
	}
	.bg_bot{
		
	}
	.aboute_main2_right_row.aboute_page{
		width:100%;
		float:none;
	}
	.aboute_page.aboute_main2_right_row a{
		width:100%;
	}
	.aboute_main2_iteamm{
		width:100%;
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		padding-left: 35px;
		background-size:20px 20px;
	}
	.aboute_main2_row{
		gap: 20px 0px;
	}
	.aboute_main2.aboute_page .container {
        padding-left: 15px;
        padding-right: 15px;
    }
	.aboute_section{
		padding-toP: 58px;
		padding-bottom: 70px;
		position:relative;
		top:-1px;
	}
	.aboute_text p{
		font-size: 16px;
		font-weight: 700;
		line-height: 19.5px;
		text-align: left;
		margin:0px;
		padding:0px;
		margin-bottom:5px;
	}
	.logoi img{
		height: 51px
	}
	.aboute_text p i{
		font-size: 20px;
		font-weight: 700;
		line-height: 24.38px;
	}
	.aboute_text p span{
		font-size: 16px;
		font-weight: 800;
		line-height: 19.5px;
	}
	.aboute_title{
		font-size: 28px;
		font-weight: 600;
		line-height: 34.13px;
		text-align: left;
		margin-bottom:30px;
	}
	.broad span svg{
		height:15px;
		top: 5px;
	}
	.mission .aboute_title2 {
		margin-bottom: 30px;
	}
	.usligi_section{
		position:relative;
		top:-1px;
		padding-toP: 58px;
		margin-bottom:60px;
	}
	.uslugi_iteam{
		width:100%;
	}
	.uslugi_cat_title{
		padding:0px;
		font-size: 24px;
		font-weight: 600;
		line-height: 29.26px;
		margin-bottom:20px;
	}
	.sub_cat_iteam{
		padding-toP: 14px;
		padding-bottom: 14px;
		padding-left: 20px;
		padding-right: 30px;
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		margin-bottom:10px;
	}
	.sub_cat_iteam:last-child{
		margin-bottom:0px;
	}
	.sub_cat_iteam span{
		right:16px;
		toP: 18px;
	}
	.uslugi_iteam.lastt {
		padding-toP:5px;
	}
	.sub_cat_iteam2 a{
		font-size: 24px;
		font-weight: 600;
		line-height: 29.26px;
	}
	.sub_cat_iteam2{
		margin-bottom:30px;
	}
	.sub_cat_iteam2:last-child{
		margin-bottom:0px;
	}
	.uslugi_iteam.lastt{
		margin-bottom:0px;
	}
	.usligi_desc_title {
		font-size: 28px;
		font-weight: 600;
		line-height: 34.13px;
		margin-bottom: 20px;
	}
	.usligi_desc p {
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		margin: 0px;
		padding: 0px;
		margin-bottom: 20px;
	}
	.usligi_desc ul{
		padding-toP:0px;
	}
	.usligi_desc ul li{
		width:100%;
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		margin-bottom:20px;
		padding-left:35px;
		background-size:20px 20px;
	}
	.usligi_desc ul li:last-child{
		margin-bottom:0px;
	}
	.usligi_desc h2{
		font-size: 20px;
		font-weight: 600;
		line-height: 24.38px;
		text-align: left;
		margin-bottom:20px;
	}
	.usligi_desc h3{
		padding-toP:10px;
		font-size: 22px;
		font-weight: 600;
		line-height: 26.82px;
		margin-bottom:10px;
	}
	.usligi_desc {
		padding-bottom: 70px;
	}
	.contact_section{
		position:relative;
		top:-1px;
		padding-toP: 58px;
		margin-bottom:70px;
		padding-bottom:0px;
	}
	.contact_section .aboute_title2 {
		margin-bottom: 30px;
	}
	.contact_title{
		font-size: 28px;
		font-weight: 600;
		line-height: 34.13px;
		margin-bottom:20px;
	}	
	.contact_text{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		margin-bottom:20px;
	}
	.contact_text p{
		margin-bottom:15px;
	}
	.contact_tel{
		font-size: 18px;
		font-weight: 600;
		line-height: 21.94px;
		text-align: left;
		padding-left:26px;
		background-size:21px auto;
		margin-bottom:13px;
	}
	.contact_mail{
		font-size: 18px;
		font-weight: 600;
		line-height: 36px;
		text-align: left;
		padding-left:41px;
		background-size:36px auto;
		margin-bottom:40px;
	}
	.contact_row3_iteam3{
		display:none;
	}
	.mar_bot_25 {
		margin-bottom:10px !important;
	}
	.contact_row3_iteam1 {
		width: 221px;
		font-size: 18px;
		font-weight: 500;
		line-height: 21.94px;
		text-align: left;
	}
	.contact_row3_iteam2{
		font-size: 20px;
		font-weight: 600;
		line-height: 24.38px;
	}
	.contact_row3{
		margin-bottom:25px;
	}
	.contact_right{
		max-width:100%;
		width:100%;
	}
	.contact_right iframe {
		margin-bottom: 7px;
		width: 100% !important;
		height: 306px !important;
	}
	.garantii_block{
		padding-toP:40px;
		padding-bottom:40px;
	}
	.uslig_bot{
		padding-top: 60px;
		padding-bottom: 70px;
	}
	.garantii_block_title {
		font-size: 28px;
		font-weight: 600;
		line-height: 34.13px;
		text-align: left;
		margin-bottom: 20px;
	}
	.garantii_block_title2{
		font-size: 22px;
		font-weight: 600;
		line-height: 26.82px;
		margin-bottom: 15px;
	}
	.garantii_block_text{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		text-align: left;
		margin-bottom: 30px;
	}
	.open_zakaz{
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		font-weight: 600;
		text-align: center;
		margin-bottom:40px;
	}
	.video_iteam{
		width:100%;
		margin-bottom:50px;
	}
	.video_iteam.last{
		margin-bottom:0px;
	}
	.video_iteam iframe{
		width:100%!important;
		height:187px!important;
	}
	.otzif_section{
		position:relative;
		top:-1px;
		padding-toP: 58px;
	}
	.otzifi_iteam{
		width:200px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:20px;
		padding:24px;
	}
	.otzifi_iteam img{
		width:152px;
		height:auto;
	}
	.otzifi_row{
		display:block;
		margin-bottom:100px;
	}
	.contact_title4{
		font-size: 28px;
		font-weight: 600;
		line-height: 34.13px;
		text-align: center;
		margin-bottom:30px;
	}
	.usligi_section_detail{
		position:relative;
		top:-1px;
		padding-toP: 58px;
		margin-bottom: 60px;
	}
	.uslig_desc p{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
	}
	.tab_iteam_title{
		padding-toP: 12px;
		padding-bottom: 12px;
		padding-left: 20px;
		padding-right: 30px;
		font-family: Montserrat;
		font-size: 22px;
		font-weight: 600;
		line-height: 26.82px;

	}
	.usluga_arrow{
		right:12px;
	}
	.tab_iteam{
		margin-bottom:10px;
	}
	.tab_iteam_iteam{
		width:100%;
		padding-left:35px;
		background-size:20px 20px;
	}
	.tab_iteam_body {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 16px;
		gap: 20px 0px;
		padding-bottom:40px;
	}
	.tab_iteam_iteam_title{
		font-size: 20px;
		font-weight: 600;
		line-height: 24.38px;
		margin-bottom:10px;
	}
	.tab_iteam_iteam_text{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		text-align: left;
	}
	.tab_iteam_title2 {
		font-size: 20px;
		font-weight: 600;
		line-height: 24.38px;
		margin-top: 20px;
		padding-bottom: 30px;
	}
	.tab_iteam_body2{
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 16px;
		gap: 30px 0px;
		padding-bottom:40px;
	}
	.nomer_step{
		width:30px;
		height:30px;
		line-height: 30px;
		font-family: Montserrat;
		font-size: 20px;
		font-weight: 600;
	}
	.step_iteam{
		padding-left:40px;
		background: url(img/circul.png) repeat-y 13px 0px;
		font-family: Montserrat;
		font-size: 16px;
		font-weight: 600;
		line-height: 19.5px;
		padding-bottom:20px;
		margin-bottom:10px;
	}
	.step_iteam ul li{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		text-align: left;
		margin-bottom:10px;
	}
	.step_iteam ul li:last-child{
		margin-bottom:0px;
	}
	.tab_iteam_text2{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		text-align: left;

	}
	.tab_iteam_text2 p{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		text-align: left;
	}
	.tab_iteam_text2 a{
		font-size: 18px;
		font-weight: 700;
		line-height: 21.94px;
	}
	.work_step{
		width:100%;
		padding-left:50px;
		background-size:40px auto!important;
	}
	.tab_iteam_body3{
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 16px;
		padding-bottom:40px;
		gap: 20px 0px;
	}
	.work_step_tetle{
		font-size: 19px;
		font-weight: 600;
		line-height: 23.16px;
		text-align: left;
		margin-bottom:10px;
	}
	.work_step_text{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
	}
	.tab_iteam_body4{
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 16px;
		padding-bottom:40px;
	}
	.calc_iteam2{
		width:90px;
		order:2;
	}
	.calc_iteam1{
		width:calc(100% - 90px);
		order:1;
		font-size: 20px;
		font-weight: 500;
		line-height: 24.38px;
		text-align: left;
	}
	.calc_iteam3{
		width:100%;
		order:5;
		box-sizing: border-box;
		width: 100%;
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: space-evenly;
		gap: 10px 10px;
	}
	.calc_iteam1.row2{
		order:3;
	}
	.calc_iteam2.row2{
		order:4;
	}
	.calc_but2{
	    display: block;
		height: 44px;
		line-height: 44px;
		border: solid 3px #333333;
		border-radius: 15px;
		padding-left: 0px;
		padding-right: 0px;
		margin-right: 0px;
		font-size: 16px;
		font-weight: 500;
		text-align:center;
		float:none;
		width:180px;
	}
	.calc_iteam3_title{
		text-align:left;
		justify-content:start;
	}
	.tab_iteam_title3{
		font-size: 20px;
		font-weight: 600;
		line-height: 24.38px;
		text-align: left;
		margin-bottom:20px;
	}
	.tab_iteam_title3 .cena{
		padding-left:0px;
		font-size: 24px;
		font-weight: 600;
		line-height: 29.26px;
		text-align: left;
	}
	.calc_row2_title{
		font-size: 20px;
		font-weight: 600;
		line-height: 24.38px;
		text-align: left;
		margin-bottom:20px;
	}
	.calc_row2 ul li{
		font-size: 16px;
		font-weight: 500;
		line-height: 19.5px;
		text-align: left;
		padding-left:35px;
		margin-bottom:20px;
	}
	.mob_open{
		display:block;
	}
	.mob_menu{
		background: #34A0A4;
		padding-left:40px;
		padding-toP:50px;
		padding-bottom:41px;
		position:absolute;
		z-index:77;
		toP:0px;
		right:0px;
		width:300px;
		box-sizing: border-box;
	}
	.mob_menu.active{
		display:block;
	}
	.pos_relative{
		position:relative;
	}
	.mob_menu ul{
		list-style-type:none;
		padding:0px;
		margin:0px;
		margin-bottom:32px;
	}
	.mob_menu ul li{
		display:block;
		margin-bottom:15px;
	}
	.mob_menu ul li:last-child{
		margin-bottom:0px;
	}
	.mob_menu ul li a{
		font-size: 18px;
		font-weight: 600;
		line-height: 21.94px;
		color: #F8F8F8;
	}
	.mob_menu ul li ul{
		padding-bottom:5px;
		padding-top:10px;
		margin-bottom:0px;
	}
	.mob_menu ul li ul li{
		margin-bottom:10px;
	}
	.mob_menu ul li ul li:last-child{
		margin-bottom:0px;
	}
	.mob_menu ul li ul li:first-child{
		display:none;
	}
	.mob_menu ul li ul li a{
		font-size: 14px;
		font-weight: 500;
		line-height: 17.07px;
		text-align: left;

	}
	.mob_menu .contact_tel{
		background: url(img/phone-whyte.png) no-repeat top left;
		color: #F8F8F8;
	}
	.mob_menu .contact_mail{
		color: #F8F8F8;
		background: url(img/mail-whyte.png) no-repeat center left;
		margin-bottom: 13px;
	}
	.head_soc svg{
		margin-right:15px;
	}
	.close{
		position:absolute;
		toP:-40px;
		right:23px;
	}
	.calc_row2{
		margin-bottom: 22px;
	}
	.calc_row2_iteam_left{
		margin-bottom:40px;
	}
	.pop_up_menu{
		width:90%;
		left:5%;
		margin-left:0px;
		padding: 20px 20px;
	}
	.pop_up_menu_iteam {
		width: calc(50% - 30px);
	}
	.pop_up_menu .close{
		
	}
	
		
}

