body{
	font-family: 'pt_sansregular';
	font-size:17px;
	color:#7a7b7b;
	line-height:23px;
	min-width:320px;
	background:url(../img/bg.jpg) no-repeat center 0;
}
.inner{
	background:none;
}
.inner2{
	background:#ececec;
}
a, a:visited{
	color:#3e79c6;
	text-decoration:none;
}
a:hover{
	color:#2f60a0;
}
strong{
	font-weight:normal;
	font-family: 'pt_sansbold';
}
h1, h2, h3, h4, h5, .title_srv{
	font-family: 'pt_sans_narrowbold';
}
h1, .title_srv{
	font-size:36px;
	line-height:normal;
}
.wrap{
	max-width:1200px;
	min-width:320px;
	margin:0 auto;
	position:relative;
}
.left{
	float:left;
}
.right{
	float:right;
}
.justify{
	text-align:justify;
	flex-wrap: wrap;
    display: flex;
    justify-content: space-between;
	padding-bottom:25px;
}
.justify > *{
	display:inline-block;
	vertical-align:top;
}
.justify:after{
	content:"";
	display:inline-block;
	width:100%;
	height:0;
}
.clear:after{
	content:"";
	display:block;
	clear:both;
	overflow:hidden;
}
.container{
	overflow:hidden;
}

/*header*/
.mobile-menu{
	position:fixed;
	width:270px;
	height:100%;
	top:0;
	left:-320px;
	background:#353c41;
	z-index:100;
	text-transform:uppercase;
	font-size:16px;
	display:none;
}
.mobile-menu ul{
	padding:10px 0 0;
}
.mobile-menu li{
	padding:13px 26px 12px;
	border-bottom:#494f54 1px solid;
}
.mobile-menu li img{
	margin:0 17px 0 0;
	position:relative;
	top:2px;
}
.mobile-menu li:last-child img{
	top:1px;
}
.mobile-menu a{
	color:#e5e5e5;
	padding: 0 0 0 34px;
	position: relative;
}
.close-menu{
	position:absolute;
	width:50px;
	height:50px;
	top:110px;
	right:-50px;
	background:url(../img/close-menu.jpg);
}
.header{
	overflow:hidden;
	margin:0 0 27px;
}
.inner .header{
	background:#ececec;
	padding:0 0 26px;
	margin:0;
}
.menu-btn{
	position:absolute;
	width:50px;
	height:50px;
	top:110px;
	left:0;
	background:url(../img/menu-btn.jpg);
	display:none;
}
.logo{
	float:left;
	margin:24px 0 0;
	position:relative;
}
.logo span { position: absolute; left:80px; top:50px; color:#666; font-size:13px; width:230px;
}
.top-menu{
	margin:0 auto;
	padding:40px 0 0;
	text-align:center;
	font-size:0;
}
.top-menu li{
	display:inline-block;
	vertical-align:top;
	text-transform:uppercase;
	font-size:15px;
	font-family: 'pt_sansbold';
	margin:0 0;
	padding:6px 19px;
	border-radius:50px;
}
.top-menu a{
	color:#2763a5;
}
.top-menu a:hover{
	/*color:#737373;*/
}
.top-menu .active, .top-menu .current-menu-item, .top-menu .current-service-ancestor, .top-menu > .menu-item:hover{
	background:#4879b6;
	box-shadow:inset 0 1px 2px rgba(0,0,0,.2);
}
.top-menu > .menu-item:hover a{
	color:#fff;
}
.top-menu .active a,  .top-menu .current-menu-item a, .top-menu .current-service-ancestor a{
	color:#fff;
}
.menu-item{
	position:relative;
}
.header .menu-item .sub-menu{
	display: none;
	position:absolute;
    background: #4879b6;
    box-shadow: inset 0 -1px 2px rgba(0,0,0,.2);
    z-index: 200;
    top: 35px;
    left: -140px;
    border-radius: 20px;
    transition:all 0.3s ease;
    width: 440px;
    overflow:hidden;
    position: absolute;
    left:0px;
    border-radius:0px 20px 20px 20px;
}
.header .menu-item .sub-menu li a{
	display: flex;
	align-items: center;
	color: #fff;
	padding: 6px 19px;
	min-height: 47px;
	text-align: left;
}
.header .menu-item .sub-menu li{
    transition:all 0.3s ease;	
    float: left;
    width: 219px;
    border-bottom:1px solid #ececec;
    border-radius:0px;
	padding: 0;
}
.header .menu-item .sub-menu li:nth-child(odd){
    border-right:1px solid #ececec;	
}
.header .menu-item .sub-menu li:last-child{
	border-bottom:0px;
}
.header .menu-item .sub-menu li:hover{
	background:#ececec;
	border-radius:0px;
}
/*.header .menu-item .sub-menu li:nth-child(7):hover, .header .menu-item .sub-menu li:nth-child(7){
    border-radius: 0px 0px 0px 20px;
}*/
.header .menu-item .sub-menu li:hover a{
	color:#2763a5;
}
.header .menu-item.menu-item-has-children:hover{
	border-radius:17px 17px 0px 0px;
}
.header .menu-item:hover .sub-menu{
	display:block;
}
.header .menu-item.current-menu-item:hover .sub-menu{
	/*display:none;*/
}
#menu-verhnee_desktop .home{
	display:none;
}
#menu-verhnee{

}
#menu-verhnee .menu-item .sub-menu a{
    width: 100%;
    padding-left: 0px;	
}
#menu-verhnee .menu-item .sub-menu a:before{
	display:none;
}
.header .phones{
	float:right;
	text-align:right;
	margin:19px 0 0;
}
.header .phones > div{
	font-size:18px;
	color:#363738;
	font-family: 'open_sansbold';
	margin:0 0 7px;
}
.header .phones > div span:first-child{
	margin:0 19px 0 0;
}
.header .phones > span{
	font-family: 'open_sansregular';
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	line-height:16px;
	text-align:left;
	margin:0 8px 0 0;
}
.yellow-btn{
	cursor:pointer;
	display:inline-block;
	vertical-align:middle;
	padding:0 19px;
	height:34px;
	line-height:34px;
	color:#1a1915;
	font-size:12px;
	font-family: 'open_sanssemibold';
	text-transform:uppercase;
	background:#fada06;
	border-radius:50px;
	box-shadow:0 2px 5px rgba(0,0,0,.3);
	text-align:center;
}
.yellow-btn:hover{
	background:#ffe745;
}
.yellow-btn.blue-btn{
	background:#2962a3;
	color:#fff;
}
.yellow-btn.blue-btn:hover{
	background:#5488c2;
}
.yellow-btn.wide{
	font-size:18px;
	font-family: 'open_sansregular';
	height:49px;
	line-height:49px;
	padding:0 42px;
}

/*top-bar*/
.top-bar{
	background:#2962a3;
	color:#fff;
	padding:17px 0 19px;
	overflow:hidden;
	box-shadow:0 5px 5px rgba(0,0,0,.2);
}
.top-bar h1{
	float:left;
}

.top-bar .title_srv{
	float:left;
}

.bread-crumbs{
	float:right;
	margin:13px 0 0;
}
.bread-crumbs li{
	display:inline-block;
	vertical-align:top;
	color:#a8ccf4;
	font-size:13px;
	font-family: 'open_sansregular';
	position:relative;
	margin:0 16px 0 0;
}
.bread-crumbs li:after{
	content:">";
	position:absolute;
	bottom:-1px;
	right:-14px;
}
.bread-crumbs li:last-child{
	margin:0;
}
.bread-crumbs li:last-child:after{
	display:none;
}
.bread-crumbs a{
	color:#a8ccf4;
}

/*service*/
.service{
	overflow:hidden;
}
.service .column{
	float:left;
	width:50%;
}
.service .block{
	position:relative;
	overflow:hidden;
}

