html {
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

body {
    font-family: "Onest", sans-serif;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    color: #606060;
    min-width: 280px;
    background-color: #101013;
    color: #cbcbcb;
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body.overflow-hidden {
    overflow: hidden
}

button,
input,
a {
    font-family: "Onest", sans-serif
}

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

a {
    text-decoration: none;
    color: inherit
}

button,
input,
textarea {
    border: none;
    outline: none;
    padding: 0;
    resize: none;
    color: #606060
}

button,
a {
    cursor: pointer;
    outline: none
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3 {
    margin: 0
}

p {
    margin: 0;
    padding: 0
}

button,
input {
    border: none;
    outline: none
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield
}

button {
    cursor: pointer
}

button:active {
    outline: none
}

img {
    max-width: 100%;
    height: auto
}

.site-container {
    overflow: hidden
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1688px;
    margin: 0 auto;
    padding: 0 60px
}

@media(max-width: 1320px) {
    .container {
        padding: 0 30px
    }
}

@media(max-width: 1200px) {
    .container {
        padding: 0 24px
    }
}

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

@media(max-width: 340px) {
    .container {
        padding: 0 12px
    }
}

.container-fluid {
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px
}

body {
    top: 0 !important
}

.overflow-hidden {
    overflow: hidden
}

.hide {
    display: none !important
}

article {
    margin: 80px 0
}

article p {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.64%, rgba(255, 255, 255, 0.5)), color-stop(76.36%, rgba(218, 215, 208, 0.5)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 23.64%, rgba(218, 215, 208, 0.5) 76.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 768px) {
    article {
        margin: 40px 0
    }

    article p {
        font-size: 16px;
        line-height: 21px
    }
}

h1,
h2,
h3,
h4 {
    margin: 0
}

h1,
h2 {
    font-size: 80px;
    line-height: 102px
}

@media(max-width: 1200px) {

    h1,
    h2 {
        font-size: 64px;
        line-height: 82px
    }
}

@media(max-width: 992px) {

    h1,
    h2 {
        font-size: 48px;
        line-height: 66px
    }
}

@media(max-width: 768px) {

    h1,
    h2 {
        font-size: 28px;
        line-height: 36px
    }
}

@media(max-width: 420px) {

    h1,
    h2 {
        font-size: 26px;
        line-height: 34px
    }
}

h3 {
    font-size: 24px;
    line-height: 31px
}

.wp-block-heading {
    margin: 20px 0 10px 0;
    font-weight: 300;
    font-size: 48px;
    line-height: 60px;
    text-align: left;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.64%, #ffffff), color-stop(76.36%, #7f7b70));
    background: linear-gradient(180deg, #ffffff 23.64%, #7f7b70 76.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 768px) {
    .wp-block-heading {
        margin: 15px 0 6px 0;
        font-size: 28px;
        line-height: 36px
    }
}

.title {
    font-weight: 300;
    font-family: "Onest", sans-serif;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.64%, #ffffff), color-stop(76.36%, #7f7b70));
    background: linear-gradient(180deg, #ffffff 23.64%, #7f7b70 76.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.title-label {
    padding: 3px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 44px;
    background: #1c1c1e;
    border: 1px solid #202022;
    border-radius: 50px;
    margin: 0 auto
}

.title-label div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 20px 7px 14px;
    gap: 10px;
    background: radial-gradient(83.61% 105.88% at 86.11% 105.88%, rgba(69, 69, 70, 0.6) 0%, #1b1b1d 100%);
    border-radius: 30px;
    border: 1px solid #323235
}

.title-label div span {
    font-weight: 400;
    font-size: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.07%, #e8e8e8), to(#808081));
    background: linear-gradient(180deg, #e8e8e8 24.07%, #808081 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.btn1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    height: 46px;
    background: rgba(84, 59, 9, .2);
    -webkit-box-shadow: inset 0px 0px 6px #543b09;
    box-shadow: inset 0px 0px 6px #543b09;
    border-radius: 8px;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    text-align: center;
    color: #fe0f17;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media(max-width: 992px) {
    .btn1 {
        margin-right: 0;
        margin-left: auto
    }
}

@media(min-width: 992px) {
    .btn1:hover {
        background: radial-gradient(131.23% 100% at 50% 0%, rgba(255, 209, 163, 0.45) 0%, rgba(255, 173, 90, 0.3) 18.5%, rgba(231, 142, 52, 0.3) 34.38%, rgba(242, 198, 144, 0) 100%), rgba(84, 59, 9, .2);
        -webkit-box-shadow: inset 0px 0px 6px #543b09;
        box-shadow: inset 0px 0px 6px #543b09;
        border-radius: 8px
    }

    .btn1:active {
        background: radial-gradient(131.23% 100% at 50% 0%, rgba(255, 209, 163, 0.7) 0%, rgba(255, 173, 90, 0.5) 18.5%, rgba(231, 142, 52, 0.5) 34.38%, rgba(242, 198, 144, 0) 100%), rgba(84, 59, 9, .4);
        -webkit-box-shadow: inset 0px 0px 6px #543b09;
        box-shadow: inset 0px 0px 6px #543b09
    }
}

.btn2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 50px;
    height: 48px;
    background: -webkit-gradient(linear, left top, left bottom, from(#f5b031), to(#98660b));
    background: linear-gradient(180deg, #f5b031 0%, #98660b 100%);
    -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .6);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, .6);
    border-radius: 10px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #fef6f4
}

@media(min-width: 992px) {
    .btn2:hover {
        background: -webkit-gradient(linear, left top, left bottom, from(#cc8d18), to(#855909));
        background: linear-gradient(180deg, #cc8d18 0%, #855909 100%);
        -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .3);
        box-shadow: 0px 4px 16px rgba(0, 0, 0, .3)
    }

    .btn2:active {
        background: -webkit-gradient(linear, left top, left bottom, from(#f5b031), to(#98660b));
        background: linear-gradient(180deg, #f5b031 0%, #98660b 100%);
        -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .6);
        box-shadow: 0px 4px 16px rgba(0, 0, 0, .6)
    }
}

@media(max-width: 992px) {
    .btn2:active {
        background: -webkit-gradient(linear, left top, left bottom, from(#cc8d18), to(#855909));
        background: linear-gradient(180deg, #cc8d18 0%, #855909 100%);
        -webkit-box-shadow: 0px 4px 16px rgba(0, 0, 0, .3);
        box-shadow: 0px 4px 16px rgba(0, 0, 0, .3)
    }
}

.social-aside {
    position: fixed;
    z-index: 100;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.social-aside li a {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 12px;
    width: 56px;
    height: 56px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(84, 59, 9, 0.2)), to(rgba(84, 59, 9, 0.2)));
    background: linear-gradient(0deg, rgba(84, 59, 9, 0.2), rgba(84, 59, 9, 0.2));
    -webkit-box-shadow: 0px 3.2px 8px rgba(0, 0, 0, .4);
    box-shadow: 0px 3.2px 8px rgba(0, 0, 0, .4);
    border-radius: 12px 0px 0px 12px
}

.social-aside li a::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from 180deg at 50% 50%, #f2c690 0%, #f5632a 11%, #f2c690 30%, #f5632a 49%, rgba(246, 170, 77, 0.25) 65%, #f2c690 77%, #f2c690 100%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1
}

.social-aside li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("../images/icons/social-aside/bg.png");
    z-index: -1;
    background-repeat: no-repeat;
    background-size: 105%
}

@media(min-width: 992px) {
    .social-aside li a:hover {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(84, 59, 9, 0.2)), to(rgba(84, 59, 9, 0.5)));
        background: linear-gradient(0deg, rgba(84, 59, 9, 0.2), rgba(84, 59, 9, 0.5));
        -webkit-box-shadow: 0px 3.2px 8px rgba(0, 0, 0, .3);
        box-shadow: 0px 3.2px 8px rgba(0, 0, 0, .3)
    }

    .social-aside li a:active {
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(84, 59, 9, 0.2)), to(rgba(84, 59, 9, 0.2)));
        background: linear-gradient(0deg, rgba(84, 59, 9, 0.2), rgba(84, 59, 9, 0.2));
        -webkit-box-shadow: 0px 3.2px 8px rgba(0, 0, 0, .4);
        box-shadow: 0px 3.2px 8px rgba(0, 0, 0, .4)
    }
}

@media(max-width: 768px) {
    .social-aside li a {
        padding: 8px;
        width: 40px;
        height: 40px;
        border-radius: 8px 0px 0px 8px;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(84, 59, 9, 0.2)), to(rgba(84, 59, 9, 0.2)));
        background: linear-gradient(0deg, rgba(84, 59, 9, 0.2), rgba(84, 59, 9, 0.2));
        -webkit-box-shadow: 0px 2.304px 5.76px rgba(0, 0, 0, .4);
        box-shadow: 0px 2.304px 5.76px rgba(0, 0, 0, .4)
    }

    .social-aside li a img {
        width: 23px
    }
}

.social-aside li+li {
    margin-top: 10px
}

@media(max-width: 768px) {
    .social-aside li+li {
        margin-top: 7px
    }
}

.exp-list {
    margin: 169px 0 160px 0
}

@media(min-width: 768px) {
    .exp-list {
        display: none
    }
}

@media(max-width: 360px) {
    .exp-list {
        margin: 100px 0
    }
}

.exp-list .mainsc__exp-list {
    max-width: 400px;
    margin: 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 40px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.exp-list .mainsc__exp-list li {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 40px)/2);
    flex: 1 1 calc((100% - 40px)/2);
    max-width: calc((100% - 40px)/2);
    min-width: auto
}

@media(max-width: 360px) {
    .exp-list .mainsc__exp-list {
        gap: 20px
    }

    .exp-list .mainsc__exp-list li .counts {
        font-size: 42px;
        line-height: 60px
    }

    .exp-list .mainsc__exp-list li .descr {
        font-size: 16px;
        line-height: 21px
    }
}

.social-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 20px;
    gap: 20px;
    height: 73px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    cursor: pointer;
    background: url("../images/youtube-link-bg.svg"), radial-gradient(63.44% 49.32% at 50.22% 100%, rgba(72, 72, 80, 0.5) 0%, rgba(72, 72, 80, 0) 100%) padding-box, -webkit-gradient(linear, left top, left bottom, from(#141418), to(#141418)) padding-box, radial-gradient(ellipse at 50% 100%, #7f8085 0%, #363942 75%) border-box;
    background: url("../images/youtube-link-bg.svg"), radial-gradient(63.44% 49.32% at 50.22% 100%, rgba(72, 72, 80, 0.5) 0%, rgba(72, 72, 80, 0) 100%) padding-box, linear-gradient(#141418, #141418) padding-box, radial-gradient(ellipse at 50% 100%, #7f8085 0%, #363942 75%) border-box;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0)
}

@media(min-width: 992px) {
    .social-link:hover {
        background: url("../images/youtube-link-bg.svg"), radial-gradient(63.44% 49.32% at 50.22% 100%, rgba(72, 72, 80, 0.3) 0%, rgba(72, 72, 80, 0) 100%) padding-box, -webkit-gradient(linear, left top, left bottom, from(#141418), to(#141418)) padding-box, radial-gradient(ellipse at 50% 100%, #7f8085 0%, #363942 75%) border-box;
        background: url("../images/youtube-link-bg.svg"), radial-gradient(63.44% 49.32% at 50.22% 100%, rgba(72, 72, 80, 0.3) 0%, rgba(72, 72, 80, 0) 100%) padding-box, linear-gradient(#141418, #141418) padding-box, radial-gradient(ellipse at 50% 100%, #7f8085 0%, #363942 75%) border-box
    }

    .social-link:active {
        background: url("../images/youtube-link-bg.svg"), -webkit-gradient(linear, left top, left bottom, from(#141418), to(#141418)) padding-box, radial-gradient(ellipse at 50% 100%, #7f8085 0%, #363942 75%) border-box;
        background: url("../images/youtube-link-bg.svg"), linear-gradient(#141418, #141418) padding-box, radial-gradient(ellipse at 50% 100%, #7f8085 0%, #363942 75%) border-box
    }
}

.social-link p {
    margin-right: 19px;
    text-align: left
}

@media(max-width: 420px) {
    .social-link p {
        margin-right: 10px
    }
}

@media(max-width: 380px) {
    .social-link p {
        margin-right: 0
    }
}

.social-link p span {
    white-space: nowrap
}

.social-link p span:first-child {
    display: block;
    font-weight: 600;
    font-size: 18px;
    line-height: 23px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.86%, #ffffff), color-stop(75%, #c2c2c2));
    background: linear-gradient(180deg, #ffffff 17.86%, #c2c2c2 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    margin-bottom: 4px
}

@media(max-width: 400px) {
    .social-link p span:first-child {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 0
    }
}

.social-link p span:last-child {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.86%, rgba(255, 255, 255, 0.4)), color-stop(75%, rgba(194, 194, 194, 0.4)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 17.86%, rgba(194, 194, 194, 0.4) 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 400px) {
    .social-link p span:last-child {
        font-size: 12px;
        line-height: 16px
    }
}

@media(max-width: 360px) {
    .social-link {
        padding: 10px 14px;
        height: auto
    }

    .social-link img:first-child {
        width: 20px
    }

    .social-link img:last-child {
        width: 30px
    }
}

.breadcrumbs .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px
}

.breadcrumbs .container a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 300;
    font-size: 14px;
    line-height: 80%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.07%, rgba(232, 232, 232, 0.7)), to(rgba(128, 128, 129, 0.7)));
    background: linear-gradient(180deg, rgba(232, 232, 232, 0.7) 24.07%, rgba(128, 128, 129, 0.7) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.breadcrumbs .container span {
    font-size: 14px;
    line-height: 80%;
    font-weight: 500;
    color: #fff
}

.header {
    padding: 30px 0
}

@media(max-width: 340px) {
    .header {
        padding: 20px 0
    }
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px;
    gap: 20px;
    width: 100%;
    background: rgba(41, 41, 44, .1);
    border: 1px solid #29292c;
    -webkit-box-shadow: inset 0px 0px 30px rgba(41, 41, 44, .7);
    box-shadow: inset 0px 0px 30px rgba(41, 41, 44, .7);
    border-radius: 10px
}

.header__logo {
    min-width: 69px;
    width: 69px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.header__logo img {
    width: 100%;
    height: 100%
}

@media(min-width: 992px) {
    .header__logo-mb {
        display: none
    }
}

@media(max-width: 320px) {
    .header__logo {
        min-width: 50px;
        width: 50px
    }
}

.header__mb-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 45px
}

@media(min-width: 992px) {
    .header__mb-bottom {
        display: none
    }
}

@media(max-width: 420px) {
    .header__mb-bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 30px
    }
}

.header__mb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

@media(max-width: 992px) {
    .header__mb-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        min-height: 100dvh;
        overflow-y: auto;
        height: 100dvh;
        background-color: #101013;
        padding: 30px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 26px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        opacity: 0;
        z-index: -1;
        -webkit-transition: all .3s ease;
        transition: all .3s ease
    }

    .header__mb-wrapper.active {
        opacity: 1;
        z-index: 999
    }

    .header__mb-wrapper .header__logo {
        min-width: 96px;
        width: 96px
    }
}

.header__info-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media(max-width: 1200px) {
    .header__info-box {
        gap: 10px
    }
}

@media(max-width: 1100px) {
    .header__info-box .header__info {
        display: none
    }
}

.header__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6px
}

.header__info a {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px
}

@media(min-width: 992px) {
    .header__info a:hover {
        color: #fff
    }

    .header__info a:active {
        color: #cbcbcb
    }
}

@media(max-width: 992px) {
    .header__info a:active {
        color: #fff
    }
}

.header__info span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: rgba(203, 203, 203, .5)
}

.header__nav-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px
}

@media(max-width: 1300px) {
    .header__nav-menu {
        gap: 20px
    }
}

@media(max-width: 992px) {
    .header__nav-menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 30px
    }
}

.header__nav-menu li {
    cursor: pointer;
    position: relative
}

.header__nav-menu li.menu-item-has-children a {
    position: relative;
    padding-right: 18px;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.header__nav-menu li.menu-item-has-children a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url("../images/arrow-open.svg")
}

@media(min-width: 992px) {
    .header__nav-menu li:hover .sub-menu {
        display: block
    }
}

.header__nav-menu li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px
}

@media(min-width: 992px) {
    .header__nav-menu li a:hover {
        color: #fff
    }

    .header__nav-menu li a:active {
        color: #cbcbcb
    }
}

@media(max-width: 992px) {
    .header__nav-menu li a:active {
        color: #fff
    }
}

.header__nav-menu .current-menu-item a:not(.sub-menu a) {
    padding: 10px 20px;
    height: 40px;
    background: #2b2b2e;
    border: 1px solid #53565d;
    -webkit-box-shadow: inset 0px 4px 16px #53565d;
    box-shadow: inset 0px 4px 16px #53565d;
    border-radius: 30px
}

.header__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

@media(max-width: 1360px) {
    .header__social-list {
        display: none
    }
}

@media(max-width: 992px) {
    .header__social-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header__social-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 8px;
    width: 30px;
    height: 30px;
    background: #2b2b2e;
    border: 1px solid #53565d;
    -webkit-box-shadow: inset 0px 4px 16px #53565d;
    box-shadow: inset 0px 4px 16px #53565d;
    border-radius: 30px
}

@media(min-width: 992px) {
    .header__social-list li a:hover {
        background: rgba(43, 43, 46, .6)
    }

    .header__social-list li a:active {
        background: #2b2b2e
    }
}

.header__auctions-link {
    font-weight: 600
}

@media(max-width: 768px) {
    .header__auctions-link {
        font-size: 15px;
        padding: 14px 12px
    }
}

.header__open-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    width: 46px;
    height: 46px;
    background: #2b2b2e;
    border: 1px solid #53565d;
    -webkit-box-shadow: inset 0px 4px 16px #53565d;
    box-shadow: inset 0px 4px 16px #53565d;
    border-radius: 8px
}

@media(min-width: 992px) {
    .header__open-menu {
        display: none
    }
}

.header__open-menu:active {
    background: rgba(43, 43, 46, .6)
}

.header__close-menu {
    position: absolute;
    top: 26px;
    right: 20px;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 992px) {
    .header__close-menu {
        display: none
    }
}

.sub-menu {
    display: none;
    position: absolute;
    z-index: 1000;
    background-color: #222;
    padding: 10px 20px;
    border-radius: 10px;
    border: 1px solid #4a4a4a;
    top: 25px;
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content
}

.sub-menu::before {
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 10px
}

@media(min-width: 992px) {
    .sub-menu:hover {
        display: block
    }
}

.sub-menu li a {
    min-width: -webkit-max-content;
    min-width: -moz-max-content;
    min-width: max-content;
    padding-right: 0 !important
}

.sub-menu li a::after {
    display: none
}

.sub-menu li+li {
    margin-top: 5px
}

@media(max-width: 992px) {
    .sub-menu {
        position: relative;
        top: auto;
        padding: 20px 0 0 30px;
        border: none;
        background-color: rgba(0, 0, 0, 0)
    }

    .sub-menu li+li {
        margin-top: 20px
    }

    .sub-menu.active {
        display: block
    }
}

.mainsc {
    position: relative;
    margin: 30px 0 200px 0
}

@media(max-width: 768px) {
    .mainsc {
        margin: 50px 0 107px 0
    }
}

@media(max-width: 430px) {
    .mainsc {
        margin-top: 30px
    }
}

.mainsc .container {
    max-width: 1828px
}

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

.mainsc-cars {
    position: relative;
    margin: 61px auto 15px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.mainsc-cars picture {
    width: 100%;
    height: 100%
}

.mainsc-cars img {
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

@media(max-width: 992px) {
    .mainsc-cars img {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.mainsc__title {
    font-weight: 400;
    font-size: 100px;
    line-height: 128px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.64%, #ffffff), color-stop(76.36%, #7f7b70));
    background: linear-gradient(180deg, #ffffff 23.64%, #7f7b70 76.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1300px) {
    .mainsc__title {
        font-size: 84px;
        line-height: 110px
    }
}

@media(max-width: 1200px) {
    .mainsc__title {
        font-size: 74px;
        line-height: 100px
    }
}

@media(max-width: 992px) {
    .mainsc__title {
        font-size: 62px;
        line-height: 86px
    }
}

@media(max-width: 768px) {
    .mainsc__title {
        font-size: 36px;
        line-height: 1;
        margin-bottom: 10px
    }
}

@media(max-width: 430px) {
    .mainsc__title {
        font-size: 32px;
        margin-bottom: 5px
    }
}

@media(max-width: 390px) {
    .mainsc__title {
        font-size: 26px
    }
}

.mainsc__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #63636a
}

@media(max-width: 768px) {
    .mainsc__subtitle {
        font-size: 18px;
        line-height: 23px;
        max-width: 360px;
        width: 100%;
        margin: 0 auto
    }
}

@media(max-width: 390px) {
    .mainsc__subtitle {
        font-size: 14px;
        line-height: 19px;
        max-width: 280px
    }
}

.mainsc__play-video {
    position: absolute;
    left: 50%;
    top: calc(50% - 60px);
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background-color: rgba(0, 0, 0, 0)
}

@media(min-width: 992px) {
    .mainsc__play-video:hover svg path {
        fill: #f5b026
    }

    .mainsc__play-video:hover svg .rect-bg {
        fill: #262627
    }

    .mainsc__play-video:active svg path {
        fill: #f4b031
    }

    .mainsc__play-video:active svg .rect-bg {
        fill: #2b2b2e
    }
}

@media(max-width: 992px) {
    .mainsc__play-video {
        width: 54px;
        height: 54px;
        top: calc(50% - 50px)
    }
}

@media(max-width: 992px) {
    .mainsc:active svg path {
        fill: #f5b026
    }

    .mainsc:active svg .rect-bg {
        fill: #262627
    }
}

.mainsc__submit {
    margin: 0 auto;
    -webkit-transform: translateY(-35px);
    -ms-transform: translateY(-35px);
    transform: translateY(-35px)
}

@media(max-width: 992px) {
    .mainsc__submit {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.mainsc__exp-list {
    max-width: 1174px;
    width: 100%;
    margin: 50px auto 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 60px
}

@media(max-width: 1400px) {
    .mainsc__exp-list {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 1200px) {
    .mainsc__exp-list {
        gap: 40px
    }
}

@media(max-width: 992px) {
    .mainsc__exp-list {
        gap: 0
    }
}

@media(max-width: 768px) {
    .mainsc__exp-list {
        display: none
    }
}

.mainsc__exp-list li {
    min-width: 180px
}

@media(max-width: 900px) {
    .mainsc__exp-list li {
        min-width: 170px
    }
}

.mainsc__exp-list li .counts {
    font-size: 66px;
    line-height: 84px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #bfb4b2), color-stop(81.36%, rgba(191, 180, 178, 0.05)));
    background: linear-gradient(180deg, #bfb4b2 10%, rgba(191, 180, 178, 0.05) 81.36%);
    font-weight: 400;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.mainsc__exp-list li .descr {
    font-size: 18px;
    line-height: 23px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.64%, #ffffff), color-stop(76.36%, #7f7b70));
    background: linear-gradient(180deg, #ffffff 23.64%, #7f7b70 76.36%);
    font-weight: 400;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.popcars {
    margin: 200px 0;
    overflow: hidden
}

@media(max-width: 768px) {
    .popcars {
        margin: 107px 0 168px 0
    }
}

@media(max-width: 360px) {
    .popcars {
        margin: 100px 0
    }
}

.popcars__title {
    margin-bottom: 20px
}

.popcars__tabs {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0px 20px;
    gap: 30px;
    margin: 0 auto 60px auto;
    background: rgba(41, 41, 44, .3);
    border-radius: 8px
}

@media(max-width: 768px) {
    .popcars__tabs {
        margin-bottom: 40px
    }
}

@media(max-width: 440px) {
    .popcars__tabs {
        gap: 15px;
        width: 100%;
        max-width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media(max-width: 410px) {
    .popcars__tabs {
        padding: 0 5px;
        gap: 10px
    }
}

@media(max-width: 320px) {
    .popcars__tabs {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.popcars__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 9px 10px 10px 10px;
    gap: 8px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #717171;
    border-top: 1px solid rgba(244, 176, 49, 0)
}

@media(max-width: 370px) {
    .popcars__tab {
        padding-inline: 5px;
        font-size: 14px;
        line-height: 17px
    }
}

@media(max-width: 320px) {
    .popcars__tab {
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

.popcars__tab.active {
    border-top: 1px solid #f4b031;
    color: #e8e5e0;
    background: url("../images/stars.png"), radial-gradient(51.42% 83.33% at 50% 0%, rgba(244, 176, 49, 0.3) 0%, rgba(244, 176, 49, 0) 100%)
}

.popcars__tab.active circle {
    stroke: #e8e5e0
}

.popcars__tab.active path {
    fill: #e8e5e0
}

.popcars__tab .defcolor {
    fill: #7c7a7a !important
}

.popcars__tab-content {
    display: none
}

.popcars__tab-content.active {
    display: block
}

.popcars__tab-content .swiper {
    padding-bottom: 48px
}

@media(max-width: 992px) {
    .popcars__tab-content .swiper {
        padding-bottom: 0
    }
}

@media(max-width: 768px) {
    .popcars__tab-content .swiper {
        overflow: visible !important
    }
}

.popcars__tab-content .swiper-button-prev {
    left: 30px
}

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

.popcars__tab-content .swiper-button-prev,
.popcars__tab-content .swiper-button-next {
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-68px);
    -ms-transform: translateY(-68px);
    transform: translateY(-68px)
}

.popcars__tab-content .swiper-button-prev img,
.popcars__tab-content .swiper-button-next img {
    width: 100%;
    height: 100%
}

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

@media(max-width: 992px) {

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

.popcars__tab-content .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    bottom: 0;
    width: 100%
}

@media(max-width: 992px) {
    .popcars__tab-content .swiper-pagination {
        display: none
    }
}

.popcars__tab-content .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 18px;
    height: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.07%, #e8e8e8), to(#808081));
    background: linear-gradient(180deg, #e8e8e8 24.07%, #808081 100%);
    opacity: .5
}

.popcars__tab-content .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    background-color: #101013;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%
}

.popcars__tab-content .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(84, 59, 9, .2);
    -webkit-box-shadow: inset 0px 0px 4px #543b09;
    box-shadow: inset 0px 0px 4px #543b09;
    border: 1px solid #8f6615
}

.popcars__tab-content .swiper-pagination .swiper-pagination-bullet-active::before {
    background-color: #f5b031
}

.popcars__card {
    position: relative;
    padding: 20px;
    width: 100%;
    max-width: 375px;
    border-radius: 20px;
    background: radial-gradient(70.77% 86.12% at 53.26% 0%, rgba(126, 126, 128, 0.36) 0%, rgba(126, 126, 128, 0) 100%), #141417
}

@media(max-width: 1400px) {
    .popcars__card {
        border-radius: 5.3050397878%;
        max-width: 100%
    }
}

.popcars__card-border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.popcars__card-image {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px
}

.popcars__card-image img {
    width: 100%;
    height: 100%;
    border-radius: 14px;
    aspect-ratio: 338/232
}

.popcars__card-label {
    position: absolute;
    top: 6px;
    right: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    background: #33250c;
    border-radius: 100px;
    font-weight: 300;
    font-size: 12px;
    line-height: 50%;
    text-align: right;
    color: #f4b031;
    border: 1px solid #f4b031
}

.popcars__card-info h3 {
    font-weight: 400;
    text-align: left;
    margin-bottom: 4px
}

.popcars__card-infolist {
    margin-bottom: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.popcars__card-infolist li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px;
    height: 33px;
    border-radius: 100px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1;
    text-align: right;
    color: #f9f9fa;
    background: -webkit-gradient(linear, left top, right top, from(#454546), to(#2d2d2f)) padding-box, -webkit-gradient(linear, left top, right top, from(#77777a), to(#595960)) border-box;
    background: linear-gradient(90deg, #454546 0%, #2d2d2f 100%) padding-box, linear-gradient(90deg, #77777a, #595960) border-box;
    border: 1px solid rgba(0, 0, 0, 0)
}

.popcars__card-infolist2 {
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.popcars__card-infolist2 li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #88888a;
    white-space: nowrap
}

.popcars__card-infolist2 li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 24px;
    height: 24px;
    background: linear-gradient(217.78deg, #141416 13.95%, #1a1a1c 83.32%);
    border: 1px solid #49494c;
    border-radius: 50%
}

@media(max-width: 390px) {
    .popcars__card-infolist2 {
        gap: 10px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .popcars__card-infolist2 li {
        font-size: 14px;
        line-height: 17px
    }
}

.popcars__card-price-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 0 13px;
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: rgba(95, 95, 97, .7)
}

.popcars__card-price-title span {
    position: relative;
    width: 100%;
    height: 0px;
    border: 1px solid rgba(95, 95, 97, .2)
}

.popcars__card-price-title span::before {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background: rgba(95, 95, 97, .4)
}

.popcars__card-price-title span.l::before {
    left: -10px
}

.popcars__card-price-title span.r::before {
    right: -10px
}

.popcars__card-price {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #48484b
}

.popcars__card-price span {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.86%, #ffffff), color-stop(75%, #c2c2c2));
    background: linear-gradient(180deg, #ffffff 17.86%, #c2c2c2 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1500px) {
    .popcars__card-price span {
        font-size: 26px;
        line-height: 35px
    }
}

@media(max-width: 370px) {
    .popcars__card-price span {
        font-size: 22px;
        line-height: 30px
    }
}

.popcars__card-price-btn {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 14px 10px;
    height: 48px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, .4);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, .4);
    border-radius: 10px;
    cursor: pointer;
    z-index: 100;
    background: -webkit-gradient(linear, left top, right top, from(#2a2a2d), to(#2a2a2d)) padding-box, -webkit-gradient(linear, left top, right top, from(#3a3d45), to(#7f8085)) border-box;
    background: linear-gradient(90deg, #2a2a2d 0%, #2a2a2d 100%) padding-box, linear-gradient(90deg, #3a3d45, #7f8085) border-box;
    border: 1px solid rgba(0, 0, 0, 0)
}

.popcars__card-price-btn span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.86%, #ffffff), color-stop(75%, #c2c2c2));
    background: linear-gradient(180deg, #ffffff 17.86%, #c2c2c2 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(min-width: 992px) {
    .popcars__card-price-btn:hover {
        background: -webkit-gradient(linear, left top, right top, from(#2a2a2d), to(#2a2a2d)) padding-box, -webkit-gradient(linear, left top, right top, from(#7f8085), to(#7f8085)) border-box;
        background: linear-gradient(90deg, #2a2a2d 0%, #2a2a2d 100%) padding-box, linear-gradient(90deg, #7f8085, #7f8085) border-box
    }

    .popcars__card-price-btn:active {
        -webkit-box-shadow: none;
        box-shadow: none;
        background: -webkit-gradient(linear, left top, right top, from(#2a2a2d), to(#2a2a2d)) padding-box, -webkit-gradient(linear, left top, right top, from(#7f8085), to(#7f8085)) border-box;
        background: linear-gradient(90deg, #2a2a2d 0%, #2a2a2d 100%) padding-box, linear-gradient(90deg, #7f8085, #7f8085) border-box
    }
}

.benfs {
    position: relative;
    margin: 200px 0 243px 0
}

@media(max-width: 768px) {
    .benfs {
        margin: 160px 0
    }
}

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

.benfs__top-title {
    margin-bottom: 20px
}

.benfs__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #81818a;
    margin-bottom: 120px
}

@media(max-width: 768px) {
    .benfs__subtitle {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 50px;
        max-width: 400px;
        width: 100%;
        margin: 0 auto 50px auto
    }
}

.benfs__items {
    max-width: 1386px;
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 100px
}

@media(max-width: 1200px) {
    .benfs__items {
        gap: 60px
    }
}

@media(max-width: 992px) {
    .benfs__items {
        gap: 40px
    }
}

@media(max-width: 860px) {
    .benfs__items {
        gap: 40px 20px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 768px) {
    .benfs__items {
        max-width: 480px
    }
}

.benfs__item {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 200px)/3);
    flex: 1 1 calc((100% - 200px)/3);
    max-width: calc((100% - 200px)/3)
}

@media(max-width: 1200px) {
    .benfs__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 120px)/3);
        flex: 1 1 calc((100% - 120px)/3);
        max-width: calc((100% - 120px)/3)
    }
}

@media(max-width: 992px) {
    .benfs__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 80px)/3);
        flex: 1 1 calc((100% - 80px)/3);
        max-width: calc((100% - 80px)/3)
    }
}

@media(max-width: 860px) {
    .benfs__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 60px)/3);
        flex: 1 1 calc((100% - 60px)/3);
        max-width: calc((100% - 60px)/3);
        text-align: center
    }
}

@media(max-width: 768px) {
    .benfs__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 40px)/2);
        flex: 1 1 calc((100% - 40px)/2);
        max-width: calc((100% - 40px)/2);
        text-align: center;
        max-width: 190px
    }
}

@media(max-width: 370px) {
    .benfs__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

.benfs__item-icon {
    margin: -95px
}

@media(max-width: 768px) {
    .benfs__item-icon {
        width: 180px
    }
}

.benfs__item-title {
    margin: 20px 0 18px 0;
    font-weight: 400;
    font-size: 34px;
    line-height: 120%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.86%, #ffffff), color-stop(75%, #c2c2c2));
    background: linear-gradient(180deg, #ffffff 17.86%, #c2c2c2 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 768px) {
    .benfs__item-title {
        font-size: 22px;
        margin-bottom: 18px;
        margin-top: 45px
    }
}

.benfs__item-text {
    font-weight: 400;
    font-size: 19px;
    line-height: 120%;
    color: #5c5d62;
    max-width: 382px
}

@media(max-width: 768px) {
    .benfs__item-text {
        font-size: 15px
    }
}

.mform {
    position: relative;
    padding: 60px 30px;
    max-width: 1568px;
    width: calc(100% - 120px);
    border-radius: 30px;
    overflow: hidden;
    margin: 200px auto 144px auto;
    background: url("../images/form-bg.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#141418), to(#141418)) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
    background: url("../images/form-bg.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), linear-gradient(#141418, #141418) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0)
}

@media(max-width: 1200px) {
    .mform {
        width: calc(100% - 48px)
    }
}

@media(max-width: 768px) {
    .mform {
        border-radius: 30px;
        padding: 40px 20px;
        width: calc(100% - 40px);
        margin: 161px auto 120px auto
    }
}

@media(max-width: 576px) {
    .mform {
        width: 100%;
        background: url("../images/form-bg-mb.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#141418), to(#141418)) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
        background: url("../images/form-bg-mb.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), linear-gradient(#141418, #141418) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box
    }
}

.mform__wrapper {
    max-width: 600px;
    width: 100%;
    margin: 0 auto
}

.mform__title {
    position: relative;
    z-index: 5;
    margin-bottom: 60px;
    font-size: 68px;
    line-height: 100%
}

@media(max-width: 992px) {
    .mform__title {
        font-size: 52px;
        margin-bottom: 50px
    }
}

@media(max-width: 768px) {
    .mform__title {
        font-size: 28px;
        margin-bottom: 40px
    }
}

.mform__form {
    position: relative;
    z-index: 5;
    margin-bottom: 10px
}

.mform .form-social {
    position: relative;
    z-index: 5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 30px
}

.mform .form-social a {
    width: 100%
}

@media(max-width: 768px) {
    .mform .form-social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }
}

.form .form-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 20px;
    gap: 10px;
    width: 100%;
    height: 48px;
    background: radial-gradient(128.64% 100% at 50.22% 100%, rgba(72, 72, 80, 0.5) 0%, rgba(72, 72, 80, 0) 100%), #1b1b1d;
    border-radius: 10px;
    font-weight: 300;
    font-size: 16px;
    line-height: 100%;
    color: #82828c;
    background: radial-gradient(128.64% 100% at 50.22% 100%, rgba(72, 72, 80, 0.5) 0%, rgba(72, 72, 80, 0) 100%) padding-box, -webkit-gradient(linear, left top, left bottom, from(#1b1b1d), to(#1b1b1d)) padding-box, radial-gradient(ellipse at 50% 100%, #7f8085 0%, #363942 75%) border-box;
    background: radial-gradient(128.64% 100% at 50.22% 100%, rgba(72, 72, 80, 0.5) 0%, rgba(72, 72, 80, 0) 100%) padding-box, linear-gradient(#1b1b1d, #1b1b1d) padding-box, radial-gradient(ellipse at 50% 100%, #7f8085 0%, #363942 75%) border-box;
    border: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: all .1s linear;
    transition: all .1s linear
}

.form .form-input:focus {
    background: radial-gradient(128.64% 100% at 50.22% 100%, rgba(85, 85, 95, 0.6) 0%, rgba(72, 72, 80, 0) 100%) padding-box, -webkit-gradient(linear, left top, left bottom, from(#1b1b1d), to(#1b1b1d)) padding-box, radial-gradient(ellipse at 50% 100%, #d1d2d5 0%, #4a4d55 100%) border-box;
    background: radial-gradient(128.64% 100% at 50.22% 100%, rgba(85, 85, 95, 0.6) 0%, rgba(72, 72, 80, 0) 100%) padding-box, linear-gradient(#1b1b1d, #1b1b1d) padding-box, radial-gradient(ellipse at 50% 100%, #d1d2d5 0%, #4a4d55 100%) border-box;
    -webkit-box-shadow: 0 0 8px rgba(127, 128, 133, .3);
    box-shadow: 0 0 8px rgba(127, 128, 133, .3)
}

.form .form-input+.form-input {
    margin-top: 10px
}

.form .form-agree {
    max-width: 500px;
    font-weight: 200;
    font-size: 16px;
    line-height: 100%;
    text-align: center;
    color: #81818a;
    margin: 20px auto 30px auto
}

.form .form-submit {
    width: 100%;
    margin-top: 30px
}

.scheme {
    margin: 144px 0 0 0;
    padding-bottom: 250px;
    overflow: hidden
}

@media(max-width: 768px) {
    .scheme {
        padding-bottom: 214px;
        margin-top: 120px
    }
}

@media(max-width: 576px) {
    .scheme .container {
        padding: 0 14px
    }
}

.scheme__top-title {
    margin-bottom: 20px
}

.scheme__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #81818a;
    margin-bottom: 120px
}

@media(max-width: 992px) {
    .scheme__subtitle {
        max-width: 620px;
        margin: 0 auto 80px auto
    }
}

@media(max-width: 768px) {
    .scheme__subtitle {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 50px;
        max-width: 400px;
        width: 100%;
        margin: 0 auto 60px auto
    }
}

.scheme__items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1386px;
    width: 100%;
    margin: 0 auto;
    background: #101013;
    border-radius: 20px;
    background: -webkit-gradient(linear, left top, left bottom, from(#101013), to(#101013)) padding-box, radial-gradient(circle at 0% 0%, #ffffff 0%, transparent 30%) border-box, radial-gradient(circle at 100% 100%, #ffffff 0%, transparent 30%) border-box, -webkit-gradient(linear, left top, left bottom, from(#505256), to(#505256)) border-box;
    background: linear-gradient(#101013, #101013) padding-box, radial-gradient(circle at 0% 0%, #ffffff 0%, transparent 30%) border-box, radial-gradient(circle at 100% 100%, #ffffff 0%, transparent 30%) border-box, linear-gradient(#505256, #505256) border-box;
    border: 7px solid rgba(0, 0, 0, 0)
}

.scheme__items .light {
    position: absolute;
    z-index: -1;
    -webkit-transform: translateY(-22%);
    -ms-transform: translateY(-22%);
    transform: translateY(-22%)
}

@media(max-width: 992px) {
    .scheme__items .light {
        -webkit-transform: translateY(-12.6%);
        -ms-transform: translateY(-12.6%);
        transform: translateY(-12.6%)
    }
}

@media(min-width: 992px) {
    .scheme__items .light.mb {
        display: none
    }
}

@media(max-width: 992px) {
    .scheme__items .light.dt {
        display: none
    }
}

@media(max-width: 768px) {
    .scheme__items {
        border-radius: 10px;
        border: 4px solid rgba(0, 0, 0, 0)
    }
}

.scheme__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.3333333333%;
    flex: 1 1 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 100px 32px 40px 50px;
    border-radius: 10px;
    border: 1px solid #1d1e23
}

@media(max-width: 992px) {
    .scheme__item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
        flex: 1 1 50%;
        max-width: 50%
    }
}

.scheme__item img {
    margin-bottom: 40px
}

.scheme__item-title {
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(33.33%, #d2d2d2), color-stop(75%, #8a8a8a));
    background: linear-gradient(180deg, #d2d2d2 33.33%, #8a8a8a 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.scheme__item-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    color: #81818a
}

@media(max-width: 768px) {
    .scheme__item {
        padding: 30px 15px 15px 15px
    }

    .scheme__item img {
        width: 29px;
        margin-bottom: 20px
    }

    .scheme__item-title {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 10px
    }

    .scheme__item-text {
        font-size: 14px;
        line-height: 18px
    }
}

@media(max-width: 360px) {
    .scheme__item {
        padding: 20px 10px 10px 10px
    }

    .scheme__item img {
        width: 24px;
        margin-bottom: 12px
    }

    .scheme__item-title {
        font-size: 17px;
        line-height: 21px;
        margin-bottom: 10px
    }

    .scheme__item-text {
        font-size: 12px;
        line-height: 15px
    }
}

.team {
    margin-bottom: 250px;
    overflow: hidden
}

@media(max-width: 768px) {
    .team {
        margin-bottom: 150px
    }
}

.team__top-title {
    margin-bottom: 20px
}

.team__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #81818a;
    margin-bottom: 80px
}

@media(max-width: 992px) {
    .team__subtitle {
        max-width: 620px;
        margin: 0 auto 60px auto
    }
}

@media(max-width: 768px) {
    .team__subtitle {
        font-size: 18px;
        line-height: 23px;
        max-width: 400px;
        width: 100%;
        margin: 0 auto 40px auto
    }
}

@media(max-width: 992px) {
    .team__nav {
        position: relative;
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 30px
    }
}

.team__slider {
    position: relative;
    padding-bottom: 48px !important
}

@media(max-width: 992px) {
    .team__slider {
        padding-bottom: 0 !important
    }
}

@media(max-width: 768px) {
    .team__slider {
        overflow: visible !important
    }
}

.team__slider .swiper-button-prev {
    left: 10px
}

.team__slider .swiper-button-next {
    right: 10px
}

.team__slider .swiper-button-prev,
.team__slider .swiper-button-next {
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    transform: translateY(-22px)
}

.team__slider .swiper-button-prev img,
.team__slider .swiper-button-next img {
    width: 100%;
    height: 100%
}

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

@media(max-width: 992px) {

    .team__slider .swiper-button-prev,
    .team__slider .swiper-button-next {
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        margin: 0
    }
}

.team__slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    bottom: 0;
    width: 100%
}

@media(max-width: 992px) {
    .team__slider .swiper-pagination {
        position: relative;
        bottom: auto;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}

.team__slider .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 18px;
    height: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.07%, #e8e8e8), to(#808081));
    background: linear-gradient(180deg, #e8e8e8 24.07%, #808081 100%);
    opacity: .5
}

.team__slider .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    background-color: #101013;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%
}

.team__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(84, 59, 9, .2);
    -webkit-box-shadow: inset 0px 0px 4px #543b09;
    box-shadow: inset 0px 0px 4px #543b09;
    border: 1px solid #8f6615
}

.team__slider .swiper-pagination .swiper-pagination-bullet-active::before {
    background-color: #f5b031
}

.team__slide {
    padding: 20px;
    background: radial-gradient(70.77% 86.12% at 53.26% 0%, rgba(126, 126, 128, 0.36) 0%, rgba(126, 126, 128, 0) 100%), #141417;
    border-radius: 20px;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0);
    background: radial-gradient(70.77% 86.12% at 53.26% 0%, rgba(126, 126, 128, 0.36) 0%, rgba(126, 126, 128, 0) 100%) padding-box, -webkit-gradient(linear, left top, left bottom, from(#141417), to(#141417)) padding-box, radial-gradient(80% 100% at 53.26% 0%, rgba(255, 255, 255, 0.5) 0%, transparent 80%) border-box, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.05)), to(rgba(255, 255, 255, 0.05))) border-box;
    background: radial-gradient(70.77% 86.12% at 53.26% 0%, rgba(126, 126, 128, 0.36) 0%, rgba(126, 126, 128, 0) 100%) padding-box, linear-gradient(#141417, #141417) padding-box, radial-gradient(80% 100% at 53.26% 0%, rgba(255, 255, 255, 0.5) 0%, transparent 80%) border-box, linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05)) border-box
}

.team__slide-image {
    border-radius: 10px;
    margin-bottom: 16px
}

.team__slide-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.86%, #ffffff), color-stop(75%, #c2c2c2));
    background: linear-gradient(180deg, #ffffff 17.86%, #c2c2c2 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    margin-bottom: 4px
}

.team__slide-descr {
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.86%, #ffffff), color-stop(75%, #c2c2c2));
    background: linear-gradient(180deg, #ffffff 17.86%, #c2c2c2 75%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    opacity: .5
}

.reviews {
    position: relative;
    margin: 250px 0
}

@media(max-width: 768px) {
    .reviews {
        margin: 186px 0 164px 0
    }
}

@media(max-width: 576px) {
    .reviews .container {
        padding: 0
    }
}

.reviews-bg {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 992px) {
    .reviews-bg {
        height: 100%
    }
}

@media(max-width: 576px) {
    .reviews-bg {
        height: auto
    }
}

@media(min-width: 576px) {
    .reviews-bg.mb {
        display: none
    }
}

@media(max-width: 576px) {
    .reviews-bg.dt {
        display: none
    }
}

.reviews__top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.reviews__top-title img {
    -webkit-box-shadow: -4px 4px 30px rgba(0, 0, 0, .5);
    box-shadow: -4px 4px 30px rgba(0, 0, 0, .5);
    border-radius: 1000px
}

@media(max-width: 768px) {
    .reviews__top-title img {
        width: 96px;
        height: 96px
    }
}

@media(max-width: 576px) {
    .reviews__title {
        padding: 0 20px
    }
}

@media(max-width: 340px) {
    .reviews__title {
        padding: 0 12px
    }
}

.reviews__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #81818a;
    margin-bottom: 80px
}

@media(max-width: 992px) {
    .reviews__subtitle {
        max-width: 620px;
        margin: 0 auto 60px auto
    }
}

@media(max-width: 768px) {
    .reviews__subtitle {
        font-size: 18px;
        line-height: 23px;
        max-width: 400px;
        width: 100%;
        margin: 0 auto 50px auto
    }
}

@media(max-width: 576px) {
    .reviews__subtitle {
        padding: 0 20px
    }
}

@media(max-width: 340px) {
    .reviews__subtitle {
        padding: 0 12px
    }
}

@media(max-width: 576px) {
    .reviews__slider-box {
        padding: 0 20px;
        overflow: hidden
    }
}

@media(max-width: 340px) {
    .reviews__slider-box {
        padding: 0 12px
    }
}

.reviews__slider {
    padding-bottom: 58px !important
}

@media(max-width: 576px) {
    .reviews__slider {
        padding-bottom: 48px !important;
        overflow: visible !important
    }
}

.reviews__slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.reviews__slider .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 18px;
    height: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.07%, #e8e8e8), to(#808081));
    background: linear-gradient(180deg, #e8e8e8 24.07%, #808081 100%);
    opacity: .5
}

.reviews__slider .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    background-color: #101013;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%
}

.reviews__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(84, 59, 9, .2);
    -webkit-box-shadow: inset 0px 0px 4px #543b09;
    box-shadow: inset 0px 0px 4px #543b09;
    border: 1px solid #8f6615
}

.reviews__slider .swiper-pagination .swiper-pagination-bullet-active::before {
    background-color: #f5b031
}

.reviews__slide-content {
    margin-bottom: 20px
}

@media(max-width: 768px) {
    .reviews__slide-content {
        margin-bottom: 14px
    }
}

.reviews__slide-content p {
    position: relative;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.07%, #e8e8e8), to(#afafaf));
    background: linear-gradient(180deg, #e8e8e8 24.07%, #afafaf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 768px) {
    .reviews__slide-content p {
        font-size: 18px;
        line-height: 23px
    }
}

.reviews__slide-content button {
    margin-top: 5px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    color: #f5b031;
    background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 768px) {
    .reviews__slide-content button {
        font-size: 15px;
        line-height: 19px
    }
}

.reviews__slide-content.rev-hidden p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.reviews__buyer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

.reviews__buyer-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews__buyer-image img {
    border-radius: 50%
}

.reviews__buyers-info div {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.07%, #e8e8e8), to(#afafaf));
    background: linear-gradient(180deg, #e8e8e8 24.07%, #afafaf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    margin-bottom: 5px
}

.reviews__buyers-info span {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: rgba(143, 143, 145, .5)
}

.bayers {
    position: relative;
    margin: 250px 0
}

@media(max-width: 768px) {
    .bayers {
        margin: 186px 0 164px 0
    }
}

@media(max-width: 576px) {
    .bayers .container {
        padding: 0
    }
}

.bayers-bg {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media(max-width: 992px) {
    .bayers-bg {
        height: 100%
    }
}

@media(max-width: 576px) {
    .bayers-bg {
        height: auto
    }
}

@media(min-width: 576px) {
    .bayers-bg.mb {
        display: none
    }
}

@media(max-width: 576px) {
    .bayers-bg.dt {
        display: none
    }
}

.bayers__top-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px
}

.bayers__top-title img {
    -webkit-box-shadow: -4px 4px 30px rgba(0, 0, 0, .5);
    box-shadow: -4px 4px 30px rgba(0, 0, 0, .5);
    border-radius: 1000px
}

@media(max-width: 768px) {
    .bayers__top-title img {
        width: 96px;
        height: 96px
    }
}

@media(max-width: 576px) {
    .bayers__title {
        padding: 0 20px
    }
}

@media(max-width: 340px) {
    .bayers__title {
        padding: 0 12px
    }
}

.bayers__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #81818a;
    margin-bottom: 80px
}

@media(max-width: 992px) {
    .bayers__subtitle {
        max-width: 620px;
        margin: 0 auto 60px auto
    }
}

@media(max-width: 768px) {
    .bayers__subtitle {
        font-size: 18px;
        line-height: 23px;
        max-width: 400px;
        width: 100%;
        margin: 0 auto 50px auto
    }
}

@media(max-width: 576px) {
    .bayers__subtitle {
        padding: 0 20px
    }
}

@media(max-width: 340px) {
    .bayers__subtitle {
        padding: 0 12px
    }
}

@media(max-width: 576px) {
    .bayers__slider-box {
        padding: 0 20px;
        overflow: hidden
    }
}

@media(max-width: 340px) {
    .bayers__slider-box {
        padding: 0 12px
    }
}

.bayers__slider {
    padding-bottom: 58px !important
}

@media(max-width: 576px) {
    .bayers__slider {
        padding-bottom: 48px !important;
        overflow: visible !important
    }
}

.bayers__slider .swiper-button-prev {
    left: 10px
}

.bayers__slider .swiper-button-next {
    right: 10px
}

.bayers__slider .swiper-button-prev,
.bayers__slider .swiper-button-next {
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateY(-22px);
    -ms-transform: translateY(-22px);
    transform: translateY(-22px)
}

.bayers__slider .swiper-button-prev img,
.bayers__slider .swiper-button-next img {
    width: 100%;
    height: 100%
}

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

@media(max-width: 992px) {

    .bayers__slider .swiper-button-prev,
    .bayers__slider .swiper-button-next {
        bottom: auto;
        left: auto;
        right: auto;
        top: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        position: relative;
        margin: 0
    }
}

.bayers__slider .swiper-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    position: absolute;
    bottom: 0;
    width: 100%
}

.bayers__slider .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 18px;
    height: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.07%, #e8e8e8), to(#808081));
    background: linear-gradient(180deg, #e8e8e8 24.07%, #808081 100%);
    opacity: .5
}

.bayers__slider .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    background-color: #101013;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%
}

.bayers__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(84, 59, 9, .2);
    -webkit-box-shadow: inset 0px 0px 4px #543b09;
    box-shadow: inset 0px 0px 4px #543b09;
    border: 1px solid #8f6615
}

.bayers__slider .swiper-pagination .swiper-pagination-bullet-active::before {
    background-color: #f5b031
}

.bayers__slide-image {
    margin-bottom: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bayers__slide-image img {
    border-radius: 10px;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover
}

.bayers__slide-carname {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.07%, #e8e8e8), to(#afafaf));
    background: linear-gradient(180deg, #e8e8e8 24.07%, #afafaf 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-align: left;
    margin-bottom: 5px
}

.bayers__slide-price {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #f5b031;
    text-align: left;
    margin-bottom: 5px
}

.bayers__slide-name {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    font-size: 14px;
    color: #666
}

.subscribe {
    margin: 250px 0 80px 0
}

@media(max-width: 768px) {
    .subscribe {
        margin: 160px 0 80px 0
    }
}

.subscribe .container {
    max-width: 1755px
}

.subscribe__youtube-box {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px 30px 30px 60px;
    gap: 15px;
    background: url("../images/youtube-bg.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#141418), to(#141418)) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
    background: url("../images/youtube-bg.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), linear-gradient(#141418, #141418) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0)
}

@media(max-width: 900px) {
    .subscribe__youtube-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        gap: 15px;
        text-align: center
    }
}

@media(max-width: 768px) {
    .subscribe__youtube-box {
        margin-bottom: 30px;
        padding: 45px 15px
    }
}

@media(max-width: 576px) {
    .subscribe__youtube-box {
        background: url("../images/youtube-bg-mb.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#141418), to(#141418)) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
        background: url("../images/youtube-bg-mb.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), linear-gradient(#141418, #141418) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box
    }
}

.subscribe__youtube-content {
    max-width: 721px;
    width: 100%
}

.subscribe__youtube-title {
    font-weight: 300;
    font-size: 68px;
    line-height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.64%, #ffffff), color-stop(76.36%, #b0b0b1));
    background: linear-gradient(180deg, #ffffff 23.64%, #b0b0b1 76.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    margin-bottom: 20px
}

@media(max-width: 1400px) {
    .subscribe__youtube-title {
        font-size: 52px
    }
}

@media(max-width: 1200px) {
    .subscribe__youtube-title {
        font-size: 48px
    }
}

@media(max-width: 768px) {
    .subscribe__youtube-title {
        font-size: 28px
    }
}

.subscribe__youtube-subtitle {
    max-width: 525px;
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    line-height: 100%;
    color: #81818a
}

@media(max-width: 900px) {
    .subscribe__youtube-subtitle {
        margin: 0 auto
    }
}

@media(max-width: 768px) {
    .subscribe__youtube-subtitle {
        font-size: 16px
    }
}

.subscribe__youtube-link {
    margin-top: 100px
}

@media(max-width: 900px) {
    .subscribe__youtube-link {
        margin: 40px auto 0 auto
    }
}

.subscribe__youtube-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.subscribe__gallery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px
}

@media(max-width: 768px) {
    .subscribe__gallery {
        gap: 8px
    }
}

.subscribe__gallery-item {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.subscribe__gallery-item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.subscribe__gallery-item:nth-child(1),
.subscribe__gallery-item:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 30px)/2);
    flex: 1 1 calc((100% - 30px)/2);
    max-width: calc((100% - 30px)/2);
    border-radius: 30px;
    aspect-ratio: 803/448
}

@media(max-width: 768px) {

    .subscribe__gallery-item:nth-child(1),
    .subscribe__gallery-item:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 8px)/2);
        flex: 1 1 calc((100% - 8px)/2);
        max-width: calc((100% - 8px)/2);
        border-radius: 10px
    }
}

.subscribe__gallery-item:nth-child(3),
.subscribe__gallery-item:nth-child(4),
.subscribe__gallery-item:nth-child(5) {
    border-radius: 20px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 60px)/3);
    flex: 1 1 calc((100% - 60px)/3);
    max-width: calc((100% - 60px)/3);
    aspect-ratio: 523/294
}

@media(max-width: 768px) {

    .subscribe__gallery-item:nth-child(3),
    .subscribe__gallery-item:nth-child(4),
    .subscribe__gallery-item:nth-child(5) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 16px)/3);
        flex: 1 1 calc((100% - 16px)/3);
        max-width: calc((100% - 16px)/3);
        border-radius: 8px
    }
}

.socialnet {
    position: relative;
    padding: 160px 0 215px 0;
    overflow: hidden
}

@media(max-width: 768px) {
    .socialnet {
        padding: 80px 0 110px 0
    }
}

.socialnet-bg {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    -webkit-transform: translateY(-45%) translateX(-10%);
    -ms-transform: translateY(-45%) translateX(-10%);
    transform: translateY(-45%) translateX(-10%)
}

@media(max-width: 992px) {
    .socialnet-bg {
        -webkit-transform: translateY(-65%);
        -ms-transform: translateY(-65%);
        transform: translateY(-65%)
    }
}

.socialnet-bg.mb {
    display: none
}

@media(max-width: 768px) {
    .socialnet-bg.dt {
        display: none
    }

    .socialnet-bg.mb {
        display: block
    }
}

.socialnet .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 1755px;
    gap: 40px
}

@media(max-width: 992px) {
    .socialnet .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0
    }
}

.socialnet__content {
    position: relative;
    z-index: 10;
    text-align: left;
    max-width: 583px;
    min-width: 570px;
    width: 100%
}

@media(max-width: 1200px) {
    .socialnet__content {
        max-width: 480px;
        min-width: 480px
    }
}

@media(max-width: 992px) {
    .socialnet__content {
        max-width: 100%;
        min-width: auto;
        text-align: center;
        padding: 0 24px
    }
}

@media(max-width: 768px) {
    .socialnet__content {
        padding: 0 20px
    }
}

@media(max-width: 340px) {
    .socialnet__content {
        padding: 0 12px
    }
}

.socialnet__top-title {
    margin-left: 0;
    margin-bottom: 20px
}

@media(max-width: 992px) {
    .socialnet__top-title {
        margin-left: auto
    }
}

.socialnet__title {
    margin-bottom: 10px;
    text-align: left
}

@media(max-width: 992px) {
    .socialnet__title {
        text-align: center
    }
}

.socialnet__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    color: #81818a
}

@media(max-width: 768px) {
    .socialnet__subtitle {
        font-size: 18px;
        line-height: 23px;
        max-width: 400px;
        margin: 0 auto
    }
}

.socialnet__list {
    max-width: 310px;
    width: 100%;
    margin-top: 70px
}

.socialnet__list li a {
    width: 100%
}

.socialnet__list li+li {
    margin-top: 15px
}

@media(max-width: 992px) {
    .socialnet__list {
        max-width: 576px;
        margin-inline: auto
    }
}

.socialnet__slider-box {
    max-width: 842px;
    width: 100%;
    padding-right: 72px
}

@media(max-width: 1600px) {
    .socialnet__slider-box {
        max-width: 740px
    }
}

@media(max-width: 1400px) {
    .socialnet__slider-box {
        max-width: 540px
    }
}

@media(max-width: 992px) {
    .socialnet__slider-box {
        max-width: 100%;
        padding-right: 0;
        overflow: hidden;
        padding: 0 24px
    }
}

@media(max-width: 768px) {
    .socialnet__slider-box {
        padding: 0 20px
    }
}

@media(max-width: 340px) {
    .socialnet__slider-box {
        padding: 0 12px
    }
}

.socialnet__nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 40px
}

@media(max-width: 992px) {
    .socialnet__nav {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.socialnet__slider {
    overflow: visible !important
}

.socialnet__slider .swiper-slide {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
}

.socialnet__slider .swiper-slide:has(~.swiper-slide-prev) {
    opacity: 0
}

.socialnet__slider .swiper-slide-prev {
    opacity: 0
}

.socialnet__slider .swiper-button-prev,
.socialnet__slider .swiper-button-next {
    position: relative;
    width: 38px;
    height: 38px;
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: auto;
    right: auto;
    margin: 0;
    top: auto;
    bottom: auto
}

.socialnet__slider .swiper-button-prev img,
.socialnet__slider .swiper-button-next img {
    width: 100%;
    height: 100%
}

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

.socialnet__slider .swiper-pagination {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin-right: 60px
}

@media(max-width: 992px) {
    .socialnet__slider .swiper-pagination {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0;
        margin-right: 0
    }
}

.socialnet__slider .swiper-pagination .swiper-pagination-bullet {
    position: relative;
    width: 18px;
    height: 18px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(24.07%, #e8e8e8), to(#808081));
    background: linear-gradient(180deg, #e8e8e8 24.07%, #808081 100%);
    opacity: .5
}

.socialnet__slider .swiper-pagination .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    background-color: #101013;
    width: 10px;
    height: 10px;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    border-radius: 50%
}

.socialnet__slider .swiper-pagination .swiper-pagination-bullet-active {
    background: rgba(84, 59, 9, .2);
    -webkit-box-shadow: inset 0px 0px 4px #543b09;
    box-shadow: inset 0px 0px 4px #543b09;
    border: 1px solid #8f6615
}

.socialnet__slider .swiper-pagination .swiper-pagination-bullet-active::before {
    background-color: #f5b031
}

.socialnet__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.socialnet__slide img {
    width: 100%;
    height: 100%;
    border-radius: 40px
}

.mainserv {
    position: relative;
    margin: 100px 0 290px 0
}

.mainserv .container {
    position: relative
}

@media(max-width: 992px) {
    .mainserv {
        margin: 80px 0 64px 0
    }
}

.mainserv-bg {
    position: absolute;
    left: 0;
    top: 64%;
    z-index: -1;
    -webkit-transform: translateX(-470px) translateY(-51%);
    -ms-transform: translateX(-470px) translateY(-51%);
    transform: translateX(-470px) translateY(-51%)
}

.mainserv-bg.mb {
    display: none
}

@media(max-width: 1600px) {
    .mainserv-bg {
        -webkit-transform: translateX(-390px) translateY(-55%);
        -ms-transform: translateX(-390px) translateY(-55%);
        transform: translateX(-390px) translateY(-55%)
    }
}

@media(max-width: 1200px) {
    .mainserv-bg {
        -webkit-transform: translateX(-300px) translateY(-65%);
        -ms-transform: translateX(-300px) translateY(-65%);
        transform: translateX(-300px) translateY(-65%)
    }
}

@media(max-width: 1100px) {
    .mainserv-bg {
        top: 0;
        -webkit-transform: translateX(-200px) translateY(4%);
        -ms-transform: translateX(-200px) translateY(4%);
        transform: translateX(-200px) translateY(4%)
    }
}

@media(max-width: 768px) {
    .mainserv-bg {
        top: -7%;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .mainserv-bg.dt {
        display: none
    }

    .mainserv-bg.mb {
        display: block
    }
}

@media(max-width: 440px) {
    .mainserv-bg {
        top: -5%
    }
}

@media(max-width: 400px) {
    .mainserv-bg {
        top: 0
    }
}

.mainserv .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media(max-width: 1100px) {
    .mainserv .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.mainserv__content {
    width: 100%;
    max-width: 100%
}

.mainserv__top-title {
    margin-left: 0;
    margin-bottom: 40px
}

.mainserv__title-box {
    margin-bottom: 60px
}

@media(max-width: 992px) {
    .mainserv__title-box {
        padding-left: 20px
    }
}

@media(max-width: 768px) {
    .mainserv__title-box {
        margin-bottom: 35px
    }
}

@media(max-width: 390px) {
    .mainserv__title-box {
        padding-left: 0
    }
}

.mainserv__title {
    margin-bottom: 20px;
    position: relative;
    font-weight: 300;
    font-size: 80px;
    line-height: 100%;
    text-transform: uppercase;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.64%, #ffffff), color-stop(76.36%, #b0b0b1));
    background: linear-gradient(180deg, #ffffff 23.64%, #b0b0b1 76.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1600px) {
    .mainserv__title {
        font-size: 68px
    }
}

@media(max-width: 1300px) {
    .mainserv__title {
        font-size: 56px
    }
}

@media(max-width: 768px) {
    .mainserv__title {
        font-size: 38px
    }
}

.mainserv__title .first-part {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 10px
}

.mainserv__title .sec-part {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    padding-left: 58px
}

@media(max-width: 1600px) {
    .mainserv__title .sec-part {
        padding-left: 50px
    }
}

@media(max-width: 1300px) {
    .mainserv__title .sec-part {
        padding-left: 40px
    }
}

@media(max-width: 992px) {
    .mainserv__title .sec-part {
        padding-left: 30px
    }
}

@media(max-width: 410px) {
    .mainserv__title .sec-part {
        padding-left: 15px
    }
}

@media(max-width: 370px) {
    .mainserv__title .sec-part {
        padding-left: 0
    }
}

@media(max-width: 350px) {
    .mainserv__title .sec-part {
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.mainserv__title .icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.mainserv__title .icons div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 992px) {
    .mainserv__title .icons img {
        width: 35px;
        height: 35px
    }
}

@media(max-width: 768px) {
    .mainserv__title .icons {
        gap: 6px
    }

    .mainserv__title .icons img {
        width: 27px;
        height: 27px
    }
}

@media(max-width: 350px) {
    .mainserv__title .icons {
        display: none
    }
}

.mainserv__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #81818a;
    padding-left: 60px;
    max-width: 595px
}

@media(max-width: 1600px) {
    .mainserv__subtitle {
        padding-left: 50px
    }
}

@media(max-width: 1300px) {
    .mainserv__subtitle {
        padding-left: 40px
    }
}

@media(max-width: 1100px) {
    .mainserv__subtitle {
        max-width: 600px
    }
}

@media(max-width: 768px) {
    .mainserv__subtitle {
        font-size: 16px;
        line-height: 20px;
        padding-left: 60px;
        max-width: 363px
    }
}

@media(max-width: 350px) {
    .mainserv__subtitle {
        padding-left: 0
    }
}

.mainserv__card-wrapper {
    max-width: 655px;
    width: 100%
}

@media(max-width: 768px) {
    .mainserv__card-wrapper {
        max-width: 100%
    }
}

.mainserv__card {
    position: relative;
    padding: 20px;
    max-width: 377px;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(84, 59, 9, 0.2)), to(rgba(84, 59, 9, 0.2)));
    background: linear-gradient(0deg, rgba(84, 59, 9, 0.2), rgba(84, 59, 9, 0.2));
    border-radius: 10px;
    margin-left: auto;
    margin-right: 79px
}

.mainserv__card::before {
    content: "";
    position: absolute;
    background: url("../images/gold-card-bg.png") no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

@media(max-width: 1300px) {
    .mainserv__card {
        margin-right: 0
    }
}

@media(max-width: 992px) {
    .mainserv__card {
        margin-left: 0
    }
}

@media(max-width: 768px) {
    .mainserv__card {
        position: relative;
        max-width: 100%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(84, 59, 9, 0.2)), to(rgba(84, 59, 9, 0.2)));
        background: linear-gradient(0deg, rgba(84, 59, 9, 0.2), rgba(84, 59, 9, 0.2))
    }
}

.mainserv__card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from 180deg at 50% 50%, #f2c690 0%, #f5632a 11%, #f2c690 30%, #f5632a 49%, rgba(246, 170, 77, 0.25) 65%, #f2c690 77%, #f2c690 100%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1
}

.mainserv__card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: .04em;
    color: #fff;
    text-align: left
}

@media(max-width: 400px) {
    .mainserv__card-title {
        font-size: 18px;
        line-height: 22px
    }
}

.mainserv__card-subtitle span {
    display: block
}

.mainserv__card-subtitle span:first-child {
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #fff
}

@media(max-width: 420px) {
    .mainserv__card-subtitle span:first-child {
        font-size: 24px;
        line-height: 28px
    }
}

@media(max-width: 360px) {
    .mainserv__card-subtitle span:first-child {
        font-size: 20px;
        line-height: 25px
    }
}

.mainserv__card-subtitle span:last-child {
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: hsla(0, 0%, 100%, .4)
}

.mainserv__form-wrapper {
    position: relative;
    padding: 30px;
    max-width: 643px;
    width: 100%;
    margin-top: 63px;
    background: url("../images/formserv-bg.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#141418), to(#141418)) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
    background: url("../images/formserv-bg.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), linear-gradient(#141418, #141418) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0)
}

@media(max-width: 1100px) {
    .mainserv__form-wrapper {
        margin-top: 0;
        max-width: 100%
    }
}

.mainserv__form-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 15px
}

.mainserv__form-subtitle {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: hsla(0, 0%, 100%, .5);
    margin-bottom: 40px
}

.mainserv__form .form-agree {
    margin: 10px auto 30px auto
}

.mainserv .form-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

.mainserv .form-social a {
    width: 100%
}

@media(max-width: 1300px) {
    .mainserv .form-social {
        gap: 20px
    }
}

@media(max-width: 1200px) {
    .mainserv .form-social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }
}

.servabout {
    position: relative;
    margin: 183px 0 274px 0
}

@media(max-width: 768px) {
    .servabout {
        margin: 64px 0 200px 0
    }
}

.servabout .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 94px
}

@media(min-width: 1400px) {
    .servabout .container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width: 1200px) {
    .servabout .container {
        gap: 60px
    }
}

@media(max-width: 992px) {
    .servabout .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 768px) {
    .servabout .container {
        gap: 30px
    }
}

.servabout-bg {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.servabout-bg.mb {
    display: none
}

@media(max-width: 768px) {
    .servabout-bg {
        right: auto;
        left: 0;
        width: 100%
    }

    .servabout-bg.dt {
        display: none
    }

    .servabout-bg.mb {
        display: block
    }
}

.servabout-light {
    position: absolute;
    z-index: -1;
    -webkit-transform: translateY(-22.8%) translateX(-12.3%);
    -ms-transform: translateY(-22.8%) translateX(-12.3%);
    transform: translateY(-22.8%) translateX(-12.3%)
}

@media(max-width: 992px) {
    .servabout-light {
        -webkit-transform: translateY(-11%) translateX(-4%);
        -ms-transform: translateY(-11%) translateX(-4%);
        transform: translateY(-11%) translateX(-4%)
    }
}

.servabout-light.mb {
    display: none
}

@media(max-width: 992px) {
    .servabout-light.mb {
        display: block
    }
}

@media(max-width: 992px) {
    .servabout-light.dt {
        display: none
    }
}

.servabout__image-wrapper {
    position: relative;
    max-width: 700px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media(max-width: 992px) {
    .servabout__image-wrapper {
        max-width: 100%
    }
}

.servabout__image {
    position: relative;
    width: 100%;
    aspect-ratio: 700/673
}

.servabout__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px
}

@media(max-width: 768px) {
    .servabout__image img {
        border-radius: 10px
    }
}

@media(max-width: 992px) {
    .servabout__image {
        max-width: 100%
    }
}

.servabout__content {
    padding-top: 45px
}

@media(max-width: 1500px) {
    .servabout__content {
        padding-top: 0
    }
}

.servabout__title-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.servabout__title-image img {
    -webkit-box-shadow: -4px 4px 30px rgba(0, 0, 0, .5);
    box-shadow: -4px 4px 30px rgba(0, 0, 0, .5);
    border-radius: 1000px
}

@media(max-width: 992px) {
    .servabout__title-image {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 768px) {
    .servabout__title-image img {
        width: 96px;
        height: 96px
    }
}

.servabout__title {
    text-align: left;
    margin-bottom: 80px
}

@media(max-width: 1400px) {
    .servabout__title {
        margin-bottom: 50px
    }
}

@media(max-width: 992px) {
    .servabout__title {
        text-align: center
    }
}

.servabout__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #81818a
}

.servabout__text p+p {
    margin-top: 20px
}

@media(max-width: 768px) {
    .servabout__text {
        font-size: 18px;
        line-height: 23px
    }
}

.faq {
    margin: 80px 0 180px 0
}

@media(max-width: 768px) {
    .faq {
        margin-bottom: 70px
    }
}

.faq__top-title {
    margin-bottom: 10px
}

.faq__subtitle {
    margin-bottom: 80px;
    text-align: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #81818a
}

@media(max-width: 768px) {
    .faq__subtitle {
        font-size: 18px;
        line-height: 23px;
        max-width: 420px;
        width: 100%;
        margin: 0 auto 50px auto
    }
}

.faq__list {
    max-width: 1172px;
    width: 100%;
    margin: 0 auto
}

.faq__list li+li {
    margin-top: 20px
}

.faq__list-item {
    background: rgba(26, 26, 29, .4);
    border: 1px solid #282a2f;
    border-radius: 10px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.faq__list-title {
    padding: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    cursor: pointer;
    gap: 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.64%, #ffffff), color-stop(76.36%, #dad7d0));
    background: linear-gradient(180deg, #ffffff 23.64%, #dad7d0 76.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.faq__list-title button {
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    width: 36px;
    height: 36px;
    border: 1px solid #40434b;
    border-radius: 8px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

@media(max-width: 768px) {
    .faq__list-title {
        padding: 20px;
        font-size: 18px;
        line-height: 23px
    }
}

@media(max-width: 440px) {
    .faq__list-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.faq__list-text {
    font-weight: 300;
    font-size: 18px;
    line-height: 23px;
    padding-right: 95px;
    padding-left: 30px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.64%, rgba(255, 255, 255, 0.5)), color-stop(76.36%, rgba(218, 215, 208, 0.5)));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 23.64%, rgba(218, 215, 208, 0.5) 76.36%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0);
    height: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    opacity: 0;
    z-index: -1
}

@media(max-width: 768px) {
    .faq__list-text {
        padding-right: 85px;
        padding-left: 20px;
        font-size: 15px;
        line-height: 19px
    }
}

.faq__list-item.active {
    background: radial-gradient(22.42% 100% at 86.1% 0%, rgba(224, 224, 224, 0.11) 0%, rgba(255, 255, 255, 0.02) 55.97%, rgba(255, 255, 255, 0) 100%), #1a1a1d
}

.faq__list-item.active .faq__list-text {
    height: auto;
    padding-bottom: 30px;
    opacity: 1;
    z-index: 1
}

.faq__list-item.active button {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.faq__list-item.active .faq__list-title {
    padding-bottom: 25px
}

@media(max-width: 768px) {
    .faq__list-item.active .faq__list-title {
        padding-bottom: 10px
    }
}

.wemap {
    position: relative;
    margin: 60px 0 220px 0
}

.wemap-bg {
    position: absolute;
    z-index: -1;
    top: -100%;
    width: 100%
}

.wemap-bg.mb {
    display: none
}

@media(max-width: 768px) {
    .wemap-bg.mb {
        display: block
    }
}

@media(max-width: 768px) {
    .wemap-bg.dt {
        display: none
    }
}

@media(max-width: 1200px) {
    .wemap-bg {
        top: -65%
    }
}

@media(max-width: 768px) {
    .wemap-bg {
        top: -120%
    }
}

.wemap__top-title {
    margin-bottom: 20px
}

.wemap__subtitle {
    text-align: center;
    margin-bottom: 80px;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #81818a
}

@media(max-width: 768px) {
    .wemap__subtitle {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 50px
    }
}

.wemap__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 100%;
    min-height: 512px;
    background: -webkit-gradient(linear, right top, left top, from(rgba(16, 16, 19, 0)), color-stop(66.43%, rgba(16, 16, 19, 0.77)), color-stop(73.93%, rgba(16, 16, 19, 0.85)), color-stop(83.19%, rgba(16, 16, 19, 0.9)), to(rgba(16, 16, 19, 0.98))), url(image.png);
    background: linear-gradient(270deg, rgba(16, 16, 19, 0) 0%, rgba(16, 16, 19, 0.77) 66.43%, rgba(16, 16, 19, 0.85) 73.93%, rgba(16, 16, 19, 0.9) 83.19%, rgba(16, 16, 19, 0.98) 100%), url(image.png);
    -webkit-filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.5));
    border-radius: 20px;
    overflow: hidden;
    border: 1px solid #81818a
}

.wemap__wrapper iframe {
    min-height: 512px
}

@media(max-width: 992px) {
    .wemap__wrapper {
        min-height: 726px
    }

    .wemap__wrapper iframe {
        min-height: 726px
    }
}

.wemap__cards {
    position: absolute;
    padding: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    height: 100%
}

@media(max-width: 992px) {
    .wemap__cards {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding: 40px 20px
    }
}

@media(max-width: 768px) {
    .wemap__cards {
        width: 100%
    }
}

.wemap__card {
    position: relative;
    padding: 20px;
    max-width: 377px;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(47, 33, 3, 0.98)), to(rgba(65, 43, 0, 0.47))), url(/pti.png) #333 0px 0px/100% 100% no-repeat;
    background: linear-gradient(0deg, rgba(47, 33, 3, 0.98) 0%, rgba(65, 43, 0, 0.47) 100%), url(/pti.png) #333 0px 0px/100% 100% no-repeat;
    border-radius: 10px;
    min-width: 377px
}

@media(max-width: 1300px) {
    .wemap__card {
        margin-right: 0
    }
}

@media(max-width: 992px) {
    .wemap__card {
        margin-left: 0
    }
}

@media(max-width: 768px) {
    .wemap__card {
        position: relative;
        max-width: 100%;
        width: 100%;
        min-width: auto;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(84, 59, 9, 0.2)), to(rgba(84, 59, 9, 0.2)));
        background: linear-gradient(0deg, rgba(84, 59, 9, 0.2), rgba(84, 59, 9, 0.2))
    }
}

.wemap__card::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: conic-gradient(from 180deg at 50% 50%, #f2c690 0%, #f5632a 11%, #f2c690 30%, #f5632a 49%, rgba(246, 170, 77, 0.25) 65%, #f2c690 77%, #f2c690 100%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1
}

.wemap__card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    letter-spacing: .04em;
    color: #fff;
    text-align: left
}

@media(max-width: 400px) {
    .wemap__card-title {
        font-size: 18px;
        line-height: 22px
    }
}

.wemap__card-subtitle div {
    display: block;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
    color: #fff
}

.wemap__card-subtitle div b {
    display: block;
    font-size: 20px
}

@media(max-width: 420px) {
    .wemap__card-subtitle div {
        font-size: 24px;
        line-height: 28px
    }

    .wemap__card-subtitle div b {
        font-size: 18px
    }
}

@media(max-width: 360px) {
    .wemap__card-subtitle div {
        font-size: 20px;
        line-height: 25px
    }

    .wemap__card-subtitle div b {
        font-size: 16px
    }
}

.wemap__card-subtitle span {
    display: block;
    font-weight: 300;
    font-size: 13px;
    line-height: 17px;
    color: hsla(0, 0%, 100%, .4)
}

.bid {
    position: relative;
    margin: 209px 0 206px 0
}

@media(max-width: 768px) {
    .bid {
        margin: 85px 0 120px 0
    }
}

.bid-light {
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    -webkit-transform: translateY(-16%);
    -ms-transform: translateY(-16%);
    transform: translateY(-16%)
}

@media(max-width: 768px) {
    .bid-light {
        -webkit-transform: translateY(110%);
        -ms-transform: translateY(110%);
        transform: translateY(110%)
    }
}

.bid .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 70px
}

@media(max-width: 992px) {
    .bid .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.bid__image {
    max-width: 720px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bid__image img {
    width: 100%
}

@media(max-width: 992px) {
    .bid__image {
        max-width: 100%
    }
}

.bid__content {
    max-width: 774px;
    width: 100%
}

.bid__content-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -30px
}

@media(max-width: 992px) {
    .bid__content-logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 768px) {
    .bid__content-logo {
        margin: -15px
    }

    .bid__content-logo img {
        width: 151px
    }
}

.bid__title {
    margin-top: 12px;
    margin-bottom: 40px;
    text-align: left
}

@media(max-width: 992px) {
    .bid__title {
        text-align: center
    }
}

@media(max-width: 768px) {
    .bid__title {
        margin-bottom: 20px
    }
}

.bid__content-text {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #81818a;
    margin-bottom: 40px
}

.bid__content-text p+p {
    margin-top: 16px
}

@media(max-width: 768px) {
    .bid__content-text {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 20px
    }

    .bid__content-text p+p {
        margin-top: 10px
    }
}

.bid__content-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px
}

@media(max-width: 992px) {
    .bid__content-social {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .bid__content-social .btn1 {
        margin: 0;
        width: 100%
    }
}

@media(max-width: 768px) {
    .bid__content-social {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 10px
    }
}

.contract {
    margin: 206px 0 250px 0
}

@media(max-width: 576px) {
    .contract {
        margin: 120px 0 150px 0
    }

    .contract .container {
        padding: 0
    }
}

.contract__inner {
    padding: 60px;
    background: url("../images/form-bg.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#141418), to(#141418)) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
    background: url("../images/form-bg.png") center/cover no-repeat padding-box, radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), linear-gradient(#141418, #141418) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 20px
}

@media(max-width: 768px) {
    .contract__inner {
        padding: 30px
    }
}

@media(max-width: 410px) {
    .contract__inner {
        padding-inline: 20px
    }
}

.contract__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -30px
}

@media(max-width: 768px) {
    .contract__logo {
        margin: -15px
    }

    .contract__logo img {
        width: 151px
    }
}

.contract__title {
    margin-top: 12px;
    margin-bottom: 40px
}

.contract__text {
    font-weight: 300;
    font-size: 20px;
    line-height: 26px;
    color: #81818a;
    max-width: 800px;
    text-align: center;
    margin: 0 auto
}

.contract__text p+p {
    margin-top: 16px
}

@media(max-width: 768px) {
    .contract__text {
        font-size: 18px;
        line-height: 23px
    }

    .contract__text p+p {
        margin-top: 10px
    }
}

.car-search {
    position: relative;
    margin: 250px 0 351px 0
}

@media(max-width: 768px) {
    .car-search {
        margin: 150px 0 250px 0
    }
}

.car-search .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 74px
}

@media(max-width: 992px) {
    .car-search .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 768px) {
    .car-search .container {
        gap: 60px
    }
}

.car-search-light {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%)
}

.car-search__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -30px
}

@media(max-width: 992px) {
    .car-search__logo {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media(max-width: 768px) {
    .car-search__logo {
        margin: -15px
    }

    .car-search__logo img {
        width: 151px
    }
}

.car-search__title {
    margin-top: 12px;
    margin-bottom: 40px;
    text-align: left
}

@media(max-width: 992px) {
    .car-search__title {
        text-align: center
    }
}

@media(max-width: 768px) {
    .car-search__title {
        margin-bottom: 30px
    }
}

.car-search__text {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #81818a
}

@media(max-width: 768px) {
    .car-search__text {
        font-size: 18px;
        line-height: 23px
    }
}

.car-search__image {
    max-width: 720px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.car-search__image img {
    width: 100%
}

@media(max-width: 992px) {
    .car-search__image {
        max-width: 100%
    }
}

.car-pickup {
    position: relative;
    margin: 484px 0 117px 0;
    text-align: center
}

@media(max-width: 768px) {
    .car-pickup {
        margin: 200px 0 107px 0
    }
}

.car-pickup-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    z-index: -1
}

@media(max-width: 768px) {
    .car-pickup-bg {
        -webkit-transform: translateY(0%);
        -ms-transform: translateY(0%);
        transform: translateY(0%);
        height: 100%
    }
}

.car-pickup__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -30px
}

@media(max-width: 768px) {
    .car-pickup__logo {
        margin: -15px
    }

    .car-pickup__logo img {
        width: 151px
    }
}

.car-pickup__title {
    margin-top: 12px;
    margin-bottom: 50px
}

.car-pickup__subtitle {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #81818a;
    max-width: 860px;
    width: 100%;
    margin: 0 auto 50px auto
}

@media(max-width: 768px) {
    .car-pickup__subtitle {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 20px
    }
}

.car-pickup__btns {
    max-width: 510px;
    margin: 0 auto
}

.car-pickup__submit {
    width: 100%;
    max-width: 100%
}

@media(max-width: 768px) {
    .car-pickup__submit {
        display: none
    }
}

.car-pickup__social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin-top: 30px
}

.car-pickup__social .btn1 {
    padding: 12px 15px;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
    width: 100%
}

@media(max-width: 768px) {
    .car-pickup__social {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 10px
    }
}

.car-delivery {
    margin: 351px 0 484px 0
}

@media(max-width: 768px) {
    .car-delivery {
        margin: 250px 0 200px 0
    }
}

.car-delivery__cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px
}

