/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*! 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.
 */
/* 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 */
  -webkit-text-decoration: underline dotted;
          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: 1rem 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: -2rem; /* 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-family: "Mulish", sans-serif;
  --second-family: "VivaldiD CL", sans-serif;
}

@font-face {
  font-family: "Mulish";
  src: url("../fonts/Mulish-Regular.ttf");
  src: local("Mulish-Regular "), local("Mulish Regular"), url("../fonts/Mulish-Regular.woff") format("woff"), url("../fonts/Mulish-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "VivaldiD CL";
  src: url("../fonts/Vivaldi.TTF");
  src: local("VivaldiD-CL "), local("VivaldiD CL"), url("../fonts/Vivaldi.woff") format("woff"), url("../fonts/Vivaldi.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
.text-medium {
  font-weight: 500;
}

.text-regular {
  font-weight: 400;
}

.container {
  max-width: 1290px;
  width: 100%;
  margin: 0 auto;
  padding-left: 0px;
  padding-right: 0px;
  display: flex;
}

.img-wrp {
  display: block;
  position: relative;
}
.img-wrp lottie-player,
.img-wrp img,
.img-wrp svg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -o-object-fit: contain;
     object-fit: contain;
}

@keyframes t_anim {}
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
}

html {
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
  font-family: var(--font-family);
  background: #140321;
}
body::-webkit-scrollbar {
  display: none;
}
body::-webkit-scrollbar-horizontal {
  display: none;
}

a {
  text-decoration: unset;
  cursor: pointer;
}

button {
  background: unset;
  border: unset;
  padding: 0;
  outline: unset;
  cursor: pointer;
}

input {
  outline: unset;
}

.header {
  padding-top: 21px;
  padding-bottom: 24px;
  margin-bottom: 36px;
}
.header__container {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header__menu {
  display: flex;
  align-items: center;
  margin-top: -20px;
  margin-right: 370px;
}
.header__menu-item {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
.header__menu-item:first-child {
  margin-right: 12px;
}
.header__menu-item-active {
  background: linear-gradient(90deg, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header__logo {
  width: 307px;
  height: 96px;
}
.header__close {
  width: 24px;
  height: 24px;
  margin-left: auto;
  margin-right: 0;
  margin-top: -20px;
  display: none;
}
.header__close.active {
  display: block;
}
.header__prev {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-top: -20px;
  display: none;
}
.header__prev.active {
  display: flex;
}
.header__prev-arrow {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}
.header__prev-text {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  background: linear-gradient(90deg, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.ms__container {
  overflow: hidden;
}
.ms__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: -250%;
  opacity: 0;
  transition: opacity 300ms ease-in-out;
}
.ms__list.active {
  position: static;
  left: unset;
}
.ms__list.active-effect {
  opacity: 1;
}
.ms__list-item {
  position: relative;
  width: 300px;
  height: 549px;
  margin-right: 30px;
  margin-bottom: 25px;
  cursor: pointer;
}
.ms__list-item:nth-child(4n) {
  margin-right: 0;
}
.ms__list-item:hover .ms__list-item-hover-items {
  opacity: 1;
}
.ms__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 46px;
  justify-content: flex-start;
  margin-bottom: 3px;
}
.ms__desk {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.ms__img {
  width: 300px;
  height: 360px;
  margin-bottom: 2px;
}
.ms__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  align-items: flex-start;
  justify-content: flex-start;
}
.ms__text1 {
  margin-bottom: 8px;
}
.ms__prc {
  position: absolute;
  top: 107px;
  left: 0;
  width: 60px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.ms__prc-border {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.ms__prc-num {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  background: linear-gradient(90deg, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ms__list-item-hover-items {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 750ms ease-in-out;
  opacity: 0;
}
.ms__list-item-hover-items-icon {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.ms__list-item-bg {
  width: 300px;
  height: 347px;
}

.ms-swiper {
  margin-top: -9px;
  position: absolute;
  left: -250%;
}
.ms-swiper.active {
  position: relative;
  left: unset;
}
.ms-swiper__container {
  display: block;
}
.ms-swiper__info {
  max-width: 440px;
}
.ms-swiper__list {
  width: 100%;
  position: absolute !important;
  left: -250%;
  opacity: 0;
  height: 0;
  transition: opacity 300ms ease-in-out;
}
.ms-swiper__list.active {
  position: relative !important;
  left: unset;
  height: auto;
}
.ms-swiper__list.active-effect {
  opacity: 1;
}
.ms-swiper__title {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 60px;
  color: #fff;
  margin-bottom: 29px;
}
.ms-swiper__desk {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #fff;
  margin-bottom: 15px;
}
.ms-swiper__text {
  max-width: 360px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.7);
}
.ms-swiper__text1 {
  margin-bottom: 9px;
}
.ms-swiper__prc {
  position: absolute;
  top: 32px;
  right: 0;
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 40px;
  line-height: 140%;
  text-align: right;
  background: linear-gradient(90deg, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.ms-swiper__img {
  width: 550px;
  height: 660px;
  position: relative;
  top: -53px;
  left: 10px;
}
.ms-swiper__bg-img {
  width: 1500px;
  height: 420px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -105px;
  z-index: -1;
}
.ms-swiper .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.ms-swiper__nav {
  position: absolute;
  width: 250px;
  top: 258px;
  left: 0;
  display: flex;
  align-items: center;
  z-index: 2;
}
.ms-swiper__nav-num-wrp {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #fff;
}
.swiper-slide-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.swiper-slide-btn-arrow {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.swiper-slide-btn-border {
  width: 100%;
  height: 100%;
}

.swiper-slide-btn-prev {
  margin-right: 37px;
}

.swiper-slide-btn-next {
  margin-left: auto;
}

.ms__list-item-hover-items {
  top: 45%;
}

.ms__prc {
  top: 91px;
}

.header {
  margin-bottom: 52px;
}

.swiper {
  overflow: visible !important;
}

.swiper-slide {
  opacity: 0 !important;
  overflow: visible !important;
}

.swiper-slide-active {
  opacity: 1 !important;
}

.ms__title span {
  margin-right: -13px;
}

.ms__title span:last-child {
  margin-right: -13px;
  margin-left: 10px;
}

.ms-swiper__title span {
  margin-right: -13px;
}

.ms-swiper__title span:last-child {
  margin-right: -13px;
  margin-left: 10px;
}

@media screen and (max-width: 1300px) {
  .container {
    max-width: 768px;
    padding-left: 44px;
    padding-right: 44px;
    border: unset;
    position: relative;
  }
  .header__menu {
    margin-right: 64px;
    margin-top: -41px;
  }
  .header__container::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
    width: 679px;
    height: 1px;
    opacity: 0.3;
  }
  .ms__list-item {
    width: 328px;
    margin-right: 24px;
  }
  .ms__list-item:nth-child(2n) {
    margin-right: 0;
  }
  .ms__img {
    margin-left: 15px;
    margin-top: 5px;
  }
  .ms__list-item-hover-items {
    display: none;
  }

  .header__logo{
    width: 206px;
    height: 70px;
    margin-top: 0;
    top: -3px;
    left: 49px;
  }
  .header__menu{
    margin-top: -17px;
  }
  .header__close{
    margin-top: -16px;
  }
  .header__container::after{
    margin-bottom: -3px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    max-width: 360px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .header {
    padding-top: 13px;
    padding-bottom: 24px;
    margin-bottom: -8px;
  }
  .header__logo {
    order: -1;
    width: 349px;
    height: 63px;
    margin-bottom: 23px;
  }
  .header__menu {
    margin-top: -36px;
  }
  .header__menu-item {
    font-size: 16px;
  }
  .header__container {
    flex-wrap: wrap;
  }
  .header__close {
    width: 16px;
    height: 16px;
    margin-top: 0;
    position: relative;
    top: -17px;
  }
  .header__prev {
    margin-top: 0;
  }
  .header__menu-item:first-child {
    margin-right: 16px;
  }
  .header__container::after {
    width: 328px;
    bottom: 1px;
  }
  .ms__list-item {
    margin-bottom: 24px;
  }
  .header__logo{
    order: -1;
    width: 349px;
    height: 63px;
    margin-bottom: 23px;
    top: unset;
    left: unset;
  }
}/*# sourceMappingURL=style.css.map */