.delivery__wrap {
    gap: 110px;
}
.delivery__content {
    padding: 32px 0;
}
.delivery__item:not(:last-child) {
    margin-bottom: 24px;
}
.delivery__item {
    gap: 16px;
}
.delivery__icon {
    -webkit-box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
    box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
    background: #fff;
    width: 40px;
    height: 40px;
    border: 1px solid #ededed;
    border-radius: 8px;
}
.delivery__icon span {
    border-radius: 8px;
    width: 16px;
    height: 6px;
    display: inline-block;
}
.delivery__item_green span {
    background: #31b536;
}
.delivery__text h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 4px;
}
.delivery__item_green h4 {
    color: #31b536;
}
.delivery p {
    font-size: 14px;
    line-height: 20px;
}
.delivery__item_yellow span {
    background: #e7ae1c;
}
.delivery__item_yellow h4 {
    color: #e7ae1c;
}
.delivery__info {
    margin-top: 32px;
    margin-bottom: 40px;
}
.delivery__war {
    gap: 8px;
    margin-top: auto;
    max-width: 340px;
}
.delivery__war span {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.delivery__war span img {
    max-width: 100%;
}
.delivery {
    padding-top: 40px;
}
.flexi-cc {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.delivery__war-info {
    display: flex;
    align-items: start;
    gap: 10px;

}
.delivery__war-info-first{
    margin-bottom: 20px;
}

.send-d {
    padding-top: 40px;
    overflow: hidden;
}
body  h3 {
    font-size: 20px;
}
h2{
    font-weight: 600;
}
.h3 {
    font-weight: 600;
    margin-bottom: 16px;
}
.send-d__list {
    margin-top: 24px;
    gap: 20px;
}
.send-d__item {
    -webkit-box-shadow: 0 0 10px 0 rgba(40, 40, 40, 0.1);
    box-shadow: 0 0 10px 0 rgba(40, 40, 40, 0.1);
    border: 1px solid #ededed;
    border-radius: 8px;
    width: 304px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 19px;
    position: relative;
    z-index: 2;
    background: #fff;
}
body  h4 {
    font-size: 20px;
}
.send-d__item h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #e43a2d;
    margin-bottom: 32px;
}
.send-d__item p {
    line-height: 20px;
    font-size: 14px;
}
.send-d__info {
    position: relative;
    margin-left: 108px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.send-d__info p {
    font-size: 14px;
    margin-top: 7px;
    line-height: 20px;
}
.webp .send-d__info::after {
    background: url(/images/new/2024/articles/Russia.webp) center / contain no-repeat;
}
.send-d__info::after {
    content: "";
    width: 400px;
    height: 250px;
    position: absolute;
    top: -52px;
    left: 56px;
}
.send-d__desc {
    font-size: 16px;
}
.send-d__over {
    gap: 20px;
}
.text {
    line-height: 140%;
}
.send-d__over .h3 {
    display: none;
}
.text ol {
    list-style-type: none;
    counter-reset: num;
}
.text ol li:not(:last-child), .text ul li:not(:last-child) {
    margin-bottom: 8px;
}
.text ol li {
    padding-left: 20px;
}
.text ol li, .text ul li {
    position: relative;
}
.text p, .text li {
    font-size: 16px;
    line-height: 22px;
}
.text ol li:before {
    content: counter(num);
    counter-increment: num;
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #e43a2d;
    font-size: 14px;
    font-weight: 600;
    line-height: 140%;
}
.send-d__banner {
    width: 40.754%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 520 / 264;
    border-radius: 8px;
    overflow: hidden;
}
.send-d__banner img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: left bottom;
    object-position: left bottom;
}
.par-pay {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}
.mt_40 {
    margin-top: 40px;
}
.par-pay__content {
    max-width: 628px;
}
.par-pay__content .h3 {
    margin-bottom: 24px;
}
.par-pay__item:not(:last-child) {
    margin-bottom: 20px;
}
.par-pay__item {
    -webkit-box-shadow: 4px 4px 8px 0 rgba(40, 40, 40, 0.04);
    box-shadow: 4px 4px 8px 0 rgba(40, 40, 40, 0.04);
    border: 1px solid #ededed;
    border-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 68px;
    padding: 19px;
}
.par-pay__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.par-pay__item h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 8px;
}
.par-pay__item p {
    font-size: 14px;
    line-height: 20px;
}
.par-pay__item .btn {
    max-width: 204px;
    font-size: 14px;
}
.par-pay__war {
    max-width: 330px;
    gap: 6px;
    margin-top: 8px;
    line-height: 20px;
}
.prod-pay {
    margin-top: 68px;
}
.prod-pay .h3 {
    margin-bottom: 24px;
}
.prod-pay__wrap {
    gap: 20px;
}
.prod-pay__list {
    gap: 20px;
}
.prod-pay__item {
    width: 196px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    min-height: 174px;
    padding: 14px 15px 15px;
    -webkit-box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
    box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
    border: 1px solid #ededed;
    border-radius: 8px;
    margin-bottom: 1px;
}
.prod-pay__icon {
    height: 24px;
    display: block;
    margin-bottom: 8px;
}
.prod-pay__icon img {
    max-height: 100%;
}
.prod-pay__text {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    color: #282828;
    position: relative;
    z-index: 1;
}
.prod-pay__item_t .prod-pay__img {
    bottom: 0;
    right: 0;
    width: 120px;
}
.prod-pay__item::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: 17px;
    left: 15px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: url(/images/new/2024/articles/arr-red.svg) center / contain no-repeat;
}
body  h2 {
    font-size: 28px;
    line-height: 100%;
}
.prod-pay__item:hover::after {
    left: 24px;
}
.prod-pay__item_d .prod-pay__img {
    right: 0;
    bottom: 10px;
    width: 91px;
}
.prod-pay__img {
    position: absolute;
}
.prod-pay__item_s .prod-pay__img {
    right: 6px;
    bottom: 6px;
    width: 104px;
}
.prod-pay__img img {
    max-width: 100%;
}
.text ul a {
    text-decoration: underline;
}
.mt_40 {
    margin-top: 40px;
}
.intro-about {
    gap: 34px;
}
.intro-about__content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.text p:not(:last-child) {
    margin-bottom: 10px;
}
.intro-about__content p:nth-child(1) {
    margin-bottom: 32px;
}

