.section {
    margin-top: 120px;
}
.dev-hide {
    display: none !important;
}
.trade-hero {
    margin-bottom: 80px;
    margin-top: 16px;
}

.trade-hero__wrapper {
    background: url("../img/herotradein.webp") center/cover no-repeat;
}

.trade-hero__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 480px;
    padding-left: 128px;
    position: relative;
    border-radius: 20px;
}

.trade-hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
    max-width: 440px;
    position: relative;
    z-index: 1;
}

.trade-hero__title {
    color: #fff;
}

.trade-hero__subtitle {
    color: #fff;
}

.trade-hero__phones {
    width: 446px;
    position: absolute;
    top: 36px;
    bottom: 26px;
    right: 150px;
}

.trade-hero__phones img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.trade-steps {
    background-color: #f5f5f7;
}

.trade-steps__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
    padding: 120px 0;
}

.trade-steps__upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 80px;
}

.trade-steps__title {
    text-align: center;
}

.trade-steps__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [4];
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.trade-steps__down {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    text-align: center;
}

.trade-steps__card {
    border: 1px solid #7d7d7d;
    border-radius: 8px;
    padding: 20px 26px;
    font-size: 14px;
    line-height: 1.4285714286;
    color: #0e0e0e;
    max-width: 752px;
    margin: 0 auto;
}

.trade-steps__remind {
    max-width: 1005px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.trade-steps__remind p {
    font-size: 16px;
    line-height: 1.25;
    color: #0e0e0e;
}

.trade-steps__remind a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    color: #2a65c5;
}

.trade-step {
    position: relative;
    background-color: #fff;
    border-radius: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding-top: 60px;
    padding-left: 32px;
    padding-right: 40px;
    padding-bottom: 32px;
    gap: 8px;
}

.trade-step__index {
    width: 63px;
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    background-color: #0e0e0e;
    font-size: 27px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    translate: -50% -50%;
}

.trade-step__title {
    color: #0e0e0e;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.trade-step__text {
    color: #3a3a3c;
}

.trade-calculate__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 80px;
}

.trade-calculate__upper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.trade-calculate__card {
    background-color: #f5f5f7;
    border-radius: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px;
    padding: 32px;
}

.trade-calculate__icon {
    width: 120px;
    height: 120px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px;
    border-radius: 50%;
    overflow: hidden;
}

.trade-calculate__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.trade-calculate__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px;
    color: #0e0e0e;
}

.trade-calculate__subtitle {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
}

.trade-calculate__text {
    font-size: 16px;
    line-height: 1.25;
}

.trade-card {
    padding: 32px;
    border: 1px solid #e1e1e3;
    border-radius: 20px;
    color: #0e0e0e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 32px;
}

.trade-card__title {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.1428571429;
}

.trade-card__layout {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
}

.trade-card__subtitle {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 20px;
}

.trade-card__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    list-style: none;
}
.trade-card__list.is-width {
    -ms-grid-columns: (1fr);
    grid-template-columns: 1fr;
}
.trade-card__list + .trade-card__list {
    margin-top: 12px;
}
.trade-card__list li {
    position: relative;
}
.project-select.readonly {
    pointer-events: none;
}
.trade-card__section {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
}

.trade-card__section input {
    display: none;
}

.trade-card__section input:checked + label {
    background-color: #0e0e0e;
    color: #fff;
}

.trade-card__section ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
}