.newbox strong{
	position:absolute;
	top:0;
	right:0;
	bottom:0;
	z-index:5;
	background:rgba(0, 0, 0, 0.3);
	font-size:28px;
	line-height:37px;
	text-transform:uppercase;
	color:#fff;
	box-sizing:border-box;
	padding:20px 35px;
	font-family: 'pt_sans_narrowbold';
	transition:all 0.3s linear;
	width:50%;
}
.newbox strong span{display:block; margin:11px 0 0;}
.newbox strong .more{color:#fff !important;}
.newbox2 strong{right:auto;}
.newbox2 strong{left:0;}
.newbox:hover strong{
	background:rgba(0, 0, 0, 0.3);
}
.newbox strong b{
	display:table;
	height:100%;
}
.newbox strong b em{
	display:table-cell;
	vertical-align:middle;
}
.service .block img {
    -webkit-transition: all 1s ease; /* Safari and Chrome */
    -moz-transition: all 1s ease; /* Firefox */
    -ms-transition: all 1s ease; /* IE 9 */
    -o-transition: all 1s ease; /* Opera */
    transition: all 1s ease;
}

.service .newbox:hover img {
    -webkit-transform:scale(1.25); /* Safari and Chrome */
    -moz-transform:scale(1.25); /* Firefox */
    -ms-transform:scale(1.25); /* IE 9 */
    -o-transform:scale(1.25); /* Opera */
     transform:scale(1.25);
}

.service .block > a{
	position:absolute;
	width:50%;
	height:100%;
	background:#2962a3;
	color:#fff;
	top:0;
	box-sizing:border-box;
	font-size:28px;
	line-height:37px;
	font-family: 'pt_sans_narrowbold';
	text-transform:uppercase;
	padding:0 0 0 35px;
	z-index: 6;
}

.service-price {
	font-weight: normal;
	display: block;
	margin-top: -8px;
	margin-bottom: 5px;
	font-size: 18px;
	font-family: 'open_sanssemibold';
}
/*.service .block > div{
	box-sizing:border-box;
	font-size:31px;
	font-family: 'pt_sans_narrowbold';
	text-transform:uppercase;
	padding:0 0 0 8.6%;
}*/
.service .blue > a{
	left:0;
}
.service .blue > a.hov-1:hover{
	background:#255c9a;
}
a.hov-1:hover .more{
	background:#5488c2;
}
.newbox:hover .more{
	background:#5488c2;
}
.newbox2:hover .more{
	background:#eed00a;
	color:#000 !important;
}

.service .blue > a:after{
	content:"";
	position:absolute;
	border-left:#2962a3 32px solid;
	border-top:transparent 24px solid;
	border-bottom:transparent 24px solid;
	right:-32px;
	top:50%;
	margin:-24px 0 0;
}
.service .blue > a:hover:after{
	border-left-color:#255c9a;
}
.service .yellow > a{
	right:0;
	background:#fada06;
	color:#1a1915;
}
a.hov-2:hover{
	background:#eed00a !important;
}
a.hov-2:hover .more{
	background:#e0bf2f;
	border-color:#e0bf2f;
}
.newbox2 a:hover .more{
	background:#e0bf2f;
	border-color:#e0bf2f;
}
.service .yellow > a:after{
	content:"";
	position:absolute;
	border-right:#fada06 32px solid;
	border-top:transparent 24px solid;
	border-bottom:transparent 24px solid;
	left:-32px;
	top:50%;
	margin:-24px 0 0;
}
a.hov-2:hover:after{
	border-right-color:#eed00a !important;;
}
.service a.min-pad{
	padding:0 0 0 5.6%;
	letter-spacing:-.5px;
}
.service .block p{
	line-height:37px;
	margin:0 0 11px;
	opacity:0;
}
.service .block .more{
	opacity:0;
}
.service .min-pad p{
	margin-top:-36px;
}
.service .yellow p{
	margin:0 0 11px;
}
.service img{
	float:right;
	width:50%;
	height:auto;
}
.service .yellow img{
	float:left;
}
.service .cell{
	display:table-cell;
	vertical-align:middle;
}
.more{
	color:#fff;
	font-size:12px;
	text-align:center;
	font-family: 'open_sansregular';
	width:118px;
	height:32px;
	border:#5488c2 1px solid;
	display:inline-block;
	line-height:32px;
	border-radius:50px;
}
.yellow .more{
	color:#1a1915;
	border-color:#b59d35;
	margin-left:-5px;
}

/*oper-check*/
.oper-check{
	background:#ececec;
	padding:44px 0 0;
}
.oper-check .blue-btn{
	display:block;
	margin:0 auto 54px;
	padding:0;
	max-width:394px;
}
.oper-check li, .oper-check .oper-check-item {
	background:#fff;
	box-shadow:0 1px 3px rgba(0,0,0,.2);
	overflow:hidden;
	font-size:19px;
	color:#353c41;
	font-family: 'pt_sansbold';
	box-sizing:border-box;
	width:31.4%;
	text-align:left;
}
.oper-check-item__container {
	padding:19px 20px 17px 26px;
}
.oper-check li img, .oper-check .oper-check-item img{
	float:left;
}
.oper-check li p, .oper-check .oper-check-item p{
	line-height:21px;
	padding:2px 0 0 62px;
}
.oper-check li span, .oper-check .oper-check-item span {
	display:none;
}

.oper-check .prev {
	position: absolute;
	top: 36%;
	left: -40px;
	margin-top: -27px;
	background-image: url("../img/icons.png");
	width: 29px;
	height: 54px;
	background-position: -271px -139px;
	cursor: pointer;
}

.oper-check .wrap {
	min-width: 0;
}

/*.oper-check .prev:hover {*/
/*	background-image: url("../img/icons.png");*/
/*	width: 29px;*/
/*	height: 54px;*/
/*	background-position: -318px 0px;*/
/*}*/

.oper-check .next {
	position: absolute;
	top: 36%;
	right: -40px;
	margin-top: -27px;
	background-image: url("../img/icons.png");
	width: 29px;
	height: 54px;
	background-position: -318px -58px;
	cursor: pointer;
}

/*.oper-check .next:hover {*/
/*	background-image: url("../img/icons.png");*/
/*	width: 29px;*/
/*	height: 54px;*/
/*	background-position: -318px -116px;*/
/*}*/

/*service2*/
.service2{
	padding:56px 0 49px;
}
.title{
	font-size:30px;
	color:#353c41;
	font-family: 'open_sansbold';
	line-height:38px;
	text-align:center;
	width:630px;
	margin:0 auto 44px;
}
.service2 .title br{
	display:none;
}
.service2 li{
	text-align:left;
	box-sizing:border-box;
	position:relative;
	width:27.35%;
}
.service2 li:nth-child(2){
}
.service2 li .img{
	margin:0 0 32px;
}
.service2 li img{
	border-radius:50%;
	box-shadow:0 10px 15px rgba(0,0,0,.2);
	width:100%;
	max-width:308px;
	height:auto;
}
.service2 li p{
	color:#2762a5;
	font-size:24px;
	font-family: 'pt_sans_narrowbold';
	line-height:28px;
	text-transform:uppercase;
	max-width:330px;
	margin:0 0 10px;
}
.service2 li span{
	display:inline-block;
	max-width:330px;
}
.front_content{
	line-height:30px;
	font-family: 'pt_sansregular';
}

/*emergency*/
.emergency{
	background:#2559a0;
	padding:60px 0 55px;
	color:#fff;
	font-size:28px;
	overflow:hidden;
}
.emergency .block{
	border:#fada06 5px solid;
	padding:32px 0 62px;
	position:relative;
}
.emergency .title{
	font-size:43px;
	margin:0 0 33px -21px;
	width:667px;
	height:71px;
	line-height:80px;
	font-family: 'pt_sans_narrowbold';
	text-transform:uppercase;
	color:#1a1915;
	background:#fada06;
	position:relative;
	z-index:1;
}
.emergency .text{
	line-height:30px;
	padding:0 0 0 114px;
	margin:0 0 0 40px;
	position:relative;
	z-index:1;
}
.emergency .text:after{
	content:"";
	position:absolute;
	width:97px;
	height:97px;
	background:url(../img/phone.png);
	top:0;
	left:0;
}
.emergency .text div{
	font-size:25px;
	padding:12px 0 2px;
}
.emergency .text span{
	white-space:nowrap;
	font-size:35px;
	margin:0 0 0 9px;
}
.emergency .text > span{
	font-size:28px;
	color:#fad521;
	margin:0;
}
.emergency img{
	position:absolute;
	bottom:-90px;
	/*margin:0 0 0 40%;*/
	right:-80px;
	width:66.8%;
}

/*discount*/
.discount{
	padding:58px 0 47px;
	overflow:hidden;
}
.discount .img{
	float:left;
	position:relative;
	margin:0 0 0 15px;
}
.discount img{
	display:block;
}
.discount .img div{
	font-family: 'open_sansregular';
	position:absolute;
	top:155px;
	padding:0 21px 0 18px;
	background:#fada06;
	color:#fff;
	font-size:33px;
	height:41px;
	line-height:37px;
	left:-15px;
}
.discount .img div:after{
	content:"";
	position:absolute;
	border-top:#a88005 14px solid;
	border-left:transparent 14px solid;
	bottom:-14px;
	left:1px;
}
.discount .img span{
	font-size:20px;
	display:inline-block;
}
.discount .title{
	width:auto;
	text-align:left;
	margin:0 0 17px;
	font-size:27px;
	color:#353c41;
}
.discount .title strong{
	font-size:34px;
	color:#ecc906;
}
.discount .title span{
	font-size:50px;
}
.discount .title br{
	display:none;
}
.discount .text{
	margin:0 0 0 260px;
	padding:7px 0 0;
}
.discount .text p{
	margin:0 0 20px;
}
.discount .yellow-btn{
	font-size:14px;
	height:40px;
	line-height:40px;
	padding:0 28px;
}

/*complexity*/
.complexity{
	background:#f6f6f6;
	padding:48px 0 50px;
}
.complexity .title{
	width:auto;
	margin:0 0 77px;
	color:#353c41;
	font-size:31px;
	text-transform:uppercase;
}
.complexity ul{
	position:relative;
}
.complexity ul:before{
	content:"";
	position:absolute;
	width:77.1%;
	border-top:#d8d5d5 1px solid;
	left:50%;
	top:-40px;
	margin:0 0 0 -38.5%;
}
.complexity li{
	width:22.85%;
	text-align:center;
	background:#fff;
	box-shadow: 0 1px 3px rgba(0,0,0,.2);
	position:relative;
}
.complexity li a{
	color:#353c41;
	display:block;
}
.complexity li a:hover{
	color:#5d9ad7;
	box-shadow:0 0 20px rgba(0,0,0,.3);
}
.complexity li:before{
	content:"";
	position:absolute;
	height:40px;
	top:-40px;
	left:50%;
	border-left:#d8d5d5 1px solid;
}
.complexity .img{
	height:160px;
	line-height:160px;
	overflow:hidden;
	position:relative;
}
.complexity li img{
	vertical-align:middle;
	position:relative;
	z-index:2;
}
.complexity .bg{
	position:absolute;
	top:0;
	left:50%;
	margin:0 0 0 -177px;
	z-index:1;
}
.complexity li .text{
	min-height:108px;
}
.complexity .cell{
	display:table-cell;
	vertical-align:middle;
}
.complexity li p{
	text-transform:uppercase;
	font-size:20px;
	margin:7px 30px 5px;
}
.complexity li span{
	font-size:15px;
	display:inline-block;
	line-height:18px;
	margin:0 20px;
}

/*price-block*/
.price-block{
	color:#fff;
	background:url(../img/price-bg.jpg) no-repeat center 0;
	background-size:cover;
	padding:55px 0 49px;
}
.price-block .title{
	text-transform:uppercase;
	font-size:35px;
	color:#fff;
	margin:0 0 30px;
	width:auto;
	text-align:center;
}
.price-table{
	border:#fada06 5px solid;
	border-top:none;
	border-bottom:none;
	padding:0 0 33px;
}
.price-table + .price-table{
	border-bottom:#fada06 5px solid;
}
.price-table .title-table{
	color:#353c41;
	font-size:26px;
	text-align:center;
	background:#fada06;
	text-transform:uppercase;
	height:59px;
	line-height:62px;
	margin:0 0 20px;
}
.price-table .table{
	display:table;
	width:91.6%;
	margin:0 auto;
	font-size:19px;
}
.price-table .table li{
	display:table-row;
}
.price-table span{
	display:table-cell;
	vertical-align:middle;
	border-bottom:#4677ae 1px solid;
}
.price-table .table span:first-child{
	width:75.5%;
}
.price-table .table span:nth-child(2){
	white-space:nowrap;
	padding:0 10px;
}
.price-table .table span:last-child{
	text-align:right;
}
.price-table .table span:last-child td{
	border:none;
}
.price-table .table p{
	padding:10px 0 9px 30px;
	position:relative;
	line-height:32px;
}
.price-table .table p:before{
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#e9c822;
	left:5px;
	top:22px;
}
.price-table .table strong{
	color:#82aee7;
}
.order-btn{
	display:inline-block;
	width:95px;
	height:32px;
	line-height:33px;
	font-family: 'open_sansregular';
	color:#fff;
	border:#5488c2 1px solid;
	border-radius:50px;
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
}
.order-btn:hover{
	background:#5488c2;
	color:#fff;
}
.catalog-list.catalog-list-inner ul{
	margin:0px;
	padding:0px;
}
.catalog-list.catalog-list-inner ul li{
	padding-bottom:0px;
	margin-bottom:20px;	
}
.catalog-list.catalog-list-inner ul li:last-child {
	margin-bottom: 0
}

.catalog-list .order-btn:hover{
	color:#1a1915;
	background:#fada06;
}
.catalog-uslug .order-btn:hover{
	color:#1a1915;
	background:#fada06;
}

/*support*/
.support{
	padding:92px 0 13px;
	background:#f6f6f6;
}
.support .title{
	width:auto;
	margin:0 0 40px;
	text-align:center;
	font-size:30px;
	text-transform:uppercase;
	color:#353c41;
}
.support ul{
	margin:0 0 88px;
}
.support li{
	position:relative;
	width:25%;
	float:left;
}
.support .num{
	font-size:45px;
	color:#fada06;
	line-height:45px;
	margin:0 0 10px;
	font-family: 'open_sansbold';
}
.support li p{
	position:absolute;
	font-family: 'pt_sansbold';

	font-size:19px;
	color:#353c41;
	bottom:65px;
	left:35px;
	line-height:20px;
}
.support .img{
	height:52px;
	line-height:52px;
	background:#fada06;
	font-size:0;
}
.support img{
	vertical-align:middle;
	margin:0 0 0 31px;
}
.support .color2 .num{
	color:#e8c61e;
}
.support .color2 .img{
	background:#e8c61e;
}
.support .color3 .num{
	color:#3e79c6;
}
.support .color3 .img{
	background:#3e79c6;
}
.support .color4 .num{
	color:#2f60a0;
}
.support .color4 .img{
	background:#2f60a0;
}
.support .color5 .num{
	color:#f89b68;
}
.support .color5 .img{
	background:#f89b68;
}
.support .color6 .num{
	color:#ee6e50;
}
.support .color6 .img{
	background:#ee6e50;
}

/*ask*/
.ask{
	background:#575f67;
	color:#c6cfd7;
	font-size:22px;
	font-family: 'open_sansregular';
	overflow:hidden;
}
.ask .wrap{
	padding:26px 0 28px;
}
.ask .wrap:before{
	content:"";
	position:absolute;
	width:205px;
	height:205px;
	background:url(../img/phone2.png);
	top:50%;
	left:0;
	margin:-102px 0 0 0;
}
.ask .text{
	position:relative;
	z-index:1;
	width:470px;
	float:left;
	margin:0 0 0 12.4%;
}
.ask strong{
	color:#fff;
	text-transform:uppercase;
	font-size:38px;
	line-height:38px;
	font-family: 'open_sansbold';
}
.ask .text p{
	line-height:32px;
	padding:3px 0 0 57px;
}
.ask .phones{
	font-family: 'open_sansbold';
	font-size:32px;
	line-height:32px;
	float:right;
	color:#a4aab0;
    margin: 18px 12.5% 0 0;
}
.ask .phones p{
	margin:0 0 13px;
}

/*content*/
.content{
	padding:35px 0 40px;
}

/*---catalog-uslug---*/
.catalog-uslug{
	overflow:hidden;
	margin:0 0 9px;
}
.catalog-uslug ul{
	margin:0 0 -20px;
}
.catalog-uslug li{
	float:left;
	box-sizing:border-box;
	border:#e7e7e7 1px solid;
	width:22.85%;
	padding:15px 0 0 0px;
	margin:0 2.86% 30px 0;
	text-align:center;
}
.catalog-uslug li:hover{
	box-shadow:0 0 10px rgba(0,0,0,.2);
}
.catalog-uslug li:nth-child(4n+4){
	margin-right:0;
}
.catalog-uslug .img{
	overflow:hidden;
	padding:11px 12px;
	max-width:100%;
}
.catalog-uslug .img div{
	margin:0 0 1px;
}
.catalog-uslug .img > a{
	float:right;
}
.catalog-uslug .img img{
	width:100%;
	height:auto;
}
.catalog-uslug .name{
	font-size:20px;
	font-family: 'pt_sansbold';
	line-height:23px;
	margin:0 9px 14px;
	height:69px;
}
.catalog-uslug .price, .card .price{
	font-size:16px;
	color:#363738;
	margin:0 16px 11px;
	background:url(../img/purse-ico.png) no-repeat 0 2px;
	padding:0 0 0 29px;
	min-height: 30px;
}
.catalog-uslug .order{
	background:#fafafa;
	text-align:center;
	padding:12px 0 11px;
}
.catalog-uslug .order-btn{
	color:#3e79c6;
	font-size:12px;
	width:173px;
	border-color:#fada06;
	background:#fff;
}

/*---catalog-list---*/
.catalog-list{
	overflow:hidden;
	margin:0 0 25px;
}
.catalog-list ul{
	margin:0 0 -20px;
}
.catalog-list li{
	float:left;
	box-sizing:border-box;
	border:#e7e7e7 1px solid;
	width:22.85%;
	padding:15px 0 0;
	margin:0 2.86% 30px 0;
	text-align:center;
}
.catalog-list li:hover{
	box-shadow:0 0 10px rgba(0,0,0,.2);
}
.catalog-list li:nth-child(4n+4){
	margin-right:0;
}
.catalog-list .img{
	height:153px;
	overflow:hidden;
	width:211px;
	margin:0 0 11px 12px;
}
.catalog-list .img div{
	margin:0 0 1px;
}
.catalog-list .img > a,
.catalog-list .img > .image-wrapper {
	float:right;
}
.catalog-list .name{
	font-size:20px;
	font-family: 'pt_sansbold';
	line-height:23px;
	margin:0 9px 14px;
	height:69px;
}
.catalog-list .price, .card .price{
	font-size:16px;
	color:#363738;
	margin:0 16px 11px;
	background:url(../img/purse-ico.png) no-repeat 0 2px;
	padding:0 0 0 29px;
	min-height: 30px;
}
.catalog-list div.price{
    text-align: left;
    background: url(../img/wallet.png) no-repeat 0 3px;
    font-size: 14px;
    display: inline-block;
}
.catalog-list .order{
	background:#fafafa;
	text-align:center;
	padding:12px 0 11px;
}
.catalog-list .order-btn{
	color:#3e79c6;
	font-size:12px;
	width:173px;
	border-color:#fada06;
	background:#fff;
}
.catalog-list .order-btn:hover{
	opacity:0.8;
}
/*---pagination---*/
.pagination a{
	display:inline-block;
	vertical-align:top;
	width:38px;
	height:38px;
	border-radius:50%;
	text-align:center;
	line-height:38px;
	border:#d6d7d7 1px solid;
	margin:0 4px 0 0;
}
.pagination a:hover{
	border-color:#5592e3;
	color:#5592e3;
}
.pagination .btn{
	width:151px;
	border-radius:50px;
}
.pagination .active, .pagination .active:hover{
	color:#b1b1b1;
	border:#d6d7d7 1px solid;
}


/*---pagination---*/
.wrapper_pagenavi{width:100%; text-align: center;}
.wp-pagenavi{margin-top:20px; width: auto; display: inline-block;}
.wp-pagenavi a, .wp-pagenavi span{
	display:inline-block;
	vertical-align:top;
	width:38px;
	height:38px;
	border-radius:50%;
	text-align:center;
	line-height:38px;
	border:#d6d7d7 1px solid;
	margin:0 4px 0 0;
}
.wp-pagenavi a:hover{
	border-color:#5592e3;
	color:#5592e3;
}
.wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink,
.wp-pagenavi .first, .wp-pagenavi .last{
	width:151px;
	border-radius:50px;
}
.wp-pagenavi span, .wp-pagenavi .active:hover{
	color:#b1b1b1;
	border:#d6d7d7 1px solid;
}


/*sections*/
.sections .catalog-list{
	/*position:absolute;*/
}
.term_items_posts{
	display:none;
}
.sections > ul, .sections .term_items{
	margin:0 0 -38px;
}
.sections > ul > li, .sections .term_item{
	width:48.6%;
	color:#353c41;
	text-align:left;
	margin:0 0 36px;
}
.sections > ul > li > a, .sections .term_item > a{
	display:block;
	height:91px;
	background:#fff;
	border:#fada06 2px solid;
	color:#353c41;
	font-size:25px;
	font-family: 'pt_sansbold';
	margin:0 0 10px;
	overflow:hidden;
}
.sections > ul > li > a:hover, .sections .term_item > a:hover, .sections .term_item > a.active{
	background:#f9f2c1;
	box-shadow:0 0 15px rgba(0,0,0,.3);
}
.sections > ul > li > a > img, .sections .term_item > a > img{
	float:left;
	margin:0 23px 0 0;
}
.sections > ul > li > a > span, .sections .term_item > a > span{
	display:table-cell;
	height:91px;
	vertical-align:middle;
	line-height:24px;
	margin:0 23px;
}
.sections span i, .sections .term_item > a > span > i{
	font-style:normal;
	display:none;
}
.sections li p, .sections .term_item > p{
	font-size:15px;
	line-height:22px;
	margin:0 0 0 96px;
	position:relative;
	padding:0 0 0 19px;
}
.sections li p:before, .sections .term_item > p:before{
	content:"";
	position:absolute;
	width:6px;
	height:6px;
	background:#e9c822;
	border-radius:50%;
	top:7px;
	left:0;
}
@media ( max-width: 400px ) {
	.sections > ul > li > a span, .sections .term_item > a > span { font-size: 18px; line-height: 20px; }
}

/*card*/
.card{
	overflow:hidden;
	padding:19px 20px 23px;
	border:#e8e8e8 1px solid;
	margin:0 0 29px;
}
.card img{
	float:left;
	margin:0 25px 5px 0;
}
.card .head{
	padding:11px 10px 12px 229px;
	background:#fafafa;
	margin:0 0 15px;
}
.card .order-btn{
	font-family: 'open_sanssemibold';
	width:173px;
	background:#fff;
	color:#3e79c6;
	vertical-align:middle;
	margin:0 22px 0 0;
	border-color:#fada06;
	font-size:12px;
}
.card .order-btn:hover{
	background:#fada06;
	color:#fff;
}
.card .price{
	display:inline-block;
	vertical-align:middle;
	margin:0 37px 0 0;
}
.card .callback{
	color:#353c41;
}
.work{
	margin:0 20px;
}
.work ul{
	margin-bottom:-19px !important;
}
.work li{
	text-align:left;
	overflow:hidden;
	color:#363738;
	width:31.67%;
	margin:0 0 16px;
	font-size:16px;
}
.work img{
	float:left;
	margin:0 21px 0 0;
}
.work span{
	height:45px;
	display:table-cell;
	vertical-align:middle;
	line-height:18px;
	text-indent:-10px;
}

/*review*/
.review{
	margin:0 0 38px;
}
.add-rev-btn{
	float:right;
	width:167px;
	height:38px;
	background:#fff;
	border:#acd2fd 1px solid;
	border-radius:50px;
	text-align:center;
	line-height:38px;
	color:#3e79c6;
	font-size:18px;
	margin:0 0 30px;
	box-shadow:0 1px 4px rgba(0,0,0,.2);
}
.all-rev{
	clear:both;
	margin:0 0 -17px;
}
.all-rev li, .all-rev .list-item {
	width:48.42%;
	text-align:left;
	background:#fff;
	box-shadow:0 0 8px rgba(0,0,0,.2);
	margin:0 0 32px;
}
.rate{
	font-size:0;
}
.rate a, .rate .star {
	display:inline-block;
	vertical-align:top;
	width:18px;
	height:16px;
	background:url(../img/rate.png);
	margin:0 3px 0 0;
}
.rate.large a, .rate.large .star {
	width:34px;
	height:32px;
	background-image:url(../img/rate2.png);
	margin:0 17px 0 0;
}
.rate.large .active, .rate.large .enabled{
	background-position: 0 100%;
}
.rate .empty{
	background-position:100% 0;
}
.all-rev .rate{
	float:left;
	margin:6px 0 0;
}
.all-rev .head{
	overflow:hidden;
	background:#f6f6f6;
	padding:11px 19px 13px;
}
.all-rev .head > div:not(.date) {
	float:left;
}
.all-rev .name {
	font-size:21px;
	color:#1e1e1e;
	font-family: 'pt_sansbold';
	float:left;
	line-height:normal;
	margin:0 0 0 15px;
}
.all-rev .date{
	float:right;
	color:#1e1e1e;
	font-size:15px;
	font-style:italic;
	margin:4px 0 0;
}
.all-rev .text{
	padding:11px 19px 20px;
}
.add-rev-form{
	background:#f6f6f6;
	padding:38px 0 0;
	margin:0 0 -40px;
}
.add-rev-form .title, .callback-form .title{
	line-height:1;
	width:auto;
	margin:0 0 24px;
}
.add-rev-form .title p, .callback-form .title p{
	margin:0 0 -2px;
	color:#353c41;
	font-size:24px;
	font-family: 'open_sansbold';
	text-transform:uppercase;
}
.add-rev-form .title span, .callback-form .title span{
	color:#7a7b7b;
	font-size:14px;
	font-family: 'pt_sansregular';
}
.add-rev-form form{
	overflow:hidden;
	padding:0 0 45px;
}
.add-rev-form form > div{
	width:48.6%;
	margin:0 0 14px;
}
.add-rev-form .rate{
	margin:0 0 38px;
}
.text-input{
	width:100%;
	border:#d9d9d9 1px solid;
	height:53px;
	background:#fff;
	padding:0 19px;
	line-height:normal;
	margin:0 0 18px;
	resize:none;
}
.text-input:focus{
	border-color:#6696d6;
}
.text-input.error{
	border-color:#ee6545;
}
textarea.text-input{
	padding:12px 10px;
	height:195px;
}
::-webkit-input-placeholder {color:#bdbdbd;}
:-ms-input-placeholder      {color:#bdbdbd;}
.add-rev-form .yellow-btn{
	width:191px;
	height:40px;
	margin:0 auto;
	display:block;
	line-height:normal;
	font-size:14px;
	clear:both;
}

/*about*/
.container .about{
	padding:39px 0 0;
}
.slogan{
	text-align:center;
	border:#fada06 4px solid;
	color:#2962a3;
	font-size:23px;
	font-family: 'pt_sans_narrowbold';
	text-transform:uppercase;
	letter-spacing:2px;
	line-height:30px;
	padding:14px 10px 9px;
	margin:0 0 40px;
	margin-bottom:20px;
}
.slogan + .text-block > img{
	margin-bottom:18px !important;
    width: 100%;
    height: auto;
}
.text-block{
	overflow:hidden;
	margin:0 0 50px;
}
.text-block img.left{
	margin:0 25px 0 0;
}
.text-block p{
	margin:-3px 0 15px;
}
.about .complexity .title{
	font-size:20px;
	margin:0 0 60px;
}
.why{
	background:#2962a3;
	color:#fff;
	padding:39px 0 52px;
}
.why .title{
	line-height:31px;
	color:#fff;
	margin:0 14px 49px;
	text-align:center;
	width:auto;
	font-size:24px;
	text-transform:uppercase;
}
.why li{
	width:31%;
	text-align:left;
}
.why .head{
	background:#fada06;
	color:#1a1915;
	font-size:22px;
	text-transform:uppercase;
	font-family: 'pt_sans_narrowbold';
	line-height:30px;
	padding:10px 25px 5px 21px;
	position:relative;
	display:inline-block;
	margin:0 0 14px;
	letter-spacing: 1.35px;
}
.why .head:after{
	content:"";
	position:absolute;
	border-top:#a88005 19px solid;
	border-left:transparent 19px solid;
	bottom:-19px;
	left:0;
}
.why li p{
	margin:0 0 0 31px;
}
.sample{
	padding:52px 0 54px;
}
.sample .title{
	font-size:24px;
	text-transform:uppercase;
	line-height:31px;
	color:#353c41;
	width:auto;
	text-align:center;
	margin:0 14px 29px;
}
.sample li{
	text-align:center;
	width: 30.85%;
}
.sample li img{
	margin:0 0 24px;
}
.sample li strong{
	display:block;
	color:#353c41;
	font-size:16px;
	font-family: 'open_sansbold';
	margin:0 0 6px;
}

.sample li strong span{
	color:#2962a3;
}

/*contact*/
.container .contact{
	padding:40px 0 0;
}
.container .contact ul{
	max-width:1015px;
	margin:0 auto;
	font-size:21px;
}
.container .contact li{
	text-align:center;
	color:#353c41;
	width:33.3333%
}
.container .contact img{
	border-radius:50%;
	box-shadow:0 2px 5px rgba(0,0,0,.2);
	margin:0 0 16px;
}
.container .contact li p{
	margin:0 0 6px;
}
.container .contact p a{
	font-size:22px;
}
.container .contact p span{
	display:inline-block;
	line-height:20px;
	font-size:15px;
}
.contact .add-rev-form{
	margin:0;
}
.requisites-map{
	padding:38px 0 0;
	margin:0 0 70px;
}
.requisites{
	position:relative;
	margin:0 0 29px;
}
.requisites div:not(.text){
	position:absolute;
	top:0;
	left:0;
	background:url(../img/requisites-ico.png) no-repeat center #2962a3;
	width:142px;
	height:100%;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	font-size:16px;
	letter-spacing:.5px;
}
.requisites strong{
	display:inline-block;
	position:relative;
	top:65%;
}
.requisites .text{
	padding:28px 0 2px 0;
	border:#f7f7f7 5px solid;
}
.contact .requisites ul{
	margin:0 185px 0 202px;
}
.contact .requisites li{
	font-size:15px;
	text-align:left;
	width:33.3333%
}
.contact .requisites li p{
	color:#7a7b7b;
	line-height:20px;
	margin:0;
}
.requisites-map .title{
	width:auto;
	text-align:center;
	font-size:24px;
	text-transform:uppercase;
	margin:0 0 19px;
}
#map{
	height:400px;
}

/*footer*/
.footer{
	background:#f6f6f6;
	padding:25px 0 37px;
}
.footer .about{
	float:left;
	color:#3e79c6;
	font-size:13px;
}
.footer .about p{
	line-height:18px;
	margin:-4px 0 0 38px;
}
.footer .contact{
	float:left;
	font-size:14px;
	line-height:18px;
	margin:0 0 0 134px;
}
.footer .contact p{
	margin:0 0 3px;
}
.bot-menu{
	margin:0 0 20px;
}
.bot-menu li{
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	margin:0 0 0 27px;
}
.bot-menu a{
	color:#737373;
	text-transform:uppercase;
	font-family: 'pt_sansbold';
}
.bot-menu a:hover{
	color:#3e79c6;
}
.footer .search{
	width:374px;
	height:38px;
	float:right;
	position:relative;
}
.footer .search-text{
	border:#d9d9d9 1px solid;
	border-right:none;
	height:40px;
	line-height:normal;
	padding:0 10px;
	width:334px;
	float:left;
}
.footer .search-text:focus{
	border-color:#3e79c6;
}
.search-btn{
	width:40px;
	height:40px;
	background:#8d9cab url(../img/search-btn.png) no-repeat center;
	float:right;
	margin:0;
	text-align:center;
	cursor:pointer;
}
.search-btn:hover{
	background-color:#3e79c6;
}
.cpr{
	background:#ededed;
	color:#939393;
	font-size:14px;
	padding:10px 0 12px;
}

/* .sl1 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

@media (max-width: 1024px) {
	.sl1 {
		grid-template-columns: 1fr 1fr;
	}
}

@media (max-width: 470px) {
	.sl1 {
		grid-template-columns: 1fr;
	}
} */

/*popup*/
.overlay{
	display:none;
	position:fixed;
	width:100%;
	height:100%;
	z-index:999;
	background:#fff;
	opacity:0.75;
}
.popup{
	display:none;
	width:100%;
	max-width:505px;
	top:100px;
	left:100px;
	background:#2962a3;
	color:#fff;
	z-index:999;
	position:absolute;
	box-shadow:0 8px 20px rgba(0,0,0,.4);
}
.popup.style2{
	background:#e8e8e8;
}
.order_calc{
    max-width: 400px;
    background: #2962a3;
    color: #fff;
    margin-bottom:20px;
}
.rightBlock{
	float:right;
	padding-right:5px;
	padding-left:10px;
}
.popup .head, .order_calc .head{
	background:#4680c1;
	text-align:center;
	font-family: 'open_sansbold';
	font-size:28px;
	text-transform:uppercase;
	line-height:31px;
	padding:26px 29px 27px;
}
.popup.style2 .head{
	background:#fada06;
	color:#353c41;
}
.close{
	position:absolute;
	width:19px;
	height:20px;
	background:url(../img/close.png);
	top:32px;
	right:30px;
}
.popup.style2 .close{
	background-image:url(../img/close2.png);
}
.close:hover{
	background-position:0 100%;
}
.popup form, .order_calc form{
	padding:30px 29px 0;
}
.order_calc form{
	padding-bottom:1px;
}
.popup textarea, .order_calc textarea{
	height:151px;
	margin:0 0 27px;
}
.popup .yellow-btn, .order_calc .yellow-btn{
	display:block;
	margin:0 auto 44px;
	font-size:14px;
	width:191px;
	height:40px;
}
.popup.style2 .yellow-btn{
	background:#2962a3;
	color:#fff;
}
.sent-pp, .thank-pp{
	background:#4680c1;
}
.sent-pp > div, .thank-pp > div{
	height:290px;
	line-height:290px;
	text-align:center;
}
.thank-pp > div{
	height:298px;
	line-height:298px;
}
.sent-pp .text, .thank-pp .text{
	line-height:40px;
	display:inline-block;
	vertical-align:middle;
}
.thank-pp strong{
	display:block;
	text-transform:uppercase;
	font-size:28px;
	margin:-7px 0 31px;
}
.thank-pp p{
	line-height:30px;
}

.search{
	margin: 0;
}
.search .search_item{
	margin-bottom:10px;
}
*:focus::-moz-placeholder { color: transparent !important;} 
*[autofocus]::-moz-placeholder:focus { color: graytext !important;} 
*:focus:-moz-placeholder { color: transparent !important;} 
*[autofocus]:-moz-placeholder:focus { color: graytext !important;}
*:focus::-webkit-input-placeholder { color: transparent !important;} 
*[autofocus]::-webkit-input-placeholder { color: graytext !important;}
.pagem {
    padding: 40px 0;
}
.pagem:after {
	clear: both;
	content: '';
	display: table;
	width: 100%;
	height: 0;
	overflow: hidden;
}
.pagem.with-sidebar #sidebar-left {
	float: left;
	width: 25%;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagem.with-sidebar #sidebar-right {
	float: right;
	text-align: left;
	width: 25%;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.pagem.with-sidebar #content-with-sidebar {
	float: left;
	width: 75%;
}
.pagest {
    padding: 20px 0 0 0;
}
.pagesm {
    padding: 20px 0;
}
nav.navigation.pagination {
    margin-top: 40px;
}
span.page-numbers.current {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    border: #d6d7d7 1px solid;
    margin: 0 4px 0 0;
}
a.prev.page-numbers {
    border: none!important;
    margin: 0 10px 0 0!important;
}
a.next.page-numbers {
    border: none!important;
    margin: 0 0 0 10px!important;
}
h2.screen-reader-text {
    margin-bottom: 10px;
}
.page-content form.search {
    width: 374px;
    height: 38px;
    margin-top: 20px;
}

input.search-text {
    border: #d9d9d9 1px solid;
    border-right: none;
    height: 40px;
    line-height: normal;
    padding: 0 10px;
    width: 334px;
    float: left;
}

.menu-item-965{display:none!important;}
 .add-rev-form form > div.loading, .loading{width:25px; height:25px; background:url('../img/preload.gif'); background-size:100%; margin: 0 auto 44px; clear:both;}
 #soc_ico{float:left;}
 #pay_card{float:right}
 .hh2 { display: none; height: 111px; }
.clear{clear:both;}
.hh2.ac { display: block; }
.header.ac {position: fixed; top: 0; left: 0; right: 0; z-index: 20; height: 44px; background-color: #ececec; -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.29); box-shadow: 0 0 13px rgba(0, 0, 0, 0.29); padding-bottom:12px}
.header.ac .logo {margin-top:4px}
.header.ac .logo img { height: 47px; }
.header.ac .logo span { display: none; }
.header.ac .phones{margin-top:10px}
.header.ac .phones div{float:left; padding-top:5px}
.header.ac .phones div span:last-child, .header.ac .phones div + span{display:none;}
.header.ac .top-menu{padding-top:10px;}
#getSale .loading{    
	margin-top: 15px;
    margin-bottom: 0px;
}
.service_thumb{
	/*max-width: 100%;
    max-height: 384px;*/
    width:100%;
    height:auto;
    display: block;
    /*margin: 10px 0 10px 10px;
    border: 1px solid #fada06;*/
    border-radius: 10px;
    box-shadow: 0px 0px 6px;
    margin:10px 0px;
}
.blog_thumb{
	max-width: 100%;
    max-height: 450px;
    display: block;
    margin: 10px 10px 10px 0;
    float: left;
    /*border: 1px solid #fada06;*/
    border-radius: 10px;
    box-shadow: 0px 0px 6px;
    margin-top: 7px;
}

.faq_row{/*height:92px; overflow:hidden; position:relative*/}
/*.faq_row .read_more{position:absolute; right:0px; bottom:0px; background:#fff; padding-left:12px}*/
.soc_ico{width:25px; height:auto;}
.copyright{text-align:center}
.all_content{display:none;}
.ico_quest{float:left; margin-right:5px;}
.faq_page h1{font-family:'pt_sansbold'; color:#000}
.index_description{padding:20px 0px;}

/*Fix media-quares Maxim Zagrebnev*/


/*header fix*/
@media (max-width: 1201px) and (min-width: 901px) {.inner .header {padding: 15px;} .header{padding: 15px;}}
@media (max-width: 430px) and (min-width: 0px){.inner .header {padding: 0px;}}

/*title crumbs fix*/
@media (max-width: 1201px) and (min-width: 0px) {.cc_ob {padding: 0px 15px 0 15px; }}

/*blog list fix*/
@media (max-width: 1201px) and (min-width: 431px){.pagest {padding-left: 15px; padding-right: 15px;}}
/*phone block fix*/
@media (max-width: 650px) and (min-width: 400px) {.header .phones > span {margin: 0px 8px 0px 13px;}}
@media (max-width: 399px) and (min-width: 0px) {.header .phones > span {margin: 0px 8px 0px 8px;}}

@media (max-width: 900px) and (min-width: 0px) {h1, .title_srv {font-size: 28px; line-height: normal;} .text-block{padding:0px 10px;}}

@media (max-width: 1024px){
	.catalog-uslug li{
		width:30%;
    	margin: 0 1% 30px 2%;
	}
	.catalog-uslug li:nth-child(4n+4){
    	margin: 0 1% 30px 2%;
	}
}
@media (max-width: 800px){
	.catalog-uslug li{
		width:47%;
	}
	.header .menu-item .sub-menu{
    	left: -140px;
    	border-radius:20px;
	}
}
@media (max-width: 520px){
	.catalog-uslug li{
		width:95%;
		margin:20px 2%;
	}
}
.logo{position:relative;}
.date{color:#bbb; font-size:12px;}
.catalog-shortcode{
	clear:both;
}
.header_mail{
	font-size: 12pt;
}
.header_mail a{color: #363738}
.g-recaptcha div{
	margin:0 auto;
	margin-bottom:18px;
}

#changeCity{
	display:none;
	max-width:200px;
}
#changeCity .yellow-btn{
	margin-top:20px;
}
.changeRegion{
	display:none;
    position: absolute;
    width: 400px;
    top: 95px;
    z-index: 100;
    background: #f3f3f3;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0,0,0,.4);
    border-radius: 10px;
    max-width: 100%;
}
.changeRegion b{
	color:#2763a5;
}
.changeRegion .btnBlock a{
	color:#000;
}
.changeRegion .btnBlock a.order-btn:hover{
	color:#fff;
}
.changeRegion .yellow-btn{
	margin-top:-10px;
}
.changeRegion .btnBlock{
	margin-top:10px;
}
/*.checkCity span{
	display:block;
	font-size:25px;
	text-align:center;
	padding:25px 0px;
}
.checkCity .btnBlock{
	margin-bottom:25px;
	text-align:center;
}
.checkCity .btnBlock a.yellow-btn, .checkCity .btnBlock a{
	display:inline-block;
	width:auto;
	padding:5px 15px;
	height:auto;
	font-size:14px;
	margin:0px 5px;
    line-height: 34px;
    vertical-align:top;
    min-width:150px;
}*/
.changeCity{
    position: absolute;
    bottom: -15px;
    left: 80px;
    color: #7a7b7b !important;
    font-size:15px;
    border-bottom: 1px dashed;
}
.changeCity:hover, .changeCity.active{
	color:#2962a3 !important;
}
.changeCity::after {
  border: medium solid transparent;
  content: "";
  top: 10px;
  right: -15px;
  position: absolute;
  height: 0;
  width: 0;
  border-color: #2962a3 rgba(255, 212, 52, 0) rgba(255, 212, 52, 0);
  border-width: 5px;
  margin-left: -25px;
}
.header.ac .changeCity{
	bottom:-11px;
	left:60px;
}
.header #changeCity{
	display:none;
    width: 230px;
    position: absolute;
    text-align: left;
    left: 75px;
    top: 100%;
    box-shadow: 0 2px 7px rgba(0,0,0,0.2);
    background:#ececec;
	margin-top:-18px;
	z-index:1000;
	margin-top: 26px;	
}
.header.ac #changeCity{
    left: 55px;
    top: 100%;
	margin-top:12px;
}
.header #changeCity ul li{
	padding:10px 5px;
	cursor:pointer;
    font-size: 15px;
}
.header #changeCity ul li:hover{
	background:#c7c7c7;
}
div.header{
	overflow: visible;
}
.ready-works{
	max-width:1200px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between
} 
.ready-works .ready-work{
	width: 30%;
	/*float: left;*/
	padding: 0 10px;
	margin-bottom: 30px;
	/*min-height: 315px*/
}
.ready-work img{
	max-width:100%;
	height:auto;
}
.ready-description{
	padding:20px;
	background-color: #2a5d98;
	color: #fff;
	height: 60px
}	
.ready-description h2{
	font-size: 14pt
}
.ready-work.last-{
	background-color: #2a5d98;
	margin: 0 10px 30px;
	padding:0;
}
.ready-work.last- > div{
	display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
	
}	
.ready-work.last- h2{
	color:#ffffff;font-size: 32pt;line-height: 32pt;
	padding:40px 40px;
}	
.ready-works > div img{
		max-width:100%;
		height:auto;
		width:100%;
	}
