@media(max-width:1250px){
    .footer-inner-wrap > div{
    width: 50%;
    max-width:50%;
    padding-top:30px;
    padding-bottom: 30px;
    }

    .footer-contacts-block{
    border-right: 0;
    }
    .footer-social-block{
        border-left: 1px solid #3e3631;
    }
    .footer-menu-block{
    border-right:unset;
    }
    .news-blocks-wrap{
    justify-content: space-between;
    }

    .slider-news .slick-prev {
    left: -10px;
}
    .slider-news{
    padding:0 50px;
    }
    .slider-news .slick-next {
    right: -10px;
}
    .news-blocks-wrap .news-block{
    width:calc(50% - 20px);
    margin-right:unset;
    }
    .news-blocks-wrap .news-block-img-wrap{
    margin: auto;
    }
    .news-blocks-wrap .news-block-img-wrap{
    max-width:100%;
    }
.separate-countup {
    margin-top: 20px;
    width: calc((100% - 560px)/5);
    height: 50px;
    justify-content: center;
    align-items: center;
    background: url(../img/arrowBlocks.png) no-repeat;
    background-position: center 24px;
    overflow: hidden;
}
    
    .why-we .separate-countup{
        width: calc((100% - 650px)/5);
    }
    .separate-countup .symbol {
    width: 17px;
    min-height: 28px;
    margin-bottom: -23px;
    margin-left: 12px;
    margin-right: 12px;
    background:unset;
}
.container-d{
    padding: 0 20px;
}
    .top-info-inner-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 12px;
    padding-bottom: 12px;
    height: auto;
}
    .nav ul li{
        
    }
    
    header .address{
    margin-right:unset;
    }
    header .info, .social-wrap, header .address{
    margin-right:unset !important;    
    }
    header .address,.header .info{
    padding-left: 10px;
    padding-right: 10px;
    }
    .social-wrap{
    padding-right:10px;
    }
    .bottom-info-inner-wrap{
    height: auto;
    }
    .bottom-info-inner-wrap{
    flex-wrap: wrap;
    height: auto;
    justify-content: center;
    }
    .bottom-info-inner-wrap >*{
    margin-top: 10px;
    margin-bottom: 10px;
    }
    .time-wrap, .phones-wrap{
     order:1;   
    }
    .save-self{
    width: calc(100% - 150px - 314px);
    justify-content: center;
    padding-right: 10px;
    padding-left: 10px;
    
    }
    

    
 }

@media(max-width:1200px){
    .main-services-inner-wrap{
    flex-direction:column;
    }
    .main-services-inner-wrap .services-left-block{
    margin-bottom: 40px;
    }
    .main-services-inner-wrap{
    padding-top: 120px;
    }
    .main-services-inner-wrap .services-left-block{
    align-items: center;
    text-align: center;
    }
}


@media(max-width:1050px){
    .bottom-info-inner-wrap .logo{
    margin-left:auto;
    }
    .save-self{
    margin: auto;
    border-right: 0;
    text-align: center;
    }
    .mob-menu-wrap{
display: flex;
align-items:flex-start;
justify-content: center;
align-items: center;
        } 
    
    
    .burger {
    display: block;
    /* border: 2px solid #34c894; */
    padding: 2px 0;
    display: flex;
 
    width: 25px;
    height: 27px;
    /* margin-top: -3px; */
    cursor: pointer;
 
}
    
    .menu-text{
    font-size: 30px;
    text-transform: uppercase;
    font-family: Arial;
    font-weight: 300;
    line-height:unset;
    vertical-align: middle;
    padding-top: 0px;
    margin-left: 10px;
    color: #34c894;
    order: 1;
    margin-top: 0px;
    display: flex;
    align-items: center;
    
    }
    .menu-wrap a:before{
    display: none !important;
    }
    
    .menu-wrap{
        padding: 10px 0;
    }
    .mobile_nav_btn {
    width: 23px;
    display: block;
    
}
    .mobile_nav_btn:before{
    display: none !important;
    }
    
    .mobile_nav_btn span {
    background: #34c894;
    height: 2px;
    display: block;
}
    .nav.show .menu-blush{
        transition: opacity .4s;
    transition-delay: .1s;
    opacity: 1;
    padding: 0 10px;
    display: block;
    }
    .menu-blush{
        content: " ";
    display: none;
    position: fixed;
    background: #537a6d42 !important;
    width: 100vw;
    height: 100vh;
    top: 0!important;
    left: 0;
    transition: opacity 0s;
    opacity: 0;
    z-index: -1;
    }
    
    
    .mobile_nav_btn span + span {
    margin-top: 7px;
}
    .nav{
        display: flex;
    position: fixed;
    top: 0!important;
    height: 100vh!important;
    min-width: 50vw;
    background: #fff;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    -moz-transition: left .5s;
    transition: left .5s;
    -webkit-box-shadow: -1px 0 9px 4px #000;
    -moz-box-shadow: -1px 0 9px 4px #000;
    box-shadow: -1px 0 9px 4px #000;
    left: -100%;
    width: auto;
    
    }
      .nav.show{
        -webkit-transition: left .5s;
    -o-transition: left .5s;
    -moz-transition: left .5s;
    transition: left .5s;
    left: 0;
    top: 0!important;
    z-index: 99999;
    }
    .nav ul:before {
    content: " ";
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: #fff;
    z-index: 0;
}
    .nav ul{
    flex-direction: column;
    padding: 10px 10px;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    }
    .menu-wrap a{
    color:#000000;  
    vertical-align: middle;
    line-height: unset;
    }
    .nav ul li:not(:last-child) {
    border-bottom: 1px dotted rgba(0,0,0,.1);
}
    .nav ul li{
        min-height: auto;
    padding: 10px 0;
    display: flex;
    align-items: center;
    height: auto;
    min-height: max-content;
        z-index: 9;
        height: auto;
    line-height: 30px;
    padding-left: 15px;
    position: relative;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    }
    
    
    header .info, header .address{
    width:50%;
    order: 1;
    text-align: center;
    justify-content: center;
        padding-top:5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right:10px;
    align-items: flex-start;
    }
    .social-wrap, .language{
    width:50%;
    justify-content: center;
    padding-top:5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    }
}