.trade-card__span {
    font-size: 12px;
    line-height: 1.3333333333;
    color: #7d7d7d;
}
.project-select + label {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    left: 15px;
    top: 0;
    translate: 0 -50%;
    padding: 1px 5px;
    background-color: #fff;
    color: #7d7d7d;
    font-size: 12px;
    line-height: 1.3333333333;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.project-select.filled + label {
    opacity: 1;
}

.project-select {
    position: relative;
    cursor: pointer;
}

.project-select.open .select__back {
    position: fixed;
    inset: 0;
    z-index: 2;
}

.project-select.open .select__title svg {
    rotate: 180deg;
}

.project-select.open .select__content {
    opacity: 1;
    pointer-events: all;
}

.project-select.filled .select__header {
    background-color: #fff;
    color: #0e0e0e;
}

.project-select .select__header {
    height: 48px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7d7d7d;
    font-size: 16px;
    line-height: 1.25;
    background-color: #f5f5f7;
    border: 1px solid #e1e1e3;
    border-radius: 8px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.project-select .select__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.project-select .select__title svg {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.project-select .select__content {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    z-index: 3;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    top: 100%;
    left: 0;
    padding: 4px;
    border-radius: 8px;
    border: 1px solid #7d7d7d;
    width: 100%;
    background-color: #fff;
    max-height: 404px;
    overflow: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}

.project-select .select__content::-webkit-scrollbar {
    width: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 4px;
}

.project-select .select__content::-webkit-scrollbar-track {
    background: transparent;
}

.project-select .select__content::-webkit-scrollbar-thumb {
    background-color: #d7d7d7;
    border-radius: 27px;
    width: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 2px solid white;
}

.project-select .select__content::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.project-select .select__item {
    border-radius: 4px;
    padding: 12px 20px;
    color: #0e0e0e;
    font-size: 16px;
    line-height: 1.25;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.project-select .select__item:active {
    background-color: #f5f5f7;
}

@media (max-width: 768px) {
    .project-select .select__item {
        font-size: 14px;
    }
}

.trade-result {
    margin-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.no-result,
.has-result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 4px;
}
.trade-result__title {
    font-size: 14px;
    line-height: 1.4285714286;
    color: #7d7d7d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}

.trade-result__hint {
    position: relative;
    cursor: pointer;
}

.trade-result__hint button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: transparent;
    border: none;
}

.trade-result__hint:hover .trade-result__hidden {
    opacity: 1;
    pointer-events: all;
}

.trade-result__hidden {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    padding: 16px;
    -webkit-box-shadow: 0px 0px 15px 0px #e1e1e133, 0px 0px 46px 0px #e1e1e11f,
    0px 10px 38px 0px #e1e1e1;
    box-shadow: 0px 0px 15px 0px #e1e1e133, 0px 0px 46px 0px #e1e1e11f,
    0px 10px 38px 0px #e1e1e1;
    pointer-events: none;
    position: absolute;
    top: 7px;
    left: 100%;
    translate: 33px -50%;
    border-radius: 8px;
    background-color: #fff;
    width: 496px;
    color: #0e0e0e;
    font-size: 14px;
    line-height: 1.2142857143;
}

.trade-result__hidden::before {
    content: "";
    display: block;
    -webkit-clip-path: polygon(0 47%, 100% 0, 100% 100%);
    clip-path: polygon(0 47%, 100% 0, 100% 100%);
    background-color: #fff;
    height: 32px;
    width: 15px;
    position: absolute;
    top: 50%;
    translate: 0 -50%;
    right: 100%;
}

.trade-result__price {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2222222222;
    color: #0e0e0e;
}

.trade-result__price.res {
    color: #2a65c5;
}

.trade-result__price_old {
    font-family: Inter;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #7d7d7d;
    text-decoration: line-through;
}

.modal {
    display: none;
    width: 100%;
    height: 100%;
    padding: 40px 0;
    background-color: rgba(25, 25, 27, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000000000 !important;
    -webkit-overflow-scrolling: touch;
}
.modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: none;
}
.modal__dialog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: fixed;
    top: 40px;
    left: 0;
    bottom: 40px;
    right: 0;
    z-index: 1050;
    overflow: hidden;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}
.modal__dialog.scrolled .modal__dialog-content {
    padding: 20px 0 40px;
    height: 100%;
}
.modal__dialog.scrolled .modal__header {
    border-bottom: 1px solid #e1e1e3;
}
.modal__dialog.scrolled .modal__header-title {
    text-align: left;
}
.modal__dialog.scrolled .modal__list-item:first-child {
    margin-top: 20px;
}
.modal__dialog-carousel {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-height: 0;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip;
}
.modal__dialog-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
    height: 100%;
}
.modal__dialog-slide {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.modal__dialog-content {
    padding: 40px 0;
    max-width: 600px;
    width: 100%;
    display: block;
    position: relative;
    margin: 0;
    z-index: 20;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 12px;
    color: #0e0e0e;
    cursor: default;
}
.modal__body {
    padding: 0 40px 0;
    max-height: calc(var(--vh, 1vh) * 100 - 210px);
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
}
.modal__close {
    padding: 0;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: transparent;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.modal__close::after {
    content: "";
    width: 12px;
    height: 12px;
    background: #999999;
    mask: url("../../../../img/promo/icons/close.svg") center no-repeat;
    -webkit-mask: url("../../../../img/promo/icons/close.svg") center no-repeat;
    position: absolute;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.modal__close:hover {
    background: #f5f5f7;
}
.modal__close:hover::after {
    background: #0e0e0e;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.modal__header {
    padding-bottom: 20px;
    width: 100%;
    background: #fff;
    position: relative;
}
.modal__header-title {
    padding: 0 40px;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
}
.modal__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px 0;
    list-style: none;
}
.modal__list-item {
    padding-left: 16px;
    position: relative;
}
.modal__list-item::before {
    content: "";
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0e0e0e;
    top: 5px;
    left: 1px;
}

.faq-navigation__link {
    white-space: nowrap;
    padding: 0 16px;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 8px;
    background-color: #f5f5f7;
    color: #0e0e0e;
    font-size: 14px;
    line-height: 1.4285714286;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.faq-navigation__link:active {
    background-color: #e1e1e3;
}

.faq-navigation__link.active {
    background-color: #0e0e0e;
    color: #fff;
}

.faq-navigation__link.active:active {
    background-color: #0e0e0e;
    color: #fff;
}

@media (max-width: 1600px) {
    .trade-result__hidden {
        width: calc(200px + 296 * (100vw - 1024px) / 576);
    }
}

@media (max-width: 1440px) {
    .trade-hero__phones {
        top: 31px;
        bottom: 31px;
        right: calc(84px + 36 * (100vw - 1024px) / 416);
    }
}

@media (max-width: 1024px) {
    .section {
        margin-top: 80px;
    }
    .trade-hero {
        margin-bottom: 60px;
    }

    .trade-hero__wrapper {
        height: 400px;
        padding-left: 60px;
    }

    .trade-hero__phones {
        width: 324px;
        top: 48px;
        bottom: 48px;
        right: 84px;
    }

    .trade-steps__wrapper {
        padding: 80px 0;
    }

    .trade-steps__list {
        -ms-grid-columns: (1fr) [2];
        grid-template-columns: repeat(2, 1fr);
        row-gap: 40px;
        -webkit-column-gap: 10px;
        -moz-column-gap: 10px;
        column-gap: 10px;
    }

    .trade-step {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 40px;
        gap: 8px;
    }

    .trade-calculate__wrapper {
        gap: 60px;
    }

    .trade-result__hidden {
        width: 500px;
        top: 100%;
        left: unset;
        right: 0;
        translate: 20px 20px;
    }

    .trade-result__hidden::before {
        -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
        clip-path: polygon(50% 0, 0 100%, 100% 100%);
        height: 15px;
        width: 40px;
        top: unset;
        bottom: 100%;
        left: unset;
        translate: unset;
        right: 7px;
    }
}
@media (max-width: 992px) {
    .trade-result__hidden {
        display: none;
    }
}
@media (max-width: 768px) {
    .trade-hero {
        margin-top: -4px;
        margin-bottom: 40px;
    }

    .trade-hero__content {
        gap: 12px;
        max-width: 265px;
    }
    .trade-hero__wrapper {
        height: 240px;
        border-radius: 8px;
        margin-left: -20px;
        margin-right: -20px;
        padding-left: 40px;
    }

    .trade-hero__phones {
        width: 214px;
        top: 20px;
        bottom: 20px;
        right: 80px;
    }

    .trade-hero__subtitle {
        font-size: 14px;
        line-height: 1.4285714286;
    }

    .trade-steps__upper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 60px;
    }

    .trade-steps__title {
        text-align: left;
        font-size: 20px;
    }

    .trade-steps__list {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }

    .trade-steps__wrapper {
        gap: 60px;
    }

    .trade-steps__card {
        font-size: 12px;
        line-height: 1.3333333333;
    }

    .trade-steps__down {
        gap: 20px;
    }

    .trade-steps__remind p {
        font-size: 14px;
        line-height: 1.4285714286;
    }

    .trade-steps__remind a {
        font-size: 14px;
        line-height: 1.4285714286;
    }

    .trade-step {
        padding: 20px;
        padding-top: 40px;
        gap: 4px;
    }

    .trade-step__index {
        width: 52px;
        height: 52px;
        font-size: 24px;
    }

    .trade-step__title {
        font-size: 16px;
        font-weight: 600;
        line-height: 1.25;
    }

    .trade-step__text {
        font-size: 14px;
        line-height: 1.4285714286;
    }

    .trade-calculate__wrapper {
        gap: 40px;
    }

    .trade-calculate__icon {
        width: 80px;
        height: 80px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
        flex: 0 0 80px;
    }

    .trade-calculate__card {
        gap: 40px;
        padding: 20px;
    }

    .trade-calculate__subtitle {
        font-size: 16px;
    }

    .trade-calculate__text {
        font-size: 12px;
    }

    .trade-calculate__upper {
        gap: 20px;
    }

    .trade-card {
        padding: 20px;
        gap: 20px;
    }

    .trade-card__title {
        font-size: 20px;
    }

    .trade-card__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .trade-card__section {
        margin-top: 12px;
    }

    .trade-card__subtitle {
        font-size: 14px;
    }

    .project-select .select__content {
        /* Track */
        /* Handle */
        /* Handle on hover */
    }

    .project-select .select__content::-webkit-scrollbar {
        width: unset;
        margin-top: unset;
        margin-bottom: unset;
        margin-right: unset;
    }

    .project-select .select__content::-webkit-scrollbar-track {
        background: unset;
    }

    .project-select .select__content::-webkit-scrollbar-thumb {
        background-color: unset;
        border-radius: unset;
        width: unset;
        -webkit-transition: unset;
        transition: unset;
        border: unset;
    }

    .project-select .select__content::-webkit-scrollbar-thumb:hover {
        background: unset;
    }

    .project-select .select__header {
        height: 40px;
        font-size: 14px;
        line-height: 1.4285714286;
        padding: 0 12px;
    }

    .trade-result__price {
        font-size: 24px;
    }

    .trade-result__price_old {
        font-size: 18px;
    }

    .modal {
        padding: 0;
    }
    .modal.show {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .modal__dialog {
        top: 50px;
        bottom: 0;
    }
    .modal__dialog.scrolled .modal__dialog-content {
        height: 100%;
    }
    .modal__dialog.scrolled .modal__body {
        max-height: calc(var(--vh, 1vh) * 100 - 161px);
    }
    .modal__dialog-slide {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        bottom: 0;
    }
    .modal__dialog-content {
        margin: auto 0 0;
        padding: 56px 0 40px;
        max-width: 100%;
        border-radius: 12px 12px 0 0;
        position: fixed;
        bottom: 0;
    }
    .modal__body {
        padding: 0 20px 0;
        max-height: calc(var(--vh, 1vh) * 100 - 191px);
        -ms-overflow-style: auto;
        scrollbar-width: auto;
    }
    .modal__close {
        width: 30px;
        height: 30px;
        top: 18px;
        right: 18px;
    }
    .modal__header-title {
        padding: 0 20px;
        font-size: 20px;
        font-weight: 600;
        text-align: left;
    }
    .modal__body {
        overflow: auto;
    }
    .modal__list {
        font-size: 14px;
    }
}
@media (max-width: 568px) {
    .section {
        margin-top: 42px;
    }
    .trade-hero__wrapper {
        height: 400px;
        margin-left: -12px;
        margin-right: -12px;
        border-radius: 0px;
        -webkit-box-align: unset;
        -ms-flex-align: unset;
        align-items: unset;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        padding-top: 40px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .trade-hero__phones {
        bottom: 20px;
        top: unset;
        left: 50%;
        translate: -50% 0;
        width: 214px;
    }

    .trade-steps__wrapper {
        padding: 42px 0;
        gap: 42px;
    }

    .trade-steps__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        row-gap: 28px;
    }

    .trade-step__index {
        width: 36px;
        height: 36px;
        font-size: 16px;
    }

    .trade-calculate__upper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    }

    .trade-calculate__icon {
        width: 60px;
        height: 60px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
        flex: 0 0 60px;
    }

    .trade-calculate__card {
        gap: 32px;
    }

    .trade-card__layout {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .trade-result__hidden {
        width: calc(100vw - 100px);
        top: 100%;
        left: -200px;
        right: unset;
        translate: 0 20px;
    }

    .trade-result__hidden::before {
        translate: unset;
        right: unset;
        left: 193px;
    }
}

@media (max-width: 500px) {
    .modal__dialog.scrolled .modal__list-item:first-child {
        margin-top: 12px;
        max-width: none;
    }
    .modal__dialog.scrolled .modal__header {
        padding-bottom: 12px;
    }
    .modal__dialog.scrolled .modal__header-title {
        padding: 0 0 0 12px;
        font-size: 14px;
        letter-spacing: -0.2px;
    }
    .modal__dialog.scrolled .modal__body {
        max-height: calc(var(--vh, 1vh) * 100 - 142px);
    }
    .modal__close {
        width: 26px;
        height: 26px;
        top: 16px;
        right: 16px;
    }
    .modal__close::after {
        width: 10px;
        height: 10px;
    }
    .modal__header-title {
        padding: 0 12px;
        max-width: 295px;
    }
    .modal__body {
        padding: 0 12px 0;
        max-height: calc(var(--vh, 1vh) * 100 - 216px);
    }
    .modal__list {
        font-size: 14px;
    }
}
@media (hover: hover) {
    .project-select .select__item:hover {
        background-color: #f5f5f7;
    }
}
.webp .trade-hero__wrapper {
    background: url("../img/herotradein.webp") center/cover no-repeat;
}