@media(max-width: 992px) {
    .car-delivery__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 768px) {
    .car-delivery__cards {
        gap: 11px
    }
}

.car-delivery__card {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 20px)/2);
    flex: 1 1 calc((100% - 20px)/2);
    max-width: calc((100% - 20px)/2);
    padding: 20px 20px 40px;
    padding: 14px 14px 34px 14px;
    background: radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.1) 0%, rgba(96, 96, 98, 0) 100%), #141418;
    border-radius: 20px;
    border: 6px solid rgba(0, 0, 0, 0)
}

@media(max-width: 992px) {
    .car-delivery__card {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .car-delivery__card {
        border: 3px solid rgba(0, 0, 0, 0);
        padding: 7px 7px 17px 7px
    }
}

.car-delivery__card:nth-child(1) {
    background: radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.1) 0%, rgba(96, 96, 98, 0) 100%) padding-box, -webkit-gradient(linear, left top, left bottom, from(#101013), to(#101013)) padding-box, radial-gradient(circle at 0% 0%, #ffffff 0%, transparent 30%) border-box, -webkit-gradient(linear, left top, left bottom, from(#505256), to(#505256)) border-box;
    background: radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.1) 0%, rgba(96, 96, 98, 0) 100%) padding-box, linear-gradient(#101013, #101013) padding-box, radial-gradient(circle at 0% 0%, #ffffff 0%, transparent 30%) border-box, linear-gradient(#505256, #505256) border-box
}

