.header{
	padding: 15px 0 0 0;
	left: 0;
	top: 0;position: absolute;
	width: 100%;
	z-index: 999;
	transition: all ease .5s;

}

.header-callback {
    width: 100%;
    color: #ef5417;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: end;
}
.right-panel {
    flex: 1;
}
.header-callback img {
    width: 16px;
    margin-right: 8px;
}

.header-callback span {
    border-bottom: 1px dashed #ef5417;
    font-size: 15px;
}

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;
}








.tel-block .status {
    font-size: 14px;
    color: rgba(0,0,0,.6);
    width: auto;
    padding-left: 14px;
    position: relative;
    float: right;
    clear: both;
}

.tel-block .status:before {
    width: 7px;
    height: 7px;
    background: #68b04e;
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -2px;
    border-radius: 50%;
}

.offcanvas-init.offcanvas-active .header-menu{
	right: 0;
}

.header-l{
	display: flex;
	align-items: center;
}

.header-logo img{
	height: 120px;
}


    
.header.white .header-more-phones {
    top: -4px; display:none;
    position: relative;
}
    

.header.white .header-logo-text span {
    display: none;
}

.header-logo-text{
	font-weight: 500;
   font-size: 14px;
   line-height: 1.2;
	margin-left: 50px;
	max-width: 300px;
	color:#111;
}

.header-logo-text span{
    
    display: block;
    font-weight: 800;
    font-size: 26px;
}


.header-logo-text a{
	color: inherit;
	text-decoration: underline;
}
.text1 {text-align: right;display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;}

.header-r{
	display: flex;
	align-items: center;
}

.header-burger{margin-left:20px;
	width: 25px;
	height: 15px;
	cursor: pointer;
}

.header-burger-line{
	width: 100%;
	height: 2px;
	background-color: #111;
	transition: .5s;
}

.header-burger-line:nth-child(2){
	margin: 5px 0;
}



.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;
}

.header-inner{
	display: flex;
	align-items: center;
	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: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: 80px;
}}

   .header-logo img {
    height: 80px;
}
    .header {
    padding: 10px 0 10px 0;}
    .mainphone a {
   line-height: 1.2;
    font-size: 20px;}
    
.header-menu{
	position: fixed;
	z-index: 10000;
	right: -270px;
	top: 0;
background:#68b04e;
	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;
}

.header-menu.active{
	right: 0;
}
.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-menu-item a:hover{
	color: #fff;
}

.header-menu-item-sub a{
	font-size: 15px;
	line-height: 1;
	font-weight: 400;
	color: #ffffff;
	padding: 7px 0;
}



.header-menu-top{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
	align-items:center;
}

.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-menu-close {fill: #fff;}
.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);
}
.header-menu-item-sub {padding-left:10px;}
.header-menu-item a i.rotated{
	transform: rotate(-90deg);
}

@media (max-width: 991px) {
	.header-logo-text{
		display: none;
	}
}

@media (max-width: 767px) {
    .header-logo img {
    height: 50px;
}
    .header.white {
    padding: 5px;
}
	.header-contacts{
		display: none;
	}
	.header-menu{
		width: 270px;
		right: -100%;
	}
	
	.header-menu {
    background:#68b04e;
    padding: 24px 20px;

}


	
}

.fancybox__content {

    padding: 0;}
    



    
#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-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}

.mainphone {
    position: relative;
}

.mainphone a {
    display: block;
    font-size: 22px;
    font-weight: 800;
    line-height: 24px;
    color:#111;
}

.header-menu-close {
    fill: #fff;
}
@media (min-width:100800px){
.header-menu-bottom {
box-shadow: 0 8px 24px rgb(69, 88, 157, .07);
    margin-top: 20px;

    background: #fff;
    border-radius: 5px;
}
    #menu-glavnoe-menju>li>a {

}

.header-logo-text {
 
    font-size: 15px;}
 
 
   .header-menu-bottom {
    position: relative!important;
    padding: 15px 30px;


   }

    .toggle-menu-item,.header-menu-item {cursor:pointer;}
    
    
    
    .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;}
    .header-menu a:hover i {
        
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);    
    }
    
    .header-wrapper .header-menu a {font-size:15px;color:#111;font-weight:600; text-transform:uppercase;}
   
    .header-wrapper:not(.header_small_back) .header-menu-item {position:relative;}
    .header-wrapper:not(.header_small_back) .header-menu-item-sub {display:none!important;width: 300px;
        
    position:absolute;  top:100%;left:0; background:#fff;padding:15px 20px; border-radius:7px; 
         -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);
    }

    .header-wrapper:not(.header_small_back) #menu-glavnoe-menju>.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;} 
    
    .header-wrapper:not(.header_small_back) .header-menu-item:hover .header-menu-item-sub {display:block!important;
       -webkit-animation: spFadeInUp 400ms ease-in;
    animation: spFadeInUp 400ms ease-in; 
        
        
    }
    
    .header-wrapper:not(.header_small_back) .header-menu .header-menu-item-sub  a {
            color: #111;
            text-transform: none;
            font-weight: 400;
        }
    
    .header-wrapper:not(.header_small_back) .header-menu li:hover> a {
    color: #68b04e;}
    
    
 .header-wrapper: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;   
 } 
.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);
    }
}

@media (max-width:380px){
.header-burger {
    margin-left: 15px;

}
    
    
    
}

@media (max-width:767px){
.mainphone a{
    font-size: 16px;
  line-height: 1.2;

}  
    
}


@media (min-width:992px) and (max-width: 1399px){
.header-logo img {
    height: 100px;
}}



@media (min-width:11992px){
 .header-menu li:hover a i {
        
     -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);    
    }
}


#menu-glavnoe-menju>li>a {
    display: flex;
    align-items: center;
}
#menu-glavnoe-menju>li:hover a>i svg path {fill:#46A05D;}


    
   .header-menu li a>i svg path {fill:#ffffff;} 
    #menu-glavnoe-menju>li:hover a>i svg path {fill:#ffffff;}
