.content-wrap {
    padding-left: 20rem;
}

@media (max-width: 1366px) {
    .content-wrap {
        padding-left: 10rem;
    }
}

@media (max-width: 1280px) {
    .content-wrap {
        padding-left: 0;
    }
}

@media screen and (max-width: 1024px) {
    .new-intro__content {
        grid-template-columns: 1fr !important;
    }
}

.new-intro__image-block--desktop {
    display: none;
}

.new-intro__title {
    margin-bottom: 0 !important;
}

@media (min-width: 1024px) {
    .new-intro__image-block--desktop {
        display: block;
    }
}

.new-intro__image-block--mobile {
    display: block;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 2;
}

@media (min-width: 1024px) {
    .new-intro__image-block--mobile {
        display: none;
    }
}

.section-features {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (min-width: 1024px) {
    .section-features {
        padding-top: 100px;
        padding-bottom: 50px;
    }
}

.section-features__title {
    margin-bottom: 16px;
}

@media (min-width: 1024px) {
    .section-features__title {
        padding-right: 0 !important;
        margin-bottom: 40px;
    }
}

.section-features__title .section__block-title {
    max-width: 100%;
    margin-bottom: 0 !important;
}

.section-features__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 100%;
    grid-template: auto/100%;
    grid-gap: 32px 24px;
}

@media (min-width: 1024px) {
    .section-features__content {
        -ms-grid-rows: auto;
        -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1.44fr);
        grid-template: auto/minmax(0, 1fr) minmax(0, 1.44fr);
    }
}

.section-features__text-col p {
    font-size: 14px;
    line-height: 1.45;
    font-weight: 500;
}

.section-features__text-col p:not(:last-child) {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .section-features__text-col p {
        max-width: 325px;
        font-size: 18px;
        line-height: 1.5;
    }

    .section-features__text-col p:not(:last-child) {
        margin-bottom: 28px;
    }
}

.section-features__main-slider {
    width: 100%;
    margin-bottom: 9px;
}

@media (min-width: 1024px) {
    .section-features__main-slider {
        margin-bottom: 15px;
    }
}

.section-features__main-slider img {
    display: block;
    width: 100%;
}

.section-features .swiper-button-next,
.section-features .swiper-button-prev {
    display: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 46px;
    height: 46px;
    background-color: #fff;
    color: #333;
    border: none;
    padding: 0;
    border-radius: 50%;
    opacity: 1 !important;
    transition: background-color .3s, color .2s;
}
.section-features .swiper-button-next:hover,
.section-features .swiper-button-prev:hover {
    background-color: #BE3D3D;    
    color: #fff;
}

.section-features .swiper-button-next path,
.section-features .swiper-button-prev path {
    stroke: currentColor !important;
}

