/*! Dev by tacticlead.com */
@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);

html {
    --doc-padding: 40px;
    --doc-font-size: 16px;
    --cols: 12;
    --gutter: 20px;
    --column: calc((100% - (var(--gutter) * (var(--cols) - 1))) / 12);
    --w-content: calc(1420px + var(--doc-padding)*2);
    --c-wh: #ffffff;
    --c-white: #E7E7E7;
    --c-black: #060A0C;
    --c-gray: #B0C9DC;
    --c-gray2: #8BAAC1;
    --c-bg: #0F1416;
    --c-red: #CF0C15;
    --green: #003025;
    --green2: #008768;
    --bord: rgba(139, 170, 193, 0.4);
    --bord1: rgba(139, 170, 193, 0.6);
    --bord2: rgba(176, 201, 220, 0.16);
    --bord3: rgba(0, 48, 37, 1);
    --bg1: rgba(176, 201, 220, 0.08);
    --color1: rgba(176, 201, 220, 0.6);
    --color2: rgba(176, 201, 220, 0.2);
    --color3: rgba(176, 201, 220, 0.4)
}

@media (max-width:768px) {
    html {
        --doc-padding: 20px
    }
}

body,
html {
    background: var(--c-black);
    color: var(--c-white);
    font-family: Inter, sans-serif;
    font-size: var(--doc-font-size);
    line-height: 1.4;
    font-weight: 400;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%
}

body.wp-admin {
    color: #3c434a;
    font-size: 13px
}

body.wp-admin a {
    color: #2271b1
}

body {
    font-size: var(--doc-font-size)
}

body.overfl {
    overflow: hidden
}

* {
    box-sizing: border-box
}

.button:first-child,
.p-big:first-child,
.title-l:first-child,
.title-m:first-child,
.title-s:first-child,
.title-xl:first-child,
.title-xxl:first-child,
a:first-child,
blockquote:first-child,
form:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
li:first-child,
mark:first-child,
ol:first-child,
p:first-child,
table thead:first-child,
table:first-child,
tt:first-child,
ul:first-child {
    margin-top: 0 !important
}

.button:last-child,
.p-big:last-child,
.title-l:last-child,
.title-m:last-child,
.title-s:last-child,
.title-xl:last-child,
.title-xxl:last-child,
a:last-child,
blockquote:last-child,
form:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
li:last-child,
mark:last-child,
ol:last-child,
p:last-child,
table thead:last-child,
table:last-child,
tt:last-child,
ul:last-child {
    margin-bottom: 0 !important
}

.title-xl,
.title-xxl,
h1,
h2 {
    font-weight: 700
}

.title-xxl,
h1 {
    margin: 0;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 115%;
    letter-spacing: -.015em
}

@media screen and (max-width:991px) {

    .title-xxl,
    h1 {
        font-size: 32px
    }
}

.title-xl,
h2 {
    margin: 0 0 75px;
    font-size: 40px;
    line-height: 125%;
    font-weight: 500
}

.title-xl span,
h2 span {
    color: var(--c-red)
}

@media screen and (max-width:991px) {

    .title-xl,
    h2 {
        font-size: 32px;
        margin: 0 0 30px
    }
}

.title-l,
h3 {
    margin: 0;
    font-size: 32px;
    line-height: 125%;
    font-weight: 500
}

.title-l span,
h3 span {
    color: var(--c-red)
}

@media screen and (max-width:991px) {

    .title-l,
    h3 {
        font-size: 24px
    }
}

.title-m,
h4,
table thead {
    margin: 0;
    font-size: 24px;
    line-height: 130%;
    font-weight: 500
}

.title-s,
h5 {
    font-size: 18px;
    line-height: 130%;
    font-weight: 400
}

.p-big {
    font-size: 18px;
    line-height: 1.4
}

mark {
    background: var(--c-red);
    color: var(--c-white);
    position: relative
}

p {
    margin: 1em 0
}

a,
article a:not([class]) {
    color: var(--c-white);
    text-decoration: none;
    outline: 0;
    position: relative;
    transition: .3s
}

a:hover,
article a:not([class]):hover {
    color: var(--c-red)
}

ol,
ul {
    margin: 0;
    padding: 0;
    list-style: none
}

blockquote {
    background: var(--c-light);
    padding: 40px;
    margin: 40px 0;
    border-radius: 0;
    position: relative;
    overflow: hidden
}

body:not(.wp-admin) form {
    --text-color: var(--c-black)
}

body:not(.wp-admin) form .row {
    position: relative
}

body:not(.wp-admin) form .inp-wrp {
    display: block;
    position: relative;
    margin-bottom: 30px
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]),
body:not(.wp-admin) form .inp-wrp select,
body:not(.wp-admin) form .inp-wrp textarea {
    display: inline-block;
    width: 100%;
    height: 45px;
    padding: 10px 0;
    background-color: transparent;
    color: var(--text-color);
    font-family: Inter, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
    text-align: left;
    border: 0;
    border-bottom: 1px solid var(--text-color);
    border-radius: 0;
    box-sizing: border-box;
    caret-color: var(--c-red);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    outline: 0;
    transition: all linear .1s
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]).required,
body:not(.wp-admin) form .inp-wrp select.required,
body:not(.wp-admin) form .inp-wrp textarea.required {
    border-color: var(--c-red) !important;
    color: var(--c-red)
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]).required::-webkit-input-placeholder,
body:not(.wp-admin) form .inp-wrp select.required::-webkit-input-placeholder,
body:not(.wp-admin) form .inp-wrp textarea.required::-webkit-input-placeholder {
    color: var(--c-red);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]).required:-moz-placeholder,
body:not(.wp-admin) form .inp-wrp select.required:-moz-placeholder,
body:not(.wp-admin) form .inp-wrp textarea.required:-moz-placeholder {
    color: var(--c-red);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]).required::-moz-placeholder,
body:not(.wp-admin) form .inp-wrp select.required::-moz-placeholder,
body:not(.wp-admin) form .inp-wrp textarea.required::-moz-placeholder {
    color: var(--c-red);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]).required:-ms-input-placeholder,
body:not(.wp-admin) form .inp-wrp select.required:-ms-input-placeholder,
body:not(.wp-admin) form .inp-wrp textarea.required:-ms-input-placeholder {
    color: var(--c-red);
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]).required~.error,
body:not(.wp-admin) form .inp-wrp select.required~.error,
body:not(.wp-admin) form .inp-wrp textarea.required~.error {
    opacity: 1
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]):active::-webkit-input-placeholder,
body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus::-webkit-input-placeholder,
body:not(.wp-admin) form .inp-wrp select:active::-webkit-input-placeholder,
body:not(.wp-admin) form .inp-wrp select:focus::-webkit-input-placeholder,
body:not(.wp-admin) form .inp-wrp textarea:active::-webkit-input-placeholder,
body:not(.wp-admin) form .inp-wrp textarea:focus::-webkit-input-placeholder {
    color: transparent;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]):active:-moz-placeholder,
body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus:-moz-placeholder,
body:not(.wp-admin) form .inp-wrp select:active:-moz-placeholder,
body:not(.wp-admin) form .inp-wrp select:focus:-moz-placeholder,
body:not(.wp-admin) form .inp-wrp textarea:active:-moz-placeholder,
body:not(.wp-admin) form .inp-wrp textarea:focus:-moz-placeholder {
    color: transparent;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]):active::-moz-placeholder,
body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus::-moz-placeholder,
body:not(.wp-admin) form .inp-wrp select:active::-moz-placeholder,
body:not(.wp-admin) form .inp-wrp select:focus::-moz-placeholder,
body:not(.wp-admin) form .inp-wrp textarea:active::-moz-placeholder,
body:not(.wp-admin) form .inp-wrp textarea:focus::-moz-placeholder {
    color: transparent;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]):active:-ms-input-placeholder,
body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus:-ms-input-placeholder,
body:not(.wp-admin) form .inp-wrp select:active:-ms-input-placeholder,
body:not(.wp-admin) form .inp-wrp select:focus:-ms-input-placeholder,
body:not(.wp-admin) form .inp-wrp textarea:active:-ms-input-placeholder,
body:not(.wp-admin) form .inp-wrp textarea:focus:-ms-input-placeholder {
    color: transparent;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]):active~.placeholder,
body:not(.wp-admin) form .inp-wrp input:not([type=submit]):not([type=radio]):not([type=checkbox]):focus~.placeholder,
body:not(.wp-admin) form .inp-wrp select:active~.placeholder,
body:not(.wp-admin) form .inp-wrp select:focus~.placeholder,
body:not(.wp-admin) form .inp-wrp textarea:active~.placeholder,
body:not(.wp-admin) form .inp-wrp textarea:focus~.placeholder {
    opacity: 1
}

body:not(.wp-admin) form .inp-wrp input::-webkit-input-placeholder {
    color: "var(--c-gray_a)";
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp input:-moz-placeholder {
    color: "var(--c-gray_a)";
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp input::-moz-placeholder {
    color: "var(--c-gray_a)";
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp input:-ms-input-placeholder {
    color: "var(--c-gray_a)";
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp textarea {
    font-family: Inter, sans-serif;
    padding: 18px 20px;
    height: 120px;
    border: 1px solid var(--c-black)
}

body:not(.wp-admin) form .inp-wrp textarea::-webkit-input-placeholder {
    color: "var(--c-gray_a)";
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp textarea:-moz-placeholder {
    color: "var(--c-gray_a)";
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp textarea::-moz-placeholder {
    color: "var(--c-gray_a)";
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp textarea:-ms-input-placeholder {
    color: "var(--c-gray_a)";
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 18px
}

body:not(.wp-admin) form .inp-wrp select {
    color: var(--c-gray_a)
}

body:not(.wp-admin) form .inp-wrp .error,
body:not(.wp-admin) form .inp-wrp .placeholder {
    display: block;
    position: absolute;
    top: -10px;
    opacity: 0;
    transition: all ease-in-out .2s
}

body:not(.wp-admin) form .inp-wrp .error {
    top: 100%;
    color: var(--c-red) !important;
    margin-top: 7px
}

body:not(.wp-admin) form .agreement {
    font-size: 13px;
    line-height: 1.4
}

body:not(.wp-admin) form .agreement label {
    margin-top: 16px
}

body:not(.wp-admin) form label {
    display: inline-flex;
    align-items: center;
    margin-right: 16px
}

body:not(.wp-admin) form input[type=checkbox] {
    width: 24px;
    height: 24px;
    border: 1px solid var(--text-color);
    border-radius: 0;
    margin: 0 16px 0 0;
    padding: 0;
    background-color: transparent;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

body:not(.wp-admin) form input[type=checkbox]+span {
    cursor: pointer
}

body:not(.wp-admin) form input[type=radio] {
    width: 24px;
    height: 24px;
    border: 1px solid var(--text-color);
    border-radius: 100%;
    margin: 0 16px 0 0;
    padding: 0;
    background-color: transparent;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer
}

body:not(.wp-admin) form input[type=radio]+span {
    cursor: pointer
}

table {
    width: 100%;
    border-collapse: collapse
}

table tr:nth-child(even) {
    background: var(--c-light)
}

table td {
    padding: 5px
}

table td:first-child {
    padding-left: 0
}

table td:last-child {
    padding-right: 0
}

.overflow {
    overflow: hidden
}

body:not(.wp-admin) .hidden,
body:not(.wp-admin) .hide {
    display: none !important
}

.container {
    padding: 0 40px;
    width: 100%;
    max-width: 1515px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .container {
        padding: 0 20px
    }
}

.section,
article,
footer,
header,
section {
    width: 100%;
    clear: both;
    position: relative;
    z-index: 2
}

.section,
article,
section {
    margin-top: 220px
}

@media (max-width:991px) {

    .section,
    article,
    section {
        margin-top: 100px
    }
}

.content,
.wrap {
    width: 100%;
    max-width: var(--w-content);
    margin: 0 auto;
    padding: 0 var(--doc-padding);
    position: relative;
    z-index: 2;
    box-sizing: border-box
}

.flex {
    display: flex;
    flex-flow: row wrap
}

.flex.row {
    flex-flow: row wrap
}

.flex.row>* {
    margin-top: 0;
    flex: 1 1 auto
}

.flex.col {
    flex-flow: column wrap
}

.flex.col>* {
    margin-top: 0;
    flex: 1 1 auto
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: var(--c-placeholder);
    overflow: hidden
}

.bg iframe,
.bg img,
.bg video {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    position: relative;
    z-index: 1
}

@media (min-width:calc(768px + 1px)) {
    .mob-only-tab {
        display: none !important
    }
}

@media (max-width:768px) {
    .tab-only {
        display: none !important
    }
}

@media (min-width:calc(1200px + 1px)) {
    .tab-only {
        display: none !important
    }
}

@media (min-width:calc(1200px + 1px)) {
    .mob-and-tab-only {
        display: none !important
    }
}

@media (min-width:991px) {
    .mob-only {
        display: none !important
    }
}

@media (max-width:991px) {
    .desktop-only {
        display: none !important
    }
}

@media (min-width:1921px) {
    .before-uhd-only {
        display: none !important
    }
}

@media (max-width:1920px) {
    .uhd-only {
        display: none !important
    }
}

.btn {
    position: relative;
    display: inline-flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
    text-decoration: none !important;
    font-family: Inter, sans-serif;
    color: var(--c-white);
    min-height: 52px;
    padding: 16px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    transition: all linear .2s
}

.btn .ico {
    display: inline-block;
    transition: all ease-out .2s
}

.btn .ico:last-child {
    margin-left: 10px
}

.btn .ico:first-child {
    margin-right: 10px
}

.btn[disabled] {
    filter: grayscale(100%);
    cursor: default
}

.btn-gray {
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    background: var(--bord2)
}

.btn-gray:hover:not([disabled]) {
    background: var(--c-wh)
}

.btn-red {
    min-height: 68px;
    padding: 17px 24px;
    background: var(--c-red);
    font-size: 14px;
    font-weight: 500
}

.btn-red:hover:not([disabled]) {
    background: var(--c-white);
    color: var(--c-black)
}

.btn-link {
    color: var(--bord2);
    background: 0 0
}

.btn-link:hover:not([disabled]) {
    color: var(--c-white)
}

.btn-min {
    min-height: 36px;
    padding: 9px 15px;
    font-size: 14px
}

img {
    max-width: 100%
}

.swiper-button-next,
.swiper-button-prev {
    width: 52px;
    height: 52px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEzLjk3NDEgOS4zMDk3Mkw3LjAwNzg0IDIuNjcyMjJDNi44OTE2MSAyLjU2MTQyIDYuNzM3MTggMi40OTk2IDYuNTc2NTkgMi40OTk2QzYuNDE2IDIuNDk5NiA2LjI2MTU4IDIuNTYxNDIgNi4xNDUzNCAyLjY3MjIyTDYuMTM3ODQgMi42Nzk3MkM2LjA4MTMgMi43MzM0NCA2LjAzNjI4IDIuNzk4MSA2LjAwNTUxIDIuODY5NzZDNS45NzQ3NCAyLjk0MTQzIDUuOTU4ODcgMy4wMTg2MSA1Ljk1ODg3IDMuMDk2NkM1Ljk1ODg3IDMuMTc0NTkgNS45NzQ3NCAzLjI1MTc2IDYuMDA1NTEgMy4zMjM0M0M2LjAzNjI3IDMuMzk1MSA2LjA4MTMgMy40NTk3NiA2LjEzNzg0IDMuNTEzNDdMMTIuNjk3OCA5Ljc2MzQ3TDYuMTM3ODQgMTYuMDExQzYuMDgxMyAxNi4wNjQ3IDYuMDM2MjcgMTYuMTI5MyA2LjAwNTUxIDE2LjIwMUM1Ljk3NDc0IDE2LjI3MjcgNS45NTg4NyAxNi4zNDk5IDUuOTU4ODcgMTYuNDI3OEM1Ljk1ODg3IDE2LjUwNTggNS45NzQ3NCAxNi41ODMgNi4wMDU1MSAxNi42NTQ3QzYuMDM2MjcgMTYuNzI2MyA2LjA4MTMgMTYuNzkxIDYuMTM3ODQgMTYuODQ0N0w2LjE0NTM0IDE2Ljg1MjJDNi4yNjE1OCAxNi45NjMgNi40MTYgMTcuMDI0OCA2LjU3NjU5IDE3LjAyNDhDNi43MzcxOCAxNy4wMjQ4IDYuODkxNjEgMTYuOTYzIDcuMDA3ODQgMTYuODUyMkwxMy45NzQxIDEwLjIxNDdDMTQuMDM1NCAxMC4xNTY0IDE0LjA4NDEgMTAuMDg2MSAxNC4xMTc1IDEwLjAwODRDMTQuMTUwOCA5LjkzMDU4IDE0LjE2OCA5Ljg0Njg0IDE0LjE2OCA5Ljc2MjIyQzE0LjE2OCA5LjY3NzYgMTQuMTUwOCA5LjU5Mzg2IDE0LjExNzUgOS41MTYwOEMxNC4wODQxIDkuNDM4MyAxNC4wMzU0IDkuMzY4MDkgMTMuOTc0MSA5LjMwOTcyWiIgZmlsbD0iI0U3RTdFNyIvPgo8L3N2Zz4K);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-color: var(--bg1);
    border-radius: 100px
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none
}

.swiper-button-prev {
    left: -30px;
    transform: rotate(180deg)
}

@media screen and (max-width:1630px) {
    .swiper-button-prev {
        left: 50px
    }
}

.blog__slider .swiper-button-prev {
    left: 60px
}

@media screen and (max-width:991px) {
    .blog__slider .swiper-button-prev {
        left: 20px
    }
}

.cause__content .swiper-button-prev {
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%) rotate(180deg);
    margin-top: 0;
    left: 0 !important
}

.swiper-button-next {
    right: -30px
}

@media screen and (max-width:1630px) {
    .swiper-button-next {
        right: 50px
    }
}

.blog__slider .swiper-button-next {
    right: 60px
}

@media screen and (max-width:991px) {
    .blog__slider .swiper-button-next {
        right: 20px
    }
}

.cause__content .swiper-button-next {
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
    margin-top: 0;
    right: 0 !important
}

.blog__slider .swiper-button-disabled {
    opacity: 0
}

.swiper-pagination {
    margin-top: 60px;
    position: relative
}

.swiper-pagination-bullet {
    width: 32px;
    height: 3px;
    margin: 0 3px;
    border-radius: 3px;
    background-color: var(--color2);
    opacity: 1
}

.swiper-pagination-bullet-active {
    background-color: var(--c-white)
}

.form__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media screen and (max-width:768px) {
    .form__row {
        display: block;
        margin: 0
    }
}

.form__cell {
    width: 100%;
    padding: 0 10px;
    margin-bottom: 30px;
    box-sizing: border-box
}

@media screen and (max-width:768px) {
    .form__cell {
        padding: 0
    }
}

.form__cell.w50 {
    width: 50%
}

@media screen and (max-width:768px) {
    .form__cell.w50 {
        width: 100%
    }
}

.form__item+.form__item {
    margin-top: 30px
}

.form__item_error {
    position: relative
}

.form__item_error input {
    border-color: var(--c-red) !important
}

.form__item_error .er {
    width: 100%;
    position: absolute;
    bottom: -22px;
    left: 0;
    font-size: 12px;
    font-weight: 500;
    color: var(--c-red)
}

.form__item label {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: var(--color1)
}

.form__item input {
    width: 100%;
    padding: 10px 23px;
    height: 68px;
    font-size: 16px;
    font-weight: 600;
    color: var(--c-white);
    border: 1px solid var(--color3);
    background: 0 0;
    border-radius: 8px;
    box-sizing: border-box
}

.form__item input:focus {
    outline: 0;
    background: var(--bord2)
}

.form__item input::-moz-placeholder {
    color: var(--bord);
    font-weight: 400
}

.form__item input:-ms-input-placeholder {
    color: var(--bord);
    font-weight: 400
}

.form__item input::placeholder {
    color: var(--bord);
    font-weight: 400
}

.form__item textarea {
    width: 100%;
    padding: 10px 23px;
    height: 160px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: var(--c-white);
    border: 1px solid var(--color3);
    background: 0 0;
    border-radius: 8px;
    box-sizing: border-box;
    resize: none
}

.form__item textarea:focus {
    outline: 0;
    background: var(--bord2)
}

.form__item textarea::-moz-placeholder {
    color: var(--bord);
    font-weight: 400
}

.form__item textarea:-ms-input-placeholder {
    color: var(--bord);
    font-weight: 400
}

.form__item textarea::placeholder {
    color: var(--bord);
    font-weight: 400
}

.form__check input[type=checkbox] {
    width: 0 !important;
    height: 0 !important
}

.form__check input+label {
    display: flex;
    align-items: center;
    font-size: 12px;
    font-weight: 500;
    color: var(--color1);
    cursor: pointer
}

.form__check input+label a {
    color: var(--c-white);
    text-decoration: underline
}

.form__check input+label:before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    margin-right: 10px;
    flex-shrink: 0;
    border: 1px solid var(--color3);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px
}

.form__check input:checked+label:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzMzMDEgOC4wMDAxNkw2LjQ0NDEyIDEwLjY2NjhMMTIuNjY2MyA1LjMzMzUiIHN0cm9rZT0iI0U3RTdFNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-color: var(--bord2)
}

.form__bottom {
    margin-top: 40px
}

.form__bottom .btn {
    display: flex;
    width: 100%
}

.accordion__item {
    border-bottom: 1px solid var(--bord2)
}

.accordion__item:last-of-type {
    border-bottom: none
}

.accordion__item:first-of-type {
    border-bottom: 1px solid var(--bord2)
}

.accordion__title {
    padding: 24px 40px 24px 0;
    font-size: 18px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box
}

@media screen and (max-width:768px) {
    .accordion__title {
        padding: 24px 65px 24px 0
    }
}

.accordion__title:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 2;
    margin: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMTczIDExLjA3ODhMMTMuNDgzIDUuNTA1NzlDMTMuNTcxNiA1LjQxMjggMTMuNjIxMSA1LjI4OTI2IDEzLjYyMTEgNS4xNjA3OUMxMy42MjExIDUuMDMyMzIgMTMuNTcxNiA0LjkwODc3IDEzLjQ4MyA0LjgxNTc5TDEzLjQ3NyA0LjgwOTc5QzEzLjQzNCA0Ljc2NDU1IDEzLjM4MjMgNC43Mjg1MyAxMy4zMjUgNC43MDM5MkMxMy4yNjc2IDQuNjc5MyAxMy4yMDU5IDQuNjY2NjEgMTMuMTQzNSA0LjY2NjYxQzEzLjA4MTEgNC42NjY2MSAxMy4wMTk0IDQuNjc5MyAxMi45NjIgNC43MDM5MkMxMi45MDQ3IDQuNzI4NTMgMTIuODUzIDQuNzY0NTUgMTIuODEgNC44MDk3OUw3LjgxIDEwLjA1NzhMMi44MTIgNC44MDk3OUMyLjc2OTAzIDQuNzY0NTUgMi43MTczIDQuNzI4NTMgMi42NTk5NyA0LjcwMzkyQzIuNjAyNjMgNC42NzkzIDIuNTQwODkgNC42NjY2MSAyLjQ3ODUgNC42NjY2MUMyLjQxNjExIDQuNjY2NjEgMi4zNTQzNyA0LjY3OTMgMi4yOTcwMyA0LjcwMzkyQzIuMjM5NyA0LjcyODUzIDIuMTg3OTcgNC43NjQ1NSAyLjE0NSA0LjgwOTc5TDIuMTM5IDQuODE1NzlDMi4wNTAzNSA0LjkwODc3IDIuMDAwOSA1LjAzMjMxIDIuMDAwOSA1LjE2MDc5QzIuMDAwOSA1LjI4OTI2IDIuMDUwMzUgNS40MTI4IDIuMTM5IDUuNTA1NzlMNy40NDkgMTEuMDc4OEM3LjQ5NTcgMTEuMTI3OCA3LjU1MTg2IDExLjE2NjggNy42MTQwOSAxMS4xOTM1QzcuNjc2MzEgMTEuMjIwMSA3Ljc0MzMgMTEuMjMzOSA3LjgxMSAxMS4yMzM5QzcuODc4NyAxMS4yMzM5IDcuOTQ1NjkgMTEuMjIwMSA4LjAwNzkxIDExLjE5MzVDOC4wNzAxNCAxMS4xNjY4IDguMTI2MyAxMS4xMjc4IDguMTczIDExLjA3ODhaIiBmaWxsPSIjRTdFN0U3Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s
}

.accordion__title.accordion-active:after {
    transform: rotate(180deg)
}

.accordion__content {
    display: none;
    max-width: 80%;
    padding-bottom: 18px
}

@media screen and (max-width:768px) {
    .accordion__content {
        max-width: 100%
    }
}

.accordion__content p {
    color: var(--color1)
}

.accordion__content p+ul .accordion__content p+ol {
    margin-top: 10px
}

.accordion__content ul li {
    padding-left: 25px;
    position: relative;
    box-sizing: border-box;
    line-height: 130%;
    color: var(--color1)
}

.accordion__content ul li+li {
    margin-top: 10px
}

.accordion__content ul li span {
    color: var(--c-white)
}

.accordion__content ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    z-index: 1;
    border-radius: 100px;
    background: var(--c-white)
}

.tab_content {
    display: none
}

.tab_content.active {
    display: block
}

article {
    margin-top: 107px
}

article h1 {
    width: 50%;
    letter-spacing: .001em;
    font-size: 40px;
    line-height: 122%
}

@media screen and (max-width:991px) {
    article h1 {
        font-size: 24px;
        width: 100%
    }
}

article .info {
    margin: 35px 0
}

article .info span {
    font-size: 14px;
    font-weight: 500;
    color: var(--color1)
}

article .info span+span {
    margin-left: 13px;
    padding-left: 19px;
    border-left: 1px solid var(--color2)
}

article .img {
    margin-top: 80px;
    height: 710px;
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

@media screen and (max-width:991px) {
    article .img {
        margin-top: 50px;
        height: 360px
    }
}

article .img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

article .sound {
    text-align: center;
    margin: 50px 0 0
}

.article-main {
    max-width: 705px;
    width: 100%;
    margin: 63px auto 0
}

.article-main h3 {
    margin-bottom: 25px
}

.article-main h5 {
    margin: 58px 0 16px
}

.article-main p {
    color: var(--color1);
    line-height: 127%
}

.article-main blockquote {
    margin: 60px 0;
    padding: 40px 15px;
    box-sizing: border-box;
    font-size: 24px;
    font-weight: 500;
    line-height: 126%;
    text-align: center;
    background: var(--bg1);
    border-radius: 16px
}

.article-main blockquote span {
    margin-top: 20px;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: var(--bord)
}

.article-main ol,
.article-main ul {
    padding-left: 25px;
    box-sizing: border-box
}

.article-main ol li,
.article-main ul li {
    line-height: 130%;
    color: var(--color1)
}

.article-main ol li+li,
.article-main ul li+li {
    margin-top: 10px
}

.article-main ul {
    list-style: decimal
}

.article-main ol {
    list-style: disc
}

.article-main img {
    margin: 60px 0;
    width: 100%;
    border-radius: 16px;
    overflow: hidden
}

.article-main img+figcaption {
    margin-top: -35px
}

.article-main figcaption {
    margin-bottom: 60px;
    color: var(--bord);
    font-size: 14px
}

.bread {
    padding: 20px 0;
    box-sizing: border-box
}

.bread ul li {
    display: inline-block;
    vertical-align: middle
}

.bread ul li a {
    font-size: 12px;
    font-weight: 500;
    color: rgba(6, 10, 12, .6)
}

.bread ul li a:hover {
    color: #060a0c
}

.bread ul li+li {
    display: inline-flex;
    align-items: center
}

.bread ul li+li:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    margin: 0 5px;
    flex-shrink: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgb3BhY2l0eT0iMC44Ij4KPHBhdGggZD0iTTExLjE3NzkgNy40NDgxTDUuNjA0OTEgMi4xMzgxQzUuNTExOTIgMi4wNDk0NSA1LjM4ODM4IDIgNS4yNTk5MSAyQzUuMTMxNDQgMiA1LjAwNzkgMi4wNDk0NSA0LjkxNDkxIDIuMTM4MUw0LjkwODkxIDIuMTQ0MUM0Ljg2MzY3IDIuMTg3MDcgNC44Mjc2NSAyLjIzODc5IDQuODAzMDQgMi4yOTYxM0M0Ljc3ODQzIDIuMzUzNDYgNC43NjU3MyAyLjQxNTIgNC43NjU3MyAyLjQ3NzZDNC43NjU3MyAyLjUzOTk5IDQuNzc4NDMgMi42MDE3MyA0LjgwMzA0IDIuNjU5MDZDNC44Mjc2NSAyLjcxNjQgNC44NjM2NyAyLjc2ODEyIDQuOTA4OTEgMi44MTEwOUwxMC4xNTY5IDcuODExMUw0LjkwODkxIDEyLjgwOTFDNC44NjM2NyAxMi44NTIxIDQuODI3NjUgMTIuOTAzOCA0LjgwMzA0IDEyLjk2MTFDNC43Nzg0MiAxMy4wMTg1IDQuNzY1NzMgMTMuMDgwMiA0Ljc2NTczIDEzLjE0MjZDNC43NjU3MyAxMy4yMDUgNC43Nzg0MiAxMy4yNjY3IDQuODAzMDQgMTMuMzI0MUM0LjgyNzY1IDEzLjM4MTQgNC44NjM2NyAxMy40MzMxIDQuOTA4OTEgMTMuNDc2MUw0LjkxNDkxIDEzLjQ4MjFDNS4wMDc5IDEzLjU3MDcgNS4xMzE0NCAxMy42MjAyIDUuMjU5OTEgMTMuNjIwMkM1LjM4ODM4IDEzLjYyMDIgNS41MTE5MiAxMy41NzA3IDUuNjA0OTEgMTMuNDgyMUwxMS4xNzc5IDguMTcyMUMxMS4yMjY5IDguMTI1NCAxMS4yNjU5IDguMDY5MjMgMTEuMjkyNiA4LjAwNzAxQzExLjMxOTMgNy45NDQ3OCAxMS4zMzMgNy44Nzc3OSAxMS4zMzMgNy44MTAxQzExLjMzMyA3Ljc0MjQgMTEuMzE5MyA3LjY3NTQxIDExLjI5MjYgNy42MTMxOEMxMS4yNjU5IDcuNTUwOTYgMTEuMjI2OSA3LjQ5NDc5IDExLjE3NzkgNy40NDgxWiIgZmlsbD0iIzA2MEEwQyIgZmlsbC1vcGFjaXR5PSIwLjQiLz4KPC9nPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center
}

.woocommerce-pagination {
    width: 100%
}

.woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto
}

.woocommerce-pagination .page-numbers li {
    margin: 0 15px
}

.woocommerce-pagination .page-numbers li .current {
    color: #cf0c15
}

.colorTextAnimate {
    background: linear-gradient(100deg, rgba(231, 231, 231, .6) 0, #fff 25%, rgba(231, 231, 231, .25) 50%, rgba(231, 231, 231, .6) 75%, rgba(231, 231, 231, .6) 100%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shineText 10s linear infinite;
    animation: shineText 10s linear infinite
}

@-webkit-keyframes shineText {
    0% {
        background-position: 100% center
    }

    50% {
        background-position: 0 center
    }

    100% {
        background-position: -100% center
    }
}

@keyframes shineText {
    0% {
        background-position: 100% center
    }

    50% {
        background-position: 0 center
    }

    100% {
        background-position: -100% center
    }
}

.stop-css-animation * {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important
}

body {
    padding-top: 100px
}

.header {
    padding: 24px 0;
    position: relative;
    z-index: 5;
    box-sizing: border-box;
    transition: .3s;
    position: fixed;
    top: 0;
    background: #060a0c
}

.header.is-openC {
    z-index: 21;
    background: var(--c-black)
}

.header.is-openL {
    z-index: 21;
    background: 0 0
}

@media screen and (max-width:991px) {
    .header.is-openL {
        background: var(--c-black)
    }
}

.header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:768px) {
    .header__inner {
        flex-direction: row-reverse
    }
}

.header__l {
    display: flex;
    align-items: center
}

@media screen and (max-width:768px) {
    .header__l {
        flex-direction: row-reverse
    }
}

@media screen and (max-width:768px) {
    .header__r {
        display: none
    }
}

.is-openC .header__r {
    opacity: 0
}

.header__logo {
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:768px) {
    .header__logo {
        margin-right: 10px
    }
}

.header__menu {
    margin-right: 8px
}

@media screen and (max-width:768px) {
    .header__menu {
        margin-left: 8px;
        margin-right: 0 !important;
    }

    .header__ctlg {
        margin-right: 0;
        margin-left: 8px;
    }
}

.header__menu-btn {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color2);
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center
}