@media screen and (max-width:1060px){
	.changeCity{
		bottom:35px;
	}
	.header #changeCity{
		top:70px;
	}
}
@media screen and (max-width:1060px){
	.changeCity{
		left:99px;
	}
	.header #changeCity{
		top:70px;
	}	
}
@media screen and (max-width:900px){
	.changeRegion{
		top:160px;
	}
	.ready-works .ready-work{
		width:47%;
	}
}

@media (max-width: 670px){
	.changeCity{
	    text-decoration: none;
	    position: relative;
	    bottom: 0px;
	    clear: both;
	    left: initial;
	    margin: 0 auto;

	}
	.header #changeCity{
		top:initial;
		margin-top:5px;
	}
	.ready-works .ready-work{
		width:100%;
	}
}
@media (max-width: 450px){
	.changeRegion{
		padding:20px 0px;
		font-size:15px;
		top:150px;
	}
	.ready-works{
		max-width:100%;
	} 
	.ready-works > div{
		width:100%;
		padding:0;
	}
	.ready-works .ready-work{
		width:100%;
	}
	.ready-works > div img{
		max-width:100%;
		height:auto;
	}
	.ready-work.last-{
	}
}

/* Seo Update: April 2023 */

.modal-modal-bg {
	position: fixed;
	height: 100%;
	width: 100%;
	background: white;
	background: rgba(255, 255, 255, 0.76);
	z-index: 10000;
	display: none;
	top: 0;
	left: 0;
	overflow-y: scroll;
}
.modal-modal-bg .modal-container {
	display: none;
	position: relative;
	z-index: 11000;
	cursor: default;
	margin: 30px auto;
	max-width: 820px;
}

