@charset "UTF-8";
:root {
  --yellow: #FFCC33;
  --purple: #9E1F63;
  --blue:#0DC8F1;
  --black: #000000;
  --white:#ffffff;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  list-style: none;
  -webkit-tap-highlight-color: transparent;
  min-width: 0;
  min-height: 0;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, button, blockquote {
  margin: 0;
  padding: 0;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
  display: block;
}

button {
  background-color: transparent;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: unset;
  cursor: pointer;
}

html {
  scroll-behavior: smooth;
  height: 100%;
}

body {
  height: 100%;
  font-family: "Anton";
  background-color: var(--yellow);
}
body.no-scroll {
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 76.0417vw;
  margin: 0 auto;
  padding: 0 1.0417vw;
}
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
    padding: 0 5.5556vw;
  }
}

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
#wrapper header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
#wrapper main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#wrapper footer {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.section-padding {
  padding: 0 22.1875vw 0 4.5313vw;
}

.button-scroll {
  display: block;
  width: 3.6458vw;
  height: 3.6458vw;
  border-radius: 3.6458vw;
  margin: -2.6042vw auto 0;
  position: relative;
  z-index: 3;
}
.button-scroll:hover::after {
  height: calc(100% + 1.3021vw);
}
.button-scroll:hover::before {
  -webkit-transform: translateX(-50%) translateY(1.3021vw);
          transform: translateX(-50%) translateY(1.3021vw);
}
.button-scroll::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.6458vw;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  background-color: var(--yellow);
}
.button-scroll::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 1.0938vw;
  width: 1.4583vw;
  height: 1.4583vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.813' height='28.586'%3E%3Cg fill='none' stroke='%239e1f63' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M14.407 1v26' data-name='Линия 2'/%3E%3Cpath d='m27.407 11-13 16-13-16' data-name='Контур 27103'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.section-title {
  margin-top: 10.9896vw;
  margin-bottom: 2.1875vw;
}
.section-title h2 {
  font-weight: 400;
  line-height: 1;
  font-size: 11.9792vw;
  color: var(--purple);
}

.section-subtitle {
  position: relative;
  z-index: 3;
  width: 100%;
  max-width: 93.75vw;
  margin-top: 5.3646vw;
}
.section-subtitle h3 {
  font-weight: 400;
  line-height: 1.33;
  font-size: 4.6875vw;
  color: var(--purple);
}

.decorative-bg {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.decorative-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.decorative-image {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 22.5521vw;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: screen;
}
.decorative-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 991px) {
  .section-padding {
    padding: 0;
  }
  .button-scroll {
    display: none;
  }
  .section-title {
    width: 100%;
    max-width: 83.3333vw;
    margin: 15.5556vw auto 18.8889vw;
  }
  .section-title h2 {
    line-height: 1.11;
    font-size: 23.6111vw;
    text-align: center;
  }
  .section-subtitle {
    max-width: 87.5vw;
    margin: 29.1667vw auto 0;
  }
  .section-subtitle h3 {
    font-size: 8.3333vw;
    text-align: center;
  }
  .decorative-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .decorative-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .decorative-image {
    display: none;
  }
}
:root {
  --paddingList: 0.7813vw;
  --figureOffset: 0.6250vw;
  --widthFigure: 0.2604vw;
  --heightFigure: 0.2604vw;
  --bgFigure: var(--purple);
}

