@viewport {
    user-zoom: fixed
}

* {
    backface-visibility: hidden;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-style: normal;
    appearance: none
}

body,
html {
    position: relative;
    overflow-x: hidden !important
}

body {
    min-height: 100vh;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    color: #fff;
    font: 16px "MMC OFFICE", sans-serif;
    line-height: normal;
    font-weight: normal;
    background: #000;
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    transition: background-color 5000000s ease-in-out 0s !important
}

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

input[type=number] {
    -moz-appearance: textfield
}

:focus-visible {
    outline: 0
}

.container,
.gallery__swiper {
    max-width: 1460px;
    width: 100%;
    margin: 0 auto
}

.gallery__swiper .swiper {
    width: 100%;
}

main {
    margin-top: 101px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto
}

section {
    position: relative;
    z-index: 0;
}

a {
    color: #fff;
    text-decoration: none
}

img {
    user-select: none
}

button,
input {
    background-color: unset;
    border: 0
}

button {
    cursor: pointer
}

textarea {
    resize: none
}

.flex-col {
    flex-direction: column;
    align-items: center;
    height: 100%
}

.flex-col,
.flex-row,
.flex-wrap {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}

.menu-active,
html:has(.menu-active) {
    overflow: hidden !important;
}

h1,
.h1 {
    font-size: 50px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.h2,
h2 {
    font-size: 42px;
    font-weight: 700;
    line-height: 140%;
}

.h3,
h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 160%
}

.h4,
h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 160%;
}


.h5,
h5 {
    font-size: 21px;
    font-weight: 500;
    line-height: 160%;
}

.h6,
h6 {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%
}

.items {
    width: calc(100% + 30px);
    margin: 0 -15px -30px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
    padding: 0 15px 30px;
    position: relative
}

.col-1 > *,
.col-2 > *,
.col-3 > *,
.col-4 > *,
.col-5 > *,
.col-6 > * {
    width: 100%;
    height: 100%
}

.col-1 {
    width: 100%
}

.col-2 {
    width: 50%
}

.col-3 {
    width: 33.3%
}

.col-4 {
    width: 25%
}

.col-5 {
    width: 20%
}

.col-6 {
    width: 16.6%
}

/* Default */
.btn,
input[type=submit],
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    padding: 30px 35px;
    background: #ED0000;
    gap: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #ED0000;
    transition: all .4s ease;
}

.btn:hover,
input[type=submit]:hover,
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span:hover {
    border: 2px solid #c60101;
    background: #c60101;
    transition: all .4s ease;
}

.btn.outline,
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span {
    color: #fff;
    background: transparent;
    border: 2px solid #fff;
}

.btn.outline:hover,
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span:hover {
    background: #ED0000;
    border: 2px solid #ED0000;
}

.btn.small {
    font-size: 14px;
    padding: 15px 35px;
}

.social {
    gap: 10px;
}

.social a {
    max-width: 48px;
    min-width: 48px;
    height: 48px;
    overflow: hidden;
    width: 100%;
}

.social a img {
    width: 100%;
    height: 100%;
}

.form {
    width: calc(100% + 20px);
    margin: 0 -10px -20px;
}

.form p {
    display: flex;
    flex-direction: column;
    padding: 0 10px 20px;
}

.form span,
.form input,
.form textarea,
.form label {
    width: 100%;
}

.form label {
    display: inline-block;
    margin-bottom: 4px;
    color: #323232;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.form input:not([type="submit"]),
.form textarea {
    font-family: "MMC", sans-serif;
    border: 1px solid #2A2A2A;
    background: #fff;
    padding: 14px 25px;
    color: #323232;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
    margin-bottom: auto;
}

.form textarea {
    height: 100px;
}

.form input[type="submit"] {
    margin: 20px auto 0;
    width: 100%;
    padding: 30px;
    font-size: 18px;
    cursor: pointer;
}

.wpcf7 form .wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: inline-block;
    font-size: 14px;
    font-family: "MMC", sans-serif;
    margin-top: 5px;
}

/* Nav */
header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: 99;
    padding: 12px 0;
    background: #000;
}

