@font-face {
  font-family: 'OpenSans';
  font-weight: normal;
  src: url("./../../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: 'FuturaNewDemi';
  font-weight: normal;
  src: url("./../../fonts/FuturaNewDemi.otf");
}

@font-face {
  font-family: 'FuturaNewHeavy';
  font-weight: normal;
  src: url("./../../fonts/FuturaNewHeavy.otf");
}

@font-face {
  font-family: 'FuturaNewCondBook';
  font-weight: normal;
  src: url("./../../fonts/FuturaNewCondBook.otf");
}

@font-face {
  font-family: 'FuturaNewLight';
  font-weight: normal;
  src: url("./../../fonts/FuturaNewLight.otf");
}

@font-face {
  font-family: 'Futura-Bold';
  font-weight: bold;
  src: url("./../../fonts/Futura_Extra_Bold.ttf");
}

@font-face {
  font-family: 'Futura-Regular';
  font-weight: normal;
  src: url("./../../fonts/FuturaBookC.otf");
}

@font-face {
  font-family: 'Futura-Medium';
  font-weight: normal;
  src: url("./../../fonts/FuturaMediumC.otf");
}

@font-face {
  font-family: 'OpenSans-Bold';
  font-weight: bold;
  src: url("./../../fonts/OpenSans-Bold.ttf");
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-weight: normal;
  src: url("./../../fonts/OpenSans-Regular.ttf");
}

@font-face {
  font-family: 'OpenSans-Medium';
  font-weight: normal;
  src: url("./../../fonts/OpenSans-Semibold.ttf");
}

* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

ol,
ul {
  list-style: none;
}

pre {
  -moz-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
}

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

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

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

.button {
  width: 100%;
  height: 100%;
  background: transparent;
  font-size: 18px;
  box-sizing: border-box;
}

.button__link {
  display: block;
  width: -webkit-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  width: 100%;
}

.button__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}

.button__inner::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 100%;
}

.button__text-container {
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
  font-family: 'OpenSans-Regular', sans-serif;
  z-index: 2;
}

