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

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


body{
    margin: 0;
    font-family: 'Roboto', sans-serif;
    background-color: #ffffff;
}
@font-face {
    font-family: 'helv';
    src: url('../images/HelveticaNeueCyr-Light.woff') format('woff');
  }
  @font-face {
    font-family: 'helvant';
    src: url('../images/HelveticaNeueCyr-Roman.woff') format('woff');
  }
/*==========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: 400;
    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---*/
.breadcrumbs-bg{
    background-color:rgba(222, 151, 58, 0.06);
    margin-top:150px;
}
.breadcrumps{
    padding: 16px 0px;
    margin-top: 20px;
}

.main{
    font-weight: 400;
    text-decoration: none;
    color: #000000;
}
.arrow{
    color: #4f4f4f;
}
.cont{
    font-weight: 400;
    color: #4f4f4f;
}
.main-title{
    text-align: center;
    margin: 20px 0px;
    font-weight: 800;
    font-size: 40px;
}

/*---MAIN---*/

.containers{
        max-width: 1200px;
        padding: 0 15px;
        margin: 0 auto;
}
.item-bg{
    display: flex;
    background-color: #f2f2f2;
    margin-bottom: 50px;
    margin-top: 20px;
}
.title{
    padding-top: 50px;
}
h1{
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
    font-weight: 700;
}
.info-wrapper{
    margin-left: 40px;
}
.type{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    max-width: 500px;
    width: 100%;
}
.firstspec, .secondspec, .thirdspec{
    display: grid;
    grid-template-columns:repeat( 2, 250px );
}
.subspec{
    justify-content:first baseline;
    margin-bottom: 20px;
    width: 150px;
}
.spec{
    margin-top: 30px;
}
.namee{
    font-weight: 500;
}
.subname{
    color: #000000b0;
}
.line-btn{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.vidwrap{
    border: #000000 solid 3px;
    display: flex;
    align-items: center;
    height: 30px;
    width: 220px;
    justify-content: center;
    transition: .3s linear;
}
.vidbtn{
    text-decoration: none;
    color: #000000;
    letter-spacing: 1px;
    font-weight: 700;
    margin-left: 10px;
    font-size: 13px;
}
.vidwrap:hover{
    background-color: #d7af34;
}
.sendbtn{
    text-decoration: none;
    color: #000000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.sendwrap{
    border: #000000 solid 3px;
    display: flex;
    align-items: center;
    height: 30px;
    width: 220px;
    justify-content: center;
    transition: .3s linear;
}
.sendwrap:hover{
    border: #0000007f solid 3px;
}

/*==========CONTACTS==========*/
.contbox{
    margin-top: 30px;
}
.contb{
    font-size: 23px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.tels{
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}
.twrap{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.mwrap{
    display: flex;
    align-items: center;
    margin-top: 15px;
}
.tel, .mail{
    margin-left: 20px;
}

/*==========SLIDER==========*/

.swiper-wrapper{
    box-sizing: content-box;
}
.swiper-class{
    height: 450px;
    max-width:600px;
    width: 100%;
}

.swiper-class img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.mySwiper{
    height: 100px;
    margin-top: 10px;
    max-width: 600px;
}

.mySwiper img{
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.full-slide{
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.full-wrap{
    width: 800px;
}

/*==========decsc==========*/
.dyt{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
}
.minit{
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 20px;
    font-family: helv;
}
.maxt{
    margin-bottom: 30px;
    font-family: helvant;
    color: #515151;
    letter-spacing: 0.5px;
    max-width: 400px;
    width: 100%;
}
.descbg{
    margin-bottom: 30px;
    background-color: #e6e6e67a;
    padding: 10px 20px;
}
.descandspec{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
table{
    font-family: 'Montserrat', sans-serif;
    border-collapse: collapse;
}
td{
    height: 40px;
    width: 250px;
    padding-left: 20px;
}
tr{
    align: left;
}
.tone{
    background-color: #4f4f4f16;
}
.tex-desc-spec{

}
.td-title{
    font-weight: 600;
}
.txt-for-spec{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    margin-bottom: 30px;
    margin-top: 20px;
}
.metso-lite-title{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
.metso-image-box{
    margin-top: 19px;
    position: relative;
    width: 550px;
    height: 720px;
}
.metso-image-box-e{
    margin-top: 19px;
    position: relative;
    width: 550px;
    height: auto;
    padding-bottom: 50px;
}
.volvobok{
    padding-top: 20px;
}
.topmetso{
    height: 600px;
}
.item-conf-box{
    display: flex;
    display: flex;
    justify-content: right;
    align-items: center;
}
.window-open-text{
    position: absolute;
    left: 200px;
    top: 120px;
}
.crush-cam-text{
    position: absolute;
    left: 20px;
    top: 380px;
    width: 300px;
}
.transport-stone{
    position: absolute;
    left: 0;
    top: 570px;
}

/*==========FOOTER==========*/

.footer {
    color:#CCCCCC;
}
.footer-top {
    background-color: #333333;
    padding: 50px 0px  0px;
}
.container {
    max-width: 1400px;
    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;
    }

}




@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;
    }

}





/*-==========---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){
        .hidden{
        overflow: auto;
    }
    .swiper-wrapper-zoom{
        height: fit-content;
    }
    .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: 588px){
    .window-open-text{
        position: absolute;
        left: 0px;
        top: 120px;
        width: 170px;
    }
    .crush-cam-text{
        position: absolute;
        left: 0px;
        top: 340px;
        width: 170px;
    }
    .transport-stone{
        position: absolute;
        left: 0;
        top: 520px;
        width: 200px;
    }
        .volvobok{
        width: 95%;
        height: auto !important;
    }
}@media(max-width: 547px){
    .sendwrap{
        margin-top: 20px;
    }

    .mySwiper{
        height: 70px;
    }
    .swiper-class{
        height: 300px;
    }
}






@media(max-width: 680px){

    .scroll{
        display: none;
    }

    .minislidevid{
        max-width: fit-content;
    }
    
}
    @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;
      }
      
      .servitem img{
        max-width: 100%;
      }
}
@media(max-width: 390px){
    .slide-box{
        max-width: 200px;
    }
    .servtext{
        max-width: 280px;
    }
    .servbtn{
        top:160px;
    }
}


@media(max-width: 540px){
    .slidevid{
        max-height: 50vh;
    }
}





@media(max-width: 480px){
    .firstspec, .secondspec, .thirdspec{grid-template-columns:repeat( 1, auto );   }

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




/*------анимашка---*/

.swiper-animate {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.swiper-animate::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1;
    transition: background-color 0.5s ease;
}

.swiper-animate:hover::before {
    background-color: rgba(0, 0, 0, 0.5);
}


.swiper-animate::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 2;
    transition: transform 0.5s ease;
}

.swiper-animate:hover::after {
    content: url(../images/ico/zoom.svg);
    transform: translate(-50%, -50%) rotate(82deg);
}

#modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    color: #fff;
}

#modal.active {
    justify-content: center;
    display: flex;
}
.slider-box{
    display: flex;
    justify-content:center;
    gap: 50px;
    padding: 60px 20px;
    width: 100%;
}
.info-box{
    display: flex;
    flex-direction: column;
    gap: 30px;
    max-width: 300px;
}
.costbox{
    background-color: rgba(34, 32, 29, 0.737);
    display: flex;
    padding: 20px;
    justify-content: center;
    text-align: center;
}
.close {
    background: url(../images/cross.png);
    top: 20px;
    right: 20px;
    position: absolute;
    height: 30px;
    width: 30px;
    background-repeat: no-repeat;
    background-color: rgba(34, 32, 29, 0.737);
    transition: transform 0.3s ease; 
  }
  
  .close:hover {
    transform: scale(0.8); 
  }
.conect{
    border: #ffffff 2px solid;
}
.btn-box{
    background-color: rgb(34, 32, 29);
    padding: 20px;
}
.model{
    font-size: 22px;
    margin-bottom: 8px;
    font-weight: 500;
}
.year{
    font-size: 15px;
    font-weight: 300;
}
.numbslide{
        border: #ffffff 2px solid;
}
.numbslide:hover, .conect:hover{
    color: #CCCCCC;
    border: #CCCCCC 2px solid;
}
.gapbox{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.mailbox{
    display: flex;
    align-items: center;
    padding: 5px 15px;  
    background-color:#604600d5 ;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 400;
    gap: 20px;
}
.conect-btn{
    background-color: #dfb021;
    transition: .3s linear;
}
.conect-btn:hover{
    background-color: #fdc314;
}
.socline{
    display: flex;
    justify-content: center;
    color: #00bfff;
}
.conect-btn, .conect, .numbslide{
    border-radius: 2px;
    line-height: 40px;
    width: 250px;
    display: flex;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    font-size: 17px;
    cursor: pointer;
}

.slidevid{
    height: 80vh;
    max-width: 1000px;
    width: 100%;
}
.swiper-animate iframe{
    height: 350px;
}


.hidden {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.423);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    display: none;
    z-index: 500;
    margin: 0 auto;
  }
  
  .open {
    display: block;
  }
  .white-form{
    padding: 15px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .white-content{
    border-radius: 4px;
    background-color: #f2f2f2;
    position: relative;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 24px;
    padding-left: 24px;
    width: 400px;
  }
  .form-title{
    color: #000000;
    border-bottom: #5151511b 2PX solid;
    display: flex;
    justify-content: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    position: relative;
}

.closebtn{
    width: 30px;
    height: 30px;
    position: absolute;
    top: 20px;
    right: 25px;
    color: #00bfff;
}
.closebtn:hover{
    background-color: #00000023;
    border-radius: 100%;
}
.form-conect{
    color: #000000b3;
    font-size: 17px;
   display: flex;
   justify-content: center; 
   margin-bottom: 15px;
}
.form-numbslide{
    color: #000000;
    border-radius: 4px;
    border: #000000 1px solid;
    line-height: 40px;
    display: flex;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.formsocline{
    display: flex;
    justify-content: center;
    color: #00bfff;
    margin-bottom: 20px;
}
.form__input{
    width: 95%;
    height: 40px;
    background-color: #f2f2f2;
    font-size: 17px;
    padding: 0px 10px;
    border: 1px solid #0000003e;
    border-radius: 4px;
}
.form__inp{
    width: 95%;
    height: 80px;
    background-color: #f2f2f2;
    font-size: 17px;
    padding: 0px 10px;
    border: 1px solid #0000003e;
    border-radius: 4px;
    resize: none;
}
.label{
    color: #515151;
    font-size: 15px;
}

.form__button{
    width: 100%;
    padding: 11px 0;
    border-radius: 4px;
    margin-top: 20px;
    background-color: #dfb021;
    border: none;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}
@media(max-width: 1170px){
    .info-box{
    bottom: 0;
    left: 0;
    z-index: 2;
    max-width: 100%;
    width: 100%;
    position: absolute;
    gap: 0;
    }
    .specbox{
        display: flex;
    }
    .btn-box{
        display: flex;
        justify-content: center;
    }
    .model{
        font-size: 15px;
    }
    .costbox{
        padding: 10px;
    }
    .gapbox{
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        margin-top: 0;
    }

    .mailbox, .conect-btn{
        display: none;
    }
    .socline{display: none;}
    .full-wrap{
        max-width: 100%;
    }
    .full-swiper{
        margin-left: auto!important;
        margin-right: auto!important;
    }
}

@media(max-width: 1170px){
    .item-bg{
    justify-content: center;
}
    .year{
        margin-left: 30px;
    }
    .slider-box{
        align-items: center;
    }
    .full-swiper{
        height: 75%;
    }
}
@media(max-width: 500px){
    .full-swiper{
        height: 55%;
    }
    .info-wrapper{
        margin-left: 20px;
    }
}
@media(max-width: 450px){
    .full-swiper{
        height: 50%;
    }
}
@media(max-width: 415px){
    .full-swiper{
        height: 45%;
    }
}
@media(max-width: 378px){
    .full-swiper{
        height: 39%;
    }
}
.full-swiper{
    width: 800px;
    margin-left: 0; 
    margin-right: 0;
}
.full-slide iframe{
    height: 90%;
    width: 100%;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    top: var(--swiper-pagination-top,25px);
    z-index: -500;

}