.car-delivery__card:nth-child(2) {
    background: radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.1) 0%, rgba(96, 96, 98, 0) 100%) padding-box, -webkit-gradient(linear, left top, left bottom, from(#101013), to(#101013)) padding-box, radial-gradient(circle at 100% 100%, #ffffff 0%, transparent 30%) border-box, -webkit-gradient(linear, left top, left bottom, from(#505256), to(#505256)) border-box;
    background: radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.1) 0%, rgba(96, 96, 98, 0) 100%) padding-box, linear-gradient(#101013, #101013) padding-box, radial-gradient(circle at 100% 100%, #ffffff 0%, transparent 30%) border-box, linear-gradient(#505256, #505256) border-box
}

.car-delivery__card .light {
    position: absolute;
    z-index: -1
}

@media(min-width: 992px) {
    .car-delivery__card .light.mb {
        display: none
    }
}

@media(max-width: 992px) {
    .car-delivery__card .light.dt {
        display: none
    }
}

.car-delivery__card .l-light {
    top: 0;
    left: 0;
    -webkit-transform: translateY(-24.7%) translateX(-13.5%);
    -ms-transform: translateY(-24.7%) translateX(-13.5%);
    transform: translateY(-24.7%) translateX(-13.5%)
}

@media(max-width: 992px) {
    .car-delivery__card .l-light {
        -webkit-transform: translateY(-25.4%) translateX(-4.8%);
        -ms-transform: translateY(-25.4%) translateX(-4.8%);
        transform: translateY(-25.4%) translateX(-4.8%)
    }
}