.modal-modal-bg .modal-container .modal-closer {
	position: absolute;
	top: 20px;
	right: 20px;
	color: transparent;
	width: 47px;
	height: 47px;
	text-decoration: none;
	cursor: pointer;
	background-image: url('../img/modal-closer.svg');
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.modal-loader {
	display: none;
}
body.modal-loading {
	overflow: hidden;
}
body.modal-loading .modal-loader {
	display: block;
	position: fixed;
	z-index: 10000;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.76);
}
/*
body.modal-loading .modal-loader:before {
	content: '';
	position: fixed;
	width: 30px;
	height: 30px;
	left: 50%;
	top: 50%;
	background-color: #fff;
	margin-left: -15px;
	margin-top: -15px;
	border-radius: 15px;
}
body.modal-loading .modal-loader:after {
	content: '';
	position: fixed;
	width: 2px;
	background-color: #000;
	height: 15px;
	left: 50%;
	top: 50%;
	margin-left: -1px;
	margin-top: -13px;
	transform-origin: 50% 13px;
}
*/

@media screen and (max-width: 1024px) {
	.modal-modal-bg .modal-container {
		max-width: 688px;
	}
}

@media screen and (max-width: 767px) {
	.modal-modal-bg .modal-container {
		max-width: calc(100vw - 20px);
	}
}

