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

ul,
ol {
    padding: 0;
}
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
    margin: 0;
}


@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro-Black.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro-Light.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro-Medium.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: italic;
    font-weight: 400;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro-Lightitalic.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 700;
    src: local('Gotham Pro'), url('../fonts/GothamPro/GothamPro-Bold.woff') format('woff');
}
@font-face {
    font-family: 'Gotham Pro Medium';
    font-style: italic;
    font-weight: 500;
    src: local('Gotham Pro Medium'), url('../fonts/GothamPro/GothamPro-MediumItalic.woff') format('woff');
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none !important;
    margin: 0 !important;
}

input[type=number] {
    -moz-appearance: textfield !important;
}
ul[class],
ol[class] {
    list-style: none;
}
a:not([class]) {
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}
img {
    max-width: 100%;
    /* display: block; */
}
article > * + * {
    margin-top: 1em;
}
input,
button,
textarea,
select {
    font: inherit;
}
input {
    outline: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}
input:focus,
textarea:focus {
    outline:none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: none !important;
}

a {
    text-decoration: none;
    color:#000000;
    outline: none;
}

a:hover {
    color: #000000;
}
button {
    background-color: transparent;
    border: none;
    color: #000;
}
button:focus-visible {
    outline: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type='number'] {
    -moz-appearance: textfield;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    inset: 0 0 0 50px;
    -webkit-text-fill-color:#000;
    /* -webkit-box-shadow: transparent; */
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    font-size: 1.1rem;
}

:focus {outline: none !important;}
::-moz-focus-outer, ::-moz-focus-inner {
    border: 0px !important;
    padding: 0;
}
a:focus,
a:active,
button:focus {
    outline: 0!important;
    outline-color: transparent!important;
    outline-width: 0!important;
    outline-style: none!important;
    box-shadow: 0 0 0 0 rgba(0,123,255,0)!important;
}
input, textarea,input:active, textarea:active {outline:none;}
input[type="checkbox"]:focus,
input[type="radio"]:focus {
    visibility: hidden;
}

