@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}

p{
    color: rgba(74, 83, 96, 1);

}

a{
    color: rgba(74, 83, 96, 1) !important;
}
.breadcrumb-item.active {
    color: rgba(194, 116, 59, 1);
}

.breadcrumb {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    overflow-x: auto;
    white-space: nowrap;
}


.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.modal-box {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.3);
    max-width: 500px;
    text-align: center;
}

.modal-text {
    color: #000;
    font-size: 1.1rem;
}


section h3{
    font-size: 25px !important;
}

.main{
    margin: 0 12.5%;
}

.red-border.error{
    border: 1px solid #ED3237;
}
.page{
    opacity: 0;
}

.partners-static-block{
    width: 100%;
    /*height: 140px;*/
}

.content {
    width: 100%;
    height: 100vh;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}
.content .loading {
    width: 80px;
    height: 50px;
    position: relative;
}
.content .loading p {
    top: 0;
    padding: 0;
    margin: 0;
    color: rgba(194, 116, 59, 1);
    animation: text 3.5s ease both infinite;
    font-size: 12px;
    letter-spacing: 1px;
}
@keyframes text {
    0% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }
    40% {
        letter-spacing: 2px;
        transform: translateX(26px);
    }
    80% {
        letter-spacing: 1px;
        transform: translateX(32px);
    }
    90% {
        letter-spacing: 2px;
        transform: translateX(0px);
    }
    100% {
        letter-spacing: 1px;
        transform: translateX(0px);
    }
}
.content .loading span {
    background-color: rgba(194, 116, 59, 1);
    border-radius: 50px;
    display: block;
    height: 16px;
    width: 16px;
    bottom: 0;
    position: absolute;
    transform: translateX(64px);
    animation: loading 3.5s ease both infinite;
}
.content .loading span:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(194, 116, 59, 1);
    border-radius: inherit;
    animation: loading2 3.5s ease both infinite;
}
@keyframes loading {
    0% {
        width: 16px;
        transform: translateX(0px);
    }
    40% {
        width: 100%;
        transform: translateX(0px);
    }
    80% {
        width: 16px;
        transform: translateX(64px);
    }
    90% {
        width: 100%;
        transform: translateX(0px);
    }
    100% {
        width: 16px;
        transform: translateX(0px);
    }
}
@keyframes loading2 {
    0% {
        transform: translateX(0px);
        width: 16px;
    }
    40% {
        transform: translateX(0%);
        width: 80%;
    }
    80% {
        width: 100%;
        transform: translateX(0px);
    }
    90% {
        width: 80%;
        transform: translateX(15px);
    }
    100% {
        transform: translateX(0px);
        width: 16px;
    }
}

.zoom{
    width: 95%;
    transition: width 0.4s linear;
}
.zoom:hover{
    width: 110%;
}