.logo,
.logo img {
    width: 79px;
    height: 77px;
}

.nav {
    align-items: center;
    justify-content: space-between;
}

.nav__menu > *:not(ul) {
    display: none;
}

.nav__menu {
    margin: 0 auto;
}

.nav__menu ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    list-style: none;
}

.nav__menu ul a {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all .4s ease;
}

.nav__menu ul a:hover {
    color: #ED0000;
    transition: all .4s ease;
}

.tel {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 500;
    transition: all .4s ease;
}

.tel:hover {
    color: #ED0000;
    transition: all .4s ease;
}

.nav > .btn {
    margin-left: 45px;
}

.nav > p {
    color: #ED0000;
    font-size: 24px;
    font-weight: 500;
    margin-left: 44px;
}

.burger {
    display: none;
    order: 3;
    width: 50px;
    height: 50px;
    background: #ED0000;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: .4s ease 0s;
    margin-left: auto;
}

.burger::after,
.burger::before,
.burger span {
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    left: 50%;
    transform: translate(-50%, 0);
    right: 0;
    background-color: #fff;
    transition: .4s ease 0s;
}

.burger::before {
    top: 17px;
}

.burger::after {
    bottom: 17px;
}

.burger span {
    top: 50%;
    transform: translate(-50%, -50%)
}


.menu-active .burger::before,
.menu-active .burger::after {
    top: 50%;
    bottom: auto;
    transition: .4s ease 0s;
}

.menu-active .burger::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.menu-active .burger::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.menu-active .burger span {
    transform: translate(-50%, -50%) scaleX(0);
    transition: .4s ease 0s;
}

/* Footer */
footer {
    background: #121213;
    padding: 93px 0 47px;
}

.footer {
    align-items: flex-start;
    justify-content: space-between;
}

.footer__info {
    margin-top: 7px;
    max-width: 367px;
    width: 100%;
}

.footer__info .logo {
    margin-bottom: 31px;
    display: inline-block;
}

.footer__info p,
.footer__info a {
    color: #B3B9BE;
    line-height: 140%;
    transition: all .4s ease;
}

.footer__info a:hover {
    color: #fff;
    transition: all .4s ease;
}

.footer__menu {
    gap: 127px;
}

.footer__menu .h5 {
    font-weight: 700;
    line-height: 140%;
    font-size: 20px;
    margin-bottom: 25px;
}

.footer__menu ul {
    list-style: none;
}

.footer__menu ul a {
    color: #BFC2C4;
    font-size: 18px;
    line-height: 220%;
    transition: all .4s ease;
}

.footer__menu ul a:hover {
    color: #fff;
    transition: all .4s ease;
}

.footer__copy {
    width: 100%;
    margin-top: 67px;
    border-top: 1px solid rgba(217, 217, 217, 0.20);
    padding-top: 45px;
    justify-content: space-between;
    align-items: center;
}

.footer__copy p {
    color: #B3B9BE;
}

.footer__copy a {
    color: #FFF;
    transition: all .4s ease;
}

.footer__copy a:hover {
    color: #ED0000;
    transition: all .4s ease;
}

.footer__copy .med {
    color: #B3B9BE;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.footer__copy .med img {
    transition: all .4s ease;
}

.footer__copy .med:hover {
    color: #fff;
}

.footer__copy .med:hover img {
    filter: brightness(2);
    transition: all .4s ease;
}


/* Modal */
.modal {
    background: #FFF;
    padding: 62px 80px 80px;
    max-width: 716px;
    width: 100%;
    margin: auto;
    position: relative;
}

.modal:has(.modal__container) {
    max-width: 1140px;
    padding: 60px;
}

.modal__container {
    align-items: center;
    gap: 80px;
}

.modal__container > img {
    width: 364px;
    height: 520px;
}

.modal__title {
    font-size: 36px;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 15px;
    color: #000;
}

.modal > p,
.modal__content > p {
    color: #323232;
    font-size: 18px;
    line-height: 140%;
    margin-bottom: 35px;
}