.text {
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 1.0417vw;
  line-height: 1.25;
  color: #000;
}
.text *:not(img, ul, ol, li, blockquote, iframe) {
  margin-bottom: 1.3021vw;
}
.text *:last-child {
  margin-bottom: 0;
}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
  font-family: "Anton";
  font-weight: 400;
  line-height: 1.2;
  color: var(--purple);
}
.text h1 {
  font-size: 4.1667vw;
}
.text h2 {
  font-size: 3.3854vw;
}
.text h3 {
  font-size: 2.3438vw;
}
.text h4 {
  font-size: 1.875vw;
}
.text h5,
.text h6 {
  font-size: 1.4063vw;
}
.text a {
  color: var(--purple);
  text-decoration: underline;
}
.text blockquote {
  background: var(--purple);
  border-radius: 0.7813vw;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  padding: 3.8542vw 6.0417vw;
  position: relative;
  z-index: 2;
}
.text blockquote::before {
  content: "";
  position: absolute;
  top: 1.8229vw;
  left: 1.9271vw;
  width: 3.125vw;
  height: 2.4479vw;
  opacity: 0.45;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='47' fill='none'%3E%3Cpath fill='%23fff' d='M20.25 22.563H5.893a21.937 21.937 0 0 1 9.482-14.967l4.363-2.925L17.057.625 12.694 3.55A26.813 26.813 0 0 0 .75 25.853v16.21a4.875 4.875 0 0 0 4.875 4.874H20.25a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875ZM54.375 22.563H40.018A21.938 21.938 0 0 1 49.5 7.595l4.363-2.925L51.206.625 46.82 3.55a26.812 26.812 0 0 0-11.944 22.303v16.21a4.875 4.875 0 0 0 4.875 4.874h14.625a4.875 4.875 0 0 0 4.875-4.874V27.437a4.875 4.875 0 0 0-4.875-4.875Z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  pointer-events: none;
}
.text img {
  max-width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.text .alignleft {
  float: left;
}
.text .alignright {
  float: right;
}
.text .aligncenter {
  margin: 0 auto;
}
.text ul li {
  padding-left: var(--paddingList);
  position: relative;
  z-index: 2;
}
.text ul li::after {
  content: "";
  position: absolute;
  top: var(--figureOffset);
  left: 0;
  width: var(--widthFigure);
  height: var(--heightFigure);
  border-radius: 50%;
  background-color: var(--bgFigure);
}
.text ul li ol {
  counter-reset: numUl;
}
.text ul li ol li {
  padding-left: 0;
}
.text ul li ol li::after {
  display: none;
}
.text ul li ol li::before {
  counter-increment: numUl;
  content: counters(numUl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol {
  counter-reset: numOl;
}
.text ol li::before {
  counter-increment: numOl;
  content: counters(numOl, ".") ".";
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.text ol li ol {
  padding-left: var(--paddingList);
}
.text ol li ul {
  padding-left: var(--paddingList);
}
.text ol li ul li {
  padding-left: var(--paddingList);
  position: relative;
  z-index: 2;
}
.text ol li ul li::after {
  content: "";
  position: absolute;
  top: var(--figureOffset);
  left: 0;
  width: var(--widthFigure);
  height: var(--heightFigure);
  border-radius: 50%;
  background-color: var(--bgFigure);
}
.text ol li ul li::before {
  display: none;
}

@media screen and (max-width: 991px) {
  :root {
    --paddingList: 2.7778vw;
    --figureOffset: 2.2222vw;
    --widthFigure: 1.3889vw;
    --heightFigure: 1.3889vw;
  }
  .text {
    font-size: 5vw;
  }
  .text *:not(img, ul, ol, li, blockquote, iframe) {
    margin-bottom: 5.5556vw;
  }
  .text h1 {
    font-size: 22.2222vw;
  }
  .text h2 {
    font-size: 18.0556vw;
  }
  .text h3 {
    font-size: 12.5vw;
  }
  .text h4 {
    font-size: 10vw;
  }
  .text h5,
  .text h6 {
    font-size: 7.5vw;
  }
  .text blockquote {
    border-radius: 4.1667vw;
    font-size: 5vw;
    padding: 13.8889vw 8.3333vw;
  }
  .text blockquote::before {
    top: 4.1667vw;
    left: 4.1667vw;
    width: 9.7222vw;
    height: 7.5vw;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 999;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
.modal.visible {
  opacity: 1;
  pointer-events: all;
}
.modal.visible .modal-dialog .modal-content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.modal.video-modal .modal-dialog .modal-content {
  background-color: #000;
}
.modal .modal-dialog {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal-dialog.content {
  display: block;
}
.modal .modal-dialog.content .modal-content {
  margin: 0 auto;
}
.modal .modal-dialog .modal-content {
  width: 100%;
  max-width: 1100px;
  min-height: 500px;
  background-color: #fff;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}
.modal .modal-dialog .modal-content .modal-close {
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 3;
  left: calc(100% + 15px);
  bottom: calc(100% + 5px);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal .modal-dialog .modal-content .modal-close::before, .modal .modal-dialog .modal-content .modal-close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.modal .modal-dialog .modal-content .modal-close::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal .modal-dialog .modal-content .modal-close::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal .modal-dialog .modal-video {
  width: 100%;
  height: 500px;
}
.modal .modal-dialog .modal-video #modal-video-iframe {
  width: 100%;
  height: 100%;
}
.modal .modal-dialog .modal-video iframe {
  width: 100%;
  height: 100%;
  border: none;
}
.modal .modal-dialog .modal-video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .modal .modal-dialog .modal-content .modal-close {
    left: auto;
    right: 0;
  }
}
@media screen and (max-width: 991px) {
  .modal .modal-dialog .modal-content {
    min-height: 250px;
  }
  .modal .modal-dialog .modal-video {
    height: 50.4541vw;
    min-height: 250px;
  }
}
.notification {
  position: fixed;
  z-index: 8;
  right: 30px;
  bottom: 30px;
  direction: ltr;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FCEDE9;
  width: 100%;
  max-width: 450px;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid #89888F;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.notification.show {
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.notification .notification-icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 20px;
  height: 20px;
  pointer-events: none;
}
.notification .notification-icon svg {
  width: 20px;
  height: 20px;
  display: block;
}
.notification .notification-text {
  margin: 0 15px;
  font-weight: 700;
  color: #89888F;
  font-size: 14px;
  text-align: center;
}
.notification .notification-button {
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.notification .notification-button svg {
  width: 20px;
  height: 20px;
  display: block;
}

@media screen and (max-width: 991px) {
  .notification {
    right: 5px;
    bottom: 10px;
    max-width: 250px;
    padding: 10px;
    border-radius: 10px;
  }
  .notification .notification-icon {
    width: 15px;
    height: 15px;
  }
  .notification .notification-icon svg {
    width: 15px;
    height: 15px;
  }
  .notification .notification-text {
    margin: 0 5px;
  }
  .notification .notification-button {
    width: 15px;
    height: 15px;
  }
  .notification .notification-button svg {
    width: 15px;
    height: 15px;
  }
}
@font-face {
  font-family: "Anton";
  src: url(../font/Anton-Regular.eot) format("eot"), url(../font/Anton-Regular.otf) format("otf"), url(../font/Anton-Regular.ttf) format("ttf"), url(../font/Anton-Regular.woff) format("woff"), url(../font/Anton-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url(../font/Quicksand-Bold.eot) format("eot"), url(../font/Quicksand-Bold.otf) format("otf"), url(../font/Quicksand-Bold.ttf) format("ttf"), url(../font/Quicksand-Bold.woff) format("woff"), url(../font/Quicksand-Bold.woff2) format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Quicksand";
  src: url(../font/Quicksand-Regular.eot) format("eot"), url(../font/Quicksand-Regular.otf) format("otf"), url(../font/Quicksand-Regular.ttf) format("ttf"), url(../font/Quicksand-Regular.woff) format("woff"), url(../font/Quicksand-Regular.woff2) format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
.first-screen .first-screen__inner {
  padding: 2.9167vw 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.first-screen .first-screen__wrapper {
  width: 100%;
}
.first-screen .first-screen__logo {
  display: none;
}
.first-screen .first-screen__main {
  width: 100%;
}
.first-screen .first-screen__main-title h1 {
  font-weight: 400;
  line-height: 1.2;
  font-size: 2.6042vw;
  color: var(--purple);
}
.first-screen .first-screen__main-title h1 span {
  font-size: 4.1667vw;
}
.first-screen .first-screen__main-subtitle h2 {
  font-weight: 400;
  line-height: 1;
  font-size: 11.4583vw;
  color: var(--purple);
}
.first-screen .first-screen__main-button {
  display: none;
}
.first-screen .first-screen__panel {
  display: none;
}
.first-screen .first-screen__content {
  width: 100%;
  max-width: 23.3854vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin-bottom: 0.7813vw;
}
.first-screen .first-screen__content-image {
  width: 17.7083vw;
  height: 20.625vw;
  margin-bottom: 1.4063vw;
  -webkit-transform: translateX(-1.5625vw);
          transform: translateX(-1.5625vw);
  mix-blend-mode: soft-light;
}
.first-screen .first-screen__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.first-screen .first-screen__content-text {
  font-family: "Quicksand";
  font-weight: 400;
  line-height: 1.25;
  font-size: 1.0417vw;
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .first-screen.sticky-panel .first-screen__panel {
    position: relative;
    -webkit-box-shadow: 5.5556vw 0 0 rgb(158, 31, 99), -5.5556vw 0 0 rgb(158, 31, 99);
            box-shadow: 5.5556vw 0 0 rgb(158, 31, 99), -5.5556vw 0 0 rgb(158, 31, 99);
    padding: 1.9444vw 1.1111vw;
  }
  .first-screen.sticky-panel .first-screen__panel.sticky {
    position: fixed;
    padding: 1.9444vw 6.6667vw;
  }
  .first-screen .first-screen__inner {
    padding: 7.7778vw 5.5556vw 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first-screen .first-screen__wrapper {
    width: 100%;
  }
  .first-screen .first-screen__logo {
    display: block;
    width: 29.7222vw;
    height: 13.8889vw;
    margin: 0 auto 7.2222vw;
  }
  .first-screen .first-screen__logo a,
  .first-screen .first-screen__logo img {
    width: 100%;
    height: 100%;
  }
  .first-screen .first-screen__logo img {
    -o-object-fit: contain;
       object-fit: contain;
  }
  .first-screen .first-screen__main {
    width: 100%;
  }
  .first-screen .first-screen__main-title {
    margin-bottom: 1.3889vw;
  }
  .first-screen .first-screen__main-title h1 {
    text-align: center;
    line-height: 1.3;
    font-size: 6.1111vw;
  }
  .first-screen .first-screen__main-title h1 span {
    font-size: 8.3333vw;
  }
  .first-screen .first-screen__main-subtitle h2 {
    line-height: 1.11;
    font-size: 23.6111vw;
    text-align: center;
  }
  .first-screen .first-screen__main-button {
    width: 15.5556vw;
    height: 15.5556vw;
    background-color: var(--yellow);
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 9.1667vw auto;
  }
  .first-screen .first-screen__main-button::before {
    content: "";
    display: inline-block;
    width: 7.7778vw;
    height: 7.7778vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.813' height='28.586'%3E%3Cg fill='none' stroke='%239e1f63' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M14.407 1v26' data-name='Линия 2'/%3E%3Cpath d='m27.407 11-13 16-13-16' data-name='Контур 27103'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .first-screen .first-screen__panel {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    display: block;
    background-color: var(--purple);
    padding: 1.9444vw 6.6667vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 2.7778vw;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
  }
  .first-screen .first-screen__panel.show {
    opacity: 1;
  }
  .first-screen .first-screen__panel-logo {
    width: 29.7222vw;
    height: 13.8889vw;
  }
  .first-screen .first-screen__panel-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .first-screen .first-screen__panel-button a {
    font-family: "Quicksand";
    font-weight: 700;
    font-size: 5.5556vw;
    color: var(--yellow);
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .first-screen .first-screen__panel-button a::after {
    content: "";
    display: inline-block;
    margin-left: 2.7778vw;
    width: 15.5556vw;
    height: 15.5556vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='56' height='56'%3E%3Cg data-name='Сгруппировать 1021' transform='translate(-278 -572)'%3E%3Ccircle cx='28' cy='28' r='28' fill='%23fc3' data-name='Эллипс 8' transform='translate(278 572)'/%3E%3Cg fill='none' stroke='%239e1f63' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M292 601h26' data-name='Линия 2'/%3E%3Cpath d='m302 588 16 13-16 13' data-name='Контур 27103'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .first-screen .first-screen__content {
    max-width: 87.2222vw;
    margin: 13.0556vw auto 0;
  }
  .first-screen .first-screen__content-image {
    display: none;
  }
  .first-screen .first-screen__content-text {
    text-align: center;
    line-height: 1.37;
    font-size: 5vw;
  }
  .first-screen .first-screen__content-text br {
    display: none;
  }
}
@media screen and (min-width: 991px) {
  .answers .answers__list.show--down .item {
    -webkit-transform: translateY(5.2083vw);
            transform: translateY(5.2083vw);
  }
  .answers .answers__list.show--down .item.hide {
    opacity: 0;
    -webkit-transform: translateY(-5.2083vw);
            transform: translateY(-5.2083vw);
  }
  .answers .answers__list.show--up .item {
    -webkit-transform: translateY(-5.2083vw);
            transform: translateY(-5.2083vw);
  }
  .answers .answers__list.is-hover .item {
    pointer-events: all;
  }
  .answers .answers__list .list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1.0417vw 1fr 1.0417vw 1fr 1.0417vw 1fr 1.0417vw 1fr;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 1.0417vw;
  }
  .answers .answers__list .item {
    width: 13.5938vw;
    height: 31.6667vw;
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.4s linear;
    transition: all 0.4s linear;
    pointer-events: none;
    -webkit-transform: translateY(5.2083vw);
            transform: translateY(5.2083vw);
  }
  .answers .answers__list .item.show {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
  .answers .answers__list .item:hover::before {
    -webkit-transform: translateX(-50%) translateY(22.3438vw);
            transform: translateX(-50%) translateY(22.3438vw);
    height: 84.0104vw;
  }
  .answers .answers__list .item:hover .item-content {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-27.2396vw);
            transform: translateX(-50%) translateY(-27.2396vw);
  }
  .answers .answers__list .item:hover .item-content__title {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  .answers .answers__list .item:hover .item-image {
    -webkit-transform: translateY(-11.4583vw);
            transform: translateY(-11.4583vw);
  }
  .answers .answers__list .item::before {
    content: "";
    position: absolute;
    bottom: 5.2083vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    width: 100%;
    height: 0;
    background-color: var(--blue);
    border-radius: 6.8229vw;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 0.95;
  }
  .answers .answers__list .item .item-title {
    position: absolute;
    z-index: -2;
    width: 100%;
    left: calc(50% - 0.4167vw);
    bottom: 18.75vw;
    -webkit-transform: translateX(-50%) rotate(-90deg);
            transform: translateX(-50%) rotate(-90deg);
    font-weight: 400;
    font-size: 2.0833vw;
    color: var(--white);
    white-space: nowrap;
  }
  .answers .answers__list .item .item-button {
    display: none;
  }
  .answers .answers__list .item .item-content {
    width: 100%;
    max-width: 11.5104vw;
    text-align: center;
    position: absolute;
    z-index: -1;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .answers .answers__list .item .item-content__title {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    margin-bottom: 3.0729vw;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .answers .answers__list .item .item-content__title h3 {
    font-weight: 400;
    line-height: 1.5;
    font-size: 1.5625vw;
    color: var(--white);
  }
  .answers .answers__list .item .item-content__text {
    font-family: "Quicksand";
    font-weight: 400;
    line-height: 1.25;
    font-size: 1.0417vw;
    color: var(--black);
  }
  .answers .answers__list .item .item-content__text * {
    margin-bottom: 1.5625vw;
  }
  .answers .answers__list .item .item-content__text *:last-child {
    margin-bottom: 0;
  }
  .answers .answers__list .item .item-image {
    width: 100%;
    height: 11.25vw;
    margin: 0 auto;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .answers .answers__list .item .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 991px) {
  .answers {
    width: 100%;
  }
  .answers .answers__inner {
    width: 100%;
  }
  .answers .answers__list .list {
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 3.6111vw;
  }
  .answers .answers__list .item {
    width: 100%;
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .answers .answers__list .item.open {
    margin-bottom: 5vw;
  }
  .answers .answers__list .item.open::before {
    top: 0;
    right: -6.9444vw;
    width: calc(100% + 13.8889vw);
    height: calc(100% + 6.9444vw);
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .answers .answers__list .item.open .item-button::before {
    height: 1.1111vw;
  }
  .answers .answers__list .item.open .item-button::after {
    opacity: 0;
  }
  .answers .answers__list .item::before {
    content: "";
    position: absolute;
    top: 7.2222vw;
    right: 6.1111vw;
    z-index: -1;
    width: 14.1667vw;
    height: 14.1667vw;
    background-color: var(--blue);
    border-radius: 6.9444vw;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .answers .answers__list .item .item-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 3.6111vw 22.2222vw 0px 6.3889vw;
  }
  .answers .answers__list .item .item-image {
    width: 26.3889vw;
    height: 21.9444vw;
    margin-right: 5.2778vw;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .answers .answers__list .item .item-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .answers .answers__list .item .item-title {
    font-weight: 400;
    line-height: 1.16;
    font-size: 8.3333vw;
    color: var(--white);
  }
  .answers .answers__list .item .item-button {
    display: block;
    width: 14.1667vw;
    height: 14.1667vw;
    border-radius: 50%;
    background-color: var(--blue);
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    margin-left: auto;
    position: absolute;
    z-index: 2;
    top: 7.2222vw;
    right: 6.1111vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .answers .answers__list .item .item-button::before, .answers .answers__list .item .item-button::after {
    content: "";
    position: absolute;
    border-radius: 0.5556vw;
    background-color: var(--white);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .answers .answers__list .item .item-button::before {
    width: 8.0556vw;
    height: 0.5556vw;
  }
  .answers .answers__list .item .item-button::after {
    width: 0.5556vw;
    height: 8.0556vw;
  }
  .answers .answers__list .item .item-content {
    display: none;
  }
  .answers .answers__list .item .item-content__title {
    display: none;
  }
  .answers .answers__list .item .item-content__text {
    width: 100%;
    max-width: 69.7222vw;
    margin: 0 auto;
    text-align: center;
    padding: 6.6667vw 0 3.3333vw;
    font-weight: 400;
    font-family: "Quicksand";
    line-height: 1.3;
    font-size: 5vw;
    color: var(--black);
  }
}
.side {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 6.0417vw;
  width: 15.3125vw;
  height: 100%;
  padding: 3.1771vw 1.0417vw;
}
.side .side-logo {
  width: 8.5417vw;
  height: 3.9583vw;
  margin: 0 auto 3.6458vw;
}
.side .side-logo a,
.side .side-logo img {
  width: 100%;
  height: 100%;
}
.side .side-logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
@media screen and (max-height: 730px) and (min-width: 991px) {
  .side .side-logo {
    margin: 0 auto 1.6458vw;
  }
}
.side .side-title {
  margin-bottom: 1.4583vw;
}
.side .side-title h2 {
  font-weight: 400;
  font-size: 1.5625vw;
  line-height: 1.5;
  color: var(--yellow);
  text-align: center;
}
.side .side-form {
  width: 100%;
  max-width: 12.2917vw;
  margin: 0 auto;
}
.side .side-form form {
  width: 100%;
}
.side .side-form form .fields {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 2.1354vw;
}
.side .side-form form .input-field {
  width: 100%;
}
.side .side-form form .input-field input {
  width: 100%;
  height: 2.0833vw;
  background: transparent;
  border: none;
  outline: none;
  border-bottom: 1px solid var(--yellow);
  text-align: center;
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 0.9375vw;
  color: var(--yellow);
  padding: 0 0.5208vw;
}
.side .side-form form .input-field input::-webkit-input-placeholder {
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 0.9375vw;
  color: var(--yellow);
}
.side .side-form form .input-field input::-moz-placeholder {
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 0.9375vw;
  color: var(--yellow);
}
.side .side-form form .input-field input:-ms-input-placeholder {
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 0.9375vw;
  color: var(--yellow);
}
.side .side-form form .input-field input::-ms-input-placeholder {
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 0.9375vw;
  color: var(--yellow);
}
.side .side-form form .input-field input::placeholder {
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 0.9375vw;
  color: var(--yellow);
}
.side .side-form form .input-field input:-moz-placeholder {
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 0.9375vw;
  color: var(--yellow);
}
.side .side-form form .input-field input::-moz-placeholder {
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 0.9375vw;
  color: var(--yellow);
}
.side .side-form form .checkbox-field {
  margin-top: -0.3125vw;
}
.side .side-form form .checkbox-field label {
  cursor: pointer;
}
.side .side-form form .checkbox-field label > input {
  display: none;
}
.side .side-form form .checkbox-field label > input:checked + span::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' stroke='%23fc3' data-name='Сгруппировать 1021'%3E%3Cg data-name='Прямоугольник 92'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M.5.5h23v23H.5z'/%3E%3C/g%3E%3Cpath d='m5.8 11.4 5 7 8.4-14' data-name='Контур 277181'/%3E%3C/g%3E%3C/svg%3E");
}
.side .side-form form .checkbox-field label > span {
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 0.8333vw;
  color: var(--yellow);
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side .side-form form .checkbox-field label > span::before {
  content: "";
  display: inline-block;
  margin-right: 0.7292vw;
  width: 1.25vw;
  height: 1.25vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Cg fill='none' stroke='%23fc3' data-name='Прямоугольник 92'%3E%3Cpath stroke='none' d='M0 0h24v24H0z'/%3E%3Cpath d='M.5.5h23v23H.5z'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.side .side-form form .button-field {
  width: 100%;
  margin-top: 0.9375vw;
}
.side .side-form form .button-field button {
  width: 100%;
  height: 3.5938vw;
  font-family: "Quicksand";
  font-weight: 700;
  font-size: 1.1979vw;
  color: var(--yellow);
  position: relative;
  z-index: 2;
  padding: 0 4.1667vw 0 1.3021vw;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.side .side-form form .button-field button:hover {
  color: var(--purple);
}
.side .side-form form .button-field button:hover::before {
  width: 100%;
}
.side .side-form form .button-field button::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  width: 3.6458vw;
  height: 100%;
  background-color: var(--yellow);
  border-radius: 3.6458vw;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.side .side-form form .button-field button::after {
  content: "";
  position: absolute;
  top: 1.0417vw;
  right: 1.0938vw;
  width: 1.4583vw;
  height: 1.4583vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.586' height='28.813'%3E%3Cg fill='none' stroke='%239e1f63' stroke-linecap='round' stroke-width='2'%3E%3Cpath d='M1 14.407h26' data-name='Линия 2'/%3E%3Cpath d='m11 1.407 16 13-16 13' data-name='Контур 27103'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.side .side-link {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 1.25vw;
  text-align: center;
}
.side .side-link a {
  font-family: "Quicksand";
  font-weight: 400;
  font-size: 0.7292vw;
  color: var(--yellow);
}

.side-bg {
  position: fixed;
  z-index: 9;
  top: 0;
  right: 6.0417vw;
  width: 15.3125vw;
  height: 100%;
  background-color: var(--purple);
  mix-blend-mode: darken;
}

@media screen and (max-width: 991px) {
  .side {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    z-index: 10;
    top: 0;
    right: 0;
    width: 100%;
    height: auto;
    background-color: var(--purple);
    padding: 8.3333vw 9.1667vw;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .side .side-logo {
    display: none;
  }
  .side .side-title {
    width: 100%;
    max-width: 77.7778vw;
    margin: 0 auto 2.5vw;
  }
  .side .side-title h2 {
    font-size: 8.3333vw;
    line-height: 1.3;
  }
  .side .side-form {
    max-width: 65.5556vw;
  }
  .side .side-form form .fields {
    grid-gap: 8.3333vw;
  }
  .side .side-form form .input-field input {
    height: 13.8889vw;
    font-size: 5vw;
    padding: 0 2.7778vw;
  }
  .side .side-form form .input-field input::-webkit-input-placeholder {
    font-size: 5vw;
  }
  .side .side-form form .input-field input::-moz-placeholder {
    font-size: 5vw;
  }
  .side .side-form form .input-field input:-ms-input-placeholder {
    font-size: 5vw;
  }
  .side .side-form form .input-field input::-ms-input-placeholder {
    font-size: 5vw;
  }
  .side .side-form form .input-field input::placeholder {
    font-size: 5vw;
  }
  .side .side-form form .input-field input:-moz-placeholder {
    font-size: 5vw;
  }
  .side .side-form form .input-field input::-moz-placeholder {
    font-size: 5vw;
  }
  .side .side-form form .checkbox-field {
    margin-top: -2.2222vw;
  }
  .side .side-form form .checkbox-field label > span {
    font-size: 4.4444vw;
  }
  .side .side-form form .checkbox-field label > span::before {
    margin-right: 3.8889vw;
    width: 6.6667vw;
    height: 6.6667vw;
  }
  .side .side-form form .button-field {
    margin-top: -3.6111vw;
  }
  .side .side-form form .button-field button {
    height: 19.1667vw;
    font-size: 6.3889vw;
    padding: 0 22.2222vw 0 6.9444vw;
    color: var(--purple);
  }
  .side .side-form form .button-field button::before {
    width: 100%;
    border-radius: 19.4444vw;
  }
  .side .side-form form .button-field button::after {
    top: 5.5556vw;
    right: 5.8333vw;
    width: 7.7778vw;
    height: 7.7778vw;
  }
  .side .side-link {
    margin-top: 5.5556vw;
    position: static;
    left: 0;
    bottom: 0;
  }
  .side .side-link a {
    font-size: 3.8889vw;
  }
  .side-bg {
    display: none;
  }
}
.projects {
  width: 69.7396vw;
  margin-top: 6.9792vw;
}
.projects .projects__inner {
  width: 100%;
  position: relative;
  z-index: 2;
}
.projects .projects__inner .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 5.5208vw;
  bottom: -3.4375vw;
}
.projects .projects__inner .swiper-pagination-bullet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 7.1875vw;
  height: 7.1875vw;
  margin: 0 0.4688vw;
  position: relative;
  z-index: 2;
  background: #DFDFDF;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
}
.projects .projects__inner .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #fff;
}
.projects .projects__inner .swiper-pagination-bullet.swiper-pagination-bullet-active img {
  opacity: 1;
}
.projects .projects__inner .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  opacity: 1;
}
.projects .projects__inner .swiper-pagination-bullet::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 0.1042vw solid var(--blue);
  opacity: 0;
}
.projects .projects__inner .swiper-pagination-bullet img {
  width: 5.8333vw;
  height: 4.6875vw;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.45;
}
.projects .projects-slider {
  width: 100%;
  height: 39.3229vw;
  border-radius: 0 6.3021vw 6.3021vw 0;
  background-color: gray;
}
.projects .swiper-wrapper,
.projects .projects-slide {
  width: 100%;
  height: 100%;
}
.projects .projects-slide {
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
}
.projects .projects-slide picture {
  display: block;
  width: 100%;
  height: 100%;
}
.projects .projects-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.projects .projects-slider__navigation {
  display: none;
}

@media screen and (max-width: 991px) {
  .projects {
    width: 100%;
    margin-top: 8.3333vw;
  }
  .projects .projects__inner .swiper-pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: -10vw;
  }
  .projects .projects__inner .swiper-pagination-bullet {
    width: 20vw;
    height: 20vw;
    margin: 0 1.3889vw;
  }
  .projects .projects__inner .swiper-pagination-bullet img {
    width: 25vw;
    height: 12.5vw;
  }
  .projects .projects-slider {
    width: 100%;
    height: 136.1111vw;
    border-radius: 9.7222vw 9.7222vw 0px 0px;
  }
}
.info {
  margin-top: 7.5521vw;
  padding-bottom: 5.2083vw;
  position: relative;
  z-index: 2;
}
.info .info__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.info .info__title {
  width: 100%;
  max-width: 43.2292vw;
}
.info .info__title h2 {
  font-weight: 400;
  line-height: 1.15;
  font-size: 6.7708vw;
  color: var(--purple);
}
.info .info__title h2 span {
  font-size: 11.4583vw;
}
.info .info__content {
  width: 100%;
  max-width: 19.7396vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 1.0938vw 0.6771vw;
}
.info .info__content-image {
  width: 10.8854vw;
  height: 9.7396vw;
  margin: 0 auto 1.8229vw;
}
.info .info__content-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.info .info__content-text {
  width: 100%;
  font-family: "Quicksand";
  font-weight: 400;
  line-height: 1.25;
  font-size: 1.0417vw;
  color: var(--black);
}
.info .info__content-text * {
  margin-bottom: 1.3021vw;
}
.info .info__content-text *:last-child {
  margin-bottom: 0;
}
.info .info__button {
  width: 100%;
  max-width: 3.6458vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  margin: 0 0 0.8333vw 0.8333vw;
}
.info .info__button a {
  width: 100%;
  height: 3.6458vw;
  border-radius: 3.6458vw;
  position: relative;
  z-index: 2;
}
.info .info__button a:hover::before {
  width: calc(100% + 1.25vw);
}
.info .info__button a:hover::after {
  -webkit-transform: translateX(1.25vw);
          transform: translateX(1.25vw);
}
.info .info__button a::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 3.6458vw;
  background-color: var(--purple);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.info .info__button a::after {
  content: "";
  position: absolute;
  top: 1.1458vw;
  left: 1.1458vw;
  width: 1.4583vw;
  height: 1.4583vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.586' height='28.813'%3E%3Cpath fill='none' stroke='%23fc3' stroke-linecap='round' stroke-width='2' d='M1 14.407h26' data-name='Линия 2'/%3E%3Cpath fill='none' stroke='%23fc3' stroke-linecap='round' stroke-width='2' d='m11 1.406 16 13-16 13' data-name='Контур 27103'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

@media screen and (max-width: 991px) {
  .info {
    margin-top: 22.5vw;
    padding-bottom: 11.1111vw;
  }
  .info .info__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .info .info__title {
    max-width: 55.5556vw;
    margin: 0 auto;
  }
  .info .info__title h2 {
    font-weight: 400;
    line-height: 1.38;
    font-size: 8.3333vw;
    text-align: center;
  }
  .info .info__title h2 span {
    font-size: 23.6111vw;
  }
  .info .info__content {
    width: 100%;
    max-width: 87.2222vw;
    margin: 7.7778vw auto 0;
  }
  .info .info__content-image {
    width: 24.1667vw;
    height: 21.6667vw;
    margin: 0 auto 3.0556vw;
  }
  .info .info__content-text {
    text-align: center;
    line-height: 1.38;
    font-size: 5vw;
  }
  .info .info__content-text * {
    margin-bottom: 4.1667vw;
  }
  .info .info__content-text *:last-child {
    margin-bottom: 0;
  }
  .info .info__button {
    display: none;
  }
}
.thank .thank__inner {
  width: 100%;
  max-width: 92.1875vw;
  padding: 2.6042vw 2.0833vw;
  margin: 0 auto;
}
.thank .thank__logo {
  width: 5.5729vw;
  height: 2.6042vw;
  margin-bottom: 2.8125vw;
}
.thank .thank__logo a,
.thank .thank__logo img {
  width: 100%;
  height: 100%;
}
.thank .thank__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.thank .thank__content-top {
  font-weight: 400;
  font-size: 2.6042vw;
  color: var(--purple);
  margin-bottom: 0.5208vw;
}
.thank .thank__content-title, .thank .thank__content-subtitle {
  font-weight: 400;
  font-size: 11.4583vw;
  text-transform: uppercase;
  color: var(--purple);
}
.thank .thank__content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.thank .thank__content-social {
  width: 100%;
  max-width: 22.5521vw;
  margin-left: 1.0417vw;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.thank .thank__content-social ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.6771vw 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0.6771vw;
}
.thank .thank__content-social ul li {
  width: 100%;
  height: 10.9375vw;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.thank .thank__content-social ul li:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.thank .thank__content-social ul li a,
.thank .thank__content-social ul li img {
  width: 100%;
  height: 100%;
}
.thank .thank__content-social ul li img {
  -o-object-fit: contain;
     object-fit: contain;
}
.thank .thank-message {
  margin-top: 3.3854vw;
  font-family: "Quicksand";
  font-weight: 400;
  line-height: 1.25;
  font-size: 1.0417vw;
  color: var(--black);
}

@media screen and (max-width: 991px) {
  .thank .thank__inner {
    max-width: 100%;
    padding: 7.7778vw 11.1111vw 18.8889vw;
  }
  .thank .thank__logo {
    width: 29.7222vw;
    height: 13.8889vw;
    margin: 0 auto 13.8889vw;
  }
  .thank .thank__content-top {
    font-size: 8.3333vw;
    margin-bottom: 5.2778vw;
    text-align: center;
  }
  .thank .thank__content-title, .thank .thank__content-subtitle {
    font-size: 23.6111vw;
  }
  .thank .thank__content-subtitle {
    line-height: 1.1;
  }
  .thank .thank__content-wrapper {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.7778vw;
  }
  .thank .thank__content-social {
    width: 100%;
    max-width: 22.5vw;
    margin-left: 3.8889vw;
  }
  .thank .thank__content-social ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 4.4444vw;
  }
  .thank .thank__content-social ul li {
    width: 100%;
    height: 22.5vw;
  }
  .thank .thank__content-social ul li:nth-child(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .thank .thank-message {
    width: 100%;
    max-width: 73.3333vw;
    margin: 9.1667vw auto 0;
    line-height: 1.38;
    font-size: 5vw;
    text-align: center;
  }
}
.content {
  padding: 100px 0;
}
.section-404 {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.section-404__logo {
  position: absolute;
  top: 2.6042vw;
  left: 6.25vw;
  width: 5.5729vw;
  height: 2.6042vw;
}
.section-404__logo a,
.section-404__logo img {
  width: 100%;
  height: 100%;
}
.section-404__logo img {
  -o-object-fit: contain;
     object-fit: contain;
}
.section-404__inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 7.8125vw 0 2.6042vw;
}
.section-404__content-title {
  font-weight: 400;
  font-size: 11.4583vw;
  text-transform: uppercase;
  color: var(--purple);
  text-align: center;
}
.section-404__content-subtitle {
  font-weight: 400;
  line-height: 1.33;
  font-size: 4.6875vw;
  color: var(--purple);
  text-align: center;
}
.section-404__content-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2.0833vw;
}
.section-404__content-button .btn {
  background-color: var(--purple);
  font-size: 1.0417vw;
  color: var(--white);
  padding: 1.0417vw 1.5625vw;
  border-radius: 2.6042vw;
  font-weight: 400;
  font-size: 1.0417vw;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-404__content-button .btn:hover::after {
  margin-left: 1.5625vw;
}
.section-404__content-button .btn::after {
  content: "";
  display: inline-block;
  margin-left: 1.0417vw;
  width: 1.4583vw;
  height: 1.4583vw;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28.586' height='28.813'%3E%3Cg fill='none' stroke='%23fc3' stroke-linecap='round' stroke-width='2' data-name='Сгруппировать 1021'%3E%3Cpath d='M1 14.407h26' data-name='Линия 2'/%3E%3Cpath d='m11 1.407 16 13-16 13' data-name='Контур 27103'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

@media screen and (max-width: 991px) {
  .section-404__logo {
    position: absolute;
    top: 7.7778vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 29.7222vw;
    height: 13.8889vw;
  }
  .section-404__inner {
    padding: 36.1111vw 0 13.8889vw;
  }
  .section-404__content-title {
    font-size: 23.6111vw;
    margin-bottom: 5.5556vw;
  }
  .section-404__content-subtitle {
    font-size: 8.3333vw;
  }
  .section-404__content-button {
    margin-top: 11.1111vw;
  }
  .section-404__content-button .btn {
    padding: 2.7778vw 5.5556vw;
    border-radius: 8.3333vw;
    font-size: 5vw;
  }
  .section-404__content-button .btn::after {
    margin-left: 4.1667vw;
    width: 5.5556vw;
    height: 5.5556vw;
  }
}