/* work-page */

.work-page {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 40px;
	width: 100%;
}

.work-page_ajax {
	box-shadow: 0px 10px 50px rgba(0, 0, 0, 0.2);
}

.work-page__narrow {
	padding-left: 40px;
	padding-right: 40px;
}

.work-page__date {
	color: #25538D;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 10px;
	font-family: 'pt_sansbold';
}

.work-page__title {
	font-size: 24px;
	padding-right: 105px;
	font-family: 'pt_sansbold';
	color: #353D41;
	margin-bottom: 20px;
	line-height: 1.1;
}

.work-page__images {
	padding: 0 10px;
	margin-bottom: 20px;
}

.work-page__images .prev {
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -31px;
	background-image: url("../img/slider-blue-left.svg");
	width: 62px;
	height: 62px;
	cursor: pointer;
	z-index: 100;
}

.work-page__images .next {
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -31px;
	background-image: url("../img/slider-blue-right.svg");
	width: 62px;
	height: 62px;
	cursor: pointer;
	z-index: 100;
}

.work-page__img {
	height: auto;
}

@media screen and (min-width: 840px) {
	.work-page_ajax {
		width: 820px;
	}
}

@media screen and (max-width: 767px) {
	.work-page {
		padding: 34px 0 30px;
	}

	.work-page__narrow {
		padding-left: 20px;
		padding-right: 20px;
	}

	.work-page__images {
		padding: 0;
	}

	.work-page__images .prev,
	.work-page__images .next {
		transform: scale(0.8);
	}
}