@media(max-width:1000px){
    .slide-news.slick-current.slick-active{
    border-right:0;
    }
    .slide-news.slick-current.slick-active, .slide-news{
    padding-left:0;
    padding-right: 0;
    }
    .slide-news{
    justify-content: center;
    }
}

@media(max-width:950px){
        
    .content-area.main-services .main-services-inner-wrap .services-right-block{
    width: 530px;    
    }
    .content-area.main-services .main-services-inner-wrap .services-right-block .services-block:nth-child(3n){
    margin-right:10px;
    }
        .content-area.main-services .main-services-inner-wrap .services-right-block .services-block:nth-child(2n){
    margin-right:0px;
    }
    .modal{
    width:calc(100vw - 40px);
    margin: auto;
    left:20px;   
    }
   /* 
    .price .inner-magic .magic .magic-little{
        width: 388vw;
    left: calc(50% - 194vw);
    }
    .price .inner-magic .magic {
    width: 450%;
    left: -175%;
    }
    */
    .why-we .separate-countup{
        width: calc((100% - 470px)/4);
    }
    .formMain .form-inner-wrap:after{
        position: static;
        margin: auto;
        margin-top: 40px;
        max-width:100%;
    }
    
.price .price-block {
    width: calc(50% - 28.6666px);
    margin-right:unset;
}
    .price .price-inner-wrap{
    justify-content: space-between;
    }
    .price .price-block:nth-child(3n){
    margin-right:unset;
    }    
    .price .price-block:nth-child(2n){
    
    }
    .formMain .form-inner-wrap{
    text-align: center;
    padding-bottom: 0;
    
    }
    
    .form-inner-wrap form{
    align-items: center;
    
    }
    .aboutUs #countup{
    flex-wrap: wrap;
    }
    #countup .separate-countup.separate-countup-3{
     display: none;
    }
    
    #countup .separate-countup{
   width: calc((100% - 420px)/2);
    }
    #countup .part{
        margin-top: 70px;
    }
    .aboutUs #countup{
        align-items: center;

    }
    .why-we .separate-countup.separate-countup-4, .why-we .separate-countup.separate-countup-8{
    display: none;
    }
       .why-we .separate-countup.separate-countup-5{
    display:flex;
    } 
}

@media(max-width:800px){
.why-we .separate-countup {
    width: calc((100% - 420px)/2);
}
    .why-we .separate-countup.separate-countup-3, .why-we .separate-countup.separate-countup-6, .why-we .separate-countup.separate-countup-9{
    display: none;
    }
    .why-we .separate-countup.separate-countup-4, .why-we .separate-countup.separate-countup-8 {
    display: flex;
}
    header .info, header .address{
    order: 3;
    width: 100%;
    }
    .social-wrap{
    justify-content: flex-end;
    padding-right: 20px;
    }
    .language{
    justify-content: flex-start;
    padding-left: 20px;
    }
    header .info, header .address,.social-wrap, .language{
         padding-top:7px;
    padding-bottom: 7px;   
    }
}