.header__menu-btn img {
    transition: .3s
}

.header__menu-btn:hover {
    border: 1px solid #b0c9dc
}

.is-openL .header__menu-btn {
    border-color: transparent;
    background-color: var(--color2);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuMzMyMDMgMy4zMzM1TDEyLjY2NTQgMTIuNjY2OE0zLjMzMjAzIDEyLjY2NjhMMTIuNjY1NCAzLjMzMzUiIHN0cm9rZT0iI0U3RTdFNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
}

.is-openL .header__menu-btn img {
    opacity: 0
}

.header__ctlg {
    margin-right: 8px;
    width: 130px;
    display: flex;
    align-items: center;
    justify-content: center
}

.header__ctlg-btn {
    padding: 15px 52px 15px 21px;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid var(--color2);
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4xNTQwODEgMC4xNTI5NkMwLjI1Mjc2OCAwLjA1NTAxOTYgMC4zODY2IC04LjM1NjE2ZS0wOCAwLjUyNjE0NCAtOC4zNTYxNmUtMDhDMC42NjU2ODggLTguMzU2MTZlLTA4IDAuNzk5NTIgMC4wNTUwMTk2IDAuODk4MjA3IDAuMTUyOTZMMy41MDMxOCAyLjczODk3TDYuMTA4MTUgMC4xNTI5NkM2LjIwNzQgMC4wNTc3OTUyIDYuMzQwMzMgMC4wMDUxMzc1NyA2LjQ3ODMyIDAuMDA2MzI3ODdDNi42MTYzIDAuMDA3NTE4MTggNi43NDgyOSAwLjA2MjQ2MTIgNi44NDU4NiAwLjE1OTMyM0M2Ljk0MzQ0IDAuMjU2MTg2IDYuOTk4NzggMC4zODcyMTcgNi45OTk5OCAwLjUyNDE5NkM3LjAwMTE4IDAuNjYxMTc0IDYuOTQ4MTQgMC43OTMxNCA2Ljg1MjI3IDAuODkxNjcxTDMuODc1MjQgMy44NDcwNEMzLjc3NjU1IDMuOTQ0OTggMy42NDI3MiA0IDMuNTAzMTggNEMzLjM2MzYzIDQgMy4yMjk4IDMuOTQ0OTggMy4xMzExMSAzLjg0NzA0TDAuMTU0MDgxIDAuODkxNjcxQzAuMDU1NDIyOSAwLjc5MzcwMiAwIDAuNjYwODQ0IDAgMC41MjIzMTVDMCAwLjM4Mzc4NiAwLjA1NTQyMjkgMC4yNTA5MjkgMC4xNTQwODEgMC4xNTI5NloiIGZpbGw9IiNFN0U3RTciLz4KPC9zdmc+Cg==);
    background-position: 82% center;
    background-repeat: no-repeat
}

.header__ctlg-btn:hover {
    border: 1px solid #b0c9dc
}

.is-openC .header__ctlg-btn {
    display: none
}

.header__ctlg-btn-cl {
    display: none;
    padding: 15px 52px 15px 21px;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuODMyMDMgMy4zMzM1TDEzLjE2NTQgMTIuNjY2OE0zLjgzMjAzIDEyLjY2NjhMMTMuMTY1NCAzLjMzMzUiIHN0cm9rZT0iI0U3RTdFNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-position: 82% center;
    background-repeat: no-repeat;
    background-color: var(--color2)
}

.header__ctlg-btn-cl:hover {
    border: 1px solid #b0c9dc
}

.is-openC .header__ctlg-btn-cl {
    display: block
}

.menu-catalogL {
    width: 100%;
    height: 100%;
    min-height: 750px;
    overflow: auto;
    padding: 60px 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: var(--c-black);
    transform: translateY(-100%);
    transition: .3s;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .menu-catalogL {
        padding: 130px 0 30px
    }
}

.menu-catalogL.is-open {
    transform: translateY(0)
}

.menu-catalogL__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.menu-catalogL__bg svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.menu-catalogL__inner {
    display: flex;
    align-items: center;
    height: calc(100vh - 170px);
    position: relative;
    z-index: 2
}

@media screen and (max-width:991px) {
    .menu-catalogL__inner {
        height: auto
    }
}

.menu-catalogL__content {
    width: 100%;
    display: flex;
    align-items: flex-start
}

@media screen and (max-width:991px) {
    .menu-catalogL__content {
        flex-direction: column-reverse
    }
}

.menu-catalogL__btn {
    display: none;
    margin: 30px 0 40px;
    position: relative;
    z-index: 3
}

@media screen and (max-width:991px) {
    .menu-catalogL__btn {
        display: block
    }
}

.menu-catalogL__btn .btn {
    display: flex;
    width: 100%
}

.menu-catalogL__l {
    width: 50%
}

.menu-catalogL__l>ul>li>a {
    font-size: 24px;
    line-height: 1.3
}

@media screen and (max-width:991px) {
    .menu-catalogL__l {
        width: 100%;
        margin-top: 50px
    }
}

.menu-catalogL__l ul li+li {
    margin-top: 8px
}

@media screen and (max-width:991px) {
    .menu-catalogL__l ul li+li {
        margin-top: 10px
    }
}

@media screen and (max-width:991px) {
    .menu-catalogL__l ul li a {
        font-size: 18px
    }
}

.menu-catalogL__r {
    width: 50%
}

@media screen and (max-width:991px) {
    .menu-catalogL__r {
        width: 100%
    }
}

.menu-catalogL__r ul li a {
    font-size: 32px;
    font-weight: 500
}

@media screen and (max-width:991px) {
    .menu-catalogL__r ul li a {
        font-size: 24px;
        margin-top: 20px
    }
}

.menu-catalogL__r ul li+li {
    margin-top: 30px
}

.menu-catalogL__close {
    display: table;
    margin: 10px auto 0;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 3
}

.menu-catalog {
    width: 100%;
    padding: 60px 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: var(--c-black);
    transform: translateY(-100%);
    transition: .3s
}

.menu-catalog.is-open {
    transform: translateY(0)
}

@media screen and (max-width:991px) {
    .menu-catalog {
        height: 100%;
        min-height: 750px;
        overflow: auto
    }
}

@media screen and (max-width:991px) and (max-height:650px) {
    .menu-catalog__inner {
        height: 100%;
        min-height: 400px
    }
}

.menu-catalog__inner .to-catalog {
    margin: auto;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(176, 201, 220, .16);
    border-radius: 8px;
    padding: 16px 24px;
    height: 52px;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
    color: #e7e7e7;
    text-decoration: none;
    border: 1px solid transparent
}

.menu-catalog__inner .to-catalog:hover {
    color: #e7e7e7;
    border: 1px solid #b0c9dc
}

@media screen and (max-width:991px) {
    .menu-catalog__inner {
        overflow: auto
    }
}

.menu-catalog__close {
    display: table;
    margin: 55px auto 0;
    text-align: center;
    cursor: pointer
}

.menu-catalog__link {
    margin-top: 22px;
    display: table;
    font-size: 14px;
    font-weight: 500;
    color: var(--color1);
    text-decoration: underline
}

@media screen and (max-width:991px) {
    .menu-catalog__link {
        margin: auto
    }
}

.menu-catalog__rw {
    margin: 78px -10px;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:991px) {
    .menu-catalog__rw {
        display: block;
        margin: 68px 0 35px
    }
}

.menu-catalog__cl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    min-width: 300px;
    padding: 10px;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .menu-catalog__cl {
        padding: 0
    }

    .menu-catalog__cl+.menu-catalog__cl {
        margin-top: 15px
    }
}

.menu-catalog__item {
    height: 435px;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
    transition: .4s;
    border-radius: 16px;
    border: 1px solid var(--color3);
    background-position: center;
    background-repeat: no-repeat
}

@media screen and (max-width:991px) {
    .menu-catalog__item {
        height: auto;
        padding: 23px
    }
}

.menu-catalog__item a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.menu-catalog__item:hover {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjY1IiBoZWlnaHQ9IjY2NSIgdmlld0JveD0iMCAwIDY2NSA2NjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2ZfMjA3Ml81MTE2MykiPgo8cmVjdCB4PSIxMDAiIHk9IjEwMCIgd2lkdGg9IjQ2NSIgaGVpZ2h0PSI0NjUiIGZpbGw9InVybCgjcGFpbnQwX2RpYW1vbmRfMjA3Ml81MTE2MykiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzIwNzJfNTExNjMiIHg9IjAiIHk9IjAiIHdpZHRoPSI2NjUiIGhlaWdodD0iNjY1IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUwIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMjA3Ml81MTE2MyIvPgo8L2ZpbHRlcj4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfZGlhbW9uZF8yMDcyXzUxMTYzIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDMyMi4wMzkgMzMyLjgzNykgcm90YXRlKDYwLjU4OTUpIHNjYWxlKDI3OS42OCAzNDEuOTQ1KSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDg3NjgiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDYwQTBDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDYwQTBDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPC9yYWRpYWxHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
    background-size: cover
}

@media screen and (max-width:991px) {
    .menu-catalog__item:hover {
        background-image: none
    }
}

.menu-catalog__item:hover .menu-catalog__img {
    opacity: 1
}

.menu-catalog__title {
    max-width: 65%;
    font-size: 18px;
    line-height: 1.3
}

.menu-catalog__img {
    max-width: 190px;
    max-height: 165px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: .2;
    transition: .4s
}

@media screen and (max-width:991px) {
    .menu-catalog__img {
        display: none
    }
}

.footer {
    margin-top: 160px;
    padding: 60px 0 40px;
    position: relative;
    box-sizing: border-box;
    background: var(--c-bg);
    overflow: hidden
}

@media screen and (max-width:991px) {
    .footer {
        margin-top: 80px;
        padding: 50px 0
    }
}

.footer__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 2
}

.footer__bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    max-width: inherit
}

@media screen and (max-width:991px) {
    .footer__bg {
        display: none
    }
}

.footer__inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    z-index: 3
}

@media screen and (max-width:991px) {
    .footer__inner {
        display: block
    }
}

.footer__inner+.footer__inner {
    margin-top: 220px
}

@media screen and (max-width:991px) {
    .footer__inner+.footer__inner {
        display: flex;
        flex-direction: column-reverse;
        margin-top: 27px
    }

    .footer__inner+.footer__inner .footer__al {
        margin-top: 0
    }

    .footer__inner+.footer__inner .footer__ln {
        margin-top: 16px
    }
}

.footer__l {
    max-width: 465px;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 16px;
    background: var(--bg1)
}

@media screen and (max-width:991px) {
    .footer__l {
        width: 100%;
        max-width: 100%;
        padding: 34px
    }
}

.footer__c {
    width: 60%;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .footer__c {
        width: 100%
    }
}

.footer__r {
    margin-left: 10px
}

@media screen and (max-width:991px) {
    .footer__r {
        margin-left: 0;
        margin-top: 75px
    }
}

.footer__al {
    display: flex;
    justify-content: space-between;
    width: 49%;
    margin: 0 0 0 20px;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .footer__al {
        width: 100%;
        display: block;
        margin: 80px 0 0
    }
}

.footer__top {
    margin-bottom: 42px;
    position: relative;
    z-index: 3
}

.footer__logo {
    display: inline-block
}

.footer__contacts+.footer__contacts {
    margin-top: 25px
}

.footer__contacts-title {
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    color: var(--c-gray);
    opacity: .4
}

.footer__contacts-it {
    display: table;
    color: var(--c-white)
}

.footer__contacts-it+.footer__contacts-it {
    margin-top: 5px
}

.footer__contacts-itm {
    display: table;
    color: var(--c-white)
}

@media screen and (max-width:991px) {
    .footer__contacts-itm {
        font-size: 24px;
        text-decoration: underline
    }
}

.footer__contacts-itm+.footer__contacts-it {
    margin-top: 5px
}

.footer__address {
    margin-top: 80px;
    display: flex
}

@media screen and (max-width:991px) {
    .footer__address {
        margin-top: 60px
    }
}

.footer__address-img {
    width: 44px;
    height: 44px;
    flex-shrink: 0;
    border-radius: 10px;
    overflow: hidden
}

.footer__address-tx {
    padding-left: 16px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 130%
}

.footer__list+.footer__list {
    margin-top: 120px
}

@media screen and (max-width:991px) {
    .footer__list+.footer__list {
        margin-top: 55px
    }
}

.footer__list-title {
    margin-bottom: 16px;
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    color: var(--c-gray);
    opacity: .6
}

.footer__list ul li+li {
    margin-top: 7px
}

.footer__list ul li a {
    font-size: 18px
}

@media screen and (max-width:991px) {
    .footer__list ul li a {
        font-weight: 400
    }
}

.footer__list:last-of-type ul li a {
    font-size: 16px
}

.footer__list:last-of-type ul li+li {
    margin-top: 6px
}

@media screen and (max-width:991px) {
    .footer__soc {
        display: flex;
        align-items: flex-start
    }
}

.footer__soc-it {
    display: table
}

@media screen and (max-width:991px) {
    .footer__soc-it {
        margin-right: 10px
    }
}

.footer__soc-it+.footer__soc-it {
    margin-top: 10px
}

@media screen and (max-width:991px) {
    .footer__soc-it+.footer__soc-it {
        margin-top: 0
    }
}

@media screen and (max-width:991px) {
    .footer__soc-it {
        max-width: 160px;
        width: 100%
    }

    .footer__soc-it img {
        width: 100%
    }
}

.footer__tx {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    color: var(--c-gray);
    opacity: .4
}

.footer__lk {
    font-size: 14px;
    font-weight: 500;
    line-height: 130%;
    color: var(--c-gray);
    opacity: .4;
    text-decoration: underline
}

.footer__lk:hover {
    color: var(--c-red);
    opacity: 1
}

.dialogs {
    position: fixed;
    display: none;
    opacity: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background: rgba(0, 0, 0, .8);
    top: 0;
    left: 0
}

