/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.header{

}
.single-uslugi .header {background:#fff;}

.header{box-shadow: 0 0 53px rgb(70, 81, 86, .15);
    background:#fff;  

	position:relative;

	width: 100%;
z-index:100;
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	transition: all ease .5s;

}
.phone-icon { width: 45px; 
    height: 35px;}
.phone-icon svg {
    margin-right:10px;
    fill: #bbbec3;
    width: 35px;
    height: 35px;


    border: 2px solid #bbbec3;
    border-radius: 50%;
    padding: 5px;

    
}

.header_small {
    -webkit-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
            transform: translateY(-150px);
    -webkit-transition: -webkit-transform .1s ease-in;
    transition: -webkit-transform .1s ease-in;
    -o-transition: transform .1s ease-in;
    transition: transform .1s ease-in;
    transition: transform .1s ease-in, -webkit-transform .1s ease-in;
}


.header_btn {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    background: #0063D5;
    border-radius: 5px;
    text-transform: uppercase;
    padding: 17px 50px;}

body:not(.home) .header{

 position: relative;    z-index: 999;

}

body.page-template-page-content-nobaner-php,body.page-template-gallery,
body.page-template-documents,body.page-template-contacts{
    background-color: #fff;
}

.homelink {display:none!important;}


.header.white{padding:3px 0;
	background-color: rgb(202, 212, 224, .9);
	color: #111;height:50px;
}





.header.white .header-btn{
	border-color: #111;
}

.header.white .header-burger-line{
	background-color: #111;
}



.offcanvas-init.offcanvas-active .header-menu{
	right: 0;
}

.header-l{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header-logo img{
	height: 60px;
}
.decr_phone {font-size:13px;margin-top:3px;}
.decr_phone_green {color:#4dc341;}
    
.header.white .header-more-phones {
    top: -4px; display:none;
    position: relative;
}
    
.header.white .header-logo img {height: 55px;}
.header.white .header-logo-text span {
    display: none;
}
.header.white .header-btn {
    height: 35px;
    font-size: 0.9rem;
}
.header.white .header-btn:hover {border:2px solid #1a7fbe;}

.header-logo-text {
    font-size: 13px;
    line-height: 1.2;
    margin-left: 20px;
    max-width: 250px;
    border-left: 1px solid #00000020;
    padding-left: 20px;
}

.header-logo-text a{
	color: inherit;
	text-decoration: underline;
}

.header-socs{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 20px;
}
.header__slinks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    float: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
   
}
.header .header__slinks {margin-left: 20px;}


.header__slinks>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30px;
            flex: 0 1 30px;
 
    margin-right: 10px;
}
.footer-sicon {
    border-radius: 50%;
    display: block;
    height: 46px;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    width: 46px;
}
.footer-sicon_small {
    height: 30px;
    width: 30px;
}

.header__slinks>* {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30px;
            flex: 0 1 30px;

    margin-right: 10px;
}

.header__slinks .footer-sicon_vk {
    background-color: #64a3d4;
}
.header__slinks .footer-sicon_tg {
    background-color: #00a3f5;
}
.header__slinks .footer-sicon_wa {
    background-color: #54e764;
}
.footer-sicon_tg {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #396ca6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.footer-sicon:before {
    background-size: cover;
    content: "";
    display: block;
    height: 100%;
    width: 100%;
}
.footer-sicon_vk:before {
    background-image: url(../img/vk.svg);
}
.footer-sicon_tg:before {
    background-image: url(../img/tm.svg);
    height: 15px;
    margin-left: -1px;
    width: 26px;
}

.footer-sicon_wa:before {
    background-image: url(../img/wa.svg);
    height: 20px;
    margin-left: 6px;
    margin-top: 4px;
    width: 20px;
}
.header__slinks .footer-sicon_vk:hover {
    background-color: #207ec6;
}
.header__slinks .footer-sicon_wa:hover {
    background-color: #43d854;
}
.header__slinks .footer-sicon_tg:hover {
    background-color: #396ca6;
}
.footer .header-socs {

    margin-left: 0;
}

.header-socs a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    margin-right: 15px;
    background: rgba(255,255,255,0.1);
    border: 1px solid transparent;
    color: #fff;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

.header-socs a:hover {
    border-color:#fff;
    border-width: 19px;
    color: #0063D5;
}

.header a[href^="mailto:"] {
    color:#000;
    border-bottom: 1px dotted;
}

.header-btn{
	font-size: 16px;
	font-weight: 500;
	line-height: calc(22 / 16);
	height: 45px;
   padding: 5px 20px;
	border: 2px solid #fff;
   margin-right: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-left: 50px;
	cursor: pointer;-webkit-transition: background-color 200ms;-o-transition: background-color 200ms;transition: background-color 200ms;
}

.header-btn:hover{
	background-color: #1a7fbe;
	color: #fff;	border: 2px solid #1a7fbe;
}

.header-r{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header-burger{margin-left:20px;
	width: 25px;
	height: 15px;
	cursor: pointer;
}

.header-burger-line{
	width: 100%;
	height: 2px;
	background-color: #000;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header-burger-line:nth-child(2){
	margin: 5px 0;
}

.header-phone{
	font-size: 20px;
	line-height: calc(24 / 20);
	font-weight: 500;
}
.header-phone span {display:block;font-size:12px;margin-bottom:4px;}



.header-more-phones{position: relative; top:-5px;
	font-size: 14px;
	line-height: calc(17 / 14);
	font-weight: 200;
	border-bottom: 1px dashed;
	display: inline;
	cursor: pointer;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}

.header-contacts-top-l {
    line-height: 1.2;
    font-size: 14px;
}

.header-contacts-top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.header-contacts-top-r{
	font-size: 20px;
	margin-left: 10px;display:none;
}

.header-inner{padding:15px 0 15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.header-contacts{
	position: relative;
	padding-right: 30px;
}

.header-contacts-bottom{
	position: absolute;
	top: 99%;
	right: 0;
   padding: 15px;
   width: 270px;
	background-color: #fff;
	border-radius: 4px;
	border: 1px solid rgba(0,0,0,.15);
	color: #111;
	display: none;
}

.header-contacts-bottom.active{
	display: block;
	background-color: #fff;
	color: #111;
}

.header-contacts-bottom-item{
	margin-bottom: 15px;
   padding-bottom: 15px;
   border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header-contacts-bottom-item:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.header-contacts-bottom-item-smalltext{
	font-size: 14px;line-height:1.2;
	font-weight: 400;
	margin-bottom: 10px;
}
.header .header-contacts-bottom-item-smalltext{}
.header-contacts-bottom-item-phone, .header-contacts-bottom-item-email{
	font-size: 20px;
	line-height: calc(24 / 20);
	font-weight: 500;width:120px;
	display: block;
	color: inherit;white-space: nowrap;
}

.header-contacts-bottom:before {
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	vertical-align: middle;
	content: "";
	top: -5px;
	left: auto;
	right: 10px;
	color: #fff;
	border-bottom: 6px solid;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
}
@media (max-width:991px){
     .header-logo img {
    height: 50px;
}
    .header-menu-bottom {border-top:none!important;}
    .link-burger.app-header__burger,.header-search {display: none!important;}
	.header-logo-text{
		display: none;
	}
	.header-btn {
		display: none;
	}
	.header-socs {
    margin-right: 30px;
}

    .menu-categor__ul > li.active > a {
       background: #4c8181!important;
    color: #ffffff!important;
}
    header {

    position: relative!important;
        -webkit-transform: none!important;
            -ms-transform: none!important;
                transform: none!important;
}
    
    .menu_custom {margin-top:-30px;}
    .menu-categor__ul > li > a {
    font-size: 18px;
    padding: 10px 0;
}
.header-menu__dropdown__menu_close {display:none;}

.app-header__head-popup {
    -webkit-transition: top .1s ease-in,-webkit-transform .2s ease-in;
    transition: top .1s ease-in,-webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in,top .1s ease-in;
    transition: transform .2s ease-in,top .1s ease-in;
    transition: transform .2s ease-in,top .1s ease-in,-webkit-transform .2s ease-in;
    opacity: 1;
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    visibility: visible;
}    
 .menu-categor__ul > li > ul {
    padding: 20px 10px 0 59px;
    margin: 0;
    list-style: none;
    font-size: 0;
    line-height: 1;
}
.menu-categor__ul > li > ul > li {
    margin-bottom: 20px;
}
.menu-categor__ul > li > ul > li > a {
    font-size: 16px;
    color: #fff;
    text-decoration: none;
}
.header-menu {padding-left:0;padding-right: 0;}
.header-menu-item a {

    padding-left: 20px;}
    
    .menu-categor__ul > li > a {

    padding-left: 20px;
}

.menu-categor {

    overflow-x: hidden;
}
.offcanvas-active {

    overflow-y: hidden;}
.menu-categor {margin-top:20px;
    display: block;
}
.header-menu-top {
    margin-bottom: 0;
    padding-right: 20px;
}

    .menu_custom {width:100%;}
.header-menu{
	position: fixed;
	z-index: 10000;
	right: -370px;
	top: 0;
    background:#0063D5;
	height: 100%;
	width: 370px;
	padding: 24px 40px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	overflow: auto;
}

.header-menu.active{
	right: 0;
}
.header-menu-item a{
	font-size: 24px;
	color: #fff;
	padding: 3px 0px;
	font-weight: 600;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}



.header-menu-item-sub a{
	font-size: 15px;
	line-height: 1;
	font-weight: 300;
	color: #fff;
	padding: 5px 0 5px 0;
}



.header-menu-top{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
	margin-bottom: 20px;
	-webkit-box-align:center;
	    -ms-flex-align:center;
	        align-items:center;
}

.header-menu-logo{
	height: 50px;
}

.header-menu-close{
	width: 25px;
	height: 25px;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}

.header-menu-item a i{display:none;
	font-size: 14px;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}


.header-menu-item a i.fa-chevron-right.visible-mobile,
.header-menu a i.fa-chevron-right.visible-mobile{font-size: 14px;
	color: #fff;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	margin-left: auto;
    margin-right: 20px;
    display:block;
    -webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
}
.hidden-sm {display:none!important;}

.header-menu-item-sub {padding-left:10px;}
.header-menu-item a i.rotated{
	-webkit-transform: rotate(-90deg)!important;
	    -ms-transform: rotate(-90deg)!important;
	        transform: rotate(-90deg)!important;
}
}



.fancybox__content {

    padding: 0;}
    
    
@media (max-width:1299px){
    
.header-btn {
    display: none;}    

.header-socs {margin-right:30px;}

    
}
.admin-bar .header {
  
    padding: 45px 0 0 0;}
    
.admin-bar .header.white {
    padding: 35px 0 0 0;height: 82px;
} 


    
#menu-glavnoe-menju {padding:0;margin-bottom:0;width:100%;}
.sp-pre-loader{background:#FFFFFF;height:100%;left:0;position:fixed;top:0;width:100%;z-index:99999}.sp-pre-loader .sp-loader-clock{border:3px solid #0345BF;border-radius:60px;bottom:0;height:80px;left:0;margin:auto;position:absolute;right:0;top:0;width:80px}.sp-pre-loader .sp-loader-clock:after{content:'';position:absolute;background-color:#0345BF;top:2px;left:48%;height:38px;width:4px;border-radius:5px;-webkit-transform-origin:50% 97%;-ms-transform-origin:50% 97%;transform-origin:50% 97%;-webkit-animation:grdAiguille 2s linear infinite;animation:grdAiguille 2s linear infinite}.sp-pre-loader .sp-loader-clock:before{content:'';position:absolute;background-color:#0345BF;top:6px;left:48%;height:35px;width:4px;border-radius:5px;-webkit-transform-origin:50% 94%;-ms-transform-origin:50% 94%;transform-origin:50% 94%;-webkit-animation:ptAiguille 12s linear infinite;animation:ptAiguille 12s linear infinite}.sp-pre-loader .sp-loader-circle{position:absolute;height:80px;width:80px;border-radius:80px;border:3px solid fade(#0345BF, 70%);left:0;top:0;right:0;bottom:0;margin:auto;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:loader1 3s linear infinite;animation:loader1 3s linear infinite}.sp-pre-loader .sp-loader-circle:after{content:'';position:absolute;top:-5px;left:20px;width:11px;height:11px;border-radius:10px;background-color:#0345BF}.sp-pre-loader .sp-loader-bubble-loop{position:absolute;width:12px;height:12px;left:0;top:0;right:0;bottom:0;margin:auto;border-radius:12px;background-color:#0345BF;-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-animation:loader6 1s ease-in-out infinite;animation:loader6 1s ease-in-out infinite}.sp-pre-loader .sp-loader-bubble-loop:before{content:'';position:absolute;background-color:rgba(3, 69, 191, 0.5);top:0px;left:-25px;height:12px;width:12px;border-radius:12px}.sp-pre-loader .sp-loader-bubble-loop:after{content:'';position:absolute;background-color:rgba(3, 69, 191, 0.5);top:0px;left:25px;height:12px;width:12px;border-radius:12px}.sp-pre-loader .circle-two{bottom:0;height:100px;left:0;margin:auto;position:absolute;right:0;top:0;width:100px}.sp-pre-loader .circle-two>span,.sp-pre-loader .circle-two>span:before,.sp-pre-loader .circle-two>span:after{content:'';display:block;border-radius:50%;border:2px solid #0345BF;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);transform:translate(-50%, -50%)}.sp-pre-loader .circle-two>span{width:100%;height:100%;top:0;left:0;border-left-color:transparent;-webkit-animation:effect-2 2s infinite linear;animation:effect-2 2s infinite linear}.sp-pre-loader .circle-two>span:before{width:75%;height:75%;border-right-color:transparent}.sp-pre-loader .circle-two>span:after{width:50%;height:50%;border-bottom-color:transparent}.sp-pre-loader .wave-two-wrap{position:absolute;margin:auto;left:0;right:0;top:50%;width:90px}.sp-pre-loader .wave-two{margin:0;list-style:none;width:90px;position:relative;padding:0;height:10px}.sp-pre-loader .wave-two li{position:absolute;width:2px;height:0;background-color:#0345BF;bottom:0}.sp-pre-loader .wave-two li:nth-child(1){left:0;-webkit-animation:sequence1 1s ease infinite 0;animation:sequence1 1s ease infinite 0}.sp-pre-loader .wave-two li:nth-child(2){left:15px;-webkit-animation:sequence2 1s ease infinite 0.1s;animation:sequence2 1s ease infinite 0.1s}.sp-pre-loader .wave-two li:nth-child(3){left:30px;-webkit-animation:sequence1 1s ease-in-out infinite 0.2s;animation:sequence1 1s ease-in-out infinite 0.2s}.sp-pre-loader .wave-two li:nth-child(4){left:45px;-webkit-animation:sequence2 1s ease-in infinite 0.3s;animation:sequence2 1s ease-in infinite 0.3s}.sp-pre-loader .wave-two li:nth-child(5){left:60px;-webkit-animation:sequence1 1s ease-in-out infinite 0.4s;animation:sequence1 1s ease-in-out infinite 0.4s}.sp-pre-loader .wave-two li:nth-child(6){left:75px;-webkit-animation:sequence2 1s ease infinite 0.5s;animation:sequence2 1s ease infinite 0.5s}.sp-pre-loader .sp-loader-audio-wave{width:3em;height:2em;background:-webkit-gradient(linear, left top, left bottom, from(#0345BF), to(#0345BF)) 0 50%, -webkit-gradient(linear, left top, left bottom, from(#0345BF), to(#0345BF)) 0.625em 50%, -webkit-gradient(linear, left top, left bottom, from(#0345BF), to(#0345BF)) 1.25em 50%, -webkit-gradient(linear, left top, left bottom, from(#0345BF), to(#0345BF)) 1.875em 50%, -webkit-gradient(linear, left top, left bottom, from(#0345BF), to(#0345BF)) 2.5em 50%;background:-o-linear-gradient(#0345BF, #0345BF) 0 50%, -o-linear-gradient(#0345BF, #0345BF) 0.625em 50%, -o-linear-gradient(#0345BF, #0345BF) 1.25em 50%, -o-linear-gradient(#0345BF, #0345BF) 1.875em 50%, -o-linear-gradient(#0345BF, #0345BF) 2.5em 50%;background:linear-gradient(#0345BF, #0345BF) 0 50%, linear-gradient(#0345BF, #0345BF) 0.625em 50%, linear-gradient(#0345BF, #0345BF) 1.25em 50%, linear-gradient(#0345BF, #0345BF) 1.875em 50%, linear-gradient(#0345BF, #0345BF) 2.5em 50%;background-repeat:no-repeat;background-size:0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em, 0.5em 0.25em;-webkit-animation:audioWave 1.5s linear infinite;animation:audioWave 1.5s linear infinite;position:absolute;left:0;top:0;bottom:0;right:0;margin:auto}.sp-pre-loader .sp-loader-with-logo{top:0;left:0;width:100%;height:100%;right:0;bottom:0;margin:auto;text-align:center;position:absolute;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sp-pre-loader .sp-loader-with-logo .logo{display:inline-block;width:auto}.sp-pre-loader .sp-loader-with-logo .line{background:#0345BF;height:5px;left:0;position:absolute;top:0
    
}


.phones__block-work {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.phones__block-cir {
    width: 5px;
    height: 5px;
    background-color: #4cad50;
    border-radius: 100%;
    margin-right: 0.4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.phones__block-text {
    color: #4cad50;
    font-weight: 400;
    font-size: 12px;
}

.mainphone {
    position: relative;
}

.mainphone a {
    transition:.3s all;
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 20px;
    color:#111;
}

.mainphone a:hover { color:#0063d5;}

.grey_btn {
    background: #454b52!important;
    border-color: #454b52!important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



@media (min-width:992px){
    .header-menu-item-sub>li {line-height:1.2;margin-bottom:10px;}
    .hidden-lg {display:none!important;}
    .menu_custom {width:100%;}
   .header {
    padding-bottom: 0;}
    
    .toggle-menu-item,.header-menu-item {cursor:pointer;}
    .header-menu a i{
            -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;}
    .header-menu .header-menu-item:not(.megamenu) a:hover i {
        
     -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);    
    }
    
    .header-menu-bottom.opened .header-menu-item.megamenu a i{
        
     -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);    
    }
    
    .header-menu a {color:#fff;font-weight:500;font-size: 15px;
    text-transform: uppercase;}
    .header-menu {
        
            background: #0063D5;
    }
    .header-menu-item {position:relative;}
    .header-menu-item-sub {display:none!important;width: 300px;
    background:#fff;   
    position:absolute;  top:100%;left:0; 
    padding: 15px 20px;
    border-radius: 7px;
    border-top-right-radius: 0;
    border-top-left-radius: 0; 
         -webkit-box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 6px 6px 0 rgba(0, 0, 0, 0.16);
    }
    
    #menu-glavnoe-menju>.header-menu-item {   display: -webkit-box;    display: -ms-flexbox;    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;} 
    
    
    #menu-glavnoe-menju>.header-menu-item>a {
      padding: 0 15px;height:60px;line-height: 60px;
       transition:.3s all; 
    } 
    
    
    .header-menu-item:hover .header-menu-item-sub {display:block!important;

        
        
    }
    
    .header-menu .header-menu-item-sub  a {
        
        
            color: #111;
            text-transform: none;
            font-weight: 500;
        }
    .header-menu .header-menu-item-sub  a:hover,.header-menu .header-menu-item-sub li:hover  a {color: #0063D5;}
    #menu-glavnoe-menju>.header-menu-item:hover> a {
    color: #fff;background: #0a6ddf;}
    
    
 #menu-glavnoe-menju {display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;   
 } 
.header-burger,.header-menu-close {display:none;}   
}


@-webkit-keyframes spFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes spFadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}




/*megamenu*/

.app-header__head-popup {
    position: absolute;
    right: 0;
    left: 0;
    top: 100%;-webkit-transform: scaleY(0);-ms-transform: scaleY(0);transform: scaleY(0);
    width: 100%;
    max-height: calc(100vh - 140px);
    max-height: calc(calc(var(--vh, 1vh) * 100) - 140px);
    opacity: 1;
    visibility: hidden;
    -webkit-transition: top .1s ease-in,-webkit-transform .2s ease-in;
    transition: top .1s ease-in,-webkit-transform .2s ease-in;
    -o-transition: transform .2s ease-in,top .1s ease-in;
    transition: transform .2s ease-in,top .1s ease-in;
    transition: transform .2s ease-in,top .1s ease-in,-webkit-transform .2s ease-in;
    background: #0063D5;
    border-radius: 0px 0px 20px 20px;
    z-index: 102;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.app-header__head-popup.opened {-webkit-transition: top .1s ease-in,-webkit-transform .2s ease-in;transition: top .1s ease-in,-webkit-transform .2s ease-in;-o-transition: transform .2s ease-in,top .1s ease-in;transition: transform .2s ease-in,top .1s ease-in;transition: transform .2s ease-in,top .1s ease-in,-webkit-transform .2s ease-in;
    opacity: 1;-webkit-transform: scaleY(1);-ms-transform: scaleY(1);transform: scaleY(1);-webkit-transform-origin: top;-ms-transform-origin: top;transform-origin: top;
    visibility: visible;
}



.menu-categor {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.menu-categor__left-column {
    -ms-flex: 0 0 378px;
    -webkit-box-flex: 0;
            flex: 0 0 378px;
}

.menu-categor__ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.menu-categor__ul > li {
    border-bottom: 0.5px solid rgba(255,255,255,0.3);
}
.menu-categor__ul > li > a {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    text-decoration: none;
    font-family: "PF BeauSans Pro", sans-serif;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    padding: 25px 50px;
    color: #fff;
   
}

.menu-categor__ul > li.active > a {
    background: #fff;
    color: #0063D5;
}

.svg-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    fill: currentColor;
    font-size: 0;
}

.menu-categor__ul > li > a .svg-icon {
    display: inline-block;
    -ms-flex: 0 0 24px;
    -webkit-box-flex: 0;
            flex: 0 0 24px;
    width: 24px;
    height: 24px;
    margin-right: 15px;
}

.svg-icon__link {
    vertical-align: top;
    fill: inherit;
    width: inherit;
    height: inherit;
}

.menu-categor__ul > li > ul {
    display: none;
}

.menu-categor__right-column {
    -ms-flex: 1 1;
    -webkit-box-flex: 1;
            flex: 1 1;
    padding: 27px 50px;
    padding-top:40px;
}

.menu-categor__right-column > ul {
    padding: 0;
    margin: 0;
    list-style: none;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 780px;
    font-size: 0;
    line-height: 1;
    display: none;
}

.menu-categor__right-column > ul.opened {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.menu-categor__right-column > ul > li {
    -ms-flex: 0 0 48%;
    -webkit-box-flex: 0;
            flex: 0 0 48%;
    margin-right: 4%;
    margin-bottom: 20px;
}
.menu-categor__right-column > ul.spec-menu > li {

    margin-bottom: 10px;
}
.menu-categor__right-column > ul > li:nth-child(2n) {
    margin-right: 0;
}

.menu-categor__right-column > ul > li > a {
    font-size: 16px; text-transform:none;
    line-height: 1.3;
    color: rgba(255,255,255,0.75);
    text-decoration: none;
    display: inline-block;
    padding-left: 15px;
    position: relative;
}
.menu-categor__right-column > ul > li:hover > a {
    color: #fff;
}

.main-svg-sprite {
  display: none;
}
.menu-categor__right-column > ul > li > a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background: rgba(255,255,255,0.5);
    margin-top: -2px;
}

.app-header__burger {
    -ms-flex: 0 0 40px;
    -webkit-box-flex: 0;
            flex: 0 0 40px;
    height: 40px;
    margin-top: -4px;
    position: relative;
    cursor: pointer;
}

.app-header__burger span, .app-header__burger:before, .app-header__burger:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 2px;
    width: 18px;
    background: #363636;
    margin: -6px 0 0 -9px;
    transition: -webkit-transform 0.3s ease;
    -webkit-transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.megamenu:hover .app-header__burger:before,.megamenu:hover .app-header__burger:after,.megamenu:hover .app-header__burger span{
 background: #0063D5;-webkit-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
.megamenu:hover .app-header__burger:not(.opened):after, .megamenu:hover .app-header__burger:not(.opened) span {
    width: 10px;
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    
    
}



.app-header__burger span {
    margin-top: 0;
}

.app-header__burger:after {
    margin-top: 6px;
}

.app-header__burger.opened:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    margin-top: 0;
}

.app-header__burger.opened span {
    opacity: 0;
}

.app-header__burger.opened:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    margin-top: 0;
}



.megamenu {min-width: 200px;}

.header-menu a i {margin-left:5px;}

.header-menu__overlay {
    background: hsla(0,0%,6%,.5);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top;
        -ms-transform-origin: top;
            transform-origin: top;
    z-index: 1;
}

.header-menu__overlay.opened {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);

}

.header-menu__dropdown__menu_close {
    color: #fff!important;
    font-size: 14px;
    padding-right: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    text-transform:none!important;
}


.header-menu__dropdown__menu_close:hover{color:#fff}
.header-menu__dropdown__menu_close:hover:after{content:url(../img/e7ec2a3b84401537e190.svg);-webkit-transition:all .2s ease-in;-o-transition:all .2s ease-in;transition:all .2s ease-in}
.header-menu__dropdown__menu_close:after{content:url(../img/e7ec2a3b84401537e190.svg);display:block;height:16px;position:absolute;right:0;top:3px;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out;width:16px}



.header-search {
    float: left;
    min-height: 51px;
}

.header-search {
    min-width: 98px;
    position: relative;
}
.header-search__link {
    height: 48px;    -webkit-box-align: center;    -ms-flex-align: center;    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    width: 50px;
    z-index: 1;outline: none;
    -webkit-transition: color .2s ease-in,border .2s ease-in,background-color .2s ease-in;
    -o-transition: color .2s ease-in,border .2s ease-in,background-color .2s ease-in;
    transition: color .2s ease-in,border .2s ease-in,background-color .2s ease-in;
}

.header-search__link:before {
    background-image: url(../img/search-icon.svg);
    background-size: cover;
    content: "";
    display: block;
    height: 16px;
    left: 17px;
    position: relative;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    width: 16px;
    z-index: 1;
}

.header-search__link:after {
    content: url(../img/search-icon.svg);
    opacity: 0;
    position: absolute;
    z-index: -1;
}
.header-search__link:hover:before {
    background-image: url(../img/search-icon2.svg);
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.header-search__close {
    border-radius: 0 24px 24px 0;
    display: none;cursor:pointer;
    height: 48px;
    position: relative;
    z-index: 1;
}

.header-search:after {
    background-color: #eff4f5;
    border-radius: 0 24px 24px 0;
    content: "";
    height: 48px;
    min-height: inherit!important;
    min-height: auto!important;
    opacity: 0;
    padding-right: 20px;
    position: absolute;
    right: 0;
    top: 1px;
    width: 100%;
    z-index: 0;
}
.header-search__form {
    height: 100%;
    position: absolute;
    width: 100%;top:0;
    z-index: -1;
}

.header-menu-wrapper_with-search .header-search__form {
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    z-index: 1; 
}

.header-search__input {outline:none!important;
    -webkit-appearance: none;
    background-color: #eff4f5;
    border-radius: 24px 0 0 24px;
    height: 48px;
    left: 0;
    opacity: 0;
    padding-left: 20px;
    padding-right: 4px;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}

.header-menu-wrapper_with-search .header-search__input {
    opacity: 1;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
    z-index: 1;
}

.header-search__form:after {
    background-color: transparent;
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    width: 100%;
}
.header-menu-wrapper_with-search .header-search {display: -webkit-box;display: -ms-flexbox;display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;}
    .header-menu-wrapper_with-search .header-search>* {-webkit-box-flex: 1;-ms-flex: 1 0 50%;flex: 1 0 50%;}
.header-menu-wrapper_with-search .header-search__form:after {
    background-color: #fff;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}
.header-menu-wrapper_with-search .header-search__link {
    position: relative;
    right: inherit!important;
    right: auto!important;
}
.header-menu-wrapper_with-search .header-search__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;
}

.header-menu-wrapper_with-search .header-search__link:before {
    left: 12px;
}

.header-menu-wrapper_with-search .header-search:after {
    opacity: 1;
    -webkit-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

.header-search__close:before {
    background-color: #d5e0e3;
    content: "";
    height: 18px;
    left: -4px;
    position: absolute;
    width: 1px;
}

.header-search__close:after {
    background-image: url(../img/close-icon.svg);
    background-size: cover;
    content: "";
    display: block;
    height: 16px;
    left: 13px;
    position: relative;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    width: 16px;
    z-index: 1;
}
.w100 {width:100%;}

.header-menu-bottom.header-menu-wrapper_with-search {border-color:transparent;}




.ajax-search {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    right: 0;
    background: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    margin-top: 5px;
    max-height: 230px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #424348;
    scrollbar-color: dark;
    scrollbar-width: thin;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
}

.ajax-search::-webkit-scrollbar {
    width: 6px;
    background-color: #eff2f3;
}

.ajax-search::-webkit-scrollbar-thumb {
    background-color: #dddddd;
    border-radius: 4em;
}

.ajax-search__item {
    position: relative;
    border-top: 1px solid rgba(224, 229, 231, 0.5);
    padding: 10px 15px;
    cursor: pointer;
    list-style-type: none;
}

.ajax-search__link {
    color: var(--accent);
    line-height: 130%;
    margin-bottom: 10px;
    font-size: 16px;
    display: block;
}

.ajax-search__excerpt {
    cursor: default;
    font-size: 16px;
    line-height: 140%;
}

.ajax-search__not-found {
    font-size: 16px;
}

.pum-active {
    opacity: 1!important;
    display: block!important;
    
}

@media (max-width: 767px) {
.header-logo img {
    height: 40px;
}
 .text1 {margin-right:20px;}
    .header__slinks {

    margin-left: 0;
}
.header-burger {
    margin-left: 0;
  
}
    .header.white {
    padding: 5px;
}
	.header-contacts{
		display: none;
	}
	.header-socs{
	/*	display: none;*/
	}
	.header-socs a {
    width: 40px;
    height: 40px;}
	.header-btn{
		display: none;
	}
	.header-menu{
		width: 100%;
		right: -100%;
	}
	
	.header-menu {
    background: #0063D5;
    padding: 24px 20px;

}


.homelink {
    display: block!important;
}	

    .mainphone a {

    font-size: 18px;
    font-weight: 700;
}
    
 .decr_phone {
    font-size: 10px;
    margin-top: 0;
    white-space: nowrap;
}   
    
}

@media (max-width: 350px){
.header-logo img {
    height: 35px;
}
}