.site-header__shell{
	padding: 15px 0 0 0;
	position:absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: all ease .5s;

}


.page-template-video .site-header__shell,.page-template-zayavka .site-header__shell,.page-template-content .site-header__shell,.page-template-contacts .site-header__shell,.page-template-gallery .site-header__shell,.page-template-quiz .site-header__shell,.page-template-sitemap .site-header__shell,.page-template-reviews .site-header__shell {background: url(../bg-footer-bg.jpg);  position: RELATIVE;}

header {

    position: RELATIVE;
    top: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: -webkit-transform .1s ease-out;
    transition: -webkit-transform .1s ease-out;
    -o-transition: transform .1s ease-out;
    transition: transform .1s ease-out;
    transition: transform .1s ease-out, -webkit-transform .1s ease-out;
    width: 100%;
    z-index: 11;
}
.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_small_back .site-header__shell {
background:#313330;    
    
}

.grey-line-before {position:relative;}
.grey-line-before:before {
    position: absolute;
    top: 50%;
    left: -32px;
    content: '';
    width: 25px;
    height: 43px;
    transform: translateY(-50%);
    background-size: contain;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iNDMiIHZpZXdCb3g9IjAgMCAyNSA0MyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwIDBIMjVMNSA0M0gwTDIwIDBaIiBmaWxsPSIjMkIyRjNGIiBmaWxsLW9wYWNpdHk9IjAuMSIvPgo8L3N2Zz4K);
}








.site-header__phone-block .site-header__status {
    font-size: 14px;
    color: #fff;
    width: auto;
    padding-left: 14px;
    position: relative;
    float: right;
    clear: both;
}

.site-header__phone-block .site-header__status:before {
    width: 7px;
    height: 7px;
    background: #0DB25A;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.site-header--offcanvas-ready.site-header--offcanvas-open .site-header__menu{
	right: 0;
}

.site-header__left{
	display: flex;
	align-items: center;
}

.site-header__logo img{
	height: 60px;
}


    
.site-header__shell.white .site-header__more-phones {
    top: -4px; display:none;
    position: relative;
}
    
.site-header__shell.white .site-header__logo img {height: 40px;}
.site-header__shell.white .site-header__logo-text span {
    display: none;
}
.site-header__shell.white .site-header__button {
    height: 35px;
    font-size: 0.9rem;
}
.site-header__shell.white .site-header__button:hover {border:2px solid #1a7fbe;}

.site-header__logo-text{
	font-weight: 500;
   font-size: 14px;
   line-height: 1.2;
	margin-left: 50px;
	max-width: 300px;
	color:#fff;
}

.site-header__logo-text span{
    
    display: block;
    font-weight: 800;
    font-size: 26px;
}


.site-header__logo-text a{
	color: inherit;
	text-decoration: underline;
}

.site-header__socials{
	display: flex;
	margin-left: 20px;
}

.footer .site-header__socials {

    margin-left: 0;
}

.site-header__socials a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	margin-right: 5px;
	transition: .2s;
}




.site-header__callback-link {
    font-size: 16px;
   color:#fff;font-weight:500;
    border-bottom: 1px dotted;  
    
}
.site-header__contact-text {text-align: right;display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;}
.site-header__button{
	font-size: 16px;
	font-weight: 500;
	line-height: calc(22 / 16);
	height: 45px;
   padding: 5px 20px;
	border: 2px solid #fff;
   margin-right: 30px;
	display: flex;
	align-items: center;
	margin-left: 50px;
	cursor: pointer;
	-webkit-transition: background-color 200ms, -webkit-transform 200ms, -webkit-box-shadow 200ms, border-color 200ms;
	transition: background-color 200ms, transform 200ms, box-shadow 200ms, border-color 200ms;
}

.site-header__button:hover{
	background-color: #1a7fbe;
	color: #fff;	border: 2px solid #1a7fbe;
	-webkit-transform: translateY(-2px);
	        transform: translateY(-2px);
	-webkit-box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
	        box-shadow: 0 10px 22px rgba(0, 0, 0, 0.16);
}

.site-header__right{
	display: flex;
	align-items: center;
}

.site-header__burger{margin-left:20px;
	width: 25px;
	height: 15px;
	cursor: pointer;
}

.site-header__burger-line{
	width: 100%;
	height: 2px;
	background-color: #fff;
	transition: .5s;
}

.site-header__burger-line:nth-child(2){
	margin: 5px 0;
}

.site-header__phone{
	font-size: 20px;
	line-height: calc(24 / 20);
	font-weight: 500;
}
.site-header__phone span {display:block;font-size:12px;margin-bottom:4px;}



.site-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;
	user-select: none;
}

.site-header__contacts-top-left{
	text-align: right;
}

.site-header__contacts-top{
	display: flex;
	align-items: center;
}

.site-header__contacts-top-right{
	font-size: 20px;
	margin-left: 10px;display:none;
}

.site-header__inner{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header__contacts{
	position: relative;
	padding-right: 30px;
}

.site-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;
}

.site-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;
}