.dialogs .close-bg {
    position: fixed;
    z-index: 51;
    width: 100%;
    height: 100%
}

.dialogs .close-bg .ico {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    fill: var(--c-white);
    right: 20px;
    top: 20px;
    cursor: pointer
}

.dialogs .flex {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100%;
    width: 100%;
    padding: 0;
    box-sizing: border-box
}

.dialogs .popup {
    display: none;
    opacity: 0;
    margin: 0 auto;
    position: relative;
    z-index: 52;
    width: 100%;
    max-width: 1200px;
    border: none;
    padding: 20px 40px;
    box-sizing: border-box;
    transform: translate3d(0, -30px, 0) scale(.9);
    transition: all ease-in-out .3s;
    background: var(--c-white);
    color: var(--c-black)
}

.dialogs .popup.active {
    opacity: 1;
    transform: translate3d(0, 0, 0) scale(1)
}

@media screen and (max-width:768px) {
    .dialogs .popup {
        padding: 20px 20px 40px
    }
}

.dialogs .thanks-popup {
    background: rgba(0, 0, 0, .65);
    position: fixed;
    z-index: 102;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none
}

.dialogs .thanks-popup .close {
    z-index: 103
}

.dialogs .thanks-popup .close-bg {
    z-index: -1
}

.dialogs .thanks-popup .popup {
    opacity: 1 !important;
    display: block !important;
    background-color: var(--c-white);
    text-align: center
}

.close-bg {
    background: var(--c-bg)
}

.popup {
    display: block;
    max-width: 100% !important;
    height: 100vh;
    min-height: 750px;
    overflow: auto;
    padding: 0;
    background: var(--c-bg) !important
}

.popup__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -10%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.popup__bg svg {
    width: 100%;
    height: 100%
}

.popup__close {
    color: var(--c-white);
    padding: 15px 52px 15px 21px;
    height: 52px;
    box-sizing: border-box;
    border: 1px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    transition: .3s;
    font-size: 14px;
    position: relative;
    z-index: 2;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMuODMyMDMgMy4zMzM1TDEzLjE2NTQgMTIuNjY2OE0zLjgzMjAzIDEyLjY2NjhMMTMuMTY1NCAzLjMzMzUiIHN0cm9rZT0iI0U3RTdFNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K);
    background-position: 82% center;
    background-repeat: no-repeat;
    background-color: var(--color2)
}

@media screen and (max-width:768px) {
    .popup__close {
        padding: 15px 25px;
        background-position: center
    }
}

@media screen and (max-width:768px) {
    .popup__close span {
        display: none
    }
}

.popup__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
    z-index: 2
}

@media screen and (max-width:768px) {
    .popup__inner {
        height: auto
    }
}

.popup__content {
    width: 100%;
    max-width: 470px;
    margin: auto
}

@media screen and (max-width:768px) {
    .popup__content {
        margin-top: 40px
    }
}

.popup__content_tw {
    width: 100%;
    max-width: 640px
}

.popup__top {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end
}

.popup__logo {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    text-align: center
}

.popup__title {
    margin-bottom: 75px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: var(--c-white)
}

@media screen and (max-width:991px) {
    .popup__title {
        font-size: 18px
    }
}

#gallery .popup__content {
    max-width: 96vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden
}

#gallery .swiper {
    max-width: 100%;
    overflow: hidden;
    position: relative
}

#gallery .active-image {
    max-height: 64vh;
    border-radius: 8px;
    overflow: hidden
}

@media (max-width:768px) {
    #gallery .active-image {
        max-height: 54vh
    }
}

#gallery .active-image img {
    height: 100%;
    max-height: inherit;
    -o-object-fit: contain;
    object-fit: contain
}

#gallery .collection-block {
    position: relative;
    margin-top: 48px;
    width: 100%
}

#gallery .image-collection {
    max-width: 90%;
    margin: auto
}

@media (max-width:1024px) {
    #gallery .image-collection {
        max-width: 85%
    }
}

@media (max-width:576px) {
    #gallery .image-collection {
        max-width: 80%
    }
}

#gallery .swiper-slide {
    max-width: calc(100% / 6);
    max-height: 20vh;
    height: 100vh;
    border-radius: 8px;
    overflow: hidden
}

@media (max-width:1680px) {
    #gallery .swiper-slide {
        max-width: calc(100% / 5)
    }
}

@media (max-width:1366px) {
    #gallery .swiper-slide {
        max-width: calc(100% / 4)
    }
}

@media (max-width:1024px) {
    #gallery .swiper-slide {
        max-width: calc(100% / 3)
    }
}

@media (max-width:768px) {
    #gallery .swiper-slide {
        max-height: 50vw;
        max-width: calc(100% / 2)
    }
}

@media (max-width:576px) {
    #gallery .swiper-slide {
        max-height: 50vw;
        max-width: calc(100% / 2)
    }
}

#gallery .swiper-slide img {
    max-height: inherit;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#gallery .gallery-nav {
    position: absolute;
    top: 50%;
    background: 0 0 !important;
    border: none !important;
    cursor: pointer;
    z-index: 9;
    outline: 0 !important;
    width: 60px;
    height: 60px;
    transform-origin: center;
    display: flex;
    justify-content: center;
    align-items: center
}

#gallery .gallery-nav:active {
    box-shadow: none !important
}

#gallery .gallery-nav * * {
    -o-object-fit: contain;
    object-fit: contain
}

#gallery .gallery-prev {
    transform: translateY(-50%) !important;
    left: 0
}

#gallery .gallery-prev svg {
    transform: rotate(90deg)
}

@media (max-width:400px) {
    #gallery .gallery-prev {
        left: -10px
    }
}

#gallery .gallery-next {
    transform: translateY(-50%) !important;
    right: 0
}

#gallery .gallery-next svg {
    transform: rotate(-90deg)
}

@media (max-width:400px) {
    #gallery .gallery-next {
        right: -10px
    }
}

@-webkit-keyframes popup-Roud1 {
    0% {
        transform: translate(0, 0) scale(1)
    }

    20% {
        transform: translate(350px, -100px) scale(1.3)
    }

    60% {
        transform: translate(50px, 100px) scale(1)
    }

    100% {
        transform: translate(0, 0) scale(1)
    }
}

@keyframes popup-Roud1 {
    0% {
        transform: translate(0, 0) scale(1)
    }

    20% {
        transform: translate(350px, -100px) scale(1.3)
    }

    60% {
        transform: translate(50px, 100px) scale(1)
    }

    100% {
        transform: translate(0, 0) scale(1)
    }
}

.banner {
    margin-top: 0;
    position: relative
}

.banner+section {
    margin-top: 160px
}

@media screen and (max-width:991px) {
    .banner+section {
        margin-top: 60px
    }
}

.banner+.about-frs {
    margin-top: -60px
}

@media screen and (max-width:991px) {
    .banner+.about-frs {
        margin-top: 95px
    }
}

.banner__bg {
    width: 100%;
    height: 100vh;
    grid-row: 1;
    grid-column: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1
}

.banner__bg img,
.banner__bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.banner__main {
    margin: auto
}

.banner__main .m-offer {
    max-width: 950px
}

.banner__tx {
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%
}

.banner__tx span {
    display: block;
    background-color: #cf0c16;
    background: linear-gradient(to right, rgba(231, 231, 231, .5) 0, rgba(231, 231, 231, .5) 16.6%, #cf0c15 40.21%, #cf0c15 80.42%, rgba(231, 231, 231, .5) 100%);
    background-size: 200% auto;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: shine 5s linear infinite;
    animation: shine 5s linear infinite
}

@-webkit-keyframes shine {
    to {
        background-position: -200% center
    }
}

@keyframes shine {
    to {
        background-position: -200% center
    }
}

@media screen and (max-width:991px) {
    .banner__tx {
        margin-top: 40px
    }
}

.banner__line {
    width: 3px;
    height: 66px;
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    left: 0;
    right: 0;
    margin: auto auto 10px;
    z-index: 2;
    border-radius: 5px;
    background: var(--color2);
    overflow: hidden
}

.banner__line-bn {
    height: 33px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
    background: var(--c-white);
    border-radius: 5px;
    transition: all 4s ease;
    -webkit-animation: move 4s infinite linear;
    animation: move 4s infinite linear
}

.banner__lt {
    margin-top: 160px;
    font-weight: 500;
    color: var(--c-white);
    text-align: center;
    transition: all ease-in-out .2s;
    transform: translate(40%, 0)
}

@media screen and (max-width:991px) {
    .banner__lt {
        margin-top: 140px
    }
}

.banner__lt-item {
    display: inline-block;
    margin: 0 3px;
    opacity: 0;
    transform: translateX(10px);
    transition: all ease-in-out .2s
}

.banner__lt-item.is-animated {
    opacity: 1;
    transform: translateX(0)
}

.banner__txt {
    max-width: 500px;
    margin: 35px auto 0;
    font-size: 18px;
    color: var(--color1)
}

@media screen and (max-width:991px) {
    .banner__txt {
        font-size: 16px
    }
}

.banner__list {
    display: flex;
    border-top: 1px solid var(--color2);
    text-align: left
}

@media screen and (max-width:991px) {
    .banner__list {
        display: block;
        border-top: 0;
        margin-top: 60px
    }
}

.banner__list-item {
    height: 126px;
    display: flex;
    align-items: center;
    padding-right: 60px;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
    font-size: 18px
}

@media screen and (max-width:991px) {
    .banner__list-item {
        height: auto;
        padding: 40px 0 !important
    }
}

.banner__list-item+.banner__list-item {
    padding: 0 40px;
    box-sizing: border-box;
    border-left: 1px solid var(--color2)
}

@media screen and (max-width:991px) {
    .banner__list-item+.banner__list-item {
        border-top: 1px solid var(--color2);
        border-left: 0
    }
}

.banner__fr {
    text-align: center
}

.banner__fr-item {
    font-size: 24px;
    font-weight: 500;
    padding: 0 5px;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(10px);
    transition: all ease-in-out .2s
}

@media screen and (max-width:1350px) {
    .banner__fr-item {
        font-size: 20px
    }
}

@media screen and (max-width:1090px) {
    .banner__fr-item {
        font-size: 18px
    }
}

@media screen and (max-width:991px) {
    .banner__fr-item {
        white-space: inherit;
        font-size: 18px;
        margin-bottom: 30px
    }
}

.banner__fr-item+.descr__list-item {
    margin-top: 30px
}

.banner__fr-item.is-active {
    opacity: 1;
    transform: translateX(0)
}

.banner_bg h2 {
    max-width: 665px;
    margin: auto
}

.banner__stick {
    width: 100%;
    height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2
}

@media screen and (max-width:991px) {
    .banner__stick {
        display: block
    }
}

.banner__stick.m-offer {
    min-height: 750px;
    max-width: 950px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

@media screen and (max-width:768px) {
    .banner__stick.m-offer {
        min-height: 670px;
        padding-bottom: 100px
    }
}

.banner__stick.m-longer {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    padding-top: 100px;
    margin-bottom: 100px
}

.banner__stick-anim {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all ease-in-out .2s
}

@media screen and (max-width:991px) {
    .banner__stick-anim {
        transform: none !important;
        flex-flow: row wrap
    }
}

.banner__main {
    width: 100%;
    position: relative
}

.banner_bg .banner__main {
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.banner__main.m-longer:after {
    content: '';
    display: block;
    height: 1500px
}

.banner__inner {
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column nowrap;
    text-align: center;
    position: relative;
    z-index: 3
}

@media screen and (max-width:991px) {
    .banner_bg .banner__inner {
        height: auto;
        min-height: inherit;
        margin-top: 50px
    }
}

.banner-info {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.banner-info .container {
    z-index: 3;
    grid-row: 1;
    grid-column: 1;
    margin: 0 auto
}

.banner-info:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(3, 4, 5, .8) 0, rgba(3, 4, 5, 0) 100%)
}

.banner-info:before {
    content: '';
    width: 100%;
    height: 170px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(3, 4, 5, .8) 0, rgba(3, 4, 5, 0) 100%)
}

@-webkit-keyframes move {
    from {
        top: -33px
    }

    to {
        top: 100%
    }
}

@keyframes move {
    from {
        top: -33px
    }

    to {
        top: 100%
    }
}

.smart__inner h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 750px;
    text-align: center
}

.smart__top {
    margin-bottom: 155px;
    text-align: center
}

@media screen and (max-width:991px) {
    .smart__top {
        margin-top: 95px
    }
}

.smart__top-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 7px 7px;
    box-sizing: border-box;
    background: var(--bg1);
    border-radius: 8px
}

.smart__top-icon img {
    width: 24px
}

.smart__top-tx {
    margin-top: 16px;
    color: var(--color3)
}

.smart__rw {
    display: flex;
    flex-wrap: wrap;
    margin: -10px
}

.smart__cl {
    flex: 1 0 33.333%;
    padding: 10px;
    box-sizing: border-box
}

.smart__cl:nth-of-type(1),
.smart__cl:nth-of-type(2) {
    flex: 0 1 50%
}

@media screen and (max-width:991px) {
    .smart__cl {
        flex: 0 0 50% !important
    }
}

@media screen and (max-width:768px) {
    .smart__cl {
        flex: 0 0 100% !important
    }
}

.smart__item {
    height: 500px;
    padding: 35px 60px 35px 35px;
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--bord);
    box-sizing: border-box;
    transition: .3s
}

@media screen and (max-width:991px) {
    .smart__item {
        padding: 30px
    }
}

.smart__item-bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

@media screen and (max-width:991px) {
    .smart__item-bg svg {
        max-width: 100%
    }
}

.smart__item-bg svg path {
    stroke-dasharray: 500;
    -webkit-animation: svgLinePath 10s infinite;
    animation: svgLinePath 10s infinite
}

.smart__item-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 2
}

.smart__item-title {
    font-size: 24px;
    font-weight: 500
}

@media screen and (max-width:991px) {
    .smart__item-title {
        font-size: 18px
    }
}

.smart__item-tx {
    max-width: 320px;
    opacity: 0;
    font-size: 16px;
    line-height: 133%;
    color: var(--c-gray);
    transition: .3s
}

.smart__item:hover {
    background: var(--bg1);
    border-color: transparent
}

.smart__item:hover .smart__item-tx {
    opacity: .6
}

@-webkit-keyframes svgLinePath {
    0% {
        stroke-dashoffset: 500
    }

    50% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 500
    }
}

@keyframes svgLinePath {
    0% {
        stroke-dashoffset: 500
    }

    50% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 500
    }
}

.principle {
    box-sizing: border-box;
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr
}

.principle .container {
    grid-row: 1;
    grid-column: 1;
    z-index: 3
}

.principle__inner {
    width: 100%;
    min-height: 750px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    position: relative;
    z-index: 2
}

.principle__bg {
    width: 100%;
    height: 100vh;
    grid-row: 1;
    grid-column: 1;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    overflow: hidden
}

.principle__bg svg {
    width: auto;
    height: 100%
}

.principle__bg svg .principle-roud1 {
    -webkit-animation: principle-roud1 7s 0s infinite;
    animation: principle-roud1 7s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .principle__bg svg .principle-roud1 {
        -webkit-animation: unset;
        animation: unset
    }
}

.principle__bg svg .principle-roud2 {
    -webkit-animation: principle-roud2 4s 0s infinite;
    animation: principle-roud2 4s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .principle__bg svg .principle-roud2 {
        -webkit-animation: unset;
        animation: unset
    }
}

.principle__bg svg .principle-roud3 {
    -webkit-animation: principle-roud3 10s 0s infinite;
    animation: principle-roud3 10s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .principle__bg svg .principle-roud3 {
        -webkit-animation: unset;
        animation: unset
    }
}

.principle__bg svg .principle-roud4 {
    -webkit-animation: principle-roud4 15s 0s infinite;
    animation: principle-roud4 15s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .principle__bg svg .principle-roud4 {
        -webkit-animation: unset;
        animation: unset
    }
}

.principle__bg svg .principle-roud5 {
    -webkit-animation: principle-roud5 18s 0s infinite;
    animation: principle-roud5 18s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .principle__bg svg .principle-roud5 {
        -webkit-animation: unset;
        animation: unset
    }
}

@media (min-aspect-ratio:1680 / 900) {
    .principle__bg svg {
        width: 100%;
        height: auto
    }
}

.principle__title {
    display: flex;
    width: 60%;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    padding: 60px 0
}

.principle__title h3 {
    max-width: 525px
}

@media screen and (max-width:1200px) {
    .principle__title h3 {
        max-width: 400px
    }
}

@media screen and (max-width:991px) {
    .principle__title {
        display: block;
        width: 100%;
        height: auto;
        z-index: 4;
        position: relative;
        padding-bottom: 0
    }
}

