@charset "UTF-8";
@font-face {
    font-family: Cygre;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Cygre-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Haval;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Haval-Regular.woff2) format("woff2");
}
@font-face {
    font-family: Cygre;
    font-style: normal;
    font-weight: 500;
    src: url(../fonts/Cygre-Medium.woff2) format("woff2");
}
@font-face {
    font-family: Cygre;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Cygre-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: Cygre;
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/Cygre-SemiBold.woff2) format("woff2");
}
@font-face {
    font-family: Cygre;
    font-style: normal;
    font-weight: 900;
    src: url(../fonts/Cygre-Black.woff2) format("woff2");
}
body,
html {
    height: 100%;
    scroll-behavior: smooth;
    scroll-padding-top: 112px;
}
body {
    font-family: Cygre, sans-serif;
    font-size: 1.125em;
    line-height: 1.222222;
    width: 100%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #9196a4;
    background-color: #f6f7f9;
    font-weight: 400;
    leading-trim: both;
    text-edge: cap;
}
@media all and (max-width: 575px) {
    body {
        font-size: 0.875em;
        line-height: 1.214285;
    }
}
footer,
header {
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
ul {
    list-style: none;
    margin: 0;
}
p {
    font-style: normal;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    font-style: normal;
    margin: 0;
}
.heading {
    margin-bottom: 64px;
}
@media all and (max-width: 1199px) {
    .heading {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 575px) {
    .heading {
        margin-bottom: 32px;
    }
}
.heading h2 {
    font-family: Haval, sans-serif;
    font-size: 24px;
    line-height: 120%;
    font-weight: 400;
}
@media all and (max-width: 575px) {
    .heading h2 {
        font-size: 14px;
    }
}
.heading h3 {
    font-family: Haval, sans-serif;
    font-size: 48px;
    line-height: 120%;
    font-weight: 400;
    margin-top: 32px;
    color: #28335c;
}
@media all and (max-width: 1199px) {
    .heading h3 {
        font-size: 40px;
    }
}
@media all and (max-width: 575px) {
    .heading h3 {
        font-size: 24px;
        margin-top: 24px;
    }
}
.heading.heading-white h2 {
    color: #394053;
}
.heading.heading-white h3 {
    color: #fff;
}
.heading.heading-red h2 {
    color: #e31e23;
}
.heading.heading-big h2 {
    font-size: 48px;
    line-height: 120%;
    font-weight: 400;
    color: #28335c;
}
@media all and (max-width: 1199px) {
    .heading.heading-big h2 {
        font-size: 40px;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-big h2 {
        font-size: 24px;
    }
}
.heading.heading-page h1 {
    font-family: Haval, sans-serif;
    font-size: 48px;
    line-height: 120%;
    font-weight: 400;
    color: #28335c;
}
@media all and (max-width: 1199px) {
    .heading.heading-page h1 {
        font-size: 40px;
    }
}
@media all and (max-width: 767px) {
    .heading.heading-page h1 {
        font-size: 36px;
    }
}
@media all and (max-width: 575px) {
    .heading.heading-page h1 {
        font-size: 24px;
    }
}
.heading.heading-medium h1 {
    font-family: Haval, sans-serif;
    font-size: 32px;
    line-height: 120%;
    font-weight: 400;
    color: #28335c;
}
@media all and (max-width: 575px) {
    .heading.heading-medium h1 {
        font-size: 24px;
    }
}
.heading.heading-medium.heading__search .dgwt-wcas-search-wrapp {
    max-width: 600px;
}
.heading.heading-32 {
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    .heading.heading-32 {
        margin-bottom: 24px;
    }
}
.heading.heading__search {
    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;
    gap: 0 32px;
}
@media all and (max-width: 1199px) {
    .heading.heading__search {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
@media all and (max-width: 1199px) {
    .heading.heading__search h1 {
        margin-bottom: 24px;
    }
}
.heading.heading__search .dgwt-wcas-search-wrapp {
    max-width: 784px;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 1660px) {
    .heading.heading__search .dgwt-wcas-search-wrapp {
        max-width: 500px !important;
    }
}
@media all and (max-width: 1199px) {
    .heading.heading__search .dgwt-wcas-search-wrapp {
        max-width: none !important;
    }
}
.heading.heading__search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background-color: transparent;
    padding: 0;
}
.heading.heading__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input {
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #cfd2e3;
    color: #cfd2e3;
    padding-left: 54px;
}
.heading.heading__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input::-webkit-input-placeholder {
    color: #cfd2e3;
    opacity: 1;
}
.heading.heading__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input::-moz-placeholder {
    color: #cfd2e3;
    opacity: 1;
}
.heading.heading__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input::-ms-placeholder {
    color: #cfd2e3;
    opacity: 1;
}
.heading.heading__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input::-webkit-input-placeholder {
    color: #cfd2e3;
    opacity: 1;
}
.heading.heading__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input::-moz-placeholder {
    color: #cfd2e3;
    opacity: 1;
}
.heading.heading__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input:-ms-input-placeholder {
    color: #cfd2e3;
    opacity: 1;
}
.heading.heading__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input::-ms-input-placeholder {
    color: #cfd2e3;
    opacity: 1;
}
.heading.heading__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    input[type="search"].dgwt-wcas-search-input::placeholder {
    color: #cfd2e3;
    opacity: 1;
}
.heading.heading__search
    .dgwt-wcas-style-pirx.dgwt-wcas-has-submit
    .dgwt-wcas-search-submit
    svg
    path {
    fill: #cfd2e3;
}
.heading.heading__search
    .dgwt-wcas-style-pirx
    .dgwt-wcas-sf-wrapp
    button.dgwt-wcas-search-submit {
    top: 11px;
}
.btn {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #e31e23;
    padding: 12px 38px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border: none;
    border-radius: 24px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    position: relative;
    margin-right: 48px;
}
.btn::after {
    position: absolute;
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #e31e23;
    background-size: 16px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_2.svg);
    top: 0;
    bottom: 0;
    right: -48px;
    margin: auto;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(-45deg, #ba0e13, rgba(255, 255, 255, 0.6));
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.btn:hover {
    color: #fff;
    background-color: #f2181e;
}
.btn:hover::after {
    background-color: #f2181e;
}
.btn:active {
    color: #fff;
    background-color: #d41116;
}
.btn:active::after {
    background-color: #d41116;
}
.btn:active:before {
    opacity: 1;
    visibility: visible;
}
.btn.btn-gray {
    background-color: #3c4152;
}
.btn.btn-gray:before {
    background: linear-gradient(-45deg, #ba0e13, rgba(255, 255, 255, 0.6));
    opacity: 1;
    visibility: visible;
}
.btn.btn-gray:hover {
    background-color: #4e5059;
}
.btn.btn-gray:active:before {
    background: linear-gradient(-45deg, #ba0e13, rgba(186, 14, 19, 0.1));
}

.btn.btn-light-blue {
    background-color: #455380;
}
.btn.btn-light-blue:before {
    background: linear-gradient(-45deg, #ba0e13, rgba(255, 255, 255, 0.6));
    opacity: 1;
    visibility: visible;
}
.btn.btn-light-blue:hover {
    background-color: #4f5f8f;
}
.btn.btn-light-blue:active:before {
    background: linear-gradient(-45deg, #ba0e13, rgba(186, 14, 19, 0.1));
}

.btn.btn-blue {
    background-color: #28335c;
    border: 1px solid #28335c;
}
.btn.btn-blue:before {
    background: linear-gradient(-45deg, #687bc8, rgba(60, 73, 121, 0.6));
}
.btn.btn-blue:hover {
    background-color: #324073;
}
.btn.btn-blue:active {
    background-color: #324073;
}
.btn.btn-simple {
    margin-right: 0;
}
.btn.btn-simple.w-100 {
    width: 100% !important;
}
.btn.btn-simple::after {
    display: none;
}
.btn.w-100 {
    width: calc(100% - 48px) !important;
}
@media all and (max-width: 575px) {
    .btn.btn-100 {
        width: calc(100% - 48px) !important;
    }
}
.button {
    display: inline-block;
    text-align: center;
    color: #fff;
    background-color: #28335c;
    border: 1px solid #28335c;
    padding: 12px 38px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    border: none;
    border-radius: 24px;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    position: relative;
}
@media all and (max-width: 767px) {
    .button {
        font-size: 12px;
        padding: 4px 10px;
    }
}
.button:hover {
    background-color: #324073;
    color: #fff;
}
.button:active {
    background-color: #324073;
}
.button#place_order {
    padding: 12px 38px;
    font-size: 16px;
}
@media all and (max-width: 575px) {
    .button#place_order {
        width: 100%;
    }
}
.added_to_cart.wc-forward {
    text-align: center;
    color: #324073;
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
}
.btn-380 {
    min-width: 332px;
}
@media all and (max-width: 575px) {
    .btn-100 {
        max-width: none !important;
        width: 100% !important;
        min-width: inherit !important;
    }
}
a {
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    text-decoration: none;
}
a:active,
a:focus,
a:hover {
    text-decoration: none;
}
button {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
button:active,
button:focus {
    outline: 0;
}
button:disabled,
button[disabled] {
    border: none;
    background-color: #4a4b52;
    color: #929398;
    pointer-events: all !important;
}
button:disabled::after,
button[disabled]::after {
    background-color: #4a4b52;
}
button:disabled:hover,
button[disabled]:hover {
    background-color: #4a4b52;
    color: #929398;
    pointer-events: all !important;
}
button:disabled:hover::after,
button[disabled]:hover::after {
    background-color: #4a4b52;
}
:focus {
    outline: 0;
}
* {
    -webkit-tap-highlight-color: transparent;
    margin: 0;
    padding: 0;
}
img {
    max-width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.center {
    text-align: center;
}
.stop-scrolling {
    height: 100%;
    overflow: hidden;
}
input,
textarea {
    outline: 0 !important;
    border-radius: 0;
}
input.wpcf7-submit {
    cursor: pointer;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
}
details summary::-webkit-details-marker {
    display: none;
}
details > summary {
    list-style: none;
}
.swiper-button-disabled {
    cursor: pointer !important;
    pointer-events: auto !important;
}
section {
    margin-bottom: 164px;
}
@media all and (max-width: 1660px) {
    section {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1199px) {
    section {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 575px) {
    section {
        margin-bottom: 64px;
    }
}
.mb-0 {
    margin-bottom: 0 !important;
}
@media all and (max-width: 575px) {
    .row-8 {
        margin-left: -4px;
        margin-right: -4px;
    }
}
@media all and (max-width: 575px) {
    .row-8 .box-8 {
        padding-left: 4px;
        padding-right: 4px;
    }
}
.hidden {
    display: none;
}
.fancybox__backdrop {
    background: rgba(10, 14, 26, 0.6);
}
.modal {
    color: #9196a4;
    max-width: 504px;
    width: 100%;
    border-radius: 20px;
    padding: 40px;
}
@media all and (max-width: 575px) {
    .modal {
        padding: 24px;
    }
}
.modal .modal__heading {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .modal .modal__heading {
        margin-bottom: 16px;
    }
}
.modal .modal__heading h2 {
    font-weight: 600;
    font-size: 36px;
    line-height: 100%;
    color: #374575;
}
@media all and (max-width: 575px) {
    .modal .modal__heading h2 {
        font-size: 24px;
    }
}
.modal-thanks .icon {
    text-align: center;
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    .modal-thanks .icon {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 575px) {
    .modal-thanks .icon img {
        width: 48px;
        height: 48px;
    }
}
.modal-thanks .modal__text {
    background-color: #f4f7fb;
    border-left: 4px solid #28335c;
    border-radius: 12px;
    padding: 16px 24px;
    font-size: 14px;
}
@media all and (max-width: 575px) {
    .modal-thanks .modal__text {
        font-size: 12px;
    }
}
.modal-thanks .modal__text strong {
    font-weight: 500;
}
.form__inner.form__inner-transparent .form__item {
    margin-bottom: 16px;
}
.form__inner.form__inner-transparent .form__item input {
    height: 50px;
    border: none;
    border-bottom: 1px solid #8d96b3;
    border-radius: 0;
    background-color: transparent;
    color: #8d96b3;
}
@media all and (max-width: 575px) {
    .form__inner.form__inner-transparent .form__item input {
        height: 40px;
    }
}
.form__inner.form__inner-transparent
    .form__item
    input::-webkit-input-placeholder {
    color: #8d96b3;
    opacity: 1;
}
.form__inner.form__inner-transparent .form__item input::-moz-placeholder {
    color: #8d96b3;
    opacity: 1;
}
.form__inner.form__inner-transparent .form__item input::-ms-placeholder {
    color: #8d96b3;
    opacity: 1;
}
.form__inner.form__inner-transparent
    .form__item
    input::-webkit-input-placeholder {
    color: #8d96b3;
    opacity: 1;
}
.form__inner.form__inner-transparent .form__item input::-moz-placeholder {
    color: #8d96b3;
    opacity: 1;
}
.form__inner.form__inner-transparent .form__item input:-ms-input-placeholder {
    color: #8d96b3;
    opacity: 1;
}
.form__inner.form__inner-transparent .form__item input::-ms-input-placeholder {
    color: #8d96b3;
    opacity: 1;
}
.form__inner.form__inner-transparent .form__item input::placeholder {
    color: #8d96b3;
    opacity: 1;
}
.form__inner.form__inner-transparent .form__submit {
    margin-top: 32px;
}
.form__inner.form__inner-transparent .form__policy .policy {
    margin-top: 16px;
    margin-bottom: 0;
}
.form__inner .form__item {
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    .form__inner .form__item {
        margin-bottom: 8px;
    }
}
.form__inner .form__item input {
    width: 100%;
    height: 56px;
    border-radius: 10px;
    background-color: #f4f7fb;
    border: 1px solid #cfd2e3;
    font-size: 16px;
    color: #70798e;
    padding: 0 16px;
}
@media all and (max-width: 575px) {
    .form__inner .form__item input {
        height: 48px;
    }
}
.form__inner .form__item input::-webkit-input-placeholder {
    color: #70798e;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder {
    color: #70798e;
    opacity: 1;
}
.form__inner .form__item input::-ms-placeholder {
    color: #70798e;
    opacity: 1;
}
.form__inner .form__item input::-webkit-input-placeholder {
    color: #70798e;
    opacity: 1;
}
.form__inner .form__item input::-moz-placeholder {
    color: #70798e;
    opacity: 1;
}
.form__inner .form__item input:-ms-input-placeholder {
    color: #70798e;
    opacity: 1;
}
.form__inner .form__item input::-ms-input-placeholder {
    color: #70798e;
    opacity: 1;
}
.form__inner .form__item input::placeholder {
    color: #70798e;
    opacity: 1;
}
.form__inner .form__policy.form__policy-mb-16 .policy {
    margin-bottom: 16px;
}
.form__inner .form__policy .policy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    .form__inner .form__policy .policy {
        margin-top: 16px;
        margin-bottom: 24px;
    }
}
.form__inner .form__policy .policy .text.text-white p {
    color: #99a9c8;
}
.form__inner .form__policy .policy .text.text-white p a {
    color: #fff;
}
.form__inner .form__policy .policy .text p {
    color: #70798e;
    font-size: 12px;
    line-height: 14px;
}
.form__inner .form__policy .policy .text p a {
    color: #70798e;
}
.form__inner .form__policy .policy .text p a:hover {
    text-decoration: underline;
}
.form__inner .form__policy .policy .checkbox {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 10px;
    position: relative;
    width: 20px;
    height: 20px;
}
.form__inner .form__policy .policy .checkbox span.wpcf7-form-control-wrap {
    margin-bottom: 0;
    height: auto;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap:before {
    display: none;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input {
    position: absolute;
    opacity: 0;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    width: 20px;
    height: 20px;
    display: block;
    z-index: 1000;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label {
    background-color: #374575;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    input:checked
    ~ .wpcf7-list-item-label:after {
    display: block;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #cfd2e3;
    background-color: #f4f7fb;
    border-radius: 2px;
    color: transparent;
}
.form__inner
    .form__policy
    .policy
    .checkbox
    span.wpcf7-form-control-wrap
    span.wpcf7-acceptance
    span.wpcf7-list-item
    span.wpcf7-list-item-label:after {
    content: "";
    position: absolute;
    display: none;
    left: 6.5px;
    top: 3.5px;
    margin: auto;
    width: 7px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form__inner .form__submit {
    position: relative;
}
.form__inner .form__submit .wpcf7-spinner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.form__inner .form__note {
    padding: 15px 23px;
    background-color: #f4f7fb;
    border-radius: 12px;
    border-left: 3px solid #28335c;
    font-size: 14px;
    color: #70798e;
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    .form__inner .form__note {
        font-size: 12px;
        margin-bottom: 24px;
    }
}
.form__inner .form__note p strong {
    font-weight: 500;
    color: #28335c;
}
header {
    background-color: #0a0e1a;
    position: relative;
}
header.page {
    background-color: #f6f7f9;
}
header.page .header__top .wrapper .header__logo {
    display: none;
}
header.page .header__top .wrapper .header__logo-page {
    display: block;
}
header.page .header__top .wrapper .header__menu ul li.current-menu-item a {
    color: #28335c;
    background-color: rgba(207, 210, 227, 0.25);
}
header.page
    .header__top
    .wrapper
    .header__menu
    ul
    li.current-menu-item
    a::before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(227, 30, 35, 0.6)),
        to(rgba(227, 30, 35, 0.01))
    );
    background: linear-gradient(
        90deg,
        rgba(227, 30, 35, 0.6),
        rgba(227, 30, 35, 0.01)
    );
}
header.page .header__top .wrapper .header__menu ul li a {
    color: #28335c;
    border: 1px solid #cfd2e3;
}
header.page
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header__card
    .icon
    img {
    -webkit-filter: brightness(0) saturate(100%) invert(15%) sepia(62%)
        saturate(837%) hue-rotate(194deg) brightness(92%) contrast(87%);
    filter: brightness(0) saturate(100%) invert(15%) sepia(62%) saturate(837%)
        hue-rotate(194deg) brightness(92%) contrast(87%);
}
header.page
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .contacts
    ul
    li
    a {
    color: #28335c;
}
header.page
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button
    span {
    background: #28335c;
}
header .header__top {
    padding: 16px 0;
}
@media all and (max-width: 1199px) {
    header .header__top {
        padding: 8px 0;
    }
}
header .header__top .wrapper {
    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;
    gap: 30px;
}
header .header__top .wrapper .header__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
header .header__top .wrapper .header__logo img {
    width: 263px;
    height: auto;
}
@media all and (max-width: 1660px) {
    header .header__top .wrapper .header__logo img {
        width: 180px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__logo img {
        width: 129px;
    }
}
header .header__top .wrapper .header__logo-page {
    display: none;
}
header .header__top .wrapper .header__menu {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__menu {
        display: none;
    }
}
header .header__top .wrapper .header__menu ul {
    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;
    text-align: center;
}
header .header__top .wrapper .header__menu ul li.current-menu-item a {
    color: #fff;
    background-color: rgba(200, 207, 231, 0.25);
}
header .header__top .wrapper .header__menu ul li.current-menu-item a::before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 70, 46, 0.6)),
        to(rgba(255, 70, 46, 0.01))
    );
    background: linear-gradient(
        90deg,
        rgba(255, 70, 46, 0.6),
        rgba(255, 70, 46, 0.01)
    );
}
header .header__top .wrapper .header__menu ul li a {
    font-size: 16px;
    color: #d7d7d7;
    padding: 10.3px 20px;
    background: rgba(200, 207, 231, 0.15);
    border-radius: 32px;
    display: inline-block;
    position: relative;
}
@media all and (max-width: 1660px) {
    header .header__top .wrapper .header__menu ul li a {
        font-size: 14px;
        padding: 10.3px 16px;
    }
}
header .header__top .wrapper .header__menu ul li a:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.01)
    );
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
header .header__top .wrapper .header__contacts .contacts__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 24px;
}
@media all and (max-width: 1660px) {
    header .header__top .wrapper .header__contacts .contacts__inner {
        gap: 16px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__contacts .contacts__inner {
        gap: 12px;
    }
}
header .header__top .wrapper .header__contacts .contacts__inner .header__card {
    display: block;
    width: 48px;
    height: 48px;
    padding: 16px 4px 4px 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 1199px) {
    header
        .header__top
        .wrapper
        .header__contacts
        .contacts__inner
        .header__card {
        width: 32px;
        height: 32px;
        padding: 11px 2px 3px 8px;
    }
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header__card
    .icon {
    position: relative;
}
@media all and (max-width: 1199px) {
    header
        .header__top
        .wrapper
        .header__contacts
        .contacts__inner
        .header__card
        .icon
        img {
        width: 22px;
        height: 18px;
    }
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header__card
    .icon
    .count {
    position: absolute;
    top: -9px;
    left: -5px;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    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;
    min-width: 20px;
    height: 20px;
    padding: 5px;
    background-color: #e31e23;
    border-radius: 10px;
    color: #fff;
}
@media all and (max-width: 1199px) {
    header
        .header__top
        .wrapper
        .header__contacts
        .contacts__inner
        .header__card
        .icon
        .count {
        font-size: 10px;
        min-width: 16px;
        height: 16px;
        border-radius: 8px;
        top: -7px;
    }
}
@media all and (max-width: 1199px) {
    header .header__top .wrapper .header__contacts .contacts__inner .contacts {
        display: none;
    }
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .contacts
    ul
    li:not(:last-child) {
    margin-bottom: 4px;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .contacts
    ul
    li
    a {
    display: inline-block;
    color: #fff;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .contacts
    ul
    li
    a:hover {
    color: #e31e23;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .contacts
    ul
    li
    .phone {
    font-weight: 600;
    white-space: nowrap;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .contacts
    ul
    li
    .callback {
    font-size: 16px;
}
@media all and (max-width: 1660px) {
    header
        .header__top
        .wrapper
        .header__contacts
        .contacts__inner
        .btn-header {
        margin-right: 0;
        padding: 12px 20px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    header
        .header__top
        .wrapper
        .header__contacts
        .contacts__inner
        .btn-header::after {
        display: none;
    }
}
@media all and (max-width: 1199px) {
    header
        .header__top
        .wrapper
        .header__contacts
        .contacts__inner
        .btn-header {
        font-size: 12px;
        padding: 4px 16px;
    }
}
header .header__top .wrapper .header__contacts .contacts__inner .header_burger {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 1199px) {
    header
        .header__top
        .wrapper
        .header__contacts
        .contacts__inner
        .header_burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button {
    position: relative;
    width: 32px;
    height: 32px;
    display: block;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    cursor: pointer;
    z-index: 20;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button
    span {
    display: block;
    position: absolute;
    height: 1.5px;
    width: 100%;
    background: #fff;
    border-radius: 2px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button
    span:nth-child(1) {
    top: 12px;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button
    span:nth-child(2) {
    top: 18px;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button.open
    span:nth-child(1) {
    top: 15px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .burger_button.open
    span:nth-child(2) {
    top: 15px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0a0e1a;
    margin: 0;
    overflow: auto;
    z-index: 11;
    padding-top: 24px;
    top: 50px;
    padding-bottom: 64px;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle.slide {
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle.menuopen {
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner {
    height: 100%;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .container {
    padding-left: 12px;
    padding-right: 12px;
    height: 100%;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__wrapper {
    height: 100%;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 40px;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li:not(:last-child) {
    margin-bottom: 8px;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item:not(.menu-item-object-custom)
    a {
    color: #fff;
    background-color: rgba(200, 207, 231, 0.25);
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li.current-menu-item:not(.menu-item-object-custom)
    a::before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 70, 46, 0.6)),
        to(rgba(255, 255, 255, 0.07))
    );
    background: linear-gradient(
        90deg,
        rgba(255, 70, 46, 0.6),
        rgba(255, 255, 255, 0.07)
    );
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a {
    font-size: 14px;
    color: #d7d7d7;
    padding: 11.5px 30px 11.5px 20px;
    background: rgba(200, 207, 231, 0.15);
    border-radius: 32px;
    display: block;
    position: relative;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0.3)),
        to(rgba(255, 255, 255, 0.01))
    );
    background: linear-gradient(
        90deg,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.01)
    );
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__menu
    li
    a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_3.svg);
    width: 5px;
    height: 11px;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    .contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 32px;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    .contacts__wrapper
    .contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    .contacts__wrapper
    .contacts__item
    .item__content
    p {
    margin-bottom: 6px;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    .contacts__wrapper
    .contacts__item
    .item__content
    p
    a {
    color: #9196a4;
    font-weight: 400;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    .contacts__wrapper
    .contacts__item
    .item__content
    p
    a:hover {
    color: #e31e23 !important;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    .contacts__wrapper
    .contacts__item
    .item__content
    a {
    font-weight: 500;
    color: #fff;
}
header
    .header__top
    .wrapper
    .header__contacts
    .contacts__inner
    .header_burger
    .menu_toggle
    .toggle__inner
    .mobile__contacts
    .social {
    margin-bottom: 32px;
}
header .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 28px;
}
@media all and (max-width: 1199px) {
    header .social {
        gap: 20px;
    }
}
header .social a:hover {
    opacity: 0.8;
}
header #catalog-menu {
    position: absolute;
    z-index: 30;
    top: calc(100% - 30px);
    left: 0;
    right: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    opacity: 0;
    visibility: hidden;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
}
@media all and (max-width: 1400px) {
    header #catalog-menu {
        max-width: 1140px;
    }
}
@media all and (max-width: 1199px) {
    header #catalog-menu {
        display: none !important;
    }
}
header #catalog-menu.open {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
header #catalog-menu .wrapper {
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    scrollbar-gutter: stable;
    padding-top: 45px;
    padding-bottom: 10px;
    padding-left: 10px;
}
header #catalog-menu .wrapper .wrapper__inner {
    background-color: #f6f7f9;
    border-radius: 24px;
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
    padding: 32px;
}
header #catalog-menu .wrapper ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
header #catalog-menu .wrapper ul li .sub-menu {
    display: none !important;
}
header
    #catalog-menu
    .wrapper
    ul
    li.current-menu-item:not(.menu-item-object-custom)
    a {
    background-color: #fff;
    text-shadow:
        0 0 0.4px #28335c,
        0 0 0.4px #28335c;
}
header #catalog-menu .wrapper ul li a {
    display: block;
    border-radius: 12px;
    padding: 12px 44px 12px 16px;
    background-color: #f6f7f9;
    color: #28335c;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
header #catalog-menu .wrapper ul li a:hover {
    background-color: #fff;
    text-shadow:
        0 0 0.4px #28335c,
        0 0 0.4px #28335c;
}
header #catalog-menu .wrapper ul li a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_9.svg);
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}
header #catalog-menu .wrapper ul li a img {
    padding-right: 12px;
}
header #catalog-menu .wrapper ul li a span {
    padding-left: 0;
}
#breadcrumbs {
    padding-top: 40px;
    padding-bottom: 56px;
}
@media all and (max-width: 575px) {
    #breadcrumbs {
        padding-top: 24px;
        padding-bottom: 32px;
    }
}
#breadcrumbs.bg-black {
    background-color: #0a0e1a;
}
#breadcrumbs.bg-black .breadcrumbs {
    color: #394053;
}
#breadcrumbs.bg-black .breadcrumbs span {
    color: #fff;
}
#breadcrumbs.bg-black .breadcrumbs span a {
    color: #394053;
}
#breadcrumbs.bg-black .breadcrumbs span a span {
    color: inherit;
}
#breadcrumbs .breadcrumbs {
    color: #969ba8;
    font-size: 14px;
}
@media all and (max-width: 575px) {
    #breadcrumbs .breadcrumbs {
        font-size: 12px;
    }
}
#breadcrumbs .breadcrumbs span {
    color: #28335c;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a {
    color: #969ba8;
    display: inline-block;
}
#breadcrumbs .breadcrumbs span a span {
    color: inherit;
}
article .aligncenter,
article div.aligncenter,
article img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
}
article img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
}
article .alignright {
    float: right;
}
article .alignleft {
    float: left;
}
article h2,
article h3,
article h4,
article h5,
article h6 {
    font-family: Haval, sans-serif;
    font-weight: 400;
    margin-bottom: 0.625em;
    color: #28335c;
    line-height: 120%;
}
article h2 {
    font-size: 32px;
}
article h3 {
    font-size: 26px;
}
article h4 {
    font-size: 22px;
}
article h5 {
    font-size: 18px;
}
article h6 {
    font-size: 16px;
}
article p {
    margin-bottom: 1em;
}
article a {
    color: #e31e23;
}
article ul {
    margin-bottom: 1em;
    list-style-type: disc;
    padding-left: 15px;
}
article ul ul {
    margin-bottom: 0;
}
article ol li,
article ul li {
    margin-bottom: 4px;
}
article ol {
    margin-bottom: 1em;
    padding-left: 15px;
}
article mark {
    padding: 0;
}
.lightbox-image-container {
    width: 100vw !important;
}
.lightbox-image-container figure img {
    width: auto !important;
    height: auto !important;
    -o-object-fit: contain !important;
    object-fit: contain !important;
    max-height: 100% !important;
}
.wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-response-output {
    font-size: 13px;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}
#block-15 input[type="tel"].wpcf7-not-valid,
#block-15 input[type="text"].wpcf7-not-valid,
#block-7 input[type="tel"].wpcf7-not-valid,
#block-7 input[type="text"].wpcf7-not-valid,
input[type="date"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
input[type="tel"].wpcf7-not-valid,
input[type="text"].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    border: 2px solid #ec3c06 !important;
    position: relative;
}
body span.wpcf7-not-valid-tip {
    display: none !important;
    color: #ec3c06;
    border: none;
    background: 0 0;
}
body span.wpcf7-not-valid-tip-no-ajax {
    display: inline-block;
    font-size: 18px;
    margin: 0 0 0 10px;
}
body div.wpcf7-validation-errors {
    background: #ffe2e2;
    border: 2px solid #ff8a8a;
    color: #ec3c06;
    font-size: 18px;
    text-align: center;
    position: relative;
    z-index: 12000;
}
.contact-inner-form .wpcf7-response-output {
    width: 95%;
}
body div.wpcf7-response-output {
    padding: 6px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    border-radius: 3px;
}
body .wpcf7-mail-sent-ng {
    background: #fff2e2;
    border: 1px solid #ffbc8a;
    color: #e17731;
}
body .wpcf7-mail-sent-ok {
    border: 1px solid transparent;
    color: #ff5805;
    text-align: center;
}
.section-main {
    background-color: #0a0e1a;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/2.avif);
    position: relative;
    z-index: 2;
}
@media all and (max-width: 575px) {
    .section-main {
        overflow: hidden;
    }
}
.section-main .content {
    padding-top: 108px;
    padding-bottom: 140px;
    max-width: 1117px;
    width: 100%;
}
@media all and (max-width: 1660px) {
    .section-main .content {
        max-width: 800px;
        padding-top: 70px;
    }
}
@media all and (max-width: 575px) {
    .section-main .content {
        padding-top: 48px;
        padding-bottom: 280px;
    }
}
.section-main .content h1 {
    font-family: Haval, sans-serif;
    font-weight: 400;
    font-size: 78px;
    line-height: 110%;
    margin-bottom: 48px;
    color: #fff;
}
@media all and (max-width: 1660px) {
    .section-main .content h1 {
        font-size: 60px;
    }
}
@media all and (max-width: 767px) {
    .section-main .content h1 {
        font-size: 40px;
    }
}
@media all and (max-width: 575px) {
    .section-main .content h1 {
        font-size: 27px;
        margin-bottom: 16px;
    }
}
.section-main .content .btn {
    margin-top: 64px;
    margin-bottom: 267px;
}
@media all and (max-width: 1660px) {
    .section-main .content .btn {
        margin-bottom: 160px;
    }
}
@media all and (max-width: 1400px) {
    .section-main .content .btn {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 575px) {
    .section-main .content .btn {
        margin-top: 40px;
        margin-bottom: 70px;
    }
}
.section-main .content .social__wrapper p {
    margin-bottom: 16px;
}
.section-main .content .social__wrapper .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media all and (max-width: 1199px) {
    .section-main .content .social__wrapper .social {
        gap: 20px;
    }
}
.section-main .content .social__wrapper .social a:hover {
    opacity: 0.8;
}
.section-main .image {
    position: absolute;
    left: 32%;
    bottom: 0;
    z-index: -1;
}
@media all and (min-width: 2100px) {
    .section-main .image {
        left: 34%;
    }
}
@media all and (max-width: 1660px) {
    .section-main .image {
        left: 35%;
    }
}
@media all and (max-width: 1199px) {
    .section-main .image {
        left: 42%;
    }
}
@media all and (max-width: 575px) {
    .section-main .image {
        left: 0;
        right: 0;
        margin: auto;
        width: 100%;
        height: 400px;
    }
}
@media all and (max-width: 575px) {
    .section-main .image img {
        position: absolute;
        bottom: 0;
        left: -50px;
        min-width: 550px;
    }
}
.section-about {
    background-color: #f6f7f9;
    border-radius: 64px 64px 0 0;
    margin-top: -64px;
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding-top: 164px;
}
@media all and (max-width: 1660px) {
    .section-about {
        padding-top: 100px;
        border-radius: 50px 50px 0 0;
    }
}
@media all and (max-width: 1199px) {
    .section-about {
        padding-top: 80px;
        border-radius: 40px 40px 0 0;
    }
}
@media all and (max-width: 575px) {
    .section-about {
        border-radius: 24px 24px 0 0;
        padding-top: 64px;
    }
}
.section-about.page {
    margin-top: 0;
    padding-top: 0;
    border-radius: 0;
}
@media all and (max-width: 575px) {
    .section-about.page {
        margin-bottom: 0;
        padding-bottom: 64px;
    }
}
.section-about.page .about__map {
    display: none;
}
.section-about .image {
    padding-top: 36px;
}
@media all and (max-width: 1660px) {
    .section-about .image {
        padding-top: 0;
    }
}
@media all and (max-width: 991px) {
    .section-about .image {
        position: absolute;
        top: 150px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: auto;
        z-index: -1;
    }
}
@media all and (max-width: 575px) {
    .section-about .image {
        top: 50px;
    }
}
.section-about .image img {
    width: 380px;
    height: auto;
}
@media all and (max-width: 1660px) {
    .section-about .image img {
        width: 300px;
    }
}
@media all and (max-width: 991px) {
    .section-about .image img {
        width: 100%;
        min-width: 300px;
    }
}
.section-about .about__content .content__inner .text {
    margin-bottom: 96px;
}
@media all and (max-width: 1660px) {
    .section-about .about__content .content__inner .text {
        margin-bottom: 60px;
    }
}
@media all and (max-width: 575px) {
    .section-about .about__content .content__inner .text {
        margin-bottom: 40px;
    }
}
.section-about .about__content .content__inner .text p {
    font-size: 36px;
    line-height: 120%;
}
@media all and (max-width: 1660px) {
    .section-about .about__content .content__inner .text p {
        font-size: 30px;
    }
}
@media all and (max-width: 575px) {
    .section-about .about__content .content__inner .text p {
        font-size: 20px;
    }
}
.section-about .about__item .item__inner .title {
    font-size: 64px;
    line-height: 120%;
    font-weight: 500;
    color: #28335c;
    display: block;
    margin-bottom: 4px;
}
@media all and (max-width: 1660px) {
    .section-about .about__item .item__inner .title {
        font-size: 50px;
    }
}
@media all and (max-width: 767px) {
    .section-about .about__item .item__inner .title {
        font-size: 28px;
    }
}
.section-about .about__item .item__inner p {
    font-size: 24px;
    font-weight: 500;
}
@media all and (max-width: 767px) {
    .section-about .about__item .item__inner p {
        font-size: 12px;
    }
}
.section-about .about__map {
    padding-top: 96px;
}
@media all and (max-width: 1660px) {
    .section-about .about__map {
        padding-top: 40px;
    }
}
@media all and (max-width: 767px) {
    .section-about .about__map {
        padding-top: 0;
    }
}
@media all and (max-width: 767px) {
    .section-about .about__map .image__inner {
        width: 866px;
        height: 447px;
    }
}
@media all and (max-width: 575px) {
    .section-about .about__map .image__inner {
        height: 380px;
        margin-top: -40px;
    }
}
.section-about .about__map .bg__image {
    position: relative;
}
@media all and (max-width: 1199px) {
    .section-about .about__map ul {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 8px;
        margin-top: 20px;
    }
}
.section-about .about__map ul li {
    position: absolute;
    max-width: 299px;
    width: 100%;
    background: rgba(62, 68, 87, 0.5);
    border-radius: 20px;
    padding: 32px;
    color: #fff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
@media all and (max-width: 1199px) {
    .section-about .about__map ul li {
        position: relative;
        top: 0 !important;
        bottom: 0 !important;
        left: 0 !important;
        right: 0 !important;
        max-width: none !important;
    }
}
@media all and (max-width: 767px) {
    .section-about .about__map ul li {
        padding: 20px;
        border-radius: 12px;
        background-color: rgba(25, 31, 53, 0.5);
    }
}
.section-about .about__map ul li:first-child {
    bottom: 108px;
    right: 480px;
}
@media all and (max-width: 1660px) {
    .section-about .about__map ul li:first-child {
        bottom: 50px;
        right: 300px;
    }
}
.section-about .about__map ul li:nth-child(2) {
    top: 163px;
    left: 620px;
    max-width: 323px;
}
@media all and (max-width: 1660px) {
    .section-about .about__map ul li:nth-child(2) {
        top: 70px;
        left: 470px;
    }
}
.section-about .about__map ul li:last-child {
    bottom: 189px;
    left: 200px;
    max-width: 382px;
}
@media all and (max-width: 1660px) {
    .section-about .about__map ul li:last-child {
        bottom: 100px;
        left: 100px;
    }
}
@media all and (max-width: 1199px) {
    .section-about .about__map ul li:last-child {
        grid-column: 1/-1;
    }
}
.section-about .about__map ul li:last-child .map__title {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.section-about .about__map ul li .map__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;
    margin-bottom: 16px;
    gap: 8px 20px;
}
@media all and (max-width: 767px) {
    .section-about .about__map ul li .map__title {
        margin-bottom: 8px;
    }
}
.section-about .about__map ul li .map__title span {
    font-size: 48px;
    line-height: 112%;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 767px) {
    .section-about .about__map ul li .map__title span {
        font-size: 32px;
    }
}
.section-about .about__map ul li .map__title img {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important;
    min-width: 0;
}
.section-catalog {
    margin-bottom: 132px;
}
@media all and (max-width: 1660px) {
    .section-catalog {
        margin-bottom: 98px;
    }
}
@media all and (max-width: 1199px) {
    .section-catalog {
        margin-bottom: 48px;
    }
}
@media all and (max-width: 767px) {
    .section-catalog {
        margin-bottom: 68px;
    }
}
.catalog__item {
    margin-bottom: 32px;
}
@media all and (max-width: 767px) {
    .catalog__item {
        margin-bottom: 12px;
    }
}
.catalog__item .item__inner {
    display: block;
    color: #374575;
}
.catalog__item .item__inner:hover {
    color: #e31e23;
}
.catalog__item .item__inner:hover .catalog__image img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.catalog__item .item__inner .catalog__image {
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 24px;
}
@media all and (max-width: 1660px) {
    .catalog__item .item__inner .catalog__image {
        height: 300px;
        margin-bottom: 8px;
    }
}
@media all and (max-width: 767px) {
    .catalog__item .item__inner .catalog__image {
        height: 230px;
        border-style: 12px;
    }
}
@media all and (max-width: 575px) {
    .catalog__item .item__inner .catalog__image {
        height: 168px;
    }
}
.catalog__item .item__inner .catalog__image .image__inner {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
@media all and (max-width: 767px) {
    .catalog__item .item__inner .catalog__image .image__inner {
        border-radius: 12px;
    }
}
.catalog__item .item__inner .catalog__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    will-change: transform;
    -webkit-transition: 1.5s;
    transition: 1.5s;
}
.catalog__item .item__inner h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: inherit;
}
@media all and (max-width: 767px) {
    .catalog__item .item__inner h3 {
        font-size: 14px;
        margin-bottom: 6px;
    }
}
.catalog__item .item__inner p {
    font-size: 16px;
    color: #374575;
}
@media all and (max-width: 767px) {
    .catalog__item .item__inner p {
        font-size: 12px;
    }
}
.subcategory__item {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .subcategory__item {
        margin-bottom: 8px;
    }
}
.subcategory__item .item__inner {
    background-color: #fff;
    border-radius: 20px;
    color: #28335c;
    min-height: 299px;
    overflow: hidden;
    display: block;
}
@media all and (max-width: 1660px) {
    .subcategory__item .item__inner {
        min-height: 220px;
    }
}
@media all and (max-width: 767px) {
    .subcategory__item .item__inner {
        min-height: 168px;
        border-radius: 12px;
    }
}
.subcategory__item .item__inner:hover {
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1);
    color: #e31e23;
}
.subcategory__item .item__inner .product__image {
    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: 300px;
    height: 228px;
    margin: 0 auto;
    width: 100%;
    padding: 24px 24px 0 24px;
}
@media all and (max-width: 1660px) {
    .subcategory__item .item__inner .product__image {
        height: 170px;
    }
}
@media all and (max-width: 767px) {
    .subcategory__item .item__inner .product__image {
        height: 120px;
        padding: 16px 16px 0 16px;
    }
}
.subcategory__item .item__inner .product__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}
.subcategory__item .item__inner h3 {
    font-size: 18px;
    font-weight: 500;
    color: inherit;
    padding: 24px;
}
@media all and (max-width: 767px) {
    .subcategory__item .item__inner h3 {
        font-size: 14px;
        padding: 16px 12px;
    }
}
.section-wrapper {
    background-color: #0a0e1a;
    border-radius: 64px 64px 0 0;
    position: relative;
    z-index: 3;
    overflow: hidden;
    padding-top: 164px;
}
@media all and (max-width: 1660px) {
    .section-wrapper {
        padding-top: 100px;
        border-radius: 50px 50px 0 0;
    }
}
@media all and (max-width: 1199px) {
    .section-wrapper {
        padding-top: 80px;
        border-radius: 40px 40px 0 0;
    }
}
@media all and (max-width: 575px) {
    .section-wrapper {
        border-radius: 24px 24px 0 0;
        padding-top: 64px;
    }
}
.section-wrapper.section-wrapper-bottom {
    padding-bottom: 370px;
}
@media all and (max-width: 1199px) {
    .section-wrapper.section-wrapper-bottom {
        padding-bottom: 320px;
    }
}
@media all and (max-width: 575px) {
    .section-wrapper.section-wrapper-bottom {
        padding-bottom: 286px;
    }
}
.section-wrapper.section-wrapper-radius {
    padding: 164px 0;
    border-radius: 64px;
    margin-bottom: 164px;
}
@media all and (max-width: 1660px) {
    .section-wrapper.section-wrapper-radius {
        padding: 100px 0;
        border-radius: 50px;
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1199px) {
    .section-wrapper.section-wrapper-radius {
        padding: 80px 0;
        border-radius: 40px;
        margin-bottom: 80px;
    }
}
@media all and (max-width: 575px) {
    .section-wrapper.section-wrapper-radius {
        padding: 64px 0;
        border-radius: 24px;
        margin-bottom: 64px;
    }
}
.section-wrapper.page-contacts {
    border-radius: 0 0 64px 64px;
    padding-top: 0;
}
@media all and (max-width: 1660px) {
    .section-wrapper.page-contacts {
        border-radius: 0 0 50px 50px;
    }
}
@media all and (max-width: 1199px) {
    .section-wrapper.page-contacts {
        border-radius: 0 0 40px 40px;
    }
}
@media all and (max-width: 575px) {
    .section-wrapper.page-contacts {
        border-radius: 0 0 24px 24px;
    }
}
.section-wrapper.page-contacts.section-wrapper-bottom {
    padding-bottom: 370px;
}
@media all and (max-width: 1199px) {
    .section-wrapper.page-contacts.section-wrapper-bottom {
        padding-bottom: 320px;
    }
}
@media all and (max-width: 575px) {
    .section-wrapper.page-contacts.section-wrapper-bottom {
        padding-bottom: 286px;
    }
}
@media all and (max-width: 1199px) {
    .section-wrapper.page-contacts
        .section-contacts
        .contacts__content
        .content__inner
        .content__top
        .heading
        h2 {
        display: none;
    }
}
@media all and (max-width: 1199px) {
    .section-wrapper.page-contacts
        .section-contacts
        .contacts__content
        .content__inner
        .content__top
        .heading
        h3 {
        margin-top: 0;
    }
}
.section-doc {
    background-color: #0a0e1a;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/2.avif);
    overflow: hidden;
}
.section-doc .heading {
    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: 32px;
}
@media all and (max-width: 1199px) {
    .section-doc .heading {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}
.section-doc .heading .arrow__text {
    max-width: 590px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
}
@media all and (min-width: 1199px) {
    .section-doc .heading .arrow__text p {
        margin-bottom: 40px;
    }
}
.section-doc .heading .arrow__text .swiper__nav {
    width: 128px;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 1199px) {
    .section-doc .heading .arrow__text .swiper__nav {
        display: none;
    }
}
.section-doc .doc__slider {
    overflow: visible;
}
.section-doc .doc__slider .swiper-slide {
    width: auto !important;
}
.section-doc .doc__slider .slide__inner {
    width: 515px;
    display: block;
    background-color: rgba(36, 47, 82, 0.25);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    padding: 32px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    color: #fff;
}
@media all and (max-width: 575px) {
    .section-doc .doc__slider .slide__inner {
        width: 285px;
        border-radius: 12px;
        padding: 24px;
    }
}
.section-doc .doc__slider .slide__inner:hover .image::after {
    opacity: 1;
    visibility: visible;
}
.section-doc .doc__slider .slide__inner:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_10.svg);
    width: 33px;
    height: 41px;
    top: 32px;
    left: 32px;
}
@media all and (max-width: 575px) {
    .section-doc .doc__slider .slide__inner:after {
        width: 19px;
        height: 24px;
        top: 24px;
        left: 24px;
    }
}
.section-doc .doc__slider .slide__inner .image {
    width: 193px;
    height: 262px;
    margin: 0 auto 32px auto;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
@media all and (max-width: 575px) {
    .section-doc .doc__slider .slide__inner .image {
        width: 145px;
        height: 196px;
        margin-bottom: 16px;
    }
}
.section-doc .doc__slider .slide__inner .image::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(19, 24, 40, 0.5);
    -webkit-backdrop-filter: blur(4.45px);
    backdrop-filter: blur(4.45px);
    background-size: 42px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_11.svg);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.section-doc .doc__slider .slide__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-doc .doc__slider .slide__inner .details p {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 24px;
    color: inherit;
}
@media all and (max-width: 575px) {
    .section-doc .doc__slider .slide__inner .details p {
        font-size: 14px;
        line-height: 16px;
        margin-bottom: 8px;
    }
}
.section-doc .doc__slider .slide__inner .details .download {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
}
@media all and (max-width: 575px) {
    .section-doc .doc__slider .slide__inner .details .download {
        gap: 8px;
    }
}
.section-doc .doc__slider .slide__inner .details .download span {
    font-size: 16px;
    color: #9196a4;
    margin-left: 4px;
    display: block;
}
@media all and (max-width: 575px) {
    .section-doc .doc__slider .slide__inner .details .download span {
        font-size: 12px;
    }
}
.swiper__nav {
    height: 48px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 6;
}
.swiper__nav .swiper-button {
    -ms-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    top: 0;
    bottom: 0;
    position: absolute;
    cursor: pointer;
    margin: auto;
    z-index: 100;
    width: 48px;
    height: 48px;
    background-size: 18px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    border: 1px solid #e31e23;
    background-color: #e31e23;
    border-radius: 50%;
}
.swiper__nav .swiper-button::before {
    position: absolute;
    content: "";
    -webkit-mask-image: url(../img/arrow_right.svg);
    mask-image: url(../img/arrow_right.svg);
    width: 18px;
    height: 18px;
    background-color: #fff;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.swiper__nav .swiper-button.swiper-button-disabled {
    background-color: #eff1f7;
    opacity: 1;
    border: 1px solid #cfd2e3;
}
.swiper__nav .swiper-button.swiper-button-disabled::before {
    background-color: #0f1014;
}
.swiper__nav .swiper-button:after {
    display: none !important;
}
.swiper__nav .swiper-button.swiper-button-prev {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    left: 0;
}
.swiper__nav .swiper-button.swiper-button-next {
    right: 0;
}
@media all and (min-width: 1199px) {
    .section-delivery .delivery__content .content__inner .heading h3 {
        max-width: 694px;
        width: 100%;
    }
}
.section-delivery .delivery__content .content__inner .text {
    margin-bottom: 48px;
}
@media all and (min-width: 1199px) {
    .section-delivery .delivery__content .content__inner .text {
        max-width: 380px;
        width: 100%;
    }
}
@media all and (max-width: 991px) {
    .section-delivery .delivery__content .content__inner .text {
        display: none;
    }
}
.section-delivery .delivery__content .content__inner .text.text-big {
    display: block;
    margin-bottom: 32px;
}
@media all and (min-width: 1199px) {
    .section-delivery .delivery__content .content__inner .text.text-big {
        max-width: 540px;
    }
}
@media all and (max-width: 991px) {
    .section-delivery .delivery__content .content__inner .btn {
        display: none;
    }
}
@media all and (min-width: 991px) {
    .section-delivery .mobile__content {
        display: none;
    }
}
.section-delivery .mobile__content .text {
    margin-bottom: 48px;
}
@media all and (max-width: 991px) {
    .section-delivery .delivery__image {
        margin-bottom: 32px;
    }
}
.section-delivery .delivery__image .image__inner {
    height: 468px;
    border-radius: 20px;
    overflow: hidden;
    z-index: 2;
    position: relative;
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
@media all and (max-width: 575px) {
    .section-delivery .delivery__image .image__inner {
        height: 208px;
        border-radius: 12px;
        padding: 16px;
    }
}
.section-delivery .delivery__image .image__inner img {
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.section-delivery .delivery__image .image__inner .features {
    max-width: 322px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 32px;
    background: rgba(10, 14, 26, 0.7);
    border-radius: 20px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    position: relative;
}
@media all and (max-width: 575px) {
    .section-delivery .delivery__image .image__inner .features {
        max-width: 198px;
        padding: 16px;
    }
}
.section-delivery .delivery__image .image__inner .features span {
    font-size: 64px;
    line-height: 120%;
    color: #fff;
    display: block;
}
@media all and (max-width: 575px) {
    .section-delivery .delivery__image .image__inner .features span {
        font-size: 32px;
    }
}
.section-delivery .delivery__image .image__inner .features p {
    font-size: 16px;
}
@media all and (max-width: 575px) {
    .section-delivery .delivery__image .image__inner .features p {
        font-size: 12px;
    }
}
@-webkit-keyframes gallery {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes gallery {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.p-gallery-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
    font-size: 237px;
    font-weight: 900;
    color: #151c2f;
}
@media all and (max-width: 1660px) {
    .p-gallery-row {
        font-size: 200px;
    }
}
@media all and (max-width: 767px) {
    .p-gallery-row {
        font-size: 150px;
    }
}
@media all and (max-width: 575px) {
    .p-gallery-row {
        font-size: 96px;
    }
}
.p-gallery-row .p-gallery-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    min-width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 150px;
    will-change: transform;
    -webkit-animation: gallery 50s linear infinite;
    animation: gallery 50s linear infinite;
}
@media all and (max-width: 1660px) {
    .p-gallery-row .p-gallery-group {
        gap: 100px;
    }
}
@media all and (max-width: 767px) {
    .p-gallery-row .p-gallery-group {
        gap: 50px;
    }
}
.p-gallery-row .p-gallery-group .p-gallery-item {
    white-space: nowrap;
}
.section-download {
    position: relative;
    z-index: 3;
    margin-top: -267px;
}
@media all and (max-width: 575px) {
    .section-download {
        margin-top: -235px;
    }
}
.section-download.page {
    margin-top: 0;
}
.section-download .wrapper {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/6.webp);
    border-radius: 64px;
    position: relative;
    z-index: 3;
    height: 563px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 80px 198px 80px 0;
}
@media all and (max-width: 1660px) {
    .section-download .wrapper {
        padding: 80px 80px 80px 0;
    }
}
@media all and (max-width: 1199px) {
    .section-download .wrapper {
        padding: 50px;
        height: auto;
    }
}
@media all and (max-width: 575px) {
    .section-download .wrapper {
        padding: 45px 25px;
        border-radius: 20px;
    }
}
.section-download .wrapper .image {
    position: absolute;
    top: -100px;
    left: 0;
    z-index: -1;
}
@media all and (max-width: 1660px) {
    .section-download .wrapper .image {
        left: -40px;
        top: -60px;
    }
}
@media all and (max-width: 1199px) {
    .section-download .wrapper .image {
        display: none;
    }
}
@media all and (max-width: 1660px) {
    .section-download .wrapper .image img {
        max-height: 700px;
    }
}
.section-download .wrapper .content {
    max-width: 475px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 1660px) {
    .section-download .wrapper .content {
        max-width: 400px;
    }
}
@media all and (max-width: 1199px) {
    .section-download .wrapper .content {
        max-width: none;
    }
}
.section-download .wrapper .content .title {
    color: #fff;
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    .section-download .wrapper .content .title {
        margin-bottom: 24px;
    }
}
.section-download .wrapper .content .title h3 {
    font-size: 38px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    .section-download .wrapper .content .title h3 {
        font-size: 24px;
        margin-bottom: 12px;
    }
}
.section-download .wrapper .content .title p {
    font-size: 16px;
}
@media all and (max-width: 575px) {
    .section-download .wrapper .content .title p {
        font-size: 12px;
    }
}
.section-feedback {
    overflow: hidden;
}
.section-feedback .heading {
    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: 40px;
}
.section-feedback .heading .ya__link {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: inline-block;
}
@media all and (max-width: 991px) {
    .section-feedback .heading .ya__link {
        display: none;
    }
}
.section-feedback .ya__link {
    font-size: 14px;
    color: #258ffb;
    border-radius: 8px;
    background-color: #fff;
    padding: 12px 16px;
    display: none;
    text-align: center;
}
@media all and (max-width: 991px) {
    .section-feedback .ya__link {
        display: block;
    }
}
.section-feedback .wrapper {
    position: relative;
}
.section-feedback .wrapper .swiper__nav {
    width: 128px;
    position: relative;
    margin: 0 auto;
}
@media all and (max-width: 991px) {
    .section-feedback .wrapper .swiper__nav {
        display: none;
    }
}
.section-feedback .slide__inner-rating {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 380px;
    background-color: #fff;
    border-radius: 20px;
    padding: 24px 32px;
}
.section-feedback .slide__inner-rating.rating-mobile {
    margin-bottom: 8px;
    width: 343px;
}
@media all and (min-width: 575px) {
    .section-feedback .slide__inner-rating.rating-mobile {
        display: none;
    }
}
.section-feedback .slide__inner-rating .rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.section-feedback .slide__inner-rating .rating .rating__number {
    font-size: 46px;
    font-weight: 500;
    color: #000;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-feedback .slide__inner-rating .rating .stars img {
    display: block;
    margin-bottom: 2px;
}
.section-feedback .slide__inner-rating .rating .stars .rating__details {
    font-size: 14px;
    color: #999;
}
.section-feedback .slide__inner-rating .icon {
    text-align: center;
}
.section-feedback .slide__inner-rating .rating__links {
    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;
    gap: 14px;
}
.section-feedback .slide__inner-rating .rating__links p {
    font-size: 14px;
    color: #000;
}
@media all and (max-width: 575px) {
    .section-feedback .slide__inner-rating .rating__links p {
        font-size: 12px;
    }
}
.section-feedback .slide__inner-rating .rating__links .link {
    font-size: 14px;
    color: #fff;
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #258ffb;
    display: inline-block;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 575px) {
    .section-feedback .slide__inner-rating .rating__links .link {
        font-size: 13px;
        padding: 12px 14px;
    }
}
.section-feedback .feedback__slider {
    overflow: visible;
    margin-bottom: 64px;
}
@media all and (max-width: 991px) {
    .section-feedback .feedback__slider {
        margin-bottom: 16px;
    }
}
.section-feedback .feedback__slider .swiper-slide {
    width: auto !important;
    height: auto;
}
.section-feedback .feedback__slider .slide__inner {
    min-height: 280px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 380px;
    background-color: #fff;
    border-radius: 20px;
    padding: 24px 32px;
}
@media all and (max-width: 575px) {
    .section-feedback .feedback__slider .slide__inner {
        width: 310px;
    }
}
.section-feedback .feedback__slider .slide__inner.slide__inner-feedback {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
}
.section-feedback
    .feedback__slider
    .slide__inner.slide__inner-feedback
    .feedback__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.section-feedback
    .feedback__slider
    .slide__inner.slide__inner-feedback
    .feedback__inner
    .feedback__user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
}
.section-feedback
    .feedback__slider
    .slide__inner.slide__inner-feedback
    .feedback__inner
    .feedback__user
    span {
    display: block;
}
.section-feedback
    .feedback__slider
    .slide__inner.slide__inner-feedback
    .feedback__inner
    .feedback__user
    .user__photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
}
.section-feedback
    .feedback__slider
    .slide__inner.slide__inner-feedback
    .feedback__inner
    .feedback__user
    .user__photo
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-feedback
    .feedback__slider
    .slide__inner.slide__inner-feedback
    .feedback__inner
    .feedback__user
    .user__details
    .user__name {
    font-size: 16px;
    font-weight: 500;
    color: #000;
    margin-bottom: 2px;
}
.section-feedback
    .feedback__slider
    .slide__inner.slide__inner-feedback
    .feedback__inner
    .feedback__user
    .user__details
    .date {
    font-size: 14px;
    color: #999;
}
.section-feedback
    .feedback__slider
    .slide__inner.slide__inner-feedback
    .feedback__inner
    .stars {
    margin-bottom: 8px;
}
.section-feedback
    .feedback__slider
    .slide__inner.slide__inner-feedback
    .feedback__inner
    .text-block
    p {
    font-size: 14px;
    color: #000;
}
.section-feedback
    .feedback__slider
    .slide__inner.slide__inner-feedback
    .feedback__inner
    .text-block
    .more-btn {
    font-size: 14px;
    color: #999;
    border: none;
    background-color: transparent;
    margin-top: 2px;
}
.section-feedback
    .feedback__slider
    .slide__inner.slide__inner-feedback
    .location {
    font-size: 14px;
    color: #999;
}
.section-cooperate {
    position: relative;
    z-index: 2;
    border-radius: 64px;
    overflow: hidden;
    padding: 164px 0;
}
@media all and (max-width: 1660px) {
    .section-cooperate {
        padding: 100px 0;
        border-radius: 50px;
    }
}
@media all and (max-width: 1199px) {
    .section-cooperate {
        padding: 80px 0;
        border-radius: 40px;
    }
}
@media all and (max-width: 575px) {
    .section-cooperate {
        border-radius: 24px;
        padding: 64px 0;
    }
}
.section-cooperate .bg__image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.section-cooperate .bg__image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-cooperate .cooperate__content .heading h2 {
    color: #9196a4;
}
.section-cooperate .cooperate__form .form__inner {
    background-color: #fff;
    border-radius: 24px;
    padding: 40px;
}
@media all and (min-width: 1199px) {
    .section-cooperate .cooperate__form .form__inner {
        max-width: 539px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
    }
}
@media all and (min-width: 991px) {
    .section-cooperate .cooperate__form .form__inner {
        margin-top: 64px;
    }
}
@media all and (max-width: 575px) {
    .section-cooperate .cooperate__form .form__inner {
        padding: 24px;
    }
}
.section-cooperate .cooperate__form .form__inner h4 {
    font-size: 36px;
    line-height: 100%;
    color: #374575;
    margin-bottom: 24px;
}
@media all and (max-width: 1199px) {
    .section-cooperate .cooperate__form .form__inner h4 {
        font-size: 30px;
    }
}
@media all and (max-width: 575px) {
    .section-cooperate .cooperate__form .form__inner h4 {
        font-size: 24px;
        margin-bottom: 16px;
    }
}
.section-faq {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/9.webp);
}
.section-faq .faq_tabs {
    max-width: 1053px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 64px;
}
@media all and (max-width: 575px) {
    .section-faq .faq_tabs {
        margin-bottom: 32px;
    }
}
.section-faq .faq_tabs .tabs_item {
    background-color: #fff;
    border-radius: 20px;
    padding: 32px;
}
@media all and (max-width: 1660px) {
    .section-faq .faq_tabs .tabs_item {
        padding: 24px;
    }
}
.section-faq .faq_tabs .tabs_item:not(:last-child) {
    margin-bottom: 8px;
}
.section-faq .faq_tabs .tabs_item .title {
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 24px;
    font-weight: 500;
    color: #374575;
    padding: 11.5px 50px 11.5px 0;
}
@media all and (max-width: 575px) {
    .section-faq .faq_tabs .tabs_item .title {
        font-size: 16px;
        padding: 0 40px 0 0;
    }
}
.section-faq .faq_tabs .tabs_item .title:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_17.svg);
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    will-change: transform;
}
@media all and (max-width: 575px) {
    .section-faq .faq_tabs .tabs_item .title:after {
        width: 32px;
        height: 32px;
    }
}
.section-faq .faq_tabs .tabs_item .title.active:after {
    background-image: url(../img/icon_18.svg);
}
.section-faq .faq_tabs .tabs_item .tab_content {
    display: none;
    padding-top: 16px;
    font-size: 16px;
    color: #374575;
}
@media all and (max-width: 575px) {
    .section-faq .faq_tabs .tabs_item .tab_content {
        font-size: 12px;
    }
}
.section-faq .block__callback p {
    color: #374575;
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    .section-faq .block__callback p {
        margin-bottom: 24px;
    }
}
.section-contacts {
    background-color: #0a0e1a;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/2.avif);
}
@media all and (max-width: 1199px) {
    .section-contacts .contacts__content {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__content {
        margin-bottom: 32px;
    }
}
.section-contacts .contacts__content .content__inner {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 100px;
}
@media all and (min-width: 1199px) {
    .section-contacts .contacts__content .text {
        max-width: 465px;
        width: 100%;
    }
}
@media all and (max-width: 1199px) {
    .section-contacts .contacts__content .content__bottom {
        display: none;
    }
}
.section-contacts .contacts__content .content__bottom .text {
    margin-bottom: 32px;
}
@media all and (min-width: 1199px) {
    .section-contacts .contacts__address {
        padding-top: 32px;
    }
}
@media all and (max-width: 1199px) {
    .section-contacts .contacts__address {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__address {
        margin-bottom: 32px;
    }
}
.section-contacts .contacts__address .address__inner {
    border-radius: 20px;
    background-color: rgba(55, 71, 119, 0.15);
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__address .address__inner {
        padding: 24px;
    }
}
.section-contacts .contacts__address .address__inner .image {
    height: 438px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 32px;
}
@media all and (max-width: 1660px) {
    .section-contacts .contacts__address .address__inner .image {
        height: 380px;
    }
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__address .address__inner .image {
        height: 196px;
        border-radius: 16px;
        margin-bottom: 24px;
    }
}
.section-contacts .contacts__address .address__inner .image img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-contacts .contacts__address .address__inner .contacts_title {
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__address .address__inner .contacts_title {
        margin-bottom: 24px;
    }
}
.section-contacts .contacts__address .address__inner .contacts_title h4 {
    font-size: 36px;
    line-height: 120%;
    font-weight: 500;
    margin-bottom: 24px;
    color: #fff;
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__address .address__inner .contacts_title h4 {
        font-size: 20px;
        margin-bottom: 12px;
    }
}
.section-contacts .contacts__address .address__inner .address {
    border-radius: 20px;
    background-color: rgba(111, 130, 188, 0.15);
    padding: 24px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
@media all and (max-width: 575px) {
    .section-contacts .contacts__address .address__inner .address {
        border-radius: 16px;
    }
}
.section-contacts
    .contacts__address
    .address__inner
    .address
    ul
    li:not(:last-child) {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .section-contacts
        .contacts__address
        .address__inner
        .address
        ul
        li:not(:last-child) {
        margin-bottom: 12px;
    }
}
.section-contacts
    .contacts__address
    .address__inner
    .address
    ul
    li
    .address__title {
    font-size: 20px;
    line-height: 112%;
    color: #fff;
    display: block;
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    .section-contacts
        .contacts__address
        .address__inner
        .address
        ul
        li
        .address__title {
        font-size: 16px;
        margin-bottom: 8px;
    }
}
.section-contacts .contacts__address .address__inner .address ul li p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #9ba5c3;
}
.section-contacts .contacts__address .address__inner .address ul li p a {
    color: #9ba5c3;
}
.section-contacts .contacts__address .address__inner .address ul li p a:hover {
    color: #e31e23;
}
@media all and (min-width: 1199px) {
    .section-contacts .mobile__content {
        display: none;
    }
}
.section-contacts .mobile__content .text {
    margin-bottom: 24px;
}
.section-addresses .wrapper {
    max-width: 1055px;
    width: 100%;
    margin: 0 auto;
}
@media all and (max-width: 1660px) {
    .section-addresses .wrapper {
        max-width: none;
    }
}
.section-addresses .wrapper .addresses__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 70px;
}
@media all and (max-width: 1199px) {
    .section-addresses .wrapper .addresses__item {
        gap: 50px;
    }
}
@media all and (max-width: 991px) {
    .section-addresses .wrapper .addresses__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px;
    }
}
@media all and (max-width: 575px) {
    .section-addresses .wrapper .addresses__item {
        gap: 8px;
    }
}
.section-addresses .wrapper .addresses__item:not(:last-child) {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ced9f0;
}
.section-addresses .wrapper .addresses__item .addresses__title {
    font-size: 20px;
    line-height: 112%;
    font-weight: 600;
    color: #374575;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (max-width: 575px) {
    .section-addresses .wrapper .addresses__item .addresses__title {
        font-size: 16px;
    }
}
.section-addresses .wrapper .addresses__item .addresses__details {
    font-size: 16px;
}
@media all and (max-width: 575px) {
    .section-addresses .wrapper .addresses__item .addresses__details {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
.section-addresses
    .wrapper
    .addresses__item
    .addresses__details
    p:not(:last-child) {
    margin-bottom: 8px;
}
.section-addresses .wrapper .addresses__item .addresses__details a {
    color: #9196a4;
}
.section-addresses .wrapper .addresses__item .addresses__details a:hover {
    color: #e31e23;
}
.section-addresses .wrapper .addresses__item .addresses__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
    width: 463px;
    height: 220px;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    .section-addresses .wrapper .addresses__item .addresses__image {
        width: 400px;
    }
}
@media all and (max-width: 575px) {
    .section-addresses .wrapper .addresses__item .addresses__image {
        width: 100%;
    }
}
.section-addresses .wrapper .addresses__item .addresses__image iframe {
    width: 100%;
    height: 100%;
}
#footer {
    background-color: #0a0e1a;
    border-radius: 64px 64px 0 0;
    padding-top: 124px;
    overflow: hidden;
}
@media all and (max-width: 1660px) {
    #footer {
        padding-top: 100px;
        border-radius: 50px 50px 0 0;
    }
}
@media all and (max-width: 1199px) {
    #footer {
        padding-top: 80px;
        border-radius: 40px 40px 0 0;
    }
}
@media all and (max-width: 575px) {
    #footer {
        border-radius: 24px 24px 0 0;
        padding-top: 32px;
    }
}
#footer .footer__top {
    margin-bottom: 48px;
    border-bottom: 1px solid #262d43;
}
@media all and (max-width: 575px) {
    #footer .footer__top {
        margin-bottom: 32px;
    }
}
#footer .footer__top .footer__item {
    margin-bottom: 48px;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__item {
        margin-bottom: 32px;
    }
}
#footer .footer__top .footer__logo-mobile {
    margin-bottom: 32px;
}
@media all and (min-width: 991px) {
    #footer .footer__top .footer__logo-mobile {
        display: none;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__logo-mobile {
        margin-bottom: 24px;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__logo-mobile img {
        width: 130px;
        height: auto;
    }
}
@media all and (min-width: 1199px) {
    #footer .footer__top .footer__content .content__inner {
        max-width: 603px;
        width: 100%;
    }
}
#footer .footer__top .footer__content .heading {
    margin-bottom: 83px;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__content .heading {
        margin-bottom: 32px;
    }
}
#footer .footer__top .footer__content .heading h3 {
    margin-top: 0;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__content .heading h3 {
        margin-bottom: 16px;
    }
}
#footer .footer__top .footer__contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media all and (min-width: 991px) {
    #footer .footer__top .footer__contacts {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