.button__icon-container {
  display: -ms-flexbox;
  display: flex;
  width: 49px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button__icon {
  width: 14px;
  height: 14px;
  border: 2px solid #733ba1;
  border-left: none;
  border-bottom: none;
  transform: rotate(45deg);
}

.button_color_yellow {
  color: #ffe400;
  border: 2px solid #ffe400;
}

.button_color_yellow .button__icon-container {
  background: #ffe400;
}

.button_color_yellow .button__text-container {
  color: #ffe400;
}

.button_color_yellow .button__inner::before {
  background: #ffe400;
}

.button_mobile {
  border: none;
}

.button_mobile .button__icon-container {
  width: 30px;
  height: 30px;
}

.button_mobile .button__icon {
  width: 10px;
  height: 10px;
}

.button_mobile .button__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.button_mobile .button__text-container {
  font-size: 12px;
  font-weight: bold;
  padding-right: 12px;
}

.button_mobile .button__link {
  width: auto;
}

.carousel-card {
  border-radius: 0;
  border: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  font-family: 'OpenSans-Regular', sans-serif;
  position: relative;
}

.carousel-card a {
  text-decoration: none;
}

.carousel-card__head {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 134px;
}

.carousel-card__head-icon {
  width: 105px;
  height: 105px;
}

.carousel-card__head-icon img {
  max-width: 100%;
  height: auto;
}

.carousel-card__title {
  font-family: 'OpenSans-Medium', sans-serif;
  font-size: 14px;
  color: #ffe400;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

.carousel-card__text {
  font-size: 24px;
  color: #fff;
  height: 72px;
}

.carousel-card__button {
  max-width: 234px;
  opacity: 0;
  margin-top: 70px;
}

.carousel-card__container {
  overflow: hidden;
  height: 100%;
}

.carousel-card__content {
  padding: 24px;
  background: linear-gradient(to top, rgba(255,255,255,0.2) 0%, transparent 100%), #733ba1;
  transition: 0.3s;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.carousel-card__content:hover {
  background: rgba(115,59,161,0.1);
}

.carousel-card__content:hover__button {
  opacity: 1;
}

.carousel-card_active .carousel-card__content {
  background: rgba(115,59,161,0.1);
}

.carousel-card_active .carousel-card__button {
  opacity: 1;
}

.carousel-card_active .carousel-card__button .button {
  animation: fadeInUpLocal 0.75s both;
}

.carousel-card_active .carousel-card__button .button__inner::before {
  width: 100%;
  transition: 0.75s;
  transition-delay: 0.75s;
}

.carousel-card_active .carousel-card__button .button__text-container {
  color: #733ba1;
  transition: 0.75s;
  transition-delay: 0.75s;
}

.carousel-card:hover .carousel-card__button {
  opacity: 1;
}

.carousel-card:hover .carousel-card__button .button {
  animation: fadeInUpLocal 0.75s both;
}

.carousel-card:hover .carousel-card__button .button__inner::before {
  width: 100%;
  transition: 0.75s;
  transition-delay: 0.75s;
}

.carousel-card:hover .carousel-card__button .button__text-container {
  color: #733ba1;
  transition: 0.75s;
  transition-delay: 0.75s;
}

@keyframes fadeInUpLocal {
  from {
    opacity: 0;
    transform: translateY(100%);
  }

  to {
    opacity: 1;
    transform: translateY(0%);
  }
}

.carousel-card-mobile {
  border-radius: 0;
  border: 0;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-sizing: border-box;
  font-family: 'OpenSans-Regular', sans-serif;
  position: relative;
  overflow: hidden;
}

.carousel-card-mobile__head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 21px;
}

.carousel-card-mobile__head-icon {
  width: 64px;
  height: 64px;
}

.carousel-card-mobile__head-icon img {
  max-width: 100%;
  height: auto;
}

.carousel-card-mobile__body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: auto;
  flex: auto;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.carousel-card-mobile__text-content {
  margin-right: 16px;
}

.carousel-card-mobile__title {
  font-family: 'OpenSans-Medium', sans-serif;
  font-size: 10px;
  color: #ffe400;
  letter-spacing: 2px;
  margin-bottom: 6px;
}

.carousel-card-mobile__title p {
  margin: 0;
}

.carousel-card-mobile__text {
  font-size: 14px;
  color: #fff;
}

.carousel-card-mobile__text p {
  margin: 0;
}

.carousel-card-mobile__container {
  overflow: hidden;
  height: 100%;
}

.carousel-card-mobile__content {
  padding: 12px 20px;
  padding-right: 0;
  background: linear-gradient(to right, rgba(255,255,255,0.1) 0%, transparent 100%), #733ba1;
  transition: 0.3s;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.carousel {
  display: -ms-flexbox;
  display: flex;
  background: #733ba1;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 100%;
}

.carousel__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  padding-right: 30px;
  position: relative;
  padding-left: 150px;
}

.carousel-slide {
  height: auto;
}

.glide__slides {
  margin-bottom: 0;
  height: 100%;
}

.glide__controls {
  position: absolute;
  min-width: 150px;
  height: 100%;
  left: -150px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
  box-sizing: border-box;
}

.glide__inner {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  height: 100%;
}

.glide__cards-container {
  position: relative;
}

.glide__controls-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.glide__control-button {
  width: 41px;
  height: 41px;
  box-sizing: border-box;
  border: 2px solid #ffe400;
  border-radius: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  background: none;
}

.glide__control-button::after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  border: 2px solid #ffe400;
  border-left: none;
  border-bottom: none;
}

.glide__control-button:focus {
  outline: 0;
}

.glide__control-button_left {
  transform: rotate(-135deg);
}

.glide__control-button_right {
  transform: rotate(45deg);
}

.glide__control-button_size_small {
  width: 28px;
  height: 28px;
}

.carousel-mobile {
  display: none;
}

.carousel-mobile__item {
  border-bottom: 2px solid #794ea4;
}

.go-top-btn {
  display: none;
}

.go-top-btn__show {
  display: block;
}

.go-top-btn__btn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  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;
  color: #2d1c5c;
  text-decoration: none;
}

.go-top-btn__btn:hover {
  text-decoration: none;
}