.site-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 {
    padding: 15px 0 15px 0;}
    .site-header__phone-value a {
   line-height: 1.2;
    font-size: 20px;}
   .site-header__callback-link {
    font-size: 14px;}
    
.site-header__menu{
	position: fixed;
	z-index: 10000;
	right: -270px;
	top: 0;
background:#0DB25A;
	background-repeat: no-repeat;
	background-size: inherit;
	background-attachment: scroll;
	background-position: 100% 100%;
	height: 100vh;
	width: 270px;
	padding: 24px 25px;
	transition: .5s;
	overflow: auto;
}

.site-header__menu.active{
	right: 0;
}
.site-header__menu-item a{
	font-size: 18px;
	line-height: 1.25;
	color: #fff;
	padding: 9px 14px;
	font-weight: 600;
	display: flex;
	width: 100%;
	border-radius: 8px;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	transition: background-color .2s ease, color .2s ease, transform .2s ease;
	user-select: none;
}

.site-header__menu-item a:hover,
.site-header__menu-item a:focus-visible {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	transform: translateX(2px);
}



.site-header__submenu a{
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	color: #111;
	padding: 10px 12px;
	border-radius: 0;
	margin: 0;
	display: block;
	align-items: center;
	min-height: 40px;
	width: 100%;
	box-sizing: border-box;
}

.site-header__submenu-item {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border-radius: 0;
	background: transparent;
}

.site-header__submenu-item:last-child {
	padding-bottom: 0;
}

.site-header__submenu-link {
	display: block;
	line-height: 1.2;
	width: 100%;
	min-height: 40px;
	padding: 10px 12px;
	border-radius: 0;
	box-sizing: border-box;
}



.site-header__menu-top{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
	align-items:center;
}

.site-header__menu-logo{
	height: 50px;
}

.site-header__menu-close{
	width: 25px;
	height: 25px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
}
.site-header__menu-close {fill: #fff;}
.site-header__menu-item a i{
	font-size: 14px;
	color: #ffffff;
	transition: .5s;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.site-header__submenu {
	padding: 10px 0;
	width: 100%;
	background: #fff;
	box-sizing: border-box;
}
.site-header__submenu-item:hover,
.site-header__submenu-item:focus-within {
	background: rgba(13, 178, 90, 0.12);
}

.site-header__submenu-item:hover > a,
.site-header__submenu-item:focus-within > a {
	color: #0DB25A;
}

.site-header__menu-item a i.rotated{
	transform: rotate(-90deg);
}
}
@media (max-width: 991px) {
   .rating {
    display: none!important;
}
	.site-header__logo-text{
		display: none;
	}
	.site-header__button {
		display: none;
	}
	.site-header__socials {
    margin-right: 30px;
}
}

@media (max-width: 767px) {
    .site-header__shell.white {
    padding: 5px;
}
	.site-header__contacts,.site-header__phone-block{
		display: none;
	}
	.site-header__socials{
		display: none!important;
	}
	.site-header__socials a {
    width: 40px;
    height: 40px;}
	.site-header__button{
		display: none;
	}
	.site-header__menu{
		width: 270px;
		right: -100%;
	}
	
	.site-header__menu {
    background:#0DB25A;
    padding: 24px 20px;

}

.site-header__logo img {
    height: 35px;
}
	
}

.fancybox__content {

    padding: 0;}
    
    
@media (max-width:1299px){
 .site-header__logo img {
    height: 45px;
}   
.site-header__button {
    display: none;}    



    
}
.admin-bar {
  padding-top:32px;
   }
    



    
#menu-glavnoe-menju {padding:0;margin-bottom:0;}
.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%;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%;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%;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%;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%);-moz-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-o-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;-moz-animation:effect-2 2s infinite linear;-ms-animation:effect-2 2s infinite linear;-o-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: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;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:flex;justify-content: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 {
    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: #fff;
    font-weight: 500;
    font-size: 13px;
}

.site-header__phone-value {
    position: relative;
}

.site-header__phone-value a {
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 24px;
    color:#fff;
}