@media (min-width: 1024px) {

    .section-features .swiper-button-next,
    .section-features .swiper-button-prev {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.section-features .swiper-button-next::after,
.section-features .swiper-button-prev::after {
    content: none !important;
}

.section-features .swiper-button-next svg,
.section-features .swiper-button-prev svg {
    width: 18px;
    height: 18px;
}

.section-features .swiper-button-next svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.section-features__thumb-slider {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 10;
}

@media (min-width: 1024px) {
    .section-features__thumb-slider {
        max-width: 520px;
    }
}

.section-features__thumb-slider img {
    display: block;
    width: 100%;
}

.section-features__thumb-slider .swiper-slide {
    opacity: 0.6;
    border: 1px solid transparent;
    -webkit-transition: opacity 0.2s, border-color 0.2s;
    transition: opacity 0.2s, border-color 0.2s;
}

.section-features__thumb-slider .swiper-slide.swiper-slide-thumb-active {
    border-color: #BE3D3D;
    opacity: 1;
}

.section-geo {
    padding-top: 20px;
    padding-bottom: 40px;
}

@media (min-width: 1024px) {
    .section-geo {
        padding-top: 50px;
        padding-bottom: 100px;
    }
}

.section-geo__title {
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .section-geo__title {
        margin-bottom: 40px;
    }
}

.section-geo__title .section__block-title {
    max-width: 100%;
    margin-bottom: 0 !important;
}

.section-geo__map {
    width: 100%;
    height: 371px;
    margin-bottom: 20px;
}

@media (min-width: 1024px) {
    .section-geo__map {
        height: 531px;
        margin-bottom: 10px;
    }
}

.section-geo__bottom {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 100%;
    grid-template: auto/100%;
    grid-gap: 16px 24px;
    width: 100%;
}

@media (min-width: 1024px) {
    .section-geo__bottom {
        -ms-grid-rows: auto;
        -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr) 24px minmax(0, 1fr);
        grid-template: auto/repeat(3, minmax(0, 1fr));
        max-width: 970px;
        margin: 0 auto;
    }
}

.section-geo__bottom-elem {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-geo__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 54px;
    height: 54px;
    margin-right: 20px;
}

@media (min-width: 1024px) {
    .section-geo__icon {
        width: 74px;
        height: 74px;
        margin-right: 14px;
    }
}

.section-geo__text {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
}

@media (min-width: 1024px) {
    .section-geo__text {
        font-size: 18px;
    }
}

.section-delivery-targets {
    padding-top: 32px;
    padding-bottom: 32px;
    background-color: #F3F5F8;
}

@media (min-width: 1024px) {
    .section-delivery-targets {
        padding-top: 80px;
        padding-bottom: 60px;
    }
.section-delivery-targets--v1 {
        padding-top: 0;
        padding-bottom: 10px;
    }
.section-delivery-targets--v2 {
        padding-top: 30px;
    }
}

.section-delivery-targets__title {
    margin-bottom: 40px;
}

.section-delivery-targets__title .section__block-title {
    max-width: 100%;
    margin-bottom: 0 !important;
}

.section-delivery-targets__list {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

@media (min-width: 768px) {
    .section-delivery-targets__list {
        -webkit-columns: 3;
        -moz-columns: 3;
        columns: 3;
    }
}

.section-delivery-targets__elem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 14px;
}

.section-delivery-targets__elem::before {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 5px;
    height: 5px;
    margin-right: 15px;
    border-radius: 50%;
    background-color: #BE3D3D;
    content: "";
}

@media (min-width: 1024px) {
    .section-delivery-targets__elem {
        margin-bottom: 20px;
    }

    .section-delivery-targets__elem::before {
        width: 6px;
        height: 6px;
    }
}

@media (min-width: 769px) {
    .section-delivery-targets__title .section__block-title {
        font-size: 22px;
    }
}

@media (min-width: 840px) {
    .section-delivery-targets__title .section__block-title {
        font-size: 28px;
    }
}
@media (min-width: 1024px) {
    .section-delivery-targets__title .section__block-title {
        font-size: 34px;
    }
}
.section-delivery-targets__link,
.section-delivery-targets__etc {
    font-size: 14px;
    line-height: 1.3;
    font-weight: 400;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}

.section-delivery-targets__link:hover,
.section-delivery-targets__etc:hover {
    color: #BE3D3D;
}

@media (min-width: 1024px) {

    .section-delivery-targets__link,
    .section-delivery-targets__etc {
        font-size: 18px;
    }
}

.section-delivery-targets__etc:hover {
    color: initial;
}

.section-delivery-calc {
    margin-top: 40px;
    margin-bottom: 40px;
}

@media (min-width: 1024px) {
    .section-delivery-calc {
        margin-top: 80px;
        margin-bottom: 80px;
    }
}

.section-delivery-calc__row {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 100%;
    grid-template: auto/100%;
    grid-gap: 10px 24px;
    width: 100%;
    max-width: 968px;
    margin: 0 auto;
}

@media (min-width: 1024px) {
    .section-delivery-calc__row {
        -ms-grid-rows: auto;
        -ms-grid-columns: minmax(0, 2.07fr) 24px minmax(0, 1fr);
        grid-template: auto/minmax(0, 2.07fr) minmax(0, 1fr);
    }
}

.section-delivery-calc__select-col {
    padding: 30px 20px;
    background-color: #F3F5F8;
    border-radius: 15px;
}

@media (min-width: 1024px) {
    .section-delivery-calc__select-col {
        padding: 22px 40px 40px;
    }
}

.section-delivery-calc__title-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}

@media (min-width: 1024px) {
    .section-delivery-calc__title-box {
        gap: 24px;
        margin-bottom: 15px;
    }
}

.section-delivery-calc__title {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    text-transform: uppercase;
}

@media (min-width: 1024px) {
    .section-delivery-calc__title {
        font-size: 28px;
        line-height: 1.2;
    }
}

.section-delivery-calc__icon-truck {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 80px;
    height: 80px;
}

@media (min-width: 1024px) {
    .section-delivery-calc__icon-truck {
        width: 115px;
        height: 115px;
    }
}

.section-delivery-calc__select-row {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 100%;
    grid-template: auto/100%;
    grid-gap: 20px 24px;
}

@media (min-width: 1024px) {
    .section-delivery-calc__select-row {
        -ms-grid-rows: auto;
        -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
        grid-template: auto/repeat(2, minmax(0, 1fr));
    }
}