.row {
    display: flex;
}
.row__vertical-center {
    align-items: center;
}
html {
    width: 100%;
    height: 100%;
}
body {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    font-size: 10px;
    background: #070707;
    color: #FFFFFF;

    font-family: 'Gotham Pro';
    font-style: normal;
    font-weight: 400;
    overflow-x: hidden;
}
.content__center {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.position-relative {
    position: relative;
}

.container {
    width: 1180px;
    margin-left: auto;
    margin-right: auto;
}

header {
    position: relative;
    background: url(../img/banner_background.png) no-repeat;
    background-position: center;
    background-size: cover;
    /*padding-bottom: 9em;*/
    /*overflow: hidden;*/
}
header:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.video-wrapper {
    /* Telling our absolute positioned video to
    be relative to this element */
    position: absolute;

    width: 100%;
    height: 100%;

    /* Will not allow the video to overflow the
    container */
    overflow: hidden;

    /* Centering the container's content vertically
    and horizontally */
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
header video {
    object-fit: cover;
    height: 100%;
    width: 100%;

    position: absolute;
    top: 0;
    left: 0;
}
.banner {
    padding: 21.0em 1.5rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.logo {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 6.0em;
}
.banner__title {
    margin-bottom: 4.2em;
}
.banner_description {
    font-size: 2.4em;
    line-height: 1.4em;
    color: #fff;
    max-width: 440px;
}
.section__content {
    position: relative;
    z-index: 1;
    background: #000;
}
.section__bottom {
    padding-bottom: 4.5rem;
}
.section__top {
    padding-top: 4.5rem;
}
.columns {
    display: flex;
}
.column {
    width: 50%;
}
.column__title {
    font-size: 10.0em;
    line-height: 1em;
    margin-bottom: 0.2em;
    font-weight: 900;
}
.column__text {
    font-size: 1.8em;
    line-height: 1.4em;
    margin-bottom: 1.2em;
}
.column__tabs {
    display: flex;
    margin-bottom: 5em;
}
.column__tab {
    font-weight: 800;
    font-size: 3.2em;
    line-height: 1em;
    position: relative;
    color: #fff;
    margin-right: 1.2em;
    text-align: center;
    position: relative;
    z-index: 1;
}
.column__tab.active {
    color: #EBB937;
}
.column__tab.active:before {
    content: '';
    position: absolute;
    width: 70px;
    left: calc(50% - 35px);
    height: 1px;

    bottom: -0.1em;
    background: #EBB937;
}

.column__tab:hover {
    color: #ffffff;
    opacity: .8;
}
.column__tab.active:hover {
    color: #EBB937;
    opacity: .8;
}

.content-property {
    background: #000;
    padding: 4.0em 0 10.0em;
    display: none;
}
.section__content-active .content-property {
    display: block;
}
.content-property__information {
    display: flex;
    justify-content: center;
}
.content-property__close {
    display: flex;
    justify-content: end;
    margin-bottom: 10px;
}
.content-property__close a {
    cursor: pointer;
}
.content-property__close a:hover {
    opacity: .9;
}
.content-property__image-desktop {
    display: block;
}
.content-property__image-mobile {
    display: none;
}


.column-wrapper__select {
    margin-right: 4em;
}
.section__select {
    font-size: 1.8em;
    line-height: 1em;
    cursor: pointer;
}
.section__select span {
    margin-left: 5px;
}
.section__select:hover {
    opacity: .8;
}
.section__button {
    font-size: 1.8em;
    line-height: 1em;
    padding: 0.6em 1.1em 0.6em 1.1em;
    background: #C30830;
    border-radius: 1.1em;
    color: #fff;
    display: inline-block;
    cursor: pointer;
}
.section__button:hover {
    color: #ffffff;
    opacity: .8;
}
.section__input {
    background: rgba(7, 7, 7, 0.73);
    border: 1px solid #FFFFFF;
    box-shadow: inset -5px -5px 4px rgba(255, 255, 255, 0.04), inset 5px 5px 4px rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    color: #fff;
    padding: 0.8em 1.2em;
    font-size: 1.6em;
}
.section__title {
    font-size: 8.0em;
    line-height: 1em;
    text-align: center;
    margin-bottom: 0.8em;
    font-weight: 900;
}
.section__description {
    font-size: 2.4em;
    line-height: 140%;
    text-align: center;
    max-width: 720px;
    margin-bottom: 3em;
}
.slider {
    display: flex;
    justify-content: center;
}
.slider-item {
    margin-right: 2.0em;
}
.slider-item:last-child {
    margin-right: 0em;
}
.slider-item__image {
    border: 1px solid #FFFFFF;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 2.4em;
    padding: 1.5em;
    width: 280px;
    height: 400px;

}
.slider-item__title {
    font-size: 2.4em;
    line-height: 1em;
    text-align: center;
}
.subscription {
    padding: 10.0em 0;
    background: url(../img/subscription_background.png) no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 10em;
}
.subscription .section__title {
    margin-bottom: 0.2em;
}
.subscription .section__input {
    margin-right: 40px;
    width: 30.0em;
}

.footer__bottom {
    background: #131313;
    padding: 4.0em 0;
}
.social__items {
    list-style: none;
    display: flex;
    margin-bottom: 6em;
}
.social__items li {
    display: flex;
    align-self: center;
    margin: 0 2em;
}

.store__items {
    display: flex;
    border: 1px solid rgba(250, 250, 250, 0.1);
    border-radius: 10px;
    margin-bottom: 10em;
}
.store__item {
    width: 33.3%;
    height: 193px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 325px;
    border-right: 1px solid rgba(250, 250, 250, 0.1);

}
.store__item:last-child {
    border-right: none;
}

content-property__image-desktop {

}
.content-property__image-mobile {
    display: none;
}
.section__image img{
    display: none;
}
.section__image .image__active {
    display: block;
}
.column__righter {
    text-align: right;
}
.column__righter .column__controls {
    justify-content: end;
}
.subscription__message-true {
    font-size: 2em;
    text-align: center;
}