header + .section {
    overflow-x: hidden;
}

.content_width_full h1 {
    position: relative;
    margin: 64px 0 36px;
}

.content_width_full h1::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: -50px;
    left: -50vw;
    width: 1200vw;
    height: 560px;
    background: linear-gradient(to bottom, #E4ECF2, #E6EDF3, #F8FAFC, white);
}

h1 {
    margin-bottom: 32px;
    font-size: 35px;
    color: #3C6B9B;
    text-transform: uppercase;
}

.dispatch-section__description {
    max-width: 802px;
    margin: 0 auto -24px;
    font-size: 24px;
    line-height: 1.54;
    text-align: center;
}

.dispatch-section__pics {
    display: flex;
    margin: 35px -18px 0;
}

.arm .slick-dots {
    bottom: -30px;
}

.dispatch-section__pic {
    display: flex !important;
    justify-content: space-around;
    padding: 0 18px;
    gap: 30px;
}

.dispatch-section__img {
    width: 100%;
    max-width: none;
    height: 239px;
    object-fit: contain;
}

.dispatch-section .btn-green {
    min-width: 250px;
    margin-bottom: 20px;
    margin-top: 45px;
    padding: 15px 60px;
    font-size: 16px;
}

.section-card {
    background: rgba(238, 243, 247, 0.49);
    padding: 60px 42px;
    border-radius: 20px;
}

.section-card p {
    font-weight: normal;
}

.section-card.linear {
    background: rgb(230, 237, 243);
    background: linear-gradient(180deg, rgba(230, 237, 243, 1) 0%, rgba(248, 250, 252, 1) 40%, rgba(255, 255, 255, 1) 100%);
}

.section-card__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    max-width: 460px;
    font-size: 22px;
    margin-bottom: 11px;
}

.section-card__header img {
    height: 60px;
    margin: 0 18px;
}

.options p {
    font-size: 18px;
}

.options>li {
    list-style-image: url(vector.png);
    padding-left: 8px;
}

.sub-options {
    list-style: disc;
    margin-top: -16px;
    margin-bottom: 16px;
    margin-left: -5px;
}

.dispatch-section__possibilities-box {
    display: flex;
    gap: 15px;
}

.dispatch-section__possibility {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-basis: 50%;
}

.dispatch-section__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin: 28px -20px 0;
}

.dispatch-section__badge {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 44px;
    padding: 0 15px;
    background: #E6EDF3;
    border-radius: 30px;
    font-weight: 600;
    font-size: 22px;
    line-height: 1;
    text-align: center;
    color: #3C6B9B;
    transform: 0.2s;
}

.dispatch-section__badge:hover {
    color: #0065cd;
}

.dispatch-section__badge-text {
    border-bottom: 0.1em dotted;
}

.dispatch-section__possibilities-text {
    max-width: 860px;
    margin: 62px auto 34px;
    text-align: center;
    font-size: 22px;
    line-height: 1.55;
}

.dispatch-section__possibilities-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-bottom: 58px;
}

.dispatch-section__possibilities-button {
    max-width: 370px;
}

.dispatch-section__possibilities-head {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    position: relative;
    z-index: 1;
}

.dispatch-section__possibilities-head::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: -15px;
    width: 100%;
    height: 100%;
    background: #FBFBFB;
    border-radius: 30px;
}

.dispatch-section__possibilities-logo {
    width: 46px;
    flex-shrink: 0;
}

.dispatch-section__possibilities-description {
    margin-left: 57px;
}

.dispatch-section__possibilities-item {
    padding-left: 10px;
    margin-top: 17px;
    margin-left: -18px;
    list-style-image: url(vector.png);
}

.dispatch-section__possibilities-unit {
    position: relative;
    z-index: 1;
}

.arm__features-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 588px;
    height: 100%;
}

.dispatch-section__video {
    margin-top: 0;
}



.flex {
    display: flex;
}

.section-card h3 {
    font-size: 24px;
    color: #3C6B9B;
    margin-top: 0;
}