.intro-about__content p {
    font-size: 16px;
    line-height: 22px;
}
.intro-about__img {
    width: 40.8%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    aspect-ratio: 520 / 264;
    border-radius: 8px;
    overflow: hidden;
    max-width: 520px;
}
.intro-about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.intro-about__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.sm {
    display: none;
}
.mt_64 {
    margin-top: 64px;
}
.avd-a .subtitle {
    margin-bottom: 20px;
}
body h2 {
    font-size: 28px;
}
.avd-a__list {
    gap: 20px;
}
.avd-a__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    padding: 19px;
    min-height: 154px;
    position: relative;
    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-shadow: 4px 4px 8px 0 rgba(40, 40, 40, 0.04);
    box-shadow: 4px 4px 8px 0 rgba(40, 40, 40, 0.04);
    border: 1px solid #ededed;
    border-radius: 8px;
    overflow: hidden;
}
.avd-a__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.avd-a__content::before {
    content: "";
    width: 24px;
    height: 24px;
    background: url(/images/new/2024/articles/about/check_red_border_black.svg) center / contain no-repeat;
}
.avd-a__content p {
    margin-top: auto;
    font-size: 20px;
    line-height: 28px;
}
.avd-a__content p span {
    font-weight: 600;
}
.avd-a__img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 0;
}
.about-bottom {
    background: #F8F8F8;
    margin-top: 80px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-bottom: -80px;
}

.about-bottom-list {
    display: flex;
    justify-content: space-between;
    gap: 90px;
}

.about-bottom-title {
    color: #707070;
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 15px;
}

.about-bottom-text {
    font-size: 16px;
    font-weight: 600;
    line-height: 140%;
}

.map-ms {
    margin-top: 40px;
    gap: 110px;
}
.map-ms__phone {
    font-weight: 600;
    font-size: 36px;
    line-height: 40px;
    color: #e43a2d;
}
.map-ms__content .title {
    margin-top: 4px;
    margin-bottom: 20px;
    line-height: 39px;
}
.map-ms__bottom {
    margin-top: 30px;
    font-size: 16px;
    line-height: 140%;
}
.map-ms__bottom ul:not(:last-child) {
    margin-bottom: 16px;
}
.map-ms__bottom ul li::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
div#img-map-open-popup {
    max-width: 100%;
}div#img-map-open-popup img {
     height: unset !important;
     max-width: 100%;
 }