.site-header__menu-close {
    fill: #fff;
}
.header_small_back .site-header__menu {
    position: fixed;
    z-index: 10000;
    right: -270px;
    top: 0;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#282828), to(#4e4e4e));
    background-image: linear-gradient(to top, #282828 0%, #4e4e4e 100%);
    background-repeat: no-repeat;
    background-size: inherit;
    background-attachment: scroll;
    background-position: 100% 100%;
    height: 100%;
    width: 270px;
    padding: 24px 25px;
    transition: .5s;
    overflow: auto;
}

.header_small_back .site-header__menu {
    margin-top: 0;
}


 .header_small_back .site-header__burger, .header_small_back .site-header__menu-close {
    display: block;
}


 .header_small_back .site-header__menu {
 
    height: 100vh;}


.header_small_back .site-header__menu-top {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    align-items: center;
}

.header_small_back .site-header__menu-close {
    width: 25px;
    height: 25px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}
.header_small_back .site-header__menu-item a {
    font-size: 24px;
    line-height: calc(32 / 28);
    color: #fff;
    padding: 10px 0px;
    font-weight: 600;
    display: block;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: .5s;
    user-select: none;
}
.header_small_back .site-header__submenu {
    padding: 10px 0;
}
.header_small_back .site-header__submenu a {
    font-size: 15px;
    line-height: 1;
    font-weight: 400;
    color: #ffffff;
    padding: 10px 12px;
    border-radius: 0;
    margin: 0;
    display: block;
    width: 100%;
    transition: none;
}


   .header_small_back .site-header__phone-value a {
   line-height: 1.2;
    font-size: 20px;}
  .header_small_back  .site-header__callback-link {
    font-size: 14px;}
@media (min-width:992px){
.site-header__menu-bottom {

 margin-top: 10px;
}
    #menu-glavnoe-menju>li>a {

}
   .site-header__menu .site-header__submenu.site-header__submenu--level-0>li {
    padding: 7px 18px;
    line-height: 1.2;
} 
   
    
    .header_small_back .rating {display: none!important;}
    .header_small_back .site-header__logo img {
    height: 30px;
}
.site-header__logo-text {
 
    font-size: 15px;}
    .header_small_back .site-header__logo-text span {

    font-size: 24px;
}
 
 
 .header_small_back .phones__block-work {display: none!important;}
 
 
   .site-header__menu-bottom {
    position: relative!important;
    padding: 15px 0px;


   }

    .site-header__menu-toggle,.site-header__menu-item {cursor:pointer;}
    
    
    
    .site-header__menu a i{
            -webkit-transition: -webkit-transform .2s ease-in-out;
    -ms-transition: -ms-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 12px;margin-left:3px;}
    .site-header__menu a:hover i {
        
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);    
    }
    
    .site-header .site-header__menu a {font-size:15px;color:#fff;font-weight:600; text-transform:uppercase;}
   
.site-header:not(.header_small_back) .site-header__menu-item {position:relative;}
.site-header:not(.header_small_back) .site-header__menu-item--has-sub::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 16px;
    z-index: 1;
}
.site-header:not(.header_small_back) .site-header__submenu {
        display:none!important;
        width: 300px;
        position:absolute;  
        top:100%;
        left:0; 
        background:#fff;
        padding:10px 0; 
        margin-top: 15px;
        border-radius:2px; 
        -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);
        z-index: 5;
    }

    .site-header:not(.header_small_back) .site-header__submenu-item {
        width: 100%;
        display: block;
        margin: 0;
        padding: 0;
        background: transparent;
    }

    .site-header:not(.header_small_back) .site-header__submenu-item > a {
        transition: none;
    }

    .site-header:not(.header_small_back) .site-header__submenu-item:hover,
    .site-header:not(.header_small_back) .site-header__submenu-item:focus-within {
        background: rgba(13, 178, 90, 0.12);
    }

    .site-header:not(.header_small_back) .site-header__submenu-item:hover > a,
    .site-header:not(.header_small_back) .site-header__submenu-item:focus-within > a {
        color: #0DB25A;
    }

    .site-header:not(.header_small_back) #menu-glavnoe-menju>.site-header__menu-item {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;} 
    
    .site-header:not(.header_small_back) .site-header__menu-item:hover .site-header__submenu {
        display:block!important;
        padding: 0;
        
    }
    
    .site-header:not(.header_small_back) .site-header__menu .site-header__submenu  a {
            color: #111;
            text-transform: none;
            font-weight: 400;
            background: transparent;
        }

    .site-header:not(.header_small_back) .site-header__submenu-item {
            background: transparent;
        }

    .site-header:not(.header_small_back) .site-header__menu li:hover> a {
    color: #0DB25A;}
    
    
 .site-header:not(.header_small_back) #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;   
 } 
.site-header__burger,.site-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);
    }
}

@media (max-width:380px){
.site-header__burger {
    margin-left: 15px;

}
    
    
    
}

@media (max-width:767px){
.site-header__phone-value a,.header_small_back .site-header__phone-value a{
    font-size: 16px;
  line-height: 1.2;

}
    
 .site-header__callback-link,.header_small_back  .site-header__callback-link {
    font-size: 12px;
}  
    
}

.vantages-block-item {background:#fff;-webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;border-radius:15px;
    transition: all 0.2s linear; padding:40px 40px 15px 40px;height:100%;
    box-shadow: 0 8px 24px rgb(69, 88, 157, .07);
    margin-bottom: 25px;
    background:#fff url(../bg-cloud.png);
        background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    border-color: transparent;
   
    
    
}
    
.vantages-block-item-title {font-weight:700;font-size:24px;}

#menu-glavnoe-menju>li>a {
    display: flex;
    align-items: center;
}
.site-header__menu .fa-chevron-right {
    margin-left: 10px;
}
.site-header__menu .fa-chevron-right svg {
    width: 12px;
    height: 12px;
}
@media (min-width:992px){
#menu-glavnoe-menju>li:hover a>i svg path {
    fill: #0DB25A;
}}