/* works-previews */

.works-previews {
	padding: 80px 0 90px;
}

.works-previews .wrap {
	min-width: 0px;
}

.works-previews__list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	grid-column-gap: 50px;
	grid-row-gap: 30px;
}

.works-previews .prev {
	position: absolute;
	top: 50%;
	left: -25px;
	margin-top: -27px;
	background-image: url("../img/icons.png");
	width: 29px;
	height: 54px;
	background-position: -271px -139px;
	cursor: pointer;
}

.works-previews .next {
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -27px;
	background-image: url("../img/icons.png");
	width: 29px;
	height: 54px;
	background-position: -318px -58px;
	cursor: pointer;
}

@media screen and (max-width: 1240px) {
	.works-previews {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 1024px) {
	.works-previews__list {
		grid-template-columns: 1fr 1fr;
	}
}

@media screen and (max-width: 767px) {
	.works-previews {
		padding: 35px 35px 50px;
	}

	.works-previews__list {
		display: block;
	}

	.works-previews__list-item {
		padding: 0 20px;
	}
}

/* works-preview */

.work-preview {
	max-width: 100%;
	position: relative;
	box-sizing: border-box;
}

.work-preview__date {
	position: absolute;
	width: 132px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #F9D40C;
	left: -19px;
	top: 12px;
	font-family: 'pt_sans_narrowbold';
	font-size: 22px;
	color: #1A1915;
	z-index: 10;
}

.work-preview__date-value {
	display: block;
}

.work-preview__date:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 19px 19px 0;
	border-color: transparent #9E740A transparent transparent;
	top: 100%;
	position: absolute;
	left: 0;
}