.principle__content {
    max-width: 320px;
    margin-left: auto;
    margin-right: 100px;
    margin-top: -230px;
    align-items: flex-end;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (max-width:991px) {
    .principle__content {
        margin-left: 0;
        margin-top: 0;
        margin-right: 0;
        display: block;
        max-width: 500px
    }
}

@media screen and (max-width:450px) {
    .principle__content {
        margin-left: 0
    }
}

.principle__img {
    width: 50%;
    padding-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box
}

.principle__img img {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@media screen and (max-width:991px) {
    .principle__img {
        max-width: 195px;
        width: 100%;
        padding-right: 0;
        margin: 50px auto
    }

    .principle__img img {
        max-height: 275px
    }
}

.principle__list {
    width: 100%;
    z-index: 2
}

@media screen and (max-width:991px) {
    .principle__list {
        height: auto;
        right: 0;
        left: 0;
        margin: auto
    }
}

.principle__list-in {
    height: 100%;
    padding: 30px 0
}

.principle__list-item {
    min-height: 100vh;
    padding: 30px 0;
    width: 100%;
    max-width: 320px;
    height: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 2;
    will-change: transform
}

@media screen and (max-width:991px) {
    .principle__list-item {
        min-height: inherit;
        height: auto;
        max-width: 500px
    }
}

.principle__list-title {
    font-size: 24px;
    font-weight: 500
}

.principle__list-tx {
    margin-top: 15px;
    line-height: 130%;
    color: var(--c-gray);
    opacity: .6
}

@-webkit-keyframes principle-roud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(200px, -180px) skew(10deg, 5deg) scale(1.5)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@keyframes principle-roud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(200px, -180px) skew(10deg, 5deg) scale(1.5)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@-webkit-keyframes principle-roud2 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(-250px, -250px) skew(-10deg, 2deg) scale(.8)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@keyframes principle-roud2 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(-250px, -250px) skew(-10deg, 2deg) scale(.8)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@-webkit-keyframes principle-roud3 {
    0% {
        transform: translate(0, 0) scale(1)
    }

    50% {
        transform: translate(-350px, 0) scale(1.1)
    }

    100% {
        transform: translate(0, 0) scale(1)
    }
}

@keyframes principle-roud3 {
    0% {
        transform: translate(0, 0) scale(1)
    }

    50% {
        transform: translate(-350px, 0) scale(1.1)
    }

    100% {
        transform: translate(0, 0) scale(1)
    }
}

@-webkit-keyframes principle-roud4 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(66px, 50px) skew(2deg, 2deg) scale(1.2)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@keyframes principle-roud4 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(66px, 50px) skew(2deg, 2deg) scale(1.2)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@-webkit-keyframes principle-roud5 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(100px, 80px) skew(1deg, 10deg) scale(1.1)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@keyframes principle-roud5 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(100px, 80px) skew(1deg, 10deg) scale(1.1)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

.technologies__title {
    max-width: 750px;
    margin: 0 auto 75px;
    text-align: center
}

.technologies__tx {
    max-width: 390px;
    margin: -30px auto 0;
    color: var(--color1)
}

.technologies__tx span {
    color: var(--c-gray)
}

@media screen and (max-width:991px) {
    .technologies__tx {
        margin-top: 0
    }
}

.technologies__slider {
    overflow: hidden
}

.technologies__slider .swiper-wrapper {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.technologies__slider-item {
    position: relative
}

.technologies__slider-tag {
    padding: 13px 24px;
    position: absolute;
    top: 21px;
    left: 25px;
    z-index: 2;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    background: rgba(6, 10, 12, .6)
}

.technologies__slider-img {
    height: 567px;
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

@media screen and (max-width:991px) {
    .technologies__slider-img {
        height: 400px
    }
}

.technologies__slider-img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.technologies__slider-tx {
    margin-top: 30px;
    font-size: 18px
}

.technologies__slider-tx span {
    color: var(--c-gray);
    opacity: .6
}

.dop {
    position: relative
}

.dop__bg {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.dop__bg svg {
    width: 100%;
    height: auto;
    overflow: hidden
}

.dop__bg svg .dopRoud {
    -webkit-animation: doproud 7s 0s infinite;
    animation: doproud 7s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .dop__bg svg .dopRoud {
        -webkit-animation: unset;
        animation: unset
    }
}

.dop__inner {
    position: relative;
    z-index: 2;
    text-align: center
}

.dop__roud {
    width: 6px;
    height: 6px;
    margin: 0 auto 60px;
    border-radius: 100px;
    background-color: var(--color2)
}

.dop__tx {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 130%
}

.dop__rd {
    display: inline-flex;
    align-items: center;
    padding: 17px 50px;
    margin-bottom: 85px;
    font-size: 32px;
    position: relative;
    cursor: pointer;
    box-sizing: border-box;
    background-color: var(--bord2);
    border-radius: 100px;
    transition: none
}

@media screen and (max-width:991px) {
    .dop__rd {
        font-size: 24px;
        padding: 17px 28px
    }
}

.dop__rd:after {
    content: '';
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    bottom: -32px;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzIiIGhlaWdodD0iMzIiIHZpZXdCb3g9IjAgMCAzMiAzMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAgMzEuOTk5NVYtMC4wMDA0ODgyODFIMzJMMCAzMS45OTk1WiIgZmlsbD0iI0IwQzlEQyIgZmlsbC1vcGFjaXR5PSIwLjE2Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center
}

.dop__rd img {
    margin-left: 24px;
    width: 32px;
    height: 32px
}

.dop__rd-state1 {
    display: inline-flex;
    align-items: center;
    opacity: 1;
    transition: all ease-in-out .4s
}

.dop__rd-state1.is-animated {
    opacity: 0
}

.dop__rd-state2 {
    position: absolute;
    left: 50%;
    top: 50%;
    opacity: 0;
    transform: translate(-50%, -50%);
    transition: all ease-in-out .2s
}

.dop__rd-state2.is-animated {
    opacity: 1;
    transform: translate(-50%, -50%);
    -webkit-animation: rotateLoad 1s infinite linear;
    animation: rotateLoad 1s infinite linear
}

.dop__rd-state2:after {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9C1 13.4183 4.58172 17 9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1' stroke='%23E7E7E7' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")
}

.dop__rd-state3 {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all ease-in-out .2s
}

.dop__rd-state3 svg {
    display: block
}

.dop__rd-state3 svg .checkRect1,
.dop__rd-state3 svg .checkRect2 {
    width: 0
}

.dop__rd-state3.is-animated {
    opacity: 1
}

.dop__rd-state3.is-animated svg .checkRect1 {
    -webkit-animation: drawLine1 .3s 1 ease-in forwards;
    animation: drawLine1 .3s 1 ease-in forwards
}

.dop__rd-state3.is-animated svg .checkRect2 {
    -webkit-animation: drawLine2 .1s 1 ease-in .3s forwards;
    animation: drawLine2 .1s 1 ease-in .3s forwards
}

.dop__rd.is-animated {
    background-color: var(--bord3)
}

.dop__rd.is-animated:after {
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 31.9995V-0.000488281H32L0 31.9995Z' fill='%23003025' fill-opacity='1'/%3E%3C/svg%3E%0A")
}

.dop__ab {
    font-size: 18px;
    line-height: 130%
}

@-webkit-keyframes doproud {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, 50px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(250px, 100px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@keyframes doproud {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, 50px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(250px, 100px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@-webkit-keyframes rotateLoad {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rotateLoad {
    0% {
        transform: translate(-50%, -50%) rotate(0)
    }

    50% {
        transform: translate(-50%, -50%) rotate(180deg)
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes drawLine1 {
    0% {
        width: 0
    }

    100% {
        width: 8px
    }
}

@keyframes drawLine1 {
    0% {
        width: 0
    }

    100% {
        width: 8px
    }
}

@-webkit-keyframes drawLine2 {
    0% {
        width: 0
    }

    100% {
        width: 17px
    }
}

@keyframes drawLine2 {
    0% {
        width: 0
    }

    100% {
        width: 17px
    }
}

.descrip {
    position: relative;
    top: 0
}

.descrip .container {
    display: flex;
    flex-direction: column-reverse
}

.descrip__inner {
    overflow: hidden;
    background: var(--green);
    border-radius: 16px;
    position: -webkit-sticky;
    position: sticky;
    left: 0;
    top: 0;
    z-index: 2;
    margin-bottom: 40px
}

.descrip__inner:nth-child(1) {
    top: calc(30px * 1)
}

.descrip__inner:nth-child(2) {
    top: calc(30px * 2)
}

.descrip__inner:nth-child(3) {
    top: calc(30px * 3)
}

.descrip__inner:nth-child(4) {
    top: calc(30px * 4)
}

.descrip__inner:nth-child(5) {
    top: calc(30px * 5)
}

.descrip__inner:nth-child(6) {
    top: calc(30px * 6)
}

.descrip__inner:nth-child(7) {
    top: calc(30px * 7)
}

.descrip__inner:nth-child(8) {
    top: calc(30px * 8)
}

.descrip__inner:nth-child(9) {
    top: calc(30px * 9)
}

.descrip__inner:nth-child(10) {
    top: calc(30px * 10)
}

.descrip__inner:nth-of-type(1) {
    z-index: 10
}

.descrip__inner:nth-of-type(2) {
    z-index: 9
}

.descrip__inner:nth-of-type(3) {
    z-index: 8
}

.descrip__inner:nth-of-type(4) {
    z-index: 7
}

.descrip__inner:nth-of-type(5) {
    z-index: 6
}

@media screen and (max-width:991px) {
    .descrip__inner.element-animation .descrip__text {
        max-height: 55vh
    }

    .descrip__inner.element-animation .descrip__bottom {
        overflow-y: auto
    }

    .descrip__inner.element-animation .descrip__img {
        max-height: 40vh;
        background: #fff;
        z-index: 9
    }

    .descrip__inner.element-animation .descrip__img img {
        -o-object-fit: contain !important;
        object-fit: contain !important
    }
}

.descrip__inner.element-show {
    transition: .5s
}

.descrip__inner.element-show:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: rgba(0, 0, 0, .5)
}

.descrip__inner.element-show+.element-show {
    transform: scale(.95)
}

.descrip__inner.element-show+.element-show::after {
    opacity: 1;
    z-index: 2
}

.descrip__inner.element-show+.element-show+.element-show {
    transform: scale(.9)
}

.descrip__inner.element-show:nth-of-type(1) {
    top: 0
}

.descrip__inner.element-show:nth-of-type(2) {
    top: 60px
}

.descrip__inner.element-show:nth-of-type(3) {
    top: 30px
}

.descrip__inner.element-show:nth-of-type(4) {
    top: 0
}

.descrip__bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.descrip__content {
    display: flex;
    position: relative;
    z-index: 2
}

@media screen and (min-height:1020px) {
    .descrip__content {
        min-height: 900px
    }
}

@media screen and (max-height:1019px) {
    .descrip__content {
        min-height: calc(100vh - 120px)
    }
}

@media screen and (max-width:991px) {
    .descrip__content {
        display: block;
        min-height: inherit
    }
}

.descrip__text {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 50%;
    padding: 60px 80px 78px 60px;
    position: relative;
    z-index: 3;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .descrip__text {
        width: 100%;
        padding: 25px
    }
}

.descrip__img {
    width: 50%;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .descrip__img {
        width: 100%;
        height: 260px
    }
}

.descrip__img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.descrip__icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3
}

.descrip__icon img {
    width: auto;
    height: auto;
    position: relative
}

@media screen and (max-width:991px) {
    .descrip__icon img {
        width: 30%
    }
}

.descrip__top {
    margin-bottom: 90px
}

@media screen and (max-width:991px) {
    .descrip__top {
        margin-bottom: 15px
    }
}

.descrip__tx {
    margin: 20px 0;
    color: var(--color1)
}

.descrip__bottom {
    margin-top: 90px
}

@media screen and (max-width:991px) {
    .descrip__bottom {
        margin-top: 15px
    }
}

@media screen and (max-width:991px) {
    .descrip__bottom {
        margin-bottom: 10px
    }
}

.descrip__bottom ul li {
    min-height: 24px;
    padding-left: 45px;
    align-items: center;
    position: relative;
    line-height: 135%;
    box-sizing: border-box
}

@media (max-width:768px) {
    .descrip__bottom ul li {
        display: flex;
        flex-wrap: wrap
    }
}

.descrip__bottom ul li:before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 2;
    flex-shrink: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iLTAuMDAwNDg4MjgxIiB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHJ4PSI0IiBmaWxsPSIjMDA4NzY4IiBmaWxsLW9wYWNpdHk9IjAuMDgiLz4KPHBhdGggZD0iTTkuMzMyMDMgMTMuOTk5NkwxMi40NDMxIDE2LjY2NjJMMTguNjY1NCAxMS4zMzI5IiBzdHJva2U9IiMwMDg3NjgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center
}

.descrip__bottom ul li+li {
    margin-top: 20px
}

.catalog {
    margin-top: 95px
}

@media screen and (max-width:991px) {
    .catalog {
        margin-top: 50px
    }
}

.catalog__inner h1 {
    font-size: 32px;
    line-height: 140%;
    letter-spacing: .01em;
    text-align: center
}

@media screen and (max-width:991px) {
    .catalog__inner h1 {
        font-size: 24px
    }
}

.catalog__item {
    padding: 25px;
    position: relative;
    transition: .3s;
    border-radius: 16px;
    box-sizing: border-box
}

.catalog__item:hover {
    background-color: var(--bg1)
}

.catalog__item a {
    width: 100%;
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3
}

.catalog__item-img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 70px;
    height: 472px;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
    background: var(--c-wh)
}

@media (max-width:991px) {
    .catalog__item-img {
        padding: 40px
    }
}

.catalog__item-title {
    padding-right: 50px;
    margin-top: 25px;
    font-size: 18px
}

.catalog__item-tx {
    margin-top: 10px;
    color: var(--color1);
    line-height: 130%
}

.catalog__item-price {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 500
}

.catalog__rw {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px -60px
}

.catalog__cl {
    padding: 0 10px;
    margin-bottom: 60px;
    width: 33.333%;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .catalog__cl {
        width: 50%
    }
}

@media screen and (max-width:768px) {
    .catalog__cl {
        width: 100%
    }
}

.catalog__filter {
    margin: 75px 0 20px;
    position: relative
}

@media screen and (max-width:991px) {
    .catalog__filter {
        margin: 50px 0 20px
    }
}

.catalog__filter-title {
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid var(--color2);
    border-radius: 16px;
    cursor: pointer
}

.catalog__filter-title.is-open {
    border-color: transparent;
    border-radius: 16px 16px 0 0;
    background: var(--c-bg)
}

.catalog__filter-title.is-open .catalog__filter-cntr {
    display: none
}

.catalog__filter-title.is-open .catalog__filter-cl {
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog__filter-title.is-open .catalog__filter-cl img {
    margin-left: 20px
}

.catalog__filter-cntr {
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog__filter-cntr_ic {
    margin-left: 17px
}

.catalog__filter-cl {
    display: none;
    border-radius: 16px 16px 0 0;
    text-align: center
}

.catalog #search .form {
    display: flex;
    align-items: flex-end;
    width: 100%
}

.catalog #search .form .form__item {
    width: 100%
}

.catalog #search .form .btn {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin-left: 8px;
    cursor: pointer
}

.catalog-sl {
    overflow: hidden;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

.catalog-sl__top {
    max-width: 500px;
    margin: auto;
    text-align: center
}

.catalog-sl__top h3 {
    background-image: linear-gradient(91.41deg, rgba(231, 231, 231, .44) .36%, #e7e7e7 21.43%, rgba(231, 231, 231, .44) 99.04%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.catalog-sl__top h3 span {
    background: linear-gradient(0deg, #cf0c15, #cf0c15);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.catalog-sl__top-tx {
    margin-top: 35px;
    color: var(--color3)
}

.catalog-sl__slider {
    margin-right: calc(-50vw + 727px);
    overflow: hidden;
    margin-top: 80px
}

@media screen and (max-width:1530px) {
    .catalog-sl__slider {
        margin-right: -40px
    }
}

@media screen and (max-width:991px) {
    .catalog-sl__slider {
        margin-right: -20px;
        margin-top: 50px
    }
}

.catalog-sl__slider .swiper-slide {
    width: 467px
}

@media screen and (max-width:991px) {
    .catalog-sl__slider .swiper-slide {
        width: 282px
    }
}

@media screen and (max-width:991px) {
    .catalog-sl__slider .swiper-slide .catalog__item {
        padding: 15px
    }
}

@media screen and (max-width:991px) {
    .catalog-sl__slider .swiper-slide .catalog__item-img {
        height: 252px;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .catalog-sl__slider .swiper-slide .catalog__item-img img {
        max-width: unset;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%
    }
}

.catalog-sl__slider .swiper-slide .catalog__item-price {
    margin-top: 25px
}

.catalog-sl__slider .swiper-slide:nth-of-type(2n) .catalog__item-img {
    height: 470px
}

@media screen and (max-width:991px) {
    .catalog-sl__slider .swiper-slide:nth-of-type(2n) .catalog__item-img {
        height: 252px
    }
}

.catalog-sl__slider-item .catalog__item-img {
    height: 365px
}

/* @media (min-width:1024px){.catalog-sl .container{margin:0;max-width:100%;padding-right:0} */
.catalog-sl .catalog-sl__top {
    max-width: 540px;
    padding-right: 40px
}

.catalog-sl .catalog-sl__slider {
    margin-right: 0;
    max-width: 100%;
    overflow-x: hidden
}

.comparison__top {
    max-width: 500px;
    margin: auto;
    text-align: center
}

.comparison__top-tx {
    margin-top: 40px;
    color: var(--color3)
}

@media screen and (max-width:991px) {
    .comparison__top-tx {
        margin-top: 22px
    }
}

.comparison__list {
    display: flex;
    margin: 80px -10px 0
}

@media screen and (max-width:991px) {
    .comparison__list {
        margin-top: 50px
    }
}

@media screen and (max-width:768px) {
    .comparison__list {
        overflow: auto
    }
}

.comparison__list-cell {
    padding: 0 10px;
    box-sizing: border-box;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media screen and (max-width:768px) {
    .comparison__list-cell {
        flex: 0 0 325px
    }
}

.comparison__list-item {
    height: 100%;
    padding: 40px 40px 50px;
    position: relative;
    box-sizing: border-box;
    border: 1px solid var(--color2);
    border-radius: 16px;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .comparison__list-item {
        padding: 22px 22px 40px
    }
}

.comparison__list-item ul li {
    min-height: 24px;
    padding-left: 42px;
    display: flex;
    align-items: center;
    position: relative;
    line-height: 125%;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    color: #6b7c89
}

@media screen and (max-width:991px) {
    .comparison__list-item ul li {
        font-size: 14px
    }
}

.comparison__list-item ul li+li {
    margin-top: 50px
}

.comparison__list-item ul li:before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 2;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3Qgd2lkdGg9IjI4IiBoZWlnaHQ9IjI4IiByeD0iNCIgZmlsbD0iI0IwQzlEQyIgZmlsbC1vcGFjaXR5PSIwLjA4Ii8+CjxwYXRoIGQ9Ik05LjMzMjAzIDkuMzMzNUwxOC42NjU0IDE4LjY2NjhNOS4zMzIwMyAxOC42NjY4TDE4LjY2NTQgOS4zMzM1IiBzdHJva2U9IiNCMEM5REMiIHN0cm9rZS1vcGFjaXR5PSIwLjYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
}

.comparison__list-item_main:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzEwIiBoZWlnaHQ9IjEzODkiIHZpZXdCb3g9IjAgMCA3MTAgMTM4OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgZmlsdGVyPSJ1cmwoI2ZpbHRlcjBfZl8zNTEwXzI4NzczKSI+CjxwYXRoIGQ9Ik0zMDYgLTUuNDcyNjdlLTA1QzMwNiAxMzguNzA4IDMzOC45NzcgMjcxLjczNSAzOTcuNjc2IDM2OS44MTdDNDU2LjM3NCA0NjcuODk4IDUzNS45ODcgNTIzIDYxOSA1MjNDNzAyLjAxMyA1MjMgNzgxLjYyNiA0NjcuODk4IDg0MC4zMjQgMzY5LjgxN0M4OTkuMDIzIDI3MS43MzUgOTMyIDEzOC43MDggOTMyIDYuMTAzNTJlLTA1TDYxOSAtMi43MzYzM2UtMDVMMzA2IC01LjQ3MjY3ZS0wNVoiIGZpbGw9InVybCgjcGFpbnQwX2xpbmVhcl8zNTEwXzI4NzczKSIvPgo8L2c+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIxX2ZfMzUxMF8yODc3MykiPgo8cGF0aCBkPSJNNDIgLTUuNDcyNjdlLTA1QzQyIDMyNS45NTEgNzQuOTc2NyA2MzguNTUyIDEzMy42NzYgODY5LjAzNEMxOTIuMzc0IDEwOTkuNTIgMjcxLjk4NyAxMjI5IDM1NSAxMjI5QzQzOC4wMTMgMTIyOSA1MTcuNjI1IDEwOTkuNTIgNTc2LjMyNCA4NjkuMDM0QzYzNS4wMjMgNjM4LjU1MiA2NjggMzI1Ljk1MSA2NjggMC4wMDAxMjIwN0wzNTUgLTIuNzM2MzNlLTA1TDQyIC01LjQ3MjY3ZS0wNVoiIGZpbGw9InVybCgjcGFpbnQxX2xpbmVhcl8zNTEwXzI4NzczKSIvPgo8L2c+CjxkZWZzPgo8ZmlsdGVyIGlkPSJmaWx0ZXIwX2ZfMzUxMF8yODc3MyIgeD0iMTQ2IiB5PSItMTYwIiB3aWR0aD0iOTQ2IiBoZWlnaHQ9Ijg0MyIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIiBjb2xvci1pbnRlcnBvbGF0aW9uLWZpbHRlcnM9InNSR0IiPgo8ZmVGbG9vZCBmbG9vZC1vcGFjaXR5PSIwIiByZXN1bHQ9IkJhY2tncm91bmRJbWFnZUZpeCIvPgo8ZmVCbGVuZCBtb2RlPSJub3JtYWwiIGluPSJTb3VyY2VHcmFwaGljIiBpbjI9IkJhY2tncm91bmRJbWFnZUZpeCIgcmVzdWx0PSJzaGFwZSIvPgo8ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSI4MCIgcmVzdWx0PSJlZmZlY3QxX2ZvcmVncm91bmRCbHVyXzM1MTBfMjg3NzMiLz4KPC9maWx0ZXI+CjxmaWx0ZXIgaWQ9ImZpbHRlcjFfZl8zNTEwXzI4NzczIiB4PSItMTE4IiB5PSItMTYwIiB3aWR0aD0iOTQ2IiBoZWlnaHQ9IjE1NDkiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iODAiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8zNTEwXzI4NzczIi8+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMzUxMF8yODc3MyIgeDE9Ijc4NCIgeTE9IjY3NiIgeDI9IjY1NCIgeTI9Ii0xLjYwMzg1ZS0wNSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDYwQTBDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIwLjMzMTQwNyIgc3RvcC1jb2xvcj0iIzE4MzA0NSIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDAzMDI1Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjxsaW5lYXJHcmFkaWVudCBpZD0icGFpbnQxX2xpbmVhcl8zNTEwXzI4NzczIiB4MT0iNTIwIiB5MT0iMTU4OC41NCIgeDI9Ii05OC4xNzI3IiB5Mj0iMjIwLjYwNyIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPgo8c3RvcCBzdG9wLWNvbG9yPSIjMDYwQTBDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIwLjMzMTQwNyIgc3RvcC1jb2xvcj0iIzE4MzA0NSIgc3RvcC1vcGFjaXR5PSIwLjIiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDAzMDI1Ii8+CjwvbGluZWFyR3JhZGllbnQ+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center top
}

.comparison__list-item_main ul li {
    color: var(--c-white)
}

.comparison__list-item_main ul li:before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iLTAuMDAwNDg4MjgxIiB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHJ4PSI0IiBmaWxsPSIjMDA4NzY4IiBmaWxsLW9wYWNpdHk9IjAuMDgiLz4KPHBhdGggZD0iTTkuMzMyMDMgMTMuOTk5NkwxMi40NDMxIDE2LjY2NjJMMTguNjY1NCAxMS4zMzI5IiBzdHJva2U9IiMwMDg3NjgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
}

.comparison__list-title {
    position: relative;
    z-index: 3;
    text-align: center;
    font-size: 24px;
    line-height: 130%
}

@media screen and (max-width:991px) {
    .comparison__list-title {
        font-size: 18px
    }
}

.comparison__list-img {
    position: relative;
    z-index: 3;
    margin: 20px 0 25px;
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:991px) {
    .comparison__list-img {
        height: 335px
    }

    .comparison__list-img img {
        max-height: 185px
    }
}

.abt {
    position: relative
}

.abt_bg:after {
    content: '';
    width: 100%;
    height: 180%;
    display: block;
    position: absolute;
    bottom: -160px;
    left: 0;
    z-index: 1;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTY4MCIgaGVpZ2h0PSIxNjc2IiB2aWV3Qm94PSIwIDAgMTY4MCAxNjc2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9mXzIwNzJfNTExMjApIj4KPHBhdGggZD0iTS02NzUgMTYwQy02NzUgNTE5LjYzMyAtNTE1LjQzNyA4NjQuNTM3IC0yMzEuNDEzIDExMTguODRDNTIuNjEwNSAxMzczLjE0IDQzNy44MjkgMTUxNiA4MzkuNSAxNTE2QzEyNDEuMTcgMTUxNiAxNjI2LjM5IDEzNzMuMTQgMTkxMC40MSAxMTE4Ljg0QzIxOTQuNDQgODY0LjUzOCAyMzU0IDUxOS42MzQgMjM1NCAxNjBMODM5LjUgMTYwTC02NzUgMTYwWiIgZmlsbD0idXJsKCNwYWludDBfbGluZWFyXzIwNzJfNTExMjApIi8+CjwvZz4KPGRlZnM+CjxmaWx0ZXIgaWQ9ImZpbHRlcjBfZl8yMDcyXzUxMTIwIiB4PSItODM1IiB5PSItMS41MjU4OGUtMDUiIHdpZHRoPSIzMzQ5IiBoZWlnaHQ9IjE2NzYiIGZpbHRlclVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY29sb3ItaW50ZXJwb2xhdGlvbi1maWx0ZXJzPSJzUkdCIj4KPGZlRmxvb2QgZmxvb2Qtb3BhY2l0eT0iMCIgcmVzdWx0PSJCYWNrZ3JvdW5kSW1hZ2VGaXgiLz4KPGZlQmxlbmQgbW9kZT0ibm9ybWFsIiBpbj0iU291cmNlR3JhcGhpYyIgaW4yPSJCYWNrZ3JvdW5kSW1hZ2VGaXgiIHJlc3VsdD0ic2hhcGUiLz4KPGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iODAiIHJlc3VsdD0iZWZmZWN0MV9mb3JlZ3JvdW5kQmx1cl8yMDcyXzUxMTIwIi8+CjwvZmlsdGVyPgo8bGluZWFyR3JhZGllbnQgaWQ9InBhaW50MF9saW5lYXJfMjA3Ml81MTEyMCIgeDE9IjgzOS41IiB5MT0iMjUyLjc4NSIgeDI9IjcxOS41NDQiIHkyPSIxNDcxLjQ0IiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwNjBBMEMiIHN0b3Atb3BhY2l0eT0iMCIvPgo8c3RvcCBvZmZzZXQ9IjAuMzMxNDA3IiBzdG9wLWNvbG9yPSIjMTgzMDQ1IiBzdG9wLW9wYWNpdHk9IjAuMiIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiMwMDMwMjUiLz4KPC9saW5lYXJHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.abt__inner {
    min-height: 424px;
    padding: 70px 50px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    background: var(--bg1);
    border-radius: 16px
}

@media screen and (max-width:991px) {
    .abt__inner {
        display: block
    }
}

.abt__im {
    padding-right: 40px;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .abt__im {
        width: 100%;
        padding-right: 0
    }
}

.abt__img-list {
    display: flex
}

.abt__img-list-item {
    width: 120px;
    height: 120px;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    overflow: hidden;
    background: var(--c-wh)
}

@media screen and (max-width:991px) {
    .abt__img-list-item {
        margin: 0 6px
    }
}

.abt__img-list-item img {
    max-width: 100px;
    max-height: 100px
}

.abt__img-list-item_tx {
    background: var(--bg1);
    font-size: 18px
}

@media screen and (max-width:991px) {
    .abt__img-list-item {
        width: 80px;
        height: 80px
    }

    .abt__img-list-item img {
        max-width: 75px;
        max-height: 75px
    }
}

.abt__content {
    width: 50%
}

@media screen and (max-width:991px) {
    .abt__content {
        width: 100%;
        margin-top: 80px
    }
}

.abt__content h3+.btn {
    margin-top: 60px
}

@media screen and (max-width:991px) {
    .abt__content h3+.btn {
        margin-top: 30px
    }
}

.why {
    padding: 160px 0;
    margin-top: 0 !important;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (max-width:991px) {
    .why {
        padding: 100px 0
    }
}

.why__bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.why__bg svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.why__bg .whyRoud1 {
    -webkit-animation: whyRoud1 7s 0s infinite;
    animation: whyRoud1 7s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .why__bg .whyRoud1 {
        -webkit-animation: unset;
        animation: unset
    }
}

.why__bg .whyRoud2 {
    -webkit-animation: whyRoud2 12s 0s infinite;
    animation: whyRoud2 12s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .why__bg .whyRoud2 {
        -webkit-animation: unset;
        animation: unset
    }
}

.why__inner {
    position: relative;
    z-index: 2
}

.why__inner h2 {
    text-align: center
}

.why__top {
    max-width: 750px;
    margin: 0 auto 75px;
    text-align: center
}

@media screen and (max-width:991px) {
    .why__top {
        margin-bottom: 50px
    }
}

.why__top-icon {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    padding: 7px 7px;
    box-sizing: border-box;
    background: var(--bg1);
    border-radius: 8px
}

.why__top-icon img {
    width: 24px
}

.why__top-tx {
    margin-top: 16px;
    color: var(--bord1)
}

.why__top-tx+h2 {
    margin-top: 157px
}

@media screen and (max-width:991px) {
    .why__top-tx+h2 {
        margin-top: 120px
    }
}

.why__content .swiper-pagination {
    margin-top: 105px
}

@media screen and (max-width:991px) {
    .why__content .swiper-pagination {
        margin-top: 65px
    }
}

.why__slider {
    overflow: hidden
}

.why__slider .swiper-slide {
    width: 49%
}

.why__slider-item {
    text-align: center
}

.why__slider-content {
    margin-top: 30px
}

.why__slider-title {
    font-size: 24px;
    font-weight: 500
}

.why__slider-tx {
    max-width: 410px;
    margin: 13px auto 0;
    line-height: 130%;
    color: var(--bord1)
}

.why__slider-img {
    border-radius: 16px
}

@-webkit-keyframes whyRoud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(-300px, 180px) skew(10deg, 5deg) scale(1)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@keyframes whyRoud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(-300px, 180px) skew(10deg, 5deg) scale(1)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@-webkit-keyframes whyRoud2 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(450px, 250px) skew(-10deg, 2deg) scale(2)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@keyframes whyRoud2 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    50% {
        transform: translate(450px, 250px) skew(-10deg, 2deg) scale(2)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

.dngr {
    margin-top: 170px
}

@media screen and (max-width:991px) {
    .dngr {
        margin-top: 32px
    }
}

.dngr h4,
.dngr table thead,
table .dngr thead {
    font-size: 24px
}

.dngr__inner {
    max-width: 540px;
    margin: auto;
    text-align: center
}

.dngr__img {
    margin-top: 80px
}

.dngr__img svg {
    max-width: 100%
}

.dngr__img svg .dngrLine1 {
    stroke-dasharray: 672;
    -webkit-animation: dngrLine1 10s infinite;
    animation: dngrLine1 10s infinite
}

@media screen and (max-width:991px) {
    .dngr__img {
        margin-top: 55px
    }
}

.dngr__tx {
    margin-top: 65px;
    font-size: 18px;
    line-height: 130%
}

@media screen and (max-width:991px) {
    .dngr__tx {
        margin-top: 50px
    }
}

@-webkit-keyframes dngrLine1 {
    0% {
        stroke-dashoffset: 672
    }

    50% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 672
    }
}

@keyframes dngrLine1 {
    0% {
        stroke-dashoffset: 672
    }

    50% {
        stroke-dashoffset: 0
    }

    100% {
        stroke-dashoffset: 672
    }
}

.solution__top {
    max-width: 768px;
    margin: auto;
    text-align: center
}

.solution__top h2 {
    margin-bottom: 30px
}

.solution__top-tx {
    max-width: 400px;
    margin: auto;
    color: var(--color2)
}

.solution__rw {
    margin: 78px -10px -20px;
    display: flex;
    flex-wrap: wrap
}

@media screen and (max-width:991px) {
    .solution__rw {
        margin-top: 50px
    }
}

.solution__cl {
    flex: 1 0 50%;
    padding: 0 10px 20px;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .solution__cl {
        flex: 1 0 50%
    }
}

@media screen and (max-width:768px) {
    .solution__cl {
        flex: 0 1 100%
    }
}

.solution__item {
    height: 500px;
    padding: 35px;
    position: relative;
    box-sizing: border-box;
    transition: .4s;
    border-radius: 16px;
    border: 1px solid var(--color3);
    background-position: center;
    background-repeat: no-repeat
}

.solution__item a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.solution__item:hover {
    background-color: var(--bg1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjY1IiBoZWlnaHQ9IjY2NSIgdmlld0JveD0iMCAwIDY2NSA2NjUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGZpbHRlcj0idXJsKCNmaWx0ZXIwX2ZfMjA3Ml81MTE2MykiPgo8cmVjdCB4PSIxMDAiIHk9IjEwMCIgd2lkdGg9IjQ2NSIgaGVpZ2h0PSI0NjUiIGZpbGw9InVybCgjcGFpbnQwX2RpYW1vbmRfMjA3Ml81MTE2MykiLz4KPC9nPgo8ZGVmcz4KPGZpbHRlciBpZD0iZmlsdGVyMF9mXzIwNzJfNTExNjMiIHg9IjAiIHk9IjAiIHdpZHRoPSI2NjUiIGhlaWdodD0iNjY1IiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CjxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CjxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CjxmZUdhdXNzaWFuQmx1ciBzdGREZXZpYXRpb249IjUwIiByZXN1bHQ9ImVmZmVjdDFfZm9yZWdyb3VuZEJsdXJfMjA3Ml81MTE2MyIvPgo8L2ZpbHRlcj4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfZGlhbW9uZF8yMDcyXzUxMTYzIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDMyMi4wMzkgMzMyLjgzNykgcm90YXRlKDYwLjU4OTUpIHNjYWxlKDI3OS42OCAzNDEuOTQ1KSI+CjxzdG9wIHN0b3AtY29sb3I9IiMwMDg3NjgiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDYwQTBDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjMDYwQTBDIiBzdG9wLW9wYWNpdHk9IjAiLz4KPC9yYWRpYWxHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
    border-color: transparent
}

.solution__item:hover .solution__img {
    opacity: 1
}

.solution__title {
    max-width: 48%;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 500
}

@media screen and (max-width:991px) {
    .solution__title {
        font-size: 18px
    }
}

@media screen and (max-width:768px) {
    .solution__title {
        max-width: 70%
    }
}

.solution__img {
    max-width: 260px;
    max-height: 307px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 2;
    opacity: .2;
    transition: .2s
}

.phone {
    overflow: hidden;
    z-index: 3
}

.phone h3 {
    max-width: 525px;
    margin: auto;
    text-align: center
}

.phone h3 span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90.08deg, #1d93ea .08%, #f6b60b 85.97%), linear-gradient(0deg, #e7e7e7, #e7e7e7)
}

.phone h2 {
    max-width: 580px;
    margin: auto;
    text-align: center
}

.phone__content {
    margin-top: 75px;
    display: flex;
    align-items: center
}

@media screen and (max-width:991px) {
    .phone__content {
        display: block;
        margin-top: 50px
    }
}

.phone__img {
    min-height: 600px;
    width: 50%;
    padding-right: 157px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
    z-index: 2
}

@media screen and (max-width:991px) {
    .phone__img {
        width: 100%;
        padding-right: 0;
        min-height: inherit;
        justify-content: center
    }

    .phone__img img {
        max-height: 300px
    }
}

.phone__bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.phone__bg svg .phoneRoud1 {
    -webkit-animation: phoneRoud1 7s 0s infinite;
    animation: phoneRoud1 7s 0s infinite
}

.phone__list {
    width: 50%;
    position: relative;
    z-index: 2
}

@media screen and (max-width:991px) {
    .phone__list {
        margin-top: 50px;
        width: 100%
    }
}

.phone__list ul li {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding-left: 45px;
    position: relative;
    flex-wrap: wrap;
    gap: 0 15px
}

.phone__list ul li i {
    font-style: normal
}

@media (max-width:576px) {
    .phone__list ul li i {
        flex: 0 0 95%
    }
}

.phone__list ul li+li {
    margin-top: 30px
}

@media screen and (max-width:991px) {
    .phone__list ul li+li {
        margin-top: 25px
    }
}

.phone__list ul li:before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 2;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iLTAuMDAwNDg4MjgxIiB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHJ4PSI0IiBmaWxsPSIjMDA4NzY4IiBmaWxsLW9wYWNpdHk9IjAuMDgiLz4KPHBhdGggZD0iTTkuMzMyMDMgMTMuOTk5NkwxMi40NDMxIDE2LjY2NjJMMTguNjY1NCAxMS4zMzI5IiBzdHJva2U9IiMwMDg3NjgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
}

.phone__list ul li span {
    margin: 0;
    display: inline-flex;
    align-items: center;
    padding: 5px 10px;
    box-sizing: border-box;
    background: var(--bg1);
    border-radius: 8px
}

.phone__list ul li span img {
    margin-right: 4px
}

@media (max-width:420px) {
    .phone__list ul li span {
        font-size: 12px
    }

    .phone__list ul li img {
        height: 17px
    }
}

@media (max-width:350px) {
    .phone__list ul li span {
        font-size: 3.42857vw;
        padding: 1.42857vw 2.85714vw
    }

    .phone__list ul li img {
        height: 4.85714vw
    }
}

@media (max-width:576px) {
    .phone__list ul li::before {
        margin: 0;
        transform: translateY(28%)
    }

    .phone__list ul li span {
        margin: 4px 0
    }
}

.phone__inf {
    display: flex;
    margin: 160px -10px 0
}

@media screen and (max-width:991px) {
    .phone__inf {
        overflow: auto;
        margin-top: 90px;
        margin-left: 0
    }
}

.phone__inf-cell {
    padding: 0 10px;
    box-sizing: border-box;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media screen and (max-width:991px) {
    .phone__inf-cell {
        padding: 0 65px 0 10px
    }
}

.phone__inf-item {
    height: 100%;
    padding-bottom: 38px;
    text-align: center;
    border-bottom: 1px solid var(--color3)
}

.phone__inf-numb {
    font-size: 32px;
    font-weight: 500;
    line-height: 130%
}

@media screen and (max-width:991px) {
    .phone__inf-numb {
        white-space: nowrap
    }
}

.phone__inf-tx {
    margin-top: 5px;
    line-height: 130%;
    color: var(--color1)
}

.phone__dp {
    margin-top: 50px;
    padding-top: 38px;
    font-size: 14px;
    color: var(--color1);
    border-top: 1px solid var(--bord)
}

@-webkit-keyframes phoneRoud1 {
    0% {
        transform: translate(-50px, -10px) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, -50px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(250px, 50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@keyframes phoneRoud1 {
    0% {
        transform: translate(-50px, -10px) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, -50px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(250px, 50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

.filter {
    display: none;
    width: 100%;
    position: absolute;
    top: 66px;
    left: 0;
    z-index: 4;
    box-sizing: border-box;
    background: var(--c-bg);
    border-top: 1px solid var(--bg1)
}

.filter__main {
    padding: 57px 50px 85px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px
}

@media screen and (max-width:991px) {
    .filter__main {
        padding-bottom: 5px
    }
}

.filter__bottom {
    padding: 23px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid var(--bg1)
}

@media screen and (max-width:991px) {
    .filter__bottom {
        flex-direction: row-reverse
    }
}

.filter__bottom .btn {
    margin: 0 10px
}

.filter__item {
    width: 25%;
    padding: 0 30px;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .filter__item {
        width: 100%;
        padding: 0;
        margin-bottom: 40px
    }
}

.filter__item.w100 {
    width: 100%
}

.filter__item:first-of-type {
    margin-bottom: 120px
}

@media screen and (max-width:991px) {
    .filter__item:first-of-type {
        margin-bottom: 75px
    }
}

.filter__item:first-of-type .filter__title {
    margin-bottom: 40px
}

.filter__title {
    margin-bottom: 20px;
    font-weight: 500;
    color: var(--c-white)
}

.filter__check {
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 10px;
    position: relative
}

.filter__check input[type=checkbox] {
    display: none
}

.filter__check input[type=checkbox]+label {
    display: block;
    padding: 13px 17px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 14px;
    position: relative;
    background: var(--bg1);
    border-radius: 50px;
    transition: .3s;
    cursor: pointer
}

@media screen and (max-width:991px) {
    .filter__check input[type=checkbox]+label {
        font-size: 14px
    }
}

.filter__check input[type=checkbox]+label:before {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 16px;
    margin: auto;
    opacity: 0;
    transition: .3s;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiMwMDg3NjgiLz4KPHBhdGggZD0iTTcuMzMzOTggMTIuMDAwMkwxMC40NDUxIDE0LjY2NjhMMTYuNjY3MyA5LjMzMzUiIHN0cm9rZT0iI0U3RTdFNyIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgo8L3N2Zz4K)
}

.filter__check input[type=checkbox]+label:hover {
    background: var(--c-white);
    color: var(--c-black)
}

.filter__check input[type=checkbox]:checked+label {
    padding-left: 48px
}

.filter__check input[type=checkbox]:checked+label:before {
    opacity: 1
}

.filter__range {
    padding-top: 45px;
    box-sizing: border-box;
    outline: 0;
    position: relative
}

@media screen and (max-width:991px) {
    .filter__range {
        display: flex
    }
}

.filter__range-item {
    width: 200px;
    display: inline-block;
    vertical-align: top;
    position: relative
}

@media screen and (max-width:991px) {
    .filter__range-item {
        width: 154px
    }
}

.filter__range-item+.filter__range-item {
    margin-left: 75px
}

.filter__range-item+.filter__range-item:before {
    content: '';
    width: 20px;
    height: 2px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50px;
    margin: auto;
    z-index: 1;
    border-radius: 10px;
    background: var(--color3)
}

.filter__range-title {
    position: absolute;
    top: 12px;
    left: 16px;
    z-index: 1;
    font-size: 14px;
    font-weight: 500;
    color: var(--color3)
}

.filter__range-vl {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 30px;
    bottom: 0;
    margin: auto;
    right: 20px;
    z-index: 3;
    font-weight: 500;
    color: var(--c-wh)
}

.filter__range:after {
    content: "";
    clear: both;
    display: table
}

.filter__range .ui-slider {
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: var(--bg1)
}

.filter__range .ui-slider .ui-slider-range {
    height: 3px;
    position: absolute;
    top: 0;
    z-index: 1;
    border: none;
    background: var(--c-white)
}

.filter__range .ui-slider-handle {
    width: 24px;
    height: 24px;
    margin-left: -6px;
    position: absolute;
    top: -10px;
    cursor: pointer;
    background: var(--c-white);
    z-index: 2;
    border-radius: 100px
}

.filter__range .ui-slider-handle:focus {
    outline: 0
}

.filter__range-left,
.filter__range-right {
    display: inline-block;
    width: 100%;
    height: 72px;
    padding: 37px 35px 8px 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    background: 0 0;
    border: 1px solid var(--color3);
    color: var(--c-white);
    font-family: Inter, sans-serif;
    border-radius: 8px
}

.filter__range-left:focus,
.filter__range-right:focus {
    border-color: var(--c-red)
}

.filter__range-left {
    left: 0
}

.filter__range-right {
    right: 0
}

.about-frs {
    position: relative;
    overflow: hidden;
    margin-top: 0
}

@media (max-width:991px) {
    .about-frs+.form-main {
        margin-top: 220px
    }
}

.about-frs_tw {
    margin-top: 220px
}

.about-frs__inner {
    height: 100vh;
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3
}

.about-frs_tw .about-frs__inner {
    height: auto;
    min-height: inherit
}

.about-frs__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.about-frs__bg img,
.about-frs__bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.about-frs__bg:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(3, 4, 5, .8) 0, rgba(3, 4, 5, .7) 29.17%, rgba(3, 4, 5, .6) 59.37%, rgba(3, 4, 5, 0) 100%)
}

.about-frs__main {
    max-width: 750px;
    margin: auto;
    text-align: center
}

.about-frs__icon {
    margin-bottom: 30px
}

.about-frs__tx {
    font-size: 32px;
    font-weight: 500;
    line-height: 125%;
    position: relative;
    z-index: 3;
    color: var(--color2)
}

@media screen and (max-width:991px) {
    .about-frs__tx {
        font-size: 24px
    }
}

.about-frs__tx .is-colored {
    color: var(--c-white)
}

.about-frs__tx.not-color .is-colored {
    color: var(--color2) !important
}

.about-frs__tx.not-color .js-green .is-colored {
    color: var(--green2) !important
}

.about-frs__tx .js-green .is-colored {
    color: var(--green2) !important
}

.about-frs_tw .about-frs__tx {
    font-size: 40px
}

@media (max-width:991px) {
    .about-frs_tw .about-frs__tx {
        font-size: 32px
    }
}

.about-smart {
    padding: 60px 0;
    position: relative;
    overflow: hidden;
    margin-top: 0 !important
}

.about-smart__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.about-smart__bg img,
.about-smart__bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.about-smart__bg:after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(3, 4, 5, .8) 0, rgba(3, 4, 5, .7) 29.17%, rgba(3, 4, 5, .6) 59.37%, rgba(3, 4, 5, 0) 100%)
}

.about-smart__inner {
    height: 100vh;
    min-height: 750px;
    position: relative;
    z-index: 3
}

.about-smart__inner h2 {
    margin-bottom: 0;
    max-width: 550px
}

.about-smart__content {
    height: calc(100% - 100px);
    display: flex;
    align-items: center;
    justify-content: center
}

.about-smart__content .swiper-pagination {
    position: absolute
}

.about-smart__slider {
    overflow: hidden;
    display: flex
}

.about-smart__slider .swiper-slide {
    width: 100%
}

.about-smart__slider-item {
    max-width: 555px;
    margin: auto;
    font-size: 24px;
    font-weight: 500;
    line-height: 120%;
    text-align: center
}

@media screen and (max-width:991px) {
    .about-smart__slider-item {
        font-size: 18px;
        line-height: 130%
    }
}

.about-author {
    margin-top: 120px
}

@media screen and (max-width:991px) {
    .about-author {
        margin-top: 60px
    }
}

@media screen and (min-width:991px) {
    .about-author {
        overflow: hidden
    }
}

.about-author__inner {
    display: flex;
    align-items: center;
    position: relative
}

@media screen and (max-width:991px) {
    .about-author__inner {
        flex-direction: column-reverse
    }
}

.about-author__bg {
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
    z-index: 1
}

@media screen and (min-width:991px) {
    .about-author__bg {
        left: 0
    }
}

.about-author__bg svg .about-authorRoud1 {
    -webkit-animation: about-authorRoud1 7s 0s infinite;
    animation: about-authorRoud1 7s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .about-author__bg svg .about-authorRoud1 {
        -webkit-animation: unset;
        animation: unset
    }
}

.about-author__tx {
    width: 50%;
    padding-right: 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 2
}

@media screen and (max-width:991px) {
    .about-author__tx {
        width: 100%;
        padding-right: 0;
        margin-top: 22px
    }
}

.about-author__img {
    width: 50%;
    height: 900px;
    position: relative;
    z-index: 2;
    border-radius: 16px;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .about-author__img {
        width: 100%;
        height: 480px
    }
}

.about-author__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.about-author__name {
    font-size: 24px;
    font-weight: 500
}

.about-author__pos {
    margin-top: 5px;
    color: var(--color1)
}

.about-team {
    margin-top: 160px;
    position: relative
}

@media screen and (max-width:991px) {
    .about-team {
        margin-top: 60px
    }
}

.about-team__bg {
    position: absolute;
    top: -50%;
    right: 0;
    z-index: 1
}

.about-team__bg svg .about-teamRoud1 {
    -webkit-animation: about-teamRoud1 9s 0s infinite;
    animation: about-teamRoud1 9s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .about-team__bg svg .about-teamRoud1 {
        -webkit-animation: unset;
        animation: unset
    }
}

.about-team__bg svg .about-teamRoud2 {
    -webkit-animation: about-teamRoud2 5s 0s infinite;
    animation: about-teamRoud2 5s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .about-team__bg svg .about-teamRoud2 {
        -webkit-animation: unset;
        animation: unset
    }
}

.about-team__inner {
    position: relative;
    z-index: 3;
    text-align: center
}

.about-team__img {
    border-radius: 16px;
    overflow: hidden
}

.about-all {
    margin-top: 75px !important;
    position: relative
}

.about-all+.footer {
    margin-top: 0
}

.about-all h2 {
    margin-bottom: 40px
}

.about-all__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.about-all__bg svg {
    width: 100%
}

.about-all__bg svg .about-allRoud1 {
    -webkit-animation: about-allRoud1 7s 0s infinite;
    animation: about-allRoud1 7s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .about-all__bg svg .about-allRoud1 {
        -webkit-animation: unset;
        animation: unset
    }
}

@media screen and (max-width:991px) {
    .about-all__bg {
        top: -20%
    }
}

.about-all__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100vh;
    min-height: 750px;
    max-width: 580px;
    margin: auto;
    text-align: center
}

@media screen and (max-width:991px) {
    .about-all__inner {
        height: auto;
        min-height: inherit;
        padding: 220px 0
    }
}

.about-all__tx {
    position: relative;
    z-index: 2;
    font-size: 18px;
    line-height: 130%;
    color: var(--color1)
}

.about-all h2 {
    position: relative;
    z-index: 2
}

@-webkit-keyframes about-authorRoud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, 100px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(150px, 50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@keyframes about-authorRoud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, 100px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(150px, 50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@-webkit-keyframes about-teamRoud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, -100px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(150px, -50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@keyframes about-teamRoud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, -100px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(150px, -50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@-webkit-keyframes about-allRoud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(50px, -50px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(-50px, -30px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@keyframes about-allRoud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(50px, -50px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(-50px, -30px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@-webkit-keyframes about-allRoud2 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, -100px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(150px, -50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@keyframes about-allRoud2 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, -100px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(150px, -50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

.partners-video {
    margin-top: 80px !important;
    position: relative;
    z-index: 3
}

@media screen and (max-width:991px) {
    .partners-video {
        margin-top: 40px !important
    }
}

.partners-video__inner {
    height: 100vh;
    min-height: 750px;
    position: relative;
    overflow: hidden
}

.partners-video__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.partners-video__bg img,
.partners-video__bg video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.partners-lt__inner {
    position: relative
}

.partners-lt__inner h2 {
    max-width: 750px;
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 3
}

.partners-lt__bg {
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 1
}

.partners-lt__bg svg .partners-roud1 {
    -webkit-animation: partners-roud1 4s 0s infinite;
    animation: partners-roud1 4s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .partners-lt__bg {
        right: 0;
        left: inherit
    }

    .partners-lt__bg svg .partners-roud1 {
        -webkit-animation: unset;
        animation: unset
    }
}

.partners-lt__content {
    position: relative;
    z-index: 3
}

.partners-lt__list {
    margin-top: 90px;
    padding-right: 320px;
    display: flex;
    justify-content: flex-end
}

@media screen and (max-width:1200px) {
    .partners-lt__list {
        padding-right: 0
    }
}

@media screen and (max-width:991px) {
    .partners-lt__list {
        justify-content: flex-start;
        margin-top: 50px
    }
}

.partners-lt__list ul {
    max-width: 525px
}

.partners-lt__list ul li {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding-left: 45px;
    line-height: 132%;
    position: relative;
    opacity: 0
}

.partners-lt__list ul li.element-show {
    opacity: 1
}

.partners-lt__list ul li:before {
    content: '';
    width: 28px;
    height: 28px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    z-index: 2;
    flex-shrink: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyOCAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeT0iLTAuMDAwNDg4MjgxIiB3aWR0aD0iMjgiIGhlaWdodD0iMjgiIHJ4PSI0IiBmaWxsPSIjMDA4NzY4IiBmaWxsLW9wYWNpdHk9IjAuMDgiLz4KPHBhdGggZD0iTTkuMzMyMDMgMTMuOTk5NkwxMi40NDMxIDE2LjY2NjJMMTguNjY1NCAxMS4zMzI5IiBzdHJva2U9IiMwMDg3NjgiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==)
}

.partners-lt__list ul li+li {
    margin-top: 32px
}

@media screen and (max-width:991px) {
    .partners-lt__list ul li+li {
        margin-top: 25px
    }
}

.partners-lt__list ul li:nth-of-type(1).element-animation.element-show {
    transition: opacity 1s
}

.partners-lt__list ul li:nth-of-type(2).element-animation.element-show {
    transition: opacity 1.5s
}

.partners-lt__list ul li:nth-of-type(3).element-animation.element-show {
    transition: opacity 2s
}

.partners-lt__list ul li:nth-of-type(4).element-animation.element-show {
    transition: opacity 2.5s
}

.partners-lt__list ul li:nth-of-type(5).element-animation.element-show {
    transition: opacity 3s
}

.partners-lt__list ul li:nth-of-type(6).element-animation.element-show {
    transition: opacity 3.5s
}

.partners-map {
    position: relative
}

.partners-map__content {
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0
}

.partners-map h3 {
    max-width: 525px;
    padding-top: 60px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3
}

.partners-map__bg {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

.partners-map__bg img,
.partners-map__bg svg {
    position: absolute;
    width: auto;
    height: 100vh;
    left: 50%;
    top: 50%;
    z-index: 2;
    transform: translate(-50%, -50%);
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-aspect-ratio:1680 / 900) {

    .partners-map__bg img,
    .partners-map__bg svg {
        width: 100vw;
        height: auto
    }
}

@media screen and (max-width:1200px) {

    .partners-map__bg img .js-map-circle,
    .partners-map__bg svg .js-map-circle {
        will-change: auto
    }
}

.partners-map__t {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 4;
    text-align: center;
    width: 100%;
    max-width: 554px
}

.partners-map__title {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all ease-in-out .4s
}

.partners-map__title.is-active {
    opacity: 1;
    visibility: visible
}

.partners-map__title span {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(89.94deg, #00bffb 54.49%, #f6b60b 72.65%)
}

@media screen and (max-width:991px) {
    .partners-map__title {
        font-size: 18px;
        max-width: 80%
    }
}

.partners-smart {
    margin-top: 0;
    position: relative
}

.partners-smart__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.partners-smart__bg:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(0, 0, 0, .64), rgba(0, 0, 0, .64))
}

.partners-smart__bg img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.partners-smart__inner {
    height: 100vh;
    min-height: 750px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    text-align: center
}

@media screen and (max-width:991px) {
    .partners-smart__inner {
        padding: 100px 0;
        height: inherit;
        min-height: inherit
    }
}

.partners-smart__inner h2 {
    max-width: 750px;
    margin: auto
}

@media screen and (max-width:991px) {
    .partners-smart__inner h2 {
        font-size: 24px
    }
}

.partners-smart__tx {
    max-width: 440px;
    margin: 35px auto 0;
    font-size: 18px
}

@media screen and (max-width:991px) {
    .partners-smart__tx {
        font-size: 16px
    }
}

.partners-vgd {
    margin-top: 160px;
    position: relative
}

@media screen and (max-width:991px) {
    .partners-vgd {
        margin-top: 100px
    }
}

.partners-vgd__bg {
    width: 100%;
    position: absolute;
    top: -40%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

.partners-vgd__bg svg {
    width: 100%
}

.partners-vgd__bg svg .partners-vgd-roud1 {
    -webkit-animation: partners-vgd-roud1 6s 0s infinite;
    animation: partners-vgd-roud1 6s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .partners-vgd__bg svg .partners-vgd-roud1 {
        -webkit-animation: unset;
        animation: unset
    }
}

.partners-vgd__inner {
    position: relative;
    z-index: 3
}

.partners-vgd__inner h2 {
    max-width: 750px;
    margin: auto;
    text-align: center
}

.partners-vgd__all {
    margin-top: 150px
}

@media screen and (max-width:991px) {
    .partners-vgd__all {
        margin-top: 52px
    }
}

.partners-vgd__row {
    display: flex
}

@media screen and (max-width:991px) {
    .partners-vgd__row {
        display: block
    }
}

.partners-vgd__row+.partners-vgd__row {
    padding-top: 40px;
    margin-top: 120px;
    border-top: 1px solid var(--color2)
}

@media screen and (max-width:991px) {
    .partners-vgd__row+.partners-vgd__row {
        margin: 0;
        padding: 0;
        border: none
    }
}

.partners-vgd__item {
    width: 33.333%;
    padding: 0 50px 0 20px;
    box-sizing: border-box;
    color: var(--color1)
}

@media screen and (max-width:991px) {
    .partners-vgd__item {
        width: 100%;
        padding: 0;
        margin-bottom: 30px
    }
}

.partners-vgd__item:first-of-type {
    padding-left: 0
}

.partners-vgd__item span {
    font-weight: 500;
    color: var(--c-white)
}

.partners-rklm__inner {
    display: flex;
    align-items: center
}

@media (max-width:991px) {
    .partners-rklm__inner {
        flex-direction: column-reverse
    }
}

.partners-rklm__content,
.partners-rklm__img {
    width: 50%
}

@media (max-width:991px) {

    .partners-rklm__content,
    .partners-rklm__img {
        width: 100%
    }
}

.partners-rklm__content {
    padding-right: 40px;
    box-sizing: border-box
}

@media (max-width:991px) {
    .partners-rklm__content {
        padding-right: 0;
        margin-top: 15px
    }
}

.partners-rklm__img {
    height: 900px;
    border-radius: 16px;
    overflow: hidden;
    position: relative
}

@media (max-width:991px) {
    .partners-rklm__img {
        height: 360px
    }
}

.partners-rklm__img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.partners-rklm__tx {
    max-width: 470px;
    font-size: 24px;
    font-weight: 500
}

@media (max-width:991px) {
    .partners-rklm__tx {
        font-size: 24px
    }
}

@-webkit-keyframes partners-roud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(50px, 100px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(-20px, 50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@keyframes partners-roud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(50px, 100px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(-20px, 50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@-webkit-keyframes partners-vgd-roud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    20% {
        transform: translate(50px, -50px) skew(1deg, 5deg) scale(1.1)
    }

    60% {
        transform: translate(-50px, -30px) skew(5deg, 8deg) scale(1)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@keyframes partners-vgd-roud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    20% {
        transform: translate(50px, -50px) skew(1deg, 5deg) scale(1.1)
    }

    60% {
        transform: translate(-50px, -30px) skew(5deg, 8deg) scale(1)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

.form-main {
    overflow: hidden
}

.form-main__bg {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: -80%;
    left: 10%;
    z-index: 1
}

.form-main__bg svg {
    max-width: 100%
}

.form-main__bg svg .form-mainRoud1 {
    -webkit-animation: form-mainRoud1 11s 0s infinite;
    animation: form-mainRoud1 11s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .form-main__bg svg .form-mainRoud1 {
        -webkit-animation: unset;
        animation: unset
    }
}

.form-main__inner {
    max-width: 475px;
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 2
}

.form-main__inner h4,
.form-main__inner table thead,
table .form-main__inner thead {
    font-size: 24px;
    text-align: center
}

@media (max-width:991px) {

    .form-main__inner h4,
    .form-main__inner table thead,
    table .form-main__inner thead {
        font-size: 18px
    }
}

.form-main__inner .form {
    margin-top: 80px
}

@-webkit-keyframes form-mainRoud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    20% {
        transform: translate(90px, 70px) skew(1deg, 2deg) scale(1.2)
    }

    60% {
        transform: translate(20px, 50px) skew(2deg, 2deg) scale(1.1)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

@keyframes form-mainRoud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }

    20% {
        transform: translate(90px, 70px) skew(1deg, 2deg) scale(1.2)
    }

    60% {
        transform: translate(20px, 50px) skew(2deg, 2deg) scale(1.1)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg) scale(1)
    }
}

.faq {
    margin-top: 160px !important;
    position: relative
}

@media screen and (max-width:991px) {
    .faq {
        margin-top: 50px !important
    }
}

.faq__bg {
    position: absolute;
    top: -30%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 1
}

@media screen and (max-width:991px) {
    .faq__bg {
        top: -10%
    }
}

.faq__bg svg {
    height: auto;
    width: 100%
}

.faq__bg svg .faq-Roud1 {
    -webkit-animation: faq-Roud1 8s 0s infinite;
    animation: faq-Roud1 8s 0s infinite;
    will-change: transform
}

@media screen and (max-width:1200px) {
    .faq__bg svg .faq-Roud1 {
        -webkit-animation: unset;
        animation: unset
    }
}

.faq__inner {
    position: relative;
    z-index: 2
}

.faq__inner h1 {
    font-size: 40px;
    line-height: 125%;
    max-width: 750px;
    margin: auto;
    text-align: center;
    letter-spacing: .001em
}

@media screen and (max-width:991px) {
    .faq__inner h1 {
        font-size: 24px
    }
}

.faq__content {
    margin-top: 115px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative
}

@media screen and (max-width:991px) {
    .faq__content {
        margin-top: 50px;
        display: block
    }
}

.faq__mob-title {
    display: none;
    padding: 16px 35px 16px 25px;
    position: relative;
    background: var(--bord2);
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 14px
}

.faq__mob-title:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    z-index: 2;
    margin: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMTczIDExLjA3ODhMMTMuNDgzIDUuNTA1NzlDMTMuNTcxNiA1LjQxMjggMTMuNjIxMSA1LjI4OTI2IDEzLjYyMTEgNS4xNjA3OUMxMy42MjExIDUuMDMyMzIgMTMuNTcxNiA0LjkwODc3IDEzLjQ4MyA0LjgxNTc5TDEzLjQ3NyA0LjgwOTc5QzEzLjQzNCA0Ljc2NDU1IDEzLjM4MjMgNC43Mjg1MyAxMy4zMjUgNC43MDM5MkMxMy4yNjc2IDQuNjc5MyAxMy4yMDU5IDQuNjY2NjEgMTMuMTQzNSA0LjY2NjYxQzEzLjA4MTEgNC42NjY2MSAxMy4wMTk0IDQuNjc5MyAxMi45NjIgNC43MDM5MkMxMi45MDQ3IDQuNzI4NTMgMTIuODUzIDQuNzY0NTUgMTIuODEgNC44MDk3OUw3LjgxIDEwLjA1NzhMMi44MTIgNC44MDk3OUMyLjc2OTAzIDQuNzY0NTUgMi43MTczIDQuNzI4NTMgMi42NTk5NyA0LjcwMzkyQzIuNjAyNjMgNC42NzkzIDIuNTQwODkgNC42NjY2MSAyLjQ3ODUgNC42NjY2MUMyLjQxNjExIDQuNjY2NjEgMi4zNTQzNyA0LjY3OTMgMi4yOTcwMyA0LjcwMzkyQzIuMjM5NyA0LjcyODUzIDIuMTg3OTcgNC43NjQ1NSAyLjE0NSA0LjgwOTc5TDIuMTM5IDQuODE1NzlDMi4wNTAzNSA0LjkwODc3IDIuMDAwOSA1LjAzMjMxIDIuMDAwOSA1LjE2MDc5QzIuMDAwOSA1LjI4OTI2IDIuMDUwMzUgNS40MTI4IDIuMTM5IDUuNTA1NzlMNy40NDkgMTEuMDc4OEM3LjQ5NTcgMTEuMTI3OCA3LjU1MTg2IDExLjE2NjggNy42MTQwOSAxMS4xOTM1QzcuNjc2MzEgMTEuMjIwMSA3Ljc0MzMgMTEuMjMzOSA3LjgxMSAxMS4yMzM5QzcuODc4NyAxMS4yMzM5IDcuOTQ1NjkgMTEuMjIwMSA4LjAwNzkxIDExLjE5MzVDOC4wNzAxNCAxMS4xNjY4IDguMTI2MyAxMS4xMjc4IDguMTczIDExLjA3ODhaIiBmaWxsPSIjRTdFN0U3Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s
}

@media screen and (max-width:991px) {
    .faq__mob-title {
        display: block
    }

    .faq__mob-title.is-openM {
        background: var(--bord)
    }

    .faq__mob-title.is-openM:after {
        transform: rotate(180deg)
    }
}

.faq__doc {
    padding-bottom: 10px;
    margin-top: 10px;
    font-size: 14px;
    border-radius: 8px
}

.faq__doc.is-openDoc {
    background: var(--bord2)
}

@media screen and (max-width:991px) {
    .faq__doc.is-openDoc {
        background: 0 0
    }
}

.faq__doc-title {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    position: relative;
    color: var(--color1);
    cursor: pointer
}

@media screen and (max-width:991px) {
    .faq__doc-title {
        color: var(--c-white)
    }
}

.faq__doc-title:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 12px;
    flex-shrink: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIxOThfMjQ3NzkpIj4KPHBhdGggZD0iTTcuMzc3NzggNC45Nzc3OEM3LjQ2NjY3IDQuOTc3NzggNy40NjY2NyA0Ljk3Nzc4IDcuMzc3NzggNC45Nzc3OEM3LjQ2NjY3IDQuNjIyMjIgNy41NTU1NiA0LjQ0NDQ0IDcuNTU1NTYgNC4xNzc3OFY0QzcuNjQ0NDQgMy41NTU1NiA3LjY0NDQ0IDMuMiA3LjU1NTU2IDMuMTExMTFDNy41NTU1NiAzLjExMTExIDcuNTU1NTYgMy4xMTExMSA3LjU1NTU2IDMuMDIyMjJMNy40NjY2NyAyLjkzMzMzQzcuNDY2NjcgMi45MzMzMyA3LjQ2NjY3IDMuMDIyMjIgNy4zNzc3OCAzLjAyMjIyQzcuMiAzLjU1NTU2IDcuMiA0LjE3Nzc4IDcuMzc3NzggNC45Nzc3OFpNNC43MTExMSAxMS4xMTExQzQuNTMzMzMgMTEuMiA0LjM1NTU2IDExLjI4ODkgNC4yNjY2NyAxMS4zNzc4QzMuNjQ0NDQgMTEuOTExMSAzLjIgMTIuNTMzMyAzLjExMTExIDEyLjhDMy42NDQ0NCAxMi43MTExIDQuMTc3NzggMTIuMTc3OCA0LjcxMTExIDExLjExMTFDNC44IDExLjExMTEgNC44IDExLjExMTEgNC43MTExMSAxMS4xMTExWk0xMi44ODg5IDkuNzc3NzhDMTIuOCA5LjY4ODg5IDEyLjQ0NDQgOS40MjIyMiAxMS4yIDkuNDIyMjJDMTEuMTExMSA5LjQyMjIyIDExLjExMTEgOS40MjIyMiAxMS4wMjIyIDkuNDIyMjJDMTEuMDIyMiA5LjQyMjIyIDExLjAyMjIgOS40MjIyMiAxMS4wMjIyIDkuNTExMTFDMTEuNjQ0NCA5Ljc3Nzc4IDEyLjI2NjcgOS45NTU1NiAxMi43MTExIDkuOTU1NTZDMTIuOCA5Ljk1NTU2IDEyLjggOS45NTU1NiAxMi44ODg5IDkuOTU1NTZIMTIuOTc3OEMxMi45Nzc4IDkuOTU1NTYgMTIuOTc3OCA5Ljk1NTU1IDEyLjk3NzggOS44NjY2N0MxMi45Nzc4IDkuODY2NjcgMTIuODg4OSA5Ljg2NjY3IDEyLjg4ODkgOS43Nzc3OFpNMTQuMjIyMiAwSDEuNzc3NzhDMC44IDAgMCAwLjggMCAxLjc3Nzc4VjE0LjIyMjJDMCAxNS4yIDAuOCAxNiAxLjc3Nzc4IDE2SDE0LjIyMjJDMTUuMiAxNiAxNiAxNS4yIDE2IDE0LjIyMjJWMS43Nzc3OEMxNiAwLjggMTUuMiAwIDE0LjIyMjIgMFpNMTMuMjQ0NCAxMC40ODg5QzEzLjA2NjYgMTAuNTc3OCAxMi44IDEwLjY2NjcgMTIuNDQ0NCAxMC42NjY3QzExLjczMzMgMTAuNjY2NyAxMC42NjY3IDEwLjQ4ODkgOS43Nzc3OCAxMC4wNDQ0QzguMjY2NjcgMTAuMjIyMiA3LjExMTExIDEwLjQgNi4yMjIyMiAxMC43NTU1QzYuMTMzMzMgMTAuNzU1NSA2LjEzMzMzIDEwLjc1NTUgNi4wNDQ0NCAxMC44NDQ0QzQuOTc3NzggMTIuNzExMSA0LjA4ODg5IDEzLjYgMy4zNzc3OCAxMy42QzMuMiAxMy42IDMuMTExMTEgMTMuNiAzLjAyMjIyIDEzLjUxMTFMMi41Nzc3OCAxMy4yNDQ0VjEzLjE1NTZDMi40ODg4OSAxMi45Nzc3IDIuNDg4ODkgMTIuODg4OSAyLjQ4ODg5IDEyLjcxMTFDMi41Nzc3OCAxMi4yNjY3IDMuMTExMTEgMTEuNDY2NyA0LjE3Nzc4IDEwLjg0NDRDNC4zNTU1NiAxMC43NTU1IDQuNjIyMjIgMTAuNTc3OCA0Ljk3Nzc4IDEwLjRDNS4yNDQ0NCA5Ljk1NTUyIDUuNTExMTEgOS40MjIxOSA1Ljg2NjY3IDguOEM2LjMxMTExIDcuOTExMTEgNi41Nzc3OCA3LjAyMjIyIDYuODQ0NDQgNi4yMjIyMkM2LjQ4ODg5IDUuMTU1NTYgNi4zMTExMSA0LjUzMzMzIDYuNjY2NjcgMy4yODg4OUM2Ljc1NTU2IDIuOTMzMzMgNy4wMjIyMiAyLjU3Nzc4IDcuMzc3NzggMi41Nzc3OEg3LjU1NTU2QzcuNzMzMzMgMi41Nzc3OCA3LjkxMTExIDIuNjY2NjcgOC4wODg4OSAyLjc1NTU2QzguNzExMTUgMy4zNzc3OCA4LjQ0NDQ0IDQuOCA4LjA4ODg5IDUuOTU1NTZDOC4wODg4OSA2LjA0NDQ0IDguMDg4ODkgNi4wNDQ0NCA4LjA4ODg5IDYuMDQ0NDRDOC40NDQ0NCA3LjAyMjIyIDguOTc3NzggNy44MjIyMiA5LjUxMTExIDguMzU1NTZDOS43Nzc3OCA4LjUzMzMzIDkuOTU1NTUgOC43MTExMSAxMC4zMTExIDguODg4ODlDMTAuNzU1NiA4Ljg4ODg5IDExLjExMTEgOC44IDExLjQ2NjcgOC44QzEyLjUzMzMgOC44IDEzLjI0NDQgOC45Nzc3OCAxMy41MTExIDkuNDIyMjJDMTMuNiA5LjYwMDAzIDEzLjYgOS43Nzc3OCAxMy42IDkuOTU1NTZDMTMuNTExMSAxMC4wNDQ0IDEzLjQyMjIgMTAuMzExMSAxMy4yNDQ0IDEwLjQ4ODlaTTcuNDY2NjcgNy4wMjIyMkM3LjI4ODg5IDcuNjQ0NDQgNi45MzMzMyA4LjM1NTU2IDYuNTc3NzggOS4xNTU1NUM2LjQgOS41MTEwOCA2LjIyMjIyIDkuNzc3NzggNi4wNDQ0NCAxMC4xMzMzSDYuMTMzMzNINi4yMjIyMkM3LjM3Nzc4IDkuNjg4ODkgOC40NDQ0NCA5LjQyMjIyIDkuMTU1NTUgOS4zMzMzM0M4Ljk3Nzc0IDkuMjQ0NDQgOC44ODg4OSA5LjE1NTU2IDguOCA5LjA2NjY3QzguMzU1NTYgOC41MzMzMyA3LjgyMjIyIDcuODIyMjIgNy40NjY2NyA3LjAyMjIyWiIgZmlsbD0iI0U3RTdFNyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIxOThfMjQ3NzkiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: .3s
}

@media screen and (max-width:991px) {
    .faq__doc-title:before {
        opacity: 1
    }
}

.faq__doc-title:after {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 25px;
    z-index: 2;
    margin: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguMTczIDExLjA3ODhMMTMuNDgzIDUuNTA1NzlDMTMuNTcxNiA1LjQxMjggMTMuNjIxMSA1LjI4OTI2IDEzLjYyMTEgNS4xNjA3OUMxMy42MjExIDUuMDMyMzIgMTMuNTcxNiA0LjkwODc3IDEzLjQ4MyA0LjgxNTc5TDEzLjQ3NyA0LjgwOTc5QzEzLjQzNCA0Ljc2NDU1IDEzLjM4MjMgNC43Mjg1MyAxMy4zMjUgNC43MDM5MkMxMy4yNjc2IDQuNjc5MyAxMy4yMDU5IDQuNjY2NjEgMTMuMTQzNSA0LjY2NjYxQzEzLjA4MTEgNC42NjY2MSAxMy4wMTk0IDQuNjc5MyAxMi45NjIgNC43MDM5MkMxMi45MDQ3IDQuNzI4NTMgMTIuODUzIDQuNzY0NTUgMTIuODEgNC44MDk3OUw3LjgxIDEwLjA1NzhMMi44MTIgNC44MDk3OUMyLjc2OTAzIDQuNzY0NTUgMi43MTczIDQuNzI4NTMgMi42NTk5NyA0LjcwMzkyQzIuNjAyNjMgNC42NzkzIDIuNTQwODkgNC42NjY2MSAyLjQ3ODUgNC42NjY2MUMyLjQxNjExIDQuNjY2NjEgMi4zNTQzNyA0LjY3OTMgMi4yOTcwMyA0LjcwMzkyQzIuMjM5NyA0LjcyODUzIDIuMTg3OTcgNC43NjQ1NSAyLjE0NSA0LjgwOTc5TDIuMTM5IDQuODE1NzlDMi4wNTAzNSA0LjkwODc3IDIuMDAwOSA1LjAzMjMxIDIuMDAwOSA1LjE2MDc5QzIuMDAwOSA1LjI4OTI2IDIuMDUwMzUgNS40MTI4IDIuMTM5IDUuNTA1NzlMNy40NDkgMTEuMDc4OEM3LjQ5NTcgMTEuMTI3OCA3LjU1MTg2IDExLjE2NjggNy42MTQwOSAxMS4xOTM1QzcuNjc2MzEgMTEuMjIwMSA3Ljc0MzMgMTEuMjMzOSA3LjgxMSAxMS4yMzM5QzcuODc4NyAxMS4yMzM5IDcuOTQ1NjkgMTEuMjIwMSA4LjAwNzkxIDExLjE5MzVDOC4wNzAxNCAxMS4xNjY4IDguMTI2MyAxMS4xMjc4IDguMTczIDExLjA3ODhaIiBmaWxsPSIjRTdFN0U3Ii8+Cjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .5;
    transition: .3s
}

@media screen and (max-width:991px) {
    .faq__doc-title:after {
        opacity: 1
    }
}

.is-openDoc .faq__doc-title {
    color: var(--c-white)
}

.is-openDoc .faq__doc-title:after,
.is-openDoc .faq__doc-title:before {
    opacity: 1
}

.is-openDoc .faq__doc-title:after {
    transform: rotate(180deg)
}

.faq__doc-list {
    display: none;
    padding: 0 20px;
    margin-top: 13px;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .faq__doc-list {
        margin-top: 24px
    }
}

.faq__doc-item {
    display: table;
    color: var(--color1);
    text-decoration: underline
}

.faq__doc-item+.faq__doc-item {
    margin-top: 13px
}

@media screen and (max-width:991px) {
    .faq__doc-item+.faq__doc-item {
        margin-top: 20px
    }
}

.faq__doc-item:hover {
    color: var(--c-white)
}

.faq__l {
    width: 285px;
    flex-shrink: 0;
    padding: 10px;
    position: relative;
    background: var(--bg1);
    border-radius: 8px;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .faq__l {
        width: 100%;
        display: none;
        position: absolute;
        top: 62px;
        left: 0;
        z-index: 3;
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px)
    }
}

.faq__l .tabs {
    box-sizing: border-box
}

.faq__l .tabs li {
    padding: 11px 20px;
    box-sizing: border-box;
    font-size: 14px;
    color: var(--color1);
    cursor: pointer;
    transition: .3s
}

.faq__l .tabs li.active {
    background: var(--bord);
    border-radius: 8px;
    color: var(--c-white)
}

.faq__l .tabs li:hover {
    color: var(--c-white)
}

.faq__l .tabs li+li {
    margin-top: 10px
}

@media screen and (max-width:991px) {
    .faq__l .tabs li {
        color: var(--c-white);
        background: 0 0 !important
    }
}

.faq__r {
    width: 100%;
    padding-left: 80px;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .faq__r {
        padding-left: 0;
        margin-top: 35px
    }
}

.faq__r .accordion {
    margin-top: -24px
}

@media screen and (max-width:991px) {
    .faq__r .accordion {
        margin-top: 0
    }
}

@-webkit-keyframes faq-Roud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, 100px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(-100px, 150px) skew(2deg, 4deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@keyframes faq-Roud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, 100px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(-100px, 150px) skew(2deg, 4deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

.blog {
    margin-top: 190px !important
}

@media screen and (max-width:991px) {
    .blog {
        margin-top: 60px !important
    }
}

.blog__inner h1 {
    font-size: 40px;
    line-height: 125%;
    max-width: 650px;
    margin: auto;
    text-align: center;
    letter-spacing: .001em;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(91.04deg, rgba(231, 231, 231, .6) 3.71%, #fff 49.28%, rgba(231, 231, 231, 0) 102.64%)
}

@media screen and (max-width:991px) {
    .blog__inner h1 {
        font-size: 24px
    }
}

.blog__main {
    margin-top: 215px
}

@media screen and (max-width:991px) {
    .blog__main {
        margin: 123px -19px 0
    }
}

.blog__main+.blog__all {
    margin-top: 78px;
    padding-top: 78px;
    border-top: 1px solid var(--bord2)
}

@media screen and (max-width:991px) {
    .blog__main+.blog__all {
        margin-top: 57px;
        padding-top: 57px
    }
}

.blog__slider {
    overflow: hidden;
    position: relative
}

.blog__slider-item {
    padding: 60px 60px 75px;
    height: 710px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .blog__slider-item {
        padding: 25px
    }
}

.blog__slider-item a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.blog__slider-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    border-radius: 8px;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .blog__slider-img {
        border-radius: 0
    }
}

.blog__slider-img:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(180deg, rgba(3, 4, 5, .8) 0, rgba(3, 4, 5, .7) 29.17%, rgba(3, 4, 5, .6) 59.37%, rgba(3, 4, 5, 0) 100%);
    transform: rotate(180deg)
}

.blog__slider-img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.blog__slider-content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 3
}

.blog__slider-tag span {
    padding: 10px 23px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    background: rgba(6, 9, 12, .6);
    border-radius: 8px
}

.blog__slider-bt {
    width: 40%
}

@media screen and (max-width:768px) {
    .blog__slider-bt {
        width: 100%
    }
}

.blog__slider-time {
    color: var(--color1);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%
}

.blog__slider-date {
    margin-top: 16px;
    color: var(--color1);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%
}

.blog__slider-title {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 500;
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical
}

@media screen and (max-width:991px) {
    .blog__slider-title {
        font-size: 24px
    }
}

.blog__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px
}

@media screen and (max-width:991px) {
    .blog__row {
        margin-bottom: -55px
    }
}

.blog__cell {
    width: 33.333%;
    padding: 0 10px;
    margin-bottom: 80px;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .blog__cell {
        width: 50%;
        margin-bottom: 55px
    }
}

@media screen and (max-width:768px) {
    .blog__cell {
        width: 100%
    }
}

.blog__item {
    position: relative
}

.blog__item a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4
}

.blog__item:hover .blog__item-title {
    color: var(--c-red)
}

.blog__item-img {
    height: 360px;
    margin-bottom: 35px;
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

.blog__item-img img {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -o-object-fit: cover;
    object-fit: cover
}

.blog__item-img:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(358.88deg, rgba(6, 10, 12, .6) .9%, rgba(6, 10, 12, 0) 99.04%)
}

.blog__item-tag {
    padding: 12px 24px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    background: rgba(6, 9, 12, .6);
    border-radius: 8px;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2
}

.blog__item-time {
    color: var(--color1);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%
}

.blog__item-date {
    margin-top: 20px;
    color: var(--color1);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%
}

.blog__item-title {
    margin-top: 20px;
    font-size: 18px;
    line-height: 130%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    transition: .3s
}

.blog-item {
    margin-top: 107px !important
}

@media screen and (max-width:991px) {
    .blog-item {
        margin-top: 40px !important
    }
}

.blog-item__back {
    margin-left: 23px;
    display: inline-flex;
    align-items: center;
    font-weight: 600
}

@media screen and (max-width:991px) {
    .blog-item__back {
        margin-left: 19px
    }
}

.blog-item__back:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTM0NTMgOC42NjY1NEw2LjQ2Nzg2IDEwLjU5OTlDNi41OTAwOSAxMC43MjIxIDYuNjUxMiAxMC44Nzc2IDYuNjUxMiAxMS4wNjY1QzYuNjUxMiAxMS4yNTU0IDYuNTkwMDkgMTEuNDExIDYuNDY3ODYgMTEuNTMzMkM2LjM0NTY0IDExLjY1NTQgNi4xOTAwOSAxMS43MTY1IDYuMDAxMiAxMS43MTY1QzUuODEyMzEgMTEuNzE2NSA1LjY1Njc1IDExLjY1NTQgNS41MzQ1MyAxMS41MzMyTDIuNDY3ODYgOC40NjY1NEMyLjQwMTIgOC4zOTk4NyAyLjM1Mzg2IDguMzI3NjUgMi4zMjU4NiA4LjI0OTg3QzIuMjk3ODYgOC4xNzIwOSAyLjI4NDMxIDguMDg4NzYgMi4yODUyIDcuOTk5ODdDMi4yODUyIDcuOTEwOTggMi4yOTkyIDcuODI3NjUgMi4zMjcyIDcuNzQ5ODdDMi4zNTUyIDcuNjcyMDkgMi40MDIwOSA3LjU5OTg3IDIuNDY3ODYgNy41MzMyTDUuNTM0NTMgNC40NjY1NEM1LjY1Njc1IDQuMzQ0MzEgNS44MTIzMSA0LjI4MzIgNi4wMDEyIDQuMjgzMkM2LjE5MDA5IDQuMjgzMiA2LjM0NTY0IDQuMzQ0MzEgNi40Njc4NiA0LjQ2NjU0QzYuNTkwMDkgNC41ODg3NiA2LjY1MTIgNC43NDQzMSA2LjY1MTIgNC45MzMyQzYuNjUxMiA1LjEyMjA5IDYuNTkwMDkgNS4yNzc2NSA2LjQ2Nzg2IDUuMzk5ODdMNC41MzQ1MyA3LjMzMzJIMTIuNjY3OVY1LjMzMzJDMTIuNjY3OSA1LjE0NDMxIDEyLjczMTkgNC45ODYwOSAxMi44NTk5IDQuODU4NTRDMTIuOTg3OSA0LjczMDk4IDEzLjE0NjEgNC42NjY5OCAxMy4zMzQ1IDQuNjY2NTRDMTMuNTIzNCA0LjY2NjU0IDEzLjY4MTkgNC43MzA1NCAxMy44MDk5IDQuODU4NTRDMTMuOTM3OSA0Ljk4NjU0IDE0LjAwMTYgNS4xNDQ3NiAxNC4wMDEyIDUuMzMzMlY3LjMzMzJDMTQuMDAxMiA3LjY5OTg3IDEzLjg3MDggOC4wMTM4NyAxMy42MDk5IDguMjc1MkMxMy4zNDkgOC41MzY1NCAxMy4wMzUgOC42NjY5OCAxMi42Njc5IDguNjY2NTRINC41MzQ1M1oiIGZpbGw9IiNFN0U3RTciLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s
}

.blog-item__back:hover {
    color: var(--c-white)
}

.contacts {
    margin-top: 190px !important
}

@media screen and (max-width:991px) {
    .contacts {
        margin-top: 60px !important
    }
}

.contacts__inner h1 {
    text-align: center;
    font-size: 40px;
    line-height: 125%;
    letter-spacing: .005em
}

@media screen and (max-width:991px) {
    .contacts__inner h1 {
        font-size: 32px
    }
}

.contacts__list {
    display: flex;
    margin: 170px -10px 0
}

@media screen and (max-width:991px) {
    .contacts__list {
        display: block;
        margin-top: 50px
    }
}

.contacts__list-cell {
    padding: 0 10px;
    box-sizing: border-box;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%
}

@media screen and (max-width:991px) {
    .contacts__list-cell {
        width: 100%
    }

    .contacts__list-cell+.contacts__list-cell {
        margin-top: 55px
    }
}

.contacts__list-item {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%
}

@media screen and (max-width:991px) {
    .contacts__list-item {
        height: auto
    }
}

.contacts__list-title {
    margin-bottom: 20px;
    color: var(--c-gray);
    font-size: 14px;
    font-weight: 500
}

.contacts__list-addr {
    line-height: 130%
}

.contacts__list-tel {
    display: table
}

@media screen and (max-width:991px) {
    .contacts__list-tel {
        font-size: 18px
    }
}

.contacts__list-tel+.contacts__list-tel {
    margin-top: 5px
}

@media screen and (max-width:991px) {
    .contacts__list-tel+.contacts__list-tel {
        margin-top: 15px
    }
}

.contacts__list-mail {
    font-size: 24px;
    line-height: 130%
}

.contacts__list-soc {
    display: flex
}

.contacts__list-soc-item+.contacts__list-soc-item {
    margin-left: 20px
}

.contacts__list-soc-item a {
    text-decoration: underline
}

@media screen and (max-width:991px) {
    .contacts__list-soc-item a {
        font-size: 18px
    }
}

.contacts__map {
    margin-top: 80px;
    height: 710px;
    position: relative;
    overflow: hidden;
    border-radius: 16px
}

@media screen and (max-width:991px) {
    .contacts__map {
        margin-top: 50px
    }
}

.contacts__map>div,
.contacts__map>iframe {
    width: 100%;
    height: 100%;
    display: block;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.send {
    margin-top: 0 !important;
    position: relative;
    overflow: hidden
}

@media screen and (max-width:991px) {
    .send {
        margin-top: 120px !important
    }
}

.send__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center
}

.send__bg svg .send-Roud1 {
    -webkit-animation: send-Roud1 7s 0s infinite;
    animation: send-Roud1 7s 0s infinite
}

.send__inner {
    padding-bottom: 30px;
    position: relative;
    z-index: 3
}

.send__content {
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 200px);
    min-height: 750px
}

@media screen and (max-width:991px) {
    .send__content {
        height: auto;
        min-height: inherit
    }
}

.send__ab {
    max-width: 600px;
    margin: auto;
    text-align: center
}

.send__ab p {
    font-size: 18px;
    max-width: 465px;
    margin: auto;
    color: var(--color1)
}

@media screen and (max-width:991px) {
    .send__ab p {
        font-size: 16px
    }
}

.send__ab h1 {
    margin-bottom: 35px;
    font-size: 32px;
    letter-spacing: .005em;
    background: linear-gradient(91.04deg, rgba(231, 231, 231, .6) 3.71%, #fff 49.28%, rgba(231, 231, 231, 0) 102.64%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media screen and (max-width:991px) {
    .send__ab h1 {
        font-size: 32px
    }
}

.send__ab .btn {
    margin-top: 80px
}

@media screen and (max-width:991px) {
    .send__ab .btn {
        margin-top: 45px
    }
}

.send__bt {
    text-align: right
}

@media screen and (max-width:991px) {
    .send__bt {
        text-align: center;
        margin-top: 110px
    }
}

.send__bt-title {
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--c-gray)
}

.send__bt ul {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media screen and (max-width:991px) {
    .send__bt ul {
        justify-content: center
    }
}

.send__bt ul li {
    margin-left: 25px
}

@media screen and (max-width:991px) {
    .send__bt ul li {
        margin: 0 12px
    }
}

.send__bt ul li a {
    color: var(--c-white);
    text-decoration: underline
}

.send__bt ul li a:hover {
    color: var(--c-red)
}

@-webkit-keyframes send-Roud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(50px, -50px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(-50px, -30px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@keyframes send-Roud1 {
    0% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }

    20% {
        transform: translate(50px, -50px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(-50px, -30px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

.cause {
    overflow: hidden;
    position: relative;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 220px 0 338px
}

.cause__bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    text-align: center
}

.cause__bg svg .causeroud {
    -webkit-animation: causeroud 7s 0s infinite;
    animation: causeroud 7s 0s infinite
}

.cause__inner {
    position: relative;
    z-index: 2
}

.cause__inner h2 {
    max-width: 570px;
    margin: auto;
    text-align: center
}

.cause__content {
    max-width: 904px;
    margin: 150px auto 0;
    position: relative
}

@media screen and (max-width:991px) {

    .cause__content .swiper-button-next,
    .cause__content .swiper-button-prev {
        display: none
    }
}

.cause__slider {
    width: 60px;
    margin: auto;
    overflow: visible
}

.cause__slider-item {
    text-align: center;
    width: 60px;
    height: 60px;
    position: relative
}

.cause__slider-icon {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto
}

.cause__slider-icon img {
    transition: .3s;
    opacity: 0;
    transform: translateX(32px)
}

.cause__slider-tx {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 470px;
    max-width: 92vw;
    text-align: center;
    margin-top: 130px;
    font-size: 18px;
    opacity: 0;
    transition: .3s;
    visibility: hidden
}

.cause__slider .swiper-slide {
    transition: all ease-in-out .3s
}

.cause__slider .swiper-slide-prev_prev .cause__slider-icon img {
    opacity: .2
}

.cause__slider .swiper-slide-next_next .cause__slider-icon img {
    opacity: .2;
    transform: translateX(-32px)
}

.cause__slider .swiper-slide-next .cause__slider-icon img,
.cause__slider .swiper-slide-prev .cause__slider-icon img {
    opacity: .8;
    transform: translateX(0)
}

.cause__slider .swiper-slide-active {
    z-index: 3
}

.cause__slider .swiper-slide-active .cause__slider-icon img {
    opacity: 1;
    transform: translateX(0) scale(2);
    transform-origin: center
}

.cause__slider .swiper-slide-active .cause__slider-tx {
    opacity: 1;
    visibility: visible
}

.cause,
.cause+.abt {
    margin-top: 0 !important
}

@media (max-width:991px) {
    .cause {
        padding: 100px 0 258px
    }
}

@-webkit-keyframes causeroud {
    0% {
        transform: translate(-50px, -10px) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, -50px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(250px, 50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

@keyframes causeroud {
    0% {
        transform: translate(-50px, -10px) skew(0deg, 0deg)
    }

    20% {
        transform: translate(100px, -50px) skew(1deg, 5deg)
    }

    60% {
        transform: translate(250px, 50px) skew(5deg, 8deg)
    }

    100% {
        transform: translate(0, 0) skew(0deg, 0deg)
    }
}

.card-product-menu {
    padding: 21px 0;
    margin-top: 0 !important;
    box-sizing: border-box;
    border-top: 1px solid var(--color2)
}

.card-product-menu.fixed {
    width: 100%;
    height: 81px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: var(--c-black)
}

.card-product-menu__inner {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.card-product-menu__back {
    margin-left: 2px;
    display: inline-flex;
    align-items: center;
    font-weight: 600
}

@media screen and (max-width:991px) {
    .card-product-menu__back {
        margin-left: 19px
    }
}

.card-product-menu__back:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 10px;
    position: relative;
    flex-shrink: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTQuNTM0NTMgOC42NjY1NEw2LjQ2Nzg2IDEwLjU5OTlDNi41OTAwOSAxMC43MjIxIDYuNjUxMiAxMC44Nzc2IDYuNjUxMiAxMS4wNjY1QzYuNjUxMiAxMS4yNTU0IDYuNTkwMDkgMTEuNDExIDYuNDY3ODYgMTEuNTMzMkM2LjM0NTY0IDExLjY1NTQgNi4xOTAwOSAxMS43MTY1IDYuMDAxMiAxMS43MTY1QzUuODEyMzEgMTEuNzE2NSA1LjY1Njc1IDExLjY1NTQgNS41MzQ1MyAxMS41MzMyTDIuNDY3ODYgOC40NjY1NEMyLjQwMTIgOC4zOTk4NyAyLjM1Mzg2IDguMzI3NjUgMi4zMjU4NiA4LjI0OTg3QzIuMjk3ODYgOC4xNzIwOSAyLjI4NDMxIDguMDg4NzYgMi4yODUyIDcuOTk5ODdDMi4yODUyIDcuOTEwOTggMi4yOTkyIDcuODI3NjUgMi4zMjcyIDcuNzQ5ODdDMi4zNTUyIDcuNjcyMDkgMi40MDIwOSA3LjU5OTg3IDIuNDY3ODYgNy41MzMyTDUuNTM0NTMgNC40NjY1NEM1LjY1Njc1IDQuMzQ0MzEgNS44MTIzMSA0LjI4MzIgNi4wMDEyIDQuMjgzMkM2LjE5MDA5IDQuMjgzMiA2LjM0NTY0IDQuMzQ0MzEgNi40Njc4NiA0LjQ2NjU0QzYuNTkwMDkgNC41ODg3NiA2LjY1MTIgNC43NDQzMSA2LjY1MTIgNC45MzMyQzYuNjUxMiA1LjEyMjA5IDYuNTkwMDkgNS4yNzc2NSA2LjQ2Nzg2IDUuMzk5ODdMNC41MzQ1MyA3LjMzMzJIMTIuNjY3OVY1LjMzMzJDMTIuNjY3OSA1LjE0NDMxIDEyLjczMTkgNC45ODYwOSAxMi44NTk5IDQuODU4NTRDMTIuOTg3OSA0LjczMDk4IDEzLjE0NjEgNC42NjY5OCAxMy4zMzQ1IDQuNjY2NTRDMTMuNTIzNCA0LjY2NjU0IDEzLjY4MTkgNC43MzA1NCAxMy44MDk5IDQuODU4NTRDMTMuOTM3OSA0Ljk4NjU0IDE0LjAwMTYgNS4xNDQ3NiAxNC4wMDEyIDUuMzMzMlY3LjMzMzJDMTQuMDAxMiA3LjY5OTg3IDEzLjg3MDggOC4wMTM4NyAxMy42MDk5IDguMjc1MkMxMy4zNDkgOC41MzY1NCAxMy4wMzUgOC42NjY5OCAxMi42Njc5IDguNjY2NTRINC41MzQ1M1oiIGZpbGw9IiNFN0U3RTciLz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    transition: .3s
}

.card-product-menu__back:hover {
    color: var(--c-white)
}

.card-product-menu__list {
    display: flex;
    align-items: center
}

.card-product-menu__list ul {
    display: flex;
    align-items: center
}

@media screen and (max-width:991px) {
    .card-product-menu__list ul {
        display: none
    }
}

.card-product-menu__list ul li {
    margin: 0 15px
}

.card-product-menu__list ul li a {
    font-size: 14px;
    font-weight: 500;
    color: var(--color1)
}

.card-product-menu__list ul li.active a {
    color: var(--c-white)
}

.card-product-decrip {
    margin-top: 0;
    padding-bottom: 100px;
    background: var(--c-wh);
    border-radius: 0 0 16px 16px
}

@media screen and (max-width:991px) {
    .card-product-decrip {
        padding-bottom: 30px
    }
}

.card-product-decrip__inner {
    display: flex;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .card-product-decrip__inner {
        flex-direction: column
    }
}

.card-product-decrip__inner h4,
.card-product-decrip__inner table thead,
table .card-product-decrip__inner thead {
    margin-bottom: 17px;
    color: var(--c-black)
}

.card-product-decrip__inner p {
    font-size: 14px;
    font-weight: 500;
    color: rgba(6, 10, 12, .6)
}

.card-product-decrip__inner .sku {
    color: rgba(6, 10, 12, .4);
    font-size: 12px;
}

.card-product-decrip__l {
    padding-top: 53px;
    width: 29%
}

@media screen and (max-width:991px) {
    .card-product-decrip__l {
        width: 100%;
        padding: 0;
        order: 2
    }
}

.card-product-decrip__c {
    padding: 0 20px;
    box-sizing: border-box;
    width: 33%;
    display: flex;
    align-items: center;
    justify-content: center
}

@media screen and (max-width:991px) {
    .card-product-decrip__c {
        width: 100%;
        padding: 0;
        margin: 40px 0 75px;
        order: 1
    }
}

.card-product-decrip__r {
    min-height: 740px;
    width: 32%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

@media screen and (max-width:991px) {
    .card-product-decrip__r {
        width: 100%;
        padding: 0;
        min-height: inherit;
        order: 3
    }
}

.card-product-decrip__gr {
    margin-top: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media screen and (max-width:991px) {
    .card-product-decrip__gr {
        margin-top: 43px
    }
}

.card-product-decrip__price {
    white-space: nowrap;
    width: 100%;
    flex-basis: 0;
    font-weight: 600;
    color: var(--c-black);
    margin-right: 10px
}

.card-product-decrip__btn {
    width: 76%
}

.card-product-decrip__btn .btn-red {
    display: flex;
    width: 100%;
    min-height: 68px
}

.card-product-decrip__tags {
    text-align: right
}

@media screen and (max-width:991px) {
    .card-product-decrip__tags {
        text-align: left
    }
}

.card-product-decrip__tags-item {
    display: inline-block;
    vertical-align: top;
    padding: 11px 24px;
    margin: 0 3px 10px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 14px;
    background: rgba(6, 10, 12, .08);
    border-radius: 8px;
    color: var(--c-black)
}

@media screen and (max-width:991px) {
    .card-product-decrip__tags-item {
        font-size: 12px;
        padding: 9px 10px
    }
}

.card-product-decrip__for,
.card-product-decrip__nav {
    overflow: hidden
}

.card-product-decrip__for-item,
.card-product-decrip__nav-item {
    display: flex;
    align-items: center;
    justify-content: center
}

.card-product-decrip__for-item img,
.card-product-decrip__nav-item img {
    max-width: 100%;
    border-radius: 8px
}

.card-product-decrip__for {
    width: 100%;
    position: relative
}

.card-product-decrip__for .swiper-button-next,
.card-product-decrip__for .swiper-button-prev {
    display: none
}

@media screen and (max-width:991px) {

    .card-product-decrip__for .swiper-button-next,
    .card-product-decrip__for .swiper-button-prev {
        display: block;
        background-size: contain;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTIiIGhlaWdodD0iNTIiIHZpZXdCb3g9IjAgMCA1MiA1MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjYiIGN5PSIyNiIgcj0iMjYiIGZpbGw9IiMwNjBBMEMiIGZpbGwtb3BhY2l0eT0iMC4wOCIvPgo8cGF0aCBkPSJNMjkuOTczMSAyNS4zMTAxTDIzLjAwNjkgMTguNjcyNkMyMi44OTA2IDE4LjU2MTggMjIuNzM2MiAxOC41IDIyLjU3NTYgMTguNUMyMi40MTUgMTguNSAyMi4yNjA2IDE4LjU2MTggMjIuMTQ0NCAxOC42NzI2TDIyLjEzNjkgMTguNjgwMUMyMi4wODAzIDE4LjczMzggMjIuMDM1MyAxOC43OTg1IDIyLjAwNDUgMTguODcwMkMyMS45NzM4IDE4Ljk0MTggMjEuOTU3OSAxOS4wMTkgMjEuOTU3OSAxOS4wOTdDMjEuOTU3OSAxOS4xNzUgMjEuOTczOCAxOS4yNTIyIDIyLjAwNDUgMTkuMzIzOEMyMi4wMzUzIDE5LjM5NTUgMjIuMDgwMyAxOS40NjAyIDIyLjEzNjkgMTkuNTEzOUwyOC42OTY5IDI1Ljc2MzlMMjIuMTM2OSAzMi4wMTE0QzIyLjA4MDMgMzIuMDY1MSAyMi4wMzUzIDMyLjEyOTcgMjIuMDA0NSAzMi4yMDE0QzIxLjk3MzggMzIuMjczMSAyMS45NTc5IDMyLjM1MDMgMjEuOTU3OSAzMi40MjgyQzIxLjk1NzkgMzIuNTA2MiAyMS45NzM4IDMyLjU4MzQgMjIuMDA0NSAzMi42NTUxQzIyLjAzNTMgMzIuNzI2NyAyMi4wODAzIDMyLjc5MTQgMjIuMTM2OSAzMi44NDUxTDIyLjE0NDQgMzIuODUyNkMyMi4yNjA2IDMyLjk2MzQgMjIuNDE1IDMzLjAyNTIgMjIuNTc1NiAzMy4wMjUyQzIyLjczNjIgMzMuMDI1MiAyMi44OTA2IDMyLjk2MzQgMjMuMDA2OSAzMi44NTI2TDI5Ljk3MzEgMjYuMjE1MUMzMC4wMzQ0IDI2LjE1NjcgMzAuMDgzMiAyNi4wODY1IDMwLjExNjUgMjYuMDA4OEMzMC4xNDk4IDI1LjkzMSAzMC4xNjcgMjUuODQ3MiAzMC4xNjcgMjUuNzYyNkMzMC4xNjcgMjUuNjc4IDMwLjE0OTggMjUuNTk0MyAzMC4xMTY1IDI1LjUxNjVDMzAuMDgzMiAyNS40Mzg3IDMwLjAzNDQgMjUuMzY4NSAyOS45NzMxIDI1LjMxMDFaIiBmaWxsPSIjMDYwQTBDIi8+Cjwvc3ZnPgo=)
    }
}

@media screen and (max-width:991px) {
    .card-product-decrip__for .swiper-button-prev {
        left: 0
    }
}

@media screen and (max-width:991px) {
    .card-product-decrip__for .swiper-button-next {
        right: 0
    }
}

.card-product-decrip__for-item {
    min-height: 550px
}

@media screen and (max-width:991px) {
    .card-product-decrip__for-item {
        max-height: 275px;
        min-height: inherit
    }

    .card-product-decrip__for-item img {
        max-height: 268px
    }
}

.card-product-decrip__nav {
    width: 80px;
    margin-left: auto;
    margin-right: 0
}

@media screen and (max-width:991px) {
    .card-product-decrip__nav {
        display: none
    }
}

.card-product-decrip__nav-item {
    width: 80px;
    height: 80px;
    border-radius: 8px;
    border: 2px solid transparent;
    cursor: pointer
}

.card-product-decrip__nav-item img {
    max-width: 70px;
    max-height: 70px
}

.card-product-decrip__nav .swiper-slide {
    width: 80px !important;
    height: 80px !important
}

.card-product-decrip__nav .swiper-slide-thumb-active .card-product-decrip__nav-item {
    border-color: rgba(6, 10, 12, .4)
}

.card-product-detail {
    margin-top: 160px
}

@media screen and (max-width:991px) {
    .card-product-detail {
        margin-top: 107px;
        overflow: hidden
    }
}

.card-product-detail__list {
    display: flex;
    margin: 0 -35px
}

@media screen and (max-width:991px) {
    .card-product-detail__list {
        flex-wrap: wrap;
        margin-bottom: -50px
    }
}

.card-product-detail__list-item {
    padding: 0 35px;
    flex: 1 0 25%;
    box-sizing: border-box
}

@media screen and (max-width:991px) {
    .card-product-detail__list-item {
        width: 50%;
        flex: 0 0 50%;
        margin-bottom: 50px
    }
}

@media screen and (max-width:768px) {
    .card-product-detail__list-item {
        width: 100%;
        flex: 0 0 100%;
        text-align: center
    }
}

.card-product-detail__tx {
    margin-top: 25px;
    font-size: 18px
}

.card-product-video {
    position: relative
}

.card-product-video h3 {
    max-width: 480px
}

.card-product-video .container {
    height: 100%
}

.card-product-video__content {
    padding: 60px 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    background: linear-gradient(180deg, rgba(3, 4, 5, .8) 0, rgba(3, 4, 5, .7) 29.17%, rgba(3, 4, 5, .6) 59.37%, rgba(3, 4, 5, 0) 100%)
}

.card-product-video__btn {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2
}

.card-product-video__btn img {
    margin-left: 15px
}

.card-product-video__vd {
    width: 100%;
    height: 0;
    padding-bottom: 52.25%;
    z-index: 2;
    position: relative
}

.card-product-video__vd iframe,
.card-product-video__vd video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.card-product-tech h2 {
    max-width: 750px;
    margin: auto;
    text-align: center
}

.card-product-tech h4,
.card-product-tech table thead,
table .card-product-tech thead {
    margin: 80px 0 25px
}

@media screen and (max-width:991px) {

    .card-product-tech h4,
    .card-product-tech table thead,
    table .card-product-tech thead {
        margin: 23px 0 16px
    }
}

.card-product-tech__top {
    margin: 80px 0 110px;
    text-align: center
}

@media screen and (max-width:991px) {
    .card-product-tech__top {
        overflow: auto;
        margin: 40px 0
    }
}

.card-product-tech__inner .tabs {
    padding: 10px 7px;
    display: inline-flex;
    background: var(--bg1);
    border-radius: 8px
}

.card-product-tech__inner .tabs li {
    padding: 11px 20px;
    margin: 0 8px;
    box-sizing: border-box;
    font-size: 14px;
    font-weight: 500;
    color: var(--color1);
    border-radius: 8px;
    cursor: pointer
}

@media screen and (max-width:991px) {
    .card-product-tech__inner .tabs li {
        white-space: nowrap
    }
}

.card-product-tech__inner .tabs li.active {
    background: var(--bord);
    color: var(--c-white)
}

.card-product-tech__inner .tabs_container {
    width: 92%;
    margin: auto
}

@media screen and (max-width:991px) {
    .card-product-tech__inner .tabs_container {
        width: 100%
    }
}

.card-product-tech__dop {
    width: 92%;
    margin: 85px auto 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--color1)
}

@media screen and (max-width:991px) {
    .card-product-tech__dop {
        width: 100%;
        margin: 35px 0 0
    }
}

.card-product-tech__dop a {
    color: var(--c-white);
    text-decoration: underline
}

.card-product-tech__dop a:hover {
    color: var(--c-red)
}

.card-product-tech__tbl-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.card-product-tech__tbl-row+.card-product-tech__tbl-row {
    border-top: 1px solid var(--bord2)
}

@media screen and (max-width:991px) {
    .card-product-tech__tbl-row {
        display: block;
        padding: 7px 0
    }
}

.card-product-tech__tbl-cell {
    width: 48%;
    padding: 12px 15px 12px 0;
    box-sizing: border-box;
    font-size: 14px
}

.card-product-tech__tbl-cell:last-of-type {
    width: 52%;
    text-align: left;
    color: var(--color1)
}

@media screen and (max-width:991px) {
    .card-product-tech__tbl-cell:last-of-type {
        width: 100%
    }
}

@media screen and (max-width:991px) {
    .card-product-tech__tbl-cell {
        width: 100%;
        padding: 6px 0
    }
}

.card-product-tech__tbl-doc {
    display: flex;
    align-items: center;
    position: relative;
    color: var(--color1);
    text-decoration: underline
}

.card-product-tech__tbl-doc:before {
    content: '';
    width: 16px;
    height: 16px;
    display: block;
    margin-right: 12px;
    flex-shrink: 0;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzIxOThfMjQ3NzkpIj4KPHBhdGggZD0iTTcuMzc3NzggNC45Nzc3OEM3LjQ2NjY3IDQuOTc3NzggNy40NjY2NyA0Ljk3Nzc4IDcuMzc3NzggNC45Nzc3OEM3LjQ2NjY3IDQuNjIyMjIgNy41NTU1NiA0LjQ0NDQ0IDcuNTU1NTYgNC4xNzc3OFY0QzcuNjQ0NDQgMy41NTU1NiA3LjY0NDQ0IDMuMiA3LjU1NTU2IDMuMTExMTFDNy41NTU1NiAzLjExMTExIDcuNTU1NTYgMy4xMTExMSA3LjU1NTU2IDMuMDIyMjJMNy40NjY2NyAyLjkzMzMzQzcuNDY2NjcgMi45MzMzMyA3LjQ2NjY3IDMuMDIyMjIgNy4zNzc3OCAzLjAyMjIyQzcuMiAzLjU1NTU2IDcuMiA0LjE3Nzc4IDcuMzc3NzggNC45Nzc3OFpNNC43MTExMSAxMS4xMTExQzQuNTMzMzMgMTEuMiA0LjM1NTU2IDExLjI4ODkgNC4yNjY2NyAxMS4zNzc4QzMuNjQ0NDQgMTEuOTExMSAzLjIgMTIuNTMzMyAzLjExMTExIDEyLjhDMy42NDQ0NCAxMi43MTExIDQuMTc3NzggMTIuMTc3OCA0LjcxMTExIDExLjExMTFDNC44IDExLjExMTEgNC44IDExLjExMTEgNC43MTExMSAxMS4xMTExWk0xMi44ODg5IDkuNzc3NzhDMTIuOCA5LjY4ODg5IDEyLjQ0NDQgOS40MjIyMiAxMS4yIDkuNDIyMjJDMTEuMTExMSA5LjQyMjIyIDExLjExMTEgOS40MjIyMiAxMS4wMjIyIDkuNDIyMjJDMTEuMDIyMiA5LjQyMjIyIDExLjAyMjIgOS40MjIyMiAxMS4wMjIyIDkuNTExMTFDMTEuNjQ0NCA5Ljc3Nzc4IDEyLjI2NjcgOS45NTU1NiAxMi43MTExIDkuOTU1NTZDMTIuOCA5Ljk1NTU2IDEyLjggOS45NTU1NiAxMi44ODg5IDkuOTU1NTZIMTIuOTc3OEMxMi45Nzc4IDkuOTU1NTYgMTIuOTc3OCA5Ljk1NTU1IDEyLjk3NzggOS44NjY2N0MxMi45Nzc4IDkuODY2NjcgMTIuODg4OSA5Ljg2NjY3IDEyLjg4ODkgOS43Nzc3OFpNMTQuMjIyMiAwSDEuNzc3NzhDMC44IDAgMCAwLjggMCAxLjc3Nzc4VjE0LjIyMjJDMCAxNS4yIDAuOCAxNiAxLjc3Nzc4IDE2SDE0LjIyMjJDMTUuMiAxNiAxNiAxNS4yIDE2IDE0LjIyMjJWMS43Nzc3OEMxNiAwLjggMTUuMiAwIDE0LjIyMjIgMFpNMTMuMjQ0NCAxMC40ODg5QzEzLjA2NjYgMTAuNTc3OCAxMi44IDEwLjY2NjcgMTIuNDQ0NCAxMC42NjY3QzExLjczMzMgMTAuNjY2NyAxMC42NjY3IDEwLjQ4ODkgOS43Nzc3OCAxMC4wNDQ0QzguMjY2NjcgMTAuMjIyMiA3LjExMTExIDEwLjQgNi4yMjIyMiAxMC43NTU1QzYuMTMzMzMgMTAuNzU1NSA2LjEzMzMzIDEwLjc1NTUgNi4wNDQ0NCAxMC44NDQ0QzQuOTc3NzggMTIuNzExMSA0LjA4ODg5IDEzLjYgMy4zNzc3OCAxMy42QzMuMiAxMy42IDMuMTExMTEgMTMuNiAzLjAyMjIyIDEzLjUxMTFMMi41Nzc3OCAxMy4yNDQ0VjEzLjE1NTZDMi40ODg4OSAxMi45Nzc3IDIuNDg4ODkgMTIuODg4OSAyLjQ4ODg5IDEyLjcxMTFDMi41Nzc3OCAxMi4yNjY3IDMuMTExMTEgMTEuNDY2NyA0LjE3Nzc4IDEwLjg0NDRDNC4zNTU1NiAxMC43NTU1IDQuNjIyMjIgMTAuNTc3OCA0Ljk3Nzc4IDEwLjRDNS4yNDQ0NCA5Ljk1NTUyIDUuNTExMTEgOS40MjIxOSA1Ljg2NjY3IDguOEM2LjMxMTExIDcuOTExMTEgNi41Nzc3OCA3LjAyMjIyIDYuODQ0NDQgNi4yMjIyMkM2LjQ4ODg5IDUuMTU1NTYgNi4zMTExMSA0LjUzMzMzIDYuNjY2NjcgMy4yODg4OUM2Ljc1NTU2IDIuOTMzMzMgNy4wMjIyMiAyLjU3Nzc4IDcuMzc3NzggMi41Nzc3OEg3LjU1NTU2QzcuNzMzMzMgMi41Nzc3OCA3LjkxMTExIDIuNjY2NjcgOC4wODg4OSAyLjc1NTU2QzguNzExMTUgMy4zNzc3OCA4LjQ0NDQ0IDQuOCA4LjA4ODg5IDUuOTU1NTZDOC4wODg4OSA2LjA0NDQ0IDguMDg4ODkgNi4wNDQ0NCA4LjA4ODg5IDYuMDQ0NDRDOC40NDQ0NCA3LjAyMjIyIDguOTc3NzggNy44MjIyMiA5LjUxMTExIDguMzU1NTZDOS43Nzc3OCA4LjUzMzMzIDkuOTU1NTUgOC43MTExMSAxMC4zMTExIDguODg4ODlDMTAuNzU1NiA4Ljg4ODg5IDExLjExMTEgOC44IDExLjQ2NjcgOC44QzEyLjUzMzMgOC44IDEzLjI0NDQgOC45Nzc3OCAxMy41MTExIDkuNDIyMjJDMTMuNiA5LjYwMDAzIDEzLjYgOS43Nzc3OCAxMy42IDkuOTU1NTZDMTMuNTExMSAxMC4wNDQ0IDEzLjQyMjIgMTAuMzExMSAxMy4yNDQ0IDEwLjQ4ODlaTTcuNDY2NjcgNy4wMjIyMkM3LjI4ODg5IDcuNjQ0NDQgNi45MzMzMyA4LjM1NTU2IDYuNTc3NzggOS4xNTU1NUM2LjQgOS41MTEwOCA2LjIyMjIyIDkuNzc3NzggNi4wNDQ0NCAxMC4xMzMzSDYuMTMzMzNINi4yMjIyMkM3LjM3Nzc4IDkuNjg4ODkgOC40NDQ0NCA5LjQyMjIyIDkuMTU1NTUgOS4zMzMzM0M4Ljk3Nzc0IDkuMjQ0NDQgOC44ODg4OSA5LjE1NTU2IDguOCA5LjA2NjY3QzguMzU1NTYgOC41MzMzMyA3LjgyMjIyIDcuODIyMjIgNy40NjY2NyA3LjAyMjIyWiIgZmlsbD0iI0U3RTdFNyIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzIxOThfMjQ3NzkiPgo8cmVjdCB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IndoaXRlIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .3;
    transition: .3s
}

.card-product-tech__tbl-doc:hover {
    color: var(--c-white)
}

.card-product-tech__tbl-doc:hover:before {
    opacity: 1
}

.card-product-decrip__sizes {
    margin-top: 20px
}

.card-product-decrip__sel {
    position: relative
}

.card-product-decrip__sizes p {
    color: #060a0c;
    margin-bottom: 8px
}

.card-product-decrip__sel select {
    width: 100%;
    height: 68px;
    padding: 24px;
    font-weight: 600;
    font-size: 16px;
    font-family: Inter;
    border-radius: 8px;
    border: 1px solid rgba(6, 10, 12, .4);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none
}

.card-product-decrip__sel::after {
    content: '';
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
    pointer-events: none;
    background: url(../img/arrow.svg) left center/100% no-repeat;
    width: 11px;
    height: 6px
}

button.swiper-button {
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    bottom: 0;
}

button.swiper-button.swiper-button-disabled {
    opacity: 0.5;
}

.catalog__content {
    position: relative;
}

button.swiper-button.left {
    left: -65px;
}

button.swiper-button.right {
    right: -65px;
}

@media only screen and (max-width: 1574px) {
    .catalog-sl .catalog-sl__slider {
        scale: 0.9;
        margin-left: auto;
        margin-right: auto;
    }

    button.swiper-button.left {
        left: -20px;
    }

    button.swiper-button.right {
        right: -20px;
    }
}

@media only screen and (max-width: 991px) {
    button.swiper-button.left {
        left: -75px;
        right: 0;
        bottom: -55px;
        top: auto;
        margin: auto;
        width: 65px;
    }

    button.swiper-button.right {
        right: -75px;
        left: 0;
        bottom: -55px;
        top: auto;
        margin: auto;
        width: 65px;
    }

    .catalog-sl .catalog-sl__slider {
        scale: 1;
        margin-bottom: 65px;
    }
}

.header.is-openS .header__menu-btn.header__srch-btn {
    background: rgba(176, 201, 220, 0.2);
    border: none;
}

.header__srch-btn:hover {
    background: #fff;
}

.header__srch-btn:hover img {
    filter: invert(50%) sepia(100%) saturate(10000%) hue-rotate(0deg);
}

.header__srch-btn img {
    transition: 0s !important;
}

.menu-search {
    width: 100%;
    padding: 60px 0 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: var(--c-black);
    transform: translateY(-100%);
    transition: .3s;
    max-height: calc(664px - 80px);
    height: 100%;
}

.menu-search .container {
    height: 100%;
}

.search-catalog__inner {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: fit-content;
    width: 100%;
    max-width: 710px;
}

.search-input {
    position: relative;
    display: flex;
    gap: 16px;
    align-items: center;
    padding-bottom: 26px;
    border-bottom: 1px solid rgba(139, 170, 193, 0.4);
    margin-bottom: 32px;
}

.search-input img {
    width: 21px;
    height: 21px;
    filter: opacity(0.4);
    transition: filter 0.3s ease;
}

.search-input input {
    outline: none;
    box-shadow: none;
    width: 100%;
    font-size: 24px;
    background: transparent;
    border: none;
    color: var(--c-white);
    font-weight: 500;
    font-family: 'Inter';
}

.search-input input::placeholder {
    color: rgba(139, 170, 193, 0.4);
}

.search-input:has(input:focus) img,
.search-input:has(input:not(:placeholder-shown)) img {
    filter: brightness(0) invert(1);
}

.menu-search.is-open {
    transform: translateY(0);
}

.header.is-openS {
    z-index: 21;
    background: var(--c-black);
}

.popular-label {
    color: rgba(139, 170, 193, 0.4);
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 24px;
}

ul.popular-queries {
    max-height: 128px;
}

.popular-queries li {
    display: flex;
    align-items: center;
    gap: 11px;
}

.popular-queries li img {
    width: 13px;
    height: 13px;
    object-fit: cover;
}

.search-results {
display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 15px;
    margin-top: 16px;
    max-height: calc(100vh - 260px);
    min-height: 200px;
    overflow-y: auto;
    color: #fff;
    position: absolute;
    width: 100%;
    background: var(--c-black);
    top: 50px;
    padding: 0 10px;
    gap: 10px;
    height: auto;
}

/* .result-item {padding: 10px 0;display: flex;align-items: center;gap: 10px;cursor: pointer;}.result-item:hover {color: #fff;}.result-item img {width: 13px;height: 13px;object-fit: cover;}.search-container{position: relative;} */
.no-results p {
    color: rgba(139, 170, 193, 0.4);
    line-height: 20px;
    margin-top: 0;
}

.no-results p:first-child {
    font-size: 24px;
    font-weight: 500;
    line-height: 100%;
    margin-bottom: 3px;
}

@media only screen and (max-width:650px) {
    .search-catalog__inner {
        padding: 0 20px;
    }

    .search-results{
        left: 0;
    }
}

@media only screen and (max-width:508px) {
    .search-results{
        max-height: calc(100vh - 250px);
    }
}

@media only screen and (max-width:375px) {
    .search-results{
        max-height: calc(100vh - 240px);
    }
}

.search-results::-webkit-scrollbar {
    width: 2px;
}

.search-results::-webkit-scrollbar-track {
    background: transparent;
}

.search-results::-webkit-scrollbar-thumb {
    background-color: rgba(231, 231, 231, 1);
    border-radius: 6px;
}

.search-results {
    scrollbar-width: thin;
    scrollbar-color: rgba(231, 231, 231, 1) transparent;
}

.search-results::-webkit-scrollbar-button {
    display: none;
    height: 0;
}

.search-results::-webkit-scrollbar-button:single-button {
    display: none;
    background-color: transparent;
    height: 0;
    width: 0;
}

/* .search-results {padding-top:15px;margin-top: 16px;max-height: 500px;min-height: 200px; overflow-y: auto;color: #fff;position: absolute; width: 100%; background: var(--c-black); top: 50px;} */
.result-item {
    padding: 10px 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
}

.search-card {
    width: 100%
}

.search-card__image {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 70px;
    height: 255px;
    max-height: 255px;
    box-sizing: border-box;
    border-radius: 16px;
    overflow: hidden;
    background: var(--c-wh)
}

.search-card__info {
    margin-top: 25px
}

h4.search-card__title {
    padding-right: 50px;
    font-size: 18px
}

.search-card__price {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 500
}

.clear-search {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 6px;
    color: rgba(139, 170, 193, 0.4);
    cursor: pointer;
}

@media only screen and (max-width: 768px) {
    .search-results {
        grid-template-columns: repeat(1, 1fr);
        padding: 0 15%;
    }

    .search-card__image {
        height: 355px;
        max-height: 355px;
    }

    .search-card__image img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
}