.mfp-close {
    position: absolute;
    width: 15px;
    height: 15px;
    top: 0px !important;
    right: -45px;
    opacity: 1 !important;
    font-size: 15px;
    line-height: 1;
    padding: 0;
    transition: all .4s ease;
    background: url(../img/close.svg) center center / 100% 100% no-repeat;
    cursor: pointer;
}

.mfp-close:hover {
    transform: scale(1.1) rotate(90deg);
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    transition: all 0.15s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}

body:has(.mfp-wrap) {
    overflow: hidden;
}

.mfp-wrap,
.mfp-container,
.mfp-bg {
    height: 100vh;
    overflow: hidden;
}

.mfp-content {
    height: 100vh;
    position: fixed;
    inset: 0;
    overflow: auto;
    display: flex;
    padding: 20px;
}

/* Hero */
.hero__swiper .swiper-slide {
    height: 1080px;
    position: relative;
    z-index: 0;
    display: flex;
    padding-top: 196px;
}

.hero__swiper .swiper-slide h1,
.hero__swiper .swiper-slide h2 {
    margin-bottom: 28px;
    max-width: 973px;
    width: 100%;
}

.hero__swiper .swiper-slide .swiper-slide-content > p {
    font-size: 18px;
    line-height: 1.6;
    color: #B3B9BE;
    max-width: 822px;
    width: 100%;
    margin-bottom: 53px;
}

.hero__swiper .swiper-slide .container:has(img) > p {
    max-width: 714px;
}

.hero__swiper .swiper-slide ul {
    list-style: none;
    margin-top: 122px;
    max-width: 337px;
    width: 100%;
}

.hero__swiper .swiper-slide ul li {
    margin-bottom: 37px;
}

.hero__swiper .swiper-slide ul li:last-child {
    margin-bottom: 0;
}

.hero__swiper .swiper-slide ul b {
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 14px;
}

.hero__swiper .swiper-slide ul b::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ED0000;
}

.hero__swiper .swiper-slide ul p {
    color: #B3B9BE;
    line-height: 1.4;
}

.hero__swiper .swiper-slide .bg,
.hero__swiper .swiper-slide::before {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: -2;
    object-fit: cover;
    object-position: center center;
}

.hero__swiper .swiper-slide::before {
    content: '';
    z-index: -1;
    background: rgba(0, 0, 0, 0.60);
}

.hero__swiper .swiper-slide:has(.container >img)::before {
    background: rgba(0, 0, 0, 0.80);
}

.hero__swiper .swiper-slide .container > img {
    width: 1200px;
    height: fit-content;
    position: absolute;
    z-index: -1;
    right: 100px;
    bottom: 150px;
}

.swiper-pagination {
    bottom: 44px !important;
    left: 0;
    right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}

.swiper-pagination-bullet {
    margin: 0 !important;
    opacity: 0.6;
    background: #fff;
    width: 8px;
    height: 8px;
    transition: all .4s ease;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    transition: all .4s ease;
}

/* Join */
.section__join {
    padding: 100px 0;
}

.join {
    justify-content: space-between;
}

.join::before,
.specs::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(45%, -50%);
    width: 706px;
    height: 609px;
    z-index: -1;
    background: url(../img/join-logo.svg) center center / 100% 100% no-repeat;
}

.join__img {
    width: 693px;
    height: 625px;
    position: relative;
}

.join__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.join__img .h6 {
    background: #ED0000;
    color: #fff;
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    display: inline-flex;
    width: 494px;
    padding: 27px 35px;
    z-index: 1;
    position: absolute;
    right: -35px;
    bottom: 37px;
}

.join__content {
    margin-top: 67px;
    width: calc(100% - 793px);
}

.join__content h2 {
    margin-bottom: 30px;
}

.join__content p {
    color: #B3B9BE;
    line-height: 1.8;
    display: inline-block;
    margin-bottom: 48px;
}

.join__content .btn {
    padding: 30px 39px;
    font-size: 18px;
}

/* Katalog */
.section__katalog {
    padding: 82px 0 43px;
}

