.main-section {
    /* height: calc(100vh - 203px); */
    /* padding-top: 134px; */
    padding-bottom: 100px;
    background-color: transparent;
    position: relative;
}
.main-section__wrapper {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-section__left {
    padding-top: 83px;
    max-width: 820px;
    width: 100%;
}

.stores {
    display: flex;
    flex-direction: column;
}
.stores strong {
    font-size: 20px;
}
.stores--burger strong {
    font-size: 16px;
    text-align: center;
}

.stores__flex-row {
    display: flex;
    margin-top: 16px;
    gap: 24px;
}

.stores__flex-row--center {
    justify-content: center;
}

.main-section__title {
    margin-bottom: 50px;
    max-width: 500px;
}
.main-section__title-name {
    margin: 0;
    font-size: 96px;
    line-height: 125px;
    text-transform: uppercase;
}
.main-section__title-descr {
    font-size: 36px;
    font-weight: 300;
}
.main-section-img {
    max-width: 776px;
    width: 100%;
    height: 559px;
    position: relative;
}
.main-section-img img {
    position: absolute;
    top: 16px;
    z-index: -1;
    right: 0;
    height: 100%;
    object-fit: contain;
}
.main-section__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    padding: 0 24px;
    min-width: 400px;
    border-radius: 45px;
    transition: all linear 0.3s;
    font-weight: 700;
    font-size: 24px;
    line-height: 133%;
    letter-spacing: 0.02em;
    color: #000000;
}

.main-section__btn:first-child {
    background-color: var(--accent);
    border: none;
}
.main-section__btn:last-child {
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    border: 2px solid #000000;
}

.main-section__buttons {
    display: flex;
    gap: 20px;
    margin-bottom: 64px;
}

.main-section__btn:first-child:hover {
    background-color: #121212;
    color: var(--accent);
}
.main-section__btn:last-child:hover {
    background-color: #121212;
    color: #fff;
}

.about {
    padding: 80px 0;
    background-color: #f2f2f2;
}
.about__wrapper {
    max-width: 1270px;
    padding: 0 15px;
    margin: 0 auto;
}
.about__title {
    font-weight: 400;
    text-align: center;
    margin-bottom: 56px;
}
.about__descr {
    max-width: 936px;
    margin: 0 auto;
    font-size: 24px;
    line-height: 160%;
    font-weight: 400;
    text-align: center;
    margin-bottom: 80px;
}
.about__descr span {
    display: block;
}
.about__list {
    display: grid;
    grid-template: 1fr / repeat(5, 1fr);
    column-gap: 25px;
    margin-bottom: 71px;
}
.about__item {
    text-align: center;
}
.about__item-img img {
    display: block;
    margin: 0 auto;
}
.about__item-img {
    margin-bottom: 50px;
}
.about__item-title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 23px;
}
.about__item-text {
    line-height: 18px;
}
.advantages {
    font-size: 24px;
    line-height: 160%;
    /* margin: 0 auto 85px; */
    text-align: center;
}

.advantages--main {
    padding: 0 !important;
    max-width: 512px;
    width: 100%;
    margin: 0 auto;
}

.services {
    padding: 120px 0;
}

.services-slide {
    max-width: 300px;
    width: 100%;
}

.services__wrapper {
    max-width: 1360px;
    padding: 0 15px;
    margin: 0 auto;
}
.services__title {
    font-weight: 700;
    font-size: 36px;
    text-align: center;
    margin-bottom: 80px;
    text-transform: capitalize;
}
.services__list {
    display: grid;
    grid-template: 1fr / repeat(4, 1fr);
    margin-bottom: 80px;
}
.services__item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 40px;
    max-width: 330px;
    width: 100%;
    height: 442px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0px 2px 20px rgba(187, 187, 187, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
}

.services__item:hover {
    transform: scale(1.1);
}

.services__item:hover {
    color: var(--main-dark);
}
.services__item:hover .services__button:hover {
    background-color: var(--accent);
    color: var(--main-dark);
    border-color: var(--accent);
}