.car-delivery__card .r-light {
    right: 0;
    bottom: 0;
    -webkit-transform: translateY(24.7%) translateX(13.5%);
    -ms-transform: translateY(24.7%) translateX(13.5%);
    transform: translateY(24.7%) translateX(13.5%)
}

@media(max-width: 992px) {
    .car-delivery__card .r-light {
        -webkit-transform: translateY(25.4%) translateX(4.8%);
        -ms-transform: translateY(25.4%) translateX(4.8%);
        transform: translateY(25.4%) translateX(4.8%)
    }
}

.car-delivery__card-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.car-delivery__card-content {
    padding: 0 30px
}

@media(max-width: 1200px) {
    .car-delivery__card-content {
        padding: 0 15px
    }
}

.car-delivery__card-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px
}

.car-delivery__card-title div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: -23px
}

@media(max-width: 768px) {
    .car-delivery__card-title div {
        margin: -12px
    }

    .car-delivery__card-title div img {
        width: 75px
    }
}

.car-delivery__card-title h3 {
    font-weight: 300;
    font-size: 48px;
    line-height: 120%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(17.4%, #ffffff), to(#7f7b70));
    background: linear-gradient(180deg, #ffffff 17.4%, #7f7b70 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 1200px) {
    .car-delivery__card-title h3 {
        font-size: 36px
    }
}

@media(max-width: 768px) {
    .car-delivery__card-title {
        gap: 12px;
        margin-bottom: 10px
    }

    .car-delivery__card-title h3 {
        font-size: 24px;
        line-height: 32px
    }
}

.car-delivery__card-text {
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #81818a
}

@media(max-width: 768px) {
    .car-delivery__card-text {
        font-size: 12px;
        line-height: 15px
    }
}

.footer {
    padding: 30px 0
}

.footer__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 60px;
    border-bottom: 1px solid #404042;
    gap: 60px
}

@media(max-width: 1200px) {
    .footer__top {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width: 768px) {
    .footer__top {
        padding-bottom: 40px
    }
}

.footer__about {
    max-width: 377px;
    width: 100%
}

.footer__logo-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px
}

.footer__logo {
    width: 118px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__logo img {
    width: 100%;
    height: 100%
}

@media(max-width: 768px) {
    .footer__logo {
        width: 90px
    }
}

.footer__logo-text {
    font-weight: 500;
    font-size: 30px;
    line-height: 38px;
    text-align: center;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(23.64%, #ffffff), color-stop(76.36%, #b2aea3)), #ebebeb;
    background: linear-gradient(180deg, #ffffff 23.64%, #b2aea3 76.36%), #ebebeb;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

@media(max-width: 768px) {
    .footer__logo-text {
        font-size: 24px;
        line-height: 31px
    }
}

.footer__about-descr {
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #a1a1a8;
    margin-bottom: 83px
}

@media(max-width: 1200px) {
    .footer__about-descr {
        margin-bottom: 60px
    }
}

@media(max-width: 768px) {
    .footer__about-descr {
        margin-bottom: 30px
    }
}

.footer__social-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px
}

.footer__social-list li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px;
    width: 45px;
    height: 45px;
    background: #2b2b2e;
    border: 1px solid #53565d;
    -webkit-box-shadow: inset 0px 4px 16px #53565d;
    box-shadow: inset 0px 4px 16px #53565d;
    border-radius: 30px
}

.footer__social-list li a img {
    width: 100%;
    height: 100%
}

@media(min-width: 992px) {
    .footer__social-list li a:hover {
        background: rgba(43, 43, 46, .6)
    }

    .footer__social-list li a:active {
        background: #2b2b2e
    }
}

.footer__lists-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 140px;
    padding-top: 27px
}

@media(max-width: 1500px) {
    .footer__lists-box {
        gap: 100px
    }
}

@media(max-width: 1300px) {
    .footer__lists-box {
        gap: 80px
    }
}

@media(max-width: 1200px) {
    .footer__lists-box {
        gap: 60px
    }
}

@media(max-width: 768px) {
    .footer__lists-box {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 50px 20px
    }
}

.footer__lists-item {
    max-width: 237px
}

.footer__lists-item h3 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    margin-bottom: 40px
}

@media(max-width: 768px) {
    .footer__lists-item h3 {
        margin-bottom: 30px
    }
}

.footer__lists-item ul {
    font-weight: 400;
    font-size: 18px;
    line-height: 23px;
    color: #a1a1a8
}

.footer__lists-item ul li.tel {
    color: #d7d8db;
    font-size: 20px
}

.footer__lists-item ul li.address {
    font-size: 14px
}

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

@media(min-width: 992px) {
    .footer__lists-item ul li a:hover {
        color: #fff
    }

    .footer__lists-item ul li a:active {
        color: #cbcbcb
    }
}

@media(max-width: 992px) {
    .footer__lists-item ul li a:active {
        color: #fff
    }
}

@media(max-width: 768px) {

    .footer__lists-item:nth-child(1),
    .footer__lists-item:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 20px)/2);
        flex: 1 1 calc((100% - 20px)/2);
        max-width: calc((100% - 20px)/2)
    }

    .footer__lists-item:nth-child(3) {
        max-width: 100%;
        width: 100%
    }
}