#footer .footer__top .footer__contacts .contacts__inner .footer__logo {
    margin-bottom: 48px;
    text-align: right;
}
@media all and (max-width: 991px) {
    #footer .footer__top .footer__contacts .contacts__inner .footer__logo {
        display: none;
    }
}
#footer .footer__top .footer__contacts .contacts__inner .footer__logo img {
    width: 263px;
    height: auto;
}
#footer .footer__top .footer__contacts .contacts__inner .footer__menu {
    margin-bottom: 48px;
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__contacts .contacts__inner .footer__menu {
        margin-bottom: 32px;
    }
}
#footer .footer__top .footer__contacts .contacts__inner .footer__menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
}
@media all and (max-width: 1199px) {
    #footer .footer__top .footer__contacts .contacts__inner .footer__menu ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media all and (min-width: 991px) {
    #footer .footer__top .footer__contacts .contacts__inner .footer__menu ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
#footer
    .footer__top
    .footer__contacts
    .contacts__inner
    .footer__menu
    ul
    li.current-menu-item
    a {
    color: #fff;
    background-color: rgba(200, 207, 231, 0.25);
}
#footer
    .footer__top
    .footer__contacts
    .contacts__inner
    .footer__menu
    ul
    li.current-menu-item
    a::before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 70, 46, 0.6)),
        to(rgba(255, 70, 46, 0.01))
    );
    background: linear-gradient(
        90deg,
        rgba(255, 70, 46, 0.6),
        rgba(255, 70, 46, 0.01)
    );
}
#footer .footer__top .footer__contacts .contacts__inner .footer__menu ul li a {
    font-size: 16px;
    color: #d7d7d7;
    padding: 10.3px 20px;
    background: rgba(200, 207, 231, 0.15);
    border-radius: 32px;
    display: inline-block;
    position: relative;
}
#footer
    .footer__top
    .footer__contacts
    .contacts__inner
    .footer__menu
    ul
    li
    a:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.01)
    );
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
#footer .footer__top .footer__contacts .contacts__inner .contacts__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 64px;
    margin-bottom: 48px;
}
@media all and (max-width: 1199px) {
    #footer .footer__top .footer__contacts .contacts__inner .contacts__wrapper {
        gap: 40px;
    }
}
@media all and (min-width: 991px) {
    #footer .footer__top .footer__contacts .contacts__inner .contacts__wrapper {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
@media all and (max-width: 575px) {
    #footer .footer__top .footer__contacts .contacts__inner .contacts__wrapper {
        margin-bottom: 32px;
        gap: 24px;
    }
}
#footer
    .footer__top
    .footer__contacts
    .contacts__inner
    .contacts__wrapper
    .contacts__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}