.go-top-btn__btn-icon {
  margin-bottom: 10px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #2d1c5c;
  border-radius: 50%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.go-top-btn__btn-icon::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #2d1c5c;
  border-left: 0;
  border-bottom: 0;
  transform: rotate(-45deg);
  margin-top: 4px;
}

.go-top-btn__btn-icon__btn-text {
  color: #2d1c5c;
}

.header {
  display: block;
  box-shadow: 2px 27px 36px -4px #fff;
}

.logo-area {
  display: inline-block;
  height: 59px;
  background: #c0c6cf;
  border-bottom-right-radius: 20px;
}

.main-header {
  display: block;
  height: 644px;
  position: relative;
  font-family: 'Futura', serif;
  overflow: hidden;
}

.main-header__main-image {
  position: absolute;
  bottom: 0;
  height: auto;
  max-height: 605px;
  object-position: center bottom;
}

.main-header__heading-text {
  margin: 0;
}

.main-header__dots-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
}

.main-header__text-block {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 230px;
  padding-left: 0px;
}

.main-header__promo-text {
  margin-right: 30px;
}

.main-header__subpromo-text {
  margin-top: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-header__line {
  margin-bottom: 7px;
}

.main-header__text-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.dots {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.dots__item {
  position: absolute;
  animation: cell 3s infinite alternate;
}

.dots__item_1 {
  width: 88px;
  height: 97px;
  bottom: 35%;
  left: 68%;
}

.dots__item_2 {
  width: 174px;
  height: 147px;
  bottom: 13%;
  left: 67%;
  animation-delay: -0.3s;
}

.dots__item_3 {
  width: 56px;
  height: 50px;
  bottom: 30%;
  left: 73%;
  animation-delay: -0.6s;
}

.dots img {
  max-width: 100%;
  height: auto;
}

@keyframes indexCell {
  0% {
    transform: translateY(-15px);
  }

  50% {
    transform: translateY(15px);
  }

  100% {
    transform: translateY(-15px);
  }
}

.metrics {
  display: block;
}

.msd-med-btn {
  display: block;
  margin: 16px 0;
}

.msd-med-btn a {
  text-decoration: none;
}

.msd-med-btn__inner {
  border-width: 1px;
  border-color: #e8e8e8;
  border-style: solid;
  background: #fff;
  box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.05);
  width: 192px;
  height: 54px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

.msd-med-btn__inner-text {
  color: #3d275c;
  font-size: 16px;
}

.one-page-scroll {
  display: block;
}

.disabled-onepage-scroll .onepage-wrapper .ops-section {
  height: auto !important;
  position: initial !important;
}

.overlay {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0px;
  background: rgba(0,0,0,0.5);
}

.overlay_active {
  display: block;
  animation: fadeIn 0.4s both;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.popup {
  display: block;
  position: fixed;
  width: 101%;
  height: 102%;
  background: rgba(0,0,0,0.7);
  top: 0;
  left: 0;
  overflow: hidden;
}

.popup__hide {
  display: none;
}

.popup__container {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: auto;
  background: #fff;
}

.popup__close {
  height: 50px;
}

.popup__close__btn {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #733ba1;
  margin-top: 10px;
  margin-right: 0px;
  float: right;
}

.popup__close__btn::before {
  position: relative;
  left: 12.5px;
  top: 1px;
  content: "+";
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  display: inline-block;
  transform: rotate(45deg);
}

.popup__content {
  pointer-events: none;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 60px;
}

.popup__row {
  margin-top: 3em;
}

.popup__row:first-child {
  margin-top: 0;
}

.popup__text {
  display: inline-block;
  font-size: 16px;
  color: #2d1c5c;
  font-family: "OpenSans";
  font-weight: 400;
  line-height: 18px;
}

.popup__text_1 {
  float: left;
}

.popup__text_4 {
  float: right;
}

.popup__text h3 {
  font-size: 18px;
  color: #9667c5;
  font-family: "OpenSans";
  font-weight: 700;
}

.top-menu-desktop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
}

.top-menu-desktop a {
  text-decoration: none;
}

.top-menu-desktop__new-mark {
  margin-left: 5px;
  padding: 2px;
  font-size: 8px;
  position: relative;
  top: -5px;
  color: #fff;
  background-color: #733ba1;
  border-radius: 3px;
}

.top-menu-desktop__logo-img {
  max-width: 100%;
}

.top-menu-desktop__inner {
  max-width: 1440px;
  height: 60px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.top-menu-desktop__center-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #fff;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 15px;
  padding-right: 0px;
  height: 100%;
  width: -webkit-fit-content;
  width: fit-content;
  box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.05);
}

.top-menu-desktop__right-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 75px;
}