@media(max-width: 390px) {

    .footer__lists-item:nth-child(1),
    .footer__lists-item:nth-child(2) {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

.footer__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 10px 0 10px;
    gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: rgba(161, 161, 168, .5)
}

.footer__bottom ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(min-width: 992px) {
    .footer__bottom ul li a:hover {
        color: #fff
    }

    .footer__bottom ul li a:active {
        color: #cbcbcb
    }
}

@media(max-width: 992px) {
    .footer__bottom ul li a:active {
        color: #fff
    }
}

@media(max-width: 768px) {
    .footer__bottom ul {
        gap: 20px
    }
}

@media(max-width: 768px) {
    .footer__bottom {
        padding: 40px 0 0 0
    }
}

.vmodal {
    position: relative;
    padding: 30px;
    isolation: isolate;
    max-width: 1400px;
    width: 100%;
    background: radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), #141418;
    -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, .3);
    box-shadow: 0px 0px 50px rgba(0, 0, 0, .3);
    border-radius: 20px
}

@media(max-width: 768px) {
    .vmodal {
        padding: 15px
    }
}

.vmodal-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.vmodal-wrapper.active {
    opacity: 1;
    z-index: 99999;
    visibility: visible
}

.vmodal__inner {
    background-color: #d9d9d9;
    border-radius: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    aspect-ratio: 1340/753
}