@media(max-width:650px){
    header .info, header .address{
    padding-left: 0;
    padding-right: 0;
    }
    .contacts-wrap-page .contacts-last-wrap{
    flex-direction: column;
    align-items: center;
    }
    .contacts-wrap-page .contacts-last-wrap .skype,.contacts-wrap-page .contacts-last-wrap .phone-wrap{
    margin-right: 0;
    margin-bottom: 20px;
    }
        .contacts-wrap-page .social-wrap{
    padding-bottom: 0;
    }
    .contacts-wrap-page .contacts-all-wrap {
    padding: 25px 0;
}
    .contacts-wrap-page .social-wrap {
    margin-top: 20px;
    margin-bottom: 0px;
}
    
    header .address br{
    display: block;
    }
    .main-services-inner-wrap .services-right-block .services-text{
    padding-left: 3px;
    padding-right: 3px;
    }
        .content-area.main-services .main-services-inner-wrap .services-right-block{
    width: 100%;    
    }
    .content-area.main-services .main-services-inner-wrap .services-right-block .services-block:nth-child(3n){
    margin-right:0px;
    }
        .content-area.main-services .main-services-inner-wrap .services-right-block .services-block:nth-child(2n){
    margin-right:0px;
    }
    .content-area.container-d .strong-form-inner{
    padding-left: 0;
    padding-right: 0;
    }
    .strong-form.special-form-d{
    width: 100%;
    }
    .price .price-block{
    width: 100%;
    }
    /*
        .aboutUs .inner-magic .magic{
    width: 650vw;
    left: -276vw;
    height: calc(100% - 25px);
    }
.aboutUs .inner-magic .magic .magic-little {
    width: 465vw;
    left: calc(50% - 232vw);
}
    */
    .modal{
        top: 40%;
    }
    .footer .footer-text{
        
    max-width:100%;
    padding:0 10px;
    }
    .footer-text-inner-info{
    align-items: center;
    text-align: center;
    }
    .contacts-all-wrap{
         display: flex;
    flex-direction: column;
    align-items: center;   
    }
    .contacts-last-wrap {
    display: flex;
    flex-direction: column;
    align-items:center;
    width: auto;
}
    .price .price-block .price-list{
    display: block;
    width: 100%;
    }
    .footer-inner-wrap > div{
        width:100%;
    max-width:100%;
    border-right: 0;
    border-left: 0;
    }
    .footer-inner-wrap .footer-menu-block{
        border-right: 1px solid #3e3631;
    }
    .footer-inner-wrap .footer-menu-block, .footer-inner-wrap .footer-contacts-block{
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    }
    .formMain input:not(.button-send){
    width:100%;
    }
    .formMain .form-inner-wrap:after{
    max-width: 100%;
    background-size: 100%;
    background-position:bottom;
    background-repeat: no-repeat;
    }
        .news-blocks-wrap .news-block{
    width:calc(100% - 20px);
    margin-right:unset;
    }
    .nav{
        min-width: 70vw;
    }
    #countup .separate-countup {
    width: calc((100% - 320px));
}
    .aboutUs #countup{
    margin-top:0;
    }
    .why-we .separate-countup {
    width: calc((100% - 320px));
}
    .why-we .separate-countup.separate-countup-2{
    display: none;
    }
    .why-we .separate-countup.separate-countup-3, .why-we .separate-countup.separate-countup-9{
    display: flex;
    }
    .why-we .separate-countup.separate-countup-4{
    display: none;
    }
    .why-we .separate-countup.separate-countup-8{
    display: none;
    }
    
    
    
    #countup .separate-countup.separate-countup-2, #countup .separate-countup.separate-countup-4{
    display: none;
    }
    #countup .separate-countup.separate-countup-3{
    display: flex;
    }
   .bottom-info-inner-wrap .logo{
    width: calc(147px);
    margin-left:calc(50% - 73.5px);
    margin-right:calc(50% - 73.5px);    
    }
    .main-services-inner-wrap .services-right-block{
    justify-content: space-between;
    width:100%;
    
    }
    .main-services-inner-wrap .services_title-big{
         font-size: 27.65px;
        
    }
    .main-services-inner-wrap .services_title-little {
    font-size: 26.65px;
    font-family: 'Roboto';
    font-weight: 300;
    line-height: 32.82px;
    margin-top: 10px;
}
    .main-services-inner-wrap .services_link {
    font-size: 21px;
    font-style: italic;
    max-width: 100%;
  
    height: 59px;
    width: 280px;
    background: #34c894;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 21px;
}
    .main-services-inner-wrap .services-right-block .services-block{
    width:calc(50% - 5px);
    height: 145px;
    margin-right:unset !important;
    }
    
    