.top-menu-desktop__logo-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.top-menu-desktop__links-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 10px;
}

.top-menu-desktop__msd-link-container {
  margin-left: 10px;
  background-color: rgba(255,255,255,0.5);
  box-shadow: 0px 8px 29px 0px rgba(0,0,0,0.05);
  border-radius: 4px;
}

.top-menu-desktop__msd-link-container a {
  border: none !important;
}

.top-menu-desktop__link {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.top-menu-desktop__link:last-child a {
  border: none;
}

.top-menu-desktop__link:first-child a {
  border-left: 1px solid #d7d7d7;
}

.top-menu-desktop__link:hover > a > span:first-child {
  color: #d25fd7;
}

.top-menu-desktop__link:hover .top-menu-desktop__submenu {
  display: -ms-flexbox;
  display: flex;
}

.top-menu-desktop__link_submenu {
  height: auto;
}

.top-menu-desktop__link_submenu .top-menu-desktop__link-item {
  padding: 16px 14px;
  border: none !important;
}

.top-menu-desktop__link_active > a > span:first-child {
  color: #d25fd7;
}

.top-menu-desktop__link-item {
  padding: 6px 14px;
  border-right: 1px solid #d7d7d7;
}

.top-menu-desktop__submenu {
  position: absolute;
  top: 100%;
  display: none;
  background-color: #fff;
  box-shadow: 0px 25px 35px 0px rgba(0,0,0,0.05);
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.top-menu-desktop__submenu-container {
  position: relative;
  width: -webkit-fit-content;
  width: fit-content;
}

.top-menu-desktop__link-text {
  font-weight: bold;
  font-size: 14px;
  color: #3d275c;
  font-family: "OpenSans";
}

.top-menu-mobile {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  display: none;
}

.top-menu-mobile__new-mark {
  margin-left: 5px;
  padding: 2px;
  font-size: 8px;
  color: #fff;
  background-color: #733ba1;
  border-radius: 3px;
}

.top-menu-mobile__inner {
  height: 40px;
  position: relative;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-menu-mobile__left-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  padding-left: 20px;
  padding-right: 25px;
  height: 100%;
  width: -webkit-fit-content;
  width: fit-content;
  z-index: 20;
}

.top-menu-mobile__right-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 20px;
  z-index: 20;
}

.top-menu-mobile__logo-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}

.top-menu-mobile__links-container {
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
  background: #fff;
  max-height: 0;
  transition: 400ms max-height;
  overflow: hidden;
  height: 102vh;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  z-index: 10;
}

.top-menu-mobile__links-container_active {
  display: -ms-flexbox;
  display: flex;
}

.top-menu-mobile__links-container__inner {
  padding-top: 60px;
  padding-bottom: 10px;
  width: 100%;
}

.top-menu-mobile__link {
  margin: 0 10px;
  border-bottom: 1px solid #d7d7d7;
}

.top-menu-mobile__link:last-child {
  border: none;
}

.top-menu-mobile__link a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px;
}

.top-menu-mobile__back-button {
  display: none;
  padding: 13px 22px;
  background-color: #733ba1;
}

.top-menu-mobile__back-button.active {
  display: block;
}

.top-menu-mobile__back-button-text {
  color: #fff;
  font-size: 14px;
  pointer-events: none;
}

.top-menu-mobile__link-text {
  color: #3d275c;
  font-size: 14px;
  pointer-events: none;
}

.top-menu-mobile__menu-page {
  display: none;
}

.top-menu-mobile__menu-page.active {
  display: block;
}