.vmodal__inner p {
    width: 100%
}

.vmodal__inner iframe {
    border-radius: 12px;
    aspect-ratio: 1340/753
}

.vmodal__close {
    position: absolute;
    right: 30px;
    top: 30px;
    background-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vmodal__close svg {
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .4);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, .4)
}

@media(max-width: 768px) {
    .vmodal__close {
        right: 15px;
        top: 15px;
        width: 40px;
        height: 40px
    }
}

.modal {
    position: relative;
    padding: 30px 0;
    max-width: 724px;
    width: 100%;
    overflow: hidden;
    background: radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), -webkit-gradient(linear, left top, left bottom, from(#141418), to(#141418)) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
    background: radial-gradient(49.33% 100% at 50% 0%, rgba(96, 96, 98, 0.2) 0%, rgba(96, 96, 98, 0) 100%), linear-gradient(#141418, #141418) padding-box, radial-gradient(ellipse at 50% 0%, #606062 0%, #1a1a20 75%) border-box;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0)
}

@media(max-width: 768px) {
    .modal {
        padding: 20px 0
    }
}

.modal-wrapper {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
    opacity: 0;
    z-index: -1;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.modal-wrapper.active {
    opacity: 1;
    z-index: 99999;
    visibility: visible
}

.modal__close {
    position: absolute;
    right: 20px;
    top: 30px;
    width: 20px;
    height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: rgba(0, 0, 0, 0)
}

@media(max-width: 768px) {
    .modal__close {
        top: 20px
    }
}

.modal__title {
    font-weight: 300;
    font-size: 48px;
    line-height: 61px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 50px;
    padding-inline: 20px
}

@media(max-width: 768px) {
    .modal__title {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 30px;
        padding-right: 50px
    }
}

@media(max-width: 576px) {
    .modal__title {
        font-size: 20px;
        line-height: 28px
    }
}

.modal__tabs {
    width: 100%;
    border-bottom: 1px solid rgba(113, 113, 113, .24);
    margin-bottom: 40px;
    padding-inline: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 50px
}

@media(max-width: 768px) {
    .modal__tabs {
        gap: 30px;
        margin-bottom: 30px;
        padding-inline: 20px
    }
}

.modal__tab {
    padding-bottom: 14px;
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 2px solid hsla(0, 0%, 100%, 0);
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: -0.05em;
    color: #cbcbcb
}

.modal__tab.active {
    color: #fff;
    border-bottom: 2px solid #fff
}

.modal__form-wrapper {
    padding-inline: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px
}

@media(max-width: 768px) {
    .modal__form-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        padding-inline: 20px
    }
}

.modal__form-inputs {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 60px)/2);
    flex: 1 1 calc((100% - 60px)/2);
    max-width: calc((100% - 60px)/2)
}