.time-wrap, .phones-wrap{
     order: 3;   
}
    .phones-wrap{
        padding-left: 47px;
    }
    .phones-wrap:before{
    left: 5px;
    }
    .time-wrap{
    margin-right: 0;
    }
    .modal-consultation{
    margin-left: 16px;
    }
    .save-self{
    height: 53px;
    width: auto;
    }
}

@media(max-width:550px){

.footer-inner-wrap .footer-menu-block, .footer-inner-wrap .footer-contacts-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
border-right: 0;
}
    .footer-menu-list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content:flex-start;
    }
    .footer-menu-list li{
    width:calc(33% - 30px);
    text-align: center;
    margin-right: 30px;
    
    }
    .footer-menu-list li:nth-child(3n){
       margin-right: 0; 
    }
    .pre-footer-inner-wrap .pre-footer-address{
    text-align: center;
        display: flex;
    flex-wrap: wrap;
    justify-content: center;
        font-size: 20px;
    }
    .pre-footer-inner-wrap .pre-footer-address span{
    margin-left: 3px;
    }
    
    .slide-news{
    flex-direction: column;
    align-items: center;
    text-align:center;
    }
    .slide-news .news-slide-date{
    justify-content: center;
    }
    .slide-news .news-info{
    align-items: center;
    }
    .slide-news .news-wrap-img{
    margin-bottom: 15px;
    }
    header .info, header .address{
    text-align: center;
    
    }
    header .address:before{
    min-width: 16px;
    }
    header .info:before{
    min-width: 17px;    
    }
    .modal-consultation{
    width: calc(250px);
    margin-left: calc(50% - 125px);
     margin-right: calc(50% - 125px);    
    }
    .save-self{
    border-right: 0;
    margin-top: 15px;
    height: auto;
    }
    .phones-wrap{
    padding-right: 10px;
    }
    .time-wrap{
    padding-left: 50px;
    }
    .time-wrap:before{
    left: 8px;
    }
    .phones-wrap{
    border-right:0;
    }
}
@media(max-width:450px){
    header .info span{
    max-width: 240px !important; 
    } 
    .slick-slide img{
            display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    }
    
    
    .footer-menu-list li{
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    justify-content: center;
    }


}
@media(max-width:426px){
    
    #countup .part{
    width:100%;
    }
    
    
 /*   
         .price .inner-magic .magic .magic-little{
        width: 688vw;
    left: calc(50% - 344vw);
    }
    .price .inner-magic .magic {
    width: 750%;
    left: -325%;
    }   
    */
    
.slider-news {
    padding: 0 35px;
}
    
    /*
            .aboutUs .inner-magic .magic{
    width: 1450vw;
    left: -676vw;
    height: calc(100% - 25px);
    }
    .aboutUs .inner-magic .magic .magic-little{
        
    width: 1265vw;
    left: calc(50% - 631vw);
        border-radius: 50%;
        top:1px;
        height: calc(100% - 3px);
    }
*/
    
.separate-countup{
display:none !important;

}
    .why-we{
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    }
    .icon-block{
    width:100%; 
    margin: 30px 0;
    max-width: unset;
    }
    
        .icon-block img{
    max-width:100%;   

    height:auto;
    }
    .why-text span{
    position: unset;
    width:100%;
    padding:0 10px;
    }
    .why-text span br{
    display: none;
    }
    .author-block .author-name{
    flex-direction: column;
    padding-right: 0;
    }
    .author-block .author-name span{
    margin-left: 0;
    margin-top: 30px;
    }
    .author-block{
    padding-top: 65px;
    }
    .author-block:before{
    top: 30px;
    }
    .aboutUs #countup{
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
    margin-bottom:30px;
    }
    .aboutUs #countup .progress-info span{
    position: static;
    }
    #countup .part{
    margin-bottom: 30px;
    }
    #countup .part>div:first-child, #countup .part{
    width: 100%;
    max-width:unset;
    }
    #countup .part>div:first-child{
    width: 150px;    
    }
    #countup .part canvas{
    width: 150px !important; 
    height: 150px !important; 
    }
    .aboutUs #countup .progress-info{
    font-size:23px;
    padding-top: 30px;
    }
    #countup .part{
    margin-bottom: 50px;
    }
    .aboutUs #countup .progress-info span{
    width: 100%;
    }
    

    #countup .part{
margin-top: 0;
    }
.time-wrap:before{
left: 5px;
}
    .main-services-inner-wrap .services-right-block .services-text{
    font-size: 15px;
    }
}
