
.html{
    box-sizing: border-box;
}

    *, *::after, *::before{
        box-sizing: inherit;
        margin: 0;
        padding: 0;
    }


body{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #f3f2f1;
}

/*==========NAVBAR==========*/
.header{
    position: absolute;
    z-index: 100;
    left: 0;
    right: 0;
}
.header-burger{
    display: none;
}
.header-menu{
    display: none;
}
.row-numb{
    display: none;
}
.logo-bg{
    background-color: #202023;
    padding-left: 20px;
    padding-top: 10px;
}

.logo{
    height: 105px;
    width: auto;
}

.row{
    display: flex;
    justify-content: center;
    align-items: stretch;
}

.up-menu{display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgb(227, 104, 10);
    padding-bottom: 13px;
}

.up-center{
    padding: 0px 30px;
}

.center{
    background-color: #202023;
    padding-right: 20px;
    width:80%;
    height: auto;
}
.menu-btn{
    display: none;
}
.numbers{display: flex;
    float: right;
color:#CCCCCC;
align-items: center;
margin-top: 10px;
margin-right: 20px;
}

.name{
    color: #CCCCCC;
}

strong {
    font-size: large;
}

.r1{    
    text-decoration: none;
    color: #CCCCCC;
}

.center-menu{margin-top: 15px;}

.right-number{
    padding-left: 20px;
}

.down-center{
    margin-top: 18px;
    padding-bottom: 18px;
}

.top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 0px;
    transition: all 0.2s ease-in;
}

.top a{text-decoration: none;
}
.nav-line ul{
    list-style: none;
}

.text{
    padding: 20px;
    color: #CCCCCC;
    transition: color 0.2s linear;
    font-weight: 500;
    text-align: center;
}

.text:hover{
    color: rgb(227, 104, 10);
}

.menu {
    position: absolute;
    background-color: #e4e0e0;
    padding: 0;
    margin-top: 10px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.5s;
}

.menu li::after{
    content: "";
    display: block;
    width: 30px;
    height: 0.2px;
    background-color: #8686866f;
    border-radius: 20px;
}

.services-container ul li a{
    display: block;
    transition: background-color 0.3s ease-in-out;
    line-height: 40px;
    color: #000000;
    padding: 0px 20px;
    padding-right: 70px;
    text-align: left;
}

.services-container ul li a:hover{
    background-color:  rgba(227, 104, 10, 0.848);
}

/*---Breadcrumbs---*/

.breadcrumps{
    padding: 16px 0px;
}

.main{
    font-weight: 400;
    text-decoration: none;
    color: #000000;
}
.arrow{
    color: #4f4f4f;
}
.cont{
    font-weight: 400;
    color: #4f4f4f;
}
.back-img{
    background-size: cover;
    background-position:center;
    width: 100%;
    height: 400px;
}
h1{
    color: #ececec;
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 500;
    max-width: 600px;
    margin-top: 50px;
    display: flex;  
    margin-top: 20%;
}

/*---MAIN---*/

.servvrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.background{
    background-color: #e6e6e6;
    padding: 20px;
    display: flex;
    gap: 30px;
    width: 800px;
}
.company{
    margin-top: 20px;
    margin-bottom: 25px;
    font-size: 22px;
    font-family: 'Open Sans', sans-serif;
}

