/*==========  Desktop First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {


}
@media only screen and (max-width : 1164px){
.row-bl-s4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
}

@media only screen and (max-width : 1110px) {
.containers-width-s4 .sect-titel {
    padding-bottom: 54px;
}
}

@media only screen and (max-width : 1084px) {
.img-st img {
    border-radius: 10px;
    width: 100%;
    padding: 20px;
}
}

@media only screen and (max-width : 1015px){

            .home-orig .menu-btn {
        color: #000;
        padding-top: 4px;
        height: 34px;
        border-radius: 0 0 10px 10px;
        background: #fff;
        display: block;
        width: 41px;
        top: -31px;
        position: relative;
    }

    .home-orig .menu-bl {
    position: relative;
    top: 0px;
}

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .row-img {
        padding-top: 18px;
    }
 
    .bg-s10{
            padding: 19px 0;
    }
    .sect-titel h2 {
        text-align: center;
        font-size: 31px;
        max-width: 100%;
    }

    .containers-width-s4 .sect-titel {
    max-width: 100%;
    }

    .col-s9-1 p {
    font-size: 17px;
    font-family: "RobotoRegular", sans-serif;
    line-height: 31px;
    padding-right: 0;
   }

   .containers-width-s9 {

    padding: 10px 0px;
  }
  
  .col-s9-1{
 width: 100%;
  }
  .col-s9-2{
    width: 100%;
  }

    .row-9 {
        padding: 10px;
    border-radius: 7px;
    border: 2px solid #ffd620;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
   }
   .line-right::after{
    width: 0px;
    display: none;
   }

.desc-section p {
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
}
.title-s10 h2{
  font-size: 31px;
}
.sect-2-row {
    display: flex;
    padding-bottom: 30px;
    flex-direction: column-reverse;
}
.colum-s-2 {
    width: 100%;
}
.accordion {
    width: 100%;
    max-width: 100%;
}

/* footer */

.row-s10 {
    display: flex
;
    justify-content: center;
    align-items: flex-end;
    flex-wrap: wrap;
}
}

@media only screen and (max-width : 875px) {
.carfax-box {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column;
}
    .carfox-img {
        right: 0;
        width: 200px;
}
}

@media only screen and (max-width : 845px) {
.relat-top-col-1 {
    position: relative;
    top: 0;
}
.row-bl-s4 {
    display: flex
;
    justify-content: center;
    flex-wrap: wrap;
}
    .containers-width-s4 .sect-titel {
    padding-bottom: 0px;}
    
    .col-s-4{
        margin-right: 0px;
        margin: 14px;

    }
    .relat-top-col {
    position: relative;
    top: 0;
     }

}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

 .sect-5{
    padding-left: 0;
    padding-right: 0;
 }

      .form-title-avto{text-align: center;}
     
    .footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    background: #000;
    border-top: 1px solid #222;
    max-width: 1120px;
    margin: 0 auto;
    flex-direction: column;
    }
  
  /*Disable Animation on Mobile Devices*/
  .animated {
    /*CSS transitions*/
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    /*CSS transforms*/
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    /*CSS animations*/
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
  }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 500px) {

        .sect-titel h2 {

        font-size: 20px;
    }
    .ic-cos ul {
    display: flex;
    gap: 0px;
}
    .logo img {
        width: 100%;
    }
    .logo {
    max-width: 91px;
}

.col-s10 form input {
    width: 240px;
}
.col-s10 form button {
width: 100%;
}

}

/* @media only screen and (max-width : 462px) {
.ic-cos ul {
    display: flex;
    gap: 0px;
}
    .logo img {
        width: 100%;
    }
    .logo {
    max-width: 91px;
}

.col-s10 form input {
    width: 240px;
}
.col-s10 form button {
width: 100%;
} */

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}


/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {

}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {

}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}