.services__icon {
    margin: 0 auto 40px;
    height: 60px;
    background-repeat: no-repeat;
    background-size: contain;
}
.services__icon--1 {
    width: 59px;
    background-image: url("../icons/services1-dark.png");
}
.services__icon--2 {
    width: 61px;
    background-image: url("../icons/services2-dark.png");
}
.services__icon--3 {
    width: 33px;
    background-image: url("../icons/services3-dark.png");
}
.services__icon--4 {
    width: 50px;
    background-image: url("../icons/services4-dark.png");
}
.services__icon--5 {
    width: 50px;
    background-image: url("../icons/services5-dark.png");
}
.services__item-title {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: -0.015em;
}
.services__item-description {
    max-width: 234px;
    margin: 0 auto 32px;
    font-weight: 300;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    letter-spacing: -0.015em;
}
.services__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 160px;
    width: 100%;
    height: 48px;
    border-radius: 57px;
    background: transparent;
    color: var(--main-dark);
    border: 1px solid var(--accent);
    font-weight: 700;
    text-transform: capitalize;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    position: relative;
}

.services__button span {
    margin-right: 5px;
}

.services__button .arrow {
    width: 16px;
    height: 16px;
    background-image: url("../icons/arrow_right.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.services__more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 310px;
    height: 64px;
    border-radius: 45px;
    font-size: 24px;
    color: var(--main-dark);
    background-color: var(--accent);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-weight: 700;
}

.services__more-button:hover {
    color: var(--accent);
    background-color: var(--main-dark);
}

.services__button:hover {
    background-color: var(--accent);
    color: var(--main-dark);
    border-color: var(--main-dark);
}
.services__button:active {
    background-color: var(--accent);
    color: var(--main-dark);
    border-color: var(--main-dark);
    box-shadow: 0 0 5px 5px;
}
.services__more {
    text-align: center;
}
.services__more-link {
    display: inline-block;
    min-width: 350px;
    font-size: 30px;
    padding: 27px;
}
.ajax {
    background-color: var(--main-dark);
    padding: 112px 0;
}
.ajax__wrapper {
    max-width: 1250px;
    padding: 0 15px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ajax__img {
    min-width: 30%;
    margin-right: 73px;
}
.ajax__img img {
    width: 100%;
}
.ajax__about {
    max-width: 600px;
    width: 100%;
    color: #fbfbfb;
}
.ajax__title {
    font-size: 24px;
    line-height: 160%;
    font-weight: 700;
    margin: 0 0 24px;
}

.ajax__title--sheriff {
    color: var(--accent);
}
.ajax__slogan {
    display: block;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 24px;
}
.ajax__text {
    font-size: 16px;
    line-height: 160%;
    margin: 0;
}
.ajax__link:first-child {
    margin-right: 10px;
}
.clients {
    padding-top: 118px;
    padding-bottom: 136px;
}
.clients__wrapper {
    max-width: 1190px;
    padding: 0 15px;
    margin: 0 auto;
}
.clients__title {
    text-align: center;
    margin-bottom: 80px;
}
.clients__list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 73px;
}
.clients__item img {
    max-width: 100%;
}
.sales {
    padding: 96px 0;
    background-color: #fdec40;
}
.sales__wrapper,
.news__wrapper {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
}

.news--main {
    padding: 96px 0 !important;
    background-color: #fbfbfb;
}

.sales__title,
.news__title {
    text-transform: capitalize;
    font-size: 36px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 80px;
}

.news__title--main {
    font-weight: 700 !important;
}
.sales__list,
.news__list {
    display: grid;
    grid-template: 320px / 1fr;
    grid-auto-rows: 320px;
    row-gap: 20px;
    padding-bottom: 80px;
}
.sales__item,
.news__item {
    box-shadow: 0px 4px 24px rgba(188, 113, 0, 0.4);
    padding: 20px 46px 20px 23px;
    display: grid;
    grid-template: 1fr / 476px 1fr;
    column-gap: 53px;
    overflow: hidden;
    position: relative;
}
.news__item {
    background-color: #fbfbfb;
    box-shadow: 0px 4px 24px #e5e5e5;
}
.news__item-title {
    width: 570px;
}
.sales__item-link,
.news__item-link {
    position: absolute;
    width: 11px;
    height: 19px;
    bottom: 45px;
    right: 46px;
}
.sales__item-link img,
.news__item-link img {
    width: 100%;
    object-fit: contain;
}
.sales__item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--main-dark);
}
.news__item-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
.news__item-img img {
    display: block;
    object-fit: cover;
    max-width: 100%;
    height: 100%;
}
.sales__item-top,
.news__item-top {
    display: flex;
    margin-bottom: 25px;
}
.sales__item-action,
.news__item-action {
    padding: 13px 31px;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #000;
    background-color: #000;
    color: var(--accent);
    position: relative;
}
.sales__item-action:before,
.sales__item-action:after,
.news__item-action:before,
.news__item-action:after {
    position: absolute;
    content: "";
    background-image: url("../icons/star.png");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    top: calc(50% - 8px);
}
.sales__item-action:before,
.news__item-action:before {
    left: 10px;
}
.sales__item-action:after,
.news__item-action:after {
    right: 10px;
}
.sales__item-date,
.news__item-date {
    padding: 13px 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sales__item-date {
    border: 1px solid #000;
}
.news__item-date {
    background-color: var(--accent);
    border: 1px solid transparent;
}
.sales__item-title {
    width: 462px;
}
.sales__item-title,
.news__item-title {
    margin: 0 0 22px;
    font-size: 24px;
    line-height: 31px;
}
.sales__item-text,
.news__item-text {
    max-width: 536px;
    max-height: 191px;
    margin: 0;
}
.sales__item-action.done {
    background-color: var(--accent);
    border-right: none;
    color: #000;
}
.done.sales__item-action:before,
.done.sales__item-action:after {
    background-image: url("../icons/star-dark.png");
}
.sales__item-img.done {
    background-color: var(--accent);
    border: 1px solid #000;
}
.news__more {
    text-align: center;
    padding: 105px 0 0 0;
}
.news__more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 310px;
    height: 64px;
    border-radius: 45px;
    font-size: 24px;
    color: var(--main-dark);
    background-color: var(--accent);
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-weight: 700;
}