.news-image-block{
    width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-image{
    width: 100%;
    transition: width 0.3s ease-out;
}
.news-block div:hover .news-image{
    width: 100%;
}

.fixed-header{
    position: fixed;
    width: 100%;
    z-index: 2002;
    background-color: white;
    top: 0;
}

.block-height{
    height: 62px;
}

.switcher{
    width: 40px;
    box-shadow: 0 4px 12px #00000029;
    position: absolute;
    z-index: 15;
    background-color: white;
    right: 0;
    top: 50px;
}
.switcher div{
    padding: 8px;
    cursor: pointer;
}
.switcher div.active{
    display: none !important;
}
.switcher-content{
    margin-right: 2px;
    font-size: 14px;
}
.dashed-border{
    border-bottom: 1px dashed #AFAFAF;
}

.header_phone a{
    height: 45px;
}
.header-distance{
    /*margin-top: 17px;*/
}
.header_phone{
    margin-top: 25px;
}
.header_phone_icon{
    margin-bottom: 25px;
}
.static-icon-size{
    height: 35px;
    width: 35px;
}
.text-properties span{
    /*font-size: 12px;*/
    text-align: end;
}
.text-properties span:first-child{
    color: rgba(194, 116, 59, 1);
    font-weight: 700;
}
.text-properties span:last-child{
    color: black;
    font-weight: 400;
}
.text-properties{
    margin-left: 5px;
}
.distance{
    margin-left: 30px;
}
.mob-header{
    display: none;
}

.line{
    background-color: #EEEEEE;
    height: 1px;
}
.menu{
    padding: 0;
    margin-bottom: 0;
}
.menu li{
    list-style: none;
    margin-right: 20px;
}
.menu li a{
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: black !important;
}
.menu li a:hover{
    color: rgba(194, 116, 59, 1)!important;
}
.menu li a:active{
    color: rgba(194, 116, 59, 1);
}
.menu li a:focus{
    color: rgba(194, 116, 59, 1);
}
.mail-block{
    margin-left: 24px;
}

.mob-lang{
    display: none;
}

.contacts-btn{
    width: 150px;
    height: 40px;
    outline: none;
    color: #fff;
    background: rgba(194, 116, 59, 1);
    border: 1px solid rgba(194, 116, 59, 1);
    font-size: 14px;
    margin-right: 2px;
    transition: color 0.5s ease-out, background-color 0.5s ease-out;
}

.contacts-btn:hover{
    color: white;
    background-color: rgba(194, 116, 59, 1);
}
.contacts-btn:active{
    color: white;
    background-color: rgba(194, 116, 59, 1);
}
.contacts-btn:focus{
    color: white;
    background-color: rgba(194, 116, 59, 1);
}
.language-btn{
    width: 40px;
    height: 40px;
    background-color: rgba(194, 116, 59, 1);
    outline: none;
    color: white;
    border: 0;
    font-size: 14px;
    transition: background-color 0.3s linear;
}
.language-btn:active{
    background-color: rgba(194, 116, 59, 1);
}

.partners-title {
    text-align: center;
    margin-top: 10px;
    color: #3E2300;
}
.menu-p{
    padding: 10px 0;
}
.slider{
    position: relative;
    height: fit-content;
    cursor: pointer;
}
.slide{
    width: 100%;
    height: auto;
}
.absolute-block{
    position: absolute;
    top: 35%;
    left: 80px;
    /*margin-left: 180px;*/
    z-index: 10;
}
.title{
    font-size: 68px;
    color: white;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
}
.more-btn{
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    width: 150px;
    height: 40px;
    outline: none;
    font-size: 14px;
    transition: color 0.5s ease-out, background-color 0.5s ease-out;
}
.more-btn:hover{
    color: white;
    background-color: rgba(194, 116, 59, 1);
}
.more-btn:active{
    color: white;
    background-color:rgba(194, 116, 59, 1);
}
.more-btn:focus{
    color: white;
    background-color: rgba(194, 116, 59, 1);
}
.description{
    font-weight: 500;
    font-size: 16px;
    color: white;
    margin: 10px 0 30px;
    width: 80%;
}

.owl-dots button{
    color: white;
    width: 46px;
    height: 46px;
    margin-bottom: 8px;
    cursor: pointer;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-dot.active{
    border: 1px solid #BCBFC4 !important;
}
.owl-dots button span{
    font-weight: 500;
    font-size: 20px;
    outline: none;
    border: 0;
    background: transparent;
    color: white;
}
.owl-dots{
    top: 42%;
    left: 100px;
    display: flex;
    flex-direction: column;
    position: absolute;
}

.about-block{
    margin: 350px auto 80px !important;
}

/*.about-block .main-title{*/
/*    text-decoration: underline solid 1px rgba(0, 126, 222, 1);*/
/*    text-underline-offset: 10px;*/
/*    margin-bottom: 39px;*/
/*}*/


.about-block div{
    width: calc(100% / 1 - 20px);
}
.about-title{
    font-size: 61px;
    font-weight: 700;
    color: rgba(194, 116, 59, 1);
    text-transform: uppercase;
}
.main-title{
    font-weight: 700;
    color: black !important;
    margin: 0;
    width: fit-content;
}
.main-title::after{
    width: 115%;
    content: '';
    background: rgba(194, 116, 59, 1);
    height: 2px;
    display: block;
    margin-top: 15px;
    display: none;
}

.aboutUs-main .advantages-block{
    position: unset !important;
}

.advantages-block{
    position: absolute;
    bottom: -380px;
    left: 0;
    right: 0;
    margin: auto;

}
.about-btn{
    font-size: 15px;
    color:  rgba(194, 116, 59, 1);
    border: 1px solid  rgba(194, 116, 59, 1);
    background-color: white;
    outline: none;
    width: 157px;
    height: 48px;
    margin-top: 20px;
    transition: color 0.5s ease-out, background-color 0.5s ease-out;
}
.about-btn:hover{
    background-color: rgba(194, 116, 59, 1);
    color: white;
}
.about-btn:active{
    background-color: rgba(194, 116, 59, 1);
    color: white;
}
.about-btn:focus{
    background-color: rgba(194, 116, 59, 1);
    color: white;
}

.service-item-img{
    height: 320px;
}
.service-item-img img{
    height: 100%;
}

.service-icon{
    background: #fff;
    border-radius: 50%;
    position: absolute;
    margin-top: -65px;
    margin-left: 10px;
    border-radius: 50%;
    padding: 20px;
    box-shadow: 0px 4px 12px 0px rgba(86, 86, 86, 0.16);

}

.service-ditail-foto{
    max-width: 660px;
    float: left;
    position: relative;
    padding: 0 39px 32px 0;

}

.service-short-text{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 10px !important;
}

.service-icon img{
    border-radius: 50%;
    width: 54px;
    height: 54px;
}

.services-block{
    margin-top: 100px;
    clear: both;
}

.services .main-title{
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 64px;
}

.service-title{
    font-size: 25px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 60px;
    color: rgba(194, 116, 59, 1); !important;
    margin-top: 20px;
}

.service-text{
    margin-top: 15px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
    display: -webkit-box;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.activity-block{
    display: flex;
    margin: 71px -21px 100px;
}

.activity-item{
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 45px;
}

.activity-item .service-text{
    height: 50px;
}

.activity-item a{
    display: block;
    text-decoration: none;
    width: 100%;
    /*box-shadow: 0px 4px 12px 0px rgba(86, 86, 86, 0.16);*/
    /*padding: 37px 22px 51px 25px;*/

}

.info-page-item img{
    max-width: 660px;
    float: left;
    padding: 0 30px 20px 0;
}
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap');
*{
    padding: 0;
    margin: 0;
    font-family: 'Roboto', sans-serif !important;
}
.gallery-content{
    font-size: 18px;
    line-height: 33px;
    margin-top: 30px;
    margin-bottom: 40px;
    color: #6A6A6A;
    font-weight: 400;
}
.gallery{
    margin-top: 120px;
    margin-bottom: 15px;
}

.gallery-block{
    display: flex;
    flex-wrap: wrap;
    clear: both;
}

.gallery-item{
    width: 16.6% !important;
}

.gallery-item a{
    display: block;
    width: 100% !important;
    padding: 5px;
}
@media only screen and (max-width: 1200px) {
    .gallery-content{
        font-size: 17px;
        line-height: 24px;
    }
    .gallery{
        margin-top: 50px;
        margin-bottom: 0;
    }
    .gallery-item{
        width: 20% !important;
    }
    .tab-pane iframe {
        width: 20% !important;
    }
    .mob-lang{
        display: flex;
    }
    .mob-lang .language-btn {
        width: 48px;
        height: 48px;
        margin-right: 10px;
    }

}
@media only screen and (max-width: 740px) {
    .gallery-content{
        font-size: 16px;
        line-height: 24px;
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .gallery{
        margin-top: 30px;
        margin-bottom: 0;
    }
    .gallery-item{
        width: 25% !important;
    }
    .tab-pane iframe{
        width: 25% !important;
    }
}




.activti-icon{
    background: #fff;
    width: 140px;
    height: 140px;
    border-radius: 50%;
    padding: 25px;
    position: absolute;
    margin: -160px 0 39px 12px;
    box-shadow: 0px 4px 12px 0px rgba(86, 86, 86, 0.16);

}
.truck{
    position: absolute;
    right: 0;
    z-index: -1;
    top: 120px;
}

.characteristic-block{
    margin-bottom: 85px;
}

.characteristic-block div{
    width: calc(100% / 5 - 20px);
    color: rgba(194, 116, 59, 1);
    box-shadow: 0px 4px 12px 0px rgba(86, 86, 86, 0.16);
    border-radius: 10px;
    padding: 20px 15px;
    background: #fff;
    z-index: 1;

}
.top-distance{
    margin-top: 150px;
}
.characteristic-bold-text{
    font-size: 63px;
    font-weight: 700;
    margin: 5px 0 15px;
    /*color: #fff;*/
}
.characteristic-regular-text{
    font-size: 16px;
    text-align: center;
    color: #000;
}
.services-block a{
    width: calc(100% / 3 - 12px);
    margin-bottom: 35px;
    cursor: pointer;
    transition: background-color 0.5s ease-out;
}

.icon{
    width: 88px;
    height: 88px;
    background: #fff;
}

.activity-section{
    margin: 53px 0 106px;
}

.completed-section{
    margin-top: 53px !important;
}
.completed-item-img{
  height: auto;
}
.regular-text{
    font-size: 16px;
    font-weight: 400;
    color: #585B68;
}
.trucks-img-description{
    position: absolute;
    top: 30%;
    left: 15%;
    right: 15%;
    max-width: 830px;
    text-align: center;
    margin: 0 auto;
    /*width: 100%;*/
    font-weight: 700;
    font-size: 45px;
    color: white;
}
.block-distance{
    margin-top: 50px !important;
}

.partners-block{
    margin: 105px 0 111px ;
}

.partners-block div{
    width: calc(100% / 5);
    padding: 17px 27px;
    border-right: 1px solid rgba(112, 112, 112, 1);
    margin-bottom: 31px;
}
.news-block div{
    width: calc(100% / 3 - 12px);
    cursor: pointer;
}
.news-block{
    margin-bottom: 50px;
}
.regular-black-text{
    font-size: 17px;
    font-weight: 400;
    color: #171717;
    margin: 10px 0;
}
.medium-black-text{
    font-size: 18px;
    font-weight: 600;
    color: rgba(34, 40, 49, 1);
    height: 60px;
    overflow: hidden;
}
.regular-gray-text{
    font-size: 16px;
    font-weight: 500;
    color: #767676;
    margin-bottom: 0;
    height: 95px;
    overflow: hidden;
}

footer{
    padding-top: 85px;
    background-color: #fff;
    clear: both;
}
.footer-block{
    margin-top: 55px;
    background-color:  rgba(143, 81, 35, 1);

}
.footer-block div{
    padding: 25px 30px 20px;
}
.footer-block div p{
    color: #fff;
    font-size: 16px;
    margin-bottom: 0;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

.link-astudio{
    transition: .5s;
}

.link-astudio:hover{
    border-bottom: 1px solid white;
}

.social-media a{
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-title{
    /*color: white;*/
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 30px;
}
.footer-list-menu li a{
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    color: rgba(74, 83, 96, 1);
    font-size: 17px;
    text-decoration: none;
}
.footer-list-menu li{
    color: white;
    padding-bottom: 15px;
}
.footer-list-menu{
    padding-left: 0;
    list-style-type: none;
}
/*.contacts img{*/
/*    width: 15px;*/
/*    height: 15px;*/
/*}*/
.contacts p{
    color: rgba(74, 83, 96, 1);
    margin-left: 15px;
    font-size: 15px;
}
.contacts{
    text-decoration: none;
    margin-bottom: 15px;
}

.contact-block{
    position: relative;
}
#contacts{
    width: 100%;
    height: 570px;
}
.form-item{
    width: 33.333%;
    padding: 0 5px;
}
.contact-with-us{
    margin-top: 100px;
    margin-bottom: 100px;
    position: relative;
}

.contact-first-div img{
    position: absolute;
    top: 90px;
    width: 50% !important;
    left: 0;
    right: 0;
    margin: auto;
}
.contact-with-us > div{
    z-index: 1;
    background: #fff;
    position: absolute;
    margin-top: -300px;
    width: 90%;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
}

.contact-first-div h3{
    position: absolute;
    top: 190px;
    margin: auto;
    left: 0;
    right: 0;
    color: #fff !important;
    font-size: 45px;
}
.contact-with-us div > p{
    font-size: 17px;
    color: #585B68;
    margin-bottom: 30px;
}
.contacts-form-block{
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 30px 20px;
    overflow-y: scroll;
    height: 800px;
}

.contacts-form-block .main-title{
    position: absolute;
    top: 0;
    right: 30%;
}
.send-btn{
    border: 1px solid rgba(194, 116, 59, 1);
    outline: none;
    color: rgba(194, 116, 59, 1);
    width: 190px;
    height: 50px;
    background-color: white;
    font-size: 14px;
    transition: color 0.5s ease-out, background-color 0.5s ease-out;
}
.send-btn:hover{
    background-color: rgba(194, 116, 59, 1);
    color: white;
}
.send-btn:active{
    background-color: rgba(194, 116, 59, 1);
    color: white;
}
.send-btn:focus{
    background-color: rgba(194, 116, 59, 1);
    color: white;
}
.contacts-input{
    border: 1px solid rgba(236, 233, 233, 1);
    padding: 10px 5px;
    outline: none;
    resize: none;
}

.form-btn{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.label{
    color: #666761;
    font-size: 15px;
    margin-left: 4px;
    margin-bottom: 10px;
}
.label span{
    color: red
}
.end-item-border{
    border-right: 0 !important;
}
.mob{
    display: none;
}
.email-block{
    width: calc(50% - 1rem);
}
label.error{
    color: #ED3237;
    font-size: 14px;
    text-align: right;
    margin-top: 15px;
}
/*.characteristic-block div img{*/
/*    width: 60px;*/
/*}*/

.container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0;
}

.aboutUs-main-content .editor{
    margin-top: 50px;
}



.aboutUs-main .about-title{
    margin-bottom: 29px;
}

.banner-block img{
    border-radius: 10px;
}

.filter-item button{
    padding: 10px 17px !important;
    border: 1px solid rgba(119, 119, 119, 1) !important;
    color: rgba(67, 67, 67, 1);
    border-radius: 5px !important;
    background: transparent !important;
    margin-right: 8px !important;

}
.filter-item button:hover{
    padding: 10px 17px;
    border: 1px solid rgba(194, 116, 59, 1);
    color: #fff;
    border-radius: 5px;
    background: rgba(194, 116, 59, 1) !important;
    margin-right: 8px;

}

.filter-item button.active{
    padding: 10px 17px !important;
    border: 1px solid rgba(194, 116, 59, 1) !important;
    color: #fff !important;
    border-radius: 5px !important;
    background: rgba(194, 116, 59, 1) !important;
    margin-right: 8px !important;

}

.nav-tabs{
    border:none!important;
    margin: 30px 0;
}

.tab-pane iframe{
    width: 16.6%;
}



@media only screen and (max-width: 1500px) {
    .container {
        max-width: 100%;
        padding: 0 30px;
    }
}

/*@media only screen and (max-width: 1450px) {*/
/*    .main {*/
/*        margin-left: 8%;*/
/*        margin-right: 8%;*/
/*    }*/
/*}*/
/*@media only screen and (max-width: 1280px) {*/
/*    .main {*/
/*        margin-left: 5%;*/
/*        margin-right: 5%;*/
/*    }*/
/*}*/
@media only screen and (max-width: 1200px) {
    .block-height{
        display: none;
    }
    .zoom:hover{
        width: 100%;
    }

    .news-image-block{
        height: auto !important;
    }
    .news-image{
        width: 100%;
    }

    .owl-dots{
        top: 35%;
        left: 30px;
        display: flex;
        flex-direction: column;
        position: absolute;
    }

    .main-title{
        font-size: 20px !important;
    }
    .about-title{
        font-size: 39px;
        margin-top: 30px;
    }
    .about-block div {
        width: 100%;
        margin-top: 0;
    }
    .about-block{
        flex-direction: column-reverse;
    }
    .about-block div:last-child{
        margin-top: 0;
    }
    .characteristic-block div {
        padding: 46px 0 34px !important;
    }
    .characteristic-block div img{
        width: 95px;
    }
    .characteristic-bold-text{
        font-size: 31px;
    }
    .characteristic-regular-text{
        font-size: 13px;
    }
    .truck{
        top: 30px;
    }
    .title{
        font-size: 50px;
    }
    .services-block a{
        width: calc(100% / 2 - 12px);
    }

    .contact-with-us{
        flex-direction: column;
    }

    .partners-block div{
        width: calc(100% / 3);
        border-left: 1px solid #CECECE;
        border-right: 0;
    }
    .mob-start-item{
        border-left: 0 !important;
    }
    .news-block div {
        width: calc(100% / 2 - 12px);
        margin-bottom: 20px;
    }
    .top-distance {
        margin-top: 80px;
    }
    .absolute-block{
        position: absolute;
        top: 20%;
        left: 30px;
        /*margin-left: 130px;*/
    }
    .contacts-form-block .main-title {
        right: 25%;
    }
    .mob div{
        width: 50%;
    }

    .mob-header{
        display: block;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .mob-logo{
        width: 100px;
    }
    .mob-menu-item{
        background: rgba(194, 116, 59, 1);
        width: 48px;
        height: 48px;
        border-radius: 2px;
        cursor: pointer;
    }
    .menu-btn{
        display: flex;
        width: 48px;
        height: 48px;
        border-radius: 2px;
        border: 1px solid black;
        background-color: white;
    }
    .menu-btn-close{
        display: flex;
        width: 48px;
        height: 48px;
        border-radius: 2px;
        border: 1px solid rgba(194, 116, 59, 1);
        background-color: white;
    }
    .mob-modale{
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        background-color: white;
        z-index: 2000;
        border-top: 1px solid #707070;
        top: 116px;
        padding-left: 40px;
        padding-right: 5%;
    }
    .subtraction{
        position: absolute;
        bottom: 116px;
        left: 0;
    }
    .mob-modale-menu a{
        font-weight: 500;
        text-decoration: none;
        font-size: 18px;
        color: black;
        padding: 12.5px 0;
        border-bottom: 1px dashed #AFAFAF;
        width: 100%;
    }
    .mob-modale-menu a:hover{
        color: rgba(194, 116, 59, 1);
    }
    .second-modal-block div div span{
        font-size: 18px !important;
    }
    .second-modal-block div div{
        padding: 15px 0;
        width: 110px;
        display: flex;
        justify-content: flex-end;
        cursor: pointer;
    }
    .contact-with-us-mob-modale{
        position: absolute;
        background-color: black;
        opacity: 69%;
        top: 116px;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1002;
    }

    .contacts-form-new-block{
        z-index: 1003;
        position: absolute;
        background-color: white;
        width: auto;
        top: 22%;
        left: 5%;
        right: 5%;
        /*height: 600px;*/
        overflow-y: auto;
    }
    .close-btn{
        background-color: white;
        width: 35px;
        height: 35px;
        outline: none;
        border: 1px solid black;
        position: absolute;
        right: 25px;
        top: 25px;
    }

    .close-btn:hover{
        color: rgba(194, 116, 59, 1);
        border: 1px solid rgba(194, 116, 59, 1);
        background-color: transparent;
    }
    .close-btn:active{
        color: rgba(194, 116, 59, 1);
        background-color: transparent;
        border: 1px solid rgba(194, 116, 59, 1);
    }
    .close-btn:focus{
        color: rgba(194, 116, 59, 1);
        background-color: transparent;
        border: 1px solid rgba(194, 116, 59, 1);
    }

    .close-btn:hover svg g rect{
        fill: rgba(194, 116, 59, 1);
    }
    .close-btn:active svg g rect{
        fill: rgba(194, 116, 59, 1);
    }
    .close-btn:focus svg g rect{
        fill: rgba(194, 116, 59, 1);
    }

    .for-distance{
        margin-bottom: 70px !important;
    }

    .hide{
        display: none;
    }


    .mob{
        display: flex;
        margin-top: 70px;
    }
    .footer-main-block{
        flex-direction: column;
    }
    .footer-logo{
        width: 220px;
    }
    .trucks-img-description {
        font-size: 30px;
    }
    #contacts {
        width: 100%;
    }

    .contacts-form-block {
        padding: 70px 20px;
    }
    .contacts-form-block .main-title {
        right: 40%;
        margin-top: 50px;
    }
    .service-single-block{
        bottom: 45px !important;
    }
    .contact-first-div h3 {
        top: 160px;
    }

    .block-distance {
        margin-top: 40px !important;
    }


}
@media only screen and (max-width: 770px) {
    .owl-dots button span{
        font-size: 13px;
    }
    .owl-dots button{
        width: 32px;
        height: 32px;
    }
    .contact-first-div h3 {
        top: 200px;
    }
    .contact-first-div img {
        top: 50px;
    }
    .contact-with-us > div{
        width: 100%;
    }
    .form-item {
        width: 100%;
    }
    .contacts-form-block {
        padding: 20px 20px;
    }
    /*.main {*/
    /*    margin-left: 25px;*/
    /*    margin-right: 25px;*/
    /*}*/
    .title {
        font-size: 23px;
    }
    .description{
        font-size: 11px;
    }
    .activity-block{
        flex-wrap: wrap;
    }
    .activity-item {
        width: 100%;
        padding: 0;
    }
    #contacts {
        width: 100%;
        top: -70px;
    }

    .news-block {
        margin-top: 20px !important;
    }
    .partners-block {
        margin: 50px 0;
    }

    .trucks-img-description {
        font-size: 20px;
    }
    .advantages-block {
        position: unset;
    }
    .about-block {
        margin-top: 0px !important;
    }
    .characteristic-block {
        margin-bottom: 25px;
    }
    .service-text {
        margin-top: 5px;
    }

}
@media only screen and (max-width: 740px) {
    .partners-static-block{
        height: auto;
    }
    .email-block{
        width: 100%;
    }
    .phone-distance{
        margin-left: 0 !important;
    }
    .contacts-form-block form div {
        margin: 15px 0 0 !important;
    }
    .characteristic-block div {
        width: calc(90% / 3);
        margin-bottom: 20px;
    }
    .truck {
        top: 150px;
        width: 350px;
    }
    .services-block a {
        width: 100%;
    }
    .news-block div {
        width: 100%;
        margin-top: 15px;
        margin-bottom: 0;
    }
    .medium-black-text{
        height: auto;
        overflow: inherit;
    }
    .regular-gray-text{
        height: auto;
        overflow: inherit;
    }
    label.error{
        font-size: 12px;
    }
    .contacts-form-block form > div{
        flex-direction: column;
    }
    .mob-send-btn{
        width: 154px !important;
        height: 41px !important;
    }
    .contact-first-div h3 {
        top: 30px;
    }
}
@media only screen and (max-width: 690px) {
    .for-distance {
        margin-bottom: 45px !important;
    }
    .contacts-form-new-block {
        top: 12%;
    }
    .contact-with-us-mob-modale {
        top: 100px;
    }
    .mob-modale {
        top: 90px;
    }
    .mob-modale-menu a{
        font-size: 17px;
    }
    .subtraction {
        bottom: 63px;
        width: 100px;
    }
    .second-modal-block div div span{
        font-size: 15px !important;
    }
    .absolute-block{
        margin-left: 0;
    }


    .mob-header{
        margin-top: 15px;
        margin-bottom: 15px;
    }
    .mob-menu-item{
        height: 35px;
        width: 35px;
    }
    .static-icon-size {
        height: 25px;
        width: 25px;
    }
    .menu-btn{
        height: 35px;
        width: 35px;
    }
    .menu-btn-close{
        height: 35px;
        width: 35px;
    }
    .menu-btn img{
        height: 15px;
        width: 25px;
    }
    .menu-btn-close img{
        height: 15px;
        width: 25px;
    }

    .owl-dots{
        display: none !important;
    }
    .more-btn{
        width: 105px;
        height: 25px;
        font-size: 11px;
    }
    .description{
        margin: 15px 0;
    }
    .about-title {
        font-size: 26px;
    }
    .about-block {
        margin-top: 15px;
    }
    .main-title {
        font-size: 20px !important;
    }
    .about-text{
        font-size: 16px;
    }
    .about-btn{
        width: 140px;
        height: 40px;
        font-size: 13px;
    }
    .top-distance{
        margin-top: 35px;
    }
    .truck{
        width: 280px;
    }
    .block-distance{
        margin-top: 0;
    }
    .contact-with-us{
        margin-top: 30px;
        margin-bottom: 80px;
    }
    .trucks-img-description{
        font-size: 16px;
    }
    .contact-with-us div > p{
        font-size: 16px;
    }
    .send-btn{
        width: 125px;
        height: 40px;
        font-size: 10px;
    }
    .medium-black-text{
        font-size: 18px;
    }

    .mob{
        flex-direction: column;
    }

    .mob div{
        margin-left: 0 !important;
        width: 100%;
    }
    .footer-block div{
        flex-direction: column;
        padding: 10px 30px;
    }
    .contact-with-us > div {
        bottom: -60px;
    }
    .mob-lang .language-btn {
        width: 35px;
        height: 35px;
        margin-right: 8px;
    }

}
@media only screen and (max-width: 575px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .mob div {
        width: 100%;
    }
    .contacts-form-block .main-title {
        right: 50%;
        margin-top: 40px;
    }

        .gallery-item{
            width: 33.333% !important;
        }
        .tab-pane iframe{
            width: 33.333% !important;
        }
        .characteristic-bold-text {
            margin: 5px 0 !important;
        }
        .characteristic-block div {
            padding: 10px 0 15px !important;
        }
    .activity-block {
        display: flex;
        margin: 31px auto 0px;
    }
        .contacts-form-block {
            height: 550px;
            overflow-y: auto;
        }
        .label {
            margin-bottom: 2px;
        }
        .contacts-input {
            padding: 7px 5px;
        }
    .about-block .main-title {
        margin-bottom: 10px;
    }
    .services-block {
        margin-top: 30px;
    }
    .service-title {
        height: 50px;
    }
    .service-item-img img {
        border-radius: 10px;
    }
    .about-block {
        margin: 0px auto 35px !important;
    }
    .activity-section {
        margin: 10px 0 0px;
    }
    .contact-with-us > div {
        bottom: -15px;
    }
    .activity-item img{
        border-radius: 20px;
    }
    footer {
        padding-top: 15px;
    }
    .trucks-img-description {
        font-size: 15px;
    }
    .footer-logo {
        width: 170px;
    }
    .mob {
        margin-top: 35px;
    }
    .footer-block div {
        flex-direction: column;
        padding: 10px 15px;
    }
    .footer-block {
        margin-top: 20px;
    }
    .footer-title {
        margin-bottom: 15px;
    }
    .breadcrumb-item{
        padding: 0 10px;
    }
    .service-ditail-foto {
        padding: 0 0 32px 0;
    }
    .service-image {
        padding: 0 0 24px 0;
    }
    .info-page-item img {
        padding: 0 0 20px 0;
    }
    .info-page-item img {
        padding: 0 0 20px 0;
    }

    }

@media only screen and (max-width: 480px) {
    .gallery-item{
        width: 50% !important;
    }
    .tab-pane iframe{
        width: 49% !important;
    }
}

@media only screen and (max-width: 460px) {
    .absolute-block{
        top: 8px;
        left: 15px;
    }
    .characteristic-block div {
        width: calc(95% / 2);
    }
}
@media only screen and (max-width: 420px) {
    /*.main{*/
    /*    margin-left: 15px;*/
    /*    margin-right: 15px;*/
    /*}*/
    .description{
        margin: 10px 0;
    }
    .hide-sapcing{
        display: none;
    }
    .container .description {
        margin: 0px 0 10px !important;
        max-width: 320px !important;
    }
    .owl-carousel .owl-item img {
        height: 200px;
    }
    .absolute-block {
        top: 25px;
    }

    .services .main-title {
        height: 50px;
    }
}