.work-preview__image {
	object-fit: cover;
	width: 100%;
	height: 205px;
}

.work-preview .work-preview__title {
	height: 110px;
	font-family: 'pt_sans_narrowbold';
	font-size: 20px;
	color: #fff;
	padding: 22px;
	background: #25538D;
	display: block;
	box-sizing: border-box;
}

.work-preview__huge-title {
	height: 315px;
	font-family: 'pt_sans_narrowbold';
	font-size: 48px;
	color: #fff;
	padding: 35px 40px 0px;
	background: #25538D;
	box-sizing: border-box;
	line-height: 1.1;
	display: flex;
	align-items: center;
}

@media screen and (min-width: 1025px) and (max-width: 1240px) {
	.work-preview .work-preview__title {
		padding-top: 15px;
		padding-bottom: 15px;
		height: 130px;
	}

	.work-preview .work-preview__huge-title {
		height: 335px;
	}
}

@media screen and (max-width: 767px) {
	.work-preview .work-preview__title {
		padding-top: 15px;
		padding-bottom: 15px;
		height: 130px;
		font-size: 18px;
	}

	.work-preview__huge-title {
		height: 335px;
		font-size: 38px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

/* form-checkbox */

.form-checkbox {
	font-size: 13px;
	margin-bottom: 20px;
	clear: both;
}

.form-checkbox__input {
	display: none;
}

.form-checkbox__centered {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.form-checkbox__label {
	font-size: 13px;
	padding-left: 34px;
	color: #A8CCF4;
	line-height: 1.4;
	background-image: url('../img/checkbox-inactive.svg');
	background-position: 0 0;
	background-repeat: no-repeat;
	min-height: 20px;
	display: block;
}

.form-checkbox__light-bg .form-checkbox__label {
	color: #787878;
	background-image: url('../img/checkbox-inactive-dark.svg');
}

.form-checkbox__label a {
	color: #fff;
	text-decoration: underline;
}

.form-checkbox__light-bg .form-checkbox__label a {
	color: #000;
}


.form-checkbox__input:checked + .form-checkbox__label {
	background-image: url('../img/checkbox-active.svg');
}

.form-checkbox__error {
	color: #FF9393; /* #FF6363; */
	margin-top: 4px;
	padding-left: 34px;
	line-height: 1.2;
}

.form-checkbox__light-bg .form-checkbox__error {
	color: #FF6363;
}

.form-checkbox__error._hide {
	display: none;
}

.form-checkbox__error._shake {
	animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}

.rr-form .form-checkbox {
	width: 244px;
	margin: 0 auto 20px;
}

@keyframes shake {
	10%, 90% {
		transform: translate3d(-1px, 0, 0);
	}

	20%, 80% {
		transform: translate3d(2px, 0, 0);
	}

	30%, 50%, 70% {
		transform: translate3d(-4px, 0, 0);
	}

	40%, 60% {
		transform: translate3d(4px, 0, 0);
	}
}

/* reviews-promo */

.reviews-promo {
	margin-bottom: 70px;
}

.reviews-promo .wrap {
	min-width: auto;
}

.reviews-promo .prev {
	position: absolute;
	top: 40%;
	left: -15px;
	margin-top: -27px;
	background-image: url("../img/icons.png");
	width: 29px;
	height: 54px;
	background-position: -271px -139px;
	cursor: pointer;
}

.reviews-promo .next {
	position: absolute;
	top: 40%;
	right: -15px;
	margin-top: -27px;
	background-image: url("../img/icons.png");
	width: 29px;
	height: 54px;
	background-position: -318px -58px;
	cursor: pointer;
}

.reviews-promo__list-item-wrapper {
	padding: 0 15px 15px;
}

.reviews-promo .reviews-promo__list-item-wrapper .list-item {
	width: 100%;
}

.reviews-promo__button-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
}


.reviews-promo__button {
	height: 41px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: #acd2fd 1px solid;
	border-radius: 50px;
	text-align: center;
	color: #3e79c6;
	font-size: 18px;
	padding: 0 24px;
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}

@media screen and (min-width: 1200px) {
	.reviews-promo__list-wrapper {
		padding: 0 86px;
	}

	.reviews-promo .prev {
		left: -35px;
	}

	.reviews-promo .next {
		right: -35px;
	}
}

@media screen and (min-width: 900px) and (max-width: 1199px) {
	.reviews-promo__list-wrapper {
		padding-left: 45px;
		padding-right: 45px;
	}

	.reviews-promo .prev {
		left: -30px;
	}

	.reviews-promo .next {
		right: -30px;
	}
}

@media screen and (max-width: 899px) {
	.reviews-promo {
		padding: 50px 0;
		margin-bottom: 0;
	}

	.reviews-promo__list-wrapper {
		padding-left: 30px;
		padding-right: 30px;
	}

	.reviews-promo .prev {
		left: -20px;
	}

	.reviews-promo .next {
		right: -20px;
	}
}

/* prices-promo */

.prices-promo {

}

.prices-promo .name a, .prices-promo .name .name-wrapper {
	color: #353c41;
}

.prices-promo .catalog-list.catalog-list-inner ul li:last-child {
	margin-bottom: 20px;
}

@media screen and (min-width: 1200px) {
	.prices-promo {
		padding-top: 80px;
	}
}
@media screen and (min-width: 900px) and (max-width: 1199px) {
	.prices-promo {
		padding-top: 54px;
	}
}

@media screen and (max-width: 899px) {
	.prices-promo {
		padding-top: 54px;
	}
}

/* partners-promo */

.partners-promo {
	background-color: #F6F6F6;
	padding: 80px 0 60px;
}

.partners-promo .prev {
	position: absolute;
	top: 50%;
	left: -15px;
	margin-top: -27px;
	background-image: url("../img/icons.png");
	width: 29px;
	height: 54px;
	background-position: -271px -139px;
	cursor: pointer;
}

.partners-promo .next {
	position: absolute;
	top: 50%;
	right: -15px;
	margin-top: -27px;
	background-image: url("../img/icons.png");
	width: 29px;
	height: 54px;
	background-position: -318px -58px;
	cursor: pointer;
}

.partners-promo__list-wrapper {

}

.partners-promo__image {
	object-fit: contain;
}

@media screen and (min-width: 769px) {
	.partners-promo__image {
		height: 132px;
		width: 100%;
		object-fit: contain;
	}

	.partners-promo__item-wrapper {
		padding: 0 15px;
	}

	.partners-promo__list-wrapper {
		padding: 0 84px;
	}

	.partners-promo .prev {
		left: -70px;
	}

	.partners-promo .next {
		right: -70px;
	}
}

@media screen and (max-width: 768px) {
	.partners-promo {
		padding: 50px 0 30px;
	}

	.partners-promo__image {
		height: 116px;
		width: 100%;
		object-fit: contain;
	}

	.partners-promo__item-wrapper {
		padding: 0 10px;
	}

	.partners-promo__list-wrapper {
		padding: 0 84px;
	}

	.partners-promo .prev {
		left: -58px;
	}

	.partners-promo .next {
		right: -58px;
	}
}

@media screen and (max-width: 480px) {
	.partners-promo {
		padding: 50px 0 35px;
	}

	.partners-promo__image {
		height: 80px;
		width: 100%;
		object-fit: contain;
	}

	.partners-promo__item-wrapper {
		padding: 0 5px;
	}

	.partners-promo__list-wrapper {
		padding: 0 53px;
	}

	.partners-promo .prev {
		left: -37px;
	}

	.partners-promo .next {
		right: -37px;
	}
}

/* front-top */

.front-top {

}

.front-top__columns {
	display: flex;
}

.front-top__block {
	flex: 0 0 50%;
}

.front-top__row {
	display: flex;
}

.front-top__box {
	flex: 0 0 50%;
	position: relative;
	transition:all 0.2s linear;
	z-index: 5;
	padding-top: 50%;
	display: flex;
}

.front-top__box_blue,
.front-top__box_yellow {
	z-index: 7;
}

.front-top__box_blue,
.front-top__box_image-blue {
	background:#2962a3;
}

.front-top__box_blue:hover,
.front-top__box_image-blue:hover {
	background:#255c9a;
}

.front-top__box_blue::after {
	content:"";
	position:absolute;
	border-left:#2962a3 32px solid;
	border-top:transparent 24px solid;
	border-bottom:transparent 24px solid;
	right:-32px;
	margin:-24px 0 0;
	top:50%;
	transition: all 0.2s linear;
}

.front-top__box_blue:hover::after {
	border-left-color:#255c9a;
}


.front-top__box_yellow,
.front-top__box_image-yellow {
	background: #fada06;
}

.front-top__box_yellow:hover,
.front-top__box_image-yellow:hover {
	background: #eed00a;
}

.front-top__box_yellow::after {
	content:"";
	position:absolute;
	border-right:#fada06 32px solid;
	border-top:transparent 24px solid;
	border-bottom:transparent 24px solid;
	left:-32px;
	margin:-24px 0 0;
	top:50%;
	transition: all 0.2s linear;
}

.front-top__box_yellow:hover::after {
	border-right-color: #eed00a;
}

.front-top__box_image {
	overflow: hidden;
}

.front-top__box-image {
	position: absolute;
	z-index: 3;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-position: 50% 50%;
	background-size: cover;
	display: block;
	transition: all 1s ease;
}

.front-top__box:hover .front-top__box-image {
	transform:scale(1.25);
}

.front-top__box-content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px 35px;
	width: 100%;
}

.front-top__box-description {
	display: block;
	color: #fff;
}

.front-top__box_yellow .front-top__box-description {
	color: #1a1915;
}

.front-top__box_image .front-top__box-content {
	background: rgba(0, 0, 0, 0.3);
}

.front-top__box-title {
	font-size: 28px;
	line-height: 37px;
	font-family: 'pt_sans_narrowbold';
	text-transform: uppercase;
	display: block;
}

.front-top__box-price {
	display: block;
	margin-top: 10px;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: 'open_sanssemibold';
	text-transform: uppercase;
}

.front-top__box-more {
	color: #fff;
	font-size: 12px;
	text-align: center;
	font-family: 'open_sansregular';
	height: 32px;
	padding: 0 25px;
	border: #5488c2 1px solid;
	display: inline-block;
	line-height: 32px;
	border-radius: 50px;
	text-transform: uppercase;
	transition: all 0.3s;
}

.front-top__box_blue .front-top__box-more,
.front-top__box_image-blue .front-top__box-more{

}

.front-top__box_blue:hover .front-top__box-more,
.front-top__box_image-blue:hover .front-top__box-more {
	background:#5488c2;
}

.front-top__box_yellow .front-top__box-more {
	color: #1a1915;
	border-color: #b59d35;
}

.front-top__box_yellow:hover .front-top__box-more {
	background: #e0bf2f;
	border-color: #e0bf2f;
}

.front-top__box_image-yellow  .front-top__box-more {
	border-color: #b59d35;
}

.front-top__box_image-yellow:hover .front-top__box-more{
	color: #1a1915;
	background: #e0bf2f;
	border-color: #e0bf2f;
}

@media screen and (min-width: 901px) and (max-width: 1024px) {
	.front-top__box-title {
		font-size: 24px;
		line-height: 30px;
	}

	.front-top__box-price {
		font-size: 16px;
	}

	.front-top__box-more {

	}
}

@media screen and (max-width: 900px) {
	.front-top__columns {
		display: block;
	}
}

@media screen and (max-width: 580px) {
	.front-top__box-title {
		font-size: 16px;
		line-height: 20px;
	}

	.front-top__box-price {
		font-size: 14px;
		margin-top: 7px;
		margin-bottom: 12px;
	}

	.front-top__box-more {
		font-size: 10px;
		padding: 0 17px;
		height: 26px;
		line-height: 27px;
		border-radius: 8px;
	}

	.front-top__box-content {
		padding: 12px 20px;
	}

	.front-top__box_blue::after {
		border-left:#2962a3 16px solid;
		border-top:transparent 12px solid;
		border-bottom:transparent 12px solid;
		right:-16px;
		margin:-12px 0 0;
	}

	.front-top__box_yellow::after {
		border-right:#fada06 16px solid;
		border-top:transparent 12px solid;
		border-bottom:transparent 12px solid;
		left:-16px;
		margin:-12px 0 0;
	}
}

/* faq-block */

.faq-block {

}

.faq-block__items {

}

.faq-block__item {
	border-bottom: 1px solid #e7e7e7;
}

.faq-block__item:first-child {
	border-top: 1px solid #e7e7e7;
}

.faq-block__link {
	position: relative;
	display: flex;
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	color: #7a7b7b;
	padding: 10px 20px;
	font-family: 'open_sanssemibold';
	transition: all 0.3s;
	padding-right: 60px;
}
.faq-block__link:hover {
	color: #1a1915;
}

.faq-block__link:hover::before,
.faq-block__link:hover::after {
	background-color: #1a1915;
}

.faq-block__link::before,
.faq-block__link::after {
	 content: '';
	 position: absolute;
	 top: 50%;
	 right: 20px;
	 transform: translate3d(0, -50%, 0);
	 height: 2px;
	 width: 20px;
	 background-color: #e7e7e7;
	 transition: transform 0.4s, background-color 0.3s;
}

.faq-block__link::after {
	transform: translate3d(0, -50%, 0) rotate(90deg);
}

.faq-block__answer-block {
	height: 0;
	overflow: hidden;
	transition: height .3s;
}

.faq-block__item._opened:last-child .faq-block__answer-block {
}

.faq-block__answer {
	border-left: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
	padding: 0 20px 15px;
}

.faq-block__item._opened {

}

.faq-block__item._opened .faq-block__link::before {
	transform: translate3d(0, -50%, 0) rotate(45deg);
}

.faq-block__item._opened .faq-block__link::after {
	transform: translate3d(0, -50%, 0) rotate(135deg);
}


/* mobile-submenu */

.mobile-submenu-wrapper {
	position: fixed;
	top: 0;
	left: -270px;
	visibility: hidden;
	opacity: 0;
	background: #353c41;
	width: 270px;
	height: 100%;
	overflow: scroll;
	transition: transform 0.4s, opacity 0.25s;
	border-left: #494f54 1px solid;
	transition-delay: 0s;
}

.mobile-submenu-wrapper._opened {
	left: 0;
	opacity: 1;
	visibility: visible;
	transform: translateX(269px);
	z-index: 10;
	transition-delay: 0.4s;
}

.mobile-menu {
	transition: transform 0.4s;
}

.mobile-menu .mobile-submenu__back {
	display: block;
	padding-top: 20px;
	font-size: 14px;
	font-family: 'pt_sans_narrowbold';
}

.mobile-menu._opened-submenu {
	transform: translateX(-200px);
}

.menu-item-has-children:has(.mobile-submenu-wrapper._opened):after {
	transform: rotate(-90deg);
	transform-origin: 50% 25%;
}