.news__more-button:hover {
    color: var(--accent);
    background-color: var(--main-dark);
}

.sales__more-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 310px;
    height: 64px;
    border: 2px solid #000;
    border-radius: 45px;
    font-size: 24px;
    color: var(--main-dark);
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
    font-weight: 700;
}

.sales__more-button:hover {
    color: #fff;
    background-color: var(--main-dark);
}

.news {
    padding-top: 90px;
    padding-bottom: 80px;
}
.news__item-text {
    color: #8f8f8f;
}
.contacts {
    padding-top: 80px;
    padding-bottom: 73px;
    background-color: var(--main-dark);
}
.contacts__wrapper {
    max-width: 1200px;
    padding: 0 15px;
    margin: 0 auto;
}
.contacts__grid {
    display: grid;
    grid-template: 820px 310px / 760px 1fr;
    gap: 78px;
}
.contacts__form {
    padding: 83px 72px 77px;
    border: 1px solid #505050;
}
.contacts__form-questions {
    display: block;
    color: var(--accent);
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 7px;
}
.contacts__form-title {
    color: var(--accent);
    font-size: 24px;
    margin: 0;
    font-weight: 400;
}
.contacts__form-inner {
    margin-top: 50px;
    margin-bottom: 40px;
}
.contacts__form-input,
.contacts__form-textarea {
    width: 100%;
    background-color: var(--main-dark);
    border: none;
    outline: none;
    color: #505050;
}
.contacts__form-input {
    width: 100%;
    display: block;
    padding: 12px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #505050;
    color: var(--accent);
}
.contacts__form-textarea {
    margin: 50px 0;
    height: 140px;
    resize: none;
    border: 1px solid #505050;
    padding: 18px 31px;
    color: var(--accent);
}
.contacts__form-btn {
    font-size: 24px;
    min-width: 234px;
    padding: 15px 20px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.contacts__form-btn:hover {
    color: var(--accent);
    background-color: var(--main-dark);
}

.contacts__form-lock {
    display: block;
    color: var(--main-light);
    padding-left: 32px;
    position: relative;
}
.contacts__form-lock:before {
    position: absolute;
    content: "";
    background-image: url("../icons/lock.png");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: -3px;
    left: 0;
}
.contacts__pluses {
    color: var(--main-light);
    align-self: center;
}
.contacts__pluses-item {
    padding-left: 64px;
}
.contacts__pluses-item:not(:last-child) {
    margin-bottom: 60px;
}
.contacts__pluses-num {
    display: block;
    position: relative;
    font-size: 72px;
    font-weight: 700;
}
.contacts__pluses-num:before {
    position: absolute;
    content: "";
    background-color: var(--accent);
    width: 22px;
    height: 22px;
    border-radius: 100%;
    top: calc(50% - 15px);
    left: -64px;
}
.contacts__pluses-descr {
    font-size: 36px;
}
.contacts__info {
    padding-left: 64px;
    color: #505050;
    align-self: center;
}
.contacts__location {
    margin-bottom: 60px;
}
.contacts__location-name {
    font-weight: 400;
}
.contacts__location-address {
    font-style: normal;
}
.contacts__location-title,
.contacts__phone-title {
    color: var(--accent);
    font-weight: 700;
    margin: 0 0 20px;
}

.contacts__location-name {
    margin: 0;
}
.contacts__location-worktime,
.contacts__phone-value {
    display: block;
    margin-bottom: 20px;
}

#map {
    height: 310px;
    max-width: 760px;
    width: 100%;
    margin-right: 56px;
}
@media screen and (max-width: 1400px) {
    .contacts__pluses-num {
        font-size: 68px;
    }
    .contacts__grid {
        gap: 60px;
    }
}
@media screen and (min-width: 1300px) {
    .services-slide {
        max-width: 330px;
    }
}
@media screen and (max-width: 1300px) {
    .services-slide {
        max-width: 100%;
    }
}
@media screen and (max-width: 1239px) {
    .main-section {
        height: auto;
        padding-bottom: 100px;
        background-position: 90% 100%;
        background-size: 520px;
    }
    .main-section__title-name {
        font-size: 62px;
        line-height: 74px;
    }
    .main-section__left {
        position: static;
        /* margin-left: 10%; */
    }
    .main-section__title-descr {
        font-size: 30px;
    }
    .ajax__img {
        width: 350px;
    }
    .sales__item,
    .news__item {
        grid-template: 1fr / 420px 1fr;
        column-gap: 35px;
    }
    .sales__item-img img {
        height: 75%;
    }
    .contacts__grid {
        gap: 50px;
        grid-template: 1fr 310px / 700px 1fr;
    }
    .contacts__pluses-num {
        font-size: 60px;
    }
    .contacts__form {
        padding: 70px 65px 66px;
    }
    .contacts__pluses-descr {
        font-size: 32px;
    }
    .clients {
        padding-top: 115px;
    }
    .clients__item {
        text-align: center;
    }
    .clients__logo {
        width: 80%;
    }
    .clients__title {
        font-weight: 700;
        margin-bottom: 70px;
    }
    .sales__item,
    .news__item {
        grid-auto-rows: 320px;
    }
}
@media screen and (max-width: 1150px) {
    .sales__item-link,
    .news__item-link {
        bottom: 30px;
        right: 30px;
    }
}
@media screen and (max-width: 1210px) {
    .services__list {
        grid-template-columns: repeat(2, 314px);
    }
}
@media screen and (max-width: 1115px) {
    .services__link {
        font-size: 16px;
        padding: 17px 20px;
    }
    .news__item-title {
        font-size: 22px;
        line-height: 26px;
    }
    .sales__item,
    .news__item {
        grid-template: 1fr / 370px 1fr;
        column-gap: 30px;
    }
}
@media screen and (max-width: 1085px) {
    .contacts__grid {
        grid-template: 1fr 310px / 620px 1fr;
    }
    .contacts__pluses-num {
        font-size: 54px;
    }
    .contacts__pluses-num:before {
        width: 18px;
        height: 18px;
        top: calc(50% - 6px);
        left: -50px;
    }
    .contacts__pluses-descr {
        font-size: 28px;
    }
    .contacts__pluses-item:not(:last-child) {
        margin-bottom: 52px;
    }
}
@media screen and (max-width: 991px) {
    .main-section {
        background-position: 90% 16%;
        /* padding-top: 10%;
        height: calc(100vh - 113px); */
    }
    .main-section__title {
        margin-bottom: 40px;
    }
    .main-section__title-name {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 35px;
    }
    .main-section__title-descr {
        font-size: 25px;
    }
    .main-section__btn {
        min-width: 230px;
        font-size: 20px;
        padding: 13px;
    }
    .about {
        padding: 70px 0;
    }
    .about__list {
        grid-template: 1fr 1fr / 1fr 1fr 1fr;
        gap: 25px;
    }
    .about__title {
        margin-bottom: 36px;
    }
    .about__descr {
        font-size: 20px;
        margin-bottom: 58px;
    }
    .about__item:nth-child(4) {
        position: relative;
        left: 55%;
    }
    .about__item:last-child {
        position: relative;
        left: 60%;
    }
    .about__item-title {
        font-size: 16px;
        line-height: 18px;
        margin-bottom: 16px;
    }
    .about__item-img {
        margin-bottom: 30px;
    }
    .about__advantages-item {
        display: block;
        font-size: 20px;
        line-height: 1;
    }
    .about__advantages {
        line-height: 23px;
    }
    .services__list {
        grid-template: repeat(2, 1fr) / repeat(2, 1fr);
        /* width: 680px; */
        margin-left: auto;
        margin-right: auto;
    }
    .services__item {
        max-width: 100%;
    }
    .services__img {
        height: 250px;
    }
    .services__title {
        margin-bottom: 40px;
    }
    .services__img img {
        object-fit: cover;
        width: 100%;
        height: 100%;
    }
    .services__more-link {
        min-width: 280px;
        font-size: 24px;
        padding: 20px;
    }
    .sale__more-link,
    .news__more-link {
        min-width: 280px;
        font-size: 24px;
        padding: 20px;
    }
    .clients {
        padding: 80px 0 90px;
    }
    .sales__list,
    .news__list {
        grid-template: 1fr / 1fr;
        grid-auto-rows: auto;
    }
    .sales__item,
    .news__item {
        padding: 20px;
        grid-template: 200px auto / 1fr;
    }
    .sales__item-img,
    .news__item-img {
        margin-bottom: 10px;
    }
    .sales__item-img img {
        height: 80%;
    }
    .news__item-img {
        background-color: var(--accent);
    }
    .news__item-img img {
        height: 100%;
    }
    .clients__logo {
        width: 70%;
    }
    .sales__item-top,
    .news__item-top {
        margin-bottom: 20px;
        /* justify-content: flex-end; */
    }
    .sales__item-action,
    .news__item-action {
        font-size: 20px;
        padding: 10px 30px;
    }
    .sales__item-title,
    .news__item-title {
        width: auto;
        font-size: 20px;
        line-height: 1;
    }
    .sales__item-text,
    .news__item-text {
        max-width: 90%;
    }
    .clients__title {
        margin-bottom: 55px;
    }
    .contacts__grid {
        grid-template: 676px 300px 1fr 110px/ 1fr;
    }
    .contacts__form {
        padding: 56px 65px 54px;
    }
    .contacts__form-questions {
        font-size: 32px;
    }
    .contacts__form-title {
        font-size: 22px;
    }
    .contacts__form-inner {
        margin-top: 42px;
        margin-bottom: 37px;
    }
    .contacts__form-textarea {
        margin: 30px 0 40px;
        height: 100px;
    }
    .contacts__form-btn {
        font-size: 20px;
        min-width: 200px;
        padding: 13px 19px;
    }
    .contacts__pluses-list {
        display: flex;
        flex-wrap: wrap;
    }
    .contacts__pluses-item {
        padding-right: 20px;
        width: 50%;
    }
    .contacts__pluses-item:not(:last-child) {
        margin-bottom: 35px;
    }
    .contacts__pluses-item:nth-child(3) {
        margin-bottom: 0;
    }
    .contacts__pluses-num {
        font-size: 46px;
    }
    .contacts__pluses-descr {
        font-size: 24px;
    }
    #map {
        max-width: 100%;
    }
    .contacts__info {
        padding-left: 0;
        display: flex;
        align-self: start;
        /* justify-content: center; */
    }
    .contacts__location {
        margin-right: 70px;
    }
    .ajax__wrapper {
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .ajax {
        padding: 55px 0 70px;
    }
    .ajax__img {
        margin: 0 auto 30px;
        width: 300px;
    }
    .ajax__title {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .ajax__slogan {
        font-size: 17px;
        margin-bottom: 15px;
    }
    .ajax__text {
        margin-bottom: 40px;
    }
    .ajax__links {
        display: flex;
    }
    .ajax__link {
        display: block;
        width: 80px;
    }
    .ajax__link img {
        width: 100%;
    }
    .sales__title,
    .news__title {
        margin-bottom: 48px;
    }
    .sales__title,
    .news__title {
        margin-bottom: 36px;
    }
}
@media screen and (max-width: 1300px) {
    .main-section__buttons {
        flex-direction: column;
    }
    .main-section__btn {
        max-width: 400px;
    }
}
@media screen and (max-width: 1060px) {
    .main-section-img {
        height: 500px;
    }
}

@media screen and (min-width: 901px) and (max-width: 991px) {
    .main-section__left {
        padding-top: 160px;
    }
}

@media screen and (max-width: 991px) {
    .main-section-img {
        height: 420px;
    }
}
@media screen and (max-width: 901px) {
    .main-section-img {
        height: auto;
        padding-top: 32px;
        position: static;
    }
    .main-section-img img {
        display: block;
        margin: 0 auto;
        width: 100%;
        position: static;
    }
    .main-section__left {
        padding-top: 0;
    }
    .main-section__buttons {
        align-items: center;
    }
    .main-section__title {
        margin: 0 auto 32px;
        text-align: center;
    }
    .main-section__title-name {
        margin-bottom: 8px;
    }
    .main-section__wrapper {
        flex-direction: column-reverse;
        gap: 40px;
    }
    .stores strong {
        text-align: center;
    }
    .stores__flex-row {
        justify-content: center;
        align-items: center;
    }
    .main-section__btn {
        max-width: 400px;
        width: 100%;
    }
}
@media screen and (min-width: 767px) and (max-width: 901px) {
    .main-section-img {
        padding-top: 160px;
    }
}

@media screen and (max-width: 767px) {
    .services {
        padding: 24px 0;
    }
    .main-section {
        padding-top: 95px;
        background-position: 90% 100%;
        background-size: 350px;
    }
    .main-section__title-name {
        font-size: 40px;
        line-height: 45px;
        margin-bottom: 23px;
    }
    .main-section__btn {
        min-width: 190px;
        font-size: 18px;
        padding: 10px;
    }
    .main-section__left {
        top: 11%;
    }
    .main-section__title-descr {
        font-size: 22px;
    }
    .main-section__title {
        margin-bottom: 25px;
    }
    .about {
        padding: 55px 0 70px;
    }
    .about__title {
        margin-bottom: 25px;
    }
    .about__descr {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 45px;
    }
    .about__item-img {
        margin-bottom: 25px;
    }
    .about__list {
        margin-bottom: 54px;
    }
    /* .sales__item {
        grid-template: 1fr 1fr / 1fr;

    } */
    .about__advantages {
        line-height: 22px;
    }
    .about__advantages-item {
        font-size: 18px;
    }
    .services__title {
        margin-bottom: 30px;
    }
    .services__wrapper {
        padding-bottom: 70px;
    }
    .services__list {
        margin-bottom: 35px;
    }
    .services__img {
        height: 180px;
    }
    .clients {
        padding: 55px 0 60px;
    }
    .clients__logo {
        width: 75%;
    }
    .contacts__grid {
        grid-template: 1fr 180px 310px 110px/ 1fr;
    }
    .contacts__form-inner {
        margin-top: 26px;
        margin-bottom: 29px;
    }
    .contacts__form {
        padding: 40px 50px 40px;
    }
    .contacts__form-questions {
        font-size: 28px;
        margin-bottom: 4px;
    }
    .contacts__form-btn {
        font-size: 17px;
        min-width: 170px;
        padding: 11px 19px;
    }
    .contacts__pluses-num:before {
        width: 15px;
        height: 15px;
        left: -37px;
    }
    .contacts__pluses-item {
        width: 35%;
    }
    .clients__title {
        margin-bottom: 30px;
    }
    .contacts__form-title {
        font-size: 18px;
    }
    .contacts__form-textarea {
        margin: 25px 0 30px;
    }
    .contacts__pluses-num {
        font-size: 32px;
    }
    .contacts__pluses-descr {
        font-size: 20px;
    }
    .ajax {
        padding: 45px 0 50px;
    }
    .ajax__img {
        width: 230px;
    }
    .ajax__title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .ajax__slogan {
        font-size: 16px;
    }
    .ajax__text {
        margin-bottom: 34px;
    }
    .sales {
        padding: 55px 0 60px;
    }
    .news {
        padding: 55px 0 70px;
    }
    .services__more-link {
        min-width: 220px;
        font-size: 20px;
        padding: 13px;
    }
    .sales__list,
    .news__list {
        padding-bottom: 35px;
    }
    .sale__more-link,
    .news__more-link {
        min-width: 220px;
        font-size: 20px;
        padding: 13px;
    }
    .sales__title,
    .news__title {
        margin-bottom: 30px;
    }
    .contacts__form-input {
        padding: 10px;
    }
    .contacts__form-lock {
        font-size: 13px;
    }
    .contacts__form-textarea {
        padding: 10px;
    }
    .sales__item-action,
    .news__item-action {
        font-size: 16px;
        padding: 8px 30px;
        line-height: 1;
    }
    .sales__item-date,
    .news__item-date {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .sales__item-action:before,
    .sales__item-action:after,
    .news__item-action:before,
    .news__item-action:after {
        width: 10px;
        height: 10px;
        background-size: 10px 10px;
        top: calc(50% - 5px);
    }
    .news__item-date {
        font-size: 13px;
        line-height: 1;
    }
    .sales__item-title,
    .news__item-title {
        font-size: 18px;
        margin-bottom: 15px;
    }
    .sales__item-img img {
        height: 70%;
    }
    .sales__item-link,
    .news__item-link {
        bottom: 20px;
        right: 20px;
    }
}
@media screen and (max-width: 615px) {
    .services__list {
        grid-template: 1fr 1fr 1fr 1fr / 1fr;
    }
    .about__list {
        grid-template: 1fr 1fr 1fr / 1fr 1fr;
        margin-bottom: 36px;
    }

    .about__item:nth-child(4) {
        position: static;
    }
    .about__item:last-child {
        position: relative;
        left: 55%;
    }
    .about__title {
        margin-bottom: 22px;
    }
    .about__descr {
        font-size: 16px;
    }
    .about__item-title {
        font-size: 15px;
        line-height: 17px;
        margin-bottom: 10px;
    }
    .about__item-text {
        line-height: 16px;
    }
    .about__item-img {
        margin-bottom: 20px;
    }
    .about__advantages {
        line-height: 19px;
    }
    .about__advantages-item {
        font-size: 16px;
    }
    .services__link {
        padding: 13px 20px 12px;
        line-height: 1;
        font-size: 15px;
    }
    .services__img {
        height: 150px;
    }
    .ajax__img {
        width: 200px;
    }
    .ajax__title {
        font-size: 16px;
        line-height: 1.1;
    }
    .ajax__slogan {
        font-size: 15px;
    }
    .clients__list {
        display: grid;
        grid-template: repeat(2, 1fr) / repeat(2, 1fr);
    }
    .clients__logo {
        width: 70%;
    }
    .contacts__form {
        padding: 40px;
    }
    .contacts__form-questions {
        font-size: 22px;
    }
    .contacts__form-title {
        font-size: 16px;
    }
    .contacts__pluses-num {
        font-size: 28px;
    }
    .contacts__pluses-descr {
        font-size: 18px;
    }
    .contacts__pluses-num:before {
        width: 10px;
        height: 10px;
        left: -25px;
    }
    .contacts__pluses-item:first-child,
    .contacts__pluses-item:nth-child(2) {
        margin-bottom: 30px;
    }
    .contacts__grid {
        grid-template: 1fr 170px 260px 110px/ 1fr;
    }
    #map {
        height: 260px;
    }
    .contacts__pluses-item {
        width: 40%;
        padding-left: 50px;
    }
}
@media screen and (max-width: 600px) {
    .sales__item,
    .news__item {
        grid-template: 160px auto / 1fr;
    }
    .services__more-link {
        min-width: 180px;
        font-size: 18px;
        padding: 10px;
    }
    .sale__more-link,
    .news__more-link {
        min-width: 180px;
        font-size: 18px;
        padding: 10px;
    }
}
@media screen and (max-width: 570px) {
    .main-section {
        background-size: 300px;
        background-position: 104% 120%;
    }
    .main-section__left {
        padding: 0;
    }
    .main-section__title-name {
        font-size: 34px;
        line-height: 38px;
    }
    .main-section__btn {
        min-width: 110px;
        font-size: 16px;
        padding: 8px;
        height: 48px;
    }
}

@media screen and (max-width: 500px) {
    .contacts {
        padding-top: 70px;
        padding-bottom: 51px;
    }
}
@media screen and (max-width: 484px) {
    .services__link {
        padding-right: 100px;
    }
    .about {
        padding: 40px 0 50px;
    }
    .about__title {
        margin-bottom: 16px;
    }
    .about__descr {
        font-size: 15px;
        margin-bottom: 38px;
    }
    .about__item-img {
        height: 91px;
        margin-bottom: 15px;
    }
    .about__item-img img {
        width: 40%;
        min-height: 100%;
        object-fit: contain;
    }
    .about__item-img.clock img {
        width: 50%;
    }
    .about__item-title {
        line-height: 15px;
        margin-bottom: 8px;
    }
    .about__item-text {
        font-size: 12px;
        line-height: 13px;
    }
    .about__list {
        margin-bottom: 34px;
    }
    .about__advantages-item {
        font-size: 15px;
        line-height: 1.2;
    }
    .services__title {
        margin-bottom: 25px;
    }
    .ajax__img {
        width: 180px;
    }
    .contacts__form-textarea {
        height: 65px;
        margin: 20px 0 25px;
    }
    .contacts__form-input {
        padding: 8px;
    }
    .contacts__form-btn {
        font-size: 14px;
        min-width: 140px;
        padding: 8px;
    }
    .services__more-link,
    .sale__more-link,
    .news__more-link {
        min-width: 140px;
        font-size: 16px;
        padding: 8px;
    }
    .about__list {
        grid-template: 1fr/ 1fr 1fr;
        grid-auto-rows: auto;
    }
}
@media screen and (max-width: 450px) {
    .stores__flex-row {
        flex-direction: column;
    }
    .main-section {
        background-position: 130% 180%;
    }
    .main-section {
        padding-top: 60px;
        padding-bottom: 110px;
    }
    .main-section__title-name {
        font-size: 28px;
        line-height: 33px;
        margin-bottom: 20px;
    }
    .contacts__form.contacts__form--footer {
        padding: 16px;
    }
    .contacts__form-questions {
        font-size: 20px;
        margin-bottom: 0;
    }
    .contacts__form-title {
        font-size: 14px;
    }
    .contacts__form-inner {
        margin-top: 23px;
        margin-bottom: 23px;
    }
    .contacts__form-lock {
        font-size: 12px;
    }
    .sales__item-title,
    .news__item-title {
        font-size: 16px;
    }
    .sales__item-text,
    .news__item-text {
        font-size: 13px;
    }
    .clients__logo {
        width: 60%;
    }
    .contacts__pluses-item {
        width: 44%;
    }
}
@media screen and (max-width: 400px) {
    .main-section {
        background-position: 160% 242%;
    }
    .contacts__pluses-num {
        font-size: 22px;
    }
    .contacts__pluses-descr {
        font-size: 15px;
    }
    .contacts__grid {
        grid-template: 1fr 140px 220px 110px/ 1fr;
    }
    #map {
        height: 220px;
    }
    .contacts__location {
        margin-right: 35px;
    }
    .about__item-img {
        height: 75px;
    }
    .about__item-title {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 6px;
    }
}
@media screen and (max-width: 374px) {
    .contacts__pluses-item {
        padding-left: 40px;
        width: 48%;
    }
    .main-section__title-name {
        font-size: 24px;
        line-height: 27px;
    }
    .main-section {
        background-size: 278px;
        background-position: 190% 242%;
    }
    .main-section__title-descr {
        font-size: 19px;
    }
    .main-section__title-descr {
        display: block;
        /* width: 100px; */
    }
    .main-section__btn {
        font-size: 14px;
    }
    .ajax {
        padding: 40px 0;
    }
    .ajax__img {
        width: 160px;
    }
    .ajax__text {
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 25px;
    }
    .ajax__link {
        width: 70px;
    }

    .about__item-img {
        height: 70px;
    }
    .sales__item,
    .news__item {
        padding: 15px;
    }
    .sales__item-title,
    .news__item-title {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .sales__item-action,
    .news__item-action {
        font-size: 14px;
    }
    .sales__item-date,
    .news__item-date {
        font-size: 13px;
    }
    .sales__item-action:before,
    .sales__item-action:after,
    .news__item-action:before,
    .news__item-action:after {
        width: 8px;
        height: 8px;
        background-size: 8px 8px;
        top: calc(50% - 4px);
    }
    .sales__item-action:before,
    .news__item-action:before {
        left: 12px;
    }
    .sales__item-action:after,
    .news__item-action:after {
        right: 12px;
    }
}
