/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b,
strong {
    font-weight: bolder;
}
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
img {
    border-style: none;
}
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button,
input {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden],
template {
    display: none;
}
:root {
    --swiper-theme-color: #007aff;
}

.social ul{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    min-width: 300px;
}
.social ul li a{
    text-decoration: none;
    text-indent: -9999999px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.social ul li:nth-of-type(1) a{

    background:url(../img/social1.png) no-repeat center
}

.social ul li:nth-of-type(2) a{

    background:url(../img/social2.png) no-repeat center
}
.social ul li:nth-of-type(3) a{

    background:url(../img/social3.png) no-repeat center
}
.social ul li:nth-of-type(4) a{

    background:url(../img/social4.png) no-repeat center
}


.social ul li:nth-of-type(1) a:hover{

    background:url(../img/social1-1.png) no-repeat center
}

.social ul li:nth-of-type(2) a:hover{

    background:url(../img/social2-1.png) no-repeat center
}
.social ul li:nth-of-type(3) a:hover{

    background:url(../img/social3-1.png) no-repeat center
}
.social ul li:nth-of-type(4) a:hover{

    background:url(../img/social4-1.png) no-repeat center
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -ms-flexbox;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-container-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-pointer-events.swiper-container-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -ms-flex-align: start;
    align-items: flex-start;
    transition-property: transform, height;
}
.swiper-container-3d {
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-css-mode > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
    display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity 0.3s;
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet:only-child {
    display: none !important;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform 0.2s, top 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, left 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform 0.2s, right 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white {
    --swiper-pagination-color: #fff;
}
.swiper-pagination-black {
    --swiper-pagination-color: #000;
}
.swiper-pagination-lock {
    display: none;
}
body,
html {
    box-sizing: border-box;
    scroll-behavior: smooth;
}
*,
:after,
:before {
    box-sizing: inherit;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
    min-width: 320px;
    margin: 0;
    padding: 0;
    background: #000;
    color: #fff;
    font-family: DIN Pro, Verdana, sans-serif;
    font-size: 24px;
    line-height: 1.22;
    overflow-x: hidden;
}
.no-scroll {
    overflow: hidden;
    height: 100%;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    color: inherit;
    text-decoration: none;
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden;
}
.link {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    background: #fff;
    color: #000;
    height: 39px;
    text-transform: uppercase;
    font-weight: 700;
}
.container {
    margin: 0 auto;
    padding: 0;
    width: 1280px;
}
@font-face {
    font-family: DIN Pro;
    src: url(../fonts/DINPro-CondensedRegular.woff2) format("woff2"), url(../fonts/DINPro-CondensedRegular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: DIN Pro;
    src: url(../fonts/DINPro-CondensedBold.woff2) format("woff2"), url(../fonts/DINPro-CondensedBold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: DIN Pro;
    src: url(../fonts/DINPro-CondensedBoldItalic.woff2) format("woff2"), url(../fonts/DINPro-CondensedBoldItalic.woff) format("woff");
    font-weight: 700;
    font-style: italic;
}
@font-face {
    font-family: DIN Pro;
    src: url(../fonts/DINPro-CondensedBlack.woff2) format("woff2"), url(../fonts/DINPro-CondensedBlack.woff) format("woff");
    font-weight: 900;
    font-style: normal;
}
.header {
    position: -webkit-sticky;
    position: sticky;
    z-index: 100;
    top: 0;
    background: #000;
}
.header__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.header__link {
    display: block;
    width: 64px;
}
.main-nav--closed {
    display: block;
}
.header__toggle {
    display: none;
}
.header__wrap--closed .header__toggle:before {
    content: "";
    position: absolute;
    display: block;
    top: 6px;
    left: 0;
    width: 24px;
    height: 2px;
    background-color: #fff;
    box-shadow: 0 -6px 0 0 #fff, 0 6px 0 0 #fff;
}
.header__wrap--opened .header__toggle:after,
.header__wrap--opened .header__toggle:before {
    content: "";
    position: absolute;
    display: block;
    top: 12px;
    left: 0;
    width: 23px;
    height: 4px;
    border-radius: 3px;
    background-color: #ad995b;
}
.header__wrap--opened .header__toggle:before {
    transform: rotate(45deg);
}
.header__wrap--opened .header__toggle:after {
    transform: rotate(-45deg);
}
.main-nav__list {
    list-style: none;
    padding: 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-nav__item,
.main-nav__list {
    margin: 0;
    display: -ms-flexbox;
    display: flex;
}
.main-nav__item {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.main-nav__item:last-child .main-nav__link {
    padding-right: 0;
}
.main-nav__item:last-child:before {
    display: none;
}
.main-nav__item:before {
    content: "/";
    position: absolute;
    display: block;
    color: #8d7c4d;
    font-size: 16px;
    top: 50%;
    right: -3px;
    transform: translateY(-50%);
}
.main-nav__link {
    padding: 10px 12px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    font-style: normal;
}
.main-nav__link:hover {
    color: #d4b567;
    transition: 0.2s;
}
.promo__wrap {
    z-index: 0;
    position: relative;
    overflow: hidden;
}
.promo {
    position: relative;
    padding-top: 95px;
    padding-bottom: 23px;
    text-align: center;
}
.promo .link {
    transition: 0.3s;
}
.promo .link:hover {
    background: #d4b567;
}
.promo__line-left {
    position: absolute;
    z-index: -2;
    top: -570px;
    left: -320px;
    width: 818px;
}
.promo__line-right {
    position: absolute;
    z-index: -2;
    top: -428px;
    right: -368px;
    width: 746px;
}
.promo__inner {
    width: 636px;
    margin: 0 auto 77px;
}
.promo__title {
    margin: 0 0 106px;
    color: #8d7c4d;
    font-size: 149px;
    font-style: italic;
    line-height: 0.91;
    background: linear-gradient(40deg, #927948 8.6%, #eadb8a 56%, #927948 71.5%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.text-call {
    display: block;
    margin-bottom: 8px;
    font-size: 36px;
    line-height: 65px;
    color: #d4b567;
    font-style: italic;
}
.text {
    margin: 0 0 24px;
    font-size: 18px;
    line-height: 22px;
}
.text-large {
    margin: 0 0 18px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
}
.text--bt {
    margin-bottom: 40px;
}
.text-designer {
    margin: 0 0 29px;
    line-height: 36px;
    color: #d4b567;
}
.promo__link,
.text-designer {
    font-size: 30px;
    font-weight: 700;
}
.promo__link {
    display: inline-block;
    margin-bottom: 14px;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
    transition: 0.3s;
}
.promo__link:hover {
    color: #d4b567;
}
.promo__link-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
}
.promo__arrow {
    animation: a 1.5s ease-in-out infinite;
}
@keyframes a {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(10px);
    }
    to {
        transform: translateY(0);
    }
}
.promo__gradient {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 310px;
    background: red;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.heroes {
    padding-left: 0;
    padding-right: 0;
}
.heroes-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.heroes-list__item {
    position: relative;
}
.heroes-list__item:nth-child(odd) .hero__info {
    padding-left: 84px;
}
.heroes-list__item:nth-child(2n) .hero__info {
    padding-right: 84px;
}
.heroes-list__item:nth-child(2n) .hero__photo-inner {
    margin-left: auto;
}
.heroes-list__item:nth-child(odd) .kaleidoscope {
    right: auto;
    left: 0;
}
.hero {
    z-index: 0;
    display: -ms-flexbox;
    display: flex;
    height: 658px;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.kaleidoscope {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    overflow: hidden;
}
.kaleidoscope canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.kaleidoscope {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.kaleidoscope:before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 140%;
    height: 140%;
    background-size: cover;
    background-position: 50%;
    animation: b 10s linear infinite;
    transform-origin: 50% 50%;
    will-change: transform;
}
.kaleidoscope--reva:before {
    background-image: url(../img/reva.jpg);
    display: none;
}
.kaleidoscope--brook:before {
    background-image: url(../img/brook.jpg);
    display: none;
}
.kaleidoscope--i61:before {
    background-image: url(../img/i61.jpg);
    display: none;
}
.kaleidoscope--winner:before {
    background-image: url(../img/bg.jpg);
    display: none;
}
@keyframes b {
    0% {
        transform: rotate(0);
    }
    to {
        transform: rotate(1turn);
    }
}
.hero__photo-wrap {
    width: 50%;
}
.hero__photo-inner,
.hero__photo-wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.hero__photo-inner {
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
    border-radius: 10px;
    overflow: hidden;
    padding:25px 0px;
}
.hero__photo {
    width: 100%;
    transition: 0.3s ease;
}
.hero__photo:hover {
    transform: scale(1.05);
}
.hero__info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50%;
}
.hero__info--show .hero__name,
.hero__info--show .hero__title,
.hero__info--show .hero_desc {
    opacity: 1;
    transform: translateY(0);
    will-change: transformY;
}
.hero__name,
.hero__title,
.hero_desc {
    opacity: 1;
    transform: translateY(50px);
    transition: 0.35s ease;
}
.hero__title {
    margin: 0 0 39px;
    font-size: 76px;
    line-height: 1;
    color: #d4b567;
}
.hero__name {
    margin: 0 0 34px;
    font-size: 36px;
    line-height: 26px;
    font-weight: 700;
    transition-delay: 87.5ms;
}
.hero__name-span {
    color: #d4b567;
    text-transform: uppercase;
    font-size: 24px;
}
.hero_desc {
    margin: 0 0 9px;
    font-size: 24px;
    line-height: 29px;
    transition-delay: 175ms;
}
.energy-wrap {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.energy {
    position: relative;
    padding-top: 36px;
    padding-bottom: 82px;
    text-align: center;
}
.energy .link {
    width: 170px;
    height: 40px;
    margin-bottom: 20px;
    transition: 0.3s;
    -ms-flex-pack: center;
    justify-content: center;
}
.energy .link:hover {
    background: #d4b567;
}
.link-hidden {
    display: none;
}
.energy__line-left {
    position: absolute;
    z-index: -2;
    top: -667px;
    left: -323px;
    width: 811px;
}
.energy__line-right {
    position: absolute;
    z-index: -2;
    top: -696px;
    right: -402px;
    width: 971px;
}
.energy__title {
    margin: 0 0 53px;
    font-size: 140px;
    font-weight: 900;
}
.energy__tablet {
    display: none;
}
.energy__text-call {
    display: inline-block;
    margin: 0 0 13px;
    font-size: 30px;
}
.energy__text-call span {
    color: #d4b567;
}
.energy__text {
    margin: 0 auto 30px;
    width: 476px;
    font-size: 18px;
}
.energy__text--bt {
    margin-bottom: 25px;
}
.energy__gradient {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    background: red;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.energy__wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
}
.collection {
    font-weight: 700;
    font-size: 24px;
    padding-top: 26px;
    padding-bottom: 68px;
    text-align: center;
}
.collection__title {
    display: none;
}
.collection__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    margin: 0 0 43px;
    padding: 0;
    list-style: none;
}
.collection__item {
    width: 232px;
    margin-bottom: 14px;
}
.collection__photo {
    display: block;
    margin-bottom: 16px;
    background: #fff;
}
.collection__name {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
}
.collection__desc {
    margin: 0;
    font-size: 18px;
    font-weight: 400;
}
.collection__link {
    background-color: #d4b567;
    transition: 0.3s;
}
.collection__link:hover {
    background-color: #fff;
}
.video-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.video {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.video__embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.lookbook {
    padding-top: 35px;
    padding-left: 0;
    padding-right: 0;
}
.lookbook__title {
    margin: 0 0 23px;
    font-size: 75px;
    color: #d4b567;
    text-align: center;
    font-weight: 900;
}
.lookbook__image {
    display: block;
}
.footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 700;
    height: 143px;
}
.footer__text {
    text-align: center;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 18px;
}
.footer__rules-link {
    font-size: 20px;
    margin: 0 0 15px;
    color: #d4b567;
    transition: 0.3s;
    text-decoration: underline;
}
.footer__rules-link:hover {
    color: #fff;
}
@media (max-width: 1279px) {
    .container {
        padding: 0 95px;
        width: 768px;
    }
    .link {
        padding: 0 15px;
        font-size: 18px;
        height: 38px;
    }
    .main-nav__item--current {
        color: #fff;
    }
    .promo {
        padding-top: 69px;
        padding-bottom: 26px;
    }
    .promo__line-left {
        top: -500px;
        left: -550px;
    }
    .promo__line-right {
        top: -428px;
        right: -648px;
    }
    .promo__inner {
        width: 100%;
        margin: 0 auto 45px;
    }
    .promo__title {
        margin: 0 0 54px;
        font-size: 117px;
    }
    .text-call {
        margin-bottom: 17px;
    }
    .text {
        font-size: 25px;
        line-height: 30px;
    }
    .text span {
        white-space: nowrap;
    }
    .text-designer,
    .text-large {
        margin: 0 0 20px;
        font-size: 31px;
        line-height: 37px;
    }
    .heroes {
        padding-left: 0;
        padding-right: 0;
    }
    .kaleidoscope:before {
        width: 200%;
        height: 200%;
    }
    .heroes-list__item {
        position: relative;
    }
    .heroes-list__item:nth-child(odd) .hero__info {
        padding-left: 0;
    }
    .heroes-list__item:nth-child(2n) .hero__info {
        padding-right: 0;
        -ms-flex-order: 1;
        order: 1;
    }
    .heroes-list__item:nth-child(2n) .hero__photo-inner {
        margin-left: 0;
    }
    .hero {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: auto;
    }
    .hero__photo-wrap,
    .kaleidoscope {
        width: 100%;
        height: 470px;
    }
    .hero__photo-wrap {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero__photo-inner {
        width: 50%;
    }
    .hero__info {
        width: 100%;
        height: 470px;
    }
    .energy {
        padding-top: 64px;
        padding-bottom: 101px;
    }
    .energy .link {
        width: 180px;
        height: 39px;
    }
    .energy__line-left {
        top: -584px;
        left: -559px;
    }
    .energy__line-right {
        top: -476px;
        right: -522px;
    }
    .energy__title {
        margin: 0 0 69px;
        font-size: 103px;
    }
    .energy__text-call {
        font-size: 31px;
    }
    .energy__desktop {
        display: none;
    }
    .energy__tablet {
        display: block;
    }
    .energy__text {
        margin: 0 auto 30px;
        width: 100%;
        font-size: 24px;
        line-height: 30px;
    }
    .energy__text--2 {
        width: 396px;
    }
    .energy__gradient {
        height: 250px;
    }
    .collection__title {
        display: block;
        margin: 0 0 24px;
        font-size: 72px;
        font-weight: 900;
        color: #d4b567;
    }
    .collection {
        padding-top: 34px;
        margin-bottom: 80px;
    }
    .collection__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 0 0 29px;
    }
    .collection__item {
        width: 278px;
        margin-bottom: 47px;
    }
    .collection__photo {
        margin-bottom: 18px;
    }
    .collection__desc,
    .collection__name {
        font-size: 21px;
    }
    .lookbook,
    .video-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .lookbook {
        padding-top: 58px;
    }
    .lookbook__title {
        margin: 0 0 80px;
        font-size: 72px;
    }
    .footer {
        height: 120px;
    }
    .footer__text {
        font-size: 18px;
        line-height: unset;
        margin-bottom: 0;
    }
    .footer {
        height: 100px;
    }
    .footer__text {
        font-size: 12px;
    }
    .footer__rules-link {
        font-size: 15px;
        margin: 0 0 10px;
    }
}
@media (max-width: 1279px) and (orientation: landscape) {
    .hero__name,
    .hero__title,
    .hero_desc {
        opacity: 1;
        transform: translateY(0);
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 35px;
        width: 320px;
    }
    .link {
        padding: 0 12px;
        font-size: 11px;
        height: 24px;
    }
    .header__wrap {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: 77px;
        -ms-flex-direction: row;
        flex-direction: row;
        padding-top: 24px;
        padding-bottom: 26px;
    }
    .header__wrap--opened {
        -ms-flex-align: start;
        align-items: flex-start;
        height: 100vh;
    }
    .header__link {
        width: 87px;
        margin-left: -22px;
    }
    .main-nav--closed {
        display: none;
    }
    .main-nav--opened {
        width: 100%;
    }
    .header__toggle {
        display: block;
        position: relative;
        z-index: 2;
        width: 24px;
        margin-right: -23px;
        height: 24px;
        cursor: pointer;
        border: none;
        background-color: transparent;
    }
    .main-nav__list {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .main-nav__item:last-child .main-nav__link {
        padding-right: 12px;
    }
    .main-nav__item--current {
        color: #ad995b;
    }
    .main-nav__item:before {
        display: none;
    }
    .main-nav__link {
        font-style: italic;
    }
    .promo {
        padding-top: 74px;
        padding-bottom: 20px;
    }
    .link__wrap {
        display: block;
        text-align: center;
    }
    .promo__line-left {
        top: -256px;
        left: -129px;
        width: 295px;
    }
    .promo__line-right {
        top: -65px;
        right: -179px;
        width: 238px;
    }
    .promo__inner {
        text-align: left;
        margin: 0 auto 34px;
    }
    .promo__title {
        margin: 0 0 89px;
        font-size: 50px;
    }
    .text-call {
        margin: 0 auto 15px;
        width: 220px;
        font-size: 30px;
        line-height: 36px;
        text-align: center;
    }
    .text {
        margin: 0 0 10px;
        font-size: 12.5px;
        line-height: 15px;
    }
    .text-large {
        margin: 0 0 7px;
        font-size: 19px;
        line-height: 22px;
    }
    .text-large br {
        display: none;
    }
    .text-designer {
        margin: 0 0 7px;
        font-size: 19px;
        line-height: 22px;
    }
    .promo__link {
        margin-bottom: 8px;
        font-size: 20px;
    }
    .promo__arrow {
        width: 15px;
    }
    .kaleidoscope:before {
        width: 150%;
        height: 150%;
    }
    .heroes {
        padding-left: 0;
        padding-right: 0;
    }
    .hero__photo-wrap,
    .kaleidoscope {
        height: 297px;
    }
    .hero__photo-inner {
        width: 100%;
    }
    .hero__info {
        height: 230px;
    }
    .hero__title {
        margin: 0 0 19px;
        font-size: 34px;
    }
    .hero__name {
        margin: 0 0 14px;
        font-size: 19px;
    }
    .hero_desc {
        margin: 0 0 9px;
        font-size: 12px;
        line-height: 16px;
    }
    .hero_desc span {
        white-space: nowrap;
    }
    .energy {
        padding-top: 41px;
        padding-bottom: 50px;
    }
    .energy .link {
        width: 123px;
        height: 24px;
    }
    .energy__line-left {
        display: none;
    }
    .energy__line-right {
        top: -366px;
        right: -277px;
        width: 525px;
        max-width: unset;
    }
    .energy__title {
        margin: 0 0 20px;
        font-size: 45px;
    }
    .energy__text-call {
        margin: 0 0 6px;
        font-size: 19px;
    }
    .energy__text {
        margin: 0 auto 12px;
        width: 100%;
        font-size: 12px;
        line-height: 16px;
    }
    .energy__text--bt {
        margin-bottom: 12px;
    }
    .energy__desktop,
    .energy__text--bt br {
        display: none;
    }
    .energy__tablet {
        display: block;
    }
    .collection__title {
        font-size: 33px;
    }
    .collection {
        padding-top: 20px;
        margin-bottom: 30px;
    }
    .collection__list {
        margin: 0 0 24px;
    }
    .collection__item {
        width: 119px;
        margin-bottom: 15px;
    }
    .collection__item:last-child,
    .collection__item:nth-last-child(2) {
        margin-bottom: 0;
    }
    .collection__photo {
        margin-bottom: 7px;
    }
    .collection__desc,
    .collection__name {
        font-size: 9px;
    }
    .lookbook,
    .video-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    .lookbook {
        padding-top: 8px;
    }
    .lookbook__title {
        margin: 0 0 13px;
        font-size: 33px;
    }
}
