@-webkit-keyframes rotateStar {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotateStar {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes mainPoint {
    0%,
    to {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.05);
    }
}
@keyframes mainPoint {
    0%,
    to {
        transform: scale(0.8);
    }
    50% {
        transform: scale(1.05);
    }
}
@-webkit-keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes endPoint {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
@keyframes endPoint {
    0%,
    to {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}
html {
    box-sizing: border-box;
    cursor: default;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -webkit-tap-highlight-color: transparent;
}
* {
    outline: 0;
}
*,
::after,
::before {
    box-sizing: inherit;
}
::-moz-selection {
    color: #fff;
    background: #1b64fa;
}
::selection {
    color: #fff;
    background: #1b64fa;
}
body,
html {
    font-family: "Montserrat", sans-serif;
    background-color: #1e242e;
    font-weight: 400;
    font-size: 14px;
    line-height: 135%;
    color: #202732;
    margin: 0;
    padding: 0;
}
/* body {
  overflow-x: hidden;
} */
body.filter-lock,
body.lock {
    overflow: hidden;
    height: 100vh;
}
body.filter-lock {
    position: relative;
}
body.filter-lock::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.8;
    background-color: #1e242e;
    z-index: 1001;
    transition: all 0.3s;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
blockquote,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}
.h1,
.h2,
h1,
h2 {
    font-weight: 600;
}
.h1,
h1 {
    font-size: 48px;
    line-height: 120%;
}
.h2,
h2 {
    font-size: 40px;
}
.h2,
.h3,
.h4,
h2,
h3,
h4 {
    line-height: 120%;
}
.h3,
h3 {
    font-weight: 600;
    font-size: 32px;
    color: rgba(255, 255, 255, 0.8);
}
.h4,
h4 {
    font-weight: 500;
    font-size: 29px;
}
.h4_item,
.h5,
h4_item,
h5 {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
}
.h5,
h5 {
    font-weight: 500;
    font-size: 20px;
}
ol,
ul {
    padding-left: 0;
    list-style-type: none;
}
ol,
p,
ul {
    margin-top: 0;
    margin-bottom: 0;
}
figure {
    margin: 0 auto;
}
sub,
sup {
    line-height: 1em;
    font-size: 0.75em;
}
a {
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: background-size;
    text-decoration: none;
    cursor: pointer;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    padding: 0;
    border: 0;
    background-color: transparent;
    margin: 0;
}

[role="button"][disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled],
button[disabled] {
    cursor: initial;
}
[type="button"] {
    cursor: pointer;
}
select:focus {
    color: #000000;
}
select,
textarea {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
}
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
}
select::placeholder,
textarea::placeholder {
    opacity: 1;
}
input[type="email"]::-ms-clear,
input[type="email"]::-ms-reveal,
input[type="password"]::-ms-clear,
input[type="password"]::-ms-reveal,
input[type="search"]::-ms-clear,
input[type="search"]::-ms-reveal,
input[type="tel"]::-ms-clear,
input[type="tel"]::-ms-reveal,
input[type="text"]::-ms-clear,
input[type="text"]::-ms-reveal {
    display: none;
}
input[type="email"]::-webkit-search-cancel-button,
input[type="email"]::-webkit-search-decoration,
input[type="email"]::-webkit-search-results-button,
input[type="email"]::-webkit-search-results-decoration,
input[type="password"]::-webkit-search-cancel-button,
input[type="password"]::-webkit-search-decoration,
input[type="password"]::-webkit-search-results-button,
input[type="password"]::-webkit-search-results-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration,
input[type="tel"]::-webkit-search-cancel-button,
input[type="tel"]::-webkit-search-decoration,
input[type="tel"]::-webkit-search-results-button,
input[type="tel"]::-webkit-search-results-decoration,
input[type="text"]::-webkit-search-cancel-button,
input[type="text"]::-webkit-search-decoration,
input[type="text"]::-webkit-search-results-button,
input[type="text"]::-webkit-search-results-decoration {
    display: none;
}
input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
select {
    cursor: pointer;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}
select::-ms-expand {
    display: none;
}
textarea {
    resize: none;
}
img,
video {
    height: auto;
}
img,
svg,
use,
video {
    display: block;
}
img,
svg,
video {
    max-width: 100%;
}
hr {
    border: 0;
    height: 1px;
    margin: 0;
    width: 100px;
    background-color: fade(#000, 18%);
}
@media (max-width: 1320px) {
    .h3,
    h3 {
        font-size: 28px;
    }
}
@media (max-width: 1190px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 32px;
    }
    .h3,
    h3 {
        font-size: 26px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .h1,
    h1 {
        font-size: 40px;
    }
    .h2,
    h2 {
        font-size: 20px;
    }
    .h4,
    h4 {
        font-size: 24px;
    }
    .h5,
    h5 {
        font-size: 18px;
    }
}
/* .main {
  overflow: hidden;
} */
.main-container {
    position: relative;
    z-index: 10;
}

.wrapper {
    max-width: 1630px;
    margin: 0 auto;
    padding: 0 15px;
}
.bg-dark-blue {
    background: #1E242E;
}
.bg-white {
    background: #fff;
}
.bg-blue {
    background: #f1f7ff;
}
.bg-white-gray {
    background: #ededed;
}
.bg-gray {
    background: #F8F8F8;
}
.c-white {
    color: #fff;
}
.fancybox-slide--html {
    padding: 0;
}
.fancybox-button {
    display: none;
}
.flex,
.flex-center {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.flex-center {
    justify-content: center;
}
.img-cover img,
.svg-cover svg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.img-contain img,
.logo img,
.svg-contain svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.logo {
    height: 42px;
    display: block;
}
.logo img {
    -o-object-position: left;
    object-position: left;
}
.breadcrumbs ul li:last-child::after,
.logo img:last-child {
    display: none;
}
.burger {
    display: inline-flex;
    align-items: center;
    padding: 12px 16px;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.burger::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #a9ff35;
    border-radius: 4px;
    transition: opacity 0.3s ease-in-out;
}
.burger__icon {
    width: 16px;
    height: 16px;
    padding: 2px 1px;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    margin-right: 8px;
    position: relative;
    z-index: 10;
}
.burger__icon span {
    display: block;
    width: 100%;
    height: 2px;
    background-color: #202732;
    position: relative;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
.burger__icon span:first-child {
    width: 75%;
    top: 0;
}
.burger__icon span:last-child {
    width: 50%;
    top: 0;
}
.burger__caption {
    position: relative;
    z-index: 10;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #1e242e;
    transition: color 0.3s ease-in-out;
}
.burger.active .burger__icon span {
    transition: all 0.3s ease-in-out;
}
.burger.active .burger__icon span:first-child {
    width: 100%;
    transform: rotate(-45deg);
    top: 5px;
    transition: all 0.3s ease-in-out;
}
.burger.active .burger__icon span:nth-child(2) {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
}
.burger.active .burger__icon span:last-child {
    width: 100%;
    transform: rotate(45deg);
    top: -5px;
    transition: all 0.3s ease-in-out;
}
.burger:hover::before {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}
.burger:hover .burger__icon span {
    background-color: #fff;
    transition: background 0.3s ease-in-out;
}
.burger:hover .burger__caption {
    color: #fff;
    transition: color 0.3s ease-in-out;
}
.share {
    display: inline-flex;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    mix-blend-mode: normal;
    transition: all 0.3s;
}
.share:hover {
    color: #a9ff35;
}
.share:hover svg * {
    fill: #a9ff35;
    transition: all 0.3s;
}
.share__icon {
    width: 32px;
    height: 32px;
    margin-right: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.share__icon svg {
    width: 20px;
    height: 22px;
    -o-object-fit: contain;
    object-fit: contain;
}
.btn,
.share:hover,
.share__icon svg * {
    transition: all 0.3s;
}
.btn {
    font-family: "Montserrat", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #202732;
    padding: 16px 24px;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
.btn:focus {
    color: #202732;
}
.btn::before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #a9ff35;
    border-radius: 4px;
    z-index: 1;
}
.btn::after,
.btn::before,
.btn:hover::before {
    transition: opacity 0.3s ease-in-out;
}
.btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border-radius: 5px;
}
.btn span,
.btn svg {
    position: relative;
    z-index: 10;
}
.btn--dark,
.btn--item {
    background: 0 0;
    color: #a9ff35;
    border: 1px solid #a9ff35;
}
.btn--dark::after,
.btn--dark::before,
.btn--item::after,
.btn--item::before,
.checbox input,
.checbox-item input {
    display: none;
}
.btn--item.btn--purple {
    color: #8d839f;
    border-color: #8d839f;
}
.btn--item.btn--purple:hover {
    background-color: #8d839f;
    transition: all 0.3s;
}
.btn--dark:hover,
.btn--item:hover {
    background-color: #a9ff35;
    transition: all 0.3s;
}
.btn--dark {
    color: #202732;
    border: 1px solid #1e242e;
}
.btn--dark:hover {
    border-color: #a9ff35;
}
.btn:hover {
    color: #fff;
}
.btn:hover::before {
    opacity: 0;
}
.btn--link {
    background: none;
    color: #a9ff35;
}
.btn--link:after,
.btn--link:before {
    display: none;
}
.btn--link:hover {
    color: #a9ff35;
}
.link {
    display: inline-flex;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #a9ff35;
}
.link svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 12px;
}
.btn:hover,
.link,
.link svg,
.link svg * {
    transition: all 0.3s;
}
.link--purple {
    color: #9860f7;
}
.link--purple svg * {
    stroke: #9860f7;
    transition: all 0.3s;
}
.link:hover {
    text-decoration: underline;
}
.link:hover svg {
    transform: translateX(5px);
    transition: transform 0.3s;
}
.tab {
    display: inline-flex;
    font-weight: 600;
    font-size: 12px;
    line-height: 145%;
    text-transform: uppercase;
    color: #fff;
    padding: 4px 10px;
    border-radius: 20px;
    margin: 2.5px;
}
.tab--new {
    background-color: #e8564e;
}
.tab--discount {
    background-color: #3e45ef;
}
.tab--hit {
    background-color: #9860f7;
}
.tab--news {
    color: #fff;
    background-color: #1e242e;
}
.tab--laptops {
    color: #fff;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.field {
    width: 100%;
    font-family: "Montserrat", sans-serif;
    background-color: transparent;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    padding: 12px 26px 16px;
    border: 1px solid #fff;
    position: relative;
    -moz-appearance: none;
    -webkit-appearance: none;
    transition: all 0.3s ease;
    resize: none;
}
.field::-webkit-input-placeholder {
    color: #8e9297;
}
.field:-moz-placeholder,
.field::-moz-placeholder {
    color: #8e9297;
}
.field:-ms-input-placeholder {
    color: #8e9297;
}
.field:focus {
    border-color: #a9ff35;
    color: #a9ff35;
}
.checbox {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
    color: #fff;
    cursor: pointer;
}
.checbox a {
    color: #2c351f;
    text-decoration: underline;
    transition: all 0.3s;
}
.checbox a:hover {
    text-decoration: none;
    transition: all 0.3s;
}
.checbox small {
    font-size: 10px;
    line-height: 135%;
    color: #8e9297;
    margin-left: 4px;
    position: relative;
    top: -3px;
}
.checbox__icon,
.checbox__icon svg {
    position: relative;
    transition: all 0.3s;
}
.checbox__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    background-color: transparent;
    border: 1px solid #a9ff35;
    border-radius: 2px;
    margin-right: 8px;
}
.checbox__icon svg {
    width: 10px;
    height: 10px;
    left: 0;
    top: 1px;
    opacity: 0;
}
.checbox__caption {
    max-width: calc(100% - 25px);
}
.checbox_dark {
    color: #202732;
}
.checbox input[type="checkbox"]:checked + .checbox__icon,
.checbox input[type="radio"]:checked + .checbox__icon {
    background-color: #a9ff35;
    transition: all 0.3s;
}
.checbox input[type="checkbox"]:checked + .checbox__icon svg,
.checbox input[type="radio"]:checked + .checbox__icon svg {
    opacity: 1;
    transition: all 0.3s;
}
.checbox_gray {
    color: #1e242e;
}
.checbox_gray .checbox__icon {
    border-color: #1e242e;
}
.checbox_gray input[type="checkbox"]:checked + .checbox__icon,
.checbox_gray input[type="radio"]:checked + .checbox__icon {
    background-color: #e5effe;
    border-color: #e5effe;
    transition: all 0.3s;
}
.checbox-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.checbox-item__caption {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 43px;
    border: 1px solid #dae2ec;
    font-size: 16px;
    line-height: 145%;
    color: #202732;
    border-radius: 8px;
    transition: all 0.3s;
}
@media (max-width: 760px) {
    .checbox-item__caption {
        font-size: 12px;
        line-height: 1.3;
        white-space: normal;
        text-align: center;

    }

}
.checbox-item__color-bg {
    width: 23px;
    height: 23px;
    border-radius: 4px;
}
.checbox-item input[type="checkbox"]:checked + .checbox-item__caption,
.checbox-item input[type="radio"]:checked + .checbox-item__caption {
    border: 3px solid #a9ff35;
    transition: all 0.3s;
}
.checbox-item input[disabled] + .checbox-item__caption {
    background-color: #f1f7ff;
    border-color: #f1f7ff;
    color: #8e9297;
    transition: all 0.3s;
}
.search,
.search__field {
    position: relative;
    width: 335px;
    height: 42px;
}
.search__field {
    width: 100%;
    height: 100%;
    padding: 11px 16px;
    border: 1px solid #a9ff35;
    border-radius: 4px;
}
.search__btn,
.search__clear {
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    z-index: 10;
}
.search__btn {
    border: 0;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
}
.search__btn svg,
.search__clear svg,
.services-item__star svg,
.social-link svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.search__clear {
    display: none;
    width: 18px;
    height: 18px;
    top: calc(50% - 9px);
    right: 26px;
    opacity: 0.5;
}
.city__top {
    display: flex;
    align-items: center;
    line-height: 145%;
    color: #fff;
}
.city__caption {
    margin-right: 8px;
}
.city__arrow {
    width: 16px;
    height: 16px;
}
.social {
    display: flex;
}
.social-link {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.social-link:last-child {
    margin-right: 0;
}
.slick-dots li,
.social-link svg * {
    transition: all 0.3s;
}

.services-item,
.services-item__coll {
    display: flex;
    justify-content: space-between;
}
.services-item {
    flex-wrap: wrap;
}
.services-item__coll {
    align-items: center;
    width: calc(50% - 1px);
    height: 50px;
    background: linear-gradient(45deg, #303641 0, #1d232d 100%);
    padding: 10px 24px;
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    border: 1px solid #303948;
    position: relative;
    z-index: 20;
}
.services-item__coll::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #303948;
    z-index: 10;
    transition: all 0.3s;
}
.services-item__coll:hover::before {
    opacity: 0;
    transition: all 0.3s;
}
.services-item__caption,
.services-item__info {
    position: relative;
    z-index: 15;
}
.services-item__info {
    display: flex;
    align-items: center;
}
.services-item__star {
    width: 14px;
    height: 14px;
    margin-right: 5px;
}
.caption,
.title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #1e242e;
}
.caption {
    font-size: 24px;
    line-height: 135%;
    color: #fff;
}
.page-top {
    padding-top: 32px;
}
.page-top__body {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 16px;
    padding-top: 26px;
    border-bottom: 1px solid #e5effe;
}
.page-top__body-box .share,
.page-top__body_wrap .page-top__title br {
    display: none;
}
.page-top__title {
    max-width: calc(100% - 180px);
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #202732;
}
.page-top__vendor-code {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.breadcrumbs ul,
.nav-links,
.nav-links__body,
.navigation {
    display: flex;
    align-items: center;
}
.breadcrumbs ul li {
    display: flex;
    white-space: nowrap;
}
.breadcrumbs ul li a {
    white-space: nowrap;
    color: #8e9297;
    transition: color 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.breadcrumbs ul li a:hover {
    color: #babec4;
    transition: color 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}
.breadcrumbs ul li::after {
    content: "/";
    position: relative;
    margin: 0 3px;
}
.page-link {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    line-height: 1.5;
    width: 127px;
    text-align: center;
    padding: 7px 5px;
    background-color: transparent;
    border: 1px solid #313131;
}
.page-link:hover {
    color: #c5ccc8;
    background-color: #006b2b;
}
.breadcrumbs ul li,
.breadcrumbs ul li::after,
.page-numbers {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    margin: 5px;
}
.page-numbers.current,
.page-numbers:hover {
    background-color: #a9ff35;
    color: #202732;
    transition: all 0.3s;
}
.page-numbers.next,
.page-numbers.prew {
    width: auto;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    margin: 0;
}
.page-numbers.next svg,
.page-numbers.prew svg {
    width: 24px;
    height: 24px;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-numbers.prew {
    margin-right: 45px;
}
.page-numbers.prew svg {
    margin-right: 8px;
    transition: all 0.3s;
}
.page-numbers,
.page-numbers.next:hover,
.page-numbers.prew:hover {
    background-color: transparent;
    transition: all 0.3s;
}
.page-numbers.prew:hover svg {
    transform: translateX(-8px);
    transition: all 0.3s;
}
.page-numbers.next {
    margin-left: 45px;
}
.page-numbers.next svg {
    margin-left: 8px;
    transition: all 0.3s;
}
.page-numbers.next:hover svg {
    transform: translateX(8px);
    transition: all 0.3s;
}
.slick-dots li {
    height: 5px;
    margin: 3px;
}
.slick-dots li button {
    font-size: 0;
    width: 6px;
    height: 3px;
    background: #ededed;
    border-radius: 3px;
    transition: all 0.3s;
}
.slick-dots li.slick-active {
    height: 5px;
}
.slick-dots li.slick-active button {
    width: 10px;
    height: 100%;
    background: #a9ff35;
    border-radius: 3px;
    transition: all 0.3s;
}
.list__items,
.slick-dots li {
    display: flex;
    align-items: center;
}
.list__item {
    display: inline-flex;
    white-space: nowrap;
    font-weight: 600;
    line-height: 120%;
    font-size: 32px;
    color: rgba(30, 36, 46, 0.25);
    margin-right: 57px;
    transition: color 0.3s;
}
.list__item:hover {
    color: #1e242e7e;
}
.list__item:last-child {
    margin-right: 0;
}
.list__item.active {
    color: #1e242e;
    font-size: 40px;
}
.arrow {
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.arrow svg {
    width: 100%;
    height: 100%;
    display: block;
    -o-object-fit: contain;
    object-fit: contain;
}
.arrow svg * {
    transition: all 0.3s;
}
.arrow:hover svg * {
    fill: #da251d;
    transition: all 0.3s;
}
.line {
    width: 100%;
    height: 1px;
    background: #e5effe;
}
@media (max-width: 1600px) {
    .search {
        width: 300px;
    }
    .list__item {
        margin-right: 50px;
    }
}
@media (max-width: 1430px) {
    .search {
        width: 250px;
    }
    .title {
        font-size: 28px;
    }
    .list__item {
        font-size: 30px;
        margin-right: 30px;
    }
}
@media (max-width: 1320px) {
    .caption {
        font-size: 22px;
    }
}
@media (max-width: 1190px) {
    .page-top,
    .page-top__body {
        padding-top: 20px;
    }
    .page-top__body {
        padding-bottom: 10px;
    }
    .page-top__title {
        font-size: 28px;
    }
    .caption {
        font-size: 20px;
    }
    .logo {
        height: 40px;
    }
    .burger {
        padding: 12px;
    }
    .burger__icon {
        margin-right: 0;
    }
    .burger__caption {
        display: none;
    }
    .services-item {
        flex-wrap: wrap;
    }
    .services-item__coll {
        width: 100%;
        margin-bottom: 2px;
    }
    .list__item,
    .list__item.active {
        font-size: 26px;
    }
}
@media (max-width: 1010px) {
    .caption {
        font-size: 22px;
    }
    .search {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
        height: 78px;
        z-index: 100;
        background-color: #1e242e;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }
    .search.active {
        opacity: 1;
        visibility: visible;
        transition: all 0.3s;
    }
    .search__field {
        border: 0;
        border-radius: 0;
        padding: 11px 52px;
    }
    .search__btn {
        width: 18px;
        height: 18px;
        right: auto;
        left: 22px;
    }
    .search__clear {
        display: block;
    }
    .burger {
        margin-left: 15px;
    }
    .services-item__coll {
        width: calc(50% - 1px);
    }
    .list__item,
    .list__item.active {
        font-size: 24px;
    }
    .page-numbers.prew {
        margin-right: 15px;
    }
    .page-numbers.prew svg {
        margin-right: 5px;
    }
    .page-numbers.next {
        margin-left: 15px;
    }
    .page-numbers.next svg {
        margin-left: 5px;
    }
}
@media (max-width: 760px) {
    .logo {
        height: 22px;
    }
    .logo img:first-child {
        display: none;
    }
    .logo img:last-child {
        display: block;
    }
    .wrapper {
        padding: 0 16px;
    }
    .page-top__body {
        padding: 18px 7px 6px 2px;
    }

    .page-top__body_wrap .page-top__title {
        width: 100%;
        line-height: 130%;
        letter-spacing: -0.12px;
    }
    .page-top__body_wrap .page-top__title br {
        display: block;
    }
    .page-top__body-box {
        width: 100%;
        margin-top: 11px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .page-top__body-box .share {
        display: inline-flex;
    }
    .page-top__title {
        max-width: 100%;
        font-size: 16px;
    }
    .page-top__vendor-code {
        font-size: 12px;
        line-height: 135%;
    }
    .caption {
        font-size: 16px;
    }
    .share {
        font-size: 12px;
        line-height: 135%;
    }
    .share__icon {
        width: 16px;
        height: 16px;
    }
    .share__icon svg {
        width: 10px;
        height: 12px;
    }
    .title {
        font-size: 18px;
    }
    .search {
        height: 60px;
    }
    .burger {
        margin-left: 0;
        padding: 0;
        background: 0 0;
        border-radius: 0;
    }
    .burger::before {
        background-color: transparent;
        border-radius: 0;
    }
    .burger__icon {
        width: 18px;
        height: 18px;
    }
    .burger__icon span {
        background-color: #a9ff35;
    }
    .burger.active .burger__icon span:first-child {
        top: 6px;
    }
    .burger.active .burger__icon span:last-child {
        top: -6px;
    }
    .breadcrumbs ul li {
        align-items: center;
    }
    .breadcrumbs ul li,
    .breadcrumbs ul li::after {
        font-size: 10px;
        line-height: 135%;
    }
    .breadcrumbs ul li a {
        padding: 6px 12px;
        background: #ededed;
        border-radius: 40px;
    }
    .page-numbers {
        margin: 0;
    }
    .page-numbers.prew,
    .page-numbers.prew svg {
        margin-right: 0;
    }
    .page-numbers.next span,
    .page-numbers.prew span {
        display: none;
    }
    .page-numbers.next,
    .page-numbers.next svg {
        margin-left: 0;
    }
    .tab {
        font-size: 8px;
        padding: 3px 8px;
        border-radius: 20px;
        margin: 1px;
    }
    .link {
        font-size: 12px;
    }
    .link svg {
        margin-left: 8px;
    }
    .checbox {
        font-size: 10px;
    }
    .services-item__coll {
        height: 40px;
        padding: 5px 20px 5px 15px;
    }
    .list__item {
        white-space: nowrap;
        margin-right: 20px;
    }
    .list__item,
    .list__item.active {
        font-size: 20px;
    }
}
@media (max-width: 370px) {
    .page-numbers {
        width: 24px;
        height: 24px;
    }
    .page-numbers.next svg,
    .page-numbers.prew svg {
        width: 20px;
        height: 20px;
    }
}
@font-face {
    font-family: "TTCommons";
    src: url("../fonts/TT Commons Regular/TT Commons Regular.eot");
    src: url("../fonts/TT Commons Regular/TT Commons Regular.eot?#iefix")
    format("embedded-opentype"),
    url("../fonts/TT Commons Regular/TT Commons Regular.woff") format("woff"),
    url("../fonts/TT Commons Regular/TT Commons Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
.header {
    padding: 19px 0;
    position: relative;
    z-index: 1001;
    transition: all 0.3s;
}
.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header__first {
    width: 40%;
    justify-content: space-between;
}
.header__first,
.header__first-flex {
    display: flex;
    align-items: center;
}
.header__center {
    display: none;
}
.header__last {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 56%;
}
.header__search {
    display: none;
}
.header__phone,
.header__phone-icon {
    display: flex;
    align-items: center;
}
.header__phone-icon {
    justify-content: center;
    width: 32px;
    height: 32px;
    margin-right: 5px;
}
.header__phone-box {
    width: calc(100% - 37px);
}
.header__phone-tel {
    display: block;
    line-height: 145%;
    color: #fff;
    margin-bottom: -4px;
    transition: color 0.3s ease-in-out;
}
.header__phone-tel:hover {
    color: #a9ff35;
    transition: color 0.3s ease-in-out;
}
.header__phone-link {
    display: inline-flex;
    font-size: 10px;
    line-height: 135%;
    color: #a9ff35;
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease-in-out;
}
.header__phone-link:hover {
    border-color: #a9ff35;
    transition: border 0.3s ease-in-out;
}
.header__work {
    cursor: pointer;
}
.header__work-top {
    position: relative;
}
.header__work-tab {
    line-height: 145%;
    color: #fff;
}
.header__work-tab:first-child {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    position 0.3s ease-in-out;
}
.header__work-tab:last-child {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out,
    position 0s ease-in-out;
}
.header__work-bottom {
    display: flex;
    align-items: center;
}
.header__work-value {
    font-size: 10px;
    line-height: 135%;
    color: #828282;
    transition: color 0.3s ease-in-out;
}
.header__work-value:first-child {
    color: #a9ff35;
    transition: color 0.3s ease-in-out;
}
.header__work-value:last-child {
    color: #828282;
    transition: color 0.3s ease-in-out;
}
.header__work-icon {
    width: 16px;
    height: 8px;
    border: 1px solid #5f5f5f;
    border-radius: 100px;
    margin: 3px 5px;
    position: relative;
}
.header__work-icon span {
    position: absolute;
    top: -1px;
    left: -1px;
    width: 8px;
    height: 8px;
    background: #a9ff35;
    border-radius: 100px;
    transition: transform 0.3s ease-in-out;
}
.header__work.active .header__work-tab:first-child {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0s ease-in-out, visibility 0s ease-in-out,
    position 0s ease-in-out;
}
.header__work.active .header__work-tab:last-child {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out,
    position 0.3s ease-in-out;
}
.header__work.active .header__work-value:first-child {
    color: #828282;
    transition: color 0.3s ease-in-out;
}
.header__work.active .header__work-value:last-child {
    color: #a9ff35;
    transition: color 0.3s ease-in-out;
}
.header__work.active .header__work-icon span {
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
}
.header__items {
    display: flex;
}
.header__item {
    position: relative;
    width: 34px;
    height: 34px;
    margin-right: 15px;
}
.header__item::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(263.49deg, #a9ff35 0, #bfff3a 100%);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.header__item:last-child {
    margin-right: 0;
}
.header__item-icon,
.header__item-value {
    align-items: center;
    justify-content: center;
}
.header__item-icon {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
    z-index: 10;
}
.header__item-icon svg * {
    transition: fill 0.3s ease-in-out;
}
.header__item-value {
    display: inline-flex;
    position: absolute;
    font-size: 8px;
    line-height: 16px;
    color: #000;
    background-color: #a9ff35;
    border-radius: 10px;
    top: -3px;
    right: -5px;
    height: 10px;
    width: 15px;
    padding: 0 5px;
}
.header__basket-icon::before,
.header__basket:hover .header__basket-icon::before,
.header__item:hover::before {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.header__basket:hover .header__basket-icon svg *,
.header__item:hover svg * {
    fill: #1e242e;
    transition: fill 0.3s ease-in-out;
}
.header__item:hover svg line {
    stroke: #1e242e;
    transition: fill 0.3s ease-in-out;
}

.header__basket {
    display: flex;
    align-items: center;
    min-width: 110px;
}
.header__basket-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-right: 5px;
    border-radius: 100px;
    overflow: hidden;
}
.header__basket-icon::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(263.49deg, #a9ff35 0, #bfff3a 100%);
    border-radius: 100px;
    opacity: 0;
    visibility: hidden;
}
.header__basket-icon svg * {
    transition: fill 0.3s ease-in-out;
}
.header__basket-box {
    width: calc(100% - 39px);
}
.header__basket-caption {
    line-height: 145%;
    color: #fff;
}
.header__basket-value {
    font-size: 10px;
    line-height: 135%;
    color: #8e9297;
}
.header.active {
    background-color: #1e242e;
    transition: all 0.3s;
}
.header .search {
    margin-left: 15px;
}
@media (max-width: 1430px) {
    .header__last {
        width: 57%;
    }
}
@media (max-width: 1320px) {
    .header__first {
        width: 43%;
    }
    .header__last {
        width: 54%;
    }
    .header__item {
        margin-right: 10px;
    }
    .header__basket {
        min-width: auto;
    }
    .header__basket-icon {
        margin-right: 0;
    }
    .header__basket-box {
        display: none;
    }
}
@media (max-width: 1190px) {
    .header__first {
        width: 45%;
    }
    .header__work {
        display: none;
    }
    .header__last {
        width: 52%;
    }
}
@media (max-width: 1010px) and (min-width: 761px) {
    div.header__first {
        width: auto;
        flex: 1 0 0;
    }
    div.header__last {
        width: auto;
        justify-content: flex-end;
    }
}
@media (max-width: 760px) {
    div.header__first {
        width: auto;
        flex: 1 0 0;
    }
}
@media (max-width: 1010px) {
    .header__items .header__basket {
        display: none;
    }
    div.burger {
        margin-left: 0;
    }
    div.header__last {
        padding-left: 0;
        justify-content: flex-end;
    }
    .header__search {
        display: block;
    }
    .header__phone-icon-modal,
    .header__phone-icon,
    .header__basket {
        width: 30px;
        height: 30px;
        padding: 0;
        display: flex;
        align-items: center;
    }
    header .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .header__phone {
    }
    .header__phone-icon {
        margin-right: 0;
    }
    .header__phone-box {
        display: none;
    }
    .header__basket .header__basket-icon {
        margin: 0 auto;
    }
    .header .search {
        margin-left: 0;
    }
}
@media (max-width: 1010px) and  (min-width: 760px){
    .header__search {
        margin-left: 10px;
    }

}
@media (max-width: 760px) {
    .header__first-flex {
        display: flex;
        justify-content: flex-start;
    }
    .header {
        padding: 12px 0 15px;
    }
    .header__first {
        width: 100px;
    }
    .header__first .logo {
        display: none;
    }
    .header__search {
        display: block;
        width: 18px;
        height: 18px;
    }
    .header__search svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .header__center {
        display: block;
    }
    .header .city,
    .header__basket-icon::before,
    .header__items {
        display: none;
    }
    .header__last {
        width: 100px;
    }
    .header__phone {
        margin-left: 0;
    }
    .header__basket-icon {
        width: 20px;
        height: 20px;
        border-radius: 0;
        overflow: visible;
    }
    .header__basket:hover .header__basket-icon svg * {
        fill: #a9ff35;
        transition: fill 0.3s ease-in-out;
    }
}
.promo__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.promo-big .swiper {
    height: 100%;
}
.promo-big {
    max-width: 1192px;
    width: 74%;

}
.promo-big .swiper-slide {
    border-radius: 48px;
    box-sizing: border-box;
    padding: 67px 73px 54px;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.promo-big .swiper-slideg::before {
    content: "";
    position: absolute;
    width: 200px;
    height: 100%;
    top: 0;
    right: 0;
    background: linear-gradient(270deg, #363d49 0, rgba(54, 61, 73, 0) 84.18%);
    z-index: 1;
}
.promo-big,
.promo-big__wrap {
    position: relative;
    z-index: 10;
}
.promo-big__title {
    color: #fff;
    margin-bottom: 35px;
}
.promo-big__items {
    display: flex;
    max-width: 610px;
    margin-bottom: 62px;
}
.promo-big__item {
    max-width: 33.333%;
}
.promo-big__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #f4f4f4;
    margin-bottom: 8px;
}
.promo-big__desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #8d839f;
}
.promo-big__image {
    position: absolute;
    height: 100%;
    top: 0;
    right: 0;
}
.promo-big__image img,
.promo-big__image picture {
    width: auto;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.promo-big__star img:last-child {
    display: none;
}
.promo-big__star {
    position: absolute;
    width: 389px;
    height: 130px;
    left: calc(50% - 322px);
    bottom: 0;
}
.promo-big__star-desc {
    -webkit-animation: rotateStar 100s linear infinite;
    animation: rotateStar 100s linear infinite;
}
.promo-big__btn svg,
.promo-big__subtitle {
    display: none;
}
@media (max-width: 1600px) {
    .promo-big .swiper-slide{
        padding: 65px 40px 54px;
    }
    .promo-big__image {
        right: -8%;
    }
}
@media (max-width: 1430px) {
    .promo-big .swiper-slide{
        padding: 50px 25px;
    }
    .promo-big {
        width: calc(100% - 370px);
    }
    .promo-big__items {
        max-width: 520px;
        margin-bottom: 45px;
    }
    .promo-big__star {
        left: calc(50% - 220px);
    }
    .promo-big__caption {
        font-size: 18px;
    }
    .promo-big__desc {
        font-size: 15px;
    }
}
@media (max-width: 1320px) {
    .promo-big .swiper-slide{
        padding: 34px 25px;
        border-radius: 32px;
    }
    .promo-big__image {
        right: -12%;
    }
    .promo-big__star {
        left: calc(50% - 150px);
        width: 300px;
        height: 100px;
    }
}
@media (max-width: 1190px) {
    .promo-big .swiper-slide::before {
        width: 120px;
    }
    .promo-big__title {
        margin-bottom: 24px;
    }
    .promo-big__caption {
        font-size: 17px;
    }
    .promo-big__desc {
        font-size: 14px;
    }
    .promo-big__items {
        max-width: 500px;
        margin-bottom: 32px;
    }
    .promo-big__image {
        right: -15%;
    }
}
@media (max-width: 1010px) {
    .promo-big {
        width: 100%;
        margin-bottom: 60px;
    }
}
@media (max-width: 760px) {
    .promo-big .swiper-slide {
        padding: 40px 42px;
        border-radius: 24px;
    }
    .promo-big__title {
        margin-bottom: 5px;
        font-size: 24px;
    }
    .promo-big__subtitle {
        display: block;
        font-weight: 500;
        font-size: 14px;
        line-height: 125%;
        color: #f4f4f4;
        margin-bottom: 121px;
    }
    .promo-big__btn span,
    .promo-big__items {
        display: none;
    }
    .promo-big__btn {
        padding: 13px;
        width: 50px;
        height: 50px;
    }
    .promo-big__btn,
    .promo-big__btn::before {
        border-radius: 8px;
    }
    .promo-big__btn::after {
        border-radius: 9px;
    }
    .promo-big__btn svg {
        display: block;
    }
    .promo-big__btn svg * {
        transition: all 0.3s;
    }
    .promo-big__btn:hover svg * {
        stroke: #fff;
        transition: all 0.3s;
    }
    .promo-big__image {
        height: calc(100% - 65px);
        right: 0;
        top: auto;
        bottom: 0;
        width: 100%;
    }
    .promo-big__image img,
    .promo-big__image picture {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .promo-big__star {
        display: none;
    }
    .promo-big__star img:first-child {
        display: none;
    }
    .promo-big__star img:last-child {
        display: block;
    }
}
.promo-small {
    max-width: 375px;
    width: 24%;
    height: 400px;
    position: relative;
}
.promo-small__swiper {
    height: 100%;
    overflow: hidden;
    border-radius: 48px;
}
.promo-small__slide {
    border-radius: 48px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.promo-big .swiper-slide {

    opacity: 0;
    transition: all 0.2s ease-in-out;
}

.promo-small__slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ededed;
    border-radius: 48px;
    transform: scale(0.85);
    transition: all 0.6s ease-in-out;
}
.promo-big .swiper-slide.swiper-slide-active,
.promo-small__slide.swiper-slide-active {
    opacity: 1;
    transition: all 0.6s ease-in-out;
}
.promo-small__slide.swiper-slide-active .promo-small__img,
.promo-small__slide.swiper-slide-active::before {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
}
.promo-small__slide.swiper-slide-active .promo-small__title {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}
.promo-small__slide.swiper-slide-active .promo-small__icon {
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}
.promo-small__slide.swiper-slide-active .promo-small__btn {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}
.promo-small__item,
.promo-small__slide {
    position: relative;
    height: 100%;
}
.promo-small__img {
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0.8);
    transition: all 0.6s ease-in-out;
}
.promo-small__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}
.promo-small__icon,
.promo-small__title {
    transform: translateX(25px);
    transition: all 0.6s ease-in-out;
}
.promo-small__title {
    width: 100%;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    color: #202732;
    opacity: 0;
}
.promo-small__icon {
    position: absolute;
    width: 142px;
    height: 188px;
    left: 57px;
    top: 43px;
}
.promo-small__wrap {
    padding: 60px 50px;
    position: relative;
    z-index: 10;
}
.promo-small__btn {
    margin-top: 152px;
    transform: translateX(25px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.promo-small__btn svg {
    display: none;
}
.promo-small .swiper-wrapper * {
    box-sizing: border-box;
}

.promo-small__slide.black::before {
    background: linear-gradient(138.54deg, #343C49 12.38%, #515D70 100%);
}
.promo-small__slide.black .promo-small__title {
    color: #ffffff;
}
.promo-small__slide.black .promo-small__icon {
    display: none;
}
.promo-small__slide.black .promo-small__btn {
    margin-top: 20px;
}
.promo-small__slide.black .promo-small__img {
    height: 400px;
    left: 180px;
    bottom: -45px;
}
.promo-small__sub-title {
    max-width: 162px;
    margin-top: 15px;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    color: #ffffff;
}
@media (max-width: 1010px) {
    @media (max-width: 1010px) {
        .promo-small__slide.black .promo-small__wrap {
            align-content: flex-start;
        }
    }
}
@media (max-width: 760px) {
    .promo-small__sub-title {
        max-width: 130px;
        margin-top: 10px;
        font-size: 16px;
    }
    .promo-small__slide.black  .promo-small__wrap {
        padding: 40px 35px;
    }
    .promo-small__slide.black .promo-small__btn {
         padding: 13px;
         border-radius: 8px;
         width: auto;
        height: 50px;
    }
    .promo-small__slide.black .promo-small__btn span {
        display: block;
    }
    .promo-small__slide.black .promo-small__btn svg {
        display: none;
    }
    .promo-small__slide.black .promo-small__img {
        height: 290px;
        left: 140px;
        bottom: -35px;
    }
}
.footer__menu ul li:last-child,
.promo-big .swiper-pagination-bullet:last-child,
.promo-small .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}
@media (max-width: 1720px) {
    .promo-small .swiper-pagination {
        height: auto;
        right: 0;
        top: auto;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-content: normal;
        bottom: -30px;
        justify-content: center;
    }
    .promo-big .swiper-pagination-bullet,
    .promo-small .swiper-pagination-bullet {
        margin-bottom: 0;
        margin-right: 14px;
    }
    .promo-big .swiper-pagination-bullet:last-child ,
    .promo-small .swiper-pagination-bullet:last-child {
        margin-bottom: 0;
        margin-right: 0;
    }
}
@media (max-width: 1600px) {
    .promo-small__wrap {
        padding: 50px 40px;
    }
    .promo-small__btn {
        margin-top: 160px;
    }
}
@media (max-width: 1430px) {
    .promo-small {
        width: 27%;
        max-width: 350px;
        height: 355px;
    }
    .promo-small__btn {
        margin-top: 124px;
    }
}
@media (max-width: 1320px) {
    .promo-small {
        height: 325px;
    }
    .promo-small__slide,
    .promo-small__slide::before,
    .promo-small__swiper {
        border-radius: 32px;
    }
    .promo-small__wrap {
        padding: 35px 30px;
    }
}
@media (max-width: 1190px) {
    .promo-small {
        height: 290px;
    }
    .promo-small__title {
        font-size: 28px;
    }
    .promo-small__wrap {
        padding: 25px;
    }
    .promo-small__icon {
        width: 110px;
        height: 155px;
        left: 35px;
        top: 25px;
    }
    .promo-small__btn {
        margin-top: 110px;
    }
}
.promo-big .swiper-pagination-bullet,
.promo-small .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    margin-right: 8px;
    background-color: #bababa;
}
.promo-big .swiper-pagination-bullet.swiper-pagination-bullet-active,
.promo-small .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background: #a9ff35;
}
@media (max-width: 1010px) {
    .promo-small {
        width: 100%;
        max-width: 100%;
    }
    .promo-small__swiper {
        border-radius: 0;
        overflow: visible;
    }
    .promo-small__slide {
        overflow: visible;
        opacity: 1;
    }
    .promo-small__wrap {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }
    .promo-small__img,
    .promo-small__slide::before {
        transform: scale(1);
    }
    .promo-small__title {
        opacity: 1;
    }
    .promo-small__btn,
    .promo-small__icon,
    .promo-small__title {
        transform: translateX(0);
    }
    .promo-small__btn {
        opacity: 1;
        margin-top: 0;
    }

}

@media (max-width: 760px) {
    .promo-small {
        height: 300px;
    }
    .promo-small__slide,
    .promo-small__slide::before,
    .promo-small__swiper {
        border-radius: 24px;
    }
    .promo-small__title {
        font-size: 24px;
    }
    .promo-small__wrap {
        padding: 40px 42px;
    }
    .promo-small__icon {
        width: 142px;
        height: 188px;
        left: 45px;
        top: 20px;
    }
    .promo-small__btn {
        padding: 13px;
        border-radius: 8px;
        width: 50px;
        height: 50px;
    }
    .promo-small__btn::before {
        border-radius: 8px;
    }
    .promo-small__btn::after {
        border-radius: 9px;
    }
    .promo-small__btn span {
        display: none;
    }
    .promo-small__btn svg {
        display: block;
    }
    .promo-small__btn svg * {
        transition: all 0.3s;
    }
    .promo-small__btn:hover svg * {
        stroke: #fff;
        transition: all 0.3s;
    }
    .promo-small .swiper-pagination {
        bottom: 12px;
    }
}
.main-catalog {
    margin-top: 65px;
    margin-bottom: 63px;
}
.main-catalog__row {
    display: flex;
    margin-left: -28px;
    margin-right: -34px;
}
.main-catalog__row.dragscroll {
    overflow: visible;
}
.main-catalog__coll,
.main-catalog__coll::before {
    overflow: hidden;
    margin-right: 32px;
    transition: all 0.3s;
}
.main-catalog__coll {
    display: block;
    height: 201px;
    background: linear-gradient(45deg, #2b3547 0, #1e242e 100%);
    box-shadow: 0 8px 5px -5px rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 48px;
    padding: 36px 40px;
    position: relative;
    flex: 1;
    z-index: 20;
}
.main-catalog__coll::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #3b4557 0, #1e242e 100%);
    opacity: 0;
    z-index: 1;
}
.main-catalog__coll:last-child {
    margin-right: 0;
}
.main-catalog__coll:hover {
    box-shadow: 0 25px 20px -20px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
}
.main-catalog__coll:hover::before {
    opacity: 1;
    transition: all 0.3s;
}
.main-catalog__coll:hover img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.main-catalog__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #fff;
    position: relative;
    z-index: 10;
    transition: all 0.3s;
}
.main-catalog__img {
    position: absolute;
    width: 160px;
    height: 160px;
    right: 0;
    bottom: -40px;
    z-index: 10;
}
.main-catalog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom right;
    object-position: bottom right;
    mix-blend-mode: darken;
    transition: all 0.3s;
}
@media (max-width: 1720px) {
    .main-catalog__row {
        margin-left: 0;
        margin-right: 0;
    }
}
@media (max-width: 1600px) {
    .main-catalog__coll {
        height: 180px;
        border-radius: 24px;
        padding: 25px 20px;
        margin-right: 26px;
    }
}
@media (max-width: 1430px) {
    .main-catalog__row {
        margin-left: 15px;
    }
    .main-catalog__row.dragscroll {
        overflow: auto;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-catalog__coll {
        width: 180px;
        flex: none;
        margin-right: 20px;
    }
    .main-catalog__coll:last-child {
        margin-right: 15px;
    }
}
@media (max-width: 1190px) {
    .main-catalog__coll {
        padding: 22px;
    }
    .main-catalog__caption {
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .main-catalog {
        margin-top: 48px;
        margin-bottom: 28px;
    }
    .main-catalog__row {
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .main-catalog__row.dragscroll {
        overflow: visible;
        padding-left: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .main-catalog__coll {
        width: calc(50% - 10px);
        flex: none;
        margin-right: 0;
        margin-bottom: 16px;
        height: 165px;
        padding: 23px 20px;
    }
    .main-catalog__coll:last-child {
        width: 100%;
    }
    .main-catalog__caption {
        font-size: 14px;
    }
}
.main-benefits {
    position: relative;
    padding-bottom: 40px;
}
.main-benefits::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% + 25px);
    bottom: 0;
    left: 0;
    background-color: #ededed;
}
.main-benefits__row {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}
.main-benefits__row.dragscroll {
    overflow: visible;
}
.main-benefits__coll {
    flex: 1;
    display: block;
    padding: 20px 25px 35px;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border: 1px solid #a9ff35;
    border-radius: 24px;
    margin-right: 26px;
    box-shadow: 0 5px 15px -20px transparent;
    transition: all 0.3s;
}
.main-benefits__coll:last-child {
    margin-right: 0;
}
.main-benefits__coll:hover {
    box-shadow: 0 5px 15px -20px rgba(169, 255, 53, 0.5);
    transition: all 0.3s;
}
.main-benefits__top {
    margin-bottom: 8px;
}
.main-benefits__box {
    display: flex;
    align-items: center;
}
.main-benefits__icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.main-benefits__caption {
    width: calc(100% - 75px);
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #afff37;
}
.main-benefits__arrow {
    display: none;
}
.main-benefits__desc {
    line-height: 135%;
    color: #fff;
    padding-left: 9px;
    padding-right: 5px;
}
@media (max-width: 1600px) {
    .main-benefits__coll {
        padding: 20px 15px 35px;
    }
}
@media (max-width: 1430px) {
    .main-benefits__row {
        margin-left: 15px;
    }
    .main-benefits__row.dragscroll {
        overflow: auto;
        padding-left: 15px;
        margin-left: -15px;
        margin-right: -15px;
    }
    .main-benefits__coll {
        flex: none;
        padding: 20px 15px 35px;
        margin-right: 20px;
        width: 260px;
    }
    .main-benefits__coll:last-child {
        margin-right: 15px;
    }
}
@media (max-width: 1190px) {
    .main-benefits {
        padding-bottom: 40px;
    }
    .main-benefits__icon {
        width: 50px;
        height: 50px;
        margin-right: 10px;
    }
    .main-benefits__caption {
        font-size: 18px;
    }
}
@media (max-width: 760px) {
    .main-benefits__top {
        margin-bottom: -4px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .main-benefits__row {
        flex-wrap: wrap;
        background: linear-gradient(45deg, #2b3547 0, #1e242e 100%);
        border: 1px solid #a9ff35;
        border-radius: 24px;
        padding: 5px 35px;
    }
    .main-benefits__row.dragscroll {
        overflow: visible;
        padding-left: 35px;
        margin-left: 0;
        margin-right: 0;
    }
    .main-benefits__coll {
        padding: 0;
        margin-right: 0;
        width: 100%;
        background: 0 0;
        border: 0;
        border-bottom: 1px solid #454f5f;
        border-radius: 0;
        box-shadow: none;
    }
    .main-benefits__coll:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .main-benefits__coll.active .main-benefits__arrow {
        transform: rotate(-180deg);
        transition: all 0.3s;
    }
    .main-benefits__box {
        width: calc(100% - 20px);
        padding: 5px 0;
    }
    .main-benefits__caption {
        font-size: 14px;
    }
    .main-benefits__caption br {
        display: none;
    }
    .main-benefits__icon {
        margin-right: 20px;
    }
    .main-benefits__arrow {
        display: block;
        width: 16px;
        height: 16px;
        transition: all 0.3s;
    }
    .main-benefits__arrow svg {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .main-benefits__block {
        display: none;
    }
    .main-benefits__desc {
        padding-left: 68px;
        padding-right: 5px;
        font-size: 10px;
        margin-bottom: 14px;
    }
}
.hits {
    padding-top: 40px;
    padding-bottom: 13px;
}
.hits__top {
    padding-bottom: 50px;
}
.hits__subtitle {
    max-width: 460px;
    line-height: 145%;
    color: #202732;
    margin-left: 120px;
}
.hits__swiper {
    overflow: hidden;
    padding: 25px;
    margin: -25px;
}
.hits__bottom {
    display: none;
}
@media (max-width: 1320px) {
    .hits__subtitle {
        margin-left: 60px;
    }
    .hits__swiper {
        overflow: visible;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 1190px) {
    .hits {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .hits__top {
        padding-bottom: 30px;
    }
    .hits__subtitle {
        margin-left: 40px;
    }
}
@media (max-width: 1010px) {
    .hits__top-box {
        max-width: 460px;
        flex-wrap: wrap;
    }
    .hits__subtitle {
        margin-left: 0;
        margin-top: 12px;
    }
    .hits__link {
        white-space: nowrap;
    }
}
@media (max-width: 760px) {
    .hits {
        padding-top: 27px;
    }
    .hits,
    .hits__top {
        padding-bottom: 20px;
    }
    .hits__link,
    .hits__subtitle {
        display: none;
    }
    .hits__swiper {
        /*height: 580px;*/
    }
    .hits__slide {
        height: 50%;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .hits__bottom {
        display: block;
        margin-top: 18px;
    }
    .hits__bottom-btn {
        width: 100%;
        height: 50px;
    }
    .hits .swiper-wrapper {
        /*flex-wrap: wrap;*/
        /*flex-direction: column;*/
    }
}
.card {
    background: #fff;
    border: 1px solid #e5effe;
    border-radius: 24px;
    transition: all 0.3s;
}
.card:hover {
    box-shadow: 0 4px 30px rgba(30, 36, 46, 0.1);
}
.card__top {
    padding: 40px 22px 0;
}
.card__tabs {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    margin: -2.5px;
}
.card__tab {
    margin: 2.5px;
}
.card__img {
    width: 100%;
    height: 191px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card__button svg,
.card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.card__bottom {
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 0 24px 25px;
}
.card__bonuses,
.card__bonuses-value {
    display: flex;
    align-items: center;
}
.card__price, .complects__item .total_prices {
    display: flex;
    align-items: center;
}
.card__price, .complects__item .total_price,
.card__price, .complects__item .total_price-old {
    line-height: 145%;
    text-transform: capitalize;
}
.hits__slide .card__price,
.catalog-filter__coll .card__price,
.card__price, .complects__item .total_price {
    font-weight: 600;
    font-size: 20px;
    color: #202732;
    margin-right: 8px;
}
.card__price, .complects__item .total_price-old {
    font-weight: 500;
    font-size: 14px;
    text-decoration: line-through;
    color: rgba(32, 39, 50, 0.5);
}
.card__desc, .complects__item .title {
    line-height: 140%;
    color: #202732;
    margin-top: 10px;
    height: 78px;
    overflow: hidden;
    margin-bottom: 16px;
}
.card__buttons {
    margin-left: -9px;
    margin-right: 8px;
}
.card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
}
.card__button svg {
    width: 24px;
    height: 24px;
}
.card:hover,
.card__button svg * {
    transition: all 0.3s;
}
.card__button:hover svg * {
    fill: #3b414b;
    transition: all 0.3s;
}
.card__btn svg,
.youtube__title br {
    display: none;
}
@media (max-width: 1500px) {
    .card__buttons {
        margin-right: 0;
    }
    .card__btn {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 760px) {
    .card {
        border-radius: 10px;
    }
    .card__tabs {
        top: 8px;
        left: 10px;
        margin: -1px;
    }
    .card__top {
        padding: 21px 19px 0;
    }
    .card__img {
        height: 108px;
    }
    .card__bottom {
        padding: 0 16px 18px;
        margin-top: -12px;
    }
    .hits__slide .card__price,
    .catalog-filter__coll .card__price,
    .card__price, .complects__item .total_price {
        font-size: 15px;
    }
    .card__price, .complects__item .total_price-old {
        font-size: 10px;
    }
    .card__desc, .complects__item .title {
        line-height: 15px;
        margin-top: 5px;
        height: 60px;
        margin-bottom: 9px;
        font-size: 13px;
    }
    .card__buttons {
        margin-left: 0;
        margin-right: 0;
    }
    .card__btn {
        margin-left: 10px;
    }
    .card__button {
        width: 16px;
        height: 16px;
        margin-right: 15px;
    }
    .card__button svg {
        width: 100%;
        height: 100%;
    }
    .card__button:last-child {
        margin-right: 0;
    }
    .card__btn {
        padding: 5px;
        width: 39px;
        height: 26px;
    }
    .card__btn span {
        display: none;
    }
    .card__btn svg {
        display: block;
    }
}
.youtube {
    padding-top: 40px;
    padding-bottom: 13px;
    position: relative;
}
.youtube::before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% + 45px);
    left: 0;
    bottom: 0;
    background-color: #1e242e;
}
.youtube__top {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}
.youtube__card,
.youtube__swiper {
    overflow: hidden;
}
.youtube__card {
    width: 100%;
    height: 440px;
    border-radius: 20px;
    position: relative;
    z-index: 20;
}
.youtube__card:hover .youtube__bg img {
    transform: scale(1.04);
    transition: all 0.3s;
}
.youtube__bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;
}
.youtube__bg,
.youtube__bg img {
    border-radius: 20px;
}
.youtube__play {
    position: absolute;
    width: 45px;
    height: 52px;
    top: calc(50% - 26px);
    left: calc(50% - 17.5px);
    z-index: 10;
    transition: all 0.3s;
}
.youtube__play:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.youtube__btn {
    padding: 14px 16px;
    margin-left: 48px;
}
.subscribe__btn svg,
.youtube__btn svg {
    margin-right: 15px;
}
.youtube__btn span {
    margin-bottom: -3px;
}
@media (max-width: 1320px) {
    .youtube__card {
        height: 360px;
    }
}
@media (max-width: 1190px) {
    .youtube {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .youtube__top {
        margin-bottom: 30px;
    }
    .youtube__swiper {
        overflow: visible;
    }
}
@media (max-width: 760px) {
    .youtube {
        padding-bottom: 20px;
    }
    .youtube__top {
        justify-content: space-between;
        margin-bottom: 20px;
    }
    .youtube__title br {
        display: block;
    }
    .youtube__card {
        height: 193px;
    }
    .youtube__btn {
        padding: 14px 16px;
        margin-left: 0;
    }
}
.subscribe {
    background: #1e242e;
    padding: 120px 0 20px;
}
.subscribe__block {
    border: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 80px 104px;
    background: linear-gradient(45deg, #2b3547 0, #1e242e 100%);
    border-radius: 40px;
}
.subscribe__title {
    color: #fff;
    max-width: 540px;
}
.subscribe__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 49%;
    padding-right: 30px;
}
.subscribe__desc {
    max-width: 400px;
    line-height: 145%;
    color: #fff;
}
.subscribe__btn {
    padding: 23px 39.5px;
}
.subscribe__btn span {
    flex-shrink: 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #1e242e;
    transition: 0.3s ease-in-out;
}
.subscribe__btn:hover span {
    color: #fff;
}
.subscribe--item {
    min-height: 212px;
}
.subscribe--item .subscribe__title {
    max-width: inherit;
}
.subscribe--item .subscribe__box {
    width: auto;
    padding-right: 10px;
}
@media (max-width: 1720px) {
    .subscribe {
        padding: 90px 0 20px;
    }
    .subscribe__title {
        font-size: 38px;
    }
}
@media (max-width: 1600px) {
    .subscribe__title {
        font-size: 32px;
    }
}
@media (max-width: 1430px) {
    .subscribe {
        padding: 65px 0 20px;
    }
    .subscribe__block {
        padding: 55px 35px;
    }
    .subscribe--item .subscribe__box,
    .subscribe__box {
        padding-right: 0;
    }
    .subscribe__title {
        font-size: 28px;
    }
}
@media (max-width: 1320px) {
    .subscribe__block {
        padding: 40px 20px;
    }
    .subscribe__title {
        max-width: 450px;
    }
    .subscribe__box {
        width: 52%;
    }
    .subscribe__desc {
        max-width: 400px;
    }
    .subscribe--item .subscribe__title {
        max-width: calc(100% - 200px);
        margin-bottom: 0;
    }
}
@media (max-width: 1190px) {
    .subscribe__block {
        flex-wrap: wrap;
    }
    .subscribe__title {
        max-width: 100%;
        margin-bottom: 24px;
    }
    .subscribe__box {
        width: 100%;
        max-width: initial;
        justify-content: flex-start;
    }
    .subscribe__desc {
        margin-right: 25px;
    }
}
@media (max-width: 1010px) {
    .subscribe__block {
        justify-content: center;
        text-align: center;
    }
    .subscribe__title {
        width: 100%;
        margin-bottom: 12px;
    }
}
@media (max-width: 760px) {
    .subscribe__block {
        border-radius: 16px;
        padding: 40px 32px;
        justify-content: center;
    }
    .subscribe__title {
        text-align: center;
        line-height: 130%;
    }
    .subscribe__box {
        flex-wrap: wrap;
    }
    .subscribe__desc {
        max-width: 100%;
        font-size: 11px;
        line-height: 145%;
        margin-bottom: 15px;
    }
    .subscribe__btn {
        width: 145px;
        height: 50px;
    }
    .subscribe--item {
        padding: 40px 28px;
        align-items: flex-start;
    }
    .subscribe--item .subscribe__title {
        max-width: 100%;
        margin-bottom: 0;
        font-size: 20px;
    }
    .subscribe--item .subscribe__box {
        width: 100%;
        margin-top: 24px;
    }
    .subscribe--item .subscribe__btn {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        height: auto;
        padding: 23px 40px;
        margin: 0 auto;
    }
}
.main-blog {
    padding-top: 40px;
    padding-bottom: 118px;
}
.main-blog--padding {
    padding-bottom: 0;
}
.main-blog__top {
    margin-bottom: 50px;
}
.main-blog__top-box {
    align-items: flex-start;
}
.main-blog__subtitle {
    max-width: 370px;
    font-size: 14px;
    line-height: 145%;
    margin-left: 88px;
}
.main-blog__swiper {
    overflow: hidden;
    padding: 25px;
    margin: -25px;
}
.main-blog__bottom {
    display: none;
}
@media (max-width: 1320px) {
    .main-blog__subtitle {
        margin-left: 60px;
    }
    .main-blog__swiper {
        overflow: visible;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 1190px) {
    .main-blog {
        padding-top: 39px;
        padding-bottom: 100px;
    }
    .main-blog__top {
        margin-bottom: 30px;
    }
    .main-blog__subtitle {
        margin-left: 40px;
    }
}
@media (max-width: 1010px) {
    .main-blog__top-box {
        flex-wrap: wrap;
        max-width: 460px;
    }
    .main-blog__subtitle {
        margin-left: 0;
        margin-top: 12px;
    }
}
@media (max-width: 760px) {
    .main-blog {
        padding-bottom: 0;
    }
    .main-blog__top {
        justify-content: center;
        margin-bottom: 25px;
    }
    .main-blog__subtitle,
    .main-blog__top .main-blog__link {
        display: none;
    }
    .main-blog__bottom {
        display: none;
        margin-top: 30px;
    }
    .main-blog__bottom-btn {
        width: 100%;
        height: 50px;
    }
    .main-blog__slide {
        border-radius: 16px;
        overflow: hidden;
    }
}
.card-news {
    border-radius: 24px;
    overflow: hidden;
    transition: all 0.3s;
}
.card-news:hover {
    box-shadow: 0 4px 30px rgba(30, 36, 46, 0.1);
    transition: all 0.3s;
}
.card-news__top {
    display: block;
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden;
    z-index: 20;
}
.card-news__top:hover img {
    transform: scale(1.05);
    transition: all 0.3s;
}
.card-news__img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 10;
}
.card-news__img img,
.youtube__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.3s;
}
.card-news__img.img-cover img {
    -o-object-fit: cover!important;
    object-fit: cover!important;
}
.card-news__tabs {
    position: absolute;
    display: flex;
    margin: -2.5px;
    z-index: 10;
    left: 16px;
    bottom: 16px;
}
.card-news__tabs .tab {
    padding: 5px 13px;
}
.card-news__bottom {
    padding: 25px 40px 28px;
    background: linear-gradient(45deg, #2b3547 0, #1e242e 100%);
}
.card-news__date {
    font-size: 12px;
    line-height: 145%;
    color: #8e9297;
    margin-bottom: 16px;
}
.card-news__caption {
    display: block;
    margin-bottom: 38px;
    transition: color 0.3s;
}
.card-news__caption:hover {
    color: #a9ff35;
    transition: color 0.3s;
}
@media (max-width: 1430px) {
    .card-news__top {
        height: 200px;
    }
    .card-news__bottom {
        padding: 20px 25px 22px;
    }
}
@media (max-width: 760px) {
    .card-news__top {
        height: 120px;
    }
    .card-news__tabs .tab {
        padding: 6px 12px;
        font-size: 12px;
    }
    .card-news__bottom {
        padding: 16px 23px 18px;
    }
    .card-news__caption {
        margin-bottom: 28px;
        font-size: 14px;
        line-height: 130%;
    }
}
.order {
    padding-top: 127px;
    padding-bottom: 107px;
    background-color: #363d49;
    position: relative;
    margin-top: 0 !important;
    overflow: hidden;
}
.order__wrap {
    position: relative;
    z-index: 10;
}
.order__title {
    color: #a9ff35;
    margin-bottom: 10px;
}
.order__desc {
    max-width: 800px;
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    color: #8e9297;
    margin-top: 32px;
    margin-bottom: 65px;
}
.order__form {
    max-width: 450px;
}
.order__form-body {
    display: flex;
    margin-bottom: 16px;
}
.order__form-field {
    padding: 15px 24px 15px 16px;
    width: 286px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 4px 0 0 4px;
}
.order__form-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #a9ff35;
    padding: 16px 24px;
    width: 166px;
    height: 50px;
    border: 1.2px solid #a9ff35;
    border-radius: 0 4px 4px 0;
    margin-left: -1px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    transition: all 0.3s;
}
.order__form-btn:hover {
    background-color: #a9ff35;
    color: #fff;
    transition: all 0.3s;
}
.order__img {
    position: absolute;
    width: 854px;
    height: 430px;
    right: calc(50% - 800px);
    top: calc(50% - 182px);
}
@media (max-width: 1320px) {
    .order {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .order__img {
        right: calc(50% - 830px);
    }
}
@media (max-width: 1190px) {
    .order {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .order__desc {
        max-width: 700px;
        font-size: 18px;
        margin-top: 24px;
        margin-bottom: 30px;
    }
    .order__img {
        right: calc(50% - 715px);
        top: calc(50% - 165px);
        width: 700px;
        height: 352px;
    }
}
@media (max-width: 1010px) {
    .order {
        padding-bottom: 44px;
    }
    .order__body {
        display: flex;
        flex-wrap: wrap;
    }
    .order__img {
        position: relative;
        right: 0;
        top: 0;
        width: 100%;
        height: auto;
        order: 2;
    }
    .order__wrap {
        order: 1;
        margin-bottom: 44px;
    }
}
@media (max-width: 760px) {
    .order {
        padding-top: 44px;
        padding-bottom: 44px;
        margin-top: 64px;
    }
    .order__img {
        order: 1;
        margin-bottom: 34px;
    }
    .order__wrap {
        order: 2;
        margin-bottom: 0;
        width: 100%;
    }
    .order__subtitle {
        font-size: 17px;
        line-height: 150%;
    }
    .order__desc {
        margin-top: 15px;
        margin-bottom: 30px;
        font-size: 11.6216px;
        line-height: 144%;
    }
    .order__form-body {
        margin-bottom: 18px;
    }
    .order__form-btn {
        width: 128px;
    }
}
.footer {
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #1e242e;
    color: #fff;
    position: relative;
}
.footer__wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer__first {
    width: 280px;
}
.footer__copiright {
    line-height: 150%;
    margin-top: 35px;
    margin-bottom: 52px;
}
.footer__desc {
    font-size: 12px;
    line-height: 150%;
    color: #8e9297;
}
.footer__center {
    width: 558px;
    display: flex;
    justify-content: space-between;
}
.footer__center-box {
    width: 150px;
}
.footer__center-box.active .footer__center-arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.footer__center-arrow,
.footer__link {
    display: none;
    transition: all 0.3s;
}
.footer__link {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #fff;
    margin-bottom: 30px;
}
.footer__item:hover,
.footer__link:hover,
.footer__menu ul li a:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.footer__menu ul li {
    margin-bottom: 10px;
}
.footer__menu ul li a {
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    border-bottom: 1px solid transparent;
    transition: all 0.3s;
}
.footer__menu ul li a:hover {
    border-color: #a9ff35;
}
.footer__last {
    width: 512px;
}
.footer__last-row {
    display: flex;
    justify-content: space-between;
}
.footer__last-coll {
    width: 47%;
}
.footer__address {
    font-style: normal;
    line-height: 150%;
    color: #fff;
    margin-bottom: 25px;
}
.footer__item {
    display: block;
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
    color: #8e9297;
    transition: all 0.3s;
}
.footer__work-item {
    margin-bottom: 10px;
}
.footer__work-item:last-child {
    margin-bottom: 0;
}
.footer__social {
    display: flex;
}
.footer__social-link {
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.footer__social-link:last-child {
    margin-right: 0;
}
.fixed-nav__icon {
    position: relative;
}
.fixed-nav__value {
    display: inline-flex;
    position: absolute;
    font-size: 8px;
    line-height: 13px;
    color: #000;
    background-color: #a9ff35;
    border-radius: 10px;
    top: -6px;
    right: -12px;
    height: 13px;
    width: 15px;
    padding: 0 5px;
}
.fixed-nav__icon svg,
.footer__social-link svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.footer__social-link svg * {
    transition: all 0.3s;
}
.footer__social-link:hover svg * {
    fill: #a9ff35;
    transition: all 0.3s;
}
.footer__services {
    margin-top: 30px;
}
@media (max-width: 1430px) {
    .footer__center {
        width: 500px;
    }
    .footer__last {
        width: 450px;
    }
}
@media (max-width: 1320px) {
    .footer__center {
        width: 450px;
    }
    .footer__last {
        width: 420px;
    }
}
@media (max-width: 1190px) {
    .footer__center {
        width: 380px;
        flex-wrap: wrap;
    }
    .footer__center-box {
        width: 50%;
    }
    .footer__last {
        width: 250px;
    }
    .footer__last-row {
        flex-wrap: wrap;
    }
    .footer__last-coll {
        width: 100%;
        margin-bottom: 30px;
    }
    .footer__last-coll:last-child {
        margin-bottom: 0;
    }
    .footer__services {
        margin-top: 20px;
        position: relative;
        z-index: 1;
    }
}
@media (max-width: 1010px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .footer__first {
        width: 100%;
    }
    .footer__first-box {
        display: flex;
        justify-content: space-between;
        margin-bottom: 38px;
    }
    .footer__center {
        width: 100%;
        margin-top: 38px;
        margin-bottom: 38px;
    }
    .footer__center-box {
        width: 33%;
    }
    .footer__last {
        width: 100%;
    }
    .footer__last-coll {
        width: 47%;
    }
    .footer__copiright {
        margin-top: 0;
        margin-bottom: 0;
    }
    .footer__desc {
        max-width: 320px;
    }
}
@media (max-width: 760px) {
    .footer {
        padding-top: 50px;
        padding-bottom: 70px;
    }
    .footer__copiright {
        margin-top: 2px;
        margin-bottom: 0;
        margin-right: 7px;
    }
    .footer__desc {
        margin-left: -3px;
        margin-top: -1px;
    }
    .footer__center-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .footer__center-box {
        width: calc(100% + 30px);
        margin-left: -15px;
        margin-right: -15px;
        border-top: 1px solid #303948;
        padding: 12px 20px;
    }
    .footer__center-box:last-child {
        border-bottom: 1px solid #303948;
    }
    .footer__center-arrow {
        display: block;
        width: 16px;
        height: 16px;
    }
    .footer__link {
        margin-bottom: 0;
    }
    .footer__menu {
        margin-top: 14px;
        display: none;
    }
    .footer__menu ul li {
        margin-bottom: 9px;
    }
    .footer__last-coll {
        width: 48%;
        margin-bottom: 25px;
    }
    .footer__address {
        margin-bottom: 22px;
        font-size: 12px;
        margin-top: 21px;
    }
    .footer__work {
        margin-top: 20px;
    }
    .footer__work-item {
        margin-bottom: 6px;
        font-size: 12px;
        line-height: 145%;
    }
    .footer__social {
        margin-top: 42px;
        margin-left: 0;
    }
    .footer__services {
        margin-top: 0;
    }
    .footer .logo {
        height: 43px;
    }
    .footer .logo img:first-child {
        display: block;
    }
    .footer .logo img:last-child {
        display: none;
    }
}
@media (max-width: 385px) {
    .footer__address {
        font-size: 11px;
    }
}
.dragscroll {
    overflow: auto;
}
.dragscroll::-webkit-scrollbar {
    width: 24px;
    height: 8px;
    background-color: rgba(48, 51, 60, 0.8);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
    display: none;
}
.dragscroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: none;
}
.dragscroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.4);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.dragscroll::-webkit-scrollbar-button:vertical:start:decrement {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:vertical:end:increment {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:horizontal:start:decrement {
    display: none;
}
.dragscroll::-webkit-scrollbar-button:horizontal:end:increment {
    display: none;
}
.vertical.dragscroll {
    width: 270px;
    height: 380px;
    float: left;
    padding: 10px;
}
.free.dragscroll {
    float: right;
    width: 400px;
    height: 400px;
}
.free,
.horizontal {
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: grab;
}
.free:active,
.horizontal:active {
    cursor: -webkit-grabbing;
    cursor: -o-grabbing;
    cursor: grabbing;
}
.fixed-nav {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: none;
}
.fixed-nav .bottom_nav {
    background-color: #303948;
    border-top: 1px solid rgba(97, 107, 125, 0.5);
    padding: 8px 0;
}
.fixed-nav__items {
    display: flex;
    justify-content: space-between;
}
.fixed-nav__item {
    width: calc(20% - 10px);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
}
.fixed-nav__item.active,
.menu__left-coll ul li a:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.fixed-nav__item.active svg * {
    stroke: #a9ff35;
    transition: all 0.3s;
}
.fixed-nav__icon {
    width: 20px;
    height: 20px;
}
.fixed-nav__icon svg * {
    transition: all 0.3s;
}
.fixed-nav__caption {
    width: 100%;
    line-height: 1.3;
}
@media (max-width: 760px) {
    .fixed-nav {
        display: block;
    }
}
.menu {
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    background-color: #1b1c1b;
    z-index: -1;
    padding-top: 82px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu__body,
.menu__content .wrapper {
    height: 100%;
}
.menu__wrap {
    display: flex;
    height: 100%;
}
.menu__content {
    height: calc(100% - 80px);
}
.menu__left,
.menu__left::before {
    height: 100%;
    background-color: #1e242e;
}
.menu__left {
    width: 1200px;
    padding-top: 60px;
    position: relative;
    z-index: 10;
    margin-left: calc(50% - 1690px);
    transform: translateX(-25px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu__left::before {
    content: "";
    position: absolute;
    width: 1000px;
    top: 0;
    right: 0;
    z-index: 1;
}
.menu__left-row {
    margin-top: 72px;
    margin-bottom: 32px;
    display: flex;
    justify-content: flex-end;
    position: relative;
    z-index: 10;
}
.menu__left-coll {
    width: 120px;
    margin-right: 35px;
}
.menu__left-coll ul li a,
.menu__list ul li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #fff;
    transition: all 0.3s;
}
.menu__left-coll ul li + li {
    margin-top: 20px;
}
.menu__left.dragscroll::-webkit-scrollbar {
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    display: block;
}
.menu__left.dragscroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    display: block;
}
.menu__container.dragscroll::-webkit-scrollbar-thumb:hover,
.menu__left.dragscroll::-webkit-scrollbar-thumb,
.menu__left.dragscroll::-webkit-scrollbar-thumb:hover {
    background-color: rgba(255, 255, 255, 0.6);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.menu__item,
.menu__items {
    position: relative;
    z-index: 10;
}
.menu__item {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #fff;
    padding-right: 16px;
}
.menu__item svg {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
}
.menu__item,
.menu__item svg * {
    transition: all 0.3s;
}
.menu__item::before {
    content: "";
    position: absolute;
    width: 1000px;
    height: 2px;
    top: 0;
    right: 0;
    background-color: #1b1c1b;
    z-index: 1;
}
.menu__item:last-child::after {
    content: "";
    position: absolute;
    width: 1000px;
    height: 2px;
    bottom: 0;
    right: 0;
    background-color: #1b1c1b;
    z-index: 1;
}
.menu__item-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 294px;
}
.menu__item.active,
.menu__item:hover {
    background-color: #1b1c1b;
    color: #a9ff35;
    transition: all 0.3s;
}
.menu__item.active svg *,
.menu__item:hover svg * {
    stroke: #a9ff35;
    transition: all 0.3s;
}
.menu__footer {
    height: 80px;
    background-color: #1e242e;
    border-top: 2px solid #1b1c1b;
    padding: 19px 0;
    position: relative;
    z-index: 20;
}
.menu__footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu__footer-box {
    justify-content: space-between;
    width: 75%;
}
.menu__footer-box,
.menu__footer-items {
    display: flex;
    align-items: center;
}
.menu__footer-item {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #fff;
    transition: all 0.3s;
}
.menu__copiright,
.menu__copiright:hover,
.menu__footer-item:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.menu__copiright {
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
    color: #8e9297;
}
.menu__address {
    font-style: normal;
    line-height: 150%;
    color: #fff;
}
.menu__work-item {
    font-size: 14px;
    line-height: 145%;
    color: #fff;
    margin-bottom: 4px;
}
.menu-mobile__nav ul li:last-child,
.menu__work-item:last-child {
    margin-bottom: 0;
}
.menu__container {
    width: calc(100% - 310px);
    padding: 75px 8px 50px 85px;
    transform: translateX(25px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.menu__container-flex {
    display: flex;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
}
.menu__container-first {
    width: 66%;
    position: relative;
}
.menu__container-last {
    width: 34%;
}
.menu__container.dragscroll::-webkit-scrollbar {
    width: 2px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.16);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1;
    display: block;
}
.menu__container.dragscroll::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.6);
    border-radius: 4px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
}
.menu__block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    transform: translateX(-25px);
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.menu__block.active {
    position: relative;
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.menu__row {
    display: flex;
    flex-wrap: wrap;
}
.menu__coll {
    width: 33.333%;
}
.article__text p + h4,
.menu__box + .menu__box {
    margin-top: 50px;
}
.menu__link {
    display: block;
    font-weight: 700;
    font-size: 18px;
    line-height: 125%;
    color: #fff;
    margin-bottom: 24px;
    transition: all 0.3s;
}
.menu__link:hover,
.menu__list ul li a:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.menu__list,
.menu__list.active {
    max-height: 330px;
    overflow: hidden;
    transition: all 0.3s;
}
.menu__list.active {
    max-height: initial;
}
.catalog__list ul li,
.menu-mobile__nav ul li,
.menu__list ul li {
    margin-bottom: 10px;
}
.menu__show {
    display: inline-flex;
    font-size: 12px;
    line-height: 150%;
    text-decoration: underline;
    color: #8e9297;
    transition: all 0.3s;
}
.menu__show:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.catalog__img img:last-child,
.menu__show span:last-child {
    display: none;
}
.menu__show.active span:first-child {
    display: none;
}
.menu__show.active span:last-child {
    display: block;
}
.menu.active {
    z-index: 100;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.menu.active .menu__container,
.menu.active .menu__left {
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.6s;
}
.menu .promo-small {
    width: 100%;
}
.menu .services-item {
    width: 100%;
    max-width: 375px;
}
.menu-mobile {
    display: none;
}
.menu-mobile__list {
    padding: 0 15px;
}
.menu-mobile__list ul li a {
    display: flex;
    align-items: center;
    height: 60px;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #fff;
    position: relative;
    border-top: 1px solid #0d0f11;
}
.menu-mobile__list ul li a::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 0;
    background-image: url(../img/icons/mobile-arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
.menu-mobile__items {
    margin: 0 -15px;
    background-color: #303948;
}
.menu-mobile__item {
    padding: 0 30px;
    border-top: 1px solid #0d0f11;
}
.menu-mobile__item-top {
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
}
.menu-mobile__item-hidden,
.menu-small__btn svg {
    display: none;
}
.menu-mobile__item:last-child {
    border-bottom: 1px solid #0d0f11;
}
.menu-mobile__item.active .menu-mobile__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.menu-mobile__arrow {
    transition: all 0.3s;
}
.menu-mobile__nav {
    padding-bottom: 16px;
}
.menu-mobile__nav ul li a {
    font-size: 14px;
    line-height: 150%;
    color: #fff;
}
.menu-mobile__last {
    padding: 30px 15px 0;
}
.menu-mobile__last-row {
    display: flex;
    justify-content: space-between;
}
.menu-mobile__last-coll {
    width: 48%;
    margin-bottom: 22px;
}
@media (max-width: 1630px) {
    .menu__left {
        width: 325px;
        margin-left: -15px;
    }
    .menu__container {
        width: calc(100% - 295px);
        margin-right: -15px;
    }
    .menu__item-box {
        width: 100%;
        padding-left: 15px;
    }
}
@media (max-width: 1590px) {
    .menu__container {
        padding: 50px 8px 40px 40px;
    }
}
@media (max-width: 1430px) {
    .menu {
        padding-top: 80px;
    }
    .menu__left {
        width: calc(24% + 15px);
    }
    .menu__left-row {
        margin-top: 30px;
        margin-bottom: 30px;
        padding-left: 15px;
    }
    .menu__left-coll {
        width: 50%;
        margin-right: 0;
    }
    .menu__item {
        font-size: 18px;
    }
    .menu__container {
        padding: 20px 5px 20px 25px;
        width: calc(76% + 15px);
    }
    .menu__link {
        font-size: 16px;
        margin-bottom: 18px;
    }
}
@media (max-width: 1320px) {
    .menu__container-first {
        width: 62%;
    }
    .menu__container-last {
        width: 38%;
    }
    .menu__row {
        margin-bottom: -50px;
    }
    .menu__coll {
        width: 50%;
        margin-bottom: 50px;
    }
    .menu__address,
    .menu__work-item {
        font-size: 12px;
    }
    .menu__footer-item {
        font-size: 16px;
    }
}
@media (max-width: 1190px) {
    .menu__left-row {
        flex-wrap: wrap;
    }
    .menu__left-coll {
        width: 100%;
    }
    .menu__left-coll + .menu__left-coll {
        margin-top: 20px;
    }
    .menu__footer-box {
        width: 83%;
    }
}
@media (min-width: 1011px) {
    .menu__list li.hidden_item:not(.active) {
        display: none;
    }
}
@media (max-width: 1010px) {

    .menu {
        background-color: #1e242e;
        overflow-x: hidden;
        overflow-y: auto;
        padding-bottom: 25px;
    }
    .menu__left {
        padding-top: 0;
    }
    .menu__footer-item {
        font-size: 18px;
        margin-bottom: 22px;
    }
    .menu__address,
    .menu__work {
        margin-bottom: 22px;
    }
    .menu__work {
        min-height: 64px;
    }
    .menu .services-item {
        max-width: 100%;
    }
    .menu-desctop {
        display: none;
    }
    .menu-mobile {
        display: block;
    }
}
@media (max-width: 760px) {
    .menu {
        padding-top: 59px;
        padding-bottom: 65px;
        height: calc(var(--vh, 1vh) * 100);
    }
}
@media (max-width: 375px) {
    .menu__address {
        font-size: 11px;
    }
}
.menu-small {
    max-width: 375px;
    width: 100%;
    height: 400px;
    position: relative;
    margin-bottom: 134px;
}
.menu-small__swiper {
    height: 100%;
    overflow: hidden;
    border-radius: 48px;
}
.menu-small__slide {
    border-radius: 48px;
    overflow: hidden;
    opacity: 0;
    transition: all 0.2s ease-in-out;
}
.menu-small__slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ededed;
    border-radius: 48px;
    transform: scale(0.85);
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active {
    opacity: 1;
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__img,
.menu-small__slide.swiper-slide-active::before {
    transform: scale(1);
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__title {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__icon {
    transform: translateX(0);
    transition: all 0.6s ease-in-out;
}
.menu-small__slide.swiper-slide-active .menu-small__btn {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.3s;
    transition: all 0.6s ease-in-out;
}
.menu-small__item,
.menu-small__slide {
    position: relative;
    height: 100%;
}
.menu-small__img {
    width: 100%;
    height: 250px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scale(0.8);
    transition: all 0.6s ease-in-out;
}
.menu-small__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
}
.menu-small__icon,
.menu-small__title {
    transform: translateX(25px);
    transition: all 0.6s ease-in-out;
}
.menu-small__title {
    width: 100%;
    font-weight: 600;
    font-size: 34px;
    line-height: 120%;
    color: #202732;
    opacity: 0;
}
.menu-small__icon {
    position: absolute;
    width: 142px;
    height: 188px;
    left: 57px;
    top: 43px;
}
.menu-small__wrap {
    padding: 60px 50px;
    position: relative;
    z-index: 10;
}
.menu-small__btn {
    margin-top: 152px;
    transform: translateX(25px);
    opacity: 0;
    transition: all 0.6s ease-in-out;
}
.menu-small .swiper-wrapper * {
    box-sizing: border-box;
}
.menu-small .swiper-pagination {
    height: 100%;
    right: -30px;
    top: 0;
    width: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    transform: translate3d(0, 0, 0);
}
.menu-small .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    background-color: #ededed;
    opacity: 0.2;
    cursor: pointer;
    margin-bottom: 14px;
}
.menu-small .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
}
.menu-small .swiper-pagination-bullet:last-child {
    margin-bottom: 0;
}
@media (max-width: 1600px) {
    .menu-small__wrap {
        padding: 50px 30px;
    }
    .menu-small__btn {
        margin-top: 160px;
    }
    .menu-small .swiper-pagination {
        height: auto;
        right: 0;
        top: auto;
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-content: normal;
        bottom: -30px;
        justify-content: center;
    }
    .menu-small .swiper-pagination-bullet {
        margin-bottom: 0;
        margin-right: 14px !important;
    }
    .menu-small .swiper-pagination-bullet:last-child {
        margin-bottom: 0;
        margin-right: 0 !important;
    }
}
@media (max-width: 1430px) {
    .menu-small {
        height: 355px;
    }
    .menu-small__btn {
        margin-top: 124px;
    }
}
@media (max-width: 1320px) {
    .menu-small {
        height: 325px;
    }
    .menu-small__slide,
    .menu-small__slide::before,
    .menu-small__swiper {
        border-radius: 32px;
    }
    .menu-small__wrap {
        padding: 35px 30px;
    }
}
@media (max-width: 1190px) {
    .menu-small {
        height: 290px;
    }
    .menu-small__title {
        font-size: 28px;
    }
    .menu-small__wrap {
        padding: 25px;
    }
    .menu-small__icon {
        width: 110px;
        height: 155px;
        left: 35px;
        top: 25px;
    }
    .menu-small__btn {
        margin-top: 110px;
    }
}
@media (max-width: 1010px) {
    .menu-small {
        width: 100%;
        max-width: 100%;
    }
    .menu-small__swiper {
        border-radius: 0;
        overflow: visible;
    }
    .menu-small__slide {
        overflow: visible;
        opacity: 1;
    }
    .menu-small__wrap {
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
    }
    .menu-small__img,
    .menu-small__slide::before {
        transform: scale(1);
    }
    .menu-small__title {
        opacity: 1;
    }
    .menu-small__btn,
    .menu-small__icon,
    .menu-small__title {
        transform: translateX(0);
    }
    .menu-small__btn {
        opacity: 1;
        margin-top: 0;
    }
    .menu-small .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        margin-right: 8px;
        border-radius: 20px;
    }
    .menu-small .swiper-pagination-bullet.swiper-pagination-bullet-active {
        opacity: 1;
        width: 32px;
        background: #a9ff35;
    }
}
@media (max-width: 760px) {
    .menu-small {
        height: 300px;
    }
    .menu-small__slide,
    .menu-small__slide::before,
    .menu-small__swiper {
        border-radius: 24px;
    }
    .menu-small__title {
        font-size: 24px;
    }
    .menu-small__wrap {
        padding: 40px 42px;
    }
    .menu-small__icon {
        width: 142px;
        height: 188px;
        left: 45px;
        top: 20px;
    }
    .menu-small__btn {
        padding: 13px;
        width: 50px;
        height: 50px;
    }
    .menu-small__btn,
    .menu-small__btn::before {
        border-radius: 8px;
    }
    .menu-small__btn::after {
        border-radius: 9px;
    }
    .menu-small__btn span {
        display: none;
    }
    .menu-small__btn svg {
        display: block;
    }
    .menu-small__btn svg * {
        transition: all 0.3s;
    }
    .menu-small__btn:hover svg * {
        stroke: #fff;
        transition: all 0.3s;
    }
    .menu-small .swiper-pagination {
        bottom: -18px;
    }
}
.catalog {
    padding-bottom: 112px;
}
.catalog__body {
    display: flex;
    flex-wrap: wrap;
    margin: 50px -13px -33px;
}
.catalog__coll {
    width: calc(50% - 26px);
    height: 360px;
    margin: 0 13px 33px;
    position: relative;
    background-color: #f1f7ff;
    border-radius: 48px;
    overflow: hidden;
    z-index: 10;
}
.catalog__coll--small {
    width: calc(25% - 26px);
    height: 455px;
}
.catalog__coll--small .catalog__block {
    padding: 50px;
}
.catalog__coll--small .catalog__img {
    width: auto;
    height: auto;
}
.catalog__coll:hover .catalog__img {
    transform: scale(1.1);
    transition: transform 0.3s;
}
.catalog__block,
.catalog__title {
    width: 100%;
    position: relative;
    z-index: 10;
}
.catalog__block {
    height: 100%;
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    padding: 54px 55px;
}
.catalog__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #1e242e;
}
.catalog__list {
    position: relative;
    z-index: 10;
    margin-bottom: -10px;
}
.about__subscribe-btn span,
.catalog__list ul li a {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #1e242e;
    transition: color 0.3s;
}
.catalog__list ul li a:hover {
    color: #a9ff35;
    transition: color 0.3s;
}
.catalog__img {
    position: absolute;
    width: 356px;
    height: 318px;
    right: 0;
    bottom: 0;
    z-index: 1;
    transition: transform 0.3s;
}
.catalog__img svg path {
    transform-origin: center;
    transform-box: fill-box;
    -webkit-animation: rotateStar 50s linear infinite;
    animation: rotateStar 50s linear infinite;
}
.catalog__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.catalog .main-catalog {
    margin: 50px 0 0;
}
.catalog .main-catalog__row {
    margin-left: 0;
    margin-right: 0;
}
@media (max-width: 1430px) {
    .catalog__coll,
    .catalog__coll--small {
        width: calc(50% - 26px);
        height: 450px;
    }
    .catalog__block,
    .catalog__coll--small .catalog__block {
        padding: 50px;
    }
    .catalog .main-catalog__row {
        margin-left: -15px;
        margin-right: -15px;
    }
}
@media (max-width: 1190px) {
    .catalog__title {
        font-size: 26px;
    }
    .catalog__coll {
        margin: 0 12px 24px;
        border-radius: 24px;
    }
    .catalog__coll,
    .catalog__coll--small {
        width: calc(50% - 24px);
        height: 400px;
    }
    .catalog__block,
    .catalog__coll--small .catalog__block {
        padding: 25px;
    }
    .catalog__list ul li a {
        font-size: 16px;
    }
    .catalog .main-catalog {
        margin: 35px 0 0;
    }
}
@media (max-width: 1010px) {
    .catalog__img {
        width: auto;
        height: auto;
    }
    .catalog__img img:first-child {
        display: none;
    }
    .catalog__img img:last-child {
        display: block;
    }
}
@media (max-width: 760px) {
    .catalog {
        padding-bottom: 65px;
    }
    .catalog__body {
        margin: 46px 0 -19px;
    }
    .catalog__title {
        font-size: 24px;
    }
    .catalog__coll {
        margin: 0 0 20px;
    }
    .catalog__coll,
    .catalog__coll--small {
        width: 100%;
        height: 370px;
    }
    .catalog__block,
    .catalog__coll--small .catalog__block {
        padding: 42px 25px 48px;
    }
    .catalog .main-catalog {
        margin: 20px 0 0;
    }
    .catalog .main-catalog__row {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: -16px;
    }
    .catalog .breadcrumbs {
        padding: 10px 0;
    }
    .catalog .page-top {
        padding-top: 10px;
    }
    .catalog .page-top__body {
        padding-top: 15px;
    }
}
.about {
    padding-bottom: 60px;
}
.about__promo {
    height: 718px;
    background: linear-gradient(
            180deg,
            #1e242e 10.91%,
            rgba(30, 36, 46, 0) 35.6%,
            rgba(30, 36, 46, 0) 79.36%,
            #1e242e 100%
    ),
    url(../img/about/bg.png);
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}
.about__promo .wrapper,
.about__promo-wrap {
    height: 100%;
}
.about__list {
    display: flex;
    gap: 32px;
    margin-top: auto;
    margin-bottom: -100px;
    color: #fff;
}
.about__list-item {
    padding: 48px;
    background: linear-gradient(45deg, #2b3547 0, #1e242e 100%);
    border-radius: 32px;
    border: 1px solid #3b414b;
    width: 376px;
    overflow: hidden;
}
.about__list-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 24px;
    height: 96px;
}
.about__list-title img {
    display: none;
}
.about__list-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
}
.about__title {
    font-weight: 600;
    font-size: 56px;
    line-height: 120%;
    text-align: center;
}
.about__contacts {
    color: #fff;
    margin: 220px 0 120px;
}
.about__contacts-title {
    margin-bottom: 42px;
}
.about__contacts-swiper {
    position: relative;
    margin-bottom: 40px;
}
.about__contacts-swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #8e9297;
    border-radius: 3px;
    opacity: 1;
    transition: 0.5s ease-in-out;
}
.about__contacts-swiper .swiper-pagination-bullet-active {
    width: 32px;
    background: #a9ff35;
    border-radius: 3px;
}
.about__contacts-slide {
    overflow: hidden;
    border-radius: 32px;
}
.about__contacts-slide img,
.about__list-title img {
    transition: 0.3s ease-in-out;
}
.about__contacts-slide:hover img {
    transform: scale(1.1);
}
.about__contacts-block {
    display: flex;
    gap: 30px;
}
.about__contacts-img {
    border-radius: 32px;
}
.about__contacts-texts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 50%;
}
.about__contacts-texts--row {
    flex-direction: row;
    justify-content: space-between;
}
.about__contacts-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.about__contacts-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #fff;
    flex-shrink: 0;
}
.about__contacts-text--margin {
    margin-right: 24px;
}
.about__contacts-text svg path,
.about__contacts-text--link,
.contacts__accordion-top .contacts__caption span img,
.references__btns-compare path,
.references__btns-like path,
.references__title a img,
.service__social-link path {
    transition: 0.3s ease-in-out;
}
.about__contacts-text--link:hover,
.accordion__article p a:hover {
    color: #a9ff35;
}
.about__contacts-text:hover svg path,
.accordion__icon svg rect,
.contacts-promo__link:hover svg path,
.references__btns-compare:hover svg path,
.references__btns-like:hover svg path,
.service__social-link:hover path {
    fill: #a9ff35;
}
.about__contacts-socials {
    display: flex;
    gap: 8px;
}
.about__youtube-title {
    margin-bottom: 42px;
    color: #fff;
}
.about__youtube-swiper {
    overflow: hidden;
}
.about__youtube-card {
    width: 100%;
    height: 320px;
    border-radius: 32px;
    overflow: hidden;
    position: relative;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about__youtube-card:hover .about__youtube-bg img {
    transform: scale(1.04);
    transition: all 0.3s;
}
.about__youtube-bg {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
    z-index: 1;
}
.about__youtube-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
    transition: all 0.3s;
}
.about__youtube-play {
    position: absolute;
    z-index: 10;
    transition: all 0.3s;
}
.about__youtube-play:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}
.about__subscribe {
    background: linear-gradient(45deg, #2b3547 0, #1e242e 100%);
    border-radius: 40px;
    padding: 80px 104px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #2b3547;
    margin-top: 120px;
}
.about__subscribe-title {
    color: #fff;
    width: 549px;
    max-width: 549px;
}
.about__subscribe-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
    max-width: 453px;
}
.about__subscribe-btn {
    width: 200px;
    height: 64px;
    flex-shrink: 0;
}
.about__subscribe-btn img {
    z-index: 1;
    margin-right: 8px;
    transition: 0.3s ease-in-out;
}
.about__subscribe-btn span {
    font-size: 14px;
    color: #202732;
    transition: 0.3s ease-in-out;
}
.about__subscribe-btn:hover span {
    color: #fff;
}
.about__subscribe-btn:hover img {
    filter: invert(1);
}
.about .main-blog {
    padding-bottom: 0;
}
@media (max-width: 1520px) {
    .about__list {
        gap: 0;
        justify-content: space-between;
    }
    .about__list-item {
        width: calc(25% - 16px);
        padding: 24px;
        border-radius: 16px;
    }
    .about__list-title {
        display: flex;
        justify-content: space-between;
        position: relative;
        height: 96px;
        margin-bottom: 24px;
    }
    .about__list-title span {
        position: relative;
        z-index: 9;
    }
    .about__list-title br {
        display: none;
    }
}
@media (max-width: 1430px) {
    .about__promo {
        height: 550px;
    }
    .about__promo-item {
        padding: 32px;
    }
    .about__contacts {
        margin: 180px 0 80px;
    }
    .about__subscribe {
        padding: 60px;
    }
}
@media (max-width: 1320px) {
    .about__title {
        font-size: 44px;
    }
    .about__list-title {
        font-size: 20px;
    }
    .about__contacts-text {
        font-size: 16px;
    }
    .about__subscribe {
        flex-wrap: wrap;
        row-gap: 24px;
        justify-content: center;
        padding: 40px;
    }
    .about__subscribe-text,
    .about__subscribe-title {
        max-width: 50%;
        width: 50%;
    }
    .about__list-title {
        height: 81px;
    }
}
@media (max-width: 1190px) {
    .about__contacts-swiper {
        margin-bottom: 60px;
    }
    .about__contacts-block {
        flex-direction: column;
        gap: 16px;
    }
    .about__contacts-texts {
        gap: 16px;
    }
    .about-box {
        gap: 16px;
        flex-shrink: 0;
    }
    .about__list {
        flex-wrap: wrap;
        row-gap: 24px;
    }
    .about__list-item {
        width: calc(50% - 12px);
    }
    .about__list-title {
        height: 51px;
    }
    .about .swiper-pagination {
        bottom: -40px;
    }
}
@media (max-width: 1010px) {
    .about {
        padding: 32px 0 24px;
    }
    .about__promo {
        background-size: cover;
    }
    .about__contacts {
        margin: 170px 0 64px;
    }
    .about__contacts-texts {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .about__subscribe {
        margin-top: 64px;
        padding: 40px 32px;
    }
    .about__subscribe-text,
    .about__subscribe-title {
        max-width: 100%;
        width: 100%;
        text-align: center;
    }
    .about .breadcrumbs {
        display: none;
    }
}
@media (max-width: 850px) {
    .about__list-title {
        height: 81px;
    }
}
@media (max-width: 768px) {
    .about__promo {
        background: linear-gradient(
                180deg,
                #1e242e 10.91%,
                rgba(30, 36, 46, 0) 35.6%,
                rgba(30, 36, 46, 0) 79.36%,
                #1e242e 100%
        ),
        url(../img/about/bg-mob.png);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top;
        height: 500px;
    }
    .about__title {
        font-size: 30px;
    }
    .about__list-item {
        width: 100%;
        padding: 24px;
        border: 1px solid #3b414b;
        border-radius: 16px;
    }
    .about__list-item.active .about__list-text {
        margin-top: 24px !important;
    }
    .about__list-item.active .about__list-text p {
        opacity: 1;
        transition: 0.3s ease-in-out;
        transition-delay: 0.1s;
    }
    .about__list-item.active .about__list-title img {
        transform: rotate(135deg);
    }
    .about__list-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: auto;
        background: linear-gradient(45deg, #2b3547 0, #1e242e 100%);
        position: relative;
        margin-bottom: 0;
    }
    .about__list-title img,
    .about__list-title span {
        position: relative;
        z-index: 9;
    }
    .about__list-title::before {
        content: "";
        position: absolute;
        top: -180%;
        left: 0;
        height: 300%;
        width: 100%;
        z-index: 1;
    }
    .about__list-title br {
        display: none;
    }
    .about__list-title img {
        display: block;
    }
    .about__list-text {
        transition: margin 0.3s ease-in-out;
    }
    .about__list-text p {
        opacity: 0;
        transition: 0.1s ease-in-out;
    }
    .about__youtube-swiper {
        overflow: visible;
    }
    .about__youtube-bg,
    .about__youtube-bg img,
    .about__youtube-card,
    .about__youtube-card img {
        border-radius: 16px;
    }
}
@media (max-width: 500px) {
    .about {
        padding: 28px 0 24px;
    }
    .about__promo {
        height: 383px;
        background-size: contain;
    }
    .about__title {
        font-size: 20px;
    }
    .about__list {
        margin-top: -135px;
        gap: 8px;
    }
    .about__list-title {
        font-size: 16px;
    }
    .about__list-item.active .about__list-text {
        margin-top: 10px !important;
    }
    .about__list-text {
        font-size: 12px;
    }
    .about__contacts {
        margin: 162px 0 67px;
    }
    .about__contacts-title {
        text-align: center;
        margin-bottom: 24px;
    }
    .about__contacts-slide {
        height: 191px;
    }
    .about .swiper-pagination {
        bottom: -26px;
    }
    .about__contacts-swiper {
        margin-bottom: 57px;
    }
    .about__contacts-texts {
        width: 100%;
    }
    .about__contacts-texts--row {
        flex-direction: column;
    }
    .about__contacts-text {
        font-size: 16px;
        font-weight: 500;
        line-height: 134%;
    }
    .about__contacts-text--margin {
        width: 100%;
        margin: 0;
    }
    .about__contacts-text--email {
        margin-left: 26px;
    }
    .about__contacts-text br {
        display: none;
    }
    .about__contacts-box {
        gap: 16px;
    }
    .about__contacts-box:first-of-type {
        flex-direction: row;
    }
    .about__contacts-socials {
        flex-wrap: wrap;
        row-gap: 8px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }
    .about__contacts-socials a {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .about__youtube-title {
        text-align: center;
        margin-bottom: 24px;
    }
    .about__youtube-card {
        height: 167px;
    }
    .about__youtube-play {
        width: 40px;
        height: 40px;
    }
    .about__youtube-play svg {
        height: 100%;
    }
    .about__youtube-play svg circle {
        fill: #a9ff35;
    }
    .about__youtube-play svg path {
        fill: #2b3547;
    }
    .about__subscribe {
        gap: 0;
    }
    .about__subscribe-title {
        line-height: 135%;
        margin-bottom: 10px;
    }
    .about__subscribe-text {
        font-size: 14px;
        margin-bottom: 22px;
    }
}
.contacts {
    padding-top: 55px;
    position: relative;
    z-index: 10;
}
.contacts__wrap {
    display: flex;
    justify-content: space-between;
    margin-bottom: 56px;
}
.contacts__left {
    max-width: 889px;
}
.contacts__maps {
    position: relative;
    z-index: 10;
}
.contacts__maps-container {
    position: relative;
    border-radius: 32px;
    overflow: hidden;
}
.contacts__tabs {
    display: flex;
    margin-bottom: 32px;
    align-items: flex-end;
    height: 50px;
    gap: 48px;
}
.contacts__tab {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #fff;
    opacity: 0.25;
    cursor: pointer;
    transition: all 0.3s;
}
.contacts__tab:first-of-type {
    width: 180px;
}
.contacts__tab:last-of-type {
    width: 327px;
}
.contacts__tab:hover {
    opacity: 0.55;
}
.contacts__tab.active {
    opacity: 1;
    font-size: 40px;
}
.contacts__map {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.contacts__map img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.contacts__map-img--mob,
.contacts__order-title br {
    display: none;
}
.contacts__block.active,
.contacts__map.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.contacts__order {
    max-width: 500px;
    margin-top: 92px;
}
.contacts__order-title {
    margin-bottom: 25px;
}
.contacts__order--table {
    display: none;
}
.contacts__right {
    width: 48%;
    max-width: 645px;
    position: relative;
    padding-top: 56px;
}
.contacts__block {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.contacts__block-title,
.contacts__container-title {
    margin-bottom: 24px;
    color: #fff;
}
.contacts__container-body {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contacts__accordion {
    padding: 40px;
    border: 1px solid #2b3547;
    border-radius: 24px;
}
.contacts__accordion-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.contacts__accordion-top .contacts__caption {
    width: 100%;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}
.contacts__accordion-top .contacts__caption-inner p:last-of-type {
    display: none;
}
.contacts__accordion-top .contacts__caption span {
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    gap: 40px;
}
.contacts-requisites__caption br,
.contacts-requisites__value br,
.contacts__accordion-hidden {
    display: none;
}
.contacts__accordion-text ol {
    padding: 0;
    list-style: none;
    counter-reset: myCounter;
    margin-top: 16px;
}
.contacts__accordion-text ol li {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #ffff;
    padding-left: 22px;
}
.contacts__accordion-text ol li::before {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
    counter-increment: myCounter;
    content: counter(myCounter) ".";
}
.contacts__accordion-text ol li + li {
    margin-top: 15px;
}
.accordion.active .accordion__icon,
.contacts__accordion.active .contacts__accordion-top span img {
    transform: rotate(135deg);
}
.contacts__items {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.contacts__item {
    padding: 40px;
    border-radius: 24px;
    border: 1px solid #2b3547;
}
.contacts__item-top .contacts__caption {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
}
.contacts__item-box {
    display: flex;
    justify-content: space-between;
}
.contacts__number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #a9ff35;
    border-radius: 50%;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #000;
    margin-right: 20px;
}
.contacts__caption {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #fff;
}
.contacts__caption span {
    text-align: end;
}
.accordion__article p,
.contacts__value {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #fff;
}
.contacts .line {
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.contacts #main {
    transform-origin: center;
    transform-box: fill-box;
    -webkit-animation: mainPoint 2s linear infinite;
    animation: mainPoint 2s linear infinite;
}
.contacts #line-1,
.contacts #line-2 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
.contacts #map-contact-1.active #line-1,
.contacts #map-contact-1.active #line-2 {
    -webkit-animation: dash 7s linear forwards;
    animation: dash 7s linear forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.contacts #point-1,
.contacts #point-2 {
    opacity: 0;
    transition: 0.3s;
}
.contacts #map-contact-1.active #point-1,
.contacts #map-contact-1.active #point-2 {
    opacity: 1;
    transition-delay: 2.5s;
}
@media (max-width: 1600px) {
    .contacts__wrap {
        gap: 15px;
    }
}
@media (max-width: 1430px) {
    .contacts__left,
    .contacts__right {
        max-width: 50%;
    }
    .contacts__map svg {
        height: 100%;
    }
}
@media (max-width: 1320px) {
    .contacts__tabs {
        height: 45px;
    }
    .contacts__tab {
        font-size: 24px;
    }
    .contacts__tab.active {
        font-size: 32px;
    }
    .contacts__tab:first-of-type {
        width: 145px;
    }
}
@media (max-width: 1190px) {
    .contacts__wrap {
        flex-wrap: wrap;
        gap: 24px;
    }
    .contacts__right {
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }
    .contacts__left {
        max-width: 65%;
    }
}
@media (max-width: 1024px) {
    .contacts__left {
        max-width: 100%;
    }
}
@media (max-width: 1010px) {
    .contacts__accordion,
    .contacts__item {
        padding: 32px;
    }
}
@media (max-width: 768px) {
    .contacts__maps-container {
        border-radius: 0;
    }
    .contacts__container-body,
    .contacts__items {
        gap: 8px;
    }
    .contacts__wrap {
        flex-wrap: wrap;
        gap: 32px;
    }
    .contacts__right {
        width: 100%;
        max-width: 100%;
        padding-top: 0;
    }
    .contacts__left {
        max-width: 100%;
    }
    .contacts__accordion,
    .contacts__item {
        padding: 24px;
    }
    .contacts__tabs {
        height: auto;
        margin-bottom: 16px;
    }
    .contacts__tab,
    .contacts__tab.active {
        font-size: 20px;
    }
    .contacts__tab:first-of-type {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .contacts__block-title,
    .contacts__container-title {
        font-size: 16px;
        font-weight: 400;
    }
    .contacts__block-title {
        margin-bottom: 16px;
    }
    .contacts__item-top .contacts__caption {
        font-size: 18px;
    }
    .contacts__accordion-top .contacts__caption {
        font-size: 16px;
    }
    .contacts__accordion-text ol li {
        font-size: 12px;
        margin-top: 8px !important;
    }
    .contacts__item-box {
        flex-wrap: wrap;
        gap: 16px;
    }
    .contacts__item-box .contacts__caption {
        flex-shrink: 0;
    }
}
@media (max-width: 500px) {
    .contacts__map-img {
        display: none;
    }
    .contacts__map-img--mob {
        display: block;
    }
    .contacts__item-box {
        flex-direction: column;
        gap: 4px;
    }
    .contacts__caption-inner p:last-of-type {
        display: block !important;
        font-weight: 400;
        font-size: 16px;
        line-height: 145%;
        margin-top: 4px;
    }
    .contacts__caption span span {
        display: none !important;
    }
}
.contacts-promo {
    padding-top: 30px;
    position: relative;
    z-index: 10;
}
.contacts-promo__title {
    color: #fff;
    margin-bottom: 24px;
}
.contacts-promo__left,
.contacts-promo__wrap {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.contacts-promo__wrap {
    margin-bottom: 56px;
}
.contacts-promo__left {
    width: 50%;
    max-width: 761px;
}
.contacts-promo__link {
    display: inline-flex;
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    text-decoration: underline;
    color: #fff;
    transition: color 0.3s;
}
.contacts-promo__item:hover,
.contacts-promo__link:hover {
    color: #a9ff35;
    transition: color 0.3s;
}
.contacts-promo__right {
    width: 48%;
    max-width: 648px;
}
.contacts-promo__box {
    display: flex;
    flex-direction: column;
    gap: 9px;
    flex-shrink: 0;
}
.contacts-promo__items {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #fff;
}
.contacts-promo__item {
    display: inline-flex;
    color: #fff;
    transition: color 0.3s;
}
.contacts-promo__address,
.contacts-promo__work {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #fff;
}
.contacts-promo__address span,
.contacts-promo__work span {
    margin: 0 15px;
}
.contacts-promo__work {
    margin-bottom: 12px;
}
.contacts-promo__info {
    display: flex;
    align-items: center;
}
.contacts-promo__caption {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #fff;
    margin-right: 24px;
}
.contacts-promo__nav {
    display: flex;
    gap: 10px;
}
.contacts-promo__link {
    height: 32px;
    width: 32px;
}
.contacts-promo__link svg path {
    transition: 0.3s ease-in;
}
.contacts-promo .line {
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
@media (max-width: 1320px) {
    .contacts-promo__address,
    .contacts-promo__items,
    .contacts-promo__work {
        font-size: 18px;
    }
}
@media (max-width: 1190px) {
    .contacts-promo__wrap {
        flex-wrap: wrap;
    }
    .contacts-promo__left {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
    .contacts-promo__right {
        width: 48%;
        max-width: 415px;
    }
    .contacts-promo__address,
    .contacts-promo__caption,
    .contacts-promo__items,
    .contacts-promo__work {
        font-size: 16px;
    }
}
@media (max-width: 1010px) {
    .contacts-promo__right {
        width: 100%;
        max-width: 100%;
    }
}
@media (max-width: 760px) {
    .contacts-promo {
        padding-top: 32px;
    }
    .contacts-promo__left,
    .contacts-promo__wrap {
        flex-wrap: wrap;
        gap: 16px;
        width: 100%;
    }
    .contacts-promo__left {
        flex-direction: column;
    }
    .contacts-promo__items {
        flex-direction: row;
    }
    .contacts-promo__link {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #fff;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .contacts-promo__nav {
        gap: 16px;
    }
    .contacts-promo__address,
    .contacts-promo__work {
        font-weight: 500;
    }
    .contacts-promo__address span,
    .contacts-promo__work span {
        opacity: 0;
        margin: 0;
    }
    .contacts-promo__work {
        margin-bottom: 16px;
    }
}
@media (max-width: 560px) {
    .contacts-promo__box {
        width: 100%;
        gap: 16px;
    }
    .contacts-promo__item {
        width: 48%;
    }
    .contacts-promo__info {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    .contacts-promo__caption {
        margin-right: 0;
    }
}
.contacts-requisites__title {
    margin-bottom: 32px;
}
.contacts-requisites__block {
    display: flex;
    justify-content: space-between;
}
.contacts-requisites__left,
.contacts-requisites__right {
    max-width: 889px;
    width: 889px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.contacts-requisites__right {
    width: 647px;
    max-width: 647px;
}
.contacts-requisites__item {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    line-height: 145%;
    color: #8e9297;
}
.contacts-requisites__caption,
.contacts-requisites__value {
    font-weight: 400;
    font-size: 20px;
    line-height: 145%;
    flex-shrink: 0;
}
.contacts-requisites__value {
    color: #fff;
}
.contacts-requisites__dashed-space {
    border-bottom: 1px dashed #8e9297;
    width: 100%;
}
@media (max-width: 1600px) {
    .contacts-requisites__block {
        gap: 16px;
    }
    .contacts-requisites__left,
    .contacts-requisites__right {
        max-width: 50%;
    }
}
@media (max-width: 1430px) {
    .contacts-requisites__block {
        flex-direction: column;
        gap: 10px;
    }
    .contacts-requisites__left,
    .contacts-requisites__right {
        max-width: 100%;
        width: 100%;
    }
}
@media (max-width: 1010px) {
    .contacts-requisites__caption,
    .contacts-requisites__value {
        font-size: 16px;
    }
}
@media (max-width: 760px) {
    .contacts-requisites__caption,
    .contacts-requisites__value {
        font-size: 12px;
    }
    .contacts-requisites__title {
        margin-bottom: 24px;
    }
}
@media (max-width: 500px) {
    .contacts-requisites__value {
        text-align: end;
    }
    .contacts-requisites__caption br,
    .contacts-requisites__value br {
        display: block;
    }
}
.contacts-subscribe {
    padding-top: 56px;
}
.contacts-subscribe .subscribe {
    margin-top: 0;
}
@media (max-width: 760px) {
    .contacts-subscribe {
        padding-top: 60px;
    }
}
.page {
    padding-top: 32px;
    padding-bottom: 60px;
    position: relative;
}
.page__wrap {
    margin-top: 71px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page__left {
    width: 63%;
    max-width: 964px;
    padding-top: 5px;
}
.page__right {
    width: 35%;
    max-width: 512px;
}
.page__box {
    width: 100%;
    background: #f1f7ff;
    border-radius: 24px;
    padding: 38px 48px;
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #000;
    margin-bottom: 8px;
}
.page__box span {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 10px 4px;
    border-radius: 20px;
    background: #a9ff35;
    display: inline-flex;
}
.page__box-img {
    margin: 0 auto;
    max-width: 375px;
}
.page__box--mob {
    display: none;
}
@media (max-width: 1600px) {
    .page__wrap {
        margin-top: 55px;
    }
}
@media (max-width: 1430px) {
    .page {
        padding-top: 30px;
    }
    .page__wrap {
        margin-top: 38px;
    }
    .page__box {
        padding: 32px 40px;
        font-size: 18px;
    }
}
@media (max-width: 1320px) {
    .page__left {
        padding-top: 0;
    }
    .page__box {
        padding: 28px 24px;
        font-size: 18px;
        margin-bottom: 40px;
    }
}
@media (max-width: 1190px) {
    .page__box {
        font-size: 16px;
        margin-bottom: 35px;
        border-radius: 18px;
    }
}
@media (max-width: 1010px) {
    .page__wrap {
        justify-content: center;
    }
    .page__left {
        width: 100%;
        max-width: 100%;
    }
    .page__right {
        width: 100%;
        max-width: 350px;
        margin-top: 50px;
    }
    .page__box {
        max-width: 100%;
        width: 100%;
    }
    .page__box br,
    .page__box--desctop {
        display: none;
    }
    .page__box--mob {
        display: block;
    }
}
@media (max-width: 760px) {
    .page__box {
        padding: 24px 32px;
        font-size: 15px;
        margin-bottom: 8px;
    }
    .page__right {
        margin-top: 18px;
    }
}
.accordion {
    width: 100%;
    border: 1px solid #e5effe;
    border-radius: 24px;
}
.accordion + .accordion {
    margin-top: 16px;
}
.accordion__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 40px 40px 37px;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}
.accordion__top-info {
    line-height: 125%;
    text-align: right;
    color: #1e242e;
    font-weight: 500;
    font-size: 20px;
    position: absolute;
    right: 104px;
    height: 64px;
    top: calc(50% - 30px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}
.accordion__top-link {
    color: rgba(30, 36, 46, 0.25);
    transition: all 0.3s;
    font-weight: 600;
    font-size: 24px;
    line-height: 150%;
}
.accordion__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 8px 0 8px 8px;
}
.accordion__box--margin {
    margin: 0 0 0 8px;
}
.accordion__icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    transition: all 0.3s ease-in-out;
}
.accordion__icon svg {
    width: 100%;
    height: 100%;
}
.accordion__icon svg * {
    transition: all 0.3s;
}
.accordion__caption {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    transition: color 0.3s;
    color: #1e242e;
}
.accordion__value {
    width: 100%;
    color: #1e242e;
    margin-top: -5px;
}
.accordion__hidden {
    display: none;
}
.accordion__article {
    max-width: 680px;
    padding: 0 40px 40px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.accordion__article p {
    line-height: 144%;
    color: #1e242e;
    margin-left: 8px;
}
.accordion__article p a,
.accordion__article p span,
.accordion__article-qoute {
    color: #1e242e;
    font-weight: 600;
}
.accordion__article p a {
    transition: 0.3s ease-in-out;
}
.accordion__article-qoute {
    margin: 12px 0 11px 8px;
    padding: 32px 40px;
    border-radius: 16px;
    background: #f1f7ff;
    max-width: 100%;
    width: 100%;
    font-size: 16px;
    line-height: 145%;
}
.accordion.active .accordion__top {
    padding: 40px 40px 24px;
}
@media (max-width: 1430px) {
    .accordion__caption {
        font-size: 28px;
    }
    .accordion__top {
        padding: 32px;
        font-size: 20px;
    }
    .accordion__top-info {
        right: 80px;
        height: 54px;
        top: calc(50% - 27px);
    }
    .accordion__box {
        margin: 0;
    }
    .accordion__article {
        padding: 0 32px 32px;
    }
    .accordion__article p {
        margin-left: 0;
    }
    .accordion__article-qoute {
        margin: 4px 0;
    }
    .accordion.active .accordion__top {
        padding: 32px;
    }
}
@media (max-width: 1320px) {
    .accordion__top {
        padding: 24px;
        font-size: 18px;
        height: 80px;
    }
    .accordion__top-info {
        right: 60px;
        height: 48px;
        top: calc(50% - 24px);
    }
    .accordion__caption {
        font-size: 25px;
    }
    .accordion__icon {
        width: 25px;
        height: 25px;
    }
    .accordion__article {
        padding: 0 24px 24px;
    }
    .accordion__article p {
        margin-left: 0;
    }
    .accordion__article-qoute {
        margin: 4px 0;
    }
    .accordion.active .accordion__top {
        padding: 24px;
    }
}
@media (max-width: 1190px) {
    .accordion {
        border-radius: 18px;
    }
    .accordion__top {
        font-size: 16px;
    }
    .accordion__top-info {
        height: 42px;
        top: calc(50% - 21px);
    }
    .accordion__icon {
        width: 20px;
        height: 20px;
    }
    .accordion__caption {
        font-size: 22px;
    }
}
@media (max-width: 1010px) {
    .accordion__article {
        max-width: 100%;
    }
    .accordion__article br {
        display: none;
    }
}
@media (max-width: 760px) {
    .accordion__top {
        height: auto;
    }
    .accordion__top-info {
        position: relative;
        left: 0;
        justify-content: flex-start;
        height: auto;
        margin-top: 4px;
        align-items: flex-end;
        font-size: 16px;
        line-height: 145%;
        gap: 16px;
    }
    .accordion__top-info br {
        display: none;
    }
    .accordion__top-link {
        font-size: 16px;
    }
    .accordion__caption {
        font-size: 18px;
    }
    .accordion__value {
        width: auto;
    }
    .accordion__article {
        gap: 8px;
    }
    .accordion__article p {
        font-size: 12px;
        line-height: 145%;
    }
    .accordion__article p a,
    .accordion__article p span {
        font-weight: 700;
    }
    .accordion__article-qoute {
        padding: 16px 24px;
        font-size: 12px;
    }
}
.delivery {
    padding-top: 69px;
    padding-bottom: 0;
}
.delivery-rules {
    padding-top: 80px;
}
.delivery-rules__title {
    color: #1e242e;
    margin-bottom: 37px;
}
.delivery-rules__wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 32px;
}
.delivery-rules__coll {
    width: calc(25% - 24px);
    background: #f1f7ff;
    border-radius: 16px;
    padding: 32px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.delivery-rules__caption {
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 120px;
    font-weight: 600;
    font-size: 18px;
    line-height: 145%;
    color: #1e242e;
}
.delivery-rules__caption span {
    font-size: 32px;
    line-height: 100%;
    color: #a9ff35;
}
.delivery-rules__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #1e242e;
}
.delivery .subscribe {
    background: #fff;
    padding: 80px 0;
}
.delivery .subscribe__block {
    background: #f1f7ff;
}
.delivery .subscribe__btn:hover span,
.delivery .subscribe__title {
    color: #1e242e;
}
.delivery .subscribe__btn {
    border: 1px solid #1e242e;
    background: 0 0;
}
.delivery .subscribe__btn::after,
.delivery .subscribe__btn::before,
.payment .subscribe__btn::after,
.payment .subscribe__btn::before {
    border-radius: 4px;
    background: 0 0;
    transition: background 0.3s ease-in-out;
}
.delivery .subscribe__btn:hover {
    border: 1px solid #a9ff35;
}
.b-404 .subscribe__btn:hover::after,
.delivery .subscribe__btn:hover::after,
.payment .subscribe__btn:hover::after,
.thanks .subscribe__btn:hover::after,
.warranty .subscribe__btn:hover::after {
    background: #a9ff35;
}
.delivery .page__wrap {
    margin-top: 32px;
}
@media (max-width: 1720px) {
    .delivery-rules__caption {
        font-size: 16px;
    }
    .delivery-rules__caption span {
        font-size: 28px;
    }
}
@media (max-width: 1320px) {
    .delivery-rules__wrap {
        justify-content: center;
        gap: 24px;
    }
    .delivery-rules__coll {
        width: calc(33.33% - 24px);
    }
}
@media (max-width: 1010px) {
    .delivery-rules__coll {
        width: calc(50% - 24px);
    }
}
@media (max-width: 760px) {
    .delivery {
        padding-top: 32px;
    }
    .delivery-rules {
        padding-top: 60px;
    }
    .delivery-rules__wrap {
        gap: 8px;
    }
    .delivery-rules__coll {
        padding: 24px;
        width: 100%;
    }
    .delivery-rules__caption {
        height: auto;
    }
    .delivery-rules__caption span {
        font-size: 24px;
    }
    .delivery-rules__title {
        margin-bottom: 24px;
        text-align: center;
    }
    .delivery-rules__desc {
        font-size: 12px;
    }
    .delivery .accordion__article-qoute {
        padding: 16px 22px;
    }
    .delivery .accordion + .accordion {
        margin-top: 8px;
    }
    .delivery .subscribe {
        padding: 64px 0;
    }
}
.payment,
.service {
    padding-top: 69px;
    padding-bottom: 0;
}
.payment .page__wrap {
    margin-top: 32px;
}
.payment .accordion__article {
    max-width: 760px;
}
.payment .accordion.active .accordion__top,
.warranty .accordion.active .accordion__top {
    padding-bottom: 22px;
}
.payment .subscribe {
    background: #fff;
    padding: 80px 0;
}
.payment .subscribe__block {
    background: #f1f7ff;
}
.payment .subscribe__btn:hover span,
.payment .subscribe__title {
    color: #1e242e;
}
.payment .subscribe__btn {
    border: 1px solid #1e242e;
    background: 0 0;
}
.payment .subscribe__btn:hover {
    border: 1px solid #a9ff35;
}
@media (max-width: 760px) {
    .payment .subscribe {
        padding: 64px 0;
    }
}
.service {
    padding-bottom: 120px;
}
.service__promo {
    display: flex;
    align-items: center;
    padding: 51px 88px 51px 60px;
    background: url(../img/service/icon.svg),
    linear-gradient(45deg, #2b3547 0, #1e242e 100%);
    border-radius: 40px;
    background-position: left center, center center;
    background-repeat: no-repeat;
    margin: 77px 0 75px;
}
.service__promo-info {
    max-width: 511px;
    margin: 0 33px 0 30px;
}
.service__promo-info__title {
    margin-bottom: 24px;
}
.service__promo-info__subtitle {
    font-size: 16px;
    line-height: 145%;
    color: #fff;
}
.service__promo-info__subtitle a,
.service__promo-partner__title a {
    color: #a9ff35;
    border-bottom: 1px solid transparent;
    transition: border 0.3s ease-in-out;
}
.service__promo-info__subtitle a:hover,
.service__promo-partner__title a:hover {
    border-color: #a9ff35;
}
.service__img {
    max-width: 318px;
}
.service__promo-partner {
    padding: 40px 48px 48px;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border-radius: 24px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.service__promo-partner__title {
    color: #fff;
    font-size: 20px;
    line-height: 145%;
    font-weight: 600;
}
.service__box {
    display: flex;
    justify-content: space-between;
}
.service__box-title {
    color: #1e242e;
}
.service__content {
    max-width: 1192px;
    display: flex;
    align-items: baseline;
    gap: 88px;
}
.service__contacts {
    max-width: 456px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 16px;
    margin-top: 9px;
}
.service__email,
.service__partner-link,
.service__phone {
    width: 49%;
    transition: 0.3s ease-in-out;
}
.guarantees__contacts a:hover,
.service__email:hover,
.service__partner-link:hover,
.service__phone:hover,
.warranty .accordion__article-links a:hover {
    color: #a9ff35;
}
.service__address,
.service__email,
.service__partner-link,
.service__phone,
.service__schedule {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #000;
}
.service__schedule {
    width: 49%;
}
.service__address {
    width: 100%;
}
.service__socials {
    display: flex;
    gap: 10px;
    width: 100%;
}
.service__info {
    max-width: 648px;
}
.service__info-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #1e242e;
    margin-bottom: 12px;
    position: relative;
    padding-left: 16px;
}
.service__info-text:first-of-type {
    padding-left: 0;
}
.service__info-text:last-of-type {
    margin-bottom: 0;
}
.service__info-text:not(:first-of-type):before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    background: #a9ff35;
    width: 6px;
    height: 6px;
    border-radius: 50%;
}
.service .line {
    margin: 54px 0 59px;
}
.service__map {
    margin-top: 13px;
}
.service__map-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #1e242e;
    margin-bottom: 16px;
}
.service__map-img svg {
    height: 100%;
}
.service__map-img--mob {
    display: none;
}
.service #stairs-1,
.service #stairs-2,
.service #start {
    opacity: 1;
    transform-origin: center;
    transform-box: fill-box;
    transform: scale(0);
    transition: 0.3s ease-in-out;
}
.service #stairs-1 {
    transition-delay: 0.4s;
}
.service #stairs-2 {
    transition-delay: 0.8s;
}
.service #line {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
}
.service #end {
    opacity: 0;
    transform-origin: center;
    transform-box: fill-box;
    transition: 0.3s ease-in-out;
    transition-delay: 0s;
}
.service #map.active #stairs-1,
.service #map.active #stairs-2,
.service #map.active #start {
    opacity: 1;
    transform: scale(1);
}
.service #map.active #stairs-2 {
    transition-delay: 1.8s;
}
.service #map.active #end {
    transition-delay: 2.9s;
    opacity: 1;
    -webkit-animation: endPoint 1s linear infinite;
    animation: endPoint 1s linear infinite;
}
.service #map.active #line {
    -webkit-animation: dash 7s linear forwards;
    animation: dash 7s linear forwards;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
@media (max-width: 1600px) {
    .service {
        padding-bottom: 80px;
    }
    .service__content {
        max-width: 1165px;
        gap: 50px;
    }
    .service__contacts {
        max-width: 511px;
    }
}
@media (max-width: 1550px) {
    .service__promo {
        padding: 40px;
    }
    .service__content {
        max-width: 1110px;
        gap: 50px;
    }
}
@media (max-width: 1430px) {
    .service {
        padding-bottom: 64px;
    }
    .service__img {
        width: 270px;
    }
    .service__content {
        max-width: 1050px;
        gap: 10px;
    }
    .service__promo {
        padding: 40px 25px;
    }
    .service__promo-partner {
        padding: 35px 43px 43px;
    }
}
@media (max-width: 1320px) {
    .service__promo {
        flex-wrap: wrap;
        padding: 40px 0 0;
        justify-content: center;
        overflow: hidden;
    }
    .service__promo-info {
        margin-right: 0;
        margin-left: 50px;
        max-width: 100%;
    }
    .service__promo-partner {
        width: 100%;
        justify-content: center;
        padding: 40px 0;
        border-radius: 0;
        border-top: 2px solid #fff;
        margin-top: 40px;
    }
    .service__box {
        gap: 16px;
    }
    .service__content {
        max-width: 940px;
        gap: 20px;
    }
}
@media (max-width: 1190px) {
    .service__img {
        width: 240px;
    }
    .service__promo-info {
        margin: 0 0 0 20px;
    }
    .service__promo-partner {
        padding: 20px 22px 22px;
    }
    .service__promo-partner__title {
        font-size: 18px;
    }
    .service__box {
        flex-direction: column;
    }
    .service__content {
        max-width: 100%;
    }
}
@media (max-width: 992px) {
    .service__promo {
        margin: 60px 0;
        padding: 26px 0 0;
    }
    .service__promo-info {
        width: 100%;
        margin: 0;
    }
    .service__promo-info__subtitle,
    .service__promo-info__title {
        text-align: center;
    }
    .service__content {
        flex-direction: column;
        gap: 16px;
    }
    .service__contacts,
    .service__info {
        max-width: 100%;
    }
    .service__email,
    .service__partner-link,
    .service__phone,
    .service__schedule {
        width: 50%;
    }
    .service__address {
        width: 100%;
    }
    .service__social-link {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: 1px solid #1e242e;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: 0.3s ease-in-out;
    }
    .service__social-link:hover {
        border: 1px solid #a9ff35;
    }
    .service .line {
        margin: 56px 0;
    }
    .service__map {
        margin-top: 0;
    }
}
@media (max-width: 760px) {
    .cdi-features-rside {
        margin-left: 0;
    }
    .service {
        padding-top: 32px;
    }
    .service__promo {
        border-radius: 16px;
        margin: 44px 0 56px;
    }
    .service__promo-info {
        max-width: 100%;
        padding: 0 24px;
        margin-left: 0;
        text-align: center;
    }
    .service__promo-info__title {
        font-size: 20px;
        line-height: 125%;
        margin-bottom: 24px;
    }
    .service__promo-info__subtitle {
        margin: 0 4px;
        font-size: 14px;
    }
    .service__img {
        width: 210px;
        height: 150px;
    }
    .service__promo-partner {
        margin-top: 48px;
        padding: 40px 27px;
    }
    .service__box-title {
        font-size: 20px;
    }
    .service__contacts {
        margin-top: 0;
    }
    .service__contacts a,
    .service__contacts div {
        font-size: 16px;
        font-weight: 500;
    }
    .service__address {
        line-height: 125%;
    }
    .service__socials {
        gap: 16px;
    }
    .service__map-text {
        font-size: 14px;
    }
    .service__info-text {
        font-size: 14px;
        margin-bottom: 8px;
    }
    .service__info-text:nth-child(1) {
        margin-bottom: 16px;
    }
    .service__map {
        width: 100%;
    }
    .service br,
    .service__map-img {
        display: none;
    }
    .service__map-img--mob {
        width: 100%;
        display: block;
    }
}
.guarantees {
    padding: 69px 0 0;
}
.guarantees__promo {
    margin: 76px 0 120px;
    padding: 72px 58px 71px;
    background: url(../img/guarantees/sheild.svg),
    linear-gradient(45deg, #2b3547 0, #1e242e 100%);
    background-position: left bottom, center;
    background-repeat: no-repeat;
    border-radius: 40px;
    border: 1px solid #2b3547;
    display: flex;
    align-items: center;
    color: #fff;
    overflow: hidden;
}
.guarantees__law {
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
    border-radius: 24px;
    padding: 42px 48px 48px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
}
.guarantees__contacts a,
.guarantees__law-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
}
.guarantees__img-wrap {
    max-width: 324px;
}
.guarantees__img--mob {
    display: none;
}
.guarantees__box {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.guarantees__box-title {
    color: #1e242e;
    max-width: 272px;
    line-height: 134%;
}
.guarantees__content {
    display: flex;
    justify-content: space-between;
    width: 1192px;
    max-width: 1192px;
}
.guarantees__content-text {
    max-width: 376px;
    font-weight: 400;
    font-size: 16px;
    line-height: 144%;
    color: #1e242e;
    margin-top: 15px;
}
.guarantees__custom-space--mob {
    display: none;
}
.guarantees__contacts {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 201px;
    margin-top: 11px;
}
.guarantees__contacts a {
    color: #000;
    transition: 0.3s ease-in-out;
}
.guarantees__texts {
    margin-top: 15px;
    width: 648px;
    max-width: 648px;
}
.guarantees__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #1e242e;
    margin-bottom: 12px;
}
.guarantees__text span {
    font-weight: 600;
}
.guarantees__text:last-of-type {
    margin-bottom: 0;
}
.guarantees__text--padding {
    position: relative;
    padding-left: 16px;
}
.guarantees-faqs__inner-item-text--list::before,
.guarantees__text--padding::before {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a9ff35;
}
.guarantees .line {
    margin: 43px 0 57px;
}
@media (max-width: 1600px) {
    .guarantees__content {
        width: 1160px;
        max-width: 1160px;
    }
    .guarantees__box {
        gap: 135px;
    }
    .guarantees__box--top {
        gap: 245px;
    }
}
@media (max-width: 1430px) {
    .guarantees__promo {
        padding: 48px 0 0;
        margin: 60px 0;
        flex-wrap: wrap;
        justify-content: center;
    }
    .guarantees__law {
        width: 100%;
        border-top: 2px solid #fff;
        border-radius: 0;
        margin-top: 48px;
    }
    .guarantees__custom-space {
        display: none;
    }
    .guarantees__box {
        gap: 80px;
    }
    .guarantees__box--top {
        gap: 190px;
    }
    .guarantees__texts {
        width: 570px;
        max-width: 570px;
    }
}
@media (max-width: 1320px) {
    .guarantees__box {
        gap: 24px;
        flex-direction: column;
    }
    .guarantees__box--top {
        gap: 24px;
    }
    .guarantees__box-title {
        max-width: 330px;
    }
    .guarantees__contacts {
        width: 376px;
        max-width: 376px;
        gap: 12px;
        flex-shrink: 0;
        margin-top: 0;
    }
    .guarantees__content,
    .guarantees__texts {
        max-width: 100%;
        margin-top: 0;
        width: 100%;
    }
    .guarantees__content-text {
        margin-top: 0;
    }
}
@media (max-width: 992px) {
    .guarantees__content {
        flex-direction: column;
        gap: 16px;
    }
    .guarantees__content-text {
        max-width: 100%;
    }
    .guarantees__contacts {
        width: 100%;
        max-width: 100%;
        flex-direction: initial;
        gap: 16px;
        flex-wrap: wrap;
    }
    .guarantees__contacts a {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }
}
@media (max-width: 760px) {
    .guarantees {
        padding: 32px 0 0;
    }
    .guarantees__promo {
        margin: 44px 0 56px;
        padding: 20px 0 0;
        border-radius: 16px;
        background-position: left 60%, center;
        background-size: 30%, cover;
    }
    .guarantees__law {
        padding: 40px 32px 38px;
    }
    .guarantees__law-text {
        font-size: 18px;
    }
    .guarantees__img {
        display: none;
    }
    .guarantees__custom-space--mob,
    .guarantees__img--mob {
        display: block;
    }
    .guarantees__box {
        gap: 16px;
    }
    .guarantees__box-title {
        font-size: 20px;
        line-height: 120%;
    }
    .guarantees__contacts {
        -moz-column-gap: 43px;
        column-gap: 43px;
        row-gap: 16px;
    }
    .guarantees__contacts a {
        font-weight: 500;
        font-size: 16px;
    }
    .guarantees__content-text {
        font-size: 14px;
    }
    .guarantees__text {
        font-size: 14px;
        margin-bottom: 8px;
    }
}
@media (max-width: 450px) {
    .guarantees__promo {
        background-position: left 50%, center;
        background-size: 55%, cover;
    }
}
.guarantees-info {
    max-width: 472px;
    margin: 0 72px 0 26px;
}
.guarantees-info__title {
    margin-bottom: 22px;
}
.guarantees-info__subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    max-width: 432px;
}
.guarantees-info__subtitle span {
    margin-top: 12px;
    display: block;
}
@media (max-width: 1600px) {
    .guarantees-info {
        margin: 0 26px;
    }
}
@media (max-width: 1430px) {
    .guarantees-info {
        max-width: 750px;
        margin-right: 0;
    }
    .guarantees-info__subtitle {
        max-width: 100%;
    }
}
@media (max-width: 1010px) {
    .guarantees-info {
        max-width: 100%;
        text-align: center;
        margin-left: 0;
        padding: 0 32px;
    }
}
@media (max-width: 760px) {
    .guarantees-info {
        margin-top: -7px;
    }
    .guarantees-info__title {
        font-size: 20px;
        line-height: 125%;
    }
    .guarantees-info__subtitle {
        font-size: 14px;
    }
    .guarantees-info__subtitle br {
        display: none;
    }
}
@media (max-width: 450px) {
    .guarantees-info__subtitle br {
        display: block;
    }
}
.guarantees-faqs {
    margin-top: 106px;
    padding: 123px 0 0;
    background: #1e242e;
}
.guarantees-faqs__title {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
}
.guarantees-faqs__block {
    display: flex;
    gap: 32px;
}
.b-404__text br,
.guarantees-faqs__accordions {
    display: none;
}
.guarantees-faqs__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.guarantees-faqs__inner-item {
    border: 1px solid #2b3547;
    border-radius: 24px;
    color: #fff;
    padding: 48px 64px;
    max-width: 784px;
}
.guarantees-faqs__inner-item-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 24px;
}
.guarantees-faqs__inner-item-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 11px;
}
.guarantees-faqs__inner-item-text:last-of-type {
    margin-bottom: 0;
}
.guarantees-faqs__inner-item-text--list {
    position: relative;
    padding-left: 16px;
}
@media (max-width: 1430px) {
    .guarantees-faqs {
        margin-top: 60px;
        padding: 60px 0 0;
    }
}
@media (max-width: 1320px) {
    .guarantees-faqs__block,
    .guarantees-faqs__inner {
        gap: 24px;
    }
    .guarantees-faqs__inner-item {
        padding: 32px;
    }
}
@media (max-width: 1010px) {
    .guarantees-faqs__inner {
        display: none;
    }
    .guarantees-faqs__accordions {
        display: flex;
        flex-direction: column;
        color: #fff;
        gap: 8px;
        width: 100%;
    }
    .guarantees-faqs__accordion {
        padding: 24px;
        border: 1px solid #2b3547;
        border-radius: 16px;
        overflow: hidden;
    }
    .guarantees-faqs__accordion.active .guarantees-faqs__accordion-title img {
        transform: rotate(135deg);
    }
    .guarantees-faqs__accordion.active .guarantees-faqs__accordion-texts {
        margin-top: 12px !important;
        opacity: 1;
    }
    .guarantees-faqs__accordion-title {
        font-weight: 600;
        font-size: 18px;
        line-height: 125%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        background: #1e242e;
        position: relative;
    }
    .guarantees-faqs__accordion-title::before {
        content: "";
        position: absolute;
        top: -180%;
        left: 0;
        height: 300%;
        width: 100%;
        background: #1e242e;
        z-index: 1;
    }
    .guarantees-faqs__accordion-title span {
        z-index: 2;
    }
    .guarantees-faqs__accordion-title img {
        z-index: 2;
        transition: 0.3s ease-in-out;
    }
    .guarantees-faqs__accordion-texts {
        display: flex;
        flex-direction: column;
        gap: 10px;
        opacity: 0;
        transition: 0.3s ease-in-out;
    }
    .guarantees-faqs__accordion-text {
        font-weight: 400;
        font-size: 12px;
        line-height: 145%;
    }
    .guarantees-faqs__accordion-text--list {
        position: relative;
        padding-left: 16px;
    }
    .guarantees-faqs__accordion-text--list::before {
        content: "";
        position: absolute;
        left: 0;
        top: 8px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #a9ff35;
    }
}
.b-404 {
    padding-bottom: 0;
    padding-top: 0;
}
.b-404__body {
    display: flex;
    flex-direction: column;
    color: #ffffff;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.b-404__number {
    font-size: 100px;
    font-weight: 600;
    margin-bottom: 12px;
    line-height: 100%;
}
.b-404__title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
}
.b-404__text {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    margin-bottom: 28px;
}
.b-404__btn {
}
.b-404__btn:hover {
}
.b-404 .subscribe {
    background: #fff;
    padding: 80px 0;
}
.b-404 .subscribe__block {
    background: #f1f7ff;
}
.b-404 .subscribe__btn:hover span,
.b-404 .subscribe__title {
    color: #1e242e;
}
.b-404 .subscribe__btn {
    border: 1px solid #1e242e;
    background: 0 0;
}
.b-404 .subscribe__btn::after,
.b-404 .subscribe__btn::before,
.thanks .subscribe__btn::after,
.thanks .subscribe__btn::before {
    border-radius: 4px;
    background: 0 0;
    transition: background 0.3s ease-in-out;
}
.b-404 .subscribe__btn:hover,
.thanks .subscribe__btn:hover,
.warranty .subscribe__btn:hover {
    border: 1px solid #a9ff35;
}

@media (max-width: 760px) {
    .b-404 {
        padding-top: 0;
    }
    .b-404__body {
        text-align: left;
        align-items: flex-start;
    }
    .b-404 .wrapper {
        width: 100%;
    }
    .b-404__number {
        font-size: 64px;
    }

    .b-404__img {
    }
    .b-404__title {
        margin-bottom: 4px;
        font-size: 28px;
    }
    .b-404__text {
        margin-bottom: 28px;
        font-size: 14px;
    }
    .mini-category__title {
        font-size: 20px;
    }
    .mini-category__item-title {
        font-size: 16px;
    }
}
.no-result {
    padding: 0;
}
.no-result__body {
    position: relative;
    display: flex;
    flex-direction: column;
    color: #262626;
    align-items: flex-start;
    justify-content: center;
    height: 550px;
    overflow: hidden;
}
.no-result__body:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    max-width: 824px;
    content: '';
    background-image: url('/local/templates/gix_2023_upd/img/no-result-bg2.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.no-result__content {
    width: 100%;
    position: relative;
}
.no-result__body .wrapper {
    width: 100%;
}
.no-result__title {
    max-width: 516px;
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 40px;
    line-height: 50px;
}
.no-result__big-title {
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 50px;
    line-height: 100%;
    text-transform: uppercase;
}
.no-result__text {
    max-width: 516px;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #262626;
    opacity: .7;
}
.no-result__text a {
    color: #262626;
    text-decoration: underline;
}
.no-result__text a:hover {
    text-decoration: none;
}
.no-result-info {
    margin: 0 auto 40px;
    text-align: center;
}
.no-result-info__img {
    margin: 0 auto 12px;
    width: 100px;
    height: 100px;
}
.no-result-info__title {
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
}
.no-result-info__text {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
}
@media (max-width: 760px) {
    .no-result-info {
        text-align: left;
    }
    .no-result-info__img {
        margin: 0 0 12px 0;
    }
    .no-result-info__text {
        font-size: 16px;
        line-height: 20px;
    }
}
.thanks {
    padding-top: 64px;
    padding-bottom: 0;
}
.thanks__wrap {
    display: flex;
    align-items: center;
    max-width: 1370px;
    gap: 40px;
    justify-content: space-between;
}
.thanks__title {
    margin-bottom: 32px;
}
.thanks__flex {
    display: flex;
    gap: 10px;
}
.thanks__box {
    border: 1px solid #e5effe;
    border-radius: 24px;
    padding: 40px;
    max-width: 512px;
    width: 512px;
}
.thanks__caption {
    max-width: 400px;
    color: #202732;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
}
.thanks__subtitle {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    max-width: 320px;
    margin: 16px 0 32px;
}
.thanks__subtitle a {
    text-decoration: underline;
    color: #202732;
    transition: color 0.3s;
    font-weight: 600;
}
.thanks__subtitle a:hover {
    color: #a9ff35;
    transition: color 0.3s;
}
.thanks__img {
    max-width: 650px;
    width: 46%;
    margin-top: 33px;
}
.thanks__point {
    padding: 40px;
    width: 240px;
    max-width: 240px;
    background: linear-gradient(45deg, #2b3547 0, #1e242e 100%), #a9ff35;
    border-radius: 24px;
    color: #fff;
    text-align: center;
}
.thanks__point-box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
.thanks__point-block .thanks__link {
    display: none;
}
.thanks__value {
    font-size: 24px;
    font-weight: 700;
    line-height: 125%;
}
.thanks__value strong {
    font-weight: 600;
    font-size: 48px;
}
.thanks__link {
    color: #fff;
    text-decoration: underline;
    transition: color 0.3s;
}
.thanks__link:hover {
    color: #a9ff35;
    transition: color 0.3s;
}
.thanks .subscribe {
    background: #fff;
    padding: 80px 0;
}
.thanks .subscribe__block {
    background: #f1f7ff;
}
.thanks .subscribe__btn:hover span,
.thanks .subscribe__title {
    color: #1e242e;
}
.thanks .subscribe__btn {
    border: 1px solid #1e242e;
    background: 0 0;
}
@media (max-width: 1320px) {
    .thanks__wrap {
        flex-direction: column;
    }
    .thanks__flex {
        width: 100%;
    }
    .thanks__box {
        max-width: 60%;
        width: 60%;
        padding: 32px;
    }
    .thanks__caption {
        max-width: 550px;
    }
    .thanks__subtitle {
        max-width: 350px;
    }
    .thanks__point {
        width: 38%;
        max-width: 38%;
        padding: 32px;
    }
    .thanks .subscribe {
        padding: 64px 0;
    }
}
@media (max-width: 760px) {
    .thanks {
        padding-top: 32px;
    }
    .thanks__wrap {
        gap: 24px;
    }
    .thanks__wrap img {
        width: 280px;
    }
    .thanks__flex {
        flex-direction: column-reverse;
        gap: 8px;
    }
    .thanks__point {
        width: 100%;
        max-width: 100%;
        padding: 24px;
        border-radius: 16px;
    }
    .thanks__point-box {
        position: relative;
        height: auto;
        align-items: flex-end;
        justify-content: center;
    }
    .thanks__point-block {
        position: absolute;
        left: 0;
        top: 0;
        text-align: start;
    }
    .thanks__caption {
        font-size: 18px;
    }
    .thanks__subtitle {
        margin: 8px 0 24px;
    }
    .thanks__value {
        height: 84px;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-end;
    }
    .thanks__value br {
        display: none;
    }
    .thanks__value strong {
        margin-bottom: 8px;
    }
    .thanks__link {
        position: absolute;
        bottom: 0;
        left: 0;
    }
    .thanks__box {
        width: 100%;
        max-width: 100%;
        padding: 24px;
    }
    .thanks__btn {
        border: 1px solid #1e242e;
        background: #fff;
    }
    .thanks__btn::after,
    .thanks__btn::before {
        background: 0 0;
        transition: all 0.3s ease-in-out;
    }
    .thanks__btn:hover {
        border: 1px solid #a9ff35;
    }
    .thanks__btn:hover::after {
        background: #a9ff35;
    }
    .thanks__btn:hover span {
        color: #1e242e;
    }
    .thanks .subscribe {
        padding: 24px 0 64px;
    }
}
@media (max-width: 450px) {
    .thanks__btn {
        width: 100%;
    }
}
.warranty {
    padding-top: 69px;
    padding-bottom: 0;
}
.warranty .page__wrap {
    margin-top: 32px;
}
.warranty .accordion__article {
    max-width: 760px;
}
.warranty .accordion__article-links {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-left: 8px;
}
.warranty .accordion__article-links a {
    transition: 0.3s ease-in-out;
}
.warranty .accordion__article-links a,
.warranty .accordion__article-links div {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #000;
}
.warranty .accordion__article-box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.warranty .accordion__article-box p {
    padding-left: 16px;
    position: relative;
}
.warranty .accordion__article-box p::before {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #a9ff35;
}
.warranty .subscribe {
    background: #fff;
    padding: 80px 0;
}
.warranty .subscribe__block {
    background: #f1f7ff;
}
.warranty .subscribe__btn:hover span,
.warranty .subscribe__title {
    color: #1e242e;
}
.warranty .subscribe__btn {
    border: 1px solid #1e242e;
    background: 0 0;
}
.warranty .subscribe__btn::after,
.warranty .subscribe__btn::before {
    border-radius: 4px;
    background: 0 0;
    transition: background 0.3s ease-in-out;
}
@media (max-width: 760px) {
    .warranty {
        padding-top: 32px;
    }
    .warranty .subscribe {
        padding: 64px 0;
    }
    .warranty .accordion__article {
        gap: 8px;
    }
    .warranty .accordion__article-links {
        margin-left: 0;
        flex-wrap: wrap;
    }
    .warranty .accordion__article-links a,
    .warranty .accordion__article-links div {
        width: 100%;
        font-size: 16px;
        font-weight: 500;
    }
    .warranty .accordion__article-links a {
        margin-bottom: 7px;
    }
    .warranty .accordion__article-box p::before {
        top: 7px;
        width: 4px;
        height: 4px;
    }
    .warranty .accordion__article p {
        font-size: 12px;
        line-height: 142%;
    }
    .warranty .accordion__hidden {
        margin-top: -6px;
    }
    .warranty .accordion + .accordion {
        margin-top: 8px;
    }
    .warranty .page__box-desc br {
        display: none;
    }
}
.basket {
    padding-top: 32px;
    padding-bottom: 106px;
}
.basket__title {
    margin-top: 28px;
    padding-bottom: 50px;
}
.basket__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.basket__left {
    width: 66%;
    background-color: #f1f7ff;
    box-shadow: 0 8px 5px -5px #f1f7ff;
    border-radius: 32px;
}
.basket__line {
    width: calc(33.333% - 8px);
    height: 6px;
    background-color: #fff;
    border-radius: 3px;
    position: relative;
}
.basket__line span {
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #a9ff35;
    border-radius: 3px;
    transition: all 0.3s;
}
.basket__line.active span {
    width: 100%;
    transition: all 0.3s;
}
.basket__step {
    padding: 29px 46px;
    background-color: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.basket__step + .basket__step {
    margin-top: 3.5px;
}
.basket__step.filled .basket__top {
    cursor: pointer;
}
.basket__step.filled .basket__top-box {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.basket__step.disabled .basket__top {
    opacity: 0.5;
}
.basket__step.active .basket__top-arrow,
.catalog-filter__sorting-coll.active svg {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.basket__top,
.basket__top-box {
    display: flex;
    align-items: center;
}
.basket__top {
    justify-content: space-between;
}
.basket__top-box {
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
}
.basket__top-value {
    font-size: 16px;
    line-height: 145%;
    color: #8e9297;
    margin-right: 10px;
}
.basket__top-price {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #1e242e;
    margin-right: 20px;
}
.basket__top-arrow {
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.basket__top-arrow svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.basket__container {
    display: none;
}
.basket__container.active {
    display: block;
}
.basket__catalog {
    margin-top: 24px;
}
.basket__bottom {
    border-top: 1px solid #e5effe;
    padding-top: 24px;
}
.basket__bottom-wrap {
    justify-content: space-between;
}
.basket__bottom-box,
.basket__bottom-left,
.basket__bottom-wrap {
    display: flex;
    align-items: center;
}
.basket__bottom-box {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #202732;
    white-space: nowrap;
}
.basket__bottom-price {
    font-weight: 600;
    margin-left: 16px;
}
.basket__bottom-promocode {
    width: 296px;
    border: 1px solid rgba(137, 143, 153, 0.5);
    padding: 9px 16px;
    border-radius: 4px;
    margin-left: 40px;
}
.basket-card__package-checbox input,
.basket__bottom .basket__bonus {
    display: none;
}
.basket__bottom_payment .basket__bottom-promocode {
    width: 185px;
}
.basket__bottom_payment .checbox {
    max-width: 260px;
    font-size: 12px;
    line-height: 135%;
    color: #1e242e;
    align-items: flex-start;
}
.basket__btn {
    width: 200px;
    height: 64px;
}
.basket__bonus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f1f7ff;
    border-radius: 32px;
    font-size: 14px;
    line-height: 125%;
    color: #202732;
    padding: 25px 40px;
}
.basket__bonus-caption {
    font-weight: 700;
}
.basket__bonus-value {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    background-color: #fff;
    border-radius: 100px;
}
.basket__right {
    width: 376px;
}
.basket__items {
    margin-bottom: 24px;
    display: none;
}
.basket__item {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #898f99;
    border-bottom: 1px dashed #dae2ec;
}
.basket__item-caption,
.basket__item-value {
    background-color: #f1f7ff;
    margin-bottom: -1px;
}
.basket__item-caption {
    padding-right: 6px;
}
.basket__item-value {
    border-left: 6px;
}
.basket__item + .basket__item {
    margin-top: 5px;
}
.basket__promocode {
    width: 100%;
    height: 40px;
    padding: 9px 16px;
    border: 1px solid rgba(137, 143, 153, 0.5);
    border-radius: 4px;
    margin-bottom: 24px;
}
.basket__delivery {
    border-top: 1px solid #dae2ec;
    padding-top: 24px;
    margin-bottom: 24px;
    display: none;
}
.basket__delivery-box + .basket__delivery-box {
    margin-top: 16px;
}
.basket__delivery-item {
    display: flex;
    font-size: 14px;
    line-height: 125%;
    color: #202732;
}
.basket__delivery-caption {
    font-weight: 700;
    margin-right: 9px;
}
.basket__delivery-value {
    font-weight: 500;
    text-decoration: underline;
}
.basket__delivery-desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #898f99;
    margin-top: 10px;
}
.basket__points .basket__btn {
    width: 100%;
    margin-bottom: 24px;
}
.basket__points .checbox {
    align-items: flex-start;
    font-size: 12px;
    color: #1e242e;
}
.basket__points .checbox a {
    color: #898f99;
    text-decoration: none;
}
.basket__points .checbox__icon {
    border-color: #fff;
}
.basket__points .checbox input[type="checkbox"]:checked + .checbox__icon,
.basket__points .checbox input[type="radio"]:checked + .checbox__icon {
    background-color: #fff;
    transition: all 0.3s;
}
.basket__info {
    margin-top: 24px;
    display: none;
}
.basket__info-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.basket__info-box + .basket__info-box {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #e5effe;
}
.basket__info-left {
    width: 300px;
    margin-right: 50px;
}
.basket__info-desc {
    font-size: 12px;
    line-height: 135%;
    color: #020202;
    margin-top: 4px;
}
.basket__info-right {
    width: calc(100% - 350px);
}
.basket__info-value {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #898f99;
}
.basket__info-value a {
    color: #898f99;
    transition: color 0.3s;
}
.basket__info-value a:hover {
    color: #a9ff35;
    transition: color 0.3s;
}
.basket__info-value span {
    margin: 0 8px;
}
.basket .points {
    width: 100%;
    margin-bottom: 5.5px;
}
.basket .points__top {
    border-bottom: none;
    margin-bottom: 0;
}
.basket-top {
    padding: 42px 32px 16px;
}
.basket-top__box {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #bababa;
    margin-bottom: 24px;
}
.basket-top__caption {
    color: #202732;
    padding-left: 10px;
}
.basket-card,
.basket-top__line {
    display: flex;
    justify-content: space-between;
}
.basket-card {
    align-items: flex-start;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid #e5effe;
}
.basket-card__left {
    width: 48%;
    max-width: 436px;
    display: flex;
}
.basket-card__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 73px;
    margin-right: 16px;
}
.basket-card__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.basket-card__box {
    width: calc(100% - 116px);
}
.basket-card__desc {
    font-size: 12px;
    line-height: 135%;
    color: #202732;
    margin-bottom: 11px;
}
.basket-card__package {
    margin-top: 22px;
    display: none;
}
.basket-card__package-tabs {
    display: flex;
}
.basket-card__package-tab {
    display: inline-flex;
    font-weight: 600;
    font-size: 10px;
    line-height: 135%;
    color: #202732;
    position: relative;
    padding-bottom: 5px;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s;
}
.basket-card__package-tab::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: transparent;
    left: 0;
    bottom: 0;
    transition: all 0.3s;
}
.basket-card__package-tab + .basket-card__package-tab {
    margin-left: 10px;
}
.basket-card__package-tab.active,
.basket-card__package-tab:hover {
    opacity: 1;
    transition: all 0.3s;
}
.basket-card__package-tab.active::before {
    background-color: #a9ff35;
    transition: all 0.3s;
}
.basket-card__package-body {
    width: 100%;
    position: relative;
}
.basket-card__package-block {
    display: flex;
    align-items: center;
    padding: 14px;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    transition: all 0s;
}
.basket-card__package-block.active {
    position: relative;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    transition: all 0.3s;
}
.basket-card__package-checbox {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}
.basket-card__package-checbox
input[type="checkbox"]:checked
+ .basket-card__package-icon::before,
.basket-card__package-checbox
input[type="radio"]:checked
+ .basket-card__package-icon::before {
    transform: scale(1);
    transition: all 0.3s;
}
.basket-card__package-checbox + .basket-card__package-checbox {
    margin-left: 5px;
}
.basket-card__package-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
}
.basket-card__package-icon::before {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    left: -4px;
    top: -4px;
    border: 1px solid #82d900;
    border-radius: 50%;
    transform: scale(0);
    transition: all 0.3s;
}
.basket-card__right {
    width: 50%;
    max-width: 464px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 22px;
    margin-right: 2px;
}
.basket-card__price {
    width: 112px;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: #202732;
}
.basket-card__closed {
    width: 32px;
    height: 32px;
    cursor: pointer;
}
.basket-delivery .cabinet-form__box {
    padding: 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}
.basket-delivery .cabinet-form__box-top {
    margin-bottom: 15px;
}
.basket-delivery__wrap {
    padding-bottom: 24px;
}
.basket-delivery__wrap + .basket-delivery__wrap {
    padding-top: 24px;
    border-top: 1px solid #e5effe;
}
.basket-delivery__wrap.cabinet-form .cabinet-form__title {
    font-weight: 500;
    margin-right: 30px;
}
.basket-delivery__wrap.cabinet-form .cabinet-form__box-top {
    align-items: center;
    justify-content: flex-start;
}
.basket-delivery__box + .basket-delivery__box {
    margin-top: 20px;
}
.basket-card-checbox input,
.basket-delivery-checbox input,
.basket-delivery__hidden,
.references__btn img {
    display: none;
}
.basket-delivery__hidden.cabinet-form .cabinet-form__box {
    padding-left: 30px;
}
.basket-delivery__hidden.cabinet-form .cabinet-form__box-top {
    justify-content: flex-end;
    margin-top: -15px;
}
.basket-card-checbox {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 10px;
    line-height: 135%;
    cursor: pointer;
}
.basket-card-checbox__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 10px;
    background-color: #d9d9d9;
    padding: 1px;
    border-radius: 100px;
    margin-right: 9px;
    position: relative;
    transition: all 0.3s;
}
.basket-card-checbox__icon span {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border-radius: 50%;
    top: 1px;
    left: 1px;
    transition: all 0.3s;
}
.basket-card-checbox__caption {
    max-width: calc(100% - 25px);
    color: rgba(32, 39, 50, 0.5);
    transition: all 0.3s;
}
.basket-card-checbox
input[type="checkbox"]:checked
+ .basket-card-checbox__icon,
.basket-card-checbox input[type="radio"]:checked + .basket-card-checbox__icon {
    background-color: #82d900;
    transition: all 0.3s;
}
.basket-card-checbox
input[type="checkbox"]:checked
+ .basket-card-checbox__icon
span,
.basket-card-checbox
input[type="radio"]:checked
+ .basket-card-checbox__icon
span {
    transform: translateX(10px);
    transition: all 0.3s;
}
.basket-card-checbox
input[type="checkbox"]:checked
+ .basket-card-checbox__icon
+ .basket-card-checbox__caption,
.basket-card-checbox
input[type="radio"]:checked
+ .basket-card-checbox__icon
+ .basket-card-checbox__caption,
.basket-delivery-checbox
input[type="checkbox"]:checked
+ .basket-delivery-checbox__icon
+ .basket-delivery-checbox__box,
.basket-delivery-checbox
input[type="radio"]:checked
+ .basket-delivery-checbox__icon
+ .basket-delivery-checbox__box {
    color: #202732;
    transition: all 0.3s;
}
.basket-delivery-checbox {
    display: flex;
    cursor: pointer;
}
.basket-delivery-checbox__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border: 1px solid #a9ff35;
    border-radius: 50%;
    margin-top: 6px;
    margin-right: 10px;
    position: relative;
    transition: all 0.3s;
}
.basket-delivery-checbox__icon span {
    display: inline-flex;
    width: 12px;
    height: 12px;
    background-color: #a9ff35;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.3s;
}
.basket-delivery-checbox__box {
    max-width: calc(100% - 28px);
    color: #8e9297;
    transition: all 0.3s;
}
.basket-delivery-checbox__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 145%;
    margin-bottom: 4px;
}
.basket-delivery-checbox__desc {
    font-size: 12px;
    line-height: 135%;
}
.basket-delivery-checbox
input[type="checkbox"]:checked
+ .basket-delivery-checbox__icon
span,
.basket-delivery-checbox
input[type="radio"]:checked
+ .basket-delivery-checbox__icon
span {
    opacity: 1;
    transition: all 0.3s;
}
@media (max-width: 1600px) {
    .basket__title {
        margin-top: 16px;
        padding-bottom: 32px;
    }
    .basket__left {
        width: 72%;
    }
    .basket__step {
        padding: 24px 32px;
    }
}
@media (max-width: 1430px) {
    .basket__right {
        width: 27%;
    }
    .basket__bottom_payment .basket__bottom-promocode {
        width: 150px;
        margin-left: 15px;
    }
    .basket-card__left {
        width: 52%;
    }
    .basket-card__right {
        width: 44%;
        margin-right: 0;
    }
}
@media (max-width: 1320px) {
    .basket__bottom_payment .checbox {
        max-width: 185px;
    }
}
@media (max-width: 1190px) {
    .basket__left {
        width: 100%;
    }
    .basket__right {
        display: none;
    }
    .basket__bottom {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .basket__bottom-wrap {
        width: 100%;
        margin-top: 16px;
    }
    .basket__bottom .basket__bonus {
        display: inline-flex;
        max-width: 380px;
        width: 100%;
    }
    .basket__items {
        width: 50%;
        margin-bottom: 0;
        display: block;
    }
    .basket__item-caption,
    .basket__item-value {
        background-color: #fff;
    }
}
@media (max-width: 1010px) {
    .basket {
        padding-top: 24px;
        padding-bottom: 80px;
    }
    .basket__left {
        border-radius: 24px;
    }
    .basket__title {
        margin-top: 10px;
        padding-bottom: 25px;
    }
    .basket__step {
        padding: 24px;
        border-radius: 24px;
    }
    .basket__top-value {
        font-size: 15px;
    }
    .basket__bottom-box,
    .basket__top-price {
        font-size: 18px;
    }
    .basket__bottom-price {
        margin-left: 10px;
    }
    .basket__bottom-promocode {
        width: 250px;
        margin-left: 16px;
    }
    .basket__bottom-wrap,
    .basket__bottom_payment {
        flex-wrap: wrap;
    }
    .basket__bottom_payment .basket__bottom-left {
        width: 100%;
        justify-content: space-between;
        margin-bottom: 10px;
    }
    .basket__bottom_payment .basket__bottom-promocode {
        width: 49%;
        margin-left: 0;
    }
    .basket__bottom_payment .checbox {
        max-width: 285px;
    }
    .basket__bottom .basket__bonus {
        width: 49%;
    }
    .basket__info-left {
        width: 44%;
        padding-right: 30px;
    }
    .basket__info-right {
        width: 56%;
    }
    .basket__items {
        width: 49%;
    }
    .basket-top {
        padding: 25px 20px 16px;
    }
    .basket-top__box {
        font-size: 16px;
        margin-bottom: 16px;
    }
    .basket-card {
        padding-top: 20px;
        padding-bottom: 20px;
        flex-wrap: wrap;
    }
    .basket-card__left,
    .basket-card__right {
        width: 100%;
        max-width: 100%;
    }
    .basket-card__right {
        padding-top: 8px;
    }
    .basket-delivery .cabinet-form__caption {
        font-size: 12px;
        left: 10px;
    }
    .basket-delivery__box + .basket-delivery__box {
        margin-top: 16px;
    }
    .basket-delivery__hidden.cabinet-form .cabinet-form__box {
        padding-left: 0;
    }
    .basket-delivery-checbox__caption {
        font-size: 17px;
        margin-bottom: 2px;
    }
}
@media (max-width: 760px) {
    .basket {
        padding-top: 18px;
        padding-bottom: 45px;
    }
    .basket__left {
        border-radius: 16px;
    }
    .basket__line {
        width: calc(33.333% - 2.5px);
    }
    .basket__step {
        border-radius: 16px;
    }
    .basket__top-title {
        font-size: 16px;
        line-height: 135%;
    }
    .basket__top-value {
        font-size: 13px;
    }
    .basket__top-price {
        font-size: 14px;
        margin-right: 0;
    }
    .basket__bottom {
        flex-wrap: wrap;
    }
    .basket__bottom-left {
        flex-wrap: wrap;
        margin-top: 16px;
    }
    .basket__bottom-box {
        width: 100%;
        font-size: 14px;
    }
    .basket__bottom-price {
        font-size: 16px;
        margin-left: 22px;
    }
    .basket__bottom-promocode {
        width: 100%;
        margin: 16px 0 10px;
    }
    .basket__bottom-wrap {
        margin-top: 0;
    }
    .basket__bottom .basket__bonus {
        display: flex;
        width: 100%;
        padding: 12px 40px;
    }
    .basket__bottom_payment .basket__bottom-left {
        margin-bottom: 0;
        order: 1;
    }
    .basket__bottom_payment .basket__bottom-promocode {
        width: 100%;
        margin-left: 0;
    }
    .basket__bottom_payment .basket__btn {
        margin-bottom: 10px;
        order: 2;
    }
    .basket__bottom_payment .checbox {
        max-width: 285px;
        order: 3;
    }
    .basket__btn {
        width: 100%;
        height: 50px;
    }
    .basket__info-left {
        width: 100%;
        padding-right: 0;
        margin-bottom: 10px;
    }
    .basket__info-caption {
        font-size: 14px;
    }
    .basket__info-desc {
        margin-top: 2px;
    }
    .basket__info-right {
        width: 100%;
    }
    .basket .breadcrumbs,
    .basket__info-value br {
        display: none;
    }
    .basket__items {
        width: 100%;
        display: block;
        margin-bottom: 10px;
    }
    .basket__item-caption,
    .basket__item-value {
        background-color: #fff;
    }
    .basket-top {
        padding: 25px 20px 18px;
    }
    .basket-top__box {
        font-size: 12px;
    }
    .basket-card__img {
        width: 80px;
        height: 60px;
        margin-right: 10px;
    }
    .basket-card__box {
        width: calc(100% - 95px);
    }
    .basket-card__desc {
        margin-bottom: 5px;
    }
    .basket-card__right {
        padding-top: 5px;
        position: relative;
    }
    .basket-card__closed {
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .basket-card__price {
        width: 140px;
        font-size: 12px;
    }
    .basket-delivery .cabinet-form__caption {
        font-size: 14px;
    }
    .basket-delivery__wrap {
        padding-bottom: 15px;
    }
    .basket-delivery__wrap + .basket-delivery__wrap {
        padding-top: 0;
        border-top: none;
    }
    .basket-delivery__hidden.cabinet-form .cabinet-form__box {
        padding-left: 22px;
    }
    .basket-delivery__hidden.cabinet-form .cabinet-form__box-top {
        margin-top: 8px;
    }
    .basket-delivery__hidden.cabinet-form .cabinet-form__link {
        display: none;
    }
    .basket-delivery-checbox__caption {
        font-size: 14px;
        line-height: 125%;
    }
    .basket-delivery-checbox__icon {
        margin-right: 5px;
    }
}
@media (max-width: 385px) {
    .basket__bottom .basket__bonus {
        padding: 10px 20px;
    }
    .basket-card__package-block {
        padding: 8px;
    }
    .basket-delivery__wrap.cabinet-form .cabinet-form__title {
        margin-right: 15px;
    }
    .basket-delivery__hidden.cabinet-form .cabinet-form__box {
        padding-left: 0;
    }
}
.references {
    background: #f1f7ff;
    padding: 120px 0 122px;
}
.references__list,
.references__title {
    display: flex;
    justify-content: space-between;
}
.references__title {
    align-items: center;
    margin-bottom: 50px;
}
.references__title a {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #9860f7;
    display: flex;
    align-items: center;
    gap: 12px;
}
.references__title a:hover img {
    transform: translateX(10px);
}
.references__list {
    gap: 30px;
}
.references__item {
    width: calc(20% - 25px);
    background: #fff;
    border: 1px solid #e5effe;
    border-radius: 24px;
    padding: 20px 22px;
    display: flex;
    flex-direction: column;
}
.references__box {
    display: flex;
    overflow: scroll;
    border-radius: 20px;
    width: 100%;
    gap: 4px;
}
.references__box::-webkit-scrollbar {
    display: none;
}
.references__bonus span,
.references__box-inner {
    display: flex;
    align-items: center;
    line-height: auto;
}
.references__box-inner {
    height: 25px;
    border-radius: 20px;
    padding: 0 10px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    flex-shrink: 0;
}
.references__box-inner--new {
    background: #e8564e;
}
.references__box-inner--discount {
    background: #3e45ef;
}
.references__box-inner--top {
    background: #9860f7;
}
.references__bonus {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
}
.references__bonus span {
    justify-content: center;
    padding: 3px 5px;
    background: #f2f2f2;
    border-radius: 100px;
}
.references__price {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    text-transform: capitalize;
    margin-right: 8px;
    margin-bottom: 9px;
}
.references__price span {
    font-weight: 500;
    font-size: 14px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: rgba(32, 39, 50, 0.5);
}
.references__desc {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    height: 81px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 16px;
}
.references__btns {
    display: flex;
    margin-top: auto;
    justify-content: space-between;
}
.references__btns-box {
    display: flex;
}
.references__btns-compare,
.references__btns-like {
    cursor: pointer;
}
.references__btn span {
    flex-shrink: 0;
}
.page-card-order-checbox input,
.references__link {
    display: none;
}
@media (max-width: 1320px) {
    .references__list {
        gap: 16px;
    }
    .references__item {
        width: 25%;
    }
    .references__item:last-of-type {
        display: none;
    }
}
@media (max-width: 1010px) {
    .references__list {
        flex-wrap: wrap;
        gap: 10px;
    }
    .references__item {
        padding: 10px 17px;
        width: calc(50% - 5px);
        align-items: center;
    }
    .references__btn span {
        display: none;
    }
    .references__btn img {
        display: block;
        position: relative;
        z-index: 9;
    }
}
@media (max-width: 760px) {
    .references {
        padding: 44px 0 55px;
    }
    .references__item {
        padding: 10px 11px;
        width: calc(50% - 5px);
        align-items: flex-start;
    }
    .references__link::after,
    .references__link::before,
    .references__title a {
        display: none;
    }
    .references__link {
        display: block;
        width: 100%;
        text-align: center;
        margin-top: 20px;
        border: 1.2px solid #8d839f;
        border-radius: 4px;
    }
    .references__link:hover {
        color: #202732;
    }
    .references__price {
        padding: 0 8px;
        font-size: 15px;
    }
    .references__bonus,
    .references__price-discount {
        font-size: 10px !important;
        padding: 0 8px;
    }
    .references__desc {
        padding: 0 8px;
        font-size: 11px;
        height: 60px;
    }
    .references__box-inner {
        font-size: 8px;
    }
    .references__btn {
        width: 49px;
        height: 36px;
    }
    .references__btn img {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
        max-width: 16px;
    }
    .references__btns {
        padding: 0 8px;
        justify-content: space-between;
        width: 100%;
    }
    .references__btns-compare,
    .references__btns-like {
        height: 36px;
    }
    .references__btns-compare svg,
    .references__btns-like svg {
        height: 100%;
    }
}
.catalog-filter {
    padding-bottom: 103px;
}
@media (max-width: 767px) {
    .filter__body {
        margin-bottom: 25px;
    }
}

.catalog-filter__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 32px;
}
.catalog-filter__wrap {
    width: calc(100% - 360px);
}
.catalog-filter__row {
    display: flex;
    flex-wrap: wrap;
    margin: 30px -10px -32px;
}
.catalog-filter__coll {
    width: calc(25% - 20px);
    margin: 0 10px 32px;
}

@media (min-width: 1431px) {
    .catalog-filter__row_fav .catalog-filter__coll {
        width: calc(20% - 20px);
    }
}
@media (min-width: 1010px) and (max-width: 1430px) {
    .catalog-filter__row_fav .catalog-filter__coll {
        width: calc(25% - 20px);
        margin: 0 10px 20px;
    }
}
.catalog-filter__top-wrap {
    display: flex;
    margin-bottom: 26px;
    position: relative;
}
.catalog-filter__top-wrap::after {
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 100;
    width: 2.5rem;
    background: linear-gradient(270deg, #fff 0, rgba(36, 28, 46, 0) 100%);
    right: 0;
}
.catalog-filter__tags {
    width: 100%;
    padding-top: 10px;
    display: flex;
}
.catalog-filter__tags--inner {
    flex-wrap: wrap;
    overflow: hidden;
    height: 60px;
    transition: all .2s;
}
.spoiler.open .catalog-filter__tags--inner {
    height: auto;
}
.spoiler-btn {
    cursor: pointer;
    border-bottom: 1px solid;
    transition: all .2s;
}
.spoiler-btn:hover {
    border-bottom: transparent;
}
.catalog-filter__tag {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    padding: 9px 15px;
    border: 1px solid #a9ff35;
    background-color: #f1f7ff;
    border-radius: 30px;
    margin-right: 8px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}
.catalog-filter__tag a {
    color: #000;
}
.catalog-filter__tag:hover {
    color: #8e9297;
    border: 1px solid #a9ff35;
    background-color: #a9ff35;
}
.catalog-filter__tag.active,
.catalog-filter__tag:hover {
    background-color: #a9ff35;
    border-color: #a9ff35;
    color: #202732;
    transition: all 0.3s;
}
.catalog-filter__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #ededed;
    border-radius: 50%;
    margin-left: 8px;
}
.catalog-filter__sorting {
    padding: 15px 24px 15px 16px;
    min-height: 50px;
    background-color: #f1f7ff;
    border-radius: 30px;
}
.catalog-filter__sorting,
.catalog-filter__sorting-row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.catalog-filter__sorting-coll {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    cursor: pointer;
    transition: all 0.3s;
}
.catalog-filter__sorting-coll + .catalog-filter__sorting-coll {
    margin-left: 32px;
}
.catalog-filter__sorting-coll.active,
.catalog-filter__sorting-coll:hover {
    color: #1e242e;
    transition: all 0.3s;
}
.catalog-filter__sorting-arrow {
    width: 16px;
    height: 16px;
    margin-left: 8px;
}
.catalog-filter__sorting-arrow svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.3s;
}
.catalog-filter__items-wrap {
    display: flex;
}
.catalog-filter__item {
    width: 180px;
    margin-right: 14px;
}
.catalog-filter__item-block {
    width: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}
.catalog-filter__item-block::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 60px;
    background: linear-gradient(45deg, #2b3547 0, #1e242e 100%);
    border-radius: 100px;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.catalog-filter__item-block:hover .catalog-filter__item-img,
.stock-card:hover .stock-card__image img {
    transform: scale(1.1);
    transition: all 0.3s;
}
.catalog-filter__item-img {
    width: 126px;
    height: 125px;
    transform: scale(1);
    transform-origin: bottom;
    position: relative;
    z-index: 1;
    transition: all 0.3s;
}
.catalog-filter__item-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
    z-index: 10;
}
.catalog-filter__item-caption {
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #1e242e;
    margin-top: 10px;
}
.article__text img + p,
.catalog-filter__bottom {
    margin-top: 30px;
}
.catalog-filter__bottom-wrap {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
}
.catalog-filter__btn {
    width: 100%;
    padding: 14px 24px;
    height: 50px;
}
.catalog-filter__button {
    display: none;
    align-items: center;
    font-size: 12px;
    line-height: 135%;
    color: #202732;
}
.catalog-filter__button svg {
    width: 16px;
    height: 16px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 6px;
}
.catalog-filter .card, .js-has-slider.card {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.catalog-filter-select {
    position: relative;
    cursor: pointer;
}
.catalog-filter-select-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: #fff;
    padding: 9px 11px 9px 16px;
    border: 1px solid #8e9297;
    border-radius: 4px;
}
.catalog-filter-select-title__arrow {
    position: relative;
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.catalog-filter-select-title__value {
    display: block;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
}
.catalog-filter-select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    border-top: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    white-space: nowrap;
    z-index: 10;
}
.catalog-filter-select-options__value {
    padding: 8px 24px;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s;
}
.catalog-filter-select-options__value:hover {
    background-color: #a9ff35;
    transition: all 0.3s;
}
.catalog-filter-select.active .catalog-filter-select-title__arrow {
    transform: rotate(-180deg);
}
@media (max-width: 1600px) {
    .catalog-filter__wrap {
        width: calc(100% - 320px);
    }
}
@media (max-width: 1430px) {
    .catalog-filter__coll {
        width: calc(33.333% - 20px);
        margin: 0 10px 20px;
    }
}
@media (max-width: 1190px) {
    .catalog-filter__top-wrap::after {
        right: -15px;
    }
    .catalog-filter__top-scroll {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .catalog-filter__wrap {
        width: 100%;
    }
}
@media (max-width: 1010px) {
    .catalog-filter__coll {
        width: calc(50% - 20px);
    }
    .catalog-filter__item {
        width: 140px;
        min-width: 140px;
    }
    .catalog-filter__item-block::before {
        height: 50px;
    }
    .catalog-filter__item-img {
        width: 98px;
        height: 98px;
    }
}
@media (max-width: 760px) {
    .catalog-filter__top-wrap {
        margin-bottom: 16px;
    }
    .catalog-filter__body {
        margin-top: 16px;
    }
    .catalog-filter__tag {
        font-size: 12px;
        padding: 9px 15.5px;
    }
    .catalog-filter__sorting {
        justify-content: space-between;
        padding: 9px 19px 9px 15px;
        height: 35px;
    }
    .catalog-filter__sorting-row {
        display: none;
    }
    .catalog-filter__button {
        display: flex;
    }
    .catalog-filter__items {
        margin-top: -10px;
        margin-left: -16px;
        margin-right: -16px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .catalog-filter__item-caption {
        margin-top: 8px;
    }
    .catalog-filter__row {
        margin: 21px -2.5px -6px;
    }
    .catalog-filter__coll {
        width: calc(50% - 5px);
        margin: 0 2.5px 6px;
    }
    .catalog-filter__bottom {
        margin-top: 20px;
    }
    .catalog-filter__bottom-wrap {
        margin-top: 15px;
    }
    .catalog-filter .card__btn {
        width: 49px;
        height: 36px;
    }
    .catalog-filter-select-title {
        padding: 10px 11px 10px 14px;
    }
    .catalog-filter-select-title__value {
        font-size: 12px;
    }
    .catalog-filter-select-options__value {
        padding: 8px 16px;
        font-size: 12px;
    }
}
.filter {
    padding: 25px 30px;
    width: 336px;
    background-color: #f1f7ff;
    border-radius: 32px;
}
.filter__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: #202732;
    padding-bottom: 24px;
    margin-bottom: 8px;
    border-bottom: 1px solid #dae2ec;
}
.filter__top-icon {
    width: 32px;
    height: 32px;
    margin-right: 10px;
}
.filter__arrow svg,
.filter__top-icon svg,
.page-card-top__button svg,
.page-card__swiper-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-card__swiper-img .poster img {
    -o-object-fit: cover;
    object-fit: cover;
}
.page-card__swiper-img {
    display: flex;
    align-items: center;

}
.filter__top-box {
    display: flex;
    align-items: center;
}
.filter__box {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dae2ec;
}
.filter__box-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 2px;
    cursor: pointer;
}
.filter__box.active .filter__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.filter__caption {
    font-weight: 500;
    font-size: 18px;
    line-height: 125%;
    color: #202732;
}
.filter__arrow {
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.filter__container {
    padding-top: 16px;
    display: none;
    position: relative;
}
.filter__container .checbox_hidden {
    position: absolute;
    width: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0s;
}
.filter__container .checbox_hidden.checbox_visible {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s;
}
.filter__row {
    display: flex;
    justify-content: space-between;
}
.filter__coll {
    width: 100%;
}
.filter__coll_small {
    width: calc(50% - 10px);
}
.filter__field {
    padding: 16px 24px;
    height: 50px;
    background-color: #e5effe;
    border-radius: 4px;
    color: #202732;
    border: 0;
}
.filter__field::-webkit-input-placeholder {
    color: #202732;
}
.filter__field:-moz-placeholder,
.filter__field::-moz-placeholder {
    color: #202732;
}
.filter__field:-ms-input-placeholder {
    color: #202732;
}
.filter__field:focus {
    border-color: #a9ff35;
    color: #202732;
}
.filter__link {
    display: inline-flex;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    text-decoration: underline;
    color: #8e9297;
    margin-top: 16px;
    transition: all 0.3s;
}
.filter__link#del_filter:not(.is-active) {
    display: none;
}
.filter__link:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.filter__link span:last-child {
    display: none;
}
.filter__link.active span:first-child {
    display: none;
}
.filter__link.active span:last-child {
    display: block;
}
.filter__bottom {
    padding-top: 24px;
    text-align: center;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.filter__value span {
    padding-left: 6px;
}
.filter__btn {
    width: 100%;
    height: 64px;
    margin-top: 24px;
    margin-bottom: 2px;
}
.filter__closed {
    width: 24px;
    height: 24px;
    display: none;
    align-items: center;
    justify-content: center;
    position: relative;
}
.filter__closed span {
    width: 100%;
    height: 2px;
    display: block;
    background-color: #1e242e;
    position: relative;
    transform: rotate(45deg);
}
.filter__closed span:last-child {
    position: absolute;
    transform: rotate(-45deg);
}
.filter .checbox + .checbox {
    margin-top: 8px;
}
@media (max-width: 1600px) {
    .filter {
        padding: 24px 16px;
        width: 300px;
    }
}
@media (max-width: 1190px) {
    .filter {
        width: 320px;
        height: 100vh;
        overflow: auto;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10000;
        border-radius: 0 16px 16px 0;
        transform: translateX(-100%);
        transition: all 0.3s;
    }
    .filter.active {
        transform: translateX(0);
        transition: all 0.3s;
    }
    .filter__closed {
        display: flex;
    }
}

@media (max-width: 760px) {
    .filter__top {
        font-size: 20px;
        padding-bottom: 16px;
        margin-bottom: 5px;
    }
    .filter__top-icon {
        width: 26px;
        height: 26px;
        margin-right: 6px;
    }
    .filter__box {
        padding-top: 12px;
        padding-bottom: 12px;
    }
    .filter__caption {
        font-size: 16px;
    }
    .filter__container {
        padding-top: 10px;
    }
    .filter__link {
        font-size: 12px;
        margin-top: 12px;
    }
    .filter__bottom {
        padding-top: 16px;
        font-size: 13px;
    }
    .filter__field {
        padding: 10px 16px;
        height: 44px;
    }
    .filter__btn {
        height: 54px;
        margin-top: 16px;
        margin-bottom: 6px;
    }
    .filter .checbox {
        font-size: 12px;
    }
}
.page-card__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 36px;
    margin-bottom: 36px;
}

.page-card__wrap {
    width: 66%;
}
.page-card__left,
.page-card__wrap-top {
    display: flex;
    justify-content: space-between;
}

.page-card__wrap-top {
    align-items: flex-start;
    flex-wrap: wrap;
}
.page-card__left {
    align-items: center;
    width: 560px;
}
.page-card__left-box {
    width: 96px;
}
.page-card__arrow {
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}
.page-card__arrow svg * {
    transition: all 0.3s;
}
.page-card__arrow:hover svg * {
    stroke: #a9ff35;
    transition: all 0.3s;
}
.page-card__slick {
    margin-top: 25px;
}
.page-card__slick .slick-slide {
    height: 96px;
    border-radius: 8px;
    border: 1px solid #ededed;
    cursor: pointer;
    margin-bottom: 25px;
    transition: all 0.3s;
}
.page-card__slick .slick-slide.slick-current,
.page-card__slick .slick-slide:hover {
    border-color: #a9ff35;
    transition: all 0.3s;
}
.page-card__slick .slick-slide > div,
.page-card__slick-slide {
    height: 100%;
}
.page-card__slick-img {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.page-card__swiper-wrap {
    width: 400px;
}
.page-card__swiper-img a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.page-card__swiper-img {
    width: 100%;
    height: 385px;
}
.page-card__swiper .slick-dots {
    display: none !important;
}
.page-card__caption {
    font-size: 14px;
    line-height: 130%;
    color: #8e9297;
    mix-blend-mode: normal;
    margin-bottom: 14px;
}
.page-card__caption span {
    color: #202732;
    margin-left: 4px;
}
.page-card__caption-link.page-card__caption-link {
    color: #807e7e;
    text-decoration: underline;
    cursor: pointer;
}
.page-card__caption-link.page-card__caption-link:hover {
    text-decoration: none;
}
.page-card__caption div:last-child {
    display: none;
}
.page-card__right {
    width: 375px;
    margin-bottom: -25px;
}
.page-card__right-box {
    margin-bottom: 25px;
}
.page-card__right-box .page-card__caption {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
}
.page-card__right-box_size.page-card__right-box .page-card__caption {
    display: flex;
}
.ring-pdf {
    color: #807e7e;
    text-decoration: underline;
    cursor: pointer;
}
.ring-pdf:hover {
    text-decoration: none;
}
.page-card__size {
    display: flex;
    flex-wrap: wrap;
    max-width: 352px;
    margin: -6px;
}
.page-card__size .checbox-item {
    width: calc(20% - 12px);
    margin: 6px;
}
.page-card__color {
    display: flex;
    flex-wrap: wrap;
    margin: -9px -6px -6px;
}
.page-card__color .checbox-item {
    width: 43px;
    margin: 6px;
}
.page-card__item,
.page-card__sim {
    display: flex;
    justify-content: space-between;
}
.page-card__sim {
    flex-wrap: wrap;
    margin: -8px -6px -6px;
}
.page-card__sim .checbox-item {
    width: calc(50% - 12px);
    margin: 6px;
}
.page-card__sim .checbox-item_big {
    width: 100%;
}
.page-card__sim .checbox-item__caption {
    text-transform: none;
}
.page-card__item {
    align-items: center;
    border-bottom: 1px dashed #cadcf8;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.page-card__item-caption,
.page-card__item-value {
    margin-bottom: -3px;
    background-color: #fff;
}
.page-card__item-caption {
    padding-right: 6px;
}
.page-card__item-value {
    color: #202732;
    padding-left: 6px;
}
.page-card__item + .page-card__item {
    margin-top: 11.5px;
}
.page-card__container {
    margin-top: 52px;
}
@media (max-width: 1600px) {
    .page-card__wrap {
        width: 72%;
    }
}
@media (max-width: 1430px) {
    .page-card__wrap {
        width: 69%;
    }
    .page-card__left {
        width: 56%;
    }
    .page-card__right {
        width: 40%;
    }
}
@media (max-width: 1320px) {
    .page-card__wrap {
        width: 70%;
    }
    .page-card__swiper-wrap {
        width: calc(100% - 125px);
    }
}
@media (max-width: 1190px) {
    .page-card__wrap {
        width: 100%;
    }
}
@media (max-width: 1010px) {
    .page-card__left-box {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        transform: translateX(-100%);
    }
    .page-card__swiper-wrap {
        width: 100%;
    }
    .page-card__swiper .slick-dots {
        display: flex !important;
        align-items: center;
        justify-content: center;
        margin-top: 15px;
    }
    .page-card__left {
        width: 52%;
    }
    .page-card__right {
        width: 44%;
    }
}
@media (max-width: 760px) {
    .page-card__body {
        margin-top: -2px;
    }
    .page-card__left {
        width: 100%;
    }
    .page-card__swiper-img {
        height: 300px;
        padding-bottom: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .page-card__swiper .slick-dots {
        margin-top: -12px;
        position: relative;
        z-index: 10;
    }
    .page-card__right {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        margin-top: 12px;
        margin-bottom: -21px;
    }
    .page-card__right-box {
        width: 100%;
        margin-bottom: 21px;
    }
    .page-card__right-box_sim {
        order: 1;
    }
    .page-card__right-box_size {
        order: 2;
    }
    .page-card__right-box_color {
        order: 3;
    }
    .page-card__right-box_order {
        order: 4;
    }
    .page-card__right-box_info {
        order: 5;
    }
    .page-card__caption {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .page-card__caption div:first-child {
        display: none;
    }

    .page-card__size {
        margin: -5px;
    }
    .page-card__size .checbox-item {
        width: calc(20% - 10px);
        margin: 5px;
    }
    .page-card__sim {
        margin: -4px -3px -3px;
        width: 100%;
    }
    .page-card__sim .checbox-item {
        width: calc(33.333% - 6px);
        margin: 3px;
    }
    .page-card__sim .checbox-item_big {
        width: calc(33.333% - 6px);
    }
    .page-card__color {
        margin: -5px;
    }
    .page-card__color .checbox-item {
        margin: 5px;
    }
    .page-card__item {
        font-size: 12px;
        border-bottom: 1px solid #cadcf8;
        padding-bottom: 6px;
    }
    .page-card__item-caption,
    .page-card__item-value {
        margin-bottom: 0;
    }
    .page-card__item-value {
        width: 50%;
        position: relative;
        z-index: 10;
    }
    .page-card__item-value::before {
        content: "";
        position: absolute;
        width: 100%;
        height: calc(100% + 6px);
        top: 1px;
        left: 0;
        background-color: #fff;
        z-index: -1;
    }
    .page-card__item + .page-card__item {
        margin-top: 9.6px;
    }
    .page-card__container {
        margin-top: 21px;
    }
}
.page-card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 21px;
}
.page-card-top__buttons {
    display: none;
    padding: 3px 5px 0 0;
}
.page-card-top__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    padding: 6px;
}
.page-card-top__button + .page-card-top__button {
    margin-left: 20px;
}
.page-card-top .tab {
    padding: 6px 12px;
}
.page-card-top .share__icon {
    width: 32px;
    height: 36px;
}
@media (max-width: 760px) {
    .page-card-top {
        padding-top: 7px;
    }
    .page-card-top__box .share {
        display: none;
    }
    .page-card-top__buttons {
        display: flex;
    }
    .page-card-top .tab {
        font-size: 9px;
    }
}
.page-card-accordion {
    padding: 40px 48px;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.page-card-accordion__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 40px 48px;
    margin: -40px -48px;
}
.page-card-accordion__caption {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #202732;
}
.page-card-accordion__arrow {
    transition: all 0.3s;
}
.page-card-accordion__hidden {
    display: none;
    margin-top: 24px;
}
.page-card-accordion__hidden.active {
    display: block;
}
.page-card-accordion.active .page-card-accordion__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.page-card-accordion + .page-card-accordion {
    margin-top: 16px;
}
@media (max-width: 1320px) {
    .page-card-accordion {
        padding: 32px 30px;
    }
    .page-card-accordion__top {
        padding: 32px 30px;
        margin: -32px -30px;
    }
}
@media (max-width: 760px) {
    .page-card-accordion {
        padding: 24px;
        border-radius: 16px;
    }
    .page-card-accordion__top {
        padding: 24px;
        margin: -24px;
    }
    .page-card-accordion__caption {
        font-size: 16px;
    }
    .page-card-accordion__hidden {
        margin-top: 20px;
    }
    .page-card-accordion + .page-card-accordion {
        margin-top: 8px;
    }
}
.page-card-characteristic {
    padding-right: 9%;
}
.page-card-characteristic__box {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.page-card-characteristic__box + .page-card-characteristic__box {
    margin-top: 28px;
}
.page-card-characteristic__caption {
    font-size: 22px;
    line-height: 28px;
    color: #000;
}
.page-card-characteristic .page-card__items {
    width: 509px;
}
.page-card-characteristic .page-card__item-value {
    width: 48%;
}
@media (max-width: 1010px) {
    .page-card-characteristic__caption {
        font-size: 18px;
        line-height: 27px;
    }
    .page-card-characteristic .page-card__items {
        width: 70%;
    }
    .page-card-characteristic .page-card__item-value {
        width: 40%;
    }
}
@media (max-width: 760px) {
    .page-card-characteristic {
        padding-right: 0;
    }
    .page-card-characteristic__caption {
        font-size: 16px;
        line-height: 22px;
    }
    .page-card-characteristic .page-card__items {
        width: 100%;
        margin-top: 14px;
    }
    .page-card-characteristic .page-card__item {
        flex-wrap: wrap;
    }
    .page-card-characteristic .page-card__item-value {
        width: 100%;
        padding-left: 0;
    }
    .page-card-characteristic .page-card__item-value::before {
        width: 0;
        height: 0;
        display: none;
    }
}
.page-card-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.page-card-info__desc {
    margin-bottom: -14px;
    width: calc(100% - 355px);
}
.page-card-info__desc p {
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    margin-bottom: 14px;
}
.page-card-info__img {
    width: 320px;
    height: 296px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5%;
}
@media (max-width: 1320px) {
    .page-card-info__desc {
        width: calc(100% - 270px);
    }
    .page-card-info__img {
        width: 250px;
        height: 250px;
        padding: 3%;
    }
}
@media (max-width: 760px) {
    .page-card-info__desc {
        width: 100%;
        margin-bottom: -12px;
    }
    .page-card-info__desc p {
        font-size: 12px;
        margin-bottom: 12px;
    }
    .page-card-info__img {
        display: none;
    }
}
.page-card-order {
    padding: 24px 38px 35px;
    width: 376px;
    background-color: #f1f7ff;
    border-radius: 24px;
}
.page-card-order__top {
    padding-bottom: 31px;
    border-bottom: 1px solid #dce4ee;
    margin-bottom: 20px;
}
.page-card-order__top-caption {
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: #202732;
}
.page-card-order__top-desc {
    font-size: 11px;
    line-height: 14px;
    color: #8e9297;
    margin-top: 5px;
    margin-bottom: 10px;
}
.page-card-order__desc a,
.page-card-order__top-desc a {
    font-weight: 500;
    color: #202732;
    text-decoration: underline;
}
.page-card-order__top-buttons {
    display: flex;
    justify-content: space-between;
}
.page-card-order__top-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 8px);
    padding: 16px 24px;
    height: 40px;
    border: 1.2px solid #8e9297;
    border-radius: 4px;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #1b1c1b;
    cursor: pointer;
    transition: all 0.3s;
}
.page-card-order__top-btn:hover {
    background-color: #1b1c1b;
    border-color: #1b1c1b;
    color: #fff;
    transition: all 0.3s;
}
.page-card-order__result-info {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
.page-card-order__result-item .card__bonuses {
    margin-left: 0;
}
.page-card-order__price {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    color: #1b1c1b;
}
.page-card-order__bonus {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 12px;
    line-height: 120%;
    color: #202732;
    padding-right: 12%;
}
.page-card-order__bonus span {
    display: inline-flex;
    padding: 3px 5px;
    background: #fff;
    border-radius: 100px;
}
.page-card-order__bonus-help .filter_text {
    right: 0;
    width: 150px;
}
.page-card-order__bonus-help {
    position: relative;
    cursor: pointer;
    flex: 0 0 auto;
    width: 15px;
    height: 15px;
    order: 2;
}
.page-card-order__btn {
    width: 100%;
    height: 64px;
}
.page-card-order__click {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    margin-top: 20px;
    margin-bottom: 0;
}
@media (max-width: 760px) {
    .page-card-order__bonus-help .filter_text {
        left: -85px;
        right: auto;
        width: 150px;
    }
    .page-card-order__result-item .page-card-order__bonus-help .filter_text {
        left: -120px;
    }
}
.page-card-order__bottom-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 12px;
}
.page-card-order__bottom-btn,
.page-card-order__item {
    display: flex;
    align-items: center;
    font-size: 14px;
    line-height: 145%;
}
.page-card-order__bottom-btn {
    color: #202732;
    cursor: pointer;
}
.page-card-order__bottom-btn svg {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    margin-right: 6px;
}
.page-card-order__item {
    justify-content: space-between;
    border-bottom: 1px dashed #dae2ec;
    color: #8e9297;
}
.page-card-order__item-caption,
.page-card-order__item-value {
    margin-bottom: -3px;
    background-color: #f1f7ff;
}
.page-card-order__item-caption {
    padding-right: 6px;
}
.page-card-order__item-value {
    color: #202732;
    padding-left: 6px;
}
.page-card-order__item + .page-card-order__item {
    margin-top: 11.5px;
}
.page-card-order__information {
    margin-bottom: 26px;
}
.page-card-order__information-caption {
    font-size: 12px;
    line-height: 135%;
    color: #8e9297;
    margin-bottom: 8px;
}
.page-card-order__information-row {
    display: flex;
    justify-content: space-between;
}
.page-card-order__information-coll {
    display: flex;
    position: relative;
    width: calc(33.333% - 4px);
    height: 4px;
    background-color: #fff;
    border-radius: 3px;
    overflow: hidden;
    z-index: 10;
}
.page-card-order__information-coll span {
    position: absolute;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #a9ff35;
    border-radius: 3px;
    z-index: 5;
}
.page-card-order__body,
.page-card-order__discount {
    padding-bottom: 26px;
    border-bottom: 1px solid #dce4ee;
    margin-bottom: 26px;
}
.page-card-order__box + .page-card-order__box,
.page-card-order__step + .page-card-order__step {
    margin-top: 26px;
}
.page-card-order__discount {
    border-bottom: 1px solid #dae2ec;
}
.page-card-order__discount-box {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    margin-bottom: 8px;
}
.page-card-order__discount-link {
    font-weight: 500;
    display: inline-flex;
    color: #202732;
}
.page-card-order__caption {
    margin-bottom: 8px;
}
.page-card-order__desc {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    margin-bottom: 16px;
}
.page-card-order__label {
    display: block;
    position: relative;
    margin-bottom: 16px;
}
.page-card-order__label-icon {
    position: absolute;
    width: 15px;
    height: 10px;
    top: calc(50% - 5px);
    right: 15px;
}
.page-card-order__label-icon svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-card-order__field {
    padding: 15px 16px;
    border: 1px solid #8e9297;
    font-weight: 500;
    color: #202732;
    border-radius: 4px;
}
.page-card-order__field::-webkit-input-placeholder {
    color: #202732;
}
.page-card-order__field:-moz-placeholder,
.page-card-order__field::-moz-placeholder {
    color: #202732;
}
.page-card-order__field:-ms-input-placeholder {
    color: #202732;
}
.page-card-order__field:focus {
    border-color: #8e9297;
    color: #202732;
}
.page-card-order-checbox {
    width: calc(50% - 8px);
    display: flex;
    align-items: center;
    cursor: pointer;
}
.page-card-order-checbox__caption {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 24px;
    height: 50px;
    border: 1px solid #8e9297;
    font-weight: 500;
    font-size: 14px;
    line-height: 125%;
    color: #202732;
    border-radius: 8px;
    transition: all 0.3s;
}
.page-card-order-checbox
input[type="checkbox"]:checked
+ .page-card-order-checbox__caption,
.page-card-order-checbox
input[type="radio"]:checked
+ .page-card-order-checbox__caption {
    background-color: #1b1c1b;
    border-color: #1b1c1b;
    color: #fff;
    transition: all 0.3s;
}
.page-card-order .h5 {
    font-weight: 600;
}
.page-card-order-select {
    position: relative;
    cursor: pointer;
    z-index: 15;
}
.page-card-order-select-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 50px;
    z-index: 15;
    background-color: transparent;
    padding: 15px 16px;
    border: 1px solid #8e9297;
    border-radius: 4px;
}
.page-card-order-select-title__arrow {
    position: relative;
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.page-card-order-select-title__value {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
}
.page-card-order-select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    border-top: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    white-space: nowrap;
    z-index: 10;
}
.page-card-order-select-options__value {
    padding: 8px 16px;
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #202732;
    cursor: pointer;
    transition: all 0.3s;
}
.page-card-order-select-options__value:hover {
    background-color: #a9ff35;
    transition: all 0.3s;
}
.page-card-order-select.active {
    z-index: 20;
}
.page-card-order-select.active .page-card-order-select-title__arrow,
.sorting-select.active .sorting-select-title__arrow {
    transform: rotate(-180deg);
}
@media (max-width: 1320px) {
    .page-card-order {
        padding: 20px 20px 24px;
        width: 28%;
        min-width: 325px;
    }
}
@media (max-width: 760px) {
    .page-card-order {
        padding: 14px 25px 24px;
        width: 100%;
        min-width: auto;
        border-radius: 0;
        margin-top: 20px;
    }
    .page-card-order__top {
        padding-bottom: 10px;
        border-bottom: none;
        margin-bottom: 0;
    }
    .page-card-order__body {
        padding-bottom: 9px;
        margin-bottom: 10px;
    }
    .page-card-order__information {
        margin-bottom: 10px;
    }
    .page-card-order__step + .page-card-order__step {
        margin-top: 22px;
    }
    .page-card-order__discount {
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .page-card-order__discount-box {
        font-size: 12px;
        margin-bottom: 8px;
    }
    .page-card-order__discount-price {
        font-size: 14px;
    }
    .page-card-order__caption {
        font-size: 16px;
        line-height: 125%;
        margin-bottom: 6px;
    }
    .page-card-order__desc {
        font-size: 12px;
        margin-bottom: 7px;
    }
    .page-card-order__box + .page-card-order__box {
        margin-top: 10px;
    }
    .page-card-order__label {
        margin-bottom: 10px;
    }
    .page-card-order__label-icon {
        width: 16px;
        height: 12px;
    }
    .page-card-order__field {
        padding: 14px 15px;
        font-size: 12px;
        height: 47px;
    }
    .page-card-order__price {
        font-size: 20px;
    }
    .page-card-order__result-info {
        margin-bottom: 12px;
    }
    .page-card-order__btn {
        height: 50px;
        font-size: 12px;
    }
    .page-card-order__click {
        display: none;
    }
    .page-card-order__bottom-buttons {
        justify-content: space-around;
        margin-top: 14px;
        margin-bottom: 0;
    }
    .page-card-order__bottom-btn {
        font-size: 12px;
    }
    .page-card-order__bottom-btn svg {
        width: 24px;
        height: 24px;
    }
    .page-card-order__items {
        display: none;
    }
    .page-card-order-checbox__caption {
        padding: 8px 20px;
        height: 40px;
        font-size: 12px;
        border-radius: 4px;
    }
    .page-card-order-select-title {
        height: 48px;
        padding: 11px 15px;
    }
    .page-card-order-select-title__value {
        font-size: 12px;
    }
}
.sorting-select {
    display: none;
    position: relative;
    cursor: pointer;
}
.sorting-select-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    width: 100%;
    z-index: 1;
    background-color: transparent;
}
.sorting-select-title__arrow {
    position: relative;
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.sorting-select-title__value {
    display: block;
    font-size: 12px;
    line-height: 135%;
    color: #8e9297;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 4px;
}
.sorting-select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 100%;
    border-top: none;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    white-space: nowrap;
    padding: 5px 0;
    z-index: 20;
}
.sorting-select-options__value {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 135%;
    color: #202732;
    text-align: right;
    cursor: pointer;
    transition: all 0.3s;
}
.sorting-select-options__value:hover {
    background-color: #a9ff35;
    transition: all 0.3s;
}
@media (max-width: 760px) {
    .sorting-select {
        display: block;
    }
}
.recommendations {
    padding-top: 120px;
    padding-bottom: 120px;
}

.recommendations__swiper {
    overflow: hidden;
    padding: 25px 15px 0;
    margin: -25px -15px 0;
}
.recommendations__swiper .swiper-slide.cart {
    height: auto;
}

.recommendations__swiper .card {
    display: flex;
    flex-direction: column;
}
.recommendations__swiper .card,
.recommendations__swiper .hits__slide  {
    height: 100%;
}
.recommendations__swiper .swiper-pagination  {
    margin-bottom: 30px;
}

.recommendations__bottom,
.stock-card__image img.img-mobile {
    display: none;
}
@media (max-width: 1320px) {
    .recommendations {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .recommendations__subtitle {
        margin-left: 60px;
    }
    .recommendations__swiper {
        overflow: visible;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 1190px) {
    .recommendations {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .recommendations__subtitle {
        margin-left: 40px;
    }
}
@media (max-width: 1010px) {
    .recommendations__top-box {
        max-width: 460px;
        flex-wrap: wrap;
    }
    .recommendations__subtitle {
        margin-left: 0;
        margin-top: 12px;
    }
    .recommendations__link {
        white-space: nowrap;
    }
}
@media (max-width: 760px) {
    .recommendations {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .recommendations__link,
    .recommendations__subtitle {
        display: none;
    }
    .recommendations__swiper {
    }
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 0 2px;
    }
    .recommendations__slide {
        height: 50%;
        transform: translateZ(0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    .recommendations__bottom {
        display: block;
        margin-top: 18px;
    }
    .recommendations__bottom-btn {
        width: 100%;
        height: 50px;
    }
}
.stock {
    padding-top: 32px;
    padding-bottom: 153px;
}
.stock-top {
    margin-bottom: 75px;
}
.stock__title {
    margin-top: 28px;
}
.stock__row {
    display: flex;
    flex-wrap: wrap;
    margin: -19px -15px;
}
.stock-card {
    display: flex;
    width: calc(25% - 30px);
    height: 400px;
    position: relative;
    border-radius: 48px;
    overflow: hidden;
    margin: 19px 15px;
}
.stock-card_big {
    width: calc(75% - 30px);
}
.stock-card__top {
    position: relative;
    z-index: 10;
    padding: 61px 62px;
}
.stock-card__bg,
.stock-card__icon {
    position: absolute;
    width: 142px;
    height: 188px;
    top: 42px;
    left: 60px;
    z-index: 1;
}
.stock-card__bg {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #2b3547 0, #2b3547 0.01%, #3b414b 100%);
}
.stock-card__bg_white {
    background: #ededed;
}
.stock-card__bg_green {
    background: #a9ff35;
}
.stock-card__box {
    display: flex;
    align-content: space-between;
    flex-wrap: wrap;
    height: 100%;
    max-width: 50%;
    position: relative;
    z-index: 10;
    padding: 61px 62px 56px;
}
.stock-card__caption,
.stock-card__date {
    font-weight: 600;
    line-height: 120%;
    color: #202732;
}
.stock-card__caption {
    font-size: 34px;
    position: relative;
    z-index: 10;
}
.stock-card__caption.c-white,
.stock-card__date.c-white {
    color: #fff;
}
.stock-card__date {
    font-size: 20px;
}
.blog__top-wrap::after,
.stock-card__image {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
}
.stock-card__image {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-right: 4%;
    width: 500px;
    z-index: 8;
    background-image: url(../img/stock/bg-big.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.stock-card__image img,
.stock-card__img {
    transform-origin: bottom;
    transition: all 0.3s;
}
.stock-card__image img {
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.stock-card__img {
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    bottom: 0;
    z-index: 5;
}
.stock-card__img img {
    -o-object-position: bottom;
    object-position: bottom;
}
.stock-card:hover .stock-card__img {
    transform: scale(1.1);
    transition: all 0.3s;
}
@media (max-width: 1600px) {
    .stock-top {
        margin-bottom: 48px;
    }
    .stock__row {
        margin: -15px;
    }
    .stock-card {
        height: 365px;
        margin: 15px;
    }
    .stock-card__box {
        padding: 40px;
    }
    .stock-card__top {
        padding: 40px 32px;
    }
}
@media (max-width: 1430px) {
    .stock {
        padding-top: 24px;
        padding-bottom: 120px;
    }
    .stock-card__caption {
        font-size: 28px;
    }
    .stock-card__img {
        height: 200px;
    }
}
@media (max-width: 1320px) {
    .stock {
        padding-bottom: 100px;
    }
    .stock__title {
        margin-top: 20px;
    }
    .stock__row {
        margin: -10px;
    }
    .stock-card {
        width: calc(25% - 20px);
        height: 300px;
        margin: 10px;
        border-radius: 24px;
    }
    .stock-card_big {
        width: calc(75% - 20px);
    }
    .stock-card__box {
        padding: 24px;
    }
    .stock-card__icon {
        width: 100px;
        height: auto;
        top: 20px;
        left: 40px;
    }
    .stock-card__top {
        padding: 24px;
    }
}
@media (max-width: 1190px) {
    .stock {
        padding-bottom: 80px;
    }
    .stock-top {
        margin-bottom: 30px;
    }
    .stock-card {
        width: calc(33.333% - 20px);
    }
    .stock-card_big {
        width: 100%;
    }
}
@media (max-width: 1010px) {
    .stock-card {
        width: calc(50% - 20px);
    }
    .stock-card_big {
        width: 100%;
    }
    .stock-card__caption {
        font-size: 24px;
    }
    .stock-card__image {
        padding-right: 3%;
        width: 50%;
    }
    .stock-card__date {
        font-size: 16px;
    }
}
@media (max-width: 760px) {
    .stock {
        padding-top: 28px;
        padding-bottom: 53px;
    }
    .stock__title {
        margin-top: 0;
        padding-right: 5%;
    }
    .stock__row {
        margin: -12px;
    }
    .stock .breadcrumbs,
    .stock-card__image img.img-desktop {
        display: none;
    }
    .stock-card {
        width: 100%;
        margin: 12px;
    }
    .stock-card__caption {
        font-size: 18px;
    }
    .stock-card__date {
        font-size: 14px;
    }
    .stock-card__box {
        padding: 30px 35px;
        max-width: 100%;
    }
    .stock-card__img {
        height: 233px;
    }
    .stock-card__icon {
        width: 142px;
        top: 40px;
        left: 60px;
    }
    .stock-card__image {
        padding-right: 0;
        width: 100%;
        height: 233px;
        top: auto;
        bottom: 0;
        background-image: url(../img/stock/bg-big-mobile.svg);
        background-repeat: no-repeat;
    }
    .stock-card__image img.img-mobile {
        display: block;
        margin-right: 15%;
    }
}
.page-stock {
    padding-bottom: 50px;
}
.page-stock__body {
    width: 100%;
    max-width: 1195px;
    padding-top: 29px;
}
.page-stock__body .stock-card_big {
    width: 100%;
    margin: 0;
}
.page-stock__container {
    margin-top: 40px;
}
.page-stock .page-top {
    padding-top: 0;
}
.page-stock .page-top__body {
    align-items: center;
    padding-bottom: 28px;
    padding-top: 20px;
}
@media (max-width: 1190px) {
    .page-stock__body {
        padding-top: 24px;
    }
    .page-stock__container {
        margin-top: 24px;
    }
    .page-stock .page-top__body {
        padding-bottom: 16px;
        padding-top: 20px;
    }
}
@media (max-width: 760px) {
    .page-stock {
        padding-bottom: 25px;
    }
    .page-stock__body {
        padding-top: 0;
    }
    .page-stock__container {
        margin-top: 12px;
    }
    .page-stock .share__icon {
        width: 32px;
        height: 32px;
    }
    .page-stock .share__icon svg {
        width: 20px;
        height: 22px;
        margin-right: 0;
    }
    .page-stock .page-top__body {
        padding-bottom: 6px;
        padding-top: 9px;
        border: 0;
    }
}
.page-stock-accordion {
    padding: 38px 34px;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.page-stock-accordion__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    padding: 38px 34px;
    margin: -38px -34px;
}
.page-stock-accordion__caption {
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #202732;
}
.page-stock-accordion__arrow {
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.page-stock-accordion__arrow svg,
.stock-card__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.page-stock-accordion__hidden {
    margin-top: 24px;
    display: none;
}
.article__text small,
.page-stock-accordion__text {
    font-size: 14px;
    line-height: 145%;
    color: #202732;
}
.page-stock-accordion.active .page-stock-accordion__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.page-stock-accordion + .page-stock-accordion {
    margin-top: 16px;
}
@media (max-width: 1190px) {
    .page-stock-accordion {
        padding: 28px 20px;
        border-radius: 24px;
    }
    .page-stock-accordion__top {
        padding: 28px 20px;
        margin: -28px -20px;
    }
    .page-stock-accordion__caption {
        font-size: 22px;
    }
    .page-stock-accordion__hidden {
        margin-top: 16px;
    }
    .page-stock-accordion__text {
        font-size: 13px;
    }
}
@media (max-width: 760px) {
    .page-stock-accordion {
        padding: 20px 35px;
        border-radius: 18px;
    }
    .page-stock-accordion__top {
        padding: 20px 35px;
        margin: -20px -35px;
    }
    .page-stock-accordion__caption {
        font-size: 16px;
    }
    .page-stock-accordion__hidden {
        margin-top: 14px;
    }
    .page-stock-accordion__text {
        font-size: 12px;
        line-height: 142%;
    }
    .page-stock-accordion + .page-stock-accordion {
        margin-top: 8px;
    }
}
.stock-recommendations {
    padding-top: 120px;
    padding-bottom: 120px;
}
.stock-recommendations__top {
    padding-bottom: 50px;
}
.stock-recommendations__swiper {
    overflow: hidden;
    padding: 25px;
    margin: -25px;
}
.stock-recommendations__swiper * {
    box-sizing: border-box;
}
.stock-recommendations__slide {
    width: calc(25% - 30px);
}
.stock-recommendations__slide_big {
    width: 75%;
}
.stock-recommendations__bottom {
    display: none;
}
.stock-recommendations .stock-card {
    width: 100%;
    margin: 0;
}
@media (max-width: 1320px) {
    .stock-recommendations {
        padding-top: 100px;
        padding-bottom: 100px;
    }
    .stock-recommendations__subtitle {
        margin-left: 60px;
    }
    .stock-recommendations__swiper {
        overflow: visible;
        padding: 0;
        margin: 0;
    }
}
@media (max-width: 1190px) {
    .stock-recommendations {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .stock-recommendations__top {
        padding-bottom: 30px;
    }
    .stock-recommendations__subtitle {
        margin-left: 40px;
    }
    .stock-recommendations__slide {
        width: calc(33.333% - 30px);
    }
    .stock-recommendations__slide_big {
        width: 66%;
    }
}
@media (max-width: 1010px) {
    .stock-recommendations__top-box {
        max-width: 460px;
        flex-wrap: wrap;
    }
    .stock-recommendations__subtitle {
        margin-left: 0;
        margin-top: 12px;
    }
    .stock-recommendations__link {
        white-space: nowrap;
    }
    .stock-recommendations__slide {
        width: calc(50% - 30px);
    }
    .stock-recommendations__slide_big {
        width: 50%;
    }
    .stock-recommendations .stock-card__box {
        max-width: 100%;
    }
}
@media (max-width: 760px) {
    .stock-recommendations {
        padding-top: 60px;
        padding-bottom: 88px;
    }
    .stock-recommendations__top {
        padding-bottom: 17px;
        flex-wrap: wrap;
    }
    .stock-recommendations__link {
        margin-top: 27px;
    }
    .stock-recommendations__slide,
    .stock-recommendations__slide_big {
        width: 100%;
    }
    .stock-recommendations .link svg {
        margin-left: 3px;
    }
}
.blog {
    padding-top: 32px;
    padding-bottom: 140px;
}
.blog__title {
    margin-top: 28px;
    margin-bottom: 22px;
}
.blog__top-wrap {
    position: relative;
}
.blog__top-wrap::after {
    content: "";
    z-index: 100;
    width: 2.5rem;
    background: linear-gradient(270deg, #1e242e 0, rgba(36, 28, 46, 0) 100%);
}
.blog__tags {
    width: 100%;
    display: flex;
}
.blog__tag {
    width: auto;
    height: auto;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
    padding: 9px 15.4px;
    border: 1px solid #ededed;
    border-radius: 30px;
    margin-right: 8px;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.3s;
}
.blog__tag.active,
.blog__tag:hover {
    background-color: #a9ff35;
    border-color: #a9ff35;
    color: #202732;
    transition: all 0.3s;
}
.blog__body {
    margin-top: 35px;
}
.blog__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -15px -16px 7px;
}
.blog__card {
    width: calc(25% - 32px);
    margin: 15px 16px;
}
.blog .catalog-filter-select,
.blog__btn {
    display: none;
}
.blog .nav-links,
.blog .navigation {
    width: 100%;
    justify-content: space-between;
}
.blog .page-numbers.next,
.blog .page-numbers.prew {
    color: #8e9297;
}
@media (max-width: 1600px) {
    .blog {
        padding-top: 24px;
        padding-bottom: 120px;
    }
    .blog__wrap {
        margin: -12px -12px 8px;
    }
    .blog__card {
        width: calc(25% - 24px);
        margin: 12px;
    }
}
@media (max-width: 1320px) {
    .blog {
        padding-bottom: 100px;
    }
    .blog__card {
        width: calc(33.333% - 24px);
    }
}
@media (max-width: 1280px) {
    .blog__card {
        width: calc(33.333% - 24px);
    }
}
@media (max-width: 1190px) {
    .blog {
        padding-bottom: 80px;
    }
    .blog__top-wrap::after {
        right: -15px;
    }
    .blog__top-scroll {
        margin-left: -15px;
        margin-right: -15px;
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1010px) {
    .blog__wrap {
        margin: -10px -10px 8px;
    }
    .blog__card {
        width: calc(50% - 20px);
        margin: 10px;
    }
}
@media (max-width: 760px) {
    .blog {
        padding-top: 30px;
        padding-bottom: 45px;
    }
    .blog__title {
        margin-top: 0;
        margin-bottom: 27px;
    }
    .blog__tag {
        padding: 7px 14.5px;
    }
    .blog__body {
        margin-top: 26px;
    }
    .blog__wrap {
        margin: -7px -7px 8px;
    }
    .blog__card {
        width: 100%;
        margin: 7px;
    }
    .blog__btn {
        display: flex;
        color: #fff;
        border-color: #fff;
        padding: 15px 24px;
    }
    .blog__btn:hover {
        border-color: #a9ff35;
    }
    .blog__bottom-box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 15px;
    }
    .blog .breadcrumbs {
        display: none;
    }
    .blog .card-news__top {
        height: 180px;
    }
    .blog .catalog-filter-select {
        display: block;
        width: 137px;
    }
    .blog .catalog-filter-select-title {
        background-color: transparent;
        padding: 10px;
    }
    .blog .catalog-filter-select-title__value {
        color: #fff;
    }
    .blog .nav-links,
    .blog .navigation {
        width: 92%;
    }
}
.article {
    padding-bottom: 86px;
}
.article-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 21px;
}
.article__body {
    display: flex;
    margin-top: 18px;
}
.article__wrap {
    width: 1056px;
    margin-right: 168px;
}
.article__text {
    margin-bottom: 45px;
}
.article__text h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    margin-bottom: 20px;
}
.article__text p {
    font-size: 16px;
    line-height: 145%;
    color: #2a323e;
}
.article__text small {
    color: #61637f;
}
.article__text img {
    border-radius: 24px;
    overflow: hidden;
}
.article__text img + small {
    display: block;
    margin-top: 18px;
    margin-bottom: 55px;
}
.article__text blockquote {
    padding-left: 44px;
    border-left: 5px solid #a9ff35;
    margin-top: 20px;
    margin-bottom: 50px;
}
.article__contacts {
    padding: 40px 48px;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.article__caption {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #202732;
}
.article .page-top__body .tab,
.article .page-top__box .share {
    display: none;
}
.article .tabs {
    margin: -2.5px;
}
.article .tab {
    padding: 6px 12px;
}
.article-autor {
    width: 200px;
}
.article-autor__avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 10;
    margin-bottom: 17px;
}
.article-autor__name {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #000;
    margin-bottom: 14px;
}
.article-autor__value {
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
@media (max-width: 1600px) {
    .article__body {
        justify-content: space-between;
    }
    .article__wrap {
        margin-right: 0;
    }
}
@media (max-width: 1320px) {
    .article__wrap {
        width: 80%;
    }
}
@media (max-width: 1190px) {
    .article__wrap {
        width: calc(100% - 200px);
    }
    .article__contacts {
        padding: 32px 30px;
        border-radius: 24px;
    }
    .article-autor {
        width: 180px;
    }
    .article-autor__avatar {
        width: 80px;
        height: 80px;
        margin-bottom: 12px;
    }
    .article-autor__name {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .article-autor__value {
        font-size: 12px;
    }
}
@media (max-width: 1010px) {
    .article {
        padding-bottom: 80px;
    }
    .article__body {
        flex-wrap: wrap;
    }
    .article__wrap {
        width: 100%;
        order: 2;
    }
    .article .page-top__box {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .article .page-top__body .tab,
    .article .page-top__box .share {
        display: inline-flex;
    }
    .article .page-top__body {
        flex-wrap: wrap;
    }
    .article .page-top__body-box {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 10px;
    }
    .article .page-top__title {
        max-width: 100%;
    }
    .article-autor__name br,
    .article-top {
        display: none;
    }
    .article-autor {
        width: 100%;
        order: 1;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
    }
    .article-autor__avatar {
        margin-bottom: 0;
        margin-right: 13px;
    }
    .article-autor__name {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .article-autor__value {
        font-size: 14px;
    }
}
@media (max-width: 760px) {
    .article {
        padding-bottom: 45px;
    }
    .article__body,
    .article__text img + p {
        margin-top: 10px;
    }
    .article__text {
        margin-bottom: 17px;
    }
    .article__text h4 {
        font-size: 16px;
        margin-bottom: 12px;
    }
    .article__text p {
        font-size: 13px;
    }
    .article__text small {
        font-size: 12px;
    }
    .article__text img {
        border-radius: 18px;
    }
    .article__text img + small {
        margin-bottom: 22px;
    }
    .article__text p + h4 {
        margin-top: 22px;
    }
    .article__text blockquote {
        padding-left: 20px;
        margin-top: 15px;
        margin-bottom: 22px;
    }
    .article__contacts {
        padding: 19px 9px 19px 20px;
        border-radius: 18px;
    }
    .article__contacts .share__icon {
        margin-right: 0;
    }
    .article__contacts .share__icon svg {
        width: 24px;
        height: 24px;
    }
    .article__caption {
        font-size: 16px;
        line-height: 135%;
    }
    .article .page-top {
        padding-top: 12px;
    }

    .article .share__icon {
        width: 32px;
        height: 32px;
    }
    .article .share__icon svg {
        width: 19px;
        height: 22px;
    }
    .article .page-top__body {
        padding: 14px 0 8px 2px;
    }
    .article .page-top__title {
        font-size: 18px;
        line-height: 120%;
        letter-spacing: 0;
    }
    .article .tab {
        font-size: 10px;
    }
    .article-autor {
        margin-bottom: 10px;
    }
    .article-autor__avatar {
        margin-right: 15px;
        width: 50px;
        height: 50px;
    }
    .article-autor__box {
        width: calc(100% - 65px);
    }
    .article-autor__name {
        font-size: 14px;
        margin-bottom: 0;
    }
    .article-autor__value {
        font-size: 12px;
        max-width: 200px;
    }
}
.cabinet {
    padding-top: 32px;
    padding-bottom: 100px;
}
.cabinet__top-box {
    align-items: flex-end;
    margin-top: 27px;
    margin-bottom: 54px;
}
.cabinet__top-exit {
    display: inline-flex;
    font-size: 14px;
    line-height: 145%;
    text-decoration: underline;
    color: #8e9297;
    margin: 5px;
    transition: all 0.3s;
}
.cabinet__top-exit:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.cabinet__body {
    display: flex;
    justify-content: space-between;
}
.cabinet__wrap {
    width: 68%;
}
.cabinet__right {
    width: 378px;
}
.cabinet .list {
    margin-bottom: 53px;
}
.cabinet .list__item {
    color: rgba(48, 57, 72, 0.5);
    margin-right: 30px;
}
.cabinet .list__item.active {
    color: #1e242e;
    font-size: 32px;
}
.cabinet .list__item:last-child {
    margin-right: 0;
}
.cabinet .list__item:hover {
    color: rgba(48, 57, 72, 0.8);
}
@media (max-width: 1600px) {
    .cabinet__top-box {
        margin-top: 20px;
    }
    .cabinet .list,
    .cabinet__top-box {
        margin-bottom: 32px;
    }
    .cabinet .list__item,
    .cabinet .list__item.active {
        font-size: 26px;
        margin-right: 25px;
    }
    .cabinet .list__item.active:last-child,
    .cabinet .list__item:last-child {
        margin-right: 0;
    }
}
@media (max-width: 1320px) {
    .cabinet__wrap {
        width: 74%;
    }
    .cabinet__right {
        width: 24%;
    }
    .cabinet__top-box {
        margin-top: 16px;
        margin-bottom: 20px;
    }
    .cabinet .list__item,
    .cabinet .list__item.active {
        font-size: 24px;
    }
}
@media (max-width: 1190px) {
    .cabinet__wrap {
        width: 100%;
    }
    .cabinet__right {
        width: 0;
        display: none;
    }
}
@media (max-width: 760px) {
    .cabinet {
        padding-top: 22px;
        padding-bottom: 72px;
    }
    .cabinet__top-box {
        margin-top: 0;
        margin-bottom: 24px;
    }
    .cabinet__top-exit {
        margin: 0;
    }
    .cabinet .breadcrumbs {
        display: none;
    }
    .cabinet .list {
        margin-bottom: 20px;
    }
    .cabinet .list__item,
    .cabinet .list__item.active {
        font-size: 18px;
        margin-right: 21px;
    }
}
.points {
    width: 100%;
    background-color: #f1f7ff;
    border-radius: 24px;
    padding: 32px 41px 20px;
}
.points__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #202732;
    padding-bottom: 24px;
    border-bottom: 1px solid #dae2ec;
    margin-bottom: 25px;
}
.bonuses__text p,
.points__item {
    font-size: 14px;
    line-height: 145%;
    color: #202732;
}
.points__item span {
    display: inline-flex;
    padding: 2px 7px;
    background: linear-gradient(263.49deg, #a9ff35 0, #bfff3a 100%);
    border-radius: 4px;
    margin-right: 10px;
}
.cabinet-form .checbox + .checbox,
.points__item + .points__item {
    margin-top: 8px;
}
@media (max-width: 1320px) {
    .points {
        border-radius: 18px;
        padding: 24px 16px;
    }
    .points__top {
        font-size: 21px;
        padding-bottom: 12px;
        margin-bottom: 12px;
    }
    .points__item {
        font-size: 12px;
    }
}
.cabinet-form__box {
    padding: 40px 48px;
    background: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
    margin-bottom: 20px;
}
.cabinet-form__box-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 24px;
}
.cabinet-form__link {
    display: inline-flex;
    font-size: 12px;
    line-height: 135%;
    text-decoration: underline;
    color: #020202;
    transition: all 0.3s;
}
.cabinet-form__link:hover {
    color: #a9ff35;
    transition: all 0.3s;
}
.cabinet-form__wrap {
    display: flex;
    flex-wrap: wrap;
    margin: -7.5px;
}
.cabinet-form__label {
    width: calc(33.333% - 15px);
    display: block;
    position: relative;
    margin: 7.5px;
}
.cabinet-form__label_big {
    width: calc(50% - 15px);
}
.cabinet-form__label_normal {
    width: calc(40% - 15px);
}
.cabinet-form__label_small {
    width: calc(20% - 15px);
}
.cabinet-form__label_middle {
    width: calc(66.666% - 15px);
}
.cabinet-form__caption {
    position: absolute;
    font-size: 14px;
    line-height: 20px;
    color: #8e9297;
    top: calc(50% - 15px);
    left: 16px;
    background-color: #fff;
    padding: 5px;
    transition: all 0.3s;
}
.cabinet-form .checbox a:hover,
.cabinet-form__caption span {
    color: #a9ff35;
}
.cabinet-form__caption.active {
    font-size: 12px;
    top: -15px;
    z-index: 10;
    transition: all 0.3s;
}
.cabinet-form__field {
    padding: 15px 24px 15px 16px;
    height: 50px;
    border: 1px solid #ededed;
    border-radius: 4px;
}
.cabinet-form__btn {
    width: 100%;
    height: 64px;
}
.cabinet-form__password {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
    cursor: pointer;
}
.cabinet-form__password svg * {
    transition: all 0.3s;
}
.cabinet-form__password.active svg path {
    stroke: #202732;
    transition: all 0.3s;
}
.cabinet-form__password.active svg ellipse {
    fill: #202732;
    transition: all 0.3s;
}
.cabinet-form .checbox a {
    color: #abacb2;
    text-decoration: none;
}
@media (max-width: 1600px) {
    .cabinet-form__box {
        padding: 32px 24px;
        border-radius: 24px;
    }
}
@media (max-width: 760px) {
    .cabinet-form__box {
        padding: 20px 25px;
        border-radius: 18px;
        margin-bottom: 10px;
    }
    .cabinet-form__box-top {
        margin-bottom: 15px;
    }
    .cabinet-form__title {
        font-size: 14px;
    }
    .cabinet-form__wrap {
        margin: -2.5px;
    }
    .cabinet-form__caption {
        left: 12px;
    }
    .cabinet-form__label {
        width: 100%;
        margin: 2.5px;
    }
    .cabinet-form__label_small {
        width: calc(50% - 5px);
    }
    .cabinet-form__btn {
        height: 50px;
    }
}
.my-order__body {
    max-width: 1056px;
}
.my-order__tags {
    display: none;
}
.my-order__tag {
    font-weight: 600;
    font-size: 16px;
    line-height: 135%;
    color: rgba(32, 39, 50, 0.5);
    transition: all 0.3s;
}
.my-order__tag.active {
    color: #202732;
    transition: all 0.3s;
}
.my-order__tag + .my-order__tag {
    margin-left: 20px;
}
.my-order__container {
    padding: 40px 48px;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.my-order__container + .my-order__container {
    margin-top: 40px;
}
.my-order__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    color: #202732;
    margin-bottom: 28px;
}
.my-order__card {
    padding: 24px 32px 24px 34px;
    border: 1px solid transparent;
    border-radius: 18px;
    background-color: #f1f7ff;
    transition: all 0.3s;
}
.my-order__card + .my-order__card {
    margin-top: 16px;
}
.my-order__card.active {
    border-color: #e5effe;
    background-color: #fff;
    transition: all 0.3s;
}
.my-order-product.active .my-order-product__top .my-order__arrow,
.my-order__card.active .my-order__top .my-order__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.my-order__top {
    cursor: pointer;
    padding: 24px 32px 24px 34px;
    margin: -24px -32px -24px -34px;
}
.my-order__top-box {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #202732;
}
.my-order__number {
    font-weight: 600;
    font-size: 18px;
    line-height: 125%;
    color: #202732;
}
.my-order__time {
    color: #8e9297;
    position: relative;
    margin-right: 21px;
}
.my-order__time::before {
    content: "/";
    position: relative;
    margin: 0 11px;
}
.my-order__arrow {
    width: 16px;
    height: 16px;
    transition: all 0.3s;
}
.my-order__row {
    display: none;
    margin-top: 24px;
}
.my-order__coll {
    display: flex;
    align-items: flex-start;
    padding-top: 25px;
    padding-bottom: 24px;
    border-top: 1px solid #e5effe;
}
.my-order__coll-left {
    width: 168px;
}
.my-order__coll-right {
    width: calc(100% - 168px);
}
.my-order__coll:last-child {
    padding-bottom: 0;
}
.my-order__caption,
.my-order__delivery-desc {
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    color: #202732;
}
.my-order__delivery-desc {
    font-size: 14px;
    color: #898f99;
}
.my-order__items {
    margin-top: -2px;
}
.my-order__item {
    justify-content: space-between;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.my-order__item,
.my-order__item-box {
    display: flex;
    align-items: center;
}
.my-order__item-time {
    position: relative;
}
.my-order__item-time::before {
    content: "/";
    position: relative;
    margin: 0 4px;
}
.my-order__item.active {
    color: #202732;
}
.my-order-product__top {
    cursor: pointer;
    margin-bottom: 14px;
}
.my-order-product__top .my-order__caption_mobile {
    display: none;
}
.my-order-product__container {
    display: none;
    margin-bottom: 20px;
}
.my-order-product__card {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #e5effe;
}
.my-order-product__card:last-child {
    border-bottom: 1px solid #e5effe;
}
.my-order-product__img {
    width: 70px;
    height: 64px;
    margin-right: 16px;
}
.my-order-product__info {
    width: calc(100% - 86px);
    display: flex;
    align-items: center;
}
.my-order-product__box,
.my-order-product__desc {
    width: 78%;
    font-size: 12px;
    line-height: 135%;
    color: #202732;
}
.my-order-product__box {
    width: 22%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    padding-right: 2px;
}
.my-order-product__value {
    width: 40%;
    padding-left: 6px;
}
.my-order-product__price {
    width: 60%;
    text-align: right;
}
.my-order-product__items {
    padding-bottom: 17px;
    border-bottom: 1px solid #e5effe;
    margin-bottom: 17px;
}
.my-order-product__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px dashed #e5effe;
    font-size: 14px;
    line-height: 145%;
    color: #8e9297;
}
.my-order-product__item-caption {
    display: inline-flex;
    padding-right: 5px;
    background-color: #fff;
    margin-bottom: -3px;
}
.my-order-product__item-caption span {
    color: #222;
    padding-left: 6px;
}
.my-order-product__item-value {
    display: inline-flex;
    padding-left: 5px;
    background-color: #fff;
    margin-bottom: -3px;
}
.my-order-product__item + .my-order-product__item {
    margin-top: 2px;
}
@media (max-width: 1600px) {
    .my-order__container {
        padding: 32px 24px;
        border-radius: 24px;
    }
    .my-order__title {
        font-size: 22px;
        margin-bottom: 24px;
    }
    .my-order__card,
    .my-order__top {
        padding: 20px 16px;
    }
    .my-order__top {
        margin: -20px -16px;
    }
}
@media (max-width: 1320px) {
    .my-order-product__desc {
        width: 75%;
    }
    .my-order-product__box {
        width: 25%;
        padding-right: 0;
    }
}
@media (max-width: 1190px) {
    .my-order__body {
        max-width: 100%;
    }
}
@media (max-width: 1010px) {
    .my-order-product__info {
        flex-wrap: wrap;
    }
    .my-order-product__card {
        align-items: flex-start;
    }
    .my-order-product__desc {
        width: 100%;
        min-height: 60px;
        display: flex;
        align-items: center;
    }
    .my-order-product__box {
        width: 100%;
        margin-top: 10px;
    }
    .my-order-product__value {
        padding-left: 0;
    }
}
@media (max-width: 760px) {
    .my-order__tags {
        display: flex;
        justify-content: center;
        margin-bottom: 20px;
    }
    .my-order__body {
        border: 1px solid #e5effe;
        padding: 20px 5px;
        border-radius: 18px;
        position: relative;
    }
    .my-order__title {
        display: none;
    }
    .my-order__container {
        padding: 0;
        border-radius: 0;
        border: 0;
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transform: translateY(25px);
        transition: all 0s;
    }
    .my-order__container.active {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        transition: all 0.3s;
    }
    .my-order__container + .my-order__container {
        margin-top: 0;
    }
    .my-order__number {
        font-size: 14px;
    }
    .my-order__top-box {
        font-size: 13px;
    }
    .my-order__card,
    .my-order__top {
        padding: 15px 18px;
    }
    .my-order__card + .my-order__card {
        margin-top: 3px;
    }
    .my-order__top {
        margin: -15px -18px;
    }
    .my-order__time {
        margin-right: 6px;
    }
    .my-order__time::before {
        margin: 0 7px;
    }
    .my-order__row {
        margin-top: 10px;
    }
    .my-order__caption {
        font-size: 13px;
    }
    .my-order__coll {
        padding-top: 10px;
        padding-bottom: 10px;
        flex-wrap: wrap;
    }
    .my-order__coll-left,
    .my-order__coll-right {
        width: 100%;
    }
    .my-order__coll_item .my-order__coll-left {
        display: none;
    }
    .my-order__delivery-desc {
        font-size: 12px;
        line-height: 140%;
    }
    .my-order__items {
        margin-top: 8px;
    }
    .my-order__item {
        font-size: 12px;
    }
    .my-order-product__top {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .my-order-product__top .my-order__caption_mobile {
        display: inline-flex;
    }
    .my-order-product__top-box .my-order__caption {
        margin-right: 5px;
    }
    .my-order-product__card {
        padding-top: 9.5px;
        padding-bottom: 9.5px;
    }
    .my-order-product__img {
        width: 80px;
        height: 60px;
        margin-right: 10px;
    }
    .my-order-product__info {
        width: calc(100% - 90px);
    }
    .my-order-product__desc {
        min-height: auto;
        height: 62px;
        display: block;
        overflow: hidden;
    }
    .my-order-product__box {
        font-size: 12px;
        margin-top: 6px;
    }
    .my-order-product__items {
        padding-bottom: 19px;
    }
    .my-order-product__item {
        justify-content: flex-start;
        border-bottom: none;
        font-size: 12px;
        line-height: 150%;
    }
    .my-order-product__item-caption {
        padding-right: 3px;
    }
    .my-order-product__item-value {
        padding-left: 3px;
    }
}
.bonuses__buttons {
    max-width: 1087px;
    display: flex;
    flex-wrap: wrap;
    margin: -13px -16px;
}
.bonuses__button {
    width: calc(25% - 32px);
    height: 226px;
    display: inline-flex;
    align-content: space-between;
    flex-wrap: wrap;
    background-color: #f1f7ff;
    border-radius: 24px;
    padding: 36px 38px 39px;
    margin: 13px 16px;
}
.bonuses__button-caption {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #1b1c1b;
}
.bonuses__body {
    max-width: 1056px;
    margin-top: 140px;
    margin-bottom: -20px;
}
.bonuses__container {
    padding: 40px 48px;
    background: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
    margin-bottom: 20px;
}
.bonuses__container_item {
    border-color: #f2f2f2;
    background-color: #f2f2f2;
}
.bonuses__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.bonuses__wrap + .bonuses__wrap {
    margin-top: 24px;
}
.bonuses__left {
    width: 34%;
}
.bonuses__right {
    width: 64%;
    max-width: 598px;
    margin-top: -3px;
}
.bonuses__box {
    padding: 20px 27px 20px 30px;
    background-color: #f1f7ff;
    border-radius: 18px;
}
.bonuses__box + .bonuses__text,
.bonuses__text p + p {
    margin-top: 18px;
}
.bonuses__subtitle {
    max-width: 240px;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    color: rgba(32, 39, 50, 0.7);
}
.bonuses__subtitle span {
    color: #202732;
}
.bonuses__text ul {
    padding-bottom: 20px;
}
.bonuses__text ul li {
    font-size: 14px;
    line-height: 142%;
    color: #202732;
    position: relative;
    padding-left: 22px;
}
.bonuses__text ul li::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 2px;
    background-color: #202732;
    border-radius: 50%;
    top: 10px;
    left: 10px;
}
.bonuses__services {
    padding-top: 20px;
}
.bonuses__services-card {
    width: calc(14.28% - 20px);
    background-color: #f1f7ff;
    border: 1px solid #e5effe;
    border-radius: 5px;
    text-align: center;
    font-weight: 600;
    line-height: 135%;
    color: #1e242e;
}
.bonuses__services-img {
    width: 100px;
    height: 100px;
    margin: 5px auto 0;
}
.bonuses__services-caption {
    font-size: 12px;
    line-height: 135%;
}
.bonuses__services-value {
    font-size: 20px;
    line-height: 135%;
    margin-top: 2px;
    margin-bottom: 8px;
}
.bonuses__time {
    color: #202732;
}
.other-provisions {
    display: flex;
    align-items: center;
    padding: 40px 48px;
    background-color: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
    margin-top: 20px;
}
.other-provisions__icon {
    width: 27.71px;
    height: 27.71px;
    margin-right: 30px;
}
.comparison-card__button svg,
.comparison-card__img img,
.other-provisions__icon img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
@media (max-width: 1600px) {
    .bonuses__buttons {
        margin: -12px;
    }
    .bonuses__button {
        width: calc(25% - 24px);
        height: 220px;
        border-radius: 24px;
        padding: 26px 24px;
        margin: 12px;
    }
    .bonuses__body {
        margin-top: 100px;
    }
    .bonuses__container {
        padding: 32px 24px;
        border-radius: 24px;
    }
    .bonuses__services-card {
        width: calc(14.28% - 10px);
    }
    .other-provisions {
        padding: 32px 24px;
        border-radius: 24px;
    }
    .other-provisions__icon {
        margin-right: 15px;
    }
}
@media (max-width: 1190px) {
    .bonuses__buttons {
        max-width: calc(100% + 24px);
    }
    .bonuses__body {
        margin-top: 80px;
        max-width: 100%;
    }
}
@media (max-width: 1010px) {
    .bonuses__buttons {
        max-width: calc(100% + 16px);
        margin: -8px;
    }
    .bonuses__button {
        width: calc(33.333% - 16px);
        height: 180px;
        border-radius: 18px;
        padding: 20px;
        margin: 8px;
    }
    .bonuses__button-caption {
        font-size: 18px;
        padding-right: 10%;
    }
    .bonuses__wrap {
        flex-wrap: wrap;
    }
    .bonuses__left {
        width: 100%;
        margin-bottom: 10px;
    }
    .bonuses__right {
        width: 100%;
        max-width: 100%;
        margin-top: 0;
    }
    .bonuses__services {
        padding-top: 0;
        margin: -7px;
        justify-content: flex-start;
    }
    .bonuses__services-card {
        width: calc(20% - 14px);
        margin: 7px;
    }
}
@media (max-width: 760px) {
    .bonuses__buttons {
        max-width: calc(100% + 5px);
        margin: -2.5px;
    }
    .bonuses__button {
        width: 100%;
        height: 60px;
        border-radius: 8px;
        padding: 10px 20px;
        margin: 2.5px;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: space-between;
    }
    .bonuses__button-caption {
        max-width: calc(100% - 35px);
        width: auto;
        font-size: 14px;
        padding-right: 10%;
    }
    .bonuses__button-caption br,
    .bonuses__subtitle br {
        display: none;
    }
    .bonuses__body {
        margin-top: 55px;
    }
    .bonuses__container {
        padding: 20px 24px;
        border-radius: 18px;
        margin-bottom: 10px;
    }
    .bonuses__wrap + .bonuses__wrap {
        margin-top: 13px;
    }
    .bonuses__services {
        margin: -2.5px;
        margin-top: 12px !important;
    }
    .bonuses__services-card {
        width: calc(33.333% - 5px);
        margin: 2.5px;
    }
    .bonuses__services-img {
        margin-bottom: -16px;
    }
    .bonuses__box {
        padding: 15px 20px;
    }
    .bonuses__subtitle {
        max-width: 100%;
        font-size: 13px;
    }
    .bonuses__caption {
        font-size: 16px;
        line-height: 135%;
    }
    .bonuses__text p,
    .bonuses__text ul li {
        font-size: 12px;
        line-height: 140%;
    }
    .bonuses__text ul {
        padding-bottom: 18px;
    }
    .bonuses__text ul li {
        padding-left: 18px;
    }
    .bonuses__text ul li::before {
        top: 8px;
        left: 8px;
    }
    .bonuses__time {
        font-size: 18px;
        line-height: 120%;
    }
    .other-provisions {
        padding: 22px 25px;
        border-radius: 18px;
        margin-top: 12px;
    }
    .other-provisions__icon {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }
    .other-provisions__title {
        font-size: 16px;
        line-height: 135%;
    }
}
.comparison {
    padding-top: 32px;
    padding-bottom: 180px;
}
.comparison__top {
    border-bottom: 1px solid #e5effe;
    padding-bottom: 16px;
    margin-bottom: 16px;
}
.comparison__top-box {
    margin-top: 28px;
}
.comparison__top-box .share {
    display: none;
}
.comparison__title {
    color: #202732;
}
.comparison__product {
    margin-right: -32px;
}
.comparison-accordion__slick .slick-track,
.comparison__product-slick .slick-track {
    margin-left: 0;
    margin-right: 0;
}
.comparison__navigation {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    margin: 11px 0 21px;
}
.comparison__navigation::before {
    content: "";
    position: absolute;
    width: calc(100% - 46px);
    height: 1px;
    top: calc(50% - 0.5px);
    left: 23px;
    background-color: #abacb2;
}
.comparison__navigation-arrow {
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.comparison__container {
    overflow: hidden;
}
.comparison-card {
    padding-right: 32px;
}
.comparison-card__top {
    height: 201px;
    position: relative;
}
.comparison-card__img {
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: -27px;
    position: relative;
    z-index: 4;
}
.comparison-card__bottom {
    padding-top: 10px;
}
.comparison-card__bonuses {
    display: flex;
    align-items: center;
}
.comparison-card__bonuses-value {
    display: flex;
    align-items: center;
    padding: 3px 5px;
    background-color: #f2f2f2;
    border-radius: 100px;
    margin-right: 5px;
}
.comparison-card__bonuses-caption,
.comparison-card__bonuses-value {
    font-size: 12px;
    line-height: 120%;
    color: #202732;
}
.comparison-card__prices {
    display: flex;
    align-items: center;
}
.comparison-card__price {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    text-transform: capitalize;
    color: #202732;
    margin-right: 8px;
}
.comparison-card__price-old {
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    text-decoration: line-through;
    text-transform: capitalize;
    color: rgba(32, 39, 50, 0.5);
}
.comparison-card__desc {
    line-height: 145%;
    color: #202732;
    margin-top: 10px;
    height: 60px;
    overflow: hidden;
}
.comparison-card__button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    cursor: pointer;
    position: relative;
    z-index: 8;
}
.comparison-card__button svg {
    width: 24px;
    height: 24px;
}
.comparison-card__button svg * {
    transition: all 0.3s;
}
.comparison-card__button.active svg *,
.comparison-card__button:hover svg * {
    fill: #3b414b;
    transition: all 0.3s;
}
.comparison-card:hover .comparison-card__desc {
    text-decoration: underline;
}
.comparison-accordion {
    padding-bottom: 20px;
}
.comparison-accordion__top {
    display: flex;
    align-items: center;
}
.comparison-accordion__arrow {
    width: 16px;
    height: 16px;
    margin-left: 5px;
}
.comparison-accordion__arrow svg,
.comparison-accordion__info svg,
.form__social-link svg,
.quiz__back svg,
.quiz__closed svg,
.trade-in-faq__arrow svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.comparison-accordion__hidden {
    margin-top: 28px;
}
.comparison-accordion__slick {
    margin-right: -32px;
}
.comparison-accordion__coll {
    padding-top: 10.5px;
    padding-bottom: 12px;
    padding-right: 32px;
    border-top: 1px solid #e5effe;
}
.comparison-accordion__coll-top {
    display: flex;
    align-items: center;
    min-height: 18px;
}
.comparison-accordion__caption {
    font-size: 12px;
    line-height: 145%;
    color: #8e9297;
    margin-right: 10px;
}
.comparison-accordion__info {
    width: 18px;
    height: 18px;
}
.comparison-accordion__value {
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: #000;
}
.comparison-accordion + .comparison-accordion {
    padding-top: 20px;
    border-top: 1px solid #abacb2;
}
@media (max-width: 1600px) {
    .comparison {
        padding-bottom: 160px;
    }
}
@media (max-width: 1430px) {
    .comparison {
        padding-bottom: 120px;
    }
}
@media (max-width: 1320px) {
    .comparison {
        padding-bottom: 100px;
    }
}
@media (max-width: 1190px) {
    .comparison {
        padding-bottom: 80px;
    }
}
@media (max-width: 1010px) {
    .comparison-accordion__title {
        font-size: 20px;
    }
}
@media (max-width: 760px) {
    .comparison {
        padding-top: 20px;
        padding-bottom: 25px;
    }
    .comparison__top {
        padding-bottom: 8px;
        margin-bottom: 28px;
    }
    .comparison__top-box {
        display: flex;
        align-items: flex-end;
        justify-content: space-between;
        margin-top: 25px;
    }
    .comparison__top-box .share {
        display: inline-flex;
    }
    .comparison__title {
        font-size: 16px;
    }
    .comparison__product {
        margin-right: -20px;
    }
    .comparison__navigation {
        margin: 12px 0 10px;
    }
    .comparison .wrapper {
        padding: 0 20px;
    }
    .comparison-card {
        padding-right: 20px;
    }
    .comparison-card__button {
        width: 30px;
        height: 30px;
    }
    .comparison-card__top {
        height: 151px;
    }
    .comparison-card__img {
        height: 150px;
    }
    .comparison-card__bonuses-value {
        font-size: 11px;
    }
    .comparison-card__bonuses-caption {
        font-size: 10px;
    }
    .comparison-card__price {
        font-size: 15px;
    }
    .comparison-card__price-old {
        font-size: 10px;
    }
    .comparison-card__desc {
        font-size: 11px;
        line-height: 140%;
        height: 44px;
    }
    .comparison-accordion {
        padding-bottom: 14px;
    }
    .comparison-accordion__title {
        font-size: 16px;
    }
    .comparison-accordion__hidden {
        margin-top: 14px;
    }
    .comparison-accordion__coll {
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 10px;
    }
    .comparison-accordion__caption {
        margin-right: 6px;
        max-width: calc(100% - 20px);
        font-size: 10px;
    }
    .comparison-accordion__info {
        width: 14px;
        height: 14px;
    }
    .comparison-accordion__value {
        font-size: 12px;
    }
    .comparison-accordion + .comparison-accordion {
        padding-top: 14px;
    }
}
.trade-in-promo {
    padding-top: 32px;
    position: relative;
    z-index: 100;
}
.trade-in-promo::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 34%;
    left: 0;
    bottom: 0;
    background-color: #f1f7ff;
    z-index: -1;
}
.trade-in-promo__body {
    display: flex;
    justify-content: space-between;
}
.trade-in-promo__img {
    width: 48%;
    max-width: 732px;
    position: relative;
    top: 5px;
}
.trade-in-promo__wrap {
    width: 49%;
    max-width: 783px;
    padding-top: 126px;
}
.trade-in-promo__desc {
    max-width: 530px;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #000;
    margin-top: 33px;
    padding-left: 2px;
}
@media (max-width: 1430px) {
    .trade-in-promo::before {
        height: 25%;
    }
    .trade-in-promo__img {
        width: 44%;
        top: 0;
    }
    .trade-in-promo__wrap {
        width: 54%;
        padding-top: 100px;
    }
    .trade-in-promo__desc {
        font-size: 18px;
        margin-top: 24px;
        padding-left: 0;
    }
}
@media (max-width: 1190px) {
    .trade-in-promo::before {
        height: 30%;
    }
    .trade-in-promo__img {
        width: 50%;
        top: 0;
    }
    .trade-in-promo__wrap {
        width: 48%;
        padding-top: 80px;
    }
    .trade-in-promo__desc {
        font-size: 16px;
        margin-top: 20px;
    }
}
@media (max-width: 1010px) {
    .trade-in-promo__body {
        justify-content: center;
        flex-wrap: wrap;
        padding-top: 24px;
    }
    .trade-in-promo__wrap {
        width: 100%;
        padding-top: 0;
        order: 1;
    }
    .trade-in-promo__desc {
        max-width: 100%;
    }
    .trade-in-promo__img {
        width: 100%;
        max-width: 480px;
        order: 2;
    }
}
@media (max-width: 760px) {
    .trade-in-promo {
        padding-top: 7px;
    }
    .trade-in-promo::before {
        height: 34%;
        border-radius: 16px 16px 0 0;
    }
    .trade-in-promo__body {
        padding-top: 8px;
    }
    .trade-in-promo__title {
        padding-right: 10px;
    }
    .trade-in-promo__desc {
        font-size: 14px;
        margin-top: 21px;
        padding-right: 5%;
        line-height: 130%;
    }
    .trade-in-promo__img {
        padding-right: 2%;
    }
}
.trade-in-conditions {
    padding-top: 76px;
    padding-bottom: 70px;
}
.trade-in-conditions__body {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.trade-in-conditions__left {
    width: 30%;
    max-width: 405px;
}
.trade-in-conditions__subtitle {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #000;
    margin-top: 28px;
}
.trade-in-conditions__right {
    padding: 30px 48px 48px;
    width: 68%;
    max-width: 1057px;
    background-color: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.trade-in-conditions__tabs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5effe;
}
.trade-in-conditions__tab {
    width: 33.333%;
    max-width: 250px;
    position: relative;
    text-align: center;
    padding-bottom: 22px;
    border-bottom: 1px solid transparent;
    margin-bottom: -1px;
    cursor: pointer;
    transition: all 0.3s;
}
.trade-in-conditions__tab.active {
    border-color: #000;
    transition: all 0.3s;
}
.trade-in-conditions__icon {
    width: 130px;
    height: 131px;
    margin: 0 auto -10px;
}
.trade-in-conditions__caption,
.trade-in-faq__text p {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #202732;
}
.trade-in-conditions__container {
    margin-top: 24px;
    position: relative;
}
.trade-in-conditions__block {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0s;
}
.trade-in-conditions__block.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition: all 0.3s;
}
.trade-in-conditions__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: rgba(32, 39, 50, 0.8);
    padding: 20px;
    height: 70px;
    border: 1px solid #e5effe;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}
.trade-in-conditions__item + .trade-in-conditions__item {
    margin-top: 4px;
}
.trade-in-conditions__item.active,
.trade-in-conditions__item:hover {
    border-color: #82d900;
    color: #202732;
    transition: all 0.3s;
}
@media (max-width: 1600px) {
    .trade-in-conditions__item {
        font-size: 20px;
        height: 64px;
    }
}
@media (max-width: 1430px) {
    .trade-in-conditions {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .trade-in-conditions__subtitle {
        font-size: 18px;
        margin-top: 24px;
    }
    .trade-in-conditions__right {
        padding: 16px 24px 30px;
        border-radius: 24px;
    }
    .trade-in-conditions__item {
        font-size: 18px;
        height: 60px;
    }
    .trade-in-conditions__caption {
        font-size: 18px;
    }
}
@media (max-width: 1190px) {
    .trade-in-conditions {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .trade-in-conditions__subtitle {
        font-size: 16px;
        margin-top: 20px;
    }
    .trade-in-conditions__left {
        width: 34%;
    }
    .trade-in-conditions__right {
        width: 64%;
        padding: 20px 25px;
        border-radius: 18px;
    }
    .trade-in-conditions__icon {
        width: 90px;
        height: 90px;
        margin-bottom: -4px;
    }
    .trade-in-conditions__caption {
        font-size: 15px;
    }
    .trade-in-conditions__item {
        font-size: 16px;
        height: 52px;
        padding: 10px 15px;
    }
}
@media (max-width: 1010px) {
    .trade-in-conditions {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .trade-in-conditions__body {
        flex-wrap: wrap;
    }
    .trade-in-conditions__left {
        width: 100%;
        max-width: 100%;
    }
    .trade-in-conditions__right {
        width: 100%;
        margin-top: 18px;
    }
}
@media (max-width: 760px) {
    .trade-in-conditions {
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .trade-in-conditions__subtitle {
        font-size: 14px;
        margin-top: 18px;
        padding-right: 5%;
    }
    .trade-in-conditions__tab {
        padding-bottom: 8px;
    }
    .trade-in-conditions__icon {
        width: 59px;
        height: auto;
        margin-top: -6px;
        margin-bottom: 2px;
    }
    .trade-in-conditions__caption {
        font-size: 14px;
    }
    .trade-in-conditions__container {
        margin-top: 10px;
    }
    .trade-in-conditions__item {
        font-size: 16px;
        height: 40px;
        padding: 10px 20px;
    }
}
.trade-in-discount {
    padding-top: 55px;
    padding-bottom: 102px;
}
.trade-in-discount__body {
    align-items: flex-start;
}
.trade-in-discount__title {
    width: 30%;
}
.trade-in-discount__wrap {
    width: 70%;
    max-width: 1057px;
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
}
.trade-in-discount__card {
    width: calc(25% - 30px);
    max-width: 1082px;
    padding: 20px 0 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 24px;
    margin: 15px;
}
.trade-in-discount__img {
    width: 100%;
    height: 191px;
}
.trade-in-discount__caption {
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    color: #202732;
    margin: 6px 0 10px;
}
@media (max-width: 1600px) {
    .trade-in-discount__wrap {
        margin: -10px;
    }
    .trade-in-discount__card {
        width: calc(25% - 20px);
        margin: 10px;
    }
    .trade-in-discount__caption {
        font-size: 15px;
        margin: 5px 0 10px;
    }
}
@media (max-width: 1430px) {
    .trade-in-discount {
        padding-top: 50px;
        padding-bottom: 100px;
    }
    .trade-in-discount__img {
        height: 170px;
    }
}
@media (max-width: 1320px) {
    .trade-in-discount__card {
        width: calc(33.333% - 20px);
    }
}
@media (max-width: 1190px) {
    .trade-in-discount__title {
        width: 34%;
    }
    .trade-in-discount__wrap {
        width: calc(64% + 20px);
    }
    .trade-in-discount__img {
        height: 140px;
    }
}
@media (max-width: 1010px) {
    .trade-in-discount {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .trade-in-discount__body {
        flex-wrap: wrap;
    }
    .trade-in-discount__title {
        width: 100%;
    }
    .trade-in-discount__wrap {
        width: calc(100% + 20px);
        margin-top: 17px;
    }
}
@media (max-width: 760px) {
    .trade-in-discount {
        padding-top: 18px;
        padding-bottom: 50px;
    }
    .trade-in-discount__wrap {
        width: 100%;
        margin: 17px 0 0;
    }
    .trade-in-discount__card {
        display: flex;
        align-items: center;
        width: 100%;
        min-height: 120px;
        border-radius: 8px;
        margin: 0;
        padding: 16px 10px;
        text-align: left;
    }
    .trade-in-discount__card + .trade-in-discount__card {
        margin-top: 5px;
    }
    .trade-in-discount__img {
        width: 112px;
        height: 85px;
        margin-right: 23px;
    }
    .trade-in-discount__bottom {
        width: calc(100% - 135px);
        display: flex;
        flex-wrap: wrap;
        align-content: space-between;
        min-height: 85px;
    }
    .trade-in-discount__caption {
        width: 100%;
        font-size: 13px;
        margin: 0;
    }
    .trade-in-discount__btn {
        padding: 11px 24px;
    }
}
.trade-in-benefits {
    padding-top: 109px;
    padding-bottom: 168px;
}
.trade-in-benefits__title {
    max-width: 750px;
    text-align: center;
    margin: 0 auto 55.5px;
}
.trade-in-benefits__row {
    display: flex;
    flex-wrap: wrap;
    margin: -16.5px;
}
.trade-in-benefits__coll {
    width: calc(33.333% - 33px);
    min-height: 170px;
    background-color: #fff;
    border: 1px solid #e5effe;
    border-radius: 30px;
    padding: 35px 45px;
    margin: 16.5px;
    position: relative;
}
.trade-in-benefits__coll_2 .trade-in-benefits__icon {
    width: 128px;
    height: auto;
    top: 17px;
    right: 22px;
}
.trade-in-benefits__coll_3 .trade-in-benefits__icon {
    width: 142px;
    height: auto;
    top: 5px;
    right: 23px;
}
.trade-in-benefits__caption {
    max-width: 268px;
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #000;
}
.trade-in-benefits__col-title {
    margin-bottom: 14px;
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 25px;
    color: #ffffff;
    line-height: 120%;
}
.trade-in-benefits__icon {
    position: absolute;
    width: 122px;
    height: 100px;
    top: 32px;
    right: 44px;
}
@media (max-width: 1430px) {
    .trade-in-benefits {
        padding-top: 100px;
        padding-bottom: 120px;
    }
    .trade-in-benefits__title {
        margin-bottom: 35px;
    }
    .trade-in-benefits__coll {
        width: calc(33.333% - 20px);
        min-height: 140px;
        border-radius: 24px;
        padding: 24px 28px;
        margin: 10px;
    }
    .trade-in-benefits__coll_2 .trade-in-benefits__icon {
        width: 104px;
        top: 12px;
        right: 15px;
    }
    .trade-in-benefits__coll_3 .trade-in-benefits__icon {
        width: 108px;
        top: 0;
        right: 15px;
    }
    .trade-in-benefits__caption {
        font-size: 18px;
    }
    .trade-in-benefits__icon {
        width: 100px;
        height: auto;
        top: 24px;
        right: 30px;
    }
}
@media (max-width: 1190px) {
    .trade-in-benefits {
        padding-bottom: 100px;
    }
    .trade-in-benefits__title {
        max-width: 610px;
        margin-bottom: 24px;
    }
    .trade-in-benefits__row {
        margin: -8px;
    }
    .trade-in-benefits__coll {
        width: calc(33.333% - 16px);
        min-height: 110px;
        border-radius: 18px;
        padding: 16px 20px;
        margin: 8px;
    }
    .trade-in-benefits__coll_2 .trade-in-benefits__icon {
        width: 80px;
        top: 12px;
        right: 10px;
    }
    .trade-in-benefits__coll_3 .trade-in-benefits__icon {
        width: 97px;
    }
    .trade-in-benefits__caption {
        font-size: 16px;
        max-width: 210px;
    }
    .trade-in-benefits__icon {
        width: 84px;
        top: 20px;
        right: 15px;
    }
}
@media (max-width: 1010px) {
    .trade-in-benefits {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .trade-in-benefits__coll {
        width: calc(50% - 16px);
    }
}
@media (max-width: 760px) {
    .trade-in-benefits__col-title {
        font-size: 20px;
        line-height: 120%;
    }
    .trade-in-benefits {
        padding-top: 40px;
        padding-bottom: 50px;
    }
    .trade-in-benefits__title {
        margin-bottom: 17px;
        padding: 0 5%;
    }
    .trade-in-benefits__row {
        margin: 0;
    }
    .trade-in-benefits__coll {
        width: 100%;
        min-height: 118px;
        border-radius: 18px;
        padding: 25px 30px;
        margin: 0;
    }
    .trade-in-benefits__coll_2 {
        min-height: 117px;
        padding: 25px 30px 20px;
    }
    .trade-in-benefits__coll_2 .trade-in-benefits__icon {
        width: 88px;
        top: 10px;
        right: 12px;
    }
    .trade-in-benefits__coll_3 .trade-in-benefits__icon {
        top: 3px;
        right: 13px;
    }
    .trade-in-benefits__coll + .trade-in-benefits__coll {
        margin-top: 5px;
    }
    .trade-in-benefits__caption {
        font-size: 14px;
    }
    .trade-in-benefits__icon {
        width: 84px;
        top: 22px;
        right: 28px;
    }
}
.trade-in-grade {
    padding-top: 140px;
    padding-bottom: 70px;
}
.trade-in-grade__body {
    align-items: flex-start;
}
.trade-in-grade__title {
    width: 30%;
}
.trade-in-grade__row {
    width: 68%;
    max-width: 1057px;
    display: flex;
    justify-content: space-between;
    padding: 46px 48px;
    background: #fff;
    border: 1px solid #e5effe;
    border-radius: 32px;
}
.trade-in-grade__coll {
    width: calc(33.333% - 7.5px);
    padding: 19px 0;
    border: 1px solid #e5effe;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s;
}
.trade-in-grade__coll.active,
.trade-in-grade__coll:hover {
    border-color: #000;
}
.trade-in-grade__icon {
    width: 130px;
    height: 131px;
    margin: 0 auto 5px;
}
.trade-in-grade__caption {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    color: #202732;
    margin-bottom: 4px;
}
.trade-in-grade__price {
    font-size: 14px;
    line-height: 145%;
    color: #202732;
}
@media (max-width: 1430px) {
    .trade-in-grade {
        padding-top: 120px;
        padding-bottom: 60px;
    }
    .trade-in-grade__caption {
        font-size: 18px;
    }
}
@media (max-width: 1190px) {
    .trade-in-grade {
        padding-top: 100px;
        padding-bottom: 50px;
    }
    .trade-in-grade__title {
        width: 34%;
    }
    .trade-in-grade__row {
        width: 64%;
        padding: 20px;
        border-radius: 18px;
    }
    .trade-in-grade__icon {
        width: 90px;
        height: auto;
    }
    .trade-in-grade__caption {
        font-size: 16px;
    }
}
@media (max-width: 1010px) {
    .trade-in-grade {
        padding-top: 80px;
        padding-bottom: 40px;
    }
    .trade-in-grade__body {
        flex-wrap: wrap;
    }
    .trade-in-grade__title {
        width: 100%;
    }
    .trade-in-grade__row {
        width: 100%;
        margin-top: 17px;
    }
}
@media (max-width: 760px) {
    .trade-in-grade {
        padding-top: 40px;
        padding-bottom: 20px;
    }
    .trade-in-grade__row {
        flex-wrap: wrap;
    }
    .trade-in-grade__coll {
        width: 100%;
        padding: 10px;
        text-align: left;
        display: flex;
        align-items: center;
    }
    .trade-in-grade__coll + .trade-in-grade__coll {
        margin-top: 5px;
    }
    .trade-in-grade__icon {
        width: 59px;
        height: auto;
        margin: 0 20px 0 0;
    }
    .trade-in-grade__bottom {
        width: calc(100% - 80px);
    }
    .trade-in-grade__caption {
        font-size: 14px;
        margin-bottom: 0;
    }
    .trade-in-grade__price {
        font-size: 12px;
    }
}
.trade-in-faq {
    padding-top: 70px;
    padding-bottom: 100px;
}
.trade-in-faq__container {
    margin-top: 90px;
}
.trade-in-faq__accordion {
    background-color: #fff;
    border: 1px solid #cadcf8;
    border-radius: 24px;
    transition: all 0.3s;
}
.trade-in-faq__accordion + .trade-in-faq__accordion {
    margin-top: 10px;
}
.trade-in-faq__accordion.active {
    background-color: #e5effe;
    border-color: #e5effe;
    transition: all 0.3s;
}
.trade-in-faq__accordion.active .trade-in-faq__top {
    color: #1b1c1b;
    transition: all 0.3s;
}
.trade-in-faq__accordion.active .trade-in-faq__arrow {
    transform: rotate(-180deg);
    transition: all 0.3s;
}
.trade-in-faq__top {
    min-height: 78px;
    padding: 6px 41px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: rgba(30, 36, 46, 0.7);
    cursor: pointer;
    transition: all 0.3s;
}
.trade-in-faq__caption {
    width: calc(100% - 40px);
    max-width: 1395px;
}
.trade-in-faq__arrow {
    width: 20px;
    height: 20px;
    transition: all 0.3s;
}
.trade-in-faq__hidden {
    display: none;
    margin-bottom: 40px;
}
.trade-in-faq__hidden.active {
    display: block;
}
.trade-in-faq__text {
    padding: 22px 40px 30px;
    max-width: 898px;
    background-color: #fff;
    border-radius: 20px 0 20px 20px;
    margin-left: auto;
    margin-right: 48px;
    position: relative;
}
.trade-in-faq__text p {
    line-height: 140%;
    color: #1e242e;
}
.trade-in-faq__text::before {
    content: "";
    position: absolute;
    width: 21px;
    height: 21px;
    top: 0;
    right: -21px;
    background-image: url(../img/trade-in/faq-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 1600px) {
    .trade-in-faq__top {
        font-size: 22px;
    }
}
@media (max-width: 1430px) {
    .trade-in-faq {
        padding-top: 60px;
    }
    .trade-in-faq__container {
        margin-top: 40px;
    }
    .trade-in-faq__top {
        font-size: 20px;
    }
    .trade-in-faq__text {
        padding: 20px 25px 24px;
        max-width: 800px;
        border-radius: 16px 0 16px 16px;
    }
    .trade-in-faq__text p {
        font-size: 18px;
    }
}
@media (max-width: 1320px) {
    .trade-in-faq__top {
        padding: 6px 31px;
        font-size: 18px;
    }
    .trade-in-faq__text {
        max-width: 705px;
    }
    .trade-in-faq__text p {
        font-size: 16px;
    }
}
@media (max-width: 1190px) {
    .trade-in-faq {
        padding-top: 50px;
    }
}
@media (max-width: 1010px) {
    .trade-in-faq {
        padding-top: 40px;
        padding-bottom: 80px;
    }
    .trade-in-faq__container {
        margin-top: 27px;
    }
    .trade-in-faq__accordion {
        border-radius: 6px;
    }
    .trade-in-faq__accordion.active .trade-in-faq__top {
        padding: 10px 16px 10px 25px;
    }
    .trade-in-faq__top {
        padding: 10px 16px;
        font-size: 16px;
        min-height: 64px;
    }
    .trade-in-faq__hidden {
        margin-bottom: 24px;
    }
    .trade-in-faq__text {
        max-width: 705px;
        padding: 20px;
        border-radius: 8px 0 8px 8px;
        margin-right: 25px;
        margin-left: 25px;
    }
    .trade-in-faq__text p {
        font-size: 14px;
    }
}
@media (max-width: 760px) {
    .trade-in-faq {
        padding-top: 16px;
        padding-bottom: 48px;
    }
    .trade-in-faq__accordion.active .trade-in-faq__top {
        font-size: 16px;
        line-height: 120%;
    }
    .trade-in-faq__accordion + .trade-in-faq__accordion {
        margin-top: 5px;
    }
    .trade-in-faq__top {
        padding: 10px 16px;
        font-size: 14px;
        line-height: 125%;
        min-height: 50px;
    }
    .trade-in-faq__hidden {
        margin-top: 1px;
        margin-bottom: 22px;
    }
    .trade-in-faq__text {
        padding: 20px 20px 34px;
    }
    .trade-in-faq__text p {
        font-size: 12px;
        line-height: 135%;
    }
}
@media (max-width: 1320px) {
    .trade-in .h2,
    .trade-in h2 {
        font-size: 36px;
    }
}
@media (max-width: 1190px) {
    .trade-in .h2,
    .trade-in h2 {
        font-size: 32px;
    }
}
@media (max-width: 760px) {
    .trade-in .h2,
    .trade-in h2 {
        font-size: 20px;
    }
    .trade-in .wrapper {
        padding: 0 20px;
    }
}
.quiz {
    background-color: #fff;
    border-radius: 32px;
    width: calc(100% - 30px);
    max-width: 1175px;
    padding: 110px 105px 65px;
    overflow: visible;
    margin: 50px 15px;
}
.quiz__closed {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 35px;
    right: 35px;
    cursor: pointer;
}
.form__password svg *,
.modal__closed svg *,
.quiz__back svg *,
.quiz__closed svg * {
    transition: all 0.3s;
}
.quiz__back:hover svg *,
.quiz__closed:hover svg * {
    stroke: #a9ff35;
    transition: all 0.3s;
}
.quiz__top {
    display: flex;
    align-items: center;
    position: absolute;
    top: 40px;
    left: 36px;
    padding-left: 76px;
}
.quiz__back {
    display: inline-flex;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: absolute;
    top: -75px;
    left: -75px;
}
.quiz__line,
.quiz__line span {
    width: 190px;
    height: 8px;
    background-color: #f2f2f2;
    border-radius: 100px;
}
.quiz__line span {
    width: 33%;
    height: 100%;
    background-color: #82d900;
    transition: all 0.3s;
}
.quiz__body,
.quiz__line {
    position: relative;
}
.quiz__body.cabinet-form .cabinet-form__box {
    padding: 0;
    background: 0 0;
    border: 0;
    border-radius: 0;
    margin-bottom: 30px;
}
.quiz__body.cabinet-form .cabinet-form__box + .quiz__btn {
    margin-bottom: 30px;
}
.quiz__line span,
.quiz__step {
    position: absolute;
    top: 0;
    left: 0;
}
.quiz__step {
    width: 100%;
    opacity: 0;
    visibility: hidden;
    transform: translateX(25px);
    transition: all 0s;
}
.quiz__step.active {
    position: relative;
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    transition: all 0.3s;
}
.quiz__row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}
.quiz__coll {
    width: 48%;
}
.quiz__subtitle {
    max-width: 403px;
}
.quiz-state-checbox input,
.quiz__subtitle_mobile {
    display: none;
}
.quiz__subtitle p + p {
    margin-top: 20px;
}
.quiz__box + .quiz__box {
    margin-top: 50px;
}
.quiz__caption {
    margin-bottom: 15px;
}
.quiz__bottom {
    margin-top: 50px;
    max-width: 350px;
}
.quiz__btn {
    width: 100%;
    max-width: 350px;
    height: 64px;
}
.quiz__items {
    display: inline-block;
    padding: 20px;
    background-color: #f1f7ff;
    border-radius: 24px;
    margin-top: 35px;
    margin-bottom: 50px;
}
.quiz__item {
    display: flex;
    font-size: 16px;
    line-height: 145%;
    color: #000;
}
.quiz__item-caption {
    opacity: 0.5;
    margin-right: 9px;
}
.quiz__item + .quiz__item {
    margin-top: 5px;
}
.quiz-state__row {
    display: flex;
    justify-content: space-between;
}
.quiz-state__coll {
    width: calc(25% - 15px);
}
.quiz-serial-number .cabinet-form__label {
    width: 100%;
    max-width: 350px;
    margin: 15px 0 40px;
}
.quiz-state-checbox__caption {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 125%;
    color: #202732;
    padding: 20px;
    height: 70px;
    border: 1px solid #e5effe;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s;
}
.quiz-state-checbox__desc {
    font-size: 12px;
    line-height: 125%;
    color: #8e9297;
    margin-top: 16px;
}
.quiz-state-checbox
input[type="checkbox"]:checked
+ .quiz-state-checbox__caption,
.quiz-state-checbox input[type="radio"]:checked + .quiz-state-checbox__caption {
    border-color: #82d900;
    transition: all 0.3s;
}
@media (max-width: 1190px) {
    .quiz {
        border-radius: 24px;
        padding: 75px 25px 40px;
    }
    .quiz__top {
        padding-left: 35px;
    }
    .quiz__back {
        top: -40px;
        left: 0;
    }
    .quiz__row {
        margin-bottom: 35px;
    }
    .quiz__title {
        max-width: 400px;
    }
    .quiz__subtitle {
        max-width: 375px;
    }
    .quiz__caption {
        margin-bottom: 10px;
    }
    .quiz__bottom,
    .quiz__box + .quiz__box {
        margin-top: 35px;
    }
    .quiz-serial-number .cabinet-form__label {
        margin: 10px 0 35px;
    }
    .quiz-state-checbox__caption {
        font-size: 20px;
        height: 60px;
    }
}
@media (max-width: 1010px) {
    .quiz {
        border-radius: 18px;
        padding: 60px 20px 25px;
    }
    .quiz__top {
        top: 26px;
        left: 78px;
        padding-left: 0;
    }
    .quiz__closed {
        top: 20px;
        right: 24px;
    }
    .quiz__back {
        top: -38px;
    }
    .quiz__coll {
        width: 100%;
    }
    .quiz__coll_mobile,
    .quiz__subtitle br {
        display: none;
    }
    .quiz__title {
        margin-bottom: 23px;
    }
    .quiz__subtitle,
    .quiz__title {
        max-width: 100%;
    }
    .quiz__subtitle_mobile {
        display: block;
    }
    .quiz__info {
        max-width: 400px;
    }
    .quiz__items {
        border-radius: 18px;
        margin-top: 25px;
        margin-bottom: 30px;
    }
    .quiz .cabinet-form__caption {
        font-size: 12px;
        left: 12px;
    }
    .quiz-state__coll {
        width: calc(25% - 10px);
    }
    .quiz-state-checbox__caption {
        font-size: 18px;
        height: 54px;
    }
    .quiz-state-checbox__desc {
        font-size: 11px;
        margin-top: 10px;
    }
}
@media (max-width: 760px) {
    .quiz__row {
        margin-bottom: 23px;
    }
    .quiz__subtitle {
        font-size: 14px;
    }
    .quiz__caption {
        font-size: 16px;
        line-height: 135%;
    }
    .quiz__bottom,
    .quiz__box + .quiz__box,
    .quiz__items {
        margin-top: 23px;
    }
    .quiz__items {
        margin-bottom: 23px;
    }
    .quiz__item {
        font-size: 13px;
    }
    .quiz__btn {
        width: 100%;
        max-width: 100%;
        height: 40px;
    }
    .quiz__body.cabinet-form .cabinet-form__box,
    .quiz__body.cabinet-form .cabinet-form__box + .quiz__btn {
        margin-bottom: 20px;
    }
    .quiz .checbox {
        font-size: 11px;
        align-items: flex-start;
    }
    .quiz .cabinet-form__caption {
        font-size: 14px;
    }
    .quiz .cabinet-form__caption.active,
    .quiz__btn {
        font-size: 12px;
    }
    .quiz-state__row {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .quiz-state__coll {
        width: 100%;
    }
    .quiz-state__coll + .quiz-state__coll {
        margin-top: 10px;
    }
    .quiz-serial-number__caption {
        font-size: 14px;
    }
    .quiz-serial-number .cabinet-form__label {
        margin: 10px 0 23px;
    }
    .quiz-state-checbox {
        display: flex;
        justify-content: space-between;
    }
    .quiz-state-checbox__caption {
        width: 150px;
        font-size: 16px;
        height: 40px;
        padding: 5px;
        margin-right: 10px;
    }
    .quiz-state-checbox__desc {
        max-width: calc(100% - 160px);
        font-size: 12px;
        line-height: 110%;
        margin-top: 0;
    }
}
@media (max-width: 360px) {
    .quiz__top {
        left: 50px;
    }
}
.modal {
    padding: 30px 15px 25px;
    background-color: #303948;
    border-radius: 10px;
    margin: 50px 15px;
    width: calc(100% - 30px);
    max-width: 364px;
    overflow: visible;
    position: relative;
}
.modal__closed {
    position: absolute;
    width: 24px;
    height: 24px;
    top: -30px;
    right: 0;
    cursor: pointer;
}
.form__password.active svg path,
.modal__closed:hover svg * {
    stroke: #fff;
    transition: all 0.3s;
}
.modal__top {
    margin-bottom: 18px;
}
.modal__top-nav {
    display: flex;
    justify-content: center;
}
.modal__top-link {
    font-weight: 600;
    display: inline-flex;
    color: rgba(255, 255, 255, 0.5);
    border-bottom: 3px solid transparent;
    transition: all 0.3s;
}
.modal__top-link.active {
    border-color: #a9ff35;
}
.modal__top-link.active,
.modal__top-link:hover {
    color: #fff;
    transition: all 0.3s;
}
.modal__top-link + .modal__top-link {
    margin-left: 20px;
}
.modal__title {
    font-weight: 600;
    text-align: center;
    color: #fff;
}
.modal__subtitle {
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 145%;
    color: #fff;
}
.modal__subtitle a {
    color: #a9ff35;
    text-decoration: underline;
}
.modal__body-content {
    color: #000000;
}

.modal__body-content p,
.modal__body-content ol li,
.modal__body-content ul li {
    font-size: 16px;
    line-height: 145%;
    margin-bottom: 10px;
}
.modal__body-content p {
    margin-bottom: 20px;
}
.modal__body-content ol,
.modal__body-content ul {
    margin-left: 20px;
    margin-bottom: 20px;
}
.modal__body-content ol li {
    list-style: auto;
}
.modal__body-content ul li {
    list-style: disc;
}
.modal_white {
    background-color: #fff;
}
.modal_white .modal__title {
    color: #1e242e;
}
.modal_white .modal__subtitle {
    color: #303948;
}
.modal_white .form__caption {
    color: #8e9297;
    background-color: #fff;
}
.modal_white .form__link {
    color: #61637f;
}
.modal_white .checbox {
    color: #1e242e;
}
.modal_white .checbox a {
    color: #adb2b9;
    text-decoration: none;
}
.modal_white .checbox__icon {
    border-color: #e5effe;
}
.modal_white .checbox input[type="checkbox"]:checked + .checbox__icon,
.modal_white .checbox input[type="radio"]:checked + .checbox__icon {
    background-color: #e5effe;
    transition: all 0.3s;
}
.product-modal__wrap {
    margin-top: -18px;
}
.product-modal__img {
    width: 238px;
    height: 181px;
    margin: 0 auto;
}
.card-modal__img img,
.card-modal__slide-img img,
.product-modal__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.product-modal__desc {
    font-size: 14px;
    line-height: 140%;
    color: #202732;
    height: 40px;
    overflow: hidden;
    margin-bottom: 16px;
}
.card-modal__bottom .form__link,
.product-modal__bottom .form__link {
    width: 100%;
    justify-content: center;
}
.card-modal {
    max-width: 500px;
    padding-left: 20px;
    padding-right: 20px;
}
.card-modal__wrap {
    display: flex;
    align-items: center;
    border: 1px solid #f2f2f2;
    margin-bottom: 10px;
}
.card-modal__img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 162px;
    height: 124px;
}
.card-modal__desc {
    width: calc(100% - 162px);
    font-size: 14px;
    line-height: 140%;
    color: #202732;
    padding-right: 24px;
}
.card-modal__bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #f2f2f2;
}
.card-modal__recommendations {
    margin-top: 35px;
}
.card-modal__recommendations-body {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.card-modal__slick {
    width: calc(100% - 56px);
    margin-right: -12px;
}
.card-modal__slide-img {
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 12px);
    height: 91px;
    border: 1px solid #ededed;
    padding: 8px 15px;
    cursor: pointer;
    transition: all 0.3s;
}
.card-modal__slide-img:hover {
    border-color: #a9ff35;
    transition: all 0.3s;
}
.card-modal .arrow:hover svg * {
    fill: none;
    stroke: #a9ff35;
    transition: all 0.3s;
}
@media (max-width: 500px) {
    .card-modal {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card-modal__img {
        width: 110px;
        height: 100px;
    }
    .card-modal__desc {
        width: calc(100% - 110px);
        padding-right: 12px;
    }
    .card-modal__recommendations {
        margin-top: 20px;
    }
    .card-modal__recommendations-body {
        margin-top: 15px;
    }
}
.form__label {
    width: 100%;
    display: block;
    position: relative;
}
.form__label + .form__label {
    margin-top: 4px;
}
.form__caption {
    position: absolute;
    font-size: 12px;
    color: #8e9297;
    line-height: 20px;
    top: calc(50% - 15px);
    left: 16px;
    background-color: #303948;
    padding: 5px;
    transition: all 0.3s;
}
.form__caption span {
    color: #a9ff35;
}
.form__caption.active {
    font-size: 12px;
    top: -15px;
    z-index: 10;
    transition: all 0.3s;
}
.form__box + .form__box {
    margin-top: 25px;
}
.form__field {
    padding: 15px 24px 15px 16px;
    height: 47px;
    border: 1px solid #ededed;
    border-radius: 4px;
}
.form__btn {
    width: 100%;
    height: 48px;
    margin-top: 8px;
}
.form__btn + .form__link {
    margin-top: 15px;
}
.form__password {
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: 16px;
    cursor: pointer;
}
.form__password.active svg ellipse {
    fill: #fff;
    transition: all 0.3s;
}
.form__bottom {
    margin-top: 12px;
}
.form__bottom .form__link {
    width: 100%;
    justify-content: center;
}
.form__link {
    display: inline-flex;
    font-size: 12px;
    line-height: 145%;
    color: #a9ff35;
    transition: all 0.3s;
}
.form__link span {
    text-decoration: underline;
}
.form__link_white {
    color: #fff;
}
.form__link_white span {
    text-decoration: none;
}
.form__social {
    margin-top: 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    border: 1px solid #212833;
    border-radius: 4px;
    padding: 12px 12px 12px 29px;
}
.form__social-caption {
    font-size: 12px;
    line-height: 135%;
    color: #fff;
}
.form__social-list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.form__social-link {
    display: inline-flex;
    align-items: center;
    width: 24px;
    height: 24px;
    position: relative;
}
.form__social-link::before {
    content: "";
    position: absolute;
    top: 1px;
    right: -7px;
    width: 1px;
    height: calc(100% - 2px);
    background-color: #212833;
}
.form__social-link + .form__social-link {
    margin-left: 14px;
}
.form__social-link:last-child::before {
    display: none;
}
.form__social-link svg *,
.quantity-btn svg * {
    transition: all 0.3s;
}
.form__social-link:hover svg * {
    fill: #a9ff35;
    transition: all 0.3s;
}
.form .checbox {
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 6px;
}
@media (max-width: 420px) {
    .form__social {
        padding: 12px;
    }
}
.quantity {
    width: 112px;
    height: 32px;
    display: flex;
    justify-content: space-between;
}
.quantity-btn,
.quantity-value input {
    background-color: transparent;
    border: 0;
}
.quantity-value input {
    font-family: "Montserrat", sans-serif;
    width: 48px;
    height: 100%;
    font-size: 14px;
    line-height: 135%;
    text-align: center;
    color: #202732;
}
.quantity-btn {
    width: 32px;
    height: 32px;
    cursor: pointer;
    transition: all 0.3s;
}
.quantity-btn:hover svg * {
    fill: #6e7687;
    transition: all 0.3s;
}
.quantity-btn.disabled {
    opacity: 0.5;
}
@media (max-width: 760px) {
    .quantity {
        width: 96px;
    }
    .quantity-value input {
        width: 32px;
        font-size: 12px;
    }
}
.menu .menu-small__item,
.menu .services-item__caption {
    display: none;
}
.menu.active .menu-small__item,
.menu.active .services-item__caption {
    display: block;
}

.textarea_order {
    height: 100px;
}

.cabinet-form__caption.textarea {
    top: calc(20% - 15px);
}

.cabinet-form__caption.textarea.active {
    font-size: 12px;
    top: -15px;
    z-index: 10;
    transition: all 0.3s;
}
.recommendations__body,
.youtube__body,
.hits .new_body_container,
.main-blog__body,
.hits_body_container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
}
.new_category {
    flex-wrap: wrap;
    display: flex;
    gap: 12px;
}
div.fixed-nav {
    z-index: 90;
}
.new__swiper-pagination,
.hit-pagination,
.about__youtube-pagination {
    margin-top: 15px;
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet,
.about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
    width: 12px;
    cursor: pointer;
    height: 12px;
    border-radius: 100%;
    background-color: #bababa;
}
.new__swiper-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active ,
.hit-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active,
.about__youtube-pagination.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    background: #a9ff35;
}
.share-widget {
    right: 0;
    left: auto;
}
.swiper-container-horizontal>.swiper-pagination-bullets {
    display: flex;
    justify-content: center;
    bottom: -36px;
}
.show_more_menu {
    color: #FFF;
}
@media (max-width: 1010px) {
    header._header-scroll {
        position: sticky;
        top: 0;
        left: 0;
        background-color: #1e242e;
    }
}
@media (max-width: 760px) {
    .article .hits.bg-white-gray {
        margin-left: -16px;
        margin-right: -16px;
    }
}

.article .breadcrumbs ul {
    margin: 0;
}
.card-img-top {
    margin-bottom: 20px;
}
.hits.pt-0 {
    padding-top: 0;
}
.search__field {
    padding: 11px 60px 11px 16px;
}
@media (max-width: 1010px) {
    .search__field {
        padding: 11px 60px 11px 52px;
    }
}
.complects-top .cs-tabs-item {
    max-width: 215px;
}
.article__text ol, .article__text ul ,
#sect-desk ol, #sect-desk ul {
    margin-top: 20px;
    padding-left: 20px;
    list-style-type: initial;
}
.article__text ol ,
#sect-desk ol {
    list-style-type: decimal;
}
.hits__slide .card__price,
.catalog-filter__row .card__price {
    text-decoration: none;
}
.swiper {
    overflow: hidden;
}
.video-box {
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-box iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-width: 0;
    outline-width: 0;
}
.fancybox-gallery .fancybox-slide [data-fancybox-prev] {
    left: 20px !important;
}
.fancybox-gallery .fancybox-slide [data-fancybox-next] {
    right: 20px !important;
}
@media (min-width: 992px) {
    .fancybox-gallery .fancybox-slide {
        padding-left: 115px;
        padding-right: 115px;
    }
    .fancybox-gallery .fancybox-navigation [data-fancybox-prev] {
        left: 115px !important;
    }
    .fancybox-gallery .fancybox-navigation [data-fancybox-next] {
        right: 115px !important;
    }
}

.fancybox-thumbs__list a svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 32px;
    height: 32px;
    transform: translate(-50%, -50%);
}


@media (min-width: 1400px) {
    .page-card__wrap-top {
        justify-content: flex-start;
        gap: 16px;
    }
    .page-card__right {
        margin-right: auto;
        margin-left: auto;
    }
}
.page-card__swiper-wrap  {
    position: relative;
    align-self: flex-start;

}
.page-card__swiper-wrap >.page-card__swiper-slide-has-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.3s;
}
.page-card__swiper-wrap >.page-card__swiper-slide-has-video:not(.is-open) {
    visibility: hidden;
    opacity: 0
}

/*--new-*/
.cdi {

}

.cdi-container {
    max-width: 1408px;
    margin: 0 auto;
    padding: 0 16px;
}
.cdi-features .cdi-container {
    padding: 0;
}
.cdi-slider {
    padding-bottom: 35px;
}

.cdi-slider .swiper-pagination {
    position:static;
    margin-top: 40px;
}

.cdi-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
}

.bg-dark {
    background-color: #1e242e;
}

.bg-dark-half {
    position: relative;
    z-index: 1;
}

.bg-dark-half:before {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(50% + 45px);
    left: 0;
    background-color: #1e242e;
    z-index: -1;
}

.bg-dark-half-b:before {
    bottom: 0;
}

.bg-dark-half-t:before {
    top: -1px;
}
.bg-gray-half-bottom {
    position: relative;
}
.bg-gray-half-bottom:after {
    position: absolute;
    content: '';
    bottom: -50%;
    height: 50%;
    width: 100%;
    left: 0;
    background: #EDEDED;
}
.cdi-banner {
    border-radius: 48px;
    overflow: hidden;
    background-color: #232a37;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (max-width: 767px) {
    .cdi-banner-img {
        display: block;
    }
    .cdi-banner:before {
        position: absolute;
        content: '';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        border-radius: 48px;
        background: #000;
        opacity: .4;
    }
    .cdi-container {
        position: relative;
        z-index: 1;
    }
}

.cdi-banner-insets {
    display: flex;
    align-items: center;
    height: 444px;
}

.cdi-banner-lside {
    width: 40%;
}
@media (max-width: 767px) {
    .cdi-banner-lside {
        width: 100%;
    }
}
.cdi-banner-rside {
    width: 60%;
}

.cdi-banner-text {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    padding: 50px 0;
}

.cdi-banner-text .h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cdi-features {
    padding: 30px 0 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.cdi-features-content {
    display: flex;
    align-items: center;
}

.cdi-features-img picture img {
    margin: 0 auto;
}

.cdi-features h3 {
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.cdi-features-lside {
    width: 40%;
}
@media (max-width: 767px) {
    .cdi-features-lside {
        width: 100%;
    }
}
.cdi-features-rside {
    width: 100%;
    margin-left: 30px;
}

.cdi-features-lside {
    margin: 0 auto;
}
.cdi-features-img img {
    max-width: 100%;
}

.cdi-features-text {
    color: white;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}

.cdi-features-text-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.text-green {
    color: #A9FF35;
}

.cdi-features-title {
    margin-bottom: 40px;
}

.cdi-additional .swiper-container-horizontal>.swiper-pagination-bullets {
    position: static;
    margin-top: 40px;
    padding-top: 0;
}
.cdi-additional .swiper-wrapper {
    align-items: stretch;
}
.cdi-additional .swiper-slide {
    height: auto;
}
.cdi-additional-item {
    height: 100%;
    border-radius: 48px;
    overflow: hidden;
    border: 1px solid #A9FF35;
    background: #1e242e;
    color: #fff;
}
.cdi-additional-body {
    padding: 20px 30px 40px;
}
.cdi-additional h3 {
    margin-bottom: 30px;
}
.cdi-additional-title {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 10px;
}
.cdi-additional-text {
    font-size: 14px;
    line-height: 20px;
}
.cdi-additional-img {
    height: 100%;
    min-height: 220px;
    max-height: 220px;
    overflow: hidden;
}
.cdi-banner__more-btn {
    display: none;
}
@media (max-width: 1320px) {

}
@media (max-width: 1190px) {
    .cdi-additional {
        margin-bottom: 10px;
    }
    .cdi-additional-body {
        padding: 20px 20px 30px;
    }
    .cdi-additional-title {
        font-size: 16px;
        line-height: 24px;
    }
    .cdi-additional-img {
        max-height: 190px;
        min-height: 190px;
    }
}
@media (max-width: 760px) {
    .cdi-banner__more-btn-wrapper {
        position: relative;
    }
    .cdi-banner__more-btn-wrapper::after {
        content: '';
        position: absolute;
        bottom: 0;
        width: calc(100% + 32px);
        left: -16px;
        right: 0;
        height: 100px;
        background: linear-gradient(
                to bottom,
                rgba(35, 42, 55, 0) 0%,
                rgba(35, 42, 55, 0.8) 80%,
                #232a37 100%
        );
        pointer-events: none;
    }
    .cdi-banner__more-btn:before {
        background: #202732;
    }
    .cdi-banner__more-btn {
        display: flex;
        align-items: center;
        margin: 0 auto;
        padding: 2px;
        height: 30px;
        text-align: center;
    }
    .cdi-banner__more-btn .btn__content {
        color: #ffffff;
    }
    .cdi-banner {
        height: 700px;
        background-position: center bottom;
    }

    .cdi-banner-text {
        position: relative;
        overflow: hidden;
        transition: all 0.5s ease-in-out;
    }
    .cdi-banner-text.is-hidden {
        height: 300px;
    }

    .cdi-banner-text.is-show {
        height: 100%;
    }

    .cdi-banner-insets {
        align-items: start;
    }

    .cdi-banner-img {
        height: 271px;
    }

    .cdi-banner-lside, .cdi-banner-rside {
        width: 100%;
    }

    .cdi-banner {
        display: block;
    }

    .cdi-features-content {
        display: block;
    }

    .cdi-features-img {
        margin-bottom: 45px;
    }
    .cdi-features-rside {
        margin-left: 0;
    }
}

@media (min-width: 1024px) {
    .cdi-features h3 {
        margin-bottom: 0;
    }
    .cdi-features .cdi-container {
        padding: 0 16px;
    }
    .cdi-features-lside {
        margin: 0;
    }
    .cdi-features-rside {
        width: 60%;
        margin-left: 40px;
    }
}
.questions.questions {
    padding: 30px;
}

.review-item:last-of-type {
    border: 0;
}

/* Question */
.add-question {
    margin-bottom: 40px;
}
#question-editor {
    display: block;
    margin-bottom: 16px;
}
textarea {
    color: #000000;
    max-width: 500px;
    height: 100px;
    width: 100%;
    border: 1px solid #8E9297;
    padding: 14px;
}
textarea:focus {
    color: #000000;
}
.question-item {
    border-bottom: 1px solid #8E9297;
    margin-bottom: 25px;
}

.question-item-header {
    display: flex;
    gap: 10px;
}

.question-item .fio {
    font-size: 20px;
    font-weight: 600;
}

.question-item .question {
    padding: 12px 0 25px;
}

.answer-title, .answer {
    margin-left: 25px;
}

.answer {
    padding-bottom: 25px;
}

.answer-title {
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 12px;
}

/* Trade in New */
.trade-in-new .trade-in-faq {
    padding: 36px 0;
}
.trade-in-new .trade-in-faq__title {
    font-size: 32px;
    color: #000000;
}
.trade-in-new .trade-in-faq__container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 14px;
    gap: 10px 20px;
}
.trade-in-new .trade-in-faq__accordion {
    width: calc(50% - 10px);
    border-radius: 10px;
    background: #F8F8F8;
    border: 1px solid rgba(215, 215, 215, 0.29);
}
.trade-in-new .trade-in-faq__top {
    min-height: auto;
    padding: 16px 40px 16px 14px;
    font-size: 16px;
    font-weight: 600;
    color: #000000;
}
.trade-in-new .trade-in-faq__caption  {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 3.6em;
    transition: all .3s;
}
.trade-in-new .trade-in-faq__arrow {
    color: #7A7A7A;
}
.trade-in-new .trade-in-faq__accordion + .trade-in-faq__accordion {
    margin-top: 0;
}
.trade-in-new .trade-in-conditions__caption, .trade-in-new .trade-in-faq__text p {
    font-size: 16px;
    font-weight: 500;
}
.trade-in-new .trade-in-faq__text {
    padding: 0 0 0 14px;
    max-width: 100%;
    border-radius: 0;
    background: none;
    font-size: 16px;
    font-weight: 500;
    color: #7A7A7A;
}
.trade-in-new .trade-in-faq__accordion.active .trade-in-faq__top {
    color: #000000;
}
.trade-in-new .trade-in-faq__accordion.active .trade-in-faq__caption {
    display: block;
    -webkit-line-clamp: unset;
    max-height: initial;
}
.trade-in-new .trade-in-faq__text p {
    color: #7A7A7A;
}
.trade-in-new .trade-in-faq__text::before {
    display: none;
}
.trade-in-new .trade-in-faq__text a {
    color: #000000;
}
.trade-in-new .trade-in-faq__hidden {
    margin-bottom: 16px;
}
.trade-in-new .trade-in-benefits {
    padding: 64px 0;
}
.trade-in-new .trade-in-benefits__title {
    margin-bottom: 24px;
    max-width: 100%;
    text-align: left;
    font-size: 32px;
    color: #000000;
}
.trade-in-new .trade-in-benefits__row {
    margin: 0;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 20px;
}
.trade-in-new .trade-in-benefits__coll {
    margin: 0;
    border: 0;
    padding: 20px 25px;
    width: 33.3333%;
    min-height: auto;
    border-radius: 24px;
    border: 1px solid #A9FF35;
    background: #2B3547;
}

.trade-in-new .trade-in-benefits__caption {
    max-width: 345px;
    font-size: 18px;
    line-height: 26px;
    color: #ffffff;
}
.trade-in-new .trade-in-benefits__icon {
    position: relative;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    margin-bottom: 8px;
}
.trade-in-new .trade-in-promo {
    padding: 0;
    color: #ffffff;
}
.trade-in-new .trade-in-promo::before {
    display: none;
}
.trade-in-new .trade-in-promo__content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.trade-in-new .trade-in-promo__content .wrapper {
    width: 100%;
}
.trade-in-new .trade-in-promo__wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding-top: 0;
}
.trade-in-new .trade-in-promo__title {
    max-width: 424px;
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}
.trade-in-new .trade-in-promo__desc {
    max-width: 400px;
    margin-bottom: 28px;
    margin-top: 0;
    padding-left: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.trade-in-new .trade-in-promo__btn {}
.trade-in-new .trade-in-promo__img {
    top: 0;
    margin-left: auto;
    overflow: hidden;
    max-height: 450px;
}
.trade-in-calc__price {
    font-size: 32px;
    line-height: 48px;
    color: #ffffff;
}
.trade-in-calc__count {
    padding-left: 13px;
}
.trade-in-calc__count h6 {
    max-width: 200px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
}
.trade-in-calc__wrapper {
    border-radius: 20px;
    padding: 30px;
    background: #1E242E;
    color: #ffffff;
}
.trade-in-calc__title {
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 8px;
}

.trade-in-calc__under-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}
.trade-in-calc__form-wrapper {
    margin-top: 36px;
}
.trade-in-calc__form-content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.trade-in-calc__left {
    width: 100%;
    max-width: 916px;
    margin-right: 24px;
}
.trade-in-calc__result {
    position: sticky;
    top: 0;
    max-width: 300px;
    flex: 0 0 auto;
}
.calc-tradein__group {
    display: flex;
    gap: 20px;
}
.calc-tradein__group .calc-tradein__select {
    width: 50%;
}
.calc-tradein__label {
    display: block;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 4px;
    color: #ffffff;
}
.calc-tradein__select {
    margin-bottom: 24px;
}
.choices__inner {
    background: none;
    padding: 15px 0 15px 32px;
    border: 2px solid #F6F6F6;
    border-radius: 4px;
    font-size: 18px;
    font-weight: 500;
    color: #888888;
    min-height: 56px;
}
.choices__list--single {
    padding: 4px 64px 0 0;
}
.choices[data-type*=select-one]::after {
    border: 0;
    width: 12px;
    height: 22px;
    background: url(../images/ic-arrow.svg) no-repeat center;
    background-size: contain;
    right: 40px;
    top: 50%;
    margin-top: -10px;
    pointer-events: none;
    transform: rotate(90deg);
    transition: all .3s;
}
.choices[data-type*=select-one].is-open::after {
    margin-top: -10px;
    transform: rotate(-90deg);
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
    padding: 8px 32px;
}
.is-open .choices__list--dropdown, .is-open .choices__list[aria-expanded] {
    border-color: #F6F6F6;
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, .1);
    border-radius: 4px;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
    padding: 10px 0;
    font-size: 20px;
    border-bottom: 1px solid #F6F6F6;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item:last-of-type {
    border-bottom: 0;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
    background-color: transparent;
    color: #A8FF36;
}
.is-focused .choices__inner, .is-open .choices__inner {
    border-color: #F6F6F6;
}
.trade-in-choose {
}
.trade-in-choose__row {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    margin: -6px;
}
.trade-in-choose__col {
    width: 50%;
    padding: 6px;
}
.trade-in-choose__body {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 100%;
    padding: 12px 20px 0 12px;
    border: 1px solid #D7D7D7;
    border-radius: 4px;
}
.trade-in-choose__link {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.trade-in-choose__img {
    position: relative;
}
.trade-in-choose__label-sold {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    background: #A8FF36;
    border-radius: 36px;
    padding: 18px 29px;
    font-size: 16px;
    color: #1E242E;
    transform: rotate(20deg);
}
.trade-in-choose__title {
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
}
.trade-in-choose__desc {
    margin-bottom: 12px;
    font-size: 16px;
}
.price-sale {
    color: #000000;
}
.quiz-box {
    margin-bottom: 24px;
}

.quiz-box__title {
    margin-bottom: 16px;
    font-weight: 500;
    font-size: 20px;
    color: #ffffff;
}
.custom-radio-group {
    display: flex;
    gap: 8px;
}

.custom-radio {
    position: relative;
}

.custom-radio input {
    position: absolute;
    opacity: 0;
}

.radio-label {
    display: inline-block;
    padding: 12px 20px;
    border-radius: 4px;
    background-color: #F9F9F9;
    color: #1E242E;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s;
}

.custom-radio input:checked + .radio-label {
    background-color: #A8FF36;
}

.custom-radio-big {
    position: relative;
}

.custom-radio-big input {
    position: absolute;
    opacity: 0;
}
.custom-radio-big__content {
    display: inline-block;
    padding: 12px 20px;
    height: 100%;
    width: 100%;
    border-radius: 4px;
    background-color: #F9F9F9;
    color: #1E242E;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}
.custom-radio-big__title {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
    font-size: 20px;
    font-weight: 600;
    color: #262626;
}
.custom-radio-big__list {}
.custom-radio-big__list li {
    position: relative;
    margin-bottom: 4px;
    padding-left: 15px;
    font-size: 16px;
    color: #1E242E;
    font-weight: 500;
}
.custom-radio-big__list li:last-of-type {
    margin-bottom: 0;
}
.custom-radio-big__list li:before {
    position: absolute;
    content:'';
    left: 5px;
    top: 7px;
    width: 3px;
    height: 3px;
    background: currentColor;
    border-radius: 50%;
}
.custom-radio-big input:checked + .custom-radio-big__content {
    background-color: #A8FF36;
}
.w916 {
    max-width: 916px;
}
.wrapper--sm {
    max-width: 1270px;
}
.form__box .field{
    margin-bottom: 12px;
}
.trade-in-calc__result-mob {
    display: none;
}
@media (max-width: 1010px) {
    .custom-radio-big__title {
        font-size: 18px;
    }
    .calc-tradein__group {
        flex-direction: column;
        gap: 0;
    }
    .calc-tradein__group .calc-tradein__select {
        width: 100%;
    }
    .calc-tradein__label {
        font-size: 16px;
    }
    .choices__inner {
        font-size: 16px;
    }
    .quiz-box__title {
        font-size: 16px;
    }
    .custom-radio-group--inner {
        flex-direction: column;
    }
    .trade-in-calc__form-content {
        flex-direction: column;
    }
    .trade-in-calc__result {
        position: relative;
        margin: 0 auto 24px;
        text-align: center;
    }
    .trade-in-calc__result-mob {
        display: block;
        position: fixed;
        padding: 12px 20px;
        bottom: 0;
        left: 0;
        width: 100%;
        background: #1E242E;
        transition: all .3s;
        transform: translateY(200%);
        visibility: hidden;
        z-index: 90;
    }
    .trade-in-calc__result-mob.visible {
        visibility: visible;
        transform: translateY(0);
    }
    .trade-in-calc__result-mob .trade-in-calc__count h6 {
        margin: 0;
        max-width: 100%;
    }
    .trade-in-calc__result-mob .trade-in-calc__count {
        padding-left: 0;
    }
    .trade-in-calc__count h6 {
        margin: 0 auto;
    }
    .trade-in-calc__price{
        font-size: 28px;
        line-height: 38px;
    }
    .trade-in-new .trade-in-promo__body {
        flex-direction: column;
    }
    .trade-in-new .trade-in-promo__content {
        position: relative;
        padding-left: 0;
        order: 1;
        margin-bottom: 50px;
    }
    .trade-in-new .trade-in-promo__img {
        display: none;
    }
    .trade-in-new .trade-in-promo__title {
        font-size: 28px;
        line-height: 38px;
    }
    .trade-in-new .trade-in-benefits__title {}
    .trade-in-new .trade-in-benefits__row {
        gap: 10px;
        flex-wrap: wrap;
    }
    .trade-in-new .trade-in-benefits__coll {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
    }
    .trade-in-new .trade-in-benefits__coll:last-of-type {
        margin-right: 0;
    }
    .trade-in-new .trade-in-benefits__icon {
        flex: 0 0 auto;
        width: 32px;
        height: 32px;
    }
    .trade-in-new .trade-in-benefits__caption {
        max-width: 100%;
        flex: 0 0 auto;
    }
    .trade-in-new .trade-in-benefits__coll:before {
        display: none;
    }
    .trade-in-new .trade-in-faq__hidden {
        margin-top: 0;
    }
    .trade-in-new .trade-in-faq__title,
    .trade-in-new .trade-in-benefits__title {
        font-size: 28px;
    }
    .trade-in-new .trade-in-faq__accordion.active .trade-in-faq__top {
        padding: 16px 40px 16px 14px;
    }
    .trade-in-new .trade-in-faq__text {
        margin-left: 0;
        margin-right: 0;
    }
    .trade-in-new .trade-in-faq__accordion {
        width: 100%;
    }
    .trade-in-new .trade-in-faq__caption {
        -webkit-line-clamp: none;
        max-height: 100%;
    }
}
@media (max-width: 760px) {
    .trade-in-calc__result-mob {
        bottom: 63px;
    }
    .trade-in-choose__row {
        margin: 0;
        flex-wrap: wrap;
    }
    .trade-in-choose__col {
        width: 100%;
        padding: 0;
        margin-bottom: 10px;
    }
}
/* Trade in New End */
.search-box {
    margin-top: 28px;
    margin-bottom: 20px;
}
.search-box.search-box .search-box__wrapper.search-box__wrapper {
    margin-left: 0 !important;
}

.search-box .search-box__wrapper .search {
    height: 52px;
    max-width: 516px;
}
.search-box .search__field {
    border: 2px solid #F6F6F6;
    height: 52px;
    padding: 11px 16px 11px 50px;
}

.search-box.search-box .search-box__wrapper .search .search__field:not(:focus) {
    background-color: #ffffff !important;
}

.search-box .search__btn {
    width: 22px;
    height: 22px;
    top: calc(50% - 10px);
    left: 20px;
    right: auto;
}

.search-box .search {
    z-index: 1;
}
@media (max-width: 1010px) {
    .search-box .search__btn {
    }
    .search-box .search__field {
        border-radius: 4px;
    }
    .search-box .search {
        position: relative;
        width: 100%;
        height: 60px;
        opacity: 1;
        visibility: visible;
        background: #ffffff;
        border-radius: 4px;
    }
}

@media (max-width: 768px) {
    .no-result__body {
        height: auto;
    }
    .no-result__body:before {
        position: relative;
        min-height: 257px;
    }
    .no-result__title {
        font-size: 24px;
    }
    .no-result__text {
        font-size: 16px;
    }
    .search-box {
        margin: 20px 0;
    }

}