.burger-menu {
  position: relative;
  width: 20px;
  height: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.burger-menu__click-region {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 15px;
  cursor: pointer;
}

.burger-menu__item {
  display: block;
  position: absolute;
  width: 20px;
  border-top: 2px solid #3d275c;
  transform-origin: 50% 50%;
  pointer-events: none;
}

.burger-menu__item:nth-child(1) {
  top: 0;
}

.burger-menu__item:nth-child(2) {
  top: 7px;
  opacity: 1;
  transition: transform 400ms ease-out, opacity 0ms linear 400ms/2;
}

.burger-menu__item:nth-child(3) {
  top: 14px;
}

.burger-menu__item_active:nth-child(1) {
  animation: burger-open-top 400ms ease-out forwards;
}

.burger-menu__item_active:nth-child(2) {
  opacity: 0;
  transition: transform 400ms ease-out, opacity 0ms linear 400ms/2;
}

.burger-menu__item_active:nth-child(3) {
  animation: burger-open-bot 400ms ease-out forwards;
}

.burger-menu__item_closing:nth-child(1) {
  animation: burger-close-top 400ms ease-out forwards;
}

.burger-menu__item_closing:nth-child(3) {
  animation: burger-close-bot 400ms ease-out forwards;
}

@keyframes burger-open-top {
  50% {
    transform: translate3d(0, 7px, 0);
  }

  100% {
    transform: translate3d(0, 7px, 0) rotate(45deg);
  }
}

@keyframes burger-open-bot {
  50% {
    transform: translate3d(0, -7px, 0);
  }

  100% {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
  }
}

@keyframes burger-close-top {
  0% {
    transform: translate3d(0, 7px, 0) rotate(45deg);
  }

  50% {
    transform: translate3d(0, 7px, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes burger-close-bot {
  0% {
    transform: translate3d(0, -7px, 0) rotate(-45deg);
  }

  50% {
    transform: translate3d(0, -7px, 0) rotate(0deg);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

body {
  position: relative;
}

.title {
  background: #3d3d3d;
  padding: 50px;
}

.title h1 {
  margin: 0.67em 0;
  font-size: 50px;
  font-weight: bold;
  color: #fff;
}

.block-info .pdfs {
  display: -ms-flexbox;
  display: flex;
}

.block-info .pdfs .preses,
.block-info .pdfs .techs {
  width: 50%;
}

.block-info .pdfs ul {
  list-style: none;
}

.block-info .pdfs ul li {
  padding-left: 16px;
}

.block-info .pdfs ul li:before {
  position: absolute;
  content: "\25AA";
  transform: scale(1.3);
  margin-left: -15px;
  color: #808080;
}
@media (max-width: 767px){
  .block-info .pdfs ul li:before {
    margin-left: -25px;
  }
}

@media (max-width: 1600px) {
  .main-header__main-image {
    height: 500px;
  }

  .main-header__main-image img {
    object-position: center bottom;
    max-width: 130%;
    width: 100%;
    height: auto;
    object-fit: cover;
    height: 100%;
  }

  .main-header {
    height: 604px;
  }
}

@media (max-width: 1440px) {
  .top-menu-desktop__left-block {
    border-bottom-left-radius: 0px;
  }
}

@media (max-width: 1400px) {
  .main-header__main-image {
    height: 500px;
  }
}

@media (max-width: 1200px) {
  .carousel-card__head-icon {
    width: 105px;
    height: 105px;
  }

  .carousel-card__title {
    margin-bottom: 50px;
  }

  .carousel-card__text {
    height: 150px;
  }

  .carousel-card__button {
    margin-top: 20px;
  }

  .main-header__main-image {
    height: 480px;
  }

  .main-header {
    height: 584px;
  }

  .main-header__text-block {
    margin-bottom: 180px;
  }

  .dots__item_1 {
    width: 88px;
    height: 97px;
    top: 30%;
    left: 81%;
  }

  .dots__item_2 {
    width: 174px;
    height: 147px;
    top: 55%;
    left: 80%;
  }

  .dots__item_3 {
    width: 56px;
    height: 50px;
    top: 45%;
    left: 86%;
  }
}

@media (max-width: 1024px) {
  .main-header__main-image {
    height: 410px;
  }

  .main-header {
    height: 544px;
  }
}

@media (max-width: 992px) {
  .button__text-container {
    padding-left: 10px;
  }

  .carousel-card__head {
    margin-bottom: 134px;
  }

  .carousel-card__head-icon {
    width: 105px;
    height: 105px;
  }

  .carousel-card__title {
    margin-bottom: 50px;
    height: 30px;
  }

  .carousel-card__text {
    height: 125px;
    font-size: 20px;
  }

  .carousel-card__button {
    margin-top: 20px;
  }

  .carousel-card__content {
    padding: 16px;
  }

  .carousel__inner {
    padding-right: 0px;
    padding-left: 120px;
  }

  .glide__controls {
    min-width: 100px;
    left: -110px;
    padding: 0 10px;
  }

  .main-header__main-image {
    height: 470px;
  }

  .main-header__text-block {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .dots__item_1 {
    width: 78px;
    height: 87px;
    top: 30%;
    left: 81%;
  }

  .dots__item_2 {
    width: 164px;
    height: 137px;
    top: 55%;
    left: 80%;
  }

  .dots__item_3 {
    width: 46px;
    height: 40px;
    top: 45%;
    left: 86%;
  }
}

@media (max-width: 991px) {
  .popup {
    height: 102%;
    overflow: scroll;
  }

  .popup__close {
    position: relative;
    top: 54px;
  }

  .popup__content {
    padding-top: 0;
  }

  .popup__text {
    margin-top: 30px;
  }

  .popup__text_4 {
    float: none;
  }

  .popup__row {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .top-menu-desktop__link {
    max-width: 140px;
  }
}

@media (max-width: 768px) {
  .main-header__main-image {
    height: 380px;
  }

  .main-header {
    margin-top: 40px;
    height: 440px;
  }

  .main-header__text-section {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .main-header__text-block {
    margin-top: 10px;
  }

  .dots__item_1 {
    width: 68px;
    height: 77px;
    top: 35%;
    left: 81%;
  }

  .dots__item_2 {
    width: 154px;
    height: 127px;
    top: 55%;
    left: 80%;
  }

  .dots__item_3 {
    width: 36px;
    height: 30px;
    top: 45%;
    left: 93%;
  }

  .top-menu-desktop__left-block {
    padding-left: 25px;
    padding-right: 15px;
  }

  .top-menu-desktop__right-block {
    padding-right: 25px;
  }

  .top-menu-desktop {
    display: none;
  }

  .top-menu-mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .msd-med-btn__inner {
    width: auto;
    height: auto;
    max-width: 192px;
    padding: 12px 16px;
  }

  .msd-med-btn__inner-text {
    font-size: 10px;
  }
}

@media (max-width: 725px) {
  .main-header__text-section {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .main-header__text-block {
    margin-top: 10px;
  }
}

@media (max-width: 675px) {
  .top-menu-desktop__left-block {
    padding-left: 15px;
    padding-right: 5px;
  }

  .top-menu-desktop__right-block {
    padding-right: 20px;
  }

  .top-menu-desktop__link {
    padding: 0 8px;
  }
}

@media (max-width: 625px) {
  .main-header__text-section {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .main-header__text-block {
    margin-top: 10px;
  }

  .main-header__line {
    text-align: left;
    margin-bottom: 0;
  }

  .main-header__line .line {
    transform: scale(0.8);
    transform-origin: left center;
  }

  .dots__item_1 {
    width: 58px;
    height: 77px;
    top: 35%;
    left: 81%;
  }

  .dots__item_2 {
    width: 124px;
    height: 117px;
    top: 55%;
    left: 80%;
  }

  .dots__item_3 {
    width: 26px;
    height: 20px;
    top: 45%;
    left: 93%;
  }
}

@media (max-width: 600px) {
  .popup {
    height: 102%;
    overflow: scroll;
  }

  .popup__close {
    position: relative;
    top: 314px;
  }

  .popup__content {
    overflow: scroll;
    margin-top: 250px;
  }

  .popup__text {
    overflow: scroll;
    font-size: 10px;
  }
}

@media (max-width: 574px) {
  .carousel {
    display: none;
  }

  .carousel-mobile {
    display: block;
  }

  .main-header__main-image {
    height: 283px;
  }

  .main-header {
    height: 320px;
  }

  .main-header__text-section {
    -ms-flex-align: start;
    -ms-grid-row-align: flex-start;
    align-items: flex-start;
  }

  .main-header__text-block {
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 60px;
    margin-bottom: 0;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-header__promo-text {
    margin-right: 20px;
  }

  .main-header__line {
    text-align: left;
  }

  .main-header__line .line {
    transform: scale(0.7);
    transform-origin: left center;
  }

  .dots {
    display: none;
  }
}

@media screen and (max-width: 574px) {
  .msd-med-btn__inner {
    width: auto;
    height: auto;
    max-width: 152px;
    padding: 12px 16px;
  }

  .msd-med-btn__inner-text {
    font-size: 10px;
  }
}

@media (max-width: 525px) {
  .main-header {
    height: 290px;
  }

  .main-header__text-block {
    margin-top: 50px;
  }
}

@media (max-width: 475px) {
  .main-header__main-image {
    height: 236px;
  }

  .main-header {
    height: 260px;
  }

  .main-header__text-block {
    margin-top: 40px;
  }

  .main-header__promo-text {
    margin-right: 15px;
  }

  .main-header__line {
    text-align: left;
    margin-bottom: 0;
  }

  .main-header__line .line {
    transform: scale(0.6);
    transform-origin: left center;
  }
}

@media (max-width: 425px) {
  .main-header__main-image {
    height: 209px;
  }

  .main-header {
    height: 210px;
  }

  .main-header__text-block {
    margin-top: 30px;
  }

  .main-header__promo-text {
    margin-right: 15px;
  }

  .main-header__line {
    text-align: left;
    margin-bottom: 0;
  }

  .main-header__line .line {
    transform: scale(0.5);
    transform-origin: left center;
  }
}

@media (max-width: 375px) {
  .carousel-card-mobile__head-icon {
    width: 46px;
    height: 46px;
  }

  .carousel-card-mobile__text {
    font-size: 12px;
  }

  .main-header__main-image {
    height: 186px;
  }

  .main-header {
    height: 190px;
  }

  .main-header__text-block {
    margin-top: 20px;
  }

  .main-header__promo-text {
    margin-right: 15px;
  }

  .main-header__line {
    text-align: left;
    margin-bottom: 0;
  }

  .main-header__line .line {
    transform: scale(0.5);
    transform-origin: left center;
  }
}

@media (max-width: 350px) {
  .popup {
    height: 102%;
    overflow: scroll;
  }

  .popup__close {
    position: relative;
    top: 594px;
  }

  .popup__content {
    overflow: scroll;
    margin-top: 550px;
  }

  .popup__text {
    overflow: scroll;
    font-size: 10px;
  }
}

@media (max-width: 335px) {
  .carousel-card-mobile__title {
    font-size: 8px;
  }
}

@media (max-width: 325px) {
  .main-header__main-image {
    height: 158px;
  }

  .main-header {
    height: 165px;
  }

  .main-header__text-block {
    margin-top: 10px;
  }

  .main-header__promo-text {
    margin-right: 10px;
  }

  .main-header__line {
    text-align: left;
    margin-bottom: 0;
  }

  .main-header__line .line {
    transform: scale(0.4);
    transform-origin: left center;
  }
}

@media (width: 768px) {
  .main-header {
    margin-top: 40px;
    height: 540px;
  }

  .main-header__text-section {
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
  }

  .main-header__text-block {
    margin-left: 85px;
    margin-bottom: 110px;
  }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  .main-header__main-image {
    height: 410px;
  }

  .dots__item_1 {
    width: 68px;
    height: 77px;
    top: 60%;
    left: 81%;
  }

  .dots__item_2 {
    width: 154px;
    height: 127px;
    top: 72%;
    left: 75%;
  }

  .dots__item_3 {
    width: 36px;
    height: 30px;
    top: 65%;
    left: 93%;
  }
}