.section-card table a {
    color: #3C6B9B;
    border-bottom: 1px solid #3C6B9B;
    font-weight: 200;
}

.section-card table {
    border-spacing: 0;
    border: 1px solid #E5E5E5;
    border-radius: 20px;
    text-align: left;
    overflow: hidden;
    width: 100%;
}

.section-card table th {
    background-color: #EDF1F5;
    vertical-align: top;
}

.section-card table th:first-child {
    padding: 25px 22px 20px 30px;
}

.section-card table th:last-child {
    padding: 25px 30px 20px 0;
}

.section-card table tbody tr:first-child td {
    padding-top: 15px;
}

.section-card table tbody tr:last-child td {
    padding-top: 15px;
    padding-bottom: 30px;
}

.section-card table td {
    padding: 5px;
}

.section-card table td:first-child {
    padding: 5px 5px 5px 30px;
}

.section-card table td:last-child {
    padding: 5px 30px 5px 5px;
}

.section-card>div>ul>li:not(:last-child) {
    margin-bottom: 20px;
}

.left-side .section-card {
    height: 100%;
}

.price .btn-green {
    max-width: 300px;
    width: 100%;
    padding: 15px 35px;
}

.price .btn-green.empty {
    background-color: transparent;
    border: 1px solid #39b54a;
    color: #39b54a;
}

.price .btn-green.empty:hover {
    background-color: #03be70d2;
    color: #fff;
}

.law-logo {
    margin-right: 30px;
    width: 70px;
}

.law-logo img {
    max-width: none;
}

.law-content-cards {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-left: -15px;
}

.law-content-card {
    margin: 15px;
    width: 30%;
}

.law-content-card h2 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 15px;
}

.law-content-card__desc {
    font-weight: 600;
    margin-bottom: 15px;
}

.law-content .flex {
    align-items: center;
    justify-content: space-around;
    margin-top: 100px;
    width: 100%;
}

.law-content .dispatch-section__question {
    justify-content: space-between;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.combinations {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    max-width: 895px;
    margin: 0 auto;
}

.combination-card {
    margin-bottom: 45px;
    position: relative;
}

.combination-tips {
    display: none;
    background-color: #F7F9FB;
    border-radius: 20px;
    padding: 50px;
    position: absolute;
    left: 20%;
    top: 20%;
    width: max-content;
    box-shadow: 4px 4px 25px 0 rgb(0 0 0 / 15%);
    z-index: 100;
}

.combination-tips ul {
    margin-bottom: 0;
    padding: 0;
    padding-left: 10px;
}

#fancybox-content img {
    width: 97%;
    height: 97%;
}

.catalog-container {
    border-radius: 20px;
    background: rgba(238, 243, 247, 0.49);
    padding: 58px 0 52px 54px;
    position: relative;
}

.catalog-container>.btn-green {
    margin: 0;
}

.catalog-img-container {
    position: relative;
}

.catalog-img-container>img {
    position: absolute;
    box-shadow: 4px 4px 25px 0px rgba(0, 0, 0, 0.15);
}

.catalog-img-container>img.img_1 {
    left: 448px;
    top: 78px;
    width: 196px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 5px;
}

.catalog-img-container>img.img_2 {
    left: 448px;
    top: 122px;
    width: 196px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 5px;
}

.catalog-img-container>img.img_3 {
    left: 448px;
    top: 163px;
    width: 196px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 5px;
}

.catalog-img-container>img.img_4 {
    left: 448px;
    top: 207px;
    width: 196px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 5px;
}

.catalog-img-container>img.img_5 {
    left: 448px;
    top: 250px;
    width: 196px;
    height: 34px;
    flex-shrink: 0;
    border-radius: 5px;
}

.catalog-img-container>img.phone_1 {
    left: 573px;
    top: -16px;
    width: 172px;
    height: 372px;
    flex-shrink: 0;
    border-radius: 10px;
}

.catalog-img-container>img.phone_2 {
    left: 773px;
    top: -16px;
    width: 172px;
    height: 372px;
    flex-shrink: 0;
    border-radius: 10px;
}