#footer
    .footer__top
    .footer__contacts
    .contacts__inner
    .contacts__wrapper
    .contacts__item
    .icon
    img {
    width: 56px;
    height: 56px;
}
@media all and (max-width: 575px) {
    #footer
        .footer__top
        .footer__contacts
        .contacts__inner
        .contacts__wrapper
        .contacts__item
        .icon
        img {
        width: 40px;
        height: 40px;
    }
}
#footer
    .footer__top
    .footer__contacts
    .contacts__inner
    .contacts__wrapper
    .contacts__item
    .item__content
    p {
    margin-bottom: 4px;
    font-size: 16px;
}
@media all and (max-width: 575px) {
    #footer
        .footer__top
        .footer__contacts
        .contacts__inner
        .contacts__wrapper
        .contacts__item
        .item__content
        p {
        font-size: 14px;
    }
}
#footer
    .footer__top
    .footer__contacts
    .contacts__inner
    .contacts__wrapper
    .contacts__item
    .item__content
    p
    a {
    color: #9196a4;
    font-weight: 400;
}
#footer
    .footer__top
    .footer__contacts
    .contacts__inner
    .contacts__wrapper
    .contacts__item
    .item__content
    p
    a:hover {
    color: #e31e23 !important;
}
#footer
    .footer__top
    .footer__contacts
    .contacts__inner
    .contacts__wrapper
    .contacts__item
    .item__content
    a {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
@media all and (max-width: 575px) {
    #footer
        .footer__top
        .footer__contacts
        .contacts__inner
        .contacts__wrapper
        .contacts__item
        .item__content
        a {
        font-size: 14px;
    }
}
#footer .footer__top .footer__contacts .contacts__inner .social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
}
@media all and (min-width: 991px) {
    #footer .footer__top .footer__contacts .contacts__inner .social {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}
#footer .footer__top .footer__contacts .contacts__inner .social li a:hover {
    opacity: 0.8;
}
#footer .footer__top .footer__contacts .contacts__inner .social li a img {
    width: 32px;
    height: 32px;
}
#footer .footer__bottom {
    font-size: 16px;
    color: #494f62;
    margin-bottom: 16px;
}
@media all and (min-width: 991px) {
    #footer .footer__bottom .footer__policy {
        text-align: right;
    }
}
#footer .footer__bottom a {
    color: #494f62;
}
#footer .footer__bottom a:hover {
    text-decoration: underline;
}
#footer .footer__bottom .footer__item {
    margin-bottom: 8px;
}
.section-history {
    background-size: cover;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-image: url(../img/2.avif);
}
.section-history .history__content .content__inner .text {
    margin-bottom: 92px;
}
@media all and (max-width: 1199px) {
    .section-history .history__content .content__inner .text {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 575px) {
    .section-history .history__content .content__inner .text {
        margin-bottom: 24px;
    }
}
@media all and (max-width: 1199px) {
    .section-history .history__content .content__inner .founder {
        display: none;
    }
}
@media all and (min-width: 1199px) {
    .section-history .history__image {
        margin-top: 32px;
    }
}
@media all and (min-width: 1199px) {
    .section-history .history__image .image__inner {
        text-align: right;
    }
}
.section-history .history__image .image__inner .image img {
    border-radius: 20px;
}
@media all and (max-width: 575px) {
    .section-history .history__image .image__inner .image img {
        border-radius: 12px;
    }
}
.section-history .history__image .image__inner .founder {
    margin-top: 24px;
}
@media all and (min-width: 1199px) {
    .section-history .history__image .image__inner .founder {
        display: none;
    }
}
.section-history .founder {
    background-color: #101627;
    border-radius: 25px;
    padding: 32px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}
@media all and (max-width: 575px) {
    .section-history .founder {
        padding: 24px 16px;
        border-radius: 12px;
    }
}
.section-history .founder h4 {
    font-size: 20px;
    font-weight: 600;
    color: #dbe1f2;
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    .section-history .founder h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
}
.section-history .founder p {
    font-size: 16px;
}
.section-growth {
    overflow: hidden;
}
@media all and (max-width: 767px) {
    .section-growth {
        padding-top: 40px;
    }
}
.section-growth .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 692px;
    position: relative;
}
@media all and (max-width: 1660px) {
    .section-growth .wrapper {
        height: 478px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper {
        height: auto;
        display: block;
    }
}
.section-growth .wrapper .growth__title {
    max-width: 455px;
    width: 100%;
}
@media all and (max-width: 1660px) {
    .section-growth .wrapper .growth__title {
        max-width: 390px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper .growth__title {
        margin-bottom: 24px;
    }
}
.section-growth .wrapper .growth__title h3 {
    font-family: Haval, sans-serif;
    font-size: 48px;
    line-height: 120%;
    font-weight: 400;
    color: #fff;
    margin-bottom: 24px;
}
@media all and (max-width: 1660px) {
    .section-growth .wrapper .growth__title h3 {
        font-size: 40px;
    }
}
@media all and (max-width: 575px) {
    .section-growth .wrapper .growth__title h3 {
        font-size: 24px;
        margin-bottom: 32px;
    }
}
.section-growth .wrapper .growth__title p {
    max-width: 385px;
    width: 100%;
}
@media all and (max-width: 767px) {
    .section-growth .wrapper ul::-webkit-scrollbar {
        display: none;
    }
}
.section-growth .wrapper ul {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 202px;
    margin: auto;
    width: 100%;
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul {
        position: relative;
        height: 284px;
        left: 0;
    }
}
@media all and (max-width: 767px) {
    .section-growth .wrapper ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow-x: auto;
        -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
        -webkit-column-gap: 8px;
        -moz-column-gap: 8px;
        column-gap: 8px;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
}
.section-growth .wrapper ul span {
    display: block;
}
.section-growth .wrapper ul li {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 50%;
    padding-right: 96px;
}
@media all and (max-width: 1660px) {
    .section-growth .wrapper ul li {
        padding-right: 70px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li {
        padding-right: 0;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
@media all and (max-width: 767px) {
    .section-growth .wrapper ul li {
        scroll-snap-align: start;
        white-space: nowrap;
    }
}
.section-growth .wrapper ul li:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 36px;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(255, 255, 255, 0)),
        to(#e31e23)
    );
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #e31e23);
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
.section-growth .wrapper ul li:first-child {
    width: 692px;
    height: 692px;
}
@media all and (max-width: 1660px) {
    .section-growth .wrapper ul li:first-child {
        width: 478px;
        height: 478px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li:first-child {
        width: 284px;
        height: 284px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li:first-child:before {
        padding: 14px;
    }
}
.section-growth .wrapper ul li:nth-child(2) {
    width: 566px;
    height: 566px;
    left: 526px;
}
@media all and (max-width: 1660px) {
    .section-growth .wrapper ul li:nth-child(2) {
        width: 391px;
        height: 391px;
        left: 360px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li:nth-child(2) {
        width: 233px;
        height: 233px;
        left: 220px;
    }
}
.section-growth .wrapper ul li:nth-child(2):before {
    padding: 28px;
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li:nth-child(2):before {
        padding: 11px;
    }
}
.section-growth .wrapper ul li:nth-child(2) .growth__year {
    top: 84px;
}
@media all and (max-width: 1660px) {
    .section-growth .wrapper ul li:nth-child(2) .growth__year {
        top: 62px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li:nth-child(2) .growth__year {
        top: 34px;
    }
}
.section-growth .wrapper ul li:last-child {
    width: 464px;
    height: 464px;
    left: 926px;
}
@media all and (max-width: 1660px) {
    .section-growth .wrapper ul li:last-child {
        width: 320px;
        height: 320px;
        left: 650px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li:last-child {
        width: 190px;
        height: 190px;
        left: 400px;
    }
}
.section-growth .wrapper ul li:last-child:before {
    padding: 24px;
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li:last-child:before {
        padding: 10px;
    }
}
.section-growth .wrapper ul li:last-child .growth__year {
    top: 72px;
}
@media all and (max-width: 1660px) {
    .section-growth .wrapper ul li:last-child .growth__year {
        top: 60px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li:last-child .growth__year {
        top: 28px;
    }
}
.section-growth .wrapper ul li .growth__year {
    font-size: 36px;
    font-weight: 500;
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        color-stop(33.52%, #0f1525),
        color-stop(55.74%, #394053)
    );
    background: linear-gradient(90deg, #0f1525 33.52%, #394053 55.74%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
    text-align: center;
    position: absolute;
    top: 96px;
    left: 0;
    right: 0;
    margin: auto;
}
@media all and (max-width: 1660px) {
    .section-growth .wrapper ul li .growth__year {
        font-size: 30px;
        top: 70px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li .growth__year {
        font-size: 16px;
        top: 38px;
    }
}
.section-growth .wrapper ul li .growth__text {
    text-align: center;
}
.section-growth .wrapper ul li .growth__text .growth__number {
    font-size: 82px;
    line-height: 120%;
    font-weight: 500;
    color: #fff;
}
@media all and (max-width: 1660px) {
    .section-growth .wrapper ul li .growth__text .growth__number {
        font-size: 70px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li .growth__text .growth__number {
        font-size: 40px;
    }
}
@media all and (max-width: 1199px) {
    .section-growth .wrapper ul li .growth__text .growth__text {
        font-size: 12px;
    }
}
.section-advantages .advantages__wrapper {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .section-advantages .advantages__wrapper {
        margin-bottom: 8px;
    }
}
.section-advantages .advantages__wrapper .advantages__item {
    background-color: #0a0e1a;
    border-radius: 20px;
    padding: 64px;
    position: relative;
}
@media all and (max-width: 1660px) {
    .section-advantages .advantages__wrapper .advantages__item {
        padding: 50px;
    }
}
@media all and (max-width: 1199px) {
    .section-advantages .advantages__wrapper .advantages__item {
        padding: 40px;
    }
}
@media all and (max-width: 991px) {
    .section-advantages .advantages__wrapper .advantages__item {
        padding: 32px 23px;
    }
}
@media all and (max-width: 575px) {
    .section-advantages .advantages__wrapper .advantages__item {
        border-radius: 12px;
    }
}
.section-advantages .advantages__wrapper .advantages__item:not(:last-child) {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item:not(:last-child) {
        margin-bottom: 8px;
    }
}
.section-advantages
    .advantages__wrapper
    .advantages__item.advantages__item-big {
    height: 100%;
}
@media all and (max-width: 991px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item.advantages__item-big {
        height: auto;
        padding-bottom: 136px;
        overflow: hidden;
    }
}
@media all and (max-width: 575px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item.advantages__item-big {
        padding-bottom: 190px;
    }
}
.section-advantages
    .advantages__wrapper
    .advantages__item.advantages__item-big
    p {
    max-width: 243px;
    width: 100%;
}
.section-advantages
    .advantages__wrapper
    .advantages__item.advantages__item-big
    img {
    position: absolute;
    bottom: 31px;
    right: 24px;
}
@media all and (max-width: 1660px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item.advantages__item-big
        img {
        max-width: 500px;
    }
}
@media all and (max-width: 1199px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item.advantages__item-big
        img {
        max-width: 400px;
    }
}
@media all and (max-width: 991px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item.advantages__item-big
        img {
        max-width: 295px;
        right: -50px;
        bottom: 20px;
    }
}
.section-advantages
    .advantages__wrapper
    .advantages__item.advantages__item-accent {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/10.webp);
}
@media all and (max-width: 991px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item.advantages__item-accent {
        padding-top: 130px;
    }
}
.section-advantages
    .advantages__wrapper
    .advantages__item.advantages__item-accent
    .content {
    max-width: 656px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 1660px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item.advantages__item-accent
        .content {
        max-width: 460px;
    }
}
@media all and (max-width: 991px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item.advantages__item-accent
        .content {
        max-width: none;
        margin-left: 0;
        margin-right: auto;
    }
}
.section-advantages
    .advantages__wrapper
    .advantages__item.advantages__item-accent
    p {
    color: #f3d8d9;
}
.section-advantages
    .advantages__wrapper
    .advantages__item.advantages__item-accent
    img {
    position: absolute;
    left: 159px;
    top: -61px;
}
@media all and (max-width: 1660px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item.advantages__item-accent
        img {
        left: 110px;
    }
}
@media all and (max-width: 1199px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item.advantages__item-accent
        img {
        max-width: 400px;
        left: 20px;
        top: -50px;
    }
}
@media all and (max-width: 991px) {
    .section-advantages
        .advantages__wrapper
        .advantages__item.advantages__item-accent
        img {
        max-width: 300px;
        top: -40px;
    }
}
.section-advantages .advantages__wrapper .advantages__item h4 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #fff;
}
@media all and (max-width: 575px) {
    .section-advantages .advantages__wrapper .advantages__item h4 {
        font-size: 16px;
    }
}
.section-wemap .about__content,
.section-wemap .about__heading {
    display: none;
}
.section-wemap .about__map {
    display: block !important;
    padding-top: 0;
}
.section-supplies .heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 30px;
}
@media all and (max-width: 1660px) {
    .section-supplies .heading {
        display: block;
    }
}
.section-supplies .heading h2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.section-supplies .heading h3 {
    margin-top: 0;
    max-width: 960px;
    width: 100%;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 1660px) {
    .section-supplies .heading h3 {
        max-width: none;
        margin-left: 0;
        margin-right: auto;
        margin-top: 32px;
    }
}
@media all and (max-width: 575px) {
    .section-supplies .heading h3 {
        margin-top: 24px;
    }
}
.section-supplies .supplies__item {
    margin-bottom: 24px;
}
@media all and (max-width: 991px) {
    .section-supplies .supplies__item {
        margin-bottom: 8px;
    }
}
@media all and (min-width: 991px) {
    .section-supplies
        .supplies__item:nth-child(3)
        .item__inner
        .supplies__image,
    .section-supplies
        .supplies__item:nth-child(4)
        .item__inner
        .supplies__image {
        padding-right: 0;
        padding-bottom: 0;
    }
    .section-supplies
        .supplies__item:nth-child(3)
        .item__inner
        .supplies__image::before,
    .section-supplies
        .supplies__item:nth-child(4)
        .item__inner
        .supplies__image::before {
        display: none;
    }
    .section-supplies
        .supplies__item:nth-child(3)
        .item__inner
        .supplies__image::after,
    .section-supplies
        .supplies__item:nth-child(4)
        .item__inner
        .supplies__image::after {
        display: none;
    }
    .section-supplies
        .supplies__item:nth-child(3)
        .item__inner
        .supplies__content,
    .section-supplies
        .supplies__item:nth-child(4)
        .item__inner
        .supplies__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 0;
    }
    .section-supplies
        .supplies__item:nth-child(3)
        .item__inner
        .supplies__content::before,
    .section-supplies
        .supplies__item:nth-child(4)
        .item__inner
        .supplies__content::before {
        position: absolute;
        content: "";
        width: 1px;
        height: 100%;
        background-color: #dde1e6;
        top: 0;
        right: 0;
    }
    .section-supplies
        .supplies__item:nth-child(3)
        .item__inner
        .supplies__content::after,
    .section-supplies
        .supplies__item:nth-child(4)
        .item__inner
        .supplies__content::after {
        display: none;
    }
}
@media all and (max-width: 991px) {
    .section-supplies .supplies__item:nth-child(2n) .item__inner {
        grid-template-columns: 40% 60%;
    }
    .section-supplies
        .supplies__item:nth-child(2n)
        .item__inner
        .supplies__content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}
.section-supplies .supplies__item .item__inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
    height: 310px;
}
@media all and (max-width: 1660px) {
    .section-supplies .supplies__item .item__inner {
        height: 270px;
    }
}
@media all and (max-width: 1199px) {
    .section-supplies .supplies__item .item__inner {
        height: 250px;
    }
}
@media all and (max-width: 991px) {
    .section-supplies .supplies__item .item__inner {
        grid-template-columns: 60% 40%;
        height: 174px;
        gap: 8px;
    }
}
.section-supplies .supplies__item .item__inner .supplies__image {
    padding-right: 24px;
    padding-bottom: 24px;
    position: relative;
}
@media all and (max-width: 991px) {
    .section-supplies .supplies__item .item__inner .supplies__image {
        padding-right: 12px;
        padding-bottom: 12px;
    }
}
.section-supplies .supplies__item .item__inner .supplies__image::before {
    position: absolute;
    content: "";
    width: 1px;
    height: calc(100% - 24px);
    background-color: #dde1e6;
    top: 0;
    right: 0;
}
@media all and (max-width: 991px) {
    .section-supplies .supplies__item .item__inner .supplies__image::before {
        width: 0.6px;
        height: 100%;
    }
}
.section-supplies .supplies__item .item__inner .supplies__image::after {
    position: absolute;
    content: "";
    width: calc(100% - 24px);
    height: 1.5px;
    background-color: #dde1e6;
    bottom: 0;
    left: 0;
}
@media all and (max-width: 991px) {
    .section-supplies .supplies__item .item__inner .supplies__image::after {
        height: 0.6px;
        width: calc(100% - 12px);
    }
}
.section-supplies .supplies__item .item__inner .supplies__image .image__inner {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}
@media all and (max-width: 991px) {
    .section-supplies
        .supplies__item
        .item__inner
        .supplies__image
        .image__inner {
        height: 163px;
        border-radius: 10px;
    }
}
.section-supplies
    .supplies__item
    .item__inner
    .supplies__image
    .image__inner
    img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-supplies .supplies__item .item__inner .supplies__content {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 24px;
    position: relative;
}
@media all and (max-width: 991px) {
    .section-supplies .supplies__item .item__inner .supplies__content {
        padding-bottom: 12px;
    }
}
.section-supplies .supplies__item .item__inner .supplies__content::after {
    position: absolute;
    content: "";
    width: calc(100% - 24px);
    height: 1.5px;
    background-color: #dde1e6;
    bottom: 0;
    left: 0;
}
@media all and (max-width: 991px) {
    .section-supplies .supplies__item .item__inner .supplies__content::after {
        height: 0.6px;
        width: calc(100% - 12px);
    }
}
.section-supplies .supplies__item .item__inner .supplies__content::before {
    position: absolute;
    content: "";
    width: 0.6px;
    height: calc(100% - 12px);
    background-color: #dde1e6;
    top: 0;
    right: 0;
}
@media all and (min-width: 991px) {
    .section-supplies .supplies__item .item__inner .supplies__content::before {
        display: none;
    }
}
@media all and (max-width: 991px) {
    .section-supplies .supplies__item .item__inner .supplies__content .number {
        font-size: 12px;
    }
}
.section-supplies
    .supplies__item
    .item__inner
    .supplies__content
    .content__inner {
    color: #374575;
}
.section-supplies .supplies__item .item__inner .supplies__content h4 {
    font-size: 24px;
    font-weight: 600;
}
@media all and (max-width: 991px) {
    .section-supplies .supplies__item .item__inner .supplies__content h4 {
        font-size: 14px;
    }
}
.section-supplies .supplies__item .item__inner .supplies__content ul {
    margin-top: 12px;
}
@media all and (max-width: 991px) {
    .section-supplies .supplies__item .item__inner .supplies__content ul {
        font-size: 12px;
        margin-top: 8px;
    }
}
.section-team {
    overflow: hidden;
    position: relative;
}
.section-team::before {
    position: absolute;
    content: "";
    z-index: 3;
    background-color: #f6f7f9;
    width: 50%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
@media all and (max-width: 991px) {
    .section-team::before {
        display: none;
    }
}
.section-team .team__content {
    background-color: #f6f7f9;
    position: relative;
    z-index: 4;
}
@media all and (max-width: 991px) {
    .section-team .team__content {
        margin-bottom: 40px;
    }
}
@media all and (max-width: 575px) {
    .section-team .team__content {
        margin-bottom: 24px;
    }
}
.section-team .team__content .content__inner {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 148px;
}
@media all and (max-width: 1660px) {
    .section-team .team__content .content__inner {
        gap: 100px;
    }
}
.section-team .team__content .content__inner .content .heading {
    margin-bottom: 32px;
}
@media all and (min-width: 1199px) {
    .section-team .team__content .content__inner .content .text {
        max-width: 465px;
        width: 100%;
    }
}
.section-team .team__content .content__inner .swiper__nav {
    position: relative;
    width: 128px;
    margin-left: 0;
    margin-right: auto;
}
@media all and (max-width: 991px) {
    .section-team .team__content .content__inner .swiper__nav {
        display: none;
    }
}
.section-team .team__wrapper {
    position: relative;
    z-index: 2;
}
@media all and (min-width: 1199px) {
    .section-team .team__wrapper {
        margin-top: 32px;
    }
}
.section-team .team__wrapper .team__slider {
    overflow: visible;
}
.section-team .team__wrapper .team__slider .swiper-slide {
    width: auto !important;
}
.section-team .team__wrapper .team__slider .slide__inner {
    width: 380px;
}
@media all and (max-width: 575px) {
    .section-team .team__wrapper .team__slider .slide__inner {
        width: 285px;
    }
}
.section-team .team__wrapper .team__slider .slide__inner .photo {
    margin-bottom: 24px;
    height: 380px;
    border-radius: 20px;
    overflow: hidden;
}
@media all and (max-width: 575px) {
    .section-team .team__wrapper .team__slider .slide__inner .photo {
        height: 285px;
        margin-bottom: 16px;
    }
}
.section-team .team__wrapper .team__slider .slide__inner .photo img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
}
.section-team .team__wrapper .team__slider .slide__inner h5 {
    font-size: 24px;
    font-weight: 600;
    color: #374575;
    margin-bottom: 12px;
}
@media all and (max-width: 575px) {
    .section-team .team__wrapper .team__slider .slide__inner h5 {
        font-size: 16px;
        margin-bottom: 6px;
    }
}
#delivery-mainblock {
    overflow: hidden;
    position: relative;
    z-index: 2;
}
@media all and (max-width: 1199px) {
    #delivery-mainblock .delivery__content {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 575px) {
    #delivery-mainblock .delivery__content {
        margin-bottom: 32px;
    }
}
#delivery-mainblock .delivery__content .heading {
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    #delivery-mainblock .delivery__content .btn {
        display: none;
    }
}
@media all and (min-width: 1199px) {
    #delivery-mainblock .delivery__content .text {
        max-width: 510px;
        width: 100%;
    }
}
#delivery-mainblock .delivery__content .text ul {
    margin-top: 64px;
    margin-bottom: 100px;
}
@media all and (max-width: 1660px) {
    #delivery-mainblock .delivery__content .text ul {
        margin-top: 40px;
        margin-bottom: 50px;
    }
}
@media all and (max-width: 575px) {
    #delivery-mainblock .delivery__content .text ul {
        margin-top: 32px;
        margin-bottom: 0;
    }
}
#delivery-mainblock .delivery__content .text ul li {
    font-size: 20px;
    font-weight: 500;
    color: #28335c;
    position: relative;
    padding-left: 40px;
}
@media all and (max-width: 575px) {
    #delivery-mainblock .delivery__content .text ul li {
        font-size: 16px;
        padding-left: 36px;
    }
}
#delivery-mainblock .delivery__content .text ul li:not(:last-child) {
    margin-bottom: 32px;
}
@media all and (max-width: 1660px) {
    #delivery-mainblock .delivery__content .text ul li:not(:last-child) {
        margin-bottom: 20px;
    }
}
@media all and (max-width: 575px) {
    #delivery-mainblock .delivery__content .text ul li:not(:last-child) {
        margin-bottom: 16px;
    }
}
#delivery-mainblock .delivery__content .text ul li:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_22.svg);
    width: 29px;
    height: 26px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
