@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap);
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

:root{--font-general: "Outfit", sans-serif;--font-modal: "Poppins", sans-serif;--transition: .3s ease-in-out;--color__accent: #EFC127;--color__heading-text: #B9913F;--color__small-txt: #909090;--color__main-bg: #000000;--color__dark-gray: #1C1C1C;--color__main-text: #FFF}.bg-noise{background-image:url(../.././assets/images/background-noise.png);background-size:12.8rem 12.8rem}*,*::after,*::before{box-sizing:border-box}html{font-size:62.5%;font-family:var(--font-general)}body{background-color:var(--color__main-bg);color:var(--color__main-text)}body.disable-scroll{max-height:100vh;overflow:hidden}.page__bg{opacity:.1}ul,li{list-style-type:none;margin:0;padding:0}a{text-decoration:none;transition:var(--transition)}a::before,a::after{transition:var(--transition)}h1,h2,h3,h4,h5,h6,p{margin:0}button{padding:0;transition:var(--transition)}img{display:block;max-width:100%}.contain-image{width:100%;height:100%;object-fit:contain}.cover-image{width:100%;height:100%;object-fit:cover}a{color:inherit}.rel{position:relative}.abs{position:absolute}.o-hid{overflow:hidden}.m-auto{margin-inline:auto}.fixed{position:fixed}.anim{transition:var(--transition)}.inset{inset-block-start:0;inset-inline-start:0}.full-wh{width:100%;height:100%}.m-0{margin:0}.bg--black{background-color:var(--color__main-bg)}.h-full{height:100%}.w-full{width:100%}.z1{z-index:1}.d-block{display:block}.d-grid{display:grid}.d-flex{display:flex}.d-none{display:none}.flex-center{display:flex;align-items:center;justify-content:center}.flex-row-wrap{display:flex;align-items:center;flex-wrap:wrap}.flex-row{display:flex;align-items:center}.j-between{justify-content:space-between}.j-end{justify-content:flex-end}.flex-col{display:flex;flex-direction:column}.container{width:100%}.container__bg{opacity:.15}@media screen and (min-width: 640px){.container{width:calc(100% - 2rem);border-inline:.1rem solid var(--color__dark-gray)}.container__inner{padding-inline:2rem}}@media screen and (min-width: 960px){.container{width:calc(100% - 4.4rem)}}@media screen and (min-width: 1440px){.container{width:min(100% - 4rem,156rem)}.container__inner{padding-inline:3rem}}@media screen and (min-width: 1660px){.container{width:min(100% - 10rem,156rem)}.container__inner{padding-inline:7rem}.container--page_video .container__inner{padding-inline:7rem}}.text--color_black{color:var(--color__main-bg)}.text--color_white{color:var(--color__main-text)}.text--color_gray{color:#8a8d93}.text--color_light-gray{color:#d5d5d5}.text--w_300{font-weight:300}.text--w_400{font-weight:400}.text--w_500{font-weight:500}.text--w_600{font-weight:600}.text--w_700{font-weight:700}.text--w_900{font-weight:900}.text--upp{text-transform:uppercase}.text--center{text-align:center}.text--end{text-align:end}.text--start{text-align:start}.text--bg{background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-image:linear-gradient(180deg, #8A8D93 0%, #C0C4C8 50%, #8A8D93 100%)}.text--bg-accent{background:linear-gradient(183deg, #FFBA2B 17.53%, #FFD674 53.86%, #FFA500 90.2%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.text--size_12{font-size:1.2rem}.text--size_14{font-size:1.4rem}.text--size_16{font-size:1.6rem}.text--size_18{font-size:1.8rem}.text--size_20{font-size:2rem}.text--size_21{font-size:2.1rem}.text--size_24{font-size:2.4rem}.text--size_28{font-size:2.8rem}.text--size_56{font-size:5.6rem}@media screen and (min-width: 640px){.text--size-M_14{font-size:1.4rem}.text--size-M_16{font-size:1.6rem}.text--size-M_18{font-size:1.8rem}.text--size-M_21{font-size:2.1rem}.text--size-M_24{font-size:2.4rem}.text--size-M_25{font-size:2.5rem}.text--size-M_26{font-size:2.6rem}.text--size-M_36{font-size:3.6rem}.text--size-M_40{font-size:4rem}.text--size-M_52{font-size:5.2rem}}@media screen and (min-width: 960px){.text--size-L_14{font-size:1.4rem}.text--size-L_16{font-size:1.6rem}.text--size-L_21{font-size:2.1rem}.text--size-L_24{font-size:2.4rem}.text--size-L_26{font-size:2.6rem}.text--size-L_38{font-size:3.8rem}.text--size-L_50{font-size:5rem}}@media screen and (min-width: 1440px){.text--size-XL_21{font-size:2.1rem}.text--size-XL_28{font-size:2.8rem}.text--size-XL_42{font-size:4.2rem}.text--size-XL_46{font-size:4.6rem}}.btn{border:none;outline:none;cursor:pointer;transition:var(--transition);text-align:center;font-family:var(--font-general);background-color:rgba(0,0,0,0)}.btn svg{transition:var(--transition)}.btn--theme::after,.btn--theme::before{content:"";display:block;position:absolute;left:0;top:0;width:100%;height:100%;border-radius:.4rem;transition:var(--transition)}@media(hover: hover){.btn--theme:hover::after,.btn--theme:focus::after{visibility:hidden;opacity:0}.btn--theme:hover::before,.btn--theme:focus::before{visibility:visible;opacity:1}}.btn--theme::before{visibility:hidden;opacity:0}.btn--theme span{z-index:1}.btn--theme_accent::after,.btn--theme_accent::before{border:.1rem solid rgba(255,255,255,.24)}.btn--theme_accent::after{background:linear-gradient(187deg, #FFBA2B -5.71%, #FFD674 44.28%, #FFA500 94.26%)}.btn--theme_accent::before{background:linear-gradient(187deg, #FFBA2B -5.71%, #FFD674 24.29%, #FFD674 64.28%, #FFA500 94.27%)}.btn--theme_gray::after,.btn--theme_gray::before{border:.1rem solid rgba(255,255,255,.24)}.btn--theme_gray::after{background:linear-gradient(180deg, #8A8D93 0%, #FFF 50%, #8A8D93 100%)}.btn--theme_gray::before{background:linear-gradient(180deg, #8A8D93 0%, #FFF 20%, #FFF 80%, #8A8D93 100%)}.grid{display:grid}.grid--col-S_1{grid-template-columns:1fr}.grid--col-S_2{grid-template-columns:repeat(2, 1fr)}.grid--gap-S_10{gap:1rem}.grid--gap-S_5{gap:.5rem}.grid--gap-S_15{gap:1.5rem}@media screen and (min-width: 640px){.grid--col-M_2{grid-template-columns:repeat(2, 1fr)}.grid--gap-M_13-10{gap:1.3rem 1rem}.grid--gap-M_10{gap:1rem}}@media screen and (min-width: 960px){.grid--col-L_3{grid-template-columns:repeat(3, 1fr)}.grid--col-L_4{grid-template-columns:repeat(4, 1fr)}.grid--gap-L_10-11{gap:1rem 1.1rem}.grid--gap-L_10{gap:1rem}.grid--gap-L_15-10{gap:1.5rem 1rem}}@media screen and (min-width: 1440px){.grid--col-XL_4{grid-template-columns:repeat(4, 1fr)}.grid--col-XL_6{grid-template-columns:repeat(6, 1fr)}.grid--col-XL_7{grid-template-columns:repeat(7, 1fr)}.grid--gap-XL_15{gap:1.5rem}}.swtch-list{padding:1.5rem .9rem 1.5rem 1rem;opacity:0;visibility:hidden;pointer-events:none;border-radius:0 0 1rem 1rem;border:.1rem solid #1c1c1c}.swtch-list__bg{opacity:.1}.swtch-list__item:not(:first-child){margin-block-start:1rem}@media(hover: hover){.swtch-list__item:hover .swtch-list__link,.swtch-list__item:focus .swtch-list__link{background:rgba(175,179,184,.1)}}.swtch-list__item.active .swtch-list__link{background:rgba(175,179,184,.1)}.swtch-list__link{gap:1.5rem;padding:.5rem;border-radius:.2rem}.swtch-list__flag-wr{min-width:3rem;width:3rem;height:2rem}.swtch-list__flag{width:100%;height:100%;object-fit:cover}.swtch-list--active{opacity:1;visibility:visible;pointer-events:all}@media screen and (min-width: 960px){.swtch-list{border-radius:1rem}}.lng-swtch__active-icon{display:none}.lng-swtch__active-flag-wr{width:2.7rem;height:1.8rem}@media(hover: hover){.lng-swtch__active:hover,.lng-swtch__active:focus{opacity:.7}}.lng-swtch__active--active .lng-swtch__active-icon{transform:rotate(180deg)}.lng-swtch__list{inset-inline-end:0;inset-block-start:100%;width:100%;z-index:2}@media screen and (min-width: 640px){.lng-swtch__active{gap:1.3rem}.lng-swtch__active-icon{flex-shrink:0;display:block;width:1.1rem;height:.7rem;transition:var(--transition)}.lng-swtch__active-icon svg{width:100%;height:100%;fill:var(--color__main-text)}.lng-swtch__active-flag-wr{width:3.5rem;height:2.3rem}.lng-swtch__list{inset-inline-start:auto;inset-inline-end:0}}@media screen and (min-width: 960px){.lng-swtch__list{inset-block-start:calc(100% + 1.2rem);width:auto;min-width:19rem}}.social-icons__title{margin-block-end:3.2rem}.social-icons__list{gap:4rem}.social-icons__link{width:6rem;height:6rem;border-radius:.6rem;border:.1rem solid #1c1c1c;background:rgba(134,134,134,.12);transform:rotate(-45deg)}@media(hover: hover){.social-icons__link:hover,.social-icons__link:focus{border-color:var(--color__main-text)}}.social-icons__icon{transform:rotate(45deg)}.social-icons__icon--instagram{width:2.6rem;height:2.6rem}.social-icons__icon--twitter,.social-icons__icon--telegram{width:2.4em;height:2rem}@media screen and (min-width: 640px){.social-icons__list{gap:5rem}}.custom-input__field{outline:none}.custom-input--with-btn-in{height:5.2rem}.custom-input--with-btn-in .custom-input__field{font-size:1.4rem;line-height:150%;color:var(--color__main-text);background:rgba(134,134,134,.3);border-radius:.6rem;padding:.6rem 12rem .6rem 1.5rem;border:.1rem solid #1c1c1c;font-family:var(--font-general);font-weight:300}.custom-input--with-btn-in .custom-input__field::-webkit-input-placeholder{color:#8a8d93}.custom-input--with-btn-in .custom-input__field:-moz-placeholder{color:#8a8d93}.custom-input--with-btn-in .custom-input__field::-moz-placeholder{color:#8a8d93}.custom-input--with-btn-in .custom-input__field:-ms-input-placeholder{color:#8a8d93}.custom-input--with-btn-in .custom-input__btn{border-radius:.2rem;background-color:#0a0a0a;padding:1.1rem 2rem;inset-inline-end:.6rem;top:50%;transform:translateY(-50%)}@media(hover: hover){.custom-input--with-btn-in .custom-input__btn:hover,.custom-input--with-btn-in .custom-input__btn:focus{color:var(--color__main-text)}}@media screen and (min-width: 640px){.custom-input--with-btn-in .custom-input__field{padding:.6rem 14rem .6rem 1.5rem}.custom-input--with-btn-in .custom-input__btn{padding-inline:3rem}}.footer-form__desc{margin-block-start:1.2rem;line-height:150%}.footer-form__desc p{margin:1rem 0 0}@media screen and (min-width: 960px){.footer-form__desc{margin-block-start:1.9rem}}.list{line-height:normal}.list__title{gap:1.5rem;font-size:inherit}.list__btn svg{width:1rem;height:.6rem;transition:var(--transition)}.list__ul{max-height:0;transition:var(--transition);overflow:hidden}.list__item:not(:first-child){margin-block-start:2rem}@media(hover: hover){.list__link:hover,.list__link:focus{opacity:.5}}.list.active .list__ul{max-height:40rem;padding-block-start:1.5rem}.list.active .list__btn svg{transform:rotate(180deg)}@media screen and (min-width: 640px){.list__btn{display:none}.list__ul{max-height:100%;overflow:visible;padding-block-start:2.5rem}}@media screen and (min-width: 960px){.list__ul{padding-block-start:3.5rem}}.backdrop{background:rgba(0,0,0,.85);position:fixed;left:0;top:0;width:100%;height:100%;z-index:5;overflow-y:auto;visibility:hidden;opacity:0;pointer-events:none;transition:var(--transition)}.backdrop__inner{position:absolute}.backdrop.open{visibility:visible;opacity:1;pointer-events:all}.modal{width:calc(100% - 2rem);height:max-content;top:1rem;left:1rem;right:1rem;bottom:1rem;border-radius:.6rem;border:.1rem solid #1c1c1c}.modal__bg{opacity:.1}.modal__content{padding:2rem 1rem;font-family:var(--font-modal)}.modal__heading{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin-block-end:2rem}.modal__logo{width:13rem;height:3%}.modal__limit{width:4rem;height:4rem}.modal__body{display:flex;flex-direction:column;gap:3rem}.modal__btns-wr{display:flex;flex-direction:column;align-items:center;gap:1.8rem}.modal__agree-btn{width:100%;padding:1.6rem;font-size:1.8rem;font-weight:700;line-height:normal;font-family:var(--font-modal)}.modal__disagree-btn{font-size:1.4rem;font-weight:600;color:#8a8d93;position:relative;display:inline-block;width:max-content;text-transform:none}.modal__disagree-btn::after{content:"";display:block;position:absolute;width:100%;height:.1rem;bottom:.2rem;background-color:rgba(144,144,144,.8);transition:var(--transition)}@media(hover: hover){.modal__disagree-btn:hover::after,.modal__disagree-btn:focus::after{bottom:-20%;visibility:hidden;opacity:0}}.modal__text-content{display:flex;flex-direction:column;gap:2.5rem}.modal__block{color:#8a8d93;font-size:1.2rem;line-height:150%}.modal__block h5{color:var(--color__main-text);font-size:1.3rem;margin-block-end:1rem;font-weight:700;line-height:153%}.modal__block p:not(:last-child){margin-block-end:1rem}.modal__block a{color:rgba(144,144,144,.8);text-decoration:underline}@media(hover: hover){.modal__block a:hover,.modal__block a:focus{color:var(--color__accent)}}.modal__block:last-of-type h5{margin-block-end:1.5rem}@media screen and (min-width: 640px){.modal{left:50%;top:50%;transform:translate(-50%, -50%);width:56rem}.modal__content{padding:2rem 5rem 4rem}.modal__heading{margin-block-end:3rem}.modal__logo{width:22.3rem;height:5rem}.modal__limit{width:5rem;height:5rem}.modal__body{flex-direction:column-reverse}.modal__btns-wr{flex-direction:row;justify-content:space-between}.modal__agree-btn{width:auto;padding:1.6rem 10.75rem}}.section-title__title{font-size:inherit;font-weight:inherit;margin-block-start:1rem;line-height:100%}.section-title__icon{width:3.4rem;height:3rem;flex-shrink:0}.section-title__heading{gap:1rem}.section-title__heading::before,.section-title__heading::after{content:"";display:block;position:relative;width:100%;height:.15rem;background:linear-gradient(90deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 2%, #1C1C1C 98%, #1C1C1C 100%)}@media screen and (min-width: 640px){.section-title__heading{gap:2rem}.section-title__icon{width:5.5rem;height:4.8rem}}@media screen and (min-width: 960px){.section-title__title{margin-block-start:2rem}}@media screen and (min-width: 1660px){.section-title__heading{gap:2.2rem}}.banner-slide__img{width:100%;height:100%;object-fit:cover}.banner-slide::after{content:"";display:block;position:relative;width:100%;padding-top:42.6%}@media screen and (min-width: 640px){.banner-slide::after{padding-top:42.7%}}@media screen and (min-width: 1440px){.banner-slide::after{padding-top:31.9%}}.banner-slider .splide__arrows .splide__arrow{width:2.8rem;height:2.8rem;background-color:var(--color__main-bg);opacity:1;border-radius:.6rem;border:.1rem solid #1c1c1c;background-image:url(data:image/png;base64,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);transform:none;inset-block-start:auto;inset-block-end:.3rem}.banner-slider .splide__arrows .splide__arrow svg{width:1.4rem;height:1.4rem;stroke:#e2e3e9}.banner-slider .splide__arrows .splide__arrow--prev{inset-inline-start:.3rem}.banner-slider .splide__arrows .splide__arrow--next{inset-inline-end:.3rem}@media(hover: hover){.banner-slider .splide__arrows .splide__arrow:hover,.banner-slider .splide__arrows .splide__arrow:focus{border-color:var(--color__main-text)}}@media screen and (min-width: 640px){.banner-slider .splide__arrows .splide__arrow{width:3.6rem;height:3.6rem;border-radius:1rem;inset-block-start:50%;transform:translateY(-50%)}.banner-slider .splide__arrows .splide__arrow--prev{inset-inline-start:1rem}.banner-slider .splide__arrows .splide__arrow--next{inset-inline-end:1rem}}@media screen and (min-width: 960px){.banner-slider .splide__arrows .splide__arrow{width:5.2rem;height:5.2rem}}@media screen and (min-width: 1440px){.banner-slider .splide__arrows .splide__arrow--prev{inset-inline-start:1.2rem}.banner-slider .splide__arrows .splide__arrow--next{inset-inline-end:1.2rem}}.square-pallet--type_4k{border-radius:.3rem;padding:.6rem;background:linear-gradient(180deg, #8A8D93 0%, #C0C4C8 50.11%, #8A8D93 100.22%)}.square-pallet--type_4k svg{width:2.6rem;height:1.4rem}.square-pallet--type_time{background-color:var(--color__main-bg);color:#a6b5b9;padding:.2rem .6rem;border-radius:.4rem}@media screen and (min-width: 960px){.square-pallet--type_4k{padding:.8rem 1rem}.square-pallet--type_4k svg{width:3.6rem;height:1.9rem}}@media screen and (min-width: 1440px){.square-pallet--type_4k{padding:1.1rem 1.6rem}}.video-info-item{gap:.6rem}.video-info-item__icon svg{stroke:#8a8d93}.video-info-item__icon{flex-shrink:0}.video-info-item__value{color:inherit}@media(hover: hover){a.video-info-item:hover,a.video-info-item:focus{opacity:.5}}.video-info-item--duration .video-info-item__icon{width:1.4rem;height:1.4rem}.video-info-item--viewed .video-info-item__icon{width:1.6rem;height:1.6rem}.video-info-item--publisher .video-info-item__icon{width:1.6rem;height:1.6rem}.video-info-item--like .video-info-item__icon{width:1.6rem;height:1.6rem}.video-info-item--download .video-info-item__icon{width:1.6rem;height:1.6rem}@media(hover: hover){a.video-info-item--channel:hover .video-info-item__value,a.video-info-item--channel:focus .video-info-item__value{color:var(--color__main-text)}}.video-info-item--size_video{align-items:center;gap:.5rem}.video-info-item--size_video .video-info-item__value{font-weight:300}.video-info-item--size_video.video-info-item--duration .video-info-item__icon{width:1.8rem;height:1.8rem}.video-info-item--size_video.video-info-item--viewed .video-info-item__icon{width:1.8rem;height:1.8rem}@media screen and (min-width: 640px){.video-info-item--duration .video-info-item__icon{width:1.4rem;height:1.4rem}.video-info-item--size_video{gap:1rem}.video-info-item--size.video-info-item--duration .video-info-item__icon{width:1.6rem;height:1.6rem}}@media screen and (min-width: 960px){.video-info-item{gap:1rem}.video-info-item--duration .video-info-item__icon{width:1.8rem;height:1.8rem}.video-info-item--viewed .video-info-item__icon{width:1.8rem;height:1.8rem}.video-info-item--size_video{flex-direction:row;align-items:center}}.video-rating__star{opacity:.8}.video-rating__star--empty{opacity:.23}.video-rating--xl{gap:.4rem}.video-rating--xl .video-rating__star{width:1.6rem;height:1.6rem}.video-rating--l{gap:.8rem}.video-rating--l .video-rating__star{width:1.8rem;height:1.8rem}@media screen and (min-width: 960px){.video-rating--xl{gap:.8rem}.video-rating--xl .video-rating__star{width:2.2rem;height:2.2rem}}.video-preview__pic-inner{border-radius:.6rem .6rem 0 0;border-block-start:.1rem solid rgba(28,28,28,.6)}.video-preview__pic-inner::before{content:"";display:block;position:relative;width:100%;padding-top:56.25%}.video-preview__video-wrapper{opacity:0}.video-preview__video-wrapper--active{visibility:visible;opacity:1}.video-preview__pic,.video-preview__video{width:100%;height:100%;object-fit:cover}.video-preview__square-pallet{inset-block-start:.6rem;inset-inline-end:.6rem}.video-preview__time{inset-block-end:.3rem;inset-inline-end:.3rem}.video-preview__text-content{border-radius:0 0 .6rem .6rem;border:.1rem solid rgba(28,28,28,.6);border-block-start:none;padding:.5rem 1rem 1.3rem}.video-preview__descr{line-height:150%;margin-block-start:.5rem}.video-preview__more{display:inline-flex;gap:1.6rem;margin-inline-start:.4rem}.video-preview__more svg{width:1.8rem;height:.9rem;stroke:var(--color__main-text)}@media(hover: hover){.video-preview__more:hover,.video-preview__more:focus{opacity:.5}}@media(hover: hover){.video-preview__name:hover,.video-preview__name:focus{opacity:.7}}.video-preview__info-row{margin-block-start:.9rem;gap:1.5rem}.video-preview__video-rating{margin-inline-start:auto}.video-preview__bg{opacity:.05}.video-preview--size-xl .video-preview__info-item.video-info-item--publisher{display:none}.video-preview--size-xl .video-preview__text-content{padding:1rem}.video-preview--size-xl .video-preview__name{margin-block-end:.5rem;padding-inline:1rem}.video-preview--size-xl .video-preview__info-row{margin-block-start:0}.video-preview--size-l .video-preview__name{line-height:normal}@media screen and (min-width: 640px){.video-preview__more{gap:.7rem}.video-preview__pic-inner{border-radius:1rem 1rem 0 0;border-inline:.1rem solid rgba(28,28,28,.6)}.video-preview__text-content{border-radius:0 0 1rem 1rem}.video-preview--size-xl .video-preview__name{padding-inline:0}.video-preview--size-l .video-preview__text-content{padding:1rem 1rem 1.5rem}}@media screen and (min-width: 960px){.video-preview__square-pallet{inset-block-start:1rem;inset-inline-end:1rem}.video-preview--size-xl .video-preview__name{margin-block-end:1rem}.video-preview--size-xl .video-preview__text-content{padding:1rem 1.5rem 1.5rem}.video-preview--size-xl .video-preview__info-row{gap:2rem}}@media screen and (min-width: 1440px){.video-preview__time{inset-block-end:.5rem;inset-inline-end:.7rem}.video-preview__descr{margin-block-start:1rem}.video-preview--size-xl .video-preview__info-row{gap:3.6rem}.video-preview--size-xl .video-preview__text-content{padding:1.5rem 2rem 2rem}.video-preview--size-xl .video-preview__info-item.video-info-item--publisher{display:flex}.video-preview--size-l .video-preview__pic-block{padding:1rem 1rem 0;background-color:var(--color__main-bg);border-radius:1rem 1rem 0 0;border:.1rem solid rgba(28,28,28,.6);border-block-end:none}.video-preview--size-l .video-preview__pic-inner{border-radius:.2rem;border:none}}@media screen and (min-width: 1660px){.video-preview--size-l .video-preview__name{margin-block-start:0rem}}.icon-title-item__icon-wr,.icon-title-item__icon{flex-shrink:0}.icon-title-item__title{font-weight:inherit;line-height:normal}.icon-title-item--type_features{align-items:center;padding-block:1.2rem 1.5rem;gap:1.2rem}.icon-title-item--type_features .icon-title-item__icon{width:2.6rem;height:2.6rem}.icon-title-item--type_features .icon-title-item__icon--4k-display{width:4.5rem}.icon-title-item--type_features .icon-title-item__icon--members{width:6rem}.icon-title-item--type_features .icon-title-item__icon--50-mp-photos{width:4.2rem}.icon-title-item--type_features .icon-title-item__icon--fast-runtime{width:3.2rem}.icon-title-item--type_get-access{gap:1.5rem}.icon-title-item--type_get-access .icon-title-item__icon{width:3.4rem;height:3.4rem}.icon-title-item--type_get-access .icon-title-item__icon--unlim-downloads{height:1.8rem}.icon-title-item--type_get-access .icon-title-item__icon--special-offer{height:3.5rem}@media screen and (min-width: 640px){.icon-title-item--type_features{gap:1.8rem;padding-block:2rem;min-height:14rem}.icon-title-item--type_features .icon-title-item__icon{width:6.4rem;height:6.4rem}.icon-title-item--type_features .icon-title-item__icon--4k-display{width:9.3rem;height:5.4rem}.icon-title-item--type_features .icon-title-item__icon--members{width:13rem;height:5.5rem}.icon-title-item--type_features .icon-title-item__icon--50-mp-photos{width:9.3rem;height:5.5rem}.icon-title-item--type_features .icon-title-item__icon--fast-runtime{width:6.3rem;height:6.3rem}.icon-title-item--type_features .icon-title-item__icon--support{width:6rem;height:6rem}.icon-title-item--type_features .icon-title-item__title{margin-block-start:auto}.icon-title-item--type_get-access .icon-title-item__icon{width:4rem;height:4rem}.icon-title-item--type_get-access .icon-title-item__icon--unlim-downloads{height:2.1rem}.icon-title-item--type_get-access .icon-title-item__icon--early-access{width:3.4rem;height:3.4rem}.icon-title-item--type_get-access .icon-title-item__icon--special-offer{width:3.6rm;height:3.8rem}}@media screen and (min-width: 960px){.icon-title-item--type_features{padding-block:2.4rem;gap:2.8rem;min-height:16rem;justify-content:flex-end}.icon-title-item--type_features .icon-title-item__title{margin-block-start:0}}@media screen and (min-width: 1440px){.icon-title-item--type_features{padding-block:4.4rem 3.7rem;min-height:20rem}.icon-title-item--type_get-access{gap:2rem}}.access-pallet{padding:1rem 1rem 1.2rem;border-radius:.6rem;border:.1rem solid #1c1c1c}.access-pallet__bg{opacity:.16}.access-pallet__icon{width:2.78rem;height:2.4rem;margin-block-end:.5rem}.access-pallet__desc{margin-block-start:.2rem}.access-pallet__btn{margin-block-start:.7rem;padding:.3rem 2rem;width:max-content;line-height:normal}@media screen and (min-width: 640px){.access-pallet{padding:3rem 4rem 3rem}.access-pallet__icon{width:5.79rem;height:5rem;margin-block-end:1.5rem}.access-pallet__desc{margin-block-start:1rem}.access-pallet__btn{margin-block-start:2rem;padding:1rem 6rem}}@media screen and (min-width: 960px){.access-pallet{padding:4rem 3rem 4.9rem}.access-pallet__icon{width:8.1rem;height:7rem;margin-block-end:2rem}.access-pallet__desc{margin-block-start:1.5rem}.access-pallet__btn{margin-block-start:3rem;padding:1.5rem 6rem}}@media screen and (min-width: 1440px){.access-pallet{padding:4.5rem 4rem 4.9rem}.access-pallet__icon{width:12.7rem;height:11rem;margin-block-end:3rem}.access-pallet__title{line-height:100%}}.logo-title-item{padding:1.2rem 1rem 1rem;border:.1rem solid #1c1c1c;border-radius:.4rem;min-height:6rem}.logo-title-item__icon-wrapper svg{height:2.1rem}.logo-title-item__icon-wrapper .dw4k{width:3.5rem}.logo-title-item__icon-wrapper .dw-hd-sm{width:10.8rem;height:2.2rem}.logo-title-item__icon-wrapper .dw-hd{width:3.8rem}.logo-title-item__icon-wrapper .dw-sd{width:3.6rem}.logo-title-item__icon-wrapper .dw-mb-vid{width:3.4rem;height:3.4rem}.logo-title-item__icon-wrapper .dw-img{width:5.6rem;height:3.4rem}.logo-title-item__icon-wrapper .dw-sub{width:4rem;height:2.4rem}.logo-title-item__title{transition:var(--transition)}.logo-title-item__desc{margin-block-start:.5rem}@media(hover: hover){.logo-title-item:hover .logo-title-item__title,.logo-title-item:focus .logo-title-item__title{color:var(--color__accent)}}@media screen and (min-width: 640px){.logo-title-item{padding:0;flex-direction:column;align-items:flex-start}.logo-title-item__desc{margin-block-start:.5rem;font-size:1.2rem}.logo-title-item__icon-wrapper{padding:2.1rem 1rem 2.5rem;height:6.8rem}.logo-title-item__icon-wrapper .dw-hd-sm{width:11.2rem}.logo-title-item__icon-wrapper .dw-hd{width:4.2rem}.logo-title-item__icon-wrapper .dw-sd{width:3.9rem}.logo-title-item__content{text-align:start;border-block-start:.1rem solid #1c1c1c;padding:1rem;width:100%}}.header{padding:.8rem .5rem .6rem}.header__left-wr{gap:.3rem;width:12.8rem}.header__logo{height:2.8rem}.header__logo img{width:100%;height:100%;object-fit:contain}.header__part-title{background-color:var(--color__odd-bg);border-radius:.4rem;border:.1rem solid #1c1c1c;height:1.7rem;padding:.3rem .5rem}.header__part-title svg{width:100%;height:100%}.header__buttons-wr{gap:1rem}.header__right-wr{gap:1.6rem}@media(hover: hover){.header__login-btn:hover,.header__login-btn:focus{opacity:.5}}.header__join-btn{height:100%;padding:1rem .6rem;line-height:normal}.header__join-btn::after{background:linear-gradient(180deg, #FFF -1.16%, #C0C4C8 48.84%, #8A8D93 98.84%)}@media screen and (min-width: 640px){.header{padding:1.2rem 2rem 1rem}.header__left-wr{width:auto}.header__logo{width:13.7rem;height:3rem}.header__part-title{width:16.7rem;height:2.1rem}.header__right-wr,.header__buttons-wr{gap:2rem}.header__join-btn{padding:1rem 1.8rem}}@media screen and (min-width: 960px){.header{padding:1.5rem 2rem}.header__left-wr{flex-direction:row;align-items:flex-end;gap:.6rem}.header__logo{width:18.2rem;height:4rem}.header__part-title{padding:.5rem 1rem;width:17.7rem;height:2.6rem}.header__buttons-wr{gap:2.5rem}.header__right-wr{gap:3rem}.header__lng-swtch{position:relative}.header__join-btn{padding:1rem 2.4rem}}@media screen and (min-width: 1440px){.header{padding:2rem 3rem}.header__logo{width:22.3rem;height:4.9rem}.header__join-btn{padding:1.2rem 2.4rem;height:max-content}}.footer__bg{opacity:.1}.footer__social-icons{padding-block:4rem 5.4rem}.footer__content-wr{padding:5rem 1rem 4rem}.footer,.footer__content-wr,.footer__copyright{border-block-start:.1rem solid #1c1c1c}.footer__nav{gap:2rem;margin-block-start:3rem}@media screen and (min-width: 640px){.footer__content-wr{padding:5rem 1.9rem 4rem 1.6rem}.footer__nav{margin-block-start:4rem;flex-direction:row;gap:14.4rem}.footer__list-item{min-width:15rem}}@media screen and (min-width: 960px){.footer__content-wr{display:flex;flex-direction:row;justify-content:space-between;padding:5rem 2rem 5.4rem}.footer__form{width:44rem}.footer__nav{margin-block-start:0;gap:12rem}.footer__list-item{min-width:12.4rem}}@media screen and (min-width: 1440px){.footer__logo{display:block;width:22rem;height:5rem;margin-block-end:5rem}.footer__content-wr{padding-inline:3rem}.footer__nav{gap:17rem;padding-inline-end:12rem}}@media screen and (min-width: 1660px){.footer__container{padding-inline:7rem}.footer__content-wr{padding-inline:0}.footer__nav{padding-inline-end:8rem}}.copyright{padding:2rem 1rem 2.4rem;color:rgba(144,144,144,.4);line-height:150%}@media(hover: hover){.copyright a:hover,.copyright a:focus{color:var(--color__main-text)}}.copyright__row:not(:first-child){margin-block-start:1rem}@media screen and (min-width: 640px){.copyright{padding:3rem 2rem 2.5rem}}.description-section{padding-block:1.2rem 1.5rem;padding-inline:1rem}.description-section__title{line-height:100%}.description-section__title span{font-weight:900;margin-inline-start:1rem}.description-section__banner{padding:.8rem 1rem;border-radius:.6rem;border:.1rem solid #1c1c1c;margin-block-start:1rem}.description-section__banner-bg{opacity:.1}@media screen and (min-width: 640px){.description-section{padding:2rem 0}.description-section__title{margin-block-end:1rem}.description-section__desc{display:block;line-height:150%}.description-section__desc p{margin-block-end:0}.description-section__desc p:first-child{margin-block-start:0}.description-section__desc p:not(:first-child){margin-block-start:1rem}.description-section__banner{padding:1.4rem 1.6rem;border-radius:1rem}}@media screen and (min-width: 960px){.description-section{padding-block:2rem 3rem}.description-section__title{margin-block-end:1.5rem}.description-section__banner{margin-block-start:2rem}}@media screen and (min-width: 1440px){.description-section{padding-block:7rem 4rem}.description-section__icon{display:block;width:7.3rem;height:6.3rem;flex-shrink:0}.description-section__content{display:flex;align-items:center;flex-direction:row;gap:4.2rem}.description-section__title{margin:0;text-align:start;white-space:nowrap}.description-section__title span{display:block;margin-inline-start:.5rem}.description-section__title::after{width:15rem}.description-section__desc{margin-inline-start:1rem;text-align:start}.description-section__banner{margin-block-start:2.5rem}}@media screen and (min-width: 1660px){.description-section{padding-block:1.9rem 4rem}.description-section__container{padding-inline:7rem}.description-section__content{gap:5.2rem}}.videos-preview{padding-block:0rem 2rem}.videos-preview__item:last-child{display:none}.videos-preview__btn{width:calc(100% - 2rem);margin-block-start:2rem;padding:1.3rem}@media screen and (min-width: 640px){.videos-preview__btn{padding:1.3rem 6rem;min-width:36rem;width:max-content}.videos-preview__grid{gap:0}.videos-preview__grid::after{content:"";display:block;position:absolute;height:100%;width:.15rem;background:linear-gradient(90deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 2%, #1C1C1C 98%, rgba(28, 28, 28, 0) 100%);left:50%;transform:translateX(-50%)}.videos-preview__item:last-child{display:block}.videos-preview__item{--side_distance: 1rem;--vertical_distance: 2rem}.videos-preview__item:nth-child(n+3){padding-block-start:var(--vertical_distance)}.videos-preview__item:nth-child(n+3)::before{content:"";display:block;position:absolute;width:100%;background:linear-gradient(90deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 2%, #1C1C1C 98%, rgba(28, 28, 28, 0) 100%);inset-block-start:0;inset-inline-start:0;height:.15rem}.videos-preview__item:nth-child(2n+1){padding-inline-end:var(--side_distance)}.videos-preview__item:nth-child(2n+1)::before{background:linear-gradient(90deg, rgba(28, 28, 28, 0) 0%, #1C1C1C 2%, #1C1C1C 100%)}.videos-preview__item:nth-child(2n){padding-inline-start:var(--side_distance)}.videos-preview__item:nth-child(2n)::before{background:linear-gradient(90deg, #1C1C1C 0%, #1C1C1C 98%, rgba(28, 28, 28, 0) 100%)}.videos-preview__item:nth-last-child(n+3){padding-block-end:var(--vertical_distance)}}@media screen and (min-width: 960px){.videos-preview{padding-block:0 2.5rem}.videos-preview__btn{margin-block-start:3rem;padding:1.5rem 6rem}}@media screen and (min-width: 1440px){.videos-preview{padding-block:0rem 3rem}.videos-preview__item{--side_distance: 3rem;--vertical_distance: 3rem}.videos-preview__btn{padding-block:1.8rem;line-height:normal}}@media screen and (min-width: 1660px){.videos-preview__grid{padding-inline:3rem}.videos-preview__item{--side_distance: 4rem}}.features{padding:2rem 1rem 1rem}.features__title{margin-block-end:1.5rem}.features__items-wrapper{border-radius:.6rem;border:.1rem solid #1c1c1c}.features__bg{opacity:.1}.features__item:not(:last-child){border-block-end:.1rem solid #1c1c1c}@media screen and (min-width: 640px){.features{padding:2rem 0 1.5rem}.features__title{margin-block-end:2rem}.features__items-wrapper{border-radius:1rem}.features__item:nth-last-child(2){border-block-end:none}.features__item:nth-child(2n+1){border-inline-end:.1rem solid #1c1c1c}}@media screen and (min-width: 960px){.features{padding:2.5rem 0 1.5rem}.features__title{margin-block-end:3rem}.features__item:nth-last-child(3){border-block-end:none}.features__item:nth-child(2n+1){border-inline-end:none}.features__item:nth-child(3n-2),.features__item:nth-child(3n-1){border-inline-end:.1rem solid #1c1c1c}}@media screen and (min-width: 1440px){.features{padding:3rem 0 2rem;margin-inline:0}.features__title{margin-block-end:3.2rem}}@media screen and (min-width: 1660px){.features__title{margin-block-end:3rem}}.get-access{padding:1rem}.get-access__content-block{padding:3rem 2rem;border-radius:1rem}.get-access__texture{opacity:.09}.get-access__noise{opacity:.1}.get-access__title{line-height:100%}.get-access__descr{line-height:150%;margin-block-start:1rem}.get-access__advantages{margin-block-start:2.5rem;gap:2rem}.get-access__btn{padding:1.3rem;margin-block-start:2.5rem}@media screen and (min-width: 640px){.get-access{padding:1.5rem 0 2rem}.get-access__content-block{padding:3rem 3rem 4rem}.get-access__diamonds{display:block;inset-block-end:-1%;inset-inline-end:-1%;opacity:.25;width:30rem;height:36.7rem}.get-access__advantages{margin-block-start:3rem;gap:2.6rem}.get-access__btn{width:30rem;margin-block-start:3rem;padding:1.6rem}}@media screen and (min-width: 960px){.get-access{padding-block:1.5rem 2.5rem}.get-access__container{grid-template-columns:auto 51.6%}.get-access__bg{top:-0.1rem;height:calc(100% + .2rem)}.get-access__bg-block{display:block;border-radius:1rem 0 0 1rem;border:.1rem solid #1c1c1c;border-inline-end:none}.get-access__bg-block img{object-position:left}.get-access__content-block{border-radius:0 1rem 1rem 0;padding:3rem 2.5rem 4rem;border:.1rem solid #1c1c1c;border-inline-start:none}.get-access__diamonds{inset-block-end:-21%;inset-inline-end:-5%}}@media screen and (min-width: 1440px){.get-access{padding-block:2rem 3rem}.get-access__content-block{padding:4rem 6rem 4.6rem}.get-access__container{grid-template-columns:auto 69.6rem}.get-access__btn{margin-block-start:4rem}.get-access__descr{margin-block-start:2rem;max-width:80%}.get-access__diamonds{inset-block-end:-10%;inset-inline-end:-3%}}@media screen and (min-width: 1660px){.get-access__content-block{padding:4rem 5.1rem 4.6rem}.get-access__container{grid-template-columns:auto 68.7rem}}.best-scenes{padding-block:3rem 2rem}.best-scenes__title{width:calc(100% - 2rem);margin-block-end:1.5rem;margin-inline:auto}.best-scenes__btn{width:calc(100% - 2rem);padding:1.3rem;margin-block-start:2rem}.best-scenes__item{display:none}.best-scenes__item:nth-child(1),.best-scenes__item:nth-child(2),.best-scenes__item:nth-child(3){display:block}.best-scenes--type_vid-pop{padding-block:4.4rem 2rem}.best-scenes--type_best-scenes{padding-block-end:6rem}@media screen and (min-width: 640px){.best-scenes{padding:2rem 0 2.5rem}.best-scenes__title{margin-block-end:2rem;width:100%}.best-scenes__btn{width:36rem}.best-scenes__item:nth-child(4){display:block}.best-scenes--type_vid-pop{padding-block:4rem 2rem}.best-scenes--type_best-scenes{padding-block-end:7rem}}@media screen and (min-width: 960px){.best-scenes{padding:2.5rem 0 3rem}.best-scenes__title{margin-block-end:3rem}.best-scenes__btn{margin-block-start:3rem;padding:1.5rem}.best-scenes__item:nth-child(5),.best-scenes__item:nth-child(6){display:block}.best-scenes--type_vid-pop{padding-block:5rem 2.5rem}.best-scenes--type_best-scenes{padding-block-end:8rem}}@media screen and (min-width: 1440px){.best-scenes{padding:3rem 0}.best-scenes__item{display:block}.best-scenes__btn{padding:1.8rem;line-height:normal}.best-scenes--type_vid-pop{padding-block:6rem 3rem}.best-scenes--type_best-scenes{padding-block-end:8.5rem}}.limited-offer{padding-block:2rem 6rem}.limited-offer__bg{opacity:.1}.limited-offer__wrapper{padding:2.6rem 1rem 3rem;border:.1rem solid #1c1c1c;border-radius:.6rem;margin-inline:1rem}.limited-offer__title,.limited-offer__subtitle{line-height:100%}.limited-offer__subtitle{margin-block-start:.3rem}.limited-offer__heading{margin-block-end:2.4rem}.limited-offer__quote span{line-height:80%}.limited-offer__quote--highlight{font-size:10rem;font-weight:900}.limited-offer__quote span:last-child{background-image:linear-gradient(180deg, #8A8D93 0%, #FFF 50%, #8A8D93 100%)}.limited-offer__txt{margin-block-start:1.4rem}.limited-offer__footing{margin-block-start:3rem}.limited-offer__btn{padding:1.6rem}.limited-offer__warn{margin-block-start:2rem}@media screen and (min-width: 640px){.limited-offer{padding-block:2.5rem 7rem}.limited-offer__wrapper{padding:4rem 3.2rem 5rem;border-radius:1rem;margin-inline:0}.limited-offer__heading{margin-block-end:4rem}.limited-offer__subtitle{margin-block-start:.4rem}.limited-offer__quote{flex-direction:row;align-items:center;justify-content:center;gap:1rem}.limited-offer__footing{margin-block-start:3.7rem}.limited-offer__btn{padding:1.7rem 5.15rem;width:max-content}}@media screen and (min-width: 960px){.limited-offer{padding-block:3rem 8rem}.limited-offer__wrapper{padding:5rem 3.9rem 5.3rem}.limited-offer__heading{margin-block-end:5rem}.limited-offer__footing{margin-block-start:5.6rem}.limited-offer__content{width:51.5rem}.limited-offer__img--right{display:block;inset-inline-end:-5%;inset-block-end:0}.limited-offer__img img{object-fit:contain;height:100%}}@media screen and (min-width: 1440px){.limited-offer{padding-block:3.9rem 8.5rem}.limited-offer__wrapper{padding:5.3rem 5rem 4.2rem}.limited-offer__heading{margin-block-end:4.6rem}.limited-offer__content{width:70.2rem;margin-inline:auto}.limited-offer__quote{font-size:7.7rem}.limited-offer__quote--highlight{font-size:11rem;margin-inline-start:.5rem}.limited-offer__footing{margin-block-start:5.2rem}.limited-offer__warn{margin-block-start:2.3rem}.limited-offer__img--right{inset-inline-end:-1.3%}.limited-offer__img--left{display:block;inset-inline-start:0%;inset-block-start:-2%}}@media screen and (min-width: 1660px){.limited-offer__quote{font-size:8.2rem;gap:1.1rem}.limited-offer__quote--highlight{font-size:11.6rem;margin-inline-start:.4rem}.limited-offer__txt{margin-block-start:1rem}.limited-offer__footing{margin-block-start:5rem}}.scene-preview__item{border:.1rem solid rgba(255,255,255,.03);border-radius:.6rem;display:none}.scene-preview__item::after{content:"";display:block;position:relative;width:100%;padding-top:56.25%}.scene-preview__item:nth-child(1){display:block}.scene-preview__item:nth-child(2){display:block}.scene-preview__item:nth-child(3){display:block}.scene-preview__item:nth-child(4){display:block}@media screen and (min-width: 640px){.scene-preview__item::after{padding-top:56%}.scene-preview__title{margin-bottom:1.5rem}}@media screen and (min-width: 960px){.scene-preview__item::after{padding-top:56.2%}.scene-preview__item:nth-child(5){display:block}.scene-preview__item:nth-child(6){display:block}}@media screen and (min-width: 1440px){.scene-preview__item{display:block}}@media screen and (min-width: 1660px){.scene-preview__item::after{padding-top:56.25%}}.actor{gap:.5rem}.actor__img{border-radius:.4rem;width:2rem;height:2rem}.actor__name{transition:var(--transition)}@media(hover: hover){.actor:hover .actor__name,.actor:focus .actor__name{color:var(--color__accent)}}@media screen and (min-width: 640px){.actor{gap:1.5rem}.actor__img{border-radius:.8rem;width:4rem;height:4rem}}.video-full__player::before{display:block;content:"";width:100%;padding-top:48.5%}.video-full__player picture{position:absolute;left:0;top:0;width:100%;height:100%}.video-full__player img{width:100%;height:100%;object-fit:cover}.video-full__access-pallet{left:50%;top:50%;transform:translate(-50%, -50%);width:24.1rem}.video-full__props{padding:1.1rem 1rem 1rem;gap:1rem;border-block-end:.1rem solid #1c1c1c}.video-full__info-row{flex-grow:1;gap:.5rem}.video-full__content-wr{border-radius:.6rem;border:1px solid #1c1c1c;padding:1.5rem 1rem .6rem;margin-block-start:1rem;margin-inline:1rem}.video-full__info-item{height:100%}.video-full__info-item:nth-child(3){display:none}.video-full__btn-wr--mobile{margin-block-start:1.5rem;width:100%}.video-full__btn{padding:.6rem 1rem;width:100%;gap:1rem}.video-full__btn svg{width:2rem;height:2rem}.video-full__title{line-height:normal}.video-full__text-wr{margin-block-start:.5rem;line-height:150%}.video-full__text-wr:not(.opened) div{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;line-height:150%;max-height:450%;-webkit-line-clamp:3;-webkit-box-orient:vertical}.video-full__text-wr p{margin:0;font-weight:300}.video-full__text-wr p:not(:first-child){margin-block-start:1rem}.video-full__desc-show-btn{margin-block-start:.5rem;line-height:150%}.video-full__desc-show-btn:not(.video-full__desc-show-btn--opened) .hide{display:none}.video-full__desc-show-btn--opened .show{display:none}.video-full__desc-show-btn--opened .hide{display:inline-block}.video-full__actors{gap:1rem 2rem;margin-block-start:1rem}.video-full__scene-preview{padding-block:1.5rem}.video-full__download-item--title{padding-block-end:.5rem}@media screen and (min-width: 640px){.video-full__access-pallet{width:40rem}.video-full__props{padding:1.5rem 2rem;gap:3.6rem}.video-full__info-row{gap:3rem}.video-full__info-item:nth-child(3){display:flex}.video-full__btn-wr--mobile{display:none}.video-full__btn-wr--desktop{display:block}.video-full__btn{width:auto;padding:.8rem 1rem;gap:1.3rem}.video-full__btn svg{width:3rem;height:3rem}.video-full__content-wr{padding:3rem 2rem 2rem;margin-block-start:2rem;margin-inline:0}.video-full__text-wr{margin-block-start:1.5rem}.video-full__text-wr:not(.opened) div{display:block;overflow:visible;line-height:150%}.video-full__desc-show-btn{display:none;pointer-events:none}.video-full__actors{margin-block-start:2rem;gap:4.9rem}.video-full__scene-preview{padding-block:3rem}.video-full__download-item--title{justify-content:center}}@media screen and (min-width: 960px){.video-full__access-pallet{width:52rem}.video-full__info-row{gap:3.5rem;flex-grow:0}.video-full__btn{padding:.8rem 1rem .8rem 3rem}}@media screen and (min-width: 1440px){.video-full__access-pallet{width:63rem}.video-full__props{padding:1.5rem 3rem}.video-full__info-row{gap:7rem}.video-full__content-wr{padding:3.5rem 3rem 3rem}.video-full__download-item--title{grid-column:1/8;height:auto;text-align:left;justify-content:left;padding:0;margin-block-end:.9rem}.video-full__download-items-wrapper{row-gap:0}}@media screen and (min-width: 1660px){.video-full__props{padding:1.5rem 7rem}}
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