.serv-t{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.serv-m{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
}
.serv{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 50px;
}
.time-table{
    width: 220px;
}
.time-png{
    display: flex;
    align-items: center;
    gap:8px;
    margin-bottom: 15px;
}
.upper-text{
    font-size: 14px;
    font-weight: 500;
}
.work-time{
    font-family: 'Montserrat', sans-serif;
}
.back{
    width: 330px;
    height: 500px;
    object-fit: cover;
}
.imagecont{
    position: relative;
}
.image-over{
    position: absolute;
    top: 0;
    left: 0;
    width: 330px;
    height: 500px;
    background-color: rgba(26, 3, 11, 0.108);
    pointer-events: none;
}
.servbox{
    display: inline-block;
}


.order-qest{
    width: 180px;
    background-color: #dfb021;
    padding: 45px;
    margin-top: 50px;
    margin-bottom: 70px;
}
.order-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    padding-bottom: 30px;
}
.order-text{
    font-size: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 23px;
    margin-bottom: 40px;
}
.order-btn{
    font-family: 'Montserrat', sans-serif;
    background-color: #19181d;
    padding: 15px;
    color: #fff;
    text-align: center;
    transition: 0.3s linear;
    text-decoration: none;
    font-weight: 300;
}
.order-btn:hover{
    background-color: #19181de7;
}
h2{
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.txt-info{
    width: 820px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    margin-bottom: 30px;
}
.txt-qst{
        font-family: 'Montserrat', sans-serif;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.txt-title{
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
.txt-title::after{
content: "";
display: block;
width: 70px;
height: 1px;
background-color: #dfc521;
margin: 15px 0 ;
}


.order-button{
    background-color: #dfb021;
    height: 200px;
    width: 780px;
    padding-left: 40px;
    font-family: 'Montserrat', sans-serif;
    margin: 60px 0;
}

.ordt{
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    padding-right: 30px;
}
.ortsubt{
    padding-bottom: 35px;
    font-size: 15px;
    width: 730px;
}
.ordb{
    background-color: #333333;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
    padding: 10px 20px;
}
.ordb:hover{
    background-color: #202023;
}
.info{
    padding-bottom: 20px;
}
.infolist{
    list-style-type:decimal;
    padding-left: 40px;
}
.infoitem{
    margin-bottom: 20px;
    padding-left: 15px;
}
.servbtn {

}
.servbtn{
    text-decoration: none;
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    background-color: #dfb021;
    padding: 10px 20px;
    position: relative;
    display: inline-block;
    z-index: 1;
}
.servbtn:hover{
    color: #fff;
    transition: 0.3s linear;
}
.servbtn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 0;
    transition: height 0.5s, background-color 0.5s;
    z-index: -1;
}

.servbtn:hover::before {
    height: 100%;
    background-color:#202023;
}


/*---------фтшьфешщт-----*/
.order-button {
    opacity: 0;
    transform: translateX(-100px); 
    transition: opacity 0.5s ease, transform 0.5s ease; 
  }
  
  .order-button.show {
    opacity: 1;
    transform: translateX(0); 
  }
  /*==========TEHNICA==========*/
  .mechanism-list{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.card {
    opacity: 0;
    transform: translateX(-100px); 
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  
  .card.show {
    opacity: 1;
    transform: translateX(0); 
  }
  li img{
    width: 270px;
    border-radius: 2px;
    box-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.card {
    border-radius: 3px;
    padding-bottom: 20px;
    box-shadow: 0 0.04rem 0.08rem rgba(0, 0, 0, 0.1), 0 0.13rem 0.4rem rgba(0, 0, 0, 0.1);
}
ul {
    list-style: none;
}
.mechanism-item h3{
        font-size: 20px;
        font-weight: 400;
        margin-top: 10px;
}
@media(max-width: 1100px){
.mechanism-list{
    flex-wrap: wrap;
}

.card{
    margin-bottom: 30px;
}
}
@media(max-width: 590px){
    .mechanism-list{
        margin-top: 0px;
    }
}
@media(max-width: 530px){
.mechanism-list{
    margin-left: 5.5%;
    display: block;
  }
  li img{
    width: 100%;
    height: auto;
}
.card{
    width: 95%;
}
}
  
/*==========FOOTER==========*/

.footer {
    color:#CCCCCC;
}
.footer-top {
    background-color: #333333;
    padding: 50px 0px  0px;
}
.container {
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}
.containers{
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.header-container{
    max-width: 1400px;
    padding: 0 15px;
    margin: 0 auto;
}
.footer-top-inner {
    display: grid;
    grid-template-columns:repeat( 4, auto );
}
.footer-top-col:first-child {
    margin-left: 60px;
    max-width: 250px;
}

.footer-top-col{
    z-index: 10;
}

.footer-top-col:last-child {
    max-width: 500px;
}

.footer-title {
    margin-bottom: 25px;
    font-weight: 500;
    color: #CCCCCC;
}
.footer-top-text {
    margin-bottom: 40px;
    font-weight: 300;
    font-size: 15px;
    color: #CCCCCC;
}

.footer-icons {
    display: flex;
    list-style: none;
    padding-left: 0px;
}
.footer-icon{
    margin-right: 40px;
}

.footer-icon svg{
    width: 40px;
    height: 40px;
}

.footer-icon:last-child{
    margin-right: 0px;
}

.footer-link path{
    transition: all .3s;
}

.footer-link:hover path{
    fill:rgb(227, 104, 10);
}

.info-title {
    font-weight: 500;
    margin-bottom: 25px;
    color: #CCCCCC;
}
.info-menu {
    list-style: none;
    padding-left: 0px;
}
.text-info {
    color: #CCCCCC;
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
    transition: text-decoration 1s;
}

.text-info svg{
    width: 12px;
    height: 12px;
}

.text-info:hover{
    text-decoration: underline;
}

.footer-contact-title {
    margin-bottom: 25px;
    font-weight: 500;
    color: #CCCCCC;
}
.footer-contacts {
    list-style: none;
    padding-left: 0px;
}

.footer-contact a{
    text-decoration: none;
    color: #CCCCCC;
    line-height: 40px;
    font-weight: 300;
    font-size: 15px;
}

.footer-contact a:hover{
    text-decoration: underline;
}

.footer-contact svg{
    vertical-align: middle;
    padding-right: 15px;
}

.footer-title-map {
    font-weight: 500;
    margin-bottom: 25px;
    color: #CCCCCC;
}
.footer-text-map {
    font-weight: 300;
    font-size: 15px;
    margin-bottom: 15px;
    color: #CCCCCC;
}

.footer-text-map svg{
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.footer-text-map path{
    fill: #CCCCCC;
}

.footer-down {
    background-color: #222222;
}
.footer-down-inner {
    padding: 30px 0 20px;
    display: flex;
    justify-content: space-between;
}
.footer-copy {
    font-size: 13px;
    padding-left: 140px;
}
.footer-go-top {
    padding-right: 140px;
    font-size: 18px;
    text-decoration: none;
    color: #CCCCCC;
    transition: 0.3s;
}

.footer-go-top:hover{
    color: rgb(227, 104, 10);
}

.map{
    margin-bottom: 0px;
}

.footer-logo-img{
    justify-content: center;
}
.imgimg{
    width: 250px;
}

.wrapper-bottom {
    display: flex;
    justify-content: center;
    position: relative;
    padding-bottom: 15px;
}

html,
body{
    height: 100%;
}

.wrapper{
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
.main{
    flex-grow: 1;
}





 /*---adaptive---*/

 @media(max-width: 1170px){
    .text{
        padding: 7px;
    }
  }
  @media(max-width: 1100px){
    .footer-top-inner{
        flex-wrap: wrap;
        display: flex;
        justify-content: center;
        padding-left: 25px;
    }
    .logo-img{
        padding-right: 0;
    }
    .footer-top-col{
        padding-bottom: 20px;
    }
    .col-main{
        margin-bottom: 60px;
    }

}




@media(max-width: 1000px){
    .contbox{
        padding-bottom: 30px;
    }
    .row{
        display: block;
    }
    .logo{
        height: 80px;
    }
    .logo-bg{
        display: block;
         display: flex;  
         padding: 0;
         justify-content: center;
    }
    .center{
        width: 100%;
        padding: 0;
    }
    .header-container{
        padding: 0;
    }
    .center-menu{
        margin-top: 0px;
    }
    .scroll{
        top:60%;
    }
    .item-bg{
        display: flex;
        background-color: #e6e6e6;
        flex-wrap: wrap ;
        margin-bottom: 50px;
        margin-top: 60px;
    }
    .full-swiper-animate{
        height: 600px;
    }
    .back-img{
        margin-top: 100px;
    }
}
@media(max-width: 875px){
    .background{ 
        width: 92%;
        flex-wrap: wrap;
    }
    .back{
        width: 100%;
    }
    .image-over{
        width: 100%;
    }
    .txt-info{
        max-width: 820px;
        width: 100%;
    }
    .order-button, .ortsubt{
        max-width: 820px;
        width: 80%;
    }
    .order-button{
        height: 250px;
    }
}





/*-==========---775PX---=======--*/




@media(max-width: 775px){

    .footer-top-col:first-child{
        max-width: 500px;
    }
    .title-text{
        padding-bottom: 70px;
    }
    .prtitle{
        margin-left: 32px;
        padding-bottom: 30px;
    }

    .footer-top-inner{
    flex-direction: column;
    }


.footer-top-inner{
    justify-content: left;
}

.footer-top-col:first-child{
    margin-left: 0;
}

.footer-copy{
    padding-left: 0;
}
.footer-go-top{
    padding-right: 0;
}
.maps{
    width: 90%;
    height: 200px;
}
.logo-bg{
    padding: 0;
}

.center{
    display: none;
}


.top li{
    padding-bottom: 20px;
    padding-left: 20px;
}

.brm{
    width: 30%;
    height: 15px;
}
@keyframes showAnimation {
    0% {
      opacity: 0;
      transform: translateY(-10px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }


    .border {
        font-size: 22px;
        font-weight: 700;
    }

    .logo {
        height: 80px;
        width: auto;
      }
}

@media(max-width: 730px){
    .company-wrapper {
        flex-wrap: wrap;
    }
    .company-img {
        width: 60%;
    }
    .company{
        text-align: center;
        padding-bottom: 20px;
    }


}
@media(max-width: 775px){
    
    .row-flex{
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 50;
    }
    .row-flex::before{
        content: '';
        top: -5px;
        left: 0;
        width: 100%;
        position: absolute;
        height: 107%;
        background-color: #202023;
        z-index: 70;
    }
    .row{
        position: relative;
        display: flex;
        height: 60px;
        justify-content: space-between;
    }
    .header-burger{
        display: block;
        position: relative;
        width: 30px;
        height: 20px;
        z-index: 90;
        top: 19px;
        left:20px;
    }
    .header-burger::before{
        content: '';
        background-color: #CCCCCC;
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        top: 0;
        border-radius: 5px;
        transition: all 0.3s ease 0s;
    }
    .header-burger.active::before{
        transform: rotate(45deg);
        top:9px;
    }
    .header-burger.active::after{
        transform: rotate(-45deg);
        bottom: 9px;
    }
    .header-burger.active span{
        transform: scale(0);
    }

    .header-burger::after{
        content: '';
        background-color: #CCCCCC;
        position: absolute;
        width: 100%;
        height: 3px;
        left: 0;
        bottom: 0;
        border-radius: 5px;
        transition: all 0.3s ease 0s;
    }
    .header-burger span{
        position: absolute;
        left: 0;
        width: 100%;
        height: 3px;
        background-color: #CCCCCC;
        top: 8px;
        border-radius: 5px;
        transition: all 0.3s ease 0s;
    }
    .logo{
        height: 50px;
    }
    .logo-bg{
        position: relative;
        z-index: 90;
        right: 20px;
        top: 5px;
        background-color: transparent;
    }
    .header-menu{
        position: fixed;
        top: -100%;
        left: 0;
        width: 100%;
        height: 260px;
        background-color: #191919ed;
        display: block;
        padding: 95px 0px 0px 0px;
        transition: all 1s ease-out 0s;
        font-family: 'Cuprum', sans-serif;
        letter-spacing: 1px
    }
    .header-menu.active{
        top:0;
    }

    .header-menu li {
        margin: 20px 20px;
        list-style: none;
        display: flex;
        color: #dfb021;
    }
    .header-item{
        color: #CCCCCC;
        text-decoration: none;
        padding-left: 10px;
    }

    .header-item::after{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #333333, #dfb021, #333333);
    margin-top: 5px;
    }
    .row-numb{
        position: relative;
        z-index: 100;
        padding-top:10px ;
        display: flex;
        justify-content: space-around;
        border-bottom: 2px solid transparent; 
        border-image: linear-gradient(to right, #333333, #dfb021, #333333) 1;
        padding-bottom: 10px;
    }
    .rnumb a,
    .lnumb a{
        display: flex;
        color: #fff;
        text-decoration: none;
        font-family: 'Montserrat', sans-serif;
    }
    .rnumb a svg,
    .lnumb a svg{
        padding-right: 10px;
    }
    .breadcrumbs-bg{
        margin-top: 100px;
    }
    .breadcrumps{
        margin-left: 0;
    }
    .item-bg{
        display: block;
    }
}
@media(max-width: 547px){
    .sendwrap{
        margin-top: 20px;
        padding: 3px 20px;
    }
    .full-swiper{
        height: auto;
    }
    .mySwiper{
        height: 70px;
    }
    .swiper-class{
        height: 300px;
    }
}






@media(max-width: 680px){

    .scroll{
        display: none;
    }
    .full-swiper{
        max-width: 900px;
        width: 100%;
        margin-top: 110px;
        max-height: 400px;
    }
    .minislidevid{
        max-width: fit-content;
    }
    
}
@media(max-width: 540px){
    .back{
        max-height: 400px;
    }
    .image-over{
        height: 400px;
    }
}
    @media(max-width: 440px){
        .slide-box{
            left: 7%;
        }
    }
  @media(max-width: 410px){

    .footer-copy{
        max-width: 200px;
    }
    .logo-bg {
        display: flex;
        justify-content: center; 
        margin: 0;
      }
      

}
@media(max-width: 390px){

}


@media(max-width: 370px){
    .header-menu{
        padding: 110px 0 0 0;
    }
    .order-button{
        height: 330px;
    }
}

/*-==========---FOR LIST IZV---=======--*/
.optimized-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-top: 20px; 
}

.optimized-item {
    margin-bottom: 15px; 
}

.optimized-strong {
    font-size: 1em; 
}


.fraction-list {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

.fraction-list li {
    margin-bottom: 10px;
    font-size: 16px;
}
.section-truck{
    margin-bottom:30px;
}
iframe{
    width: 90%;
    height: 200px;
}