@media all and (min-width: 1199px) {
    #delivery-mainblock .delivery__list {
        position: absolute;
        top: 0;
        left: 50%;
        width: 1920px;
        height: 100%;
        z-index: -1;
        margin: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        pointer-events: none;
    }
}
#delivery-mainblock .delivery__list .list__inner {
    position: relative;
    height: 100%;
    width: 100%;
}
#delivery-mainblock .delivery__list .list__inner .image {
    position: absolute;
    right: -24px;
    top: 0;
    width: 60%;
    height: 100%;
    overflow: hidden;
}
@media all and (max-width: 1199px) {
    #delivery-mainblock .delivery__list .list__inner .image {
        width: 100%;
    }
}
#delivery-mainblock .delivery__list .list__inner .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: right top;
    object-position: right top;
    display: block;
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner .image img {
        -o-object-position: left top;
        object-position: left top;
    }
}
@media all and (max-width: 1199px) {
    #delivery-mainblock .delivery__list .list__inner .image img {
        -o-object-fit: 500px;
        object-fit: 500px;
        -o-object-position: 100% 50%;
        object-position: 100% 50%;
    }
}
@media all and (max-width: 1199px) {
    #delivery-mainblock .delivery__list .list__inner ul {
        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: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 8px;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li {
    font-size: 14px;
    color: #000;
    background-color: rgba(255, 255, 255, 0.77);
    border-radius: 42px;
    padding: 6px 16px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    position: absolute;
}
@media all and (max-width: 1736px) {
    #delivery-mainblock .delivery__list .list__inner ul li {
        max-width: 240px;
    }
}
@media all and (max-width: 1199px) {
    #delivery-mainblock .delivery__list .list__inner ul li {
        position: relative;
        left: 0 !important;
        right: auto !important;
        top: auto !important;
        top: auto !important;
        max-width: none;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li .icon img {
    width: 42px;
    height: auto;
}
@media all and (max-width: 1199px) {
    #delivery-mainblock .delivery__list .list__inner ul li .icon img {
        width: 36px;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li:nth-child(1) {
    left: 45%;
    bottom: 30%;
}
@media all and (max-width: 1660px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(1) {
        left: 47%;
    }
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(1) {
        left: 40%;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li:nth-child(2) {
    left: 65%;
    bottom: 44%;
}
@media all and (max-width: 1660px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(2) {
        left: 66.5%;
    }
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(2) {
        left: 59.5%;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li:nth-child(3) {
    left: 52%;
    bottom: 37%;
}
@media all and (max-width: 1660px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(3) {
        left: 54%;
    }
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(3) {
        left: 47%;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li:nth-child(4) {
    left: 57%;
    bottom: 28%;
}
@media all and (max-width: 1660px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(4) {
        left: 59%;
    }
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(4) {
        left: 52%;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li:nth-child(5) {
    left: 55%;
    bottom: 21%;
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(5) {
        left: 49%;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li:nth-child(6) {
    left: 59%;
    bottom: 5%;
}
@media all and (max-width: 1736px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(6) {
        left: 62%;
    }
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(6) {
        left: 55%;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li:nth-child(7) {
    left: 55%;
    bottom: 13%;
}
@media all and (max-width: 1736px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(7) {
        left: 59%;
    }
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(7) {
        left: 52%;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li:nth-child(8) {
    left: 66.5%;
    bottom: 37%;
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(8) {
        left: 61.5%;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li:nth-child(9) {
    left: 71%;
    bottom: 22%;
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(9) {
        left: 64%;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li:nth-child(10) {
    left: 76.5%;
    bottom: 6%;
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(10) {
        left: 70%;
    }
}
#delivery-mainblock .delivery__list .list__inner ul li:nth-child(11) {
    left: 73.5%;
    bottom: 15%;
}
@media all and (max-width: 1500px) {
    #delivery-mainblock .delivery__list .list__inner ul li:nth-child(11) {
        left: 68%;
    }
}
.section-order {
    background-size: cover;
    background-position: 50% 70%;
    background-repeat: no-repeat;
    background-image: url(../img/2.avif);
}
@media all and (min-width: 1199px) {
    .section-order .heading {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 40px;
    }
}
.section-order .heading h2 {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (min-width: 1199px) {
    .section-order .heading h3 {
        max-width: 1054px;
        width: 100%;
        margin-left: auto;
        margin-right: 0;
        margin-top: 0;
    }
}
@media all and (max-width: 991px) {
    .section-order .order__image {
        margin-bottom: 48px;
    }
}
@media all and (max-width: 575px) {
    .section-order .order__image {
        text-align: center;
    }
}
@media all and (max-width: 575px) {
    .section-order .order__image img {
        max-height: 344px;
    }
}
.section-order .delivery__content .delivery__item {
    background-color: rgba(36, 47, 82, 0.25);
    border-radius: 20px;
    padding: 32px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 32px;
    font-size: 16px;
}
@media all and (max-width: 575px) {
    .section-order .delivery__content .delivery__item {
        padding: 24px 16px;
        gap: 12px;
        font-size: 14px;
    }
}
.section-order .delivery__content .delivery__item:not(:last-child) {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .section-order .delivery__content .delivery__item:not(:last-child) {
        margin-bottom: 8px;
    }
}
@media all and (max-width: 575px) {
    .section-order .delivery__content .delivery__item .icon img {
        width: 24px;
        height: 24px;
    }
}
.section-order .delivery__content .delivery__item h4 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    color: #fff;
}
@media all and (max-width: 575px) {
    .section-order .delivery__content .delivery__item h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }
}
.section-order .delivery__content .delivery__item ul {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    gap: 8px 24px;
}
@media all and (max-width: 575px) {
    .section-order .delivery__content .delivery__item ul {
        grid-template-columns: 98px 1fr;
    }
}
.section-order .delivery__content .delivery__item ul li {
    display: grid;
    grid-template-columns: subgrid;
    grid-column: 1/-1;
}
.section-order .delivery__content .delivery__item ul li strong {
    font-weight: 400;
}
@media all and (max-width: 575px) {
    .section-order .delivery__content .delivery__item ul li strong {
        font-size: 12px;
    }
}
#catalog .catalog__main .main__inner .category__desc {
    font-size: 16px;
    margin-bottom: 32px;
}
@media all and (max-width: 575px) {
    #catalog .catalog__main .main__inner .category__desc {
        font-size: 14px;
        margin-bottom: 24px;
    }
}
#catalog .catalog__main .main__inner .category__desc p:not(:last-child) {
    margin-bottom: 16px;
}
@media all and (max-width: 767px) {
    #catalog .catalog__main .main__inner .category__desc p:not(:last-child) {
        margin-bottom: 12px;
    }
}
#catalog .catalog__main .main__inner .order__view {
    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;
    gap: 7px;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    #catalog .catalog__main .main__inner .order__view {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}
@media all and (max-width: 575px) {
    #catalog .catalog__main .main__inner .order__view .my-per-page-select,
    #catalog .catalog__main .main__inner .order__view .woocommerce-ordering {
        width: 100%;
    }
}
#catalog .catalog__main .main__inner .order__view select {
    font-size: 16px;
    font-weight: 500;
    color: #28335c;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 11px;
    background-position: calc(100% - 14px) 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_24.svg);
    height: 42px;
    background-color: #fff;
    border-radius: 8px;
    padding-left: 16px;
    padding-right: 30px;
    border: none;
}
@media all and (max-width: 575px) {
    #catalog .catalog__main .main__inner .order__view select {
        width: 100%;
    }
}
#catalog .catalog__main .main__inner .order__view select::-ms-expand {
    display: none;
}
@media all and (max-width: 1199px) {
    .catalog__aside {
        display: none !important;
    }
}
.catalog__aside .aside__inner .aside__item-menu ul li > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 12px;
    padding: 12px 44px 12px 16px;
    color: #28335c;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}
.catalog__aside .aside__inner .aside__item-menu ul li > a:hover {
    text-shadow:
        0 0 0.4px #28335c,
        0 0 0.4px #28335c;
}
.catalog__aside .aside__inner .aside__item-menu ul li > a:after {
    position: absolute;
    content: "";
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_9.svg);
    width: 20px;
    height: 20px;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto;
}
.catalog__aside .aside__inner .aside__item-menu ul li > a img {
    padding-right: 12px;
}
.catalog__aside .aside__inner .aside__item-menu ul li > a span {
    padding-left: 0;
}
.catalog__aside .aside__inner .aside__item-menu ul li.current-menu-ancestor > a,
.catalog__aside .aside__inner .aside__item-menu ul li.current-menu-item > a,
.catalog__aside
    .aside__inner
    .aside__item-menu
    ul
    li.current-product-ancestor
    > a {
    background-color: #fff;
    text-shadow:
        0 0 0.4px #28335c,
        0 0 0.4px #28335c;
}
.catalog__aside
    .aside__inner
    .aside__item-menu
    ul
    li.current-menu-ancestor
    .sub-menu,
.catalog__aside
    .aside__inner
    .aside__item-menu
    ul
    li.current-menu-item
    .sub-menu,
.catalog__aside
    .aside__inner
    .aside__item-menu
    ul
    li.current-product-ancestor
    .sub-menu {
    display: block;
}
.catalog__aside .aside__inner .aside__item-menu ul li a {
    display: block;
}
.catalog__aside .aside__inner .aside__item-menu ul li .sub-menu {
    display: none;
    padding: 16px 0;
    max-height: 240px;
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: rgba(100, 100, 100, 0.6) transparent;
}
.catalog__aside
    .aside__inner
    .aside__item-menu
    ul
    li
    .sub-menu::-webkit-scrollbar {
    width: 6px;
}
.catalog__aside
    .aside__inner
    .aside__item-menu
    ul
    li
    .sub-menu::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 10px;
}
.catalog__aside
    .aside__inner
    .aside__item-menu
    ul
    li
    .sub-menu::-webkit-scrollbar-thumb {
    background: rgba(100, 100, 100, 0.6);
    border-radius: 10px;
    border: 2px solid transparent;
}
.catalog__aside
    .aside__inner
    .aside__item-menu
    ul
    li
    .sub-menu::-webkit-scrollbar-thumb:hover {
    background: rgba(80, 80, 80, 0.9);
}
.catalog__aside
    .aside__inner
    .aside__item-menu
    ul
    li
    .sub-menu
    li.current-menu-item
    a,
.catalog__aside
    .aside__inner
    .aside__item-menu
    ul
    li
    .sub-menu
    li.current-product-ancestor
    a {
    background-color: #eff1f7;
}
.catalog__aside .aside__inner .aside__item-menu ul li .sub-menu li a {
    font-size: 14px;
    color: #28335c;
    padding: 4px 16px;
    border-radius: 6px;
    text-shadow: none;
    background-color: #f6f7f9;
}
.catalog__aside .aside__inner .aside__item-menu ul li .sub-menu li a::after {
    display: none;
}
.catalog__aside .aside__inner .aside__item-menu ul li .sub-menu li a:hover {
    background-color: #eff1f7;
}
.woocommerce-pagination .page-numbers {
    text-align: center;
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.woocommerce-pagination .page-numbers a,
.woocommerce-pagination .page-numbers span {
    font-size: 16px;
    font-weight: 500;
    position: relative;
    float: left;
    padding: 8px 12px;
    margin: 0 7px 3px 7px;
    line-height: 1.42857143;
    color: #2e3b48;
    text-decoration: none;
    min-width: 38px;
    border-radius: 50%;
}
@media all and (max-width: 767px) {
    .woocommerce-pagination .page-numbers a,
    .woocommerce-pagination .page-numbers span {
        margin: 5px;
    }
}
.woocommerce-pagination .page-numbers a {
    color: #2e3b48;
}
.woocommerce-pagination .page-numbers span {
    border-color: #cfd2e3;
    background-color: #cfd2e3;
    color: #28335c;
}
.woocommerce-pagination .page-numbers .next,
.woocommerce-pagination .page-numbers .prev {
    display: none;
}
.product__item {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    .product__item {
        margin-bottom: 8px;
    }
}
.product__item .product__inner {
    background-color: #fff;
    border-radius: 20px;
    color: #28335c;
    min-height: 299px;
    overflow: hidden;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
@media all and (max-width: 767px) {
    .product__item .product__inner {
        min-height: 168px;
        border-radius: 12px;
    }
}
.product__item .product__inner .product__image {
    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: 400px;
    height: 186px;
    margin: 0 auto;
    width: 100%;
    position: relative;
    text-align: center;
}
@media all and (max-width: 767px) {
    .product__item .product__inner .product__image {
        height: 102px;
    }
}
.product__item .product__inner .product__image.out-of-stock::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(19, 24, 40, 0.5);
    -webkit-backdrop-filter: blur(4.45px);
    backdrop-filter: blur(4.45px);
    z-index: 2;
}
.product__item
    .product__inner
    .product__image.out-of-stock
    .out-of-stock-label {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    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;
    font-weight: 600;
    font-size: 20px;
    z-index: 3;
}
@media all and (max-width: 767px) {
    .product__item
        .product__inner
        .product__image.out-of-stock
        .out-of-stock-label {
        font-size: 14px;
    }
}
.product__item .product__inner .product__image.out-of-stock .badge {
    display: none;
}
.product__item .product__inner .product__image:hover:not(.out-of-stock) img {
    opacity: 0.8;
}
.product__item .product__inner .product__image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
.product__item .product__inner .product__image .badge {
    position: absolute;
    top: 16px;
    right: 16px;
    border-radius: 16px;
    font-size: 14px;
    color: #fff;
    padding: 7px 15px;
    border: 1px solid #f6f7f9;
}
@media all and (max-width: 767px) {
    .product__item .product__inner .product__image .badge {
        top: 8px;
        right: 8px;
        font-size: 9px;
        padding: 4px 7px;
        border-radius: 10px;
    }
}
.product__item .product__inner .product__image .hit {
    background-color: #ff5722;
}
.product__item .product__inner .product__image .new {
    background-color: #3186b2;
}
.product__item .product__inner .product__details {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 16px;
    padding: 24px;
}
@media all and (max-width: 767px) {
    .product__item .product__inner .product__details {
        padding: 12px;
        gap: 12px;
    }
}
@media all and (max-width: 575px) {
    .product__item .product__inner .product__details {
        gap: 8px;
    }
}
.product__item .product__inner .product__details .details__inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.product__item
    .product__inner
    .product__details
    .details__inner
    .product__title {
    display: block;
    margin-bottom: 12px;
    color: #28335c;
}
.product__item
    .product__inner
    .product__details
    .details__inner
    .product__title:hover {
    color: #e31e23;
}
.product__item
    .product__inner
    .product__details
    .details__inner
    .product__title
    h3 {
    font-size: 20px;
    font-weight: 500;
    color: inherit;
}
@media all and (max-width: 767px) {
    .product__item
        .product__inner
        .product__details
        .details__inner
        .product__title
        h3 {
        font-size: 14px;
    }
}
.product__item
    .product__inner
    .product__details
    .details__inner
    .product__attributes {
    padding-left: 0;
    list-style-type: none;
}
.product__item
    .product__inner
    .product__details
    .details__inner
    .product__attributes
    li {
    font-size: 16px;
    color: #9196a4;
    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;
    gap: 10px;
}
@media all and (max-width: 767px) {
    .product__item
        .product__inner
        .product__details
        .details__inner
        .product__attributes
        li {
        font-size: 10px;
    }
}
.product__item
    .product__inner
    .product__details
    .details__inner
    .product__attributes
    li:not(:last-child) {
    margin-bottom: 4px;
}
@media all and (max-width: 767px) {
    .product__item
        .product__inner
        .product__details
        .details__inner
        .product__attributes
        li:not(:last-child) {
        margin-bottom: 3px;
    }
}
.product__item
    .product__inner
    .product__details
    .details__inner
    .product__attributes
    li
    span {
    color: #28335c;
    text-align: right;
}
.product__item .product__inner .product__details .product__price {
    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;
    gap: 6px 10px;
    font-size: 16px;
    color: #9196a4;
}
@media all and (max-width: 767px) {
    .product__item .product__inner .product__details .product__price {
        font-size: 10px;
    }
}
.product__item .product__inner .product__details .product__price .price__inner {
    font-size: 24px;
    font-weight: 600;
    color: #28335c;
    -moz-text-align-last: left;
    text-align-last: left;
}
@media all and (max-width: 767px) {
    .product__item
        .product__inner
        .product__details
        .product__price
        .price__inner {
        font-size: 14px;
    }
}
.product__item
    .product__inner
    .product__details
    .product__price
    .product__more {
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 36px;
    height: 36px;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_31.svg);
}
@media all and (max-width: 575px) {
    .product__item
        .product__inner
        .product__details
        .product__price
        .product__more {
        width: 24px;
        height: 24px;
    }
}
.product__item
    .product__inner
    .product__details
    .product__price
    .product__more:hover {
    opacity: 0.8;
}
.product__item .product__inner .product__details .product__buttons .button {
    width: 100%;
}
#page-product {
    margin-bottom: 0;
}
#page-product .catalog__aside {
    margin-bottom: 120px;
}
@media all and (max-width: 1660px) {
    #page-product .catalog__aside {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1199px) {
    #page-product .catalog__aside {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 575px) {
    #page-product .catalog__aside {
        margin-bottom: 64px;
    }
}
#page-product .product__wrapper {
    margin-bottom: 120px;
}
@media all and (max-width: 1660px) {
    #page-product .product__wrapper {
        margin-bottom: 100px;
    }
}
@media all and (max-width: 1199px) {
    #page-product .product__wrapper {
        margin-bottom: 80px;
    }
}
@media all and (max-width: 575px) {
    #page-product .product__wrapper {
        margin-bottom: 64px;
    }
}
@media all and (min-width: 991px) {
    #page-product .product__wrapper .mobile__heading {
        display: none;
    }
}
#page-product .product__wrapper .heading {
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    #page-product .product__wrapper .heading {
        margin-bottom: 16px;
    }
}
#page-product .product__wrapper .heading h1 {
    font-family: Cygre, sans-serif;
    font-weight: 600;
}
@media all and (max-width: 575px) {
    #page-product .product__wrapper .heading h1 {
        font-size: 20px;
    }
}
#page-product .product__wrapper .product__gallery {
    margin-bottom: 64px;
}
@media all and (max-width: 1660px) {
    #page-product .product__wrapper .product__gallery {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 991px) {
    #page-product .product__wrapper .product__gallery {
        margin-bottom: 24px;
    }
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner {
    width: 100%;
    padding-right: 28px;
}
@media all and (max-width: 1660px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner {
        padding-right: 0;
    }
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner
    .onsale {
    display: none;
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery__image--placeholder {
    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;
    width: 100%;
    height: 430px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}
@media all and (max-width: 1660px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery__image--placeholder {
        height: 400px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery__image--placeholder {
        height: 220px;
        border-radius: 12px;
    }
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery__image--placeholder
    img {
    max-height: 420px;
    height: auto;
    width: auto;
}
@media all and (max-width: 1660px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery__image--placeholder
        img {
        max-height: 380px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery__image--placeholder
        img {
        max-height: 200px;
    }
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery {
    width: 100%;
    float: none;
    position: relative;
    padding-left: 80px;
}
@media all and (max-width: 991px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery {
        padding-left: 0;
    }
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .woocommerce-product-gallery__wrapper {
    width: 100%;
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-viewport {
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}
@media all and (max-width: 991px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-viewport {
        margin-bottom: 12px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-viewport {
        border-radius: 12px;
    }
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    a {
    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;
    height: 430px;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    padding: 20px;
}
@media all and (max-width: 1660px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        a {
        height: 400px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        a {
        height: 220px;
        border-radius: 12px;
    }
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    a
    img {
    max-height: 420px;
    height: auto;
    width: auto;
}
@media all and (max-width: 1660px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        a
        img {
        max-height: 380px;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        a
        img {
        max-height: 200px;
    }
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
@media all and (min-width: 991px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs {
        width: 64px;
        position: absolute;
        top: 0;
        left: 0;
    }
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs {
        gap: 10px;
    }
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs
    li {
    background-color: #fff;
    border: 1px solid #cfd1e2;
    border-radius: 6px;
    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;
    width: 64px;
    height: 64px;
    overflow: hidden;
    cursor: pointer;
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs
        li {
        width: 48px;
        height: 48px;
    }
}
#page-product
    .product__wrapper
    .product__gallery
    .product__image
    .gallery__inner
    .woocommerce-product-gallery
    .flex-control-nav.flex-control-thumbs
    li
    img {
    max-height: 60px;
    height: auto;
    width: auto;
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__gallery
        .product__image
        .gallery__inner
        .woocommerce-product-gallery
        .flex-control-nav.flex-control-thumbs
        li
        img {
        max-height: 44px;
    }
}
#page-product .product__wrapper .product__details {
    margin-bottom: 64px;
}
@media all and (max-width: 1660px) {
    #page-product .product__wrapper .product__details {
        margin-bottom: 50px;
    }
}
@media all and (max-width: 1199px) {
    #page-product .product__wrapper .product__details {
        margin-bottom: 30px;
    }
}
#page-product .product__wrapper .product__details .details__inner {
    padding-right: 10px;
}
@media all and (max-width: 1660px) {
    #page-product .product__wrapper .product__details .details__inner {
        padding-right: 0;
    }
}
@media all and (max-width: 991px) {
    #page-product .product__wrapper .product__details .details__inner .heading {
        display: none;
    }
}
#page-product .product__wrapper .product__details .details__inner .attributes {
    margin-bottom: 20px;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .attributes
    ul
    li {
    font-size: 16px;
    line-height: 18px;
    color: #9196a4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 6px 0;
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__details
        .details__inner
        .attributes
        ul
        li {
        font-size: 14px;
    }
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .attributes
    ul
    li::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    border: 1px dashed #9196a4;
    left: 0;
    right: 0;
    bottom: 7px;
    z-index: -1;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .attributes
    ul
    li:not(:last-child) {
    margin-bottom: 7px;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .attributes
    ul
    li
    span {
    position: relative;
    z-index: 2;
    background-color: #f6f7f9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .attributes
    ul
    li
    span:first-child {
    padding-right: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .attributes
    ul
    li
    span.attribute__value {
    padding-left: 5px;
    max-width: 200px;
    color: #28335c;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .attributes
    ul
    li.has-note {
    padding-right: 28px;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .attributes
    ul
    li
    .note {
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    min-height: 20px;
    background-color: #f6f7f9;
    cursor: pointer;
    background-size: 20px;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-image: url(../img/icon_25.svg);
    z-index: 3;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .attributes
    ul
    li
    .note:hover
    .note__inner {
    opacity: 1;
    visibility: visible;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .attributes
    ul
    li
    .note
    .note__inner {
    position: absolute;
    font-size: 14px;
    color: #28335c;
    width: 148px;
    min-height: 36px;
    padding: 13px 12px;
    border-radius: 8px;
    background-color: #fff;
    right: 28px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    z-index: 4;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__details
        .details__inner
        .attributes
        ul
        li
        .note
        .note__inner {
        font-size: 12px;
        padding: 10px;
    }
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .attributes
    ul
    li
    .note
    .note__inner:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 24px;
    padding: 1px;
    background: linear-gradient(-45deg, #cfd2e3, #28335c);
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .warehouse
    h4 {
    font-size: 18px;
    font-weight: 500;
    color: #28335c;
    margin-bottom: 12px;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .warehouse
    ul
    li {
    font-size: 14px;
    color: #374575;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .warehouse
    ul
    li:not(:last-child) {
    margin-bottom: 8px;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .package__wrapper {
    margin-bottom: 24px;
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .package__wrapper
    .package
    h4 {
    font-size: 18px;
    font-weight: 500;
    color: #28335c;
    margin-bottom: 12px;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .package__wrapper
    .package
    ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .package__wrapper
    .package
    ul
    li {
    font-size: 14px;
    color: #28335c;
    padding: 12px 20px;
    background-color: #fff;
    border: 1px solid #cfd2e3;
    border-radius: 32px;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .package__wrapper
    .package
    p {
    font-size: 14px;
    color: #28335c;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .package__wrapper
    .price__wrapper
    .price__type {
    font-size: 24px;
    line-height: 120%;
    font-weight: 600;
    color: #374575;
    margin-bottom: 8px;
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__details
        .details__inner
        .package__wrapper
        .price__wrapper
        .price__type {
        font-size: 20px;
    }
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .package__wrapper
    .price__wrapper
    .total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    color: #9196a4;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__details
        .details__inner
        .package__wrapper
        .price__wrapper
        .total {
        font-size: 14px;
        margin-bottom: 16px;
    }
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .package__wrapper
    .price__wrapper
    .total
    span {
    line-height: 120%;
    font-weight: 600;
    color: #374575;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .package__wrapper
    .price__wrapper
    .button {
    padding: 12px 38px;
    font-size: 16px;
    width: 100%;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .cart
    .quantity {
    margin-bottom: 10px;
    width: 100%;
}
#page-product .product__wrapper .product__details .details__inner .features {
    padding-bottom: 8px;
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__details
        .details__inner
        .features {
        padding-bottom: 16px;
    }
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .features
    .features__item {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    #page-product
        .product__wrapper
        .product__details
        .details__inner
        .features
        .features__item {
        margin-bottom: 8px;
    }
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .features
    .features__item
    .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #28335c;
    border-radius: 12px;
    background-color: #fff;
    border-left: 4px solid #28335c;
    padding: 15px 20px;
}
#page-product
    .product__wrapper
    .product__details
    .details__inner
    .stock.out-of-stock {
    margin-bottom: 10px;
    font-size: 16px;
}
#page-product .product__wrapper .product__description .heading {
    margin-bottom: 24px;
}
#page-product .product__wrapper .product__description .heading h2 {
    font-family: Haval, sans-serif;
    font-size: 32px;
    line-height: 120%;
    font-weight: 400;
    color: #28335c;
}
@media all and (max-width: 575px) {
    #page-product .product__wrapper .product__description .heading h2 {
        font-size: 24px;
    }
}
#page-product .product__wrapper .product__description article {
    font-size: 16px;
}
@media all and (max-width: 575px) {
    #page-product .product__wrapper .product__description article {
        font-size: 14px;
    }
}
#related,
.section-related {
    overflow: hidden;
}
#related.page,
.section-related.page {
    padding-top: 130px;
}
@media all and (max-width: 1660px) {
    #related.page,
    .section-related.page {
        padding-top: 100px;
    }
}
@media all and (max-width: 1199px) {
    #related.page,
    .section-related.page {
        padding-top: 80px;
    }
}
@media all and (max-width: 575px) {
    #related.page,
    .section-related.page {
        padding-top: 64px;
    }
}
#related .category__nav,
.section-related .category__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: auto;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin-bottom: 22px;
}
@media all and (max-width: 575px) {
    #related .category__nav,
    .section-related .category__nav {
        margin-bottom: 16px;
    }
}
#related .category__nav button,
.section-related .category__nav button {
    font-size: 16px;
    padding: 10.3px 20px;
    background: rgba(200, 207, 231, 0.15);
    color: #28335c;
    border: 1px solid #cfd2e3;
    border-radius: 32px;
    display: inline-block;
    position: relative;
    scroll-snap-align: start;
    white-space: nowrap;
}
@media all and (max-width: 1660px) {
    #related .category__nav button,
    .section-related .category__nav button {
        font-size: 14px;
        padding: 10.3px 16px;
    }
}
#related .category__nav button:before,
.section-related .category__nav button:before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 32px;
    padding: 1px;
    background: linear-gradient(
        45deg,
        rgba(255, 255, 255, 0.3),
        rgba(255, 255, 255, 0.01)
    );
    -webkit-mask:
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff))
            content-box,
        -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}
#related .category__nav button.active,
.section-related .category__nav button.active {
    color: #28335c;
    background-color: rgba(207, 210, 227, 0.25);
}
#related .category__nav button.active::before,
.section-related .category__nav button.active::before {
    background: -webkit-gradient(
        linear,
        left top,
        right top,
        from(rgba(227, 30, 35, 0.6)),
        to(rgba(227, 30, 35, 0.01))
    );
    background: linear-gradient(
        90deg,
        rgba(227, 30, 35, 0.6),
        rgba(227, 30, 35, 0.01)
    );
}
#related .heading,
.section-related .heading {
    margin-bottom: 24px;
    position: relative;
    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;
}
@media all and (max-width: 575px) {
    #related .heading,
    .section-related .heading {
        margin-bottom: 14px;
    }
}
#related .heading .swiper__nav,
.section-related .heading .swiper__nav {
    width: 128px;
    position: relative;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 1199px) {
    #related .heading .swiper__nav,
    .section-related .heading .swiper__nav {
        display: none;
    }
}
#related .heading:not(.heading-page) h2,
.section-related .heading:not(.heading-page) h2 {
    font-family: Haval, sans-serif;
    font-size: 32px;
    line-height: 120%;
    font-weight: 400;
    color: #28335c;
}
@media all and (max-width: 575px) {
    #related .heading:not(.heading-page) h2,
    .section-related .heading:not(.heading-page) h2 {
        font-size: 24px;
    }
}
#related .related__slider,
.section-related .related__slider {
    overflow: visible;
    padding: 10px !important;
    margin: 0 -10px;
}
#related .related__slider .swiper-slide,
.section-related .related__slider .swiper-slide {
    width: auto !important;
    height: auto;
}
#related .related__slider .slide__inner,
.section-related .related__slider .slide__inner {
    width: 300px;
    min-height: 300px;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media all and (max-width: 767px) {
    #related .related__slider .slide__inner,
    .section-related .related__slider .slide__inner {
        min-height: 120px;
    }
}
@media all and (max-width: 575px) {
    #related .related__slider .slide__inner,
    .section-related .related__slider .slide__inner {
        width: 160px;
    }
}
#related .related__slider .slide__inner .product__item,
.section-related .related__slider .slide__inner .product__item {
    margin-bottom: 0;
    height: 100%;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
}
#related .related__slider .slide__inner .product__item .product__inner,
.section-related .related__slider .slide__inner .product__item .product__inner {
    height: 100%;
}
#related .related__slider .slide__inner .product__item .product__inner:hover,
.section-related
    .related__slider
    .slide__inner
    .product__item
    .product__inner:hover {
    -webkit-box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 1px 8px 2px rgba(0, 0, 0, 0.08);
}
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews {
    background-color: #f0f1f6 !important;
    padding: 10px;
    font-size: 16px;
}
.woocommerce-info .showcoupon,
.woocommerce-message .showcoupon,
.woocommerce-noreviews .showcoupon {
    color: #374575;
    text-decoration: underline;
}
.wc-empty-cart-message,
.woocommerce-noreviews,
.woocommerce-notices-wrapper {
    margin-bottom: 10px;
    font-size: 16px;
}
.woocommerce-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px 30px;
}
.woocommerce-error {
    background-color: #e31e23 !important;
    padding: 10px 10px 6px 20px;
    color: #fff;
    font-size: 16px;
}
.woocommerce-error li strong {
    font-weight: 500;
}
.woocommerce-error a {
    color: #fff;
}
.woocommerce-cart-form table.shop_table {
    width: 100%;
    border-collapse: collapse;
}
.woocommerce-cart-form table.shop_table td,
.woocommerce-cart-form table.shop_table th {
    padding: 10px;
    text-align: left;
    vertical-align: middle;
}
.woocommerce-cart-form table.shop_table th {
    font-weight: 600;
}
.woocommerce-cart-form .item-checkbox {
    padding-left: 0 !important;
}
@media all and (max-width: 767px) {
    .woocommerce-cart-form .item-checkbox {
        display: block !important;
    }
}
.woocommerce-cart-form .item-checkbox input {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #cfd2e3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}
@media all and (max-width: 767px) {
    .woocommerce-cart-form .item-checkbox input {
        margin-left: 0;
        margin-right: auto;
    }
}
.woocommerce-cart-form .product-thumbnail a {
    display: block;
}
.woocommerce-cart-form .product-thumbnail img {
    max-width: 100px;
    height: auto;
    display: block;
}
.woocommerce-cart-form .tr-actions {
    display: none !important;
}
.woocommerce-cart-form td.product-name a {
    font-size: 24px;
    font-weight: 600;
    color: #28335c;
    text-decoration: none;
}
@media all and (max-width: 1660px) {
    .woocommerce-cart-form td.product-name a {
        font-size: 20px;
    }
}
@media all and (max-width: 767px) {
    .woocommerce-cart-form td.product-name a {
        font-size: 14px;
        text-align: right;
    }
}
.woocommerce-cart-form td.product-name a:hover {
    color: #e31e23;
}
.woocommerce-cart-form td.product-price .product-price__inner {
    text-align: right;
}
.woocommerce-cart-form td.product-price .product-price__inner .amount,
.woocommerce-cart-form td.product-price .product-price__inner .unit-price {
    font-size: 20px;
    font-weight: 600;
    color: #28335c;
    margin-bottom: 4px;
    display: block;
}
@media all and (max-width: 767px) {
    .woocommerce-cart-form td.product-price .product-price__inner .amount,
    .woocommerce-cart-form td.product-price .product-price__inner .unit-price {
        font-size: 14px;
    }
}
.woocommerce-cart-form
    td.product-price
    .product-price__inner
    .product__subtotal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 8px;
    margin-bottom: 12px;
}
.woocommerce-cart-form
    td.product-price
    .product-price__inner
    .product__subtotal
    h6 {
    font-family: Cygre, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #9196a4;
    margin-bottom: 0;
}
@media all and (max-width: 767px) {
    .woocommerce-cart-form
        td.product-price
        .product-price__inner
        .product__subtotal
        h6 {
        font-size: 12px;
    }
}
.woocommerce-cart-form
    td.product-price
    .product-price__inner
    .product__subtotal
    span {
    font-weight: 600;
    color: #28335c;
    font-size: 14px;
    margin-bottom: 0;
}
@media all and (max-width: 767px) {
    .woocommerce-cart-form
        td.product-price
        .product-price__inner
        .product__subtotal
        span {
        font-size: 12px;
    }
}
.woocommerce-cart-form .remove {
    color: #999;
    text-decoration: none;
    font-size: 14px;
}
.woocommerce-cart-form .remove:hover {
    color: #e74c3c;
}
.cart_totals {
    max-width: 420px;
    margin-left: auto;
    border: 1px solid #e5e5e5;
    padding: 25px;
    background: #fafafa;
}
.cart_totals h2 {
    margin-bottom: 20px;
    font-size: 20px;
}
.cart_totals table {
    width: 100%;
    border-collapse: collapse;
}
.cart_totals td,
.cart_totals th {
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}
.cart_totals .order-total {
    font-weight: 700;
    font-size: 18px;
}
@media screen and (max-width: 768px) {
    .woocommerce-cart-form table.shop_table thead {
        display: none;
    }
    .woocommerce-cart-form table.shop_table tr {
        display: block;
        margin-bottom: 15px;
        padding-bottom: 10px;
    }
    .woocommerce-cart-form table.shop_table tr:nth-last-child(2) {
        margin-bottom: 0;
    }
    .woocommerce-cart-form table.shop_table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        padding: 5px 0;
    }
    .woocommerce-cart-form table.shop_table td:before {
        content: attr(data-title);
        font-weight: 600;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .woocommerce-cart-form td.product-thumbnail {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
.cart__main .main__inner {
    background-color: #fff;
    border-radius: 20px;
    padding: 32px;
    margin-bottom: 30px;
}
@media all and (max-width: 1199px) {
    .cart__main .main__inner {
        margin-bottom: 24px;
    }
}
@media all and (max-width: 767px) {
    .cart__main .main__inner {
        padding: 20px 12px;
        border-radius: 12px;
        margin-bottom: 16px;
    }
}
.cart__main .main__inner #cart-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
}
.cart__main .main__inner #cart-actions label {
    font-size: 14px;
    font-weight: 500;
    color: #969ba8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
}
.cart__main .main__inner #cart-actions label #select-all {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #cfd2e3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}
.cart__main .main__inner #cart-actions #delete-selected {
    font-size: 14px;
    font-weight: 500;
    color: #e31e23;
    background-color: transparent;
    border: none;
}
.cart__main .main__inner #cart-actions #delete-selected:hover {
    text-decoration: underline;
}
.cart__details {
    margin-bottom: 30px;
}
@media all and (max-width: 1199px) {
    .cart__details {
        margin-bottom: 24px;
    }
}
@media all and (max-width: 991px) {
    .cart__details {
        margin-bottom: 16px;
    }
}
@media all and (max-width: 767px) {
    .cart__details {
        margin-bottom: 6px;
    }
}
.cart__details .details__inner .features {
    padding-bottom: 8px;
}
@media all and (max-width: 767px) {
    .cart__details .details__inner .features {
        padding-bottom: 0;
    }
}
@media all and (max-width: 575px) {
    .cart__details .details__inner .features {
        padding-bottom: 8px;
    }
}
.cart__details .details__inner .features .features__item {
    margin-bottom: 16px;
}
@media all and (max-width: 575px) {
    .cart__details .details__inner .features .features__item {
        margin-bottom: 8px;
    }
}
.cart__details
    .details__inner
    .features
    .features__item.features__item-min
    .item__inner {
    border-left: 4px solid #e31e23;
    color: #e31e23;
}
.cart__details .details__inner .features .features__item .item__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 500;
    color: #28335c;
    border-radius: 12px;
    background-color: #fff;
    border-left: 4px solid #28335c;
    padding: 15px 20px;
}
.cart__details .details__inner .details__review {
    background-color: #fff;
    border-radius: 20px;
    padding: 24px;
}
@media all and (max-width: 767px) {
    .cart__details .details__inner .details__review {
        padding: 20px;
        border-radius: 12px;
    }
}
.cart__details .details__inner .details__review h4 {
    font-family: Cygre, sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #28335c;
}
@media all and (max-width: 767px) {
    .cart__details .details__inner .details__review h4 {
        font-size: 20px;
    }
}
.cart__details
    .details__inner
    .details__review
    .woocommerce-checkout-review-order-table {
    width: 100%;
}
.cart__details
    .details__inner
    .details__review
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td {
    font-size: 16px;
}
@media all and (max-width: 767px) {
    .cart__details
        .details__inner
        .details__review
        .woocommerce-checkout-review-order-table
        tbody
        tr
        td {
        font-size: 14px;
    }
}
.cart__details
    .details__inner
    .details__review
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td.product-name {
    font-weight: 500;
    color: #9196a4;
    padding: 8px 8px 8px 0;
}
.cart__details
    .details__inner
    .details__review
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td.product-total {
    font-weight: 600;
    color: #28335c;
    padding: 8px 0 8px 8px;
    text-align: right;
    white-space: nowrap;
}
.cart__details
    .details__inner
    .details__review
    .woocommerce-checkout-review-order-table
    tbody
    tr
    td
    .product-quantity {
    font-weight: 500;
}
.cart__details
    .details__inner
    .details__review
    .woocommerce-checkout-review-order-table
    tbody
    tr:last-child
    td {
    border-bottom: 1px solid #dde1e6;
}
.cart__details
    .details__inner
    .details__review
    .woocommerce-checkout-review-order-table
    tfoot
    tr
    th {
    font-size: 16px;
    font-weight: 500;
    color: #9196a4;
    padding: 14px 8px 0 0;
}
@media all and (max-width: 767px) {
    .cart__details
        .details__inner
        .details__review
        .woocommerce-checkout-review-order-table
        tfoot
        tr
        th {
        font-size: 14px;
    }
}
.cart__details
    .details__inner
    .details__review
    .woocommerce-checkout-review-order-table
    tfoot
    tr
    td {
    text-align: right;
    padding: 14px 0 0 8px;
}
.cart__details
    .details__inner
    .details__review
    .woocommerce-checkout-review-order-table
    tfoot
    tr
    td
    strong {
    font-size: 24px;
    font-weight: 600;
    color: #28335c;
    white-space: nowrap;
}
@media all and (max-width: 767px) {
    .cart__details
        .details__inner
        .details__review
        .woocommerce-checkout-review-order-table
        tfoot
        tr
        td
        strong {
        font-size: 20px;
    }
}
.cart__details .details__inner .details__review #payment {
    display: none !important;
}
@media all and (min-width: 1199px) {
    .sticky-aside {
        position: sticky;
        top: 20px;
        height: 100%;
    }
}
.woocommerce-checkout__wrapper {
    background-color: #fff;
    border-radius: 24px;
    padding: 32px;
}
@media all and (max-width: 767px) {
    .woocommerce-checkout__wrapper {
        padding: 20px;
    }
}
.woocommerce-checkout__wrapper #customer_details h3 {
    font-family: Cygre, sans-serif;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 24px;
}
@media all and (max-width: 767px) {
    .woocommerce-checkout__wrapper #customer_details h3 {
        font-size: 24px;
        margin-bottom: 16px;
    }
}
.woocommerce-checkout__wrapper #customer_details .form-row label {
    display: none;
}
.woocommerce-checkout__wrapper #order_review_heading {
    display: none;
}
.woocommerce-checkout__wrapper #order_review .shop_table {
    display: none;
}
.woocommerce-checkout__wrapper #payment ul {
    display: none !important;
}
.woocommerce-checkout__wrapper
    #payment
    .woocommerce-terms-and-conditions-wrapper {
    display: none !important;
}
.woocommerce-checkout__wrapper #payment .achtung {
    background-color: #f4f7fb;
    border-radius: 12px;
    border-left: 4px solid #28335c;
    font-size: 14px;
    color: #70798e;
    padding: 16px 24px;
    margin-top: 32px;
    margin-bottom: 32px;
    min-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media all and (max-width: 767px) {
    .woocommerce-checkout__wrapper #payment .achtung {
        font-size: 12px;
        min-height: 74px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.woocommerce-checkout__wrapper #payment .achtung p {
    margin-bottom: 0;
}
.woocommerce-checkout__wrapper #payment .achtung strong {
    font-weight: 500;
    color: #28335c;
}
.custom-checkout-consent {
    margin-top: 16px;
}
.custom-checkout-consent .form-row label {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin-bottom: 0;
}
.custom-checkout-consent label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 12px;
    color: #70798e;
}
.custom-checkout-consent label input {
    width: 20px;
    height: 20px;
    border-radius: 2px;
    background-color: #cfd2e3;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: block;
}
.custom-checkout-consent label .text {
    font-size: 12px;
}
.custom-checkout-consent label a {
    color: #70798e;
}
.custom-checkout-consent label a:hover {
    text-decoration: underline;
}
.woocommerce .quantity {
    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;
    gap: 5px;
    width: 160px;
    height: 42px;
    border-radius: 21px;
    border: 1px solid #cfd2e3;
    margin-left: auto;
    margin-right: 0;
}
@media all and (max-width: 767px) {
    .woocommerce .quantity {
        height: 36px;
    }
}
.woocommerce .quantity .qty_button {
    background: 0 0;
    font-size: 25px;
    font-weight: 500;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 26.4px;
    width: 45px;
    height: 100%;
    border: none;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #28335c;
}
.woocommerce .quantity input {
    outline: 0;
}
.woocommerce .quantity input[type="number"]::-webkit-inner-spin-button,
.woocommerce .quantity input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.woocommerce .quantity .qty {
    font-size: 16px;
    text-align: center;
    width: 50px;
    border-right: 0;
    border-left: 0;
    border: none;
    background-color: transparent;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #28335c;
}
.woocommerce .quantity .qty::-webkit-input-placeholder {
    color: #28335c;
    opacity: 1;
}
.woocommerce .quantity .qty::-moz-placeholder {
    color: #28335c;
    opacity: 1;
}
.woocommerce .quantity .qty::-ms-placeholder {
    color: #28335c;
    opacity: 1;
}
.woocommerce .quantity .qty::-webkit-input-placeholder {
    color: #28335c;
    opacity: 1;
}
.woocommerce .quantity .qty::-moz-placeholder {
    color: #28335c;
    opacity: 1;
}
.woocommerce .quantity .qty:-ms-input-placeholder {
    color: #28335c;
    opacity: 1;
}
.woocommerce .quantity .qty::-ms-input-placeholder {
    color: #28335c;
    opacity: 1;
}
.woocommerce .quantity .qty::placeholder {
    color: #28335c;
    opacity: 1;
}
.woocommerce .quantity input[type="number"] {
    -moz-appearance: textfield;
}
.woocommerce .quantity input::-webkit-inner-spin-button,
.woocommerce .quantity input::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
.form-row:not(:last-child) {
    margin-bottom: 12px;
}
@media all and (max-width: 767px) {
    .form-row:not(:last-child) {
        margin-bottom: 8px;
    }
}
.form-row label {
    display: block !important;
    font-size: 16px;
    margin-bottom: 4px;
}
.form-row .woocommerce-input-wrapper input {
    font-size: 16px;
    width: 100%;
    height: 56px;
    background-color: #f4f7fb;
    border-radius: 10px;
    border: 1px solid #cfd2e3;
    padding: 0 16px;
    color: #70798e;
}
@media all and (max-width: 767px) {
    .form-row .woocommerce-input-wrapper input {
        height: 48px;
    }
}
.form-row .woocommerce-input-wrapper input::-webkit-input-placeholder {
    color: #70798e;
    opacity: 1;
}
.form-row .woocommerce-input-wrapper input::-moz-placeholder {
    color: #70798e;
    opacity: 1;
}
.form-row .woocommerce-input-wrapper input::-ms-placeholder {
    color: #70798e;
    opacity: 1;
}
.form-row .woocommerce-input-wrapper input::-webkit-input-placeholder {
    color: #70798e;
    opacity: 1;
}
.form-row .woocommerce-input-wrapper input::-moz-placeholder {
    color: #70798e;
    opacity: 1;
}
.form-row .woocommerce-input-wrapper input:-ms-input-placeholder {
    color: #70798e;
    opacity: 1;
}
.form-row .woocommerce-input-wrapper input::-ms-input-placeholder {
    color: #70798e;
    opacity: 1;
}
.form-row .woocommerce-input-wrapper input::placeholder {
    color: #70798e;
    opacity: 1;
}
.woocommerce-order {
    padding: 30px;
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: 6px;
    font-family: sans-serif;
    color: #333;
}
.woocommerce-order .woocommerce-notice--success {
    background-color: #374575;
    color: #fff;
    padding: 15px 20px;
    border-radius: 4px;
    font-size: 1.1em;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
}
.woocommerce-order-overview {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
}
@media all and (max-width: 767px) {
    .woocommerce-order-overview {
        gap: 10px;
    }
}
.woocommerce-order-overview li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 200px;
    flex: 1 1 200px;
    background: #f9f9f9;
    padding: 12px 15px;
    border-radius: 4px;
    font-size: 0.95em;
    margin-bottom: 0;
}
@media all and (max-width: 767px) {
    .woocommerce-order-overview li {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }
}
.woocommerce-order-overview li strong {
    display: block;
    margin-top: 5px;
    font-weight: 600;
}
.woocommerce-order-details__title {
    font-size: 1.3em;
    font-weight: 600;
    margin-bottom: 15px;
}
.woocommerce-order-details {
    margin-bottom: 30px;
}
.woocommerce-customer-details {
    margin-bottom: 0;
}
.woocommerce-order-details table.shop_table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 30px;
}
.woocommerce-order-details table td,
.woocommerce-order-details table th {
    padding: 12px 10px;
    border: 1px solid #ddd;
    text-align: left;
    vertical-align: middle;
}
.woocommerce-order-details table th {
    background-color: #f9f9f9;
    font-weight: 600;
}
.woocommerce-order-details td.product-name a {
    color: #333;
    text-decoration: none;
}
.woocommerce-order-details td.product-name a:hover {
    text-decoration: underline;
}
.woocommerce-order-details td.product-total {
    font-weight: 600;
}
.woocommerce-order-details tfoot th {
    font-weight: 600;
}
.woocommerce-order-details tfoot td {
    font-weight: 600;
}
.woocommerce-customer-details {
    margin-top: 0;
}
.woocommerce-customer-details h2 {
    font-size: 1.2em;
    font-weight: 600;
    margin-bottom: 12px;
}
.woocommerce-customer-details address {
    font-style: normal;
    line-height: 1.5;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 4px;
}
.woocommerce-customer-details--email {
    margin-top: 10px;
    font-weight: 600;
}
@media screen and (max-width: 768px) {
    .woocommerce-order-overview {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .woocommerce-order-details table thead {
        display: none;
    }
    .woocommerce-order-details table tr {
        display: block;
        margin-bottom: 15px;
        border-bottom: 2px solid #ddd;
        padding-bottom: 10px;
    }
    .woocommerce-order-details table td {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        border: none;
        padding: 5px 0;
    }
    .woocommerce-order-details table td:before {
        content: attr(data-title);
        font-weight: 600;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
    }
    .woocommerce-order-details td.product-name {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
}
