.offer {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 700px;
    z-index: 1;
}

.about__arrow {
    position: absolute;
    bottom: 15px;
    margin: 0 auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.about__arrow span {
    transform: rotate(90deg);
    width: 10px;
    /* height: 10px; */
    display: block;
    margin: 0;
    padding: 0px;
    font-size: 45px;
}

.about__arrow:hover {
    color: #ffe500;
}

.offer .btn {
    padding: 10px 20px;
}

.offer__header {
    font-size: 46px;
}

.offer__header span {
    color: #ffe500;
}

.offer__text {
    color: #fff;
}

.offer__description {
    font-size: 24px;
    font-weight: 600;
    margin: 15px 10px;
}

.offer__description ul {
    padding-left: 16px;
}

.offer .wpcf7-form {
    background: #fff;
    padding: 25px;
}

.offer .about-form__title {
    font-size: 20px;
    font-weight: bold;
}
.offer .about-form__desc {
    font-size: 14px;
}

.offer .about-form__title span {
    color: #f8981d;
}

.offer .wpcf7-form label {
    font-size: 14px;
}

.offer .wpcf7-form p {
    padding: 0px;
    margin: 0px;
}

.offer .wpcf7-not-valid-tip {
    font-size: 11px;
}

.offer .wpcf7 form .wpcf7-response-output {
    margin: 1em 0px 0px 0px;
}

.offer .wpcf7-form .about-form__submit-wrapper p {
    display: inline-flex;
    justify-content: center;
    align-items: end;
    height: 62px;
}

.offer .wpcf7-form .btn {
    padding: 5px 18px;
}

#process {}

.process__item {
    position: relative;
}

.process__item:after {
    content: "\2192";
    position: absolute;
    top: 10px;
    right: calc(0px + -31px);
    font-size: 50px;
}

.process__item--last:after {
    display: none;
}

.process__item .process_item-icon {
    max-width: 100px;
    margin: 0 auto;
}

.process__item .process_item-icon svg {
    width: 100%;
}

.process__item .process_item-title {
    font-size: 20px;
    font-weight: 500;
    margin: 5px;
    color: #d37702;
}

.process__item .process_item-description {}

#advantages {
    background: #f7f7f7;
}

#advantages ul {
    font-size: 22px;
    list-style-type: none;
}

#advantages ul li {
    padding-right: 2em;
    position: relative;
    display: flex;
    margin-bottom: 15px;
}

#advantages ul li::before {
    content: '';
    display: block;
    padding: 25px 30px 0px 0;
    height: 10px;
    top: 8px;
    width: 10px;
    position: relative;
    background-image: url(https://i.imgur.com/F05JSPD.png);
    background-repeat: no-repeat;
}

#vykup-bityh-avtomobilej,
#vykup-reziny {
    background: #f7f7f7;
}

#reviews {
    padding: 0px;
    padding-top: 100px;
}

#contacts .contact-list {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

#contacts .contact-list__item {
    background: #eaeaec;
    margin-bottom: 15px;
    padding: 15px;
}

#contacts .contact-list__item .contact-list__title {
    font-weight: 600;
    margin-bottom: 5px;
}

#contacts .contact-list__item a {
    color: #000;
    text-decoration: none;
}

.owl-case .single-case-item .single-case-item-title {
    margin-top: 15px;
    font-weight: bold;
}
.owl-case .single-case-item img {
    height: auto;
    margin: 0 auto;
    display: block;
}

#vykup-avtomobilej img,
#vykup-bityh-avtomobilej img,
#vykup-mototekhniki img,
#vykup-reziny img {
    width: 100%;
    height: auto;
}


@media handheld,
only screen and (max-width: 991px) {
    .offer {
        height: initial;
        padding: 110px 0px;
    }

    .offer .wpcf7-form {
        display: none;
    }

    .offer__text {
        color: #fff;
        text-align: center;
    }

    .offer__header {
        text-align: center;
        font-size: 34px;
    }

    .offer__description {
        font-size: 18px;
    }

    .offer__description {
        max-width: 240px;
        margin: 0 auto;
    }

    .about__arrow {
        display: none;
    }

    .process__item {
        margin-bottom: 25px;
    }

    .process__item:after {
        display: none;
    }


    .vykup__image {
        display: block;
        margin: 0 auto;
        margin-bottom: 30px;
        max-width: 200px;
    }

    #vykup-avtomobilej,
    #vykup-bityh-avtomobilej,
    #vykup-mototekhniki,
    #vykup-reziny,
    #vykup-avtomobilej .text-end,
    #vykup-bityh-avtomobilej .text-end,
    #vykup-mototekhniki .text-end,
    #vykup-reziny .text-end {
        text-align: center !important;
    }

    #vykup-avtomobilej .title::after,
    #vykup-bityh-avtomobilej .title::after,
    #vykup-mototekhniki .title::after,
    #vykup-reziny .title::after {
        margin: 0 auto !important;
        margin-top: 10px !important;
    }
}

@media handheld,
only screen and (max-width: 300px) {
    .offer {
        height: 700px;
    }
}