@media(max-width: 768px) {
    .modal__form-inputs {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

.modal__form-inputs label {
    display: block
}

.modal__form-inputs label span {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px
}

@media(max-width: 768px) {
    .modal__form-inputs label span {
        font-size: 12px;
        line-height: 15px;
        margin-bottom: 5px
    }
}

.modal__form-inputs label input {
    padding: 15px 0px;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #f4b031;
    background-color: rgba(0, 0, 0, 0);
    font-weight: 300;
    font-size: 16px;
    line-height: 20px;
    color: #cbcbcb
}

@media(max-width: 768px) {
    .modal__form-inputs label input {
        padding: 10px 0;
        height: auto
    }
}

.modal__form-inputs label+label {
    margin-top: 52px
}

@media(max-width: 768px) {
    .modal__form-inputs label+label {
        margin-top: 30px
    }
}

.modal__form-btns {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc((100% - 60px)/2);
    flex: 1 1 calc((100% - 60px)/2);
    max-width: calc((100% - 60px)/2)
}

@media(max-width: 768px) {
    .modal__form-btns {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

.modal__form-btns p {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 10px
}

.modal__form-socials {
    margin-bottom: 30px
}

.modal__form-socials a+a {
    margin-top: 10px
}

.modal__form-submit {
    width: 100%
}