.section-delivery-calc__result-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 24px 20px 30px;
    background-color: #BE3D3D;
    border-radius: 15px;
}

@media (min-width: 1024px) {
    .section-delivery-calc__result-col {
        padding: 28px 30px 34px;
    }
}

.section-delivery-calc__text-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 18px;
}

@media (min-width: 1024px) {
    .section-delivery-calc__text-box {
        margin-bottom: 24px;
        gap: 24px;
    }
}

.section-delivery-calc__icon-calendar {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
}

@media (min-width: 1024px) {
    .section-delivery-calc__icon-calendar {
        width: 93px;
        height: 93px;
    }
}

.section-delivery-calc__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
}

@media (min-width: 1024px) {
    .section-delivery-calc__text {
        font-size: 27px;
    }
}

.section-delivery-calc__result {
    margin-top: auto;
    padding: 17px 20px;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 100px;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    color: #fff;
}

@media (min-width: 1024px) {
    .section-delivery-calc__result {
        font-size: 22px;
    }
}

.section-delivery-form {
    padding-bottom: 24px;
    background-color: #F3F5F8;
}

@media (min-width: 1024px) {
    .section-delivery-form {
        padding-bottom: 56px;
        background-color: transparent;
    }
}

.section-delivery-form__box {
    padding-top: 28px;
    padding-bottom: 32px;
    padding-left: 20rem;
    padding-right: 20rem;
    background-color: #F3F5F8;
}

@media (min-width: 1024px) {
    .section-delivery-form__box {
        padding-top: 56px;
        padding-bottom: 72px;
        border-left: 1px solid #BE3D3D;
    }
}

@media (max-width: 1366px) {
    .section-delivery-form__box {
        padding-left: 10rem;
        padding-right: 10rem;
    }
}

@media (max-width: 1280px) {
    .section-delivery-form__box {
        padding-left: 0;
        padding-right: 0;
    }
}

.section-delivery-form__title {
    margin-bottom: 32px;
}

@media (min-width: 1024px) {
    .section-delivery-form__title {
        margin-bottom: 40px;
    }
}

.section-delivery-form .section__block-title {
    max-width: 100%;
    line-height: 1.2;
    margin-bottom: 0 !important;
}

@media (min-width: 1024px) {
    .section-delivery-form .section__block-title {
        line-height: 1.3;
    }
}

.section-delivery-form .section__block-title::before {
    content: none !important;
}

.section-delivery-form .form-calc-box {
    display: -ms-grid;
    display: grid;
    -ms-grid-rows: auto;
    -ms-grid-columns: 100%;
    grid-template: auto/100%;
    grid-gap: 16px 24px;
    background-color: transparent !important;
}

@media (min-width: 1024px) {
    .section-delivery-form .form-calc-box {
        -ms-grid-rows: auto;
        -ms-grid-columns: minmax(0, 1fr) 24px minmax(0, 1fr);
        grid-template: auto/repeat(2, minmax(0, 1fr));
    }
}

.section-delivery-form .form-calc-params {
    width: 100%;
    padding: 0 !important;
    background-color: transparent !important;
}

.section-delivery-form .form-calc-person {
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}

.section-delivery-form .form-top-subtitle {
    opacity: 1 !important;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
    text-transform: none;
}

@media (min-width: 1024px) {
    .section-delivery-form .form-top-subtitle {
        text-transform: uppercase;
    }
}

.form-calc-box {
    width: 100%;
    min-height: unset !important;
}

@media (min-width: 1024px) {
    .section-delivery-form .form-cellar--agreement {
        display: flex;
        /*text-align: right;*/
        flex-direction: column;
        /*align-items: flex-end;*/
        margin-top: auto !important;
    }
}

.section-delivery-form .form-calc-person {
    display: flex;
    flex-direction: column;
}

.select2-container {
    transition: opacity .2s;
}

.select2-container--disabled {
    opacity: 0.5;
    pointer-events: none;
}

.select2-selection__rendered {
    font-weight: 500 !important;
    font-size: 15px !important;
}

.user-input {
    font-size: 15px !important;}
.swiper-slide:hover{
    cursor: pointer;
}
.section-delivery-calc__select-region-box {
position: relative;
}
.section-delivery-calc__select-region-search {
position: absolute;
z-index: 999;
top: 0;
left: 22px;
right:36px;
height: 100%;
background: transparent;
transition: background-color 0.2s;
}
.section-delivery-calc__select-region-search:focus {
background: #fff;
}
.select2-results__option[data-select2-id*="Выберите регион"] {
display: none !important;
}

.check-unit-text {
    max-width: 400px;
}