.section__katalog::before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    right: 30px;
    left: 30px;
    width: calc(100% - 60px);
    height: 100%;
    background: #121213;
}

.katalog .h2 {
    margin-bottom: 45px;
}

.katalog > p {
    color: #B3B9BE;
    line-height: 1.6;
}

.katalog__header {
    margin-bottom: 84px;
    gap: 20px;
}

.wpc-filters-ul-list {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 !important;
    margin: 0 !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label,
.wpc-filters-main-wrap li.wpc-term-item a {
    margin: 0 !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item {
    margin-bottom: 0 !important;
}

.widget_wpc_filters_widget,
.wpc-filters-section {
    margin: 0 !important;
}

.wpc-filters-main-wrap li.wpc-term-item a {
    font-weight: 700 !important;
}

.wpc-filters-section:not(.wpc-filter-more-less):not(.wpc-filter-post_meta_num):not(.wpc-filter-tax_numeric):not(.wpc-filter-layout-dropdown):not(.wpc-filter-terms-count-0) .wpc-filter-content:not(.wpc-filter-has-hierarchy) ul.wpc-filters-ul-list {
    max-width: 100%;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span {
    color: #FFF !important;
    border-radius: 0 !important;
    padding: 30px 35px !important;
    box-shadow: none !important;
    font-weight: 700 !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    border-radius: 0 !important;
    box-shadow: none !important;
    border: none !important;
}

.katalog__header .btn,
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span {
    border: 2px solid rgba(255, 255, 255, 0.20) !important;
    cursor: pointer;
    border-radius: 0 !important;
    transition: all .4s ease;
    box-shadow: none !important;
}

.katalog__header .btn.active,
.katalog__header .btn:hover,
.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span:hover {
    border: 2px solid rgba(255, 255, 255, 1) !important;
    transition: all .4s ease;
    background: transparent !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

body .wpc-filters-main-wrap input.wpc-label-input:checked + label span.wpc-filter-label-wrapper {
    background: transparent !important;
    border: 2px solid rgba(255, 255, 255, 1) !important;
}

.wpc-filter-header {
    display: none;
}

.katalog__items {
    width: calc(100% + 130px);
    margin: 0 -65px 0;
}

.katalog__items > div {
    padding: 0 65px 65px;
}

.katalog__item {
    justify-content: space-between;
    align-items: center;
    align-content: flex-start;
}

.katalog__item img {
    width: 100%;
    height: 346px;
    object-fit: contain;
    object-position: center bottom;
}

.katalog__item-text {
    margin-top: 10px;
    width: 100%;
    list-style: 1.5;
}

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

.katalog__content {
    background: #FFF;
    color: #121213;
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 33px 73px 46px 40px;
}

.katalog__content::before {
    content: '';
    background: linear-gradient(135deg, #fff 50%, #ED0000 50%);
    width: 124px;
    height: 124px;
    bottom: 0;
    right: 0;
    z-index: -1;
    position: absolute;
}

.katalog__content .h3 {
    font-size: 32px;
    max-width: 448px;
    width: 100%;
    margin-bottom: 17px;
}

.katalog__content p {
    line-height: 160%;
    color: #323232;
    margin-bottom: 43px;
}

.katalog__content .btn {
    color: #121213;
    border: 2px solid #121213;
}

.katalog__content .btn.mob {
    display: none;
}

.katalog__content .btn:hover {
    color: #fff;
}

/* Disc */
.section__disc {
    padding-top: 90px;
}

.disc .h2 {
    margin-bottom: 47px;
}

.disc__container {
    justify-content: space-between;
    background: #fff;
    color: #000;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

.disc__content {
    padding: 55px 35px 70px 70px;
    width: 806px;
}

.disc__content .h3 {
    margin-bottom: 24px;
    font-weight: 500;
}

.disc__content p {
    color: #323232;
    font-size: 18px;
    margin-bottom: 43px;
    line-height: 160%;
}

.disc__container > img {
    width: calc(100% - 820px);
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -2;
    object-fit: cover;
    object-position: center center;
}

.disc__container::before {
    content: '';
    z-index: -1;
    position: absolute;
    background: #fff;
    height: calc(100% + 40px);
    aspect-ratio: 1 / 1;
    transform: rotate(10deg);
    right: calc(100% - 900px);
    bottom: 30px;

}

/* Services */
.section__services {
    padding: 84px 0 100px;
}

.services .h2 {
    margin-bottom: 60px;
}

.services__item {
    background: #121213;
    padding: 58px 58px 58px 40px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.services__item .h3 {
    font-weight: 700;
    margin-bottom: 20px;
}

.services__item p {
    color: #B3B9BE;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 28px;
    max-width: 567px;
    width: 100%;
}

.services__item .btn {
    margin-top: auto;
}

/* Create */
.section__create {
    background: url(../img/create-bg.webp) center center / 100% 100% no-repeat;
    padding: 150px 0 164px;
    overflow: hidden;
}

.section__create .create {
    align-items: center;
}

.create__content {
    max-width: 673px;
    width: 100%;
}

.create__content .h2 {
    margin-bottom: 25px;
}

.create__content p {
    max-width: 591px;
    width: 100%;
    line-height: 160%;
}

.create__content .btn {
    margin-top: 48px;
}

.create__swiper {
    position: absolute;
    bottom: 52px;
    right: 0;
    width: 966px;
}

.create__swiper .swiper1 img {
    width: 100%;
    height: auto;
}

.create__swiper .swiper2 {
    max-width: 320px;
    margin: 0 auto;
    width: 100%;
}

.create__swiper .swiper2 .swiper-slide,
.create__swiper .swiper2 .swiper-slide-thumb-active {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    cursor: pointer;
    position: unset;
}

.create__swiper .swiper2 .swiper-slide span {
    width: 27px;
    height: 27px;
    display: inline-block;
    border-radius: 10px;
    transition: all .4s ease;
}

.create__swiper .swiper2 .swiper-slide-thumb-active span {
    width: 40px;
    height: 40px;
    transition: all .4s ease;
}

.create__swiper .swiper2 .swiper-slide p {
    display: none;
}

.create__swiper > p {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    text-align: center;
    margin-top: 20px;
}

/* Credit */
.section__credit {
    padding: 101px 0 117px;
}

.creadit .h2 {
    margin-bottom: 47px;
}

.creadit__item {
    padding: 52px 40px;
    background: #121213;
}

.creadit__item img {
    margin-bottom: 17px;
    position: relative;
    overflow: hidden;
    width: 47px;
    z-index: 0;
    height: auto;
    padding-bottom: 10px;
    padding-right: 10px;
    background: linear-gradient(-39deg, #ED0000 50%, #121213 50%);
}

.creadit__item p {
    margin-top: 11px;
    color: #B3B9BE;
    line-height: 1.8;
}

/* Trade */
.trade {
    align-items: center;
    justify-content: space-between;
}

.trade__img {
    margin-left: -50px;
    width: 730px;
    height: 644px;
    position: relative;
}

.trade__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.trade__img img.mob {
    display: none;
}

.trade__img span {
    font-weight: 700;
    line-height: 140%;
    text-transform: uppercase;
    padding: 16px 24px;
    background: #ED0000;
    display: inline-block;
    position: absolute;
    bottom: 40px;
    right: -62px;
    width: 363px;
}

.trade__content {
    width: calc(100% - 820px);
}

.trade__content .h2 {
    margin-bottom: 37px;
}

.trade__content p {
    margin-bottom: 15px;
    color: #B3B9BE;
    line-height: 1.8;
}

.trade__content ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    list-style: none;
    gap: 15px;
    margin: 32px 0 50px;
}

.trade__content ul li {
    background: #121213;
    display: inline-flex;
    align-items: center;
    padding: 11px 19px;
    gap: 12px;
    font-size: 16px;
    line-height: 160%;
}

.trade__content ul li::before {
    content: '';
    width: 9px;
    height: 9px;
    display: inline-block;
    background: #ED0000;
}

/* Contact */
.section__contact {
    padding: 89px 0 100px;
}

.contact .h2 {
    margin-bottom: 60px;
}

.contact__container {
    background: #FFF;
    align-items: center;
    position: relative;
    overflow: hidden;
    color: #000;
    margin-bottom: 40px;
}

.contact__content {
    padding: 35px 40px 53px;
    width: fit-content;
    max-width: calc(100% - 988px);
    width: 100%;
    align-items: flex-start;
}

.contact__container > iframe {
    border: none;
    width: 988px;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
}

.contact__container > iframe.active {
    right: 0;
    opacity: 1;
    visibility: visible;
    transition: all .4s ease;
}

.contact__content .h4 {
    font-weight: 700;
    margin-bottom: 21px;
}

.contact__btn.btn {
    margin-bottom: 15px;
    color: #000;
    cursor: pointer;
    text-align: left;
    border: 2px solid #000;
}

.contact__btn.btn.active,
.contact__btn.btn:hover {
    background: #ED0000;
    border: 2px solid #ED0000;
    color: #fff;
}

.contact__time {
    margin-top: 75px;
    display: none;
}

.contact__time.active {
    display: block;
}

.contact__time .h6 {
    margin-bottom: 8px;
}

.contact__time p {
    line-height: 160%;
    color: #323232;
}

.contact__items {
    margin: 0 -12px -24px;
    width: calc(100% + 24px);
}

.contact__items > div {
    padding: 0 12px 24px;
}

.contact__item {
    background: #121213;
    padding: 38px 40px 50px;
}

.contact__item .h5 {
    font-weight: 500;
    line-height: 180%;
    margin-bottom: 40px;
}

.contact__item-content {
    gap: 10px;
    align-items: center;
    margin-bottom: 31px;
}

.contact__item-content:last-child {
    margin-bottom: 0;
}

.contact__item-content p {
    line-height: 160%;
    color: #E0E0E0;
}

.contact__item-content a {
    font-size: 19px;
    font-weight: 700;
    line-height: 180%;
    width: 100%;
    transition: all .4s ease;
}

.contact__item-content a:hover {
    color: #ED0000;
    transition: all .4s ease;
}

.contact__item .btn {
    margin-bottom: 20px;
}

.contact__item .btn:last-child {
    margin-bottom: 0;
}

/* Car */
.section__car {
    height: calc(100vh - 101px);
    min-height: 700px;
    max-height: 1080px;
}

.section__car > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    inset: 0;
    z-index: -1;
}

.car {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.80);
    padding: 32px 0 44px;
}

.car .container {
    align-items: center;
    justify-content: space-between;
}

.car__content h1 {
    margin-bottom: 12px;
}

.car__content p {
    line-height: 140%;
    font-size: 21px;
}

.car__btns {
    align-items: center;
    gap: 25px;
}

.car__btns.mob {
    display: none;
}

/* Specs */
.section__specs {
    padding: 100px 0;
}

.specs {
    align-items: center;
    justify-content: space-between;
}

.specs__content {
    width: calc(100% - 730px);
}

.specs .h2 {
    margin-bottom: 37px;
}

.specs__item {
    background: #121213;
    padding: 30px;
    width: fit-content;
    gap: 25px;
    align-items: center;
    margin-bottom: 15px;
}

.specs__item:last-child {
    margin-bottom: 0;
}

.specs__item > img {
    margin-bottom: auto;
    width: 45px;
    height: auto;
    margin-top: 5px;
}

.specs__item .h5 {
    margin-bottom: 13px;
    font-weight: 500;
    line-height: 160%;
}

.specs__item p {
    line-height: 1.6;
}

.specs > img,
.specs__img {
    width: 599px;
    height: 691px;
    object-fit: cover;
}

.specs__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Features */
.section__features {
    background: #121213;
    margin: 0 30px;
    width: calc(100% - 60px);
    padding: 105px 0 100px;
}

.features {
    align-items: center;
    justify-content: space-between;
}

.features > img,
.features__img {
    width: 619px;
    height: 723px;
    object-fit: cover;
}

.features__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.features__content {
    width: calc(100% - 780px);
}

.features__content .h2 {
    margin-bottom: 42px;
}

.features__items {
    width: calc(100 + 15px);
    margin: 0 -7.5px;
}

.features__items > div {
    padding: 0 7.5px 15px;
}

.features__item {
    background: #000;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-weight: 400;
    line-height: 160%;
    padding: 30px;
}

.features__item::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #ED0000;
}

.features__content .btn {
    margin-top: 40px;
}

/* Service */
.section__service {
    padding: 100px 0 50px;
}

.service,
.price {
    align-items: center;
    justify-content: space-between;
}

.service > img,
.service__img {
    width: 599px;
    height: 691px;
    object-fit: cover;
}

.service__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service__content {
    width: calc(100% - 740px);
}

.service__content .h2,
.price__content .h2 {
    margin-bottom: 37px;
}

.service__content p,
.price__content p {
    color: #B3B9BE;
    line-height: 160%;
    margin-bottom: 10px;
    display: inline-block;
}

.service__content ul,
.price__content ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 22px 0 55px;
}

.service__content li,
.price__content li {
    display: inline-flex;
    align-items: center;
    background: #121213;
    padding: 11px 17px;
    gap: 12px;
}

.service__content li::before,
.price__content li::before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 9px;
    background: #ED0000;
}

/* Price */
.section__price {
    padding: 83px 0 0;
}

.price__content {
    width: calc(100% - 700px);
}

.price__img {
    width: 455px;
    height: 650px;
    position: relative;
}

.price__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: rotate(-3.028deg);
}

.price__img span {
    padding: 16px 24px;
    background: #ED0000;
    font-weight: 700;
    line-height: 140%;
    display: inline-block;
    text-transform: uppercase;
    width: 359px;
    position: absolute;
    left: -230px;
    bottom: 0;
}

/* Gallery */
.section__gallery {
    width: calc(100% - 60px);
    margin: 0 30px;
    background: #121213;
    padding: 82px 0 100px;
}

.gallery .h2 {
    margin-bottom: 37px;
}

.gallery__swiper {
    position: relative;
}

.gallery__swiper .swiper-slide {
    height: 650px;
}

.gallery__swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-btn {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background: url(../img/swiper-arrow.svg) center center / 9px 15px no-repeat;
    transition: all .4s ease;
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
}

.swiper-btn:hover {
    border: 1px solid rgba(255, 255, 255, 1);
    transition: all .4s ease;
}

.swiper-prev {
    left: -100px;
    transform: translate(0, -50%) rotate(180deg);
}

.swiper-next {
    right: -100px;
}

/* Thanks */
.section__error {
    padding: 95px 0 245px;
}

.section__error-thanks {
    padding: 74px 0 100px;
}

.error {
    align-items: center;
    justify-content: space-between;
}

.error h1 {
    margin-bottom: 21px;
}

.error p {
    line-height: 140%;
    font-size: 18px;
    margin-bottom: 50px;
}

.error > img {
    width: 652px;
    height: 562px;
}

.error > h2 {
    color: #121213;
    font-size: 400px;
    font-weight: 700;
    line-height: 140%;
    margin-right: -50px;
}

/* Pol */
.section__pol {
    padding: 85px 0 93px;
}

.pol {
    max-width: 1000px;
}

.pol h1 {
    margin-bottom: 47px;
}

.pol p {
    margin-bottom: 20px;
    line-height: 160%;
}

.pol h2,
.pol h3,
.pol h4,
.pol h5,
.pol h6 {
    font-size: 16px;
    font-weight: 500;
    line-height: 160%;
}

/* Load */
.loader {
    background: #000;
    position: fixed;
    width: 100vw;
    height: 100vh;
    inset: 0;
    z-index: 999;
}

html:has(.loader),
body:has(.loader) {
    overflow-y: hidden;
}

html:has(.loader.hide),
body:has(.loader.hide) {
    overflow-y: auto;
}

.loader.hide {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: all 1s ease;
}

.loader video {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    animation: scale .5s linear 3.4s both;
}

@keyframes scale {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(2);
    }
}