@media (max-width: 1199px) {

    .damage_type {
        font-size: 80%;
    }

    .order_btn {
        font-size: 120%;
    }

    .explore_tabs ul li a {
        padding: 15px 10px;
        font-size: 120%;
    }

    /* ********index.html style******** */

    /* ********online_valuation.html style******** */

    .ov_top-previev-label {
        font-size: 22px;
    }

    .ov_top-previev-text {
        font-size: 14px;
    }
}





















@media (max-width: 900px) {
    * {
        margin: 0;
        padding: 0;
        box-sizing: border-box;
    }

    .content {
        margin-top: 92px;
    }

    .expertise-section,.main-info__image-box {
        display: none;
    }

    .main-info__divider-box-wrapper {
        display: block;
    }

    .main-info__info {
        width: 100%;
    }

    .main-info__title-box {
        margin: 40px auto;
    }

    .main-info,.main-info__title-box p{
        width: 100%;
        text-align: justify;
    }

    .main-info__banks {
        margin-top: 40px;
    }

    .main-info__banks-ribbon {
        width: 220%;
    }

    /* Header */

    .desktop-header {
        display: none;
    }

    .mobile-header {
        position: fixed;
        top: 0;
        z-index: 2;
        display: block;

        width: 100vw;
        padding: 0 10px;

        background-color: white;
        border-top: 5px solid #29325a;
        border-bottom: 5px solid #29325a;
    }

    .mobile-header__container {
        padding: 10px 0;

        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .logo {
        width: auto;
    }

    .mobile-logo__img {
        width: 60px;
        height: 60px;
    }

    .streith-contact {
        width: auto;
    }

    .streith-contact__text {
        font-size: 18px;
    }

    .mobile-header__active-box {
        width: auto;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .mobile-location {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .location__btn-city {
        padding: 3px;
        border: none;
        background-color: #3f587f00;
        color: #29325a;

        font-size: calc(14px + (20 - 14) * ((100vw - 320px) / (1920 - 320)));
        text-transform: uppercase;
        font-weight: bold;
    }

    .mobile-acceptor {
        display: none;

        padding: 5px;

        align-items: center;
        justify-content: space-between;
        background-color: #3f587f;
    }

    .mobile-header__button {
        flex-direction: column;
        justify-content: space-around;
        padding: 5px;
        border-radius: 2px;
        display: flex;
    }

    .mobile-header__burger-menu {
        position: relative;

        width: 30px;
        height: 20px;

        margin: 10px;

        border-top: 4px solid #29325a;
        border-bottom: 4px solid #29325a;

    }

    .mobile-header__burger-menu::before {
        position: absolute;
        top: 4px;

        width: 100%;

        content: "";
        border-top: 4px solid #29325a;
    }

    .mobile-header__cross {
        display: none;
        margin: 15px;

        width: 20px;
        height: 20px;
    }

    .mobile-header__menu {
        position: fixed;
        top: 0;
        left: -100vw;

        width: 70vw;
        height: 100vh;
        background-color: #29325a;

        padding: 10px;

        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
        text-transform: uppercase;
        color: white;

        font-family: Montserrat, sans-serif;

        transition: 0.3s ease;
        box-shadow: black 0 0 60px 12px;

        overflow-y: scroll;
    }

    .mobile-header__contact-item {
        padding: auto;
        text-decoration: none;
        color: white;
        font-size: 14px;
    }

    .mobile-header__menu-list {
        list-style: none;
    }

    .mobile-header__burger-logo {
        width: 100%;
        margin: 6px 0;
    }

    .mobile-header__main-link {
        position: relative;

        display: flex;
        justify-content: center;
        padding: 24px 0;
    }

    .mobile-header__link-button {
        text-decoration: none;
        color: white;
        font-size: 18px;
    }

    .mobile-header__arrow {
        position: absolute;
        right: 8%;
        top: 50%;
        transform: translateY(-50%);
        width: 32px;

        transition: all ease 0.5s;
    }

    .mobile-header__dropdown-link {
        display: none;
        justify-content: flex-end;

        padding: 10px 0;

        text-align: right;
        font-size: 15px;
        text-transform: lowercase;
        text-decoration: none;

        color: white;
        border-bottom: 1px solid white;

        transition: all ease 0.5s;
    }

    .mobile-header__menu hr {
        padding: 0;
        height: 0;
        border: none;
        border-top: 1px solid white;
    }

    .mobile-header__contact-item {
        margin-top: 10px;

        display: flex;

        text-decoration: none;
        color: white;
        font-size: 14px;
    }

    .mobile-header__contact-item img {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }

    /* Header */

    /* remark */

    .remark {
        width: 100%;
        margin: auto;
        padding: 15px 0;
    }

    .remark-painted {
        padding: 30px 0;
    }

    .remark-painted {
        width: 100%;
    }


    .remark__info-block {
        margin-left: 10px;
    }

    /* remark */

    /* plates */

    .plates {
        overflow-x: scroll;
        box-sizing: border-box;
        width: 100%;
        max-width: 100vw;

        padding: 0 10px;

        flex-wrap: nowrap;
    }

    .plates__services-evaluation,
    .plates__services-expertise {
        width: 100%;
        min-width: 330px;

        margin: 20px 10px 50px 0;

        box-shadow: 0 10px 10px rgb(0 0 0 / 25%), 0 5px 5px rgb(0 0 0 / 22%);

        text-align: center;
    }

    .plates__expertise-title {
        font-size: 22px;
    }

    .form__title h1,
    h4 {
        font-size: 14px;
        text-transform: uppercase;
    }

    /* Plates */

    /* ************************** */

    /* Carousel */

    .carousel {
        margin-bottom: 15px;
    }

    .carousel__slides {
        height: 50vh;
    }

    .dot {
        width: 8px;
        height: 8px;
        margin: 0 3px;
    }

    .carousel__info-block-wrapper {
        justify-content: space-around;
    }

    .carousel__info-block {
        width: 60%;

        padding: 10px;
        justify-content: space-around;

        border-radius: 1px;
    }

    .carousel__label {
        font-size: 80%;
    }

    .carousel__text {
        font-size: 60%;
    }

    .carousel__link {
        font-size: 50%;
        margin: 0 5px 0 auto;
        padding: 5px;
        color: rgb(255, 255, 255);
        text-decoration: none;
        text-transform: uppercase;
        transition: all 0.5s ease;
        background-color: #29325a;
    }

    /* Carousel */

    /* ************************** */

    /* Benefits */

    .benefits__couple {
        width: 100%;
        padding: 0;
    }

    .benefits__wrapper {
        width: 100%;
        padding: 0 10px;
    }

    .benefits__points {
        width: 100%;
        margin: 10px 0;
        justify-content: center;
        min-width: 200px;
    }

    .benefits__text {
        position: static;

        height: 100%;

        display: flex;
        flex-direction: column;
        justify-content: space-evenly;

        overflow: visible;
    }

    .benefits__inner-title {
        position: static;
        transform: none;

        font-size: 18px;
    }

    .benefits__info {
        position: static;

        transform: none;
        width: 100%;
        font-size: 14px;
    }

    .benefits__points:hover .benefits__inner-title {
        transform: none;
    }

    .benefits__points:hover .benefits__info {
        transform: none;
    }

    /* Benefits */

    /* ***************************/

    /* online_valuation */

    .online-valuation {
        height: 70vh;

        background-image: none;
    }

    .online-valuation__wrapper {
        justify-content: center;
    }

    .online-valuation__info-block {
        width: 100%;
    }


    /* online_valuation */

    /* ***************************/

    /* Contactus */
    
    .feedback__form {
        width: 100vw;

        margin: 50px 0;
        padding: 10px;
        box-sizing: border-box;

        overflow: hidden;
    }
    .feedback__img-wrapper {
        display: none;
    }

    .contactus {
        width: auto;
    }

    .square {
        justify-content: space-around;
    }

    .square_img {
        display: none;
    }

    .form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .form__name input {
        font-size: 10px;
    }

    .form__checkbox-wrapper {
        display: flex;
    }

    .form__checkbox-agreement {
        margin-right: 15px;

        width: 20%;
    }

    .form__button {
        width: auto;

        font-size: 18px;

        align-self: center;
    }

    /* Contactus */

    /* ************************** */

    /* footer */

    .footer__wrapper {
        padding: 10px;
    }

    /* ********index.html style******** */

    /* ********online_valuation.html style******** */

    .ov_top-previev {
        width: 100%;
    }

    @keyframes mover_prev-text {
        from {
            top: 100px;
            opacity: 0;
        }

        to {
            top: 20px;
            opacity: 1;
        }
    }

    .ov_top-previev-text-desapear {
        display: none;
    }

    /* main_info-about_company */

    /* *************************************** */

    /* main_info-servises */

    .miac-servises {
        width: 100%;

        font-size: 10px;
    }

    .footer__wrapper {
        display: none;
    }
}

@media (max-width: 600px) {
    .online-valuation__title {
        font-size: 30px;
    }

    .damage_type {
        width: 60%;
        height: 60%;

        padding: 5px;
        justify-content: space-around;

        border-radius: 1px;
    }

    .benefits-couple {
        width: 90%;
    }

    .online_valuation {
        width: auto;
    }


    .interactive-info__image {
        width: 80%;
    }

    .interactive-info__buttons {
        width: 80%;

        margin-top: 10px;
    }

    .interactive-info__selector {
        flex-direction: column-reverse;
        align-items: center;
    }

    .slide {
        flex-direction: column;
    }

    .slide__text {
        width: 100%;
    }

    .valuation-text__head-line,
    .accordion__title-header {
        font-size: 18px;

    }

    .valuation-text__short-info,
    .slide__text p,
    .accordion__title-content,
    .accordion__header {
        font-size: 16px;
        text-align: left;
    }

    .accordion__content p {
        font-size: 14px;
    }

    .accordion__content--active {
        height: 160px;
    }

    .mobile-sizing-slider-p {
        height: 230px;
    }

    .mobile-hiding {
        display: none;
    }

    .slider__title {
        height: 60px;
        text-align: center;
    }

    .slide h2 {
        height: 32px;
    }

    .slider__selection-button {
        padding: 10px;
    }

    .slider__button-title {
        display: none;
    }

    .slide__image {
        width: 100%;
        margin: 20px 0;
    }
}

@media (max-width: 500px) {
    .benefits_text {
        width: 100%;
    }

    .ov_top-previev-label {
        font-size: 14px;
    }

    .ov_top-previev-text {
        font-size: 10px;
    }

    .banner__title {
        font-size: 32px;
    }
}