.catalog-img-container>img.element {
    left: 826px;
    top: 207px;
    width: 216px;
    height: 88px;
    flex-shrink: 0;
    border-radius: 10px;
}

.catalog-header {
    display: flex;
    gap: 38px;
    align-items: center;
    margin-bottom: 28px;
}

.catalog-header>div {
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-transform: uppercase;
}

.catalog-text {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 155%;
    /* 27.9px */
    width: 440px;
    margin-bottom: 29px;
}

.dispatch-section__tabs,
.dispatch-section__tabs-box {
    display: flex;
    justify-content: center;
}

.dispatch-section__tabs-box {
    border: 1px solid #e8eaed;
    border-radius: 25px;
}

.dispatch-section__tab {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 50px;
    padding: 0 25px;
    color: #60676f;
    border-radius: 100px;
    cursor: pointer;
    user-select: none;
    transition: 0.2s;
}

.dispatch-section__tab_active {
    color: black;
    background: #E8EAED;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}

.dispatch-section__tab:hover {
    color: black;
}

.dispatch-section__slider {
    max-width: 1010px;
    margin: 61px auto;
}

.dispatch-section__slide-title {
    margin-bottom: 36px;
    text-align: center;
}

.dispatch-section__slider:not(.slick-initialized) .ispatch-section__slide:not(:first-child) {
    display: none;
}

.dispatch-section__slide-pic {
    height: 587px;
    border-radius: 10px;
    background: #FBFBFB;
    border: 1px solid #f0efeb;
    overflow: hidden;
}

.dispatch-section__slide-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dispatch-section__slider .slick-arrow {
    top: auto;
    bottom: calc((587px - 48px) / 2);
    margin: 0;
    width: 26px;
    height: 48px;
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg width='26' height='48' viewBox='0 0 26 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M24.7149 44.6683L4.56562 23.9979L24.7149 3.32747C25.0757 2.95816 25.2776 2.46239 25.2776 1.94614C25.2776 1.42989 25.0757 0.934115 24.7149 0.564803C24.5397 0.385982 24.3306 0.24392 24.0998 0.146937C23.869 0.0499542 23.6212 0 23.3708 0C23.1205 0 22.8726 0.0499542 22.6418 0.146937C22.411 0.24392 22.2019 0.385982 22.0267 0.564803L0.587042 22.5545C0.210632 22.9407 -3.24249e-05 23.4586 -3.24249e-05 23.9979C-3.24249e-05 24.5372 0.210632 25.0551 0.587042 25.4413L22.0226 47.431C22.1979 47.611 22.4075 47.7542 22.6391 47.8519C22.8707 47.9496 23.1195 48 23.3708 48C23.6222 48 23.871 47.9496 24.1025 47.8519C24.3341 47.7542 24.5437 47.611 24.7191 47.431C25.0798 47.0617 25.2817 46.5659 25.2817 46.0496C25.2817 45.5334 25.0798 45.0376 24.7191 44.6683H24.7149Z' fill='%233C6B9B'/%3E%3C/svg%3E%0A");
    transition: opacity 0.2s;
}

.dispatch-section__slider .slick-arrow:hover {
    opacity: 0.7;
}

.dispatch-section__slider .slick-prev {
    left: -60px;
    transform: rotateX(180deg);
}

.dispatch-section__slider .slick-next {
    right: -60px;
    transform: rotateY(180deg);
}

@media (min-width: 1200px) {
    h2.arm__title {
        margin-bottom: 34px;
    }

    .left-side {
        margin-right: 12px;
    }

    .right-side {
        margin-left: 12px;
    }
}

@media (min-width: 991px) {
    .combination-card:hover .combination-tips {
        display: block;
    }
}

@media (max-width: 1200px) {
    .law-content-card {
        margin: 15px;
        width: 45%;
    }
}

@media (max-width: 1199.98px) {
    .section-card {
        padding: 40px 26px;
    }

    .section-card table a {
        color: #fff;
    }

    .section-card h3 {
        padding: 0 15px;
    }

    .section-card table th:first-child {
        padding: 25px 22px 20px 10px;
    }

    .section-card table th:last-child {
        padding: 25px 10px 20px 0;
    }

    .section-card table td:first-child {
        padding: 5px 5px 5px 10px;
    }

    .section-card table td:last-child {
        padding: 5px 10px 5px 5px;
    }

    .catalog-text {
        width: auto;
        color: #000;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 300;
        line-height: 155%;
        /* 24.8px */
    }

    .catalog-container {
        padding: 60px 12px 53px 25px;
    }

    .catalog-header {
        gap: 20px;
    }

    .catalog-header>div {
        color: #000;
        font-family: Roboto;
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        text-transform: uppercase;
    }

    .catalog-header>img {
        width: 40px;
        height: 40px;
        flex-shrink: 0;
    }

    .catalog-img-container {
        display: none;
    }

    .catalog-container>.btn-green {
        width: 289px;
        color: #FFF;
        text-align: center;
        font-family: Roboto;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        /* 187.5% */
        padding: 10px 30px;
    }

    .dispatch-section__slide-pic {
        height: 592px;
    }
}

@media (max-width: 991px) {
    .dispatch-section__description {
        margin-bottom: -18px;
    }

    .flex {
        flex-wrap: wrap;
    }

    .price .flex {
        justify-content: center;
    }

    .price .left-side,
    .price .right-side {
        width: auto;
        margin: 0;
    }

    .price .left-side {
        margin-bottom: 45px;
    }

    .combinations {
        justify-content: center;
    }

    .combination-card .combination-tips.active {
        display: block;
    }

    .dispatch-section__img {
        height: 192px;
    }

    .dispatch-section__possibilities-box {
        display: flex;
        flex-direction: column;
    }

    .dispatch-section__slide-pic {
        height: 404px;
    }

    .law-content .dispatch-section__question {
        gap: 10px;
        margin-top: 60px;
        justify-content: center;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .vertical-img {
        width: 250px;
        margin: 0px 0px 40px 0px !important;
    }

    ul.details {
        margin-bottom: 0px;
    }

    .img {
        max-width: 100%;
        margin: 0px 0px 50px 0px;
    }

    .law-content-card {
        margin: 15px;
        width: 90%;
    }

    .combination-card .combination-tips.active {
        display: block;
        padding: 35px;
        width: inherit;
        left: 0;
        word-wrap: break-word;
    }

    .price .btn-green {
        padding: 15px 25px !important;
    }
}

@media (max-width: 767px) {
    h1 {
        margin-bottom: 20px;
        font-size: 27px;
    }

    .section-card {
        padding: 25px 15px;
    }

    .dispatch-section__description {
        margin-bottom: 30px;
        font-size: 18px;
    }

    .arm__front-buttons {
        margin-top: 32px;
    }

    .dispatch-section__img {
        height: 55vw;
        max-height: 296px;
    }

    .dispatch-section__badges {
        margin-top: 20px;
    }

    .dispatch-section__badge {
        font-size: 19px;
    }

    .dispatch-section__possibilities-description {
        margin-left: 25px;
    }

    .dispatch-section__possibilities-buttons {
        flex-direction: column;
        align-items: center;
    }

    .dispatch-section__possibilities-head {
        align-items: flex-start;
        margin-bottom: 20px;
    }

    .dispatch-section__possibilities-logo {
        margin-top: 5px;
    }

    .dispatch-section__slider {
        margin-top: 30px;
    }

    .dispatch-section__slide-pic {
        height: 53vw;
        max-height: 296px;
    }

    .dispatch-section__slide-title {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .flex {
        flex-wrap: nowrap;
        flex-direction: column;
    }

    .image-map-desk {
        display: none;
    }

    .dispatch-section.price .section-card {
        padding: 40px 10px;
    }

    .dispatch-section__tabs-box {
        flex-direction: column;
    }
}

@media (min-width: 769px) {
    .left-side {
        margin-right: 12px;
    }

    .right-side {
        margin-left: 12px;
    }

    .vertical-img {
        width: 280px;
    }
}