.ms-serve__list {
    gap: 20px;
}
.ms-serve__item:not(.ms-serve__item_info) {
    width: 196px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
    box-shadow: 4px 4px 16px 0 rgba(40, 40, 40, 0.04);
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 15px;
}
.ms-serve__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.ms-serve__item:not(.ms-serve__item_info) div {
    width: 40px;
    height: 40px;
}
.ms-serve__item:not(.ms-serve__item_info) div img {
    max-width: 100%;
}
.ms-serve__item:not(.ms-serve__item_info) p {
    margin-top: 16px;
}
.ms-serve__item p {
    font-size: 16px;
    line-height: 22px;
}
.ms-serve__item_info {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.ms-serve__item_info .flex {
    gap: 8px;
}
.ms-serve__item_info .flexi-cc {
    width: 20px;
    height: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 2px;
}
.ms-serve__item_info .flexi-cc img {
    max-width: 100%;
}
.ms-serve__item p a {
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
}
.ms-serve__item p a {
    transition: 0.3s;
}
.ms-serve__include .text {
    gap: 20px;
}
.ms-serve__include .text div:nth-child(1) {
    min-width: 412px;
}
.ms-serve__include .text div {
    display: flex;
    flex-direction: column;
    gap: 8px;
    min-width: 140px;
}
.ms-text .subtitle {
    margin-bottom: 24px;
}
.ms-text__wrap {
    max-width: 1070px;
}
.map-ms h3.title ,.ms-serve h3 {
    font-size: 16px;
}



.ms-text__wrap.text h4 {
    font-size: 20px;
}

.ms-text.bg-gray {
    margin-bottom: -60px;
}

@media (max-width: 767px) {
    body h2 {
        font-size: 20px;
    }
    .delivery {
        padding-top: 20px;
    }
    .delivery__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 20px;
    }
    .delivery__content {
        padding-top: 0;
    }
    .delivery__item:not(:last-child) {
        margin-bottom: 12px;
    }
    .delivery__info {
        margin-top: 12px;
    }
    .delivery__war {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .send-d {
        padding-top: 20px;
    }
    .send-d__wrap .h3 {
        display: none;
    }
    .send-d__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 12px;
        margin-top: 0;
    }
    .send-d__item {
        width: 100%;
    }
    body  h4 {
        font-size: 14px;
    }
    .send-d__info {
        width: 100%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin: 66px 0px 0px 0px;
    }
    .send-d__info::after {
        top: auto;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        width: 360px;
        height: 224px;
    }
    .send-d__desc {
        margin-top: 20px;
        padding-top: 20px;
    }
    .pb_80 {
        padding-bottom: 40px;
    }
    .send-d__over {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 12px;
    }
    .send-d__over .h3 {
        display: block;
        font-size: 20px;
        line-height: 140%;
    }
    .text h3 {
        margin-bottom: 12px;
    }
    .text ol li:not(:last-child) {
        margin-bottom: 9px;
    }
    .send-d__banner {
        width: 100%;
        aspect-ratio: 320 / 200;
    }
    .mt_40 {
        margin-top: 20px;
    }
    .par-pay {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 41px;
    }
    .par-pay__content {
        max-width: 100%;
    }
    .par-pay .h3 {
        font-size: 18px;
        margin-bottom: 20px;
        line-height: calc(75px / 3);
    }
    .par-pay__item:not(:last-child) {
        margin-bottom: 12px;
    }
    .par-pay__text {
        width: 100%;
    }
    body  h4 {
        font-size: 14px;
    }
    .par-pay__item h4 {

        line-height: 20px;
    }
    .par-pay__item p {
        font-size: 12px;
        line-height: 17px;
    }
    .par-pay__item .btn {
        max-width: 100%;
    }
    .par-pay__war {
        max-width: 100%;
        margin-top: 0;
        gap: 8px;
    }
    .prod-pay {
        margin-top: 40px;
        padding-bottom: 20px;
    }
    .prod-pay .h3 {
        font-size: 18px;
        line-height: 25px;
        margin-bottom: 18px;
    }
    .prod-pay__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod-pay__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 8px;
    }
    .prod-pay__item {
        aspect-ratio: 1;
        width: calc(50% - 4px);
        min-height: 156px;
        padding: 11px;
    }
    .prod-pay__icon {
        height: 18px;
    }
    .prod-pay__item_t .prod-pay__img {
        width: 90px;
    }
    .prod-pay__item::after {
        width: 20px;
        height: 20px;
        left: 11px;
        bottom: 12px;
    }
    .par-pay__item {
        gap: 20px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .prod-pay__item_d .prod-pay__img {
        width: 68px;
    }
    .prod-pay__item_s .prod-pay__img {
        width: 78px;
    }
    .intro-about {
        gap: 20px;
    }
    .intro-about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .mt_40 {
        margin-top: 20px;
    }
    .about .text p {
        font-size: 16px;
        line-height: 22px;
    }
    .intro-about__content p:nth-child(1) {
        margin-bottom: 12px;
    }
    .intro-about__img {
        width: 100%;
        aspect-ratio: 320 / 380;
    }
    .xl {
        display: none;
    }
    .sm {
        display: block;
    }
    .avd-a {
        margin-top: 40px;
    }
    .avd-a .subtitle {
        margin-bottom: 12px;
    }
    .avd-a__list {
        gap: 12px;
    }
    .avd-a__item:nth-child(1), .avd-a__item:nth-child(2) {
        padding-right: 120px !important;
    }
    .avd-a__item {
        min-height: 140px;
    }
    .avd-a__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .avd-a__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
    }
    .avd-a__content {
        max-width: 180px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .avd-a__content p {
        margin-top: 0;
        font-size: 14px;
        line-height: 20px;
    }
    .avd-a__item:nth-child(1) .avd-a__img, .avd-a__item:nth-child(2) .avd-a__img {
        max-width: 184px;
    }
    .avd-a__img img {
        max-height: 136px;
    }
    .avd-a__item:nth-child(9) .avd-a__img img {
        max-height: 105px;
        max-width: 194px;
    }
    .avd-a__item:nth-child(5) .avd-a__img img {

        max-width: 160px;
        margin-right: 20px !important;
    }
    .avd-a__content::before {
        display: none;
    }
    .avd-a__item:nth-child(5) {
        padding-right: 164px !important;
    }
    .about-bottom {
        margin-top: 40px;
        padding-top: 40px;
        padding-bottom: 40px;
        margin-bottom: -45px;
    }

    .about-bottom-list {
        flex-direction: column;
        gap: 20px;
    }

    .about-bottom-title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .about-bottom-text {
        font-size: 14px;
    }
    .map-ms {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-top: 20px;
        gap: 20px;
    }
    .map-ms__phone {
        font-size: 20px;
        line-height: 35px;
    }
    .map-ms__content .title {
        font-size: 16px;
        line-height: 22px;
    }
    .title:not(:first-child) {
        margin-top: 8px;
    }
    .map-ms__bottom ul:not(:last-child) {
        margin-bottom: 12px;
    }
    .text ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    .text p, .text li {
        font-size: 14px;
        line-height: 20px;
    }
    .ms-serve {
        margin-top: 40px;
    }
    .ms-serve .h3 {
        margin-bottom: 20px;
    }
    .ms-serve__list {
        gap: 20px 8px;
    }
    .ms-serve__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .ms-serve__list .ms-serve__item:nth-child(1) {
        order: 1;
    }
    .ms-serve__item:not(.ms-serve__item_info) {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
    .ms-serve__item:not(.ms-serve__item_info) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 4px);
        flex: 0 0 calc(50% - 4px);
    }

    .ms-serve__item p {
        font-size: 14px;
        line-height: 20px;
    }
    .ms-serve__list .ms-serve__item:nth-child(2) {
        order: 3;
    }
    .ms-serve__list .ms-serve__item:nth-child(3) {
        order: 2;
    }
    .ms-serve__list .ms-serve__item:nth-child(4) {
        order: 4;
    }
    .ms-serve__list .ms-serve__item_info {
        order: 5;
    }
    .ms-serve__item_info .flex {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .ms-serve__item_info .flexi-cc {
        margin-top: 0;
    }
    .ms-serve__item p {
        font-size: 14px;
        line-height: 20px;
    }
    .ms-serve__include {
        margin-top: 40px;
    }
    .ms-serve .ms-serve__include .h3, .ms-text .subtitle {
        margin-bottom: 12px;
    }
    .ms-serve__include .text {
        flex-direction: column;
        gap: 8px;
    }
    .ms-serve__include .text div:nth-child(1) {
        min-width: 100%;
    }
    .ms-serve__include ul {
        -webkit-columns: 1;
        -moz-columns: 1;
        columns: 1;
    }
    .text ul li:not(:last-child) {
        margin-bottom: 8px;
    }
    .ms-text {
        padding: 20px 0px 40px;
        margin: 20px 0 -18px;
    }
    .ms-serve .ms-serve__include .h3, .ms-text .subtitle {
        margin-bottom: 12px;
    }
    .text ol li:not(:last-child) {
        margin-bottom: 9px;
    }
    .ms-serve__item_info {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        margin-left: 0;
    }
    .ms-text__wrap.text h4 {
        font-size: 14px;
    }
    .ms-serve .text li {font-size:16px}


}
