@charset "UTF-8";
/*Обнуление*/
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

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

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*Миксин adaptiv-font*/
/*--------------------*/
/*Ширина полотна макета без px*/
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #fff;
  background-color: #0e0e2c;
}

body.lock {
  overflow: hidden;
}

.wrapper {
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  -webkit-transition: opacity 2s ease 0.2s;
  transition: opacity 2s ease 0.2s;
}

.wrapper.active {
  opacity: 1;
}

.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

[class*="__container"] {
  max-width: 1180px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 15px;
}

.button {
  color: #0e0e2c;
  text-align: center;
  font-weight: 600;
  line-height: 180%;
  background-color: #ffbe0b;
  border: 1px solid #ffbe0b;
  padding: 10px 31px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 126px;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.button:hover {
  background-color: transparent;
  color: #ffbe0b;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.button_first {
  border: 1px solid #ffbe0b;
  background-color: transparent;
  color: #ffbe0b;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.title {
  font-weight: 700;
  line-height: 130%;
  color: #fff;
}

@media (max-width: 767px) {
  .title {
    font-size: calc(38px + 17* ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .title {
    font-size: calc(38px + 10 * (100vw / 1180));
  }
}

.suptitle {
  padding: 7px 14px;
  color: #3a86ff;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.05px;
  border: 1px solid #3a86ff;
  background: #172656;
}

.suptitle._active-suptitle span {
  visibility: hidden;
}

.suptitle._active-suptitle span.visible {
  visibility: visible;
  position: relative;
}

@-webkit-keyframes blinking {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes blinking {
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.header {
  background-color: #0e0e2c;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.header__container {
  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;
  min-height: 120px;
}

.header__logo {
  position: relative;
  z-index: 5;
  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;
}

.menu__icon {
  display: none;
}

.menu__list > li {
  margin: 0px 0px 0px 53px;
}

.menu__list > li:last-child {
  margin: 0px 0px 0px 112px;
}

@media (max-width: 1000.98px) {
  .menu__list > li {
    margin: 0px 0px 0px 35px;
  }
  .menu__list > li:last-child {
    margin: 0px 0px 0px 53px;
  }
}

@media (min-width: 768px) {
  .menu__item {
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.475) 0s;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.475) 0s;
  }
  .menu__item:not(:last-child) {
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(#ffbe0b));
    background: linear-gradient(to bottom, transparent 0%, transparent 90%, #ffbe0b 100%);
    background-size: 200% 100%;
    background-position: 200% 0;
    background-repeat: no-repeat;
  }
  .menu__item:not(:last-child):hover {
    background-position: 150% 0;
  }
}

.menu__link {
  color: #fff;
  line-height: 140%;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.menu__link:active {
  color: #ffbe0b;
}

.menu__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 27px;
          column-gap: 27px;
}

@media (max-width: 901.98px) {
  .menu__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 5px;
  }
}

@media (max-width: 991.98px) {
  .menu__buttons {
    padding-top: 20px;
  }
}

@media (max-width: 767.98px) {
  .menu__button {
    font-size: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

@media (min-width: 768px) {
  .menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .menu__list > li {
    padding: 10px 0;
  }
}

@media (max-width: 767.98px) {
  .menu__icon {
    z-index: 5;
    display: block;
    position: relative;
    width: 30px;
    height: 18px;
    cursor: pointer;
  }
  .menu__icon span,
  .menu__icon::before,
  .menu__icon::after {
    left: 0;
    position: absolute;
    background-color: #fff;
    height: 10%;
    width: 100%;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }
  .menu__icon::before,
  .menu__icon::after {
    content: "";
  }
  .menu__icon::before {
    top: 0;
  }
  .menu__icon::after {
    bottom: 0;
  }
  .menu__icon span {
    top: 50%;
    -webkit-transform: scale(1) translate(0px, -50%);
            transform: scale(1) translate(0px, -50%);
  }
  .menu__icon._active span {
    -webkit-transform: scale(0) translate(0px, -50%);
            transform: scale(0) translate(0px, -50%);
  }
  .menu__icon._active::before {
    top: 50%;
    -webkit-transform: rotate(-45deg) translate(0, -50%);
            transform: rotate(-45deg) translate(0, -50%);
  }
  .menu__icon._active::after {
    bottom: 50%;
    -webkit-transform: rotate(45deg) translate(0, 50%);
            transform: rotate(45deg) translate(0, 50%);
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    background-color: rgba(0, 0, 0, 0.9);
    padding: 150px 30px 30px 30px;
    -webkit-transition: left 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    transition: left 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
    overflow: auto;
  }
  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 120px;
    background: #0e0e2c;
    z-index: 2;
  }
  .menu__body._active {
    left: 0;
  }
  .menu__list > li {
    margin: 0 0 40px 0;
    text-align: center;
  }
  .menu__list > li:last-child {
    margin-bottom: 0;
    margin-left: 0;
  }
  .menu__link {
    font-size: 36px;
    color: #fff;
    position: relative;
    left: -200%;
    opacity: 0.1;
  }
  .menu__link_1._active {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.19s;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.19s;
  }
  .menu__link_2._active {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.29s;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.29s;
  }
  .menu__link_3._active {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.39s;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.39s;
  }
  .menu__link_4._active {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.49s;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.49s;
  }
  .menu__link_5._active {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.59s;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.59s;
  }
  .menu__link_6._active {
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.59s;
    transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0.59s;
  }
}

.title {
  -webkit-transform: translate(0%, 120%);
          transform: translate(0%, 120%);
  opacity: 0;
  -webkit-transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 0.1s;
}

.title._animation {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  position: relative;
  padding: 120px 0 80px 0;
}

@media (max-width: 567.98px) {
  .about {
    padding: 120px 0 125px 0;
  }
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
          column-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 50px;
}

@media (max-width: 991.98px) {
  .about__container {
    padding: 0 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .about__container * {
    margin: 0 auto;
  }
}

.about__body {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

@media (max-width: 991.98px) {
  .about__body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .about__body * {
    margin-bottom: 15px;
  }
}

.about__suptitle {
  margin-bottom: 17px;
  max-width: 290px;
}

.about__title {
  color: #fff;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .about__title {
    font-size: calc(46px + 27.2* ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .about__title {
    font-size: calc(46px + 16 * (100vw / 1180));
  }
}

.about__subtitle {
  color: #868695;
  line-height: 180%;
  max-width: 460px;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .about__subtitle {
    font-size: calc(14px + 3.4* ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .about__subtitle {
    font-size: calc(14px + 2 * (100vw / 1180));
  }
}

.about__form {
  margin-bottom: 22px;
}

.about__ticks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
          column-gap: 50px;
}

@media (max-width: 567.98px) {
  .about__ticks {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.about__tick {
  position: relative;
  padding: 10px 0 10px 43px;
  font-size: 14px;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 1.05px;
}

.about__tick::before {
  content: "";
  background: url("../img/about/tick.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  left: 0;
}

.about__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  position: relative;
}

@media (max-width: 991.98px) {
  .about__image {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.about__img img {
  max-width: 120%;
  -webkit-transform: translate(-80px);
          transform: translate(-80px);
}

@media (max-width: 991.98px) {
  .about__img img {
    max-width: 100%;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

.about__parallax_1 {
  position: absolute;
  top: 20%;
  left: 0%;
  width: 32.484px;
  height: 32.484px;
}

@media (max-width: 991.98px) {
  .about__parallax_1 {
    display: none;
  }
}

.about__parallax_1::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  background-color: #ffbe0b;
  -webkit-transform: rotate(-30.171deg);
          transform: rotate(-30.171deg);
}

.about__parallax_2 {
  position: absolute;
  top: 16%;
  left: 50%;
  width: 40.636px;
  height: 40.636px;
  -webkit-transform: rotate(81.522deg);
          transform: rotate(81.522deg);
}

@media (max-width: 991.98px) {
  .about__parallax_2 {
    display: none;
  }
}

.about__parallax_3 {
  position: absolute;
  top: 86%;
  right: 5%;
  width: 13.471px;
  height: 13.471px;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
}

.about__parallax_3::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  background-color: #fb5607;
}

@media (max-width: 991.98px) {
  .about__parallax_3 {
    display: none;
  }
}

.about__parallax_4 {
  position: absolute;
  top: 62%;
  right: -2%;
  width: 236.936px;
  height: 236.936px;
}

@media (max-width: 991.98px) {
  .about__parallax_4 {
    display: none;
  }
}

.about__parallax_5 {
  position: absolute;
  top: 12%;
  right: 2%;
  width: 117px;
  height: 117px;
}

@media (max-width: 991.98px) {
  .about__parallax_5 {
    display: none;
  }
}

.form-about {
  max-width: 486px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 12px 10px 22px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 18px;
  border: 1px solid #626276;
}

.form-about * {
  margin-bottom: 0;
}

@media (max-width: 419.98px) {
  .form-about {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 12px 10px;
  }
}

@media (max-width: 479.98px) {
  .form-about__img {
    padding-bottom: 7px;
  }
}

.form-about__mail {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 10px;
  color: #fff;
  background-color: transparent;
  font-size: 13px;
  line-height: 180%;
}

.form-about__mail::-webkit-input-placeholder {
  color: #626276;
}

.form-about__mail:-ms-input-placeholder {
  color: #626276;
}

.form-about__mail::-ms-input-placeholder {
  color: #626276;
}

.form-about__mail::placeholder {
  color: #626276;
}

@media (max-width: 419.98px) {
  .form-about__mail {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-bottom: 7px;
  }
}

@media (max-width: 419.98px) {
  .form-about__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .form-about__button:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.phillips-about {
  position: absolute;
  width: 80%;
  height: 20%;
  top: 74%;
  right: 19%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background-color: #fff;
}

@media (max-width: 567.98px) {
  .phillips-about {
    width: 90%;
    height: 30%;
    top: 90%;
    right: 5%;
  }
}

.phillips-about__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  position: relative;
}

.phillips-about__img img {
  max-width: 100%;
  position: absolute;
  width: 75%;
  height: auto;
  bottom: -2px;
  left: 25px;
}

@media (max-width: 479.98px) {
  .phillips-about__img img {
    left: 15px;
  }
}

.phillips-about__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 7px 7px 7px 0;
}

@media (max-width: 567.98px) {
  .phillips-about__content {
    -webkit-transform: translate(-10px, 0);
            transform: translate(-10px, 0);
  }
}

.phillips-about__title {
  color: #0e0e2c;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 4px;
}

@media (max-width: 767px) {
  .phillips-about__title {
    font-size: calc(14px + 6.8* ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .phillips-about__title {
    font-size: calc(14px + 4 * (100vw / 1180));
  }
}

.phillips-about__text {
  color: #838394;
  line-height: 180%;
}

@media (max-width: 767px) {
  .phillips-about__text {
    font-size: calc(10px + 3.4* ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .phillips-about__text {
    font-size: calc(10px + 2 * (100vw / 1180));
  }
}

.phillips-about__play {
  position: absolute;
  width: 10%;
  height: 45px;
  top: 3.5vw;
  left: 95%;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.phillips-about__play img {
  max-width: 100%;
}

.phillips-about__play:hover {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 991.98px) {
  .phillips-about__play {
    top: 6vw;
  }
}

@media (max-width: 567.98px) {
  .phillips-about__play {
    top: 8vw;
  }
}

.progress-about {
  position: absolute;
  width: 30%;
  height: 37%;
  top: 30%;
  right: -8%;
  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;
  text-align: center;
  border-radius: 10px;
  padding: 28px 19px;
  background-color: #fff;
}

@media (max-width: 1200.98px) {
  .progress-about {
    width: 37%;
    height: 42%;
  }
}

@media (max-width: 991.98px) {
  .progress-about {
    width: 200px;
    height: 215px;
    right: 0%;
  }
}

@media (max-width: 567.98px) {
  .progress-about {
    display: none;
  }
}

.progress-about__img {
  margin-bottom: 10px;
}

.progress-about__img img {
  max-width: 58px;
}

.progress-about__title {
  color: #0e0e2c;
  font-weight: 600;
  line-height: 180%;
  margin-bottom: 2px;
}

@media (max-width: 767px) {
  .progress-about__title {
    font-size: calc(14px + 5.1* ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .progress-about__title {
    font-size: calc(14px + 3 * (100vw / 1180));
  }
}

.progress-about__subtitle {
  color: #838394;
  line-height: 180%;
  margin-bottom: 21px;
}

@media (max-width: 767px) {
  .progress-about__subtitle {
    font-size: calc(10px + 1.7* ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .progress-about__subtitle {
    font-size: calc(10px + 1 * (100vw / 1180));
  }
}

.progress-about__button {
  border-radius: 5px;
  background-color: #3a86ff;
  padding: 7px 30px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 180%;
  max-width: 116px;
  margin: 0 auto;
  border: 1px solid #3a86ff;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.progress-about__button:hover {
  color: #3a86ff;
  background-color: transparent;
}

.service {
  padding-bottom: 60px;
}

.service__container {
  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: 5px;
}

@media (max-width: 799.98px) {
  .service__container {
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
}

.service__img {
  max-width: 645px;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50%-2.5px);
          flex: 0 1 calc(50%-2.5px);
}

@media (max-width: 799.98px) {
  .service__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
}

.service__img img {
  max-width: 100%;
}

@media (max-width: 799.98px) {
  .service__img {
    position: relative;
    top: -20px;
  }
}

.service__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50%-2.5px);
          flex: 0 1 calc(50%-2.5px);
}

.service__content > *:not(:last-child) {
  margin-bottom: 20px;
}

@media (max-width: 799.98px) {
  .service__content {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .service__content > * {
    margin: 25px auto;
  }
}

.service__suptitle {
  max-width: 236px;
}

.service__title {
  max-width: 536px;
}

.service__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 799.98px) {
  .service__counter {
    padding: 0 15px;
  }
}

.service__num {
  font-size: 38px;
  font-weight: 700;
  line-height: calc(49 / 38 * 100%);
}

.service__num_1 {
  color: #ffbe0b;
  padding-right: 20px;
}

.service__num_2 {
  padding-left: 40px;
  color: #fb5607;
  position: relative;
}

.service__num_2::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 80%;
  bottom: 10%;
  left: 0;
  background-color: #868695;
}

@media (max-width: 799.98px) {
  .service__num_2::before {
    display: none;
  }
}

@media (max-width: 799.98px) {
  .service__num_2 {
    padding-left: 0px;
  }
}

.service__num span {
  position: relative;
  left: -5px;
}

.service__num_num {
  display: inline;
}

.service__num_text {
  color: #868695;
  font-size: 14px;
  font-weight: 400;
  line-height: calc(25 / 14 * 100%);
  max-width: 200px;
}

.do {
  padding: 60px 0;
}

@media (max-width: 991.98px) {
  .do {
    padding: 0;
  }
}

.do__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 90px;
          column-gap: 90px;
}

@media (max-width: 991.98px) {
  .do__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }
  .do__container * {
    margin: 0 auto;
    text-align: center;
  }
  .do__container > .do__cards {
    row-gap: 5px;
  }
}

.do__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50%-45px);
          flex: 0 1 calc(50%-45px);
}

.do__suptitle {
  max-width: 145px;
  margin-bottom: 18px;
}

.do__title {
  margin-bottom: 34px;
}

.do__text {
  color: #868695;
  font-size: 16px;
  line-height: calc(29 / 16 * 100%);
  max-width: 461px;
}

.do__items {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50%-45px);
          flex: 0 1 calc(50%-45px);
  position: relative;
  min-width: 0;
  max-width: 100%;
}

.do__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 29px;
  -webkit-column-gap: 22px;
          column-gap: 22px;
}

@media (max-width: 767.98px) {
  .do__cards {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    row-gap: 0;
    -webkit-column-gap: 0;
            column-gap: 0;
  }
}

.do__card {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 11px);
          flex: 0 1 calc(50% - 11px);
  padding: 23px;
  max-width: 272px;
  border-radius: 10px;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

@media (max-width: 767.98px) {
  .do__card {
    max-width: 100%;
    min-width: 100%;
  }
}

.do__card_1 > .do__img {
  background-color: #3e3125;
}

.do__card_2 > .do__img {
  background-color: #172656;
}

.do__card_3 > .do__img {
  background-color: #3e0b39;
}

.do__card_4 > .do__img {
  background-color: #3d1c25;
}

.do__card:hover {
  background-color: #1a1a3d;
}

.do__card:hover > .do__img img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@media (max-width: 767.98px) {
  .do__card:hover {
    background-color: transparent;
  }
}

.do__img {
  width: 73px;
  height: 66px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-bottom: 31px;
}

.do__img img {
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  max-width: 44px;
}

.do__label {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  line-height: 130%;
  margin-bottom: 19px;
}

.do__sublabel {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #868695;
}

.swiper-container {
  max-width: 1000px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0px;
  overflow: hidden;
}

.swiper-container *.swiper-button-next, .swiper-container *.swiper-button-prev {
  display: none;
}

@media (max-width: 768px) {
  .swiper-container {
    padding: 0 50px;
    max-width: calc(100%);
  }
  .swiper-container *.swiper-button-next, .swiper-container *.swiper-button-prev {
    display: block;
  }
}

.swiper-slide {
  overflow: hidden;
}

@media (max-width: 767.98px) {
  .swiper-slide {
    padding: 20px calc(12vw + 12px);
  }
}

.features__swiper .swiper-button-prev::after,
.features__swiper .swiper-button-next::after {
  color: #0D0D2B;
  font-size: 50px;
}

.swiper-button-prev, .swiper-button-next {
  padding: 0;
  z-index: 2;
}

.product {
  padding: 60px 0 80px;
}

.product__container {
  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: 100px;
}

@media (max-width: 991.98px) {
  .product__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 0;
  }
  .product__container > * {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .product__container *.product__title {
    text-align: center;
  }
  .product__container *.product__suptitle {
    text-align: center;
    margin: 0px auto 20px auto;
  }
}

.product__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50%-50px);
          flex: 0 1 calc(50%-50px);
  max-width: 544px;
  position: relative;
  background-color: #3a86ff;
  border-radius: 15px;
}

.product__img img {
  padding-top: 92px;
  position: relative;
  bottom: 0;
  left: 0;
}

@media (max-width: 991.98px) {
  .product__img {
    background-color: transparent;
  }
  .product__img img {
    padding-top: 0;
    max-width: 100%;
  }
}

.product__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50%-50px);
          flex: 0 1 calc(50%-50px);
}

.product__suptitle {
  max-width: 235px;
  margin-bottom: 18px;
}

.product__title {
  max-width: 534px;
  margin-bottom: 60px;
}

.product__spollers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product__item {
  padding-left: 55px;
}

.product__item:not(:last-child) {
  margin-bottom: 46px;
}

@media (max-width: 991.98px) {
  .product__item:last-child {
    margin-bottom: 46px;
  }
}

.product__label {
  cursor: pointer;
  font-weight: 700;
  line-height: 130%;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.5s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

@media (max-width: 767px) {
  .product__label {
    font-size: calc(17px + 5.1* ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .product__label {
    font-size: calc(17px + 3 * (100vw / 1180));
  }
}

.product__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 180%;
  color: #868695;
  max-width: 320px;
}

.product__item._init .product__label {
  cursor: pointer;
  position: relative;
  left: 0px;
}

.product__item._init .product__label::before,
.product__item._init .product__label::after {
  content: "";
  border-radius: 6px;
  width: 18px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.product__item._init .product__label::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: -50px;
  opacity: 1;
}

.product__item._init .product__label._active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

.product__item._init .product__label::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  left: -38.5px;
  opacity: 1;
}

.product__item._init .product__label._active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
  content: "";
  background: url("../img/about/tick.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  width: 30px;
  height: 100%;
  top: 0;
  left: -55px;
  background-color: transparent;
}

.absolute-product {
  position: absolute;
  width: 210px;
  height: 241px;
  bottom: -10%;
  left: -5%;
  background-color: #fff;
  border-radius: 10px;
  padding: 60px 36px 36px;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 479.98px) {
  .absolute-product {
    display: none;
  }
}

.absolute-product__num {
  color: #3a86ff;
  font-weight: 700;
  font-size: 50px;
  margin-bottom: 70px;
}

.absolute-product__num::before {
  content: "";
  position: absolute;
  width: 138px;
  height: 138px;
  top: 23px;
  left: 34px;
  border: 7px solid #3a85ff20;
  border-radius: 50%;
}

.absolute-product__text {
  color: #000;
  font-weight: 600;
}

.circle {
  position: absolute;
  width: 138px;
  height: 138px;
  top: 23px;
  left: 34px;
  border-radius: 100%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.circle__item {
  width: 50%;
  height: 100%;
  right: 0px;
  position: absolute;
  overflow: hidden;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.circle._active .circle__item {
  -webkit-animation: anim1 1s 1;
          animation: anim1 1s 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@-webkit-keyframes anim1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50.01% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

@keyframes anim1 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50.01% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
}

.circle__half {
  height: 100%;
  right: 0px;
  position: absolute;
  border: solid 7px transparent;
  border-top-color: #3a86ff;
  border-left-color: #3a86ff;
  border-radius: 50%;
}

.circle__half--clipped {
  width: 200%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.circle._active .circle__half--clipped {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-animation: anim2 0.5s linear 2;
          animation: anim2 0.5s linear 2;
}

@-webkit-keyframes anim2 {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

@keyframes anim2 {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  100% {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
}

.circle__half--fix {
  width: 100%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  opacity: 0;
}

.circle._active .circle__half--fix {
  opacity: 1;
  -webkit-animation: anim3 1s 1;
          animation: anim3 1s 1;
}

@-webkit-keyframes anim3 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anim3 {
  0% {
    opacity: 0;
  }
  49.99% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}

.process {
  padding: 60px 0;
}

@media (max-width: 479.98px) {
  .process {
    padding: 20px 0;
  }
}

.process__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 60px;
}

@media (max-width: 991.98px) {
  .process__container {
    -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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 40px;
  }
  .process__container * {
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    margin: 0 auto;
    text-align: center;
  }
}

.process__content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 30px);
          flex: 0 1 calc(50% - 30px);
}

.process__suptitle {
  max-width: 195px;
  margin-bottom: 18px;
}

.process__title {
  margin-bottom: 34px;
}

.process__text {
  max-width: 462px;
  color: #868695;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(29 / 16 * 100%);
}

.process__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 calc(50% - 30px);
          flex: 0 1 calc(50% - 30px);
  position: relative;
  border-radius: 20px;
  background-color: #FFBE0B;
  width: 544px;
  height: 564px;
}

@media (max-width: 991.98px) {
  .process__image {
    max-width: 100%;
  }
}

.process__image > img {
  max-width: 100%;
  position: absolute;
  width: 541px;
  height: auto;
  bottom: -1px;
  right: 0;
}

@media (max-width: 991.98px) {
  .process__image > img {
    position: relative;
  }
}

.absolute-process {
  position: absolute;
  width: 290px;
  height: 149px;
  bottom: -20px;
  right: -40px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 22px 35px;
  overflow: hidden;
}

@media (max-width: 1279.98px) {
  .absolute-process {
    right: -10px;
  }
}

@media (max-width: 991.98px) {
  .absolute-process {
    right: -50px;
    bottom: -25px;
  }
}

@media (max-width: 660.98px) {
  .absolute-process {
    position: relative;
    width: 100%;
    bottom: 0;
    right: 0;
  }
}

.absolute-process__title {
  color: #000;
  font-weight: 600;
  line-height: calc(31 / 24 * 100%);
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .absolute-process__title {
    font-size: calc(20px + 6.8* ((100vw - 320px) / 1180));
  }
}

@media (min-width: 767px) {
  .absolute-process__title {
    font-size: calc(20px + 4 * (100vw / 1180));
  }
}

.absolute-process__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin-left: 15px;
}

@media (max-width: 660.98px) {
  .absolute-process__items {
    padding: 0 25vw;
  }
}

.absolute-process__item {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 0 0 0 -15px;
}

.absolute-process__item:not(:last-child) {
  border: 5px solid #fff;
}

.absolute-process__item > * {
  height: 50px;
  width: 50px;
}

.absolute-process__item:last-of-type {
  position: relative;
  z-index: 2;
}

.absolute-process__text {
  margin-top: 5px;
  height: 50px;
  width: 50px;
  max-width: 100%;
  border-radius: 50%;
  background-color: #FB5607;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: calc(26 - 20 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.absolute-process *.absolute-process__item:not(:last-child) {
  -webkit-transition: all 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.9s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  -webkit-transform: translate(100px, 0);
          transform: translate(100px, 0);
  opacity: 0;
}

.absolute-process *.absolute-process__item:not(:last-child):first-of-type {
  -webkit-transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.7s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.absolute-process *.absolute-process__item:not(:last-child):nth-last-of-type(2) {
  -webkit-transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 1.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.absolute-process._active *.absolute-process__item:not(:last-child) {
  -webkit-transform: translate(0);
          transform: translate(0);
  opacity: 1;
}

.contact {
  padding: 90px 0 90px 0;
}

@media (max-width: 479.98px) {
  .contact {
    padding: 50px 0 50px 0;
  }
}

.contact__container {
  text-align: center;
}

.contact__title {
  margin-bottom: 17px;
}

.contact__text {
  color: #868695;
  font-size: 16px;
  font-weight: 400;
  line-height: calc(29 / 16 * 100%);
  margin-bottom: 40px;
}

.contact__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 486px;
  margin: 0 auto;
  padding: 9px 10px 9px 22px;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 18px;
  border: 1px solid #626276;
}

.contact__form * {
  margin-bottom: 0;
}

@media (max-width: 419.98px) {
  .contact__form {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 9px 12px 9px;
  }
}

.contact__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0 10px;
  color: #fff;
  background-color: transparent;
  font-size: 13px;
  line-height: 180%;
}

.contact__input::-webkit-input-placeholder {
  color: #626276;
}

.contact__input:-ms-input-placeholder {
  color: #626276;
}

.contact__input::-ms-input-placeholder {
  color: #626276;
}

.contact__input::placeholder {
  color: #626276;
}

@media (max-width: 419.98px) {
  .contact__input {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding-bottom: 7px;
  }
}

.contact__button {
  font-weight: 600;
}

@media (max-width: 419.98px) {
  .contact__button {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
  .contact__button:hover {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 210px;
          flex: 0 1 210px;
}

.footer__container {
  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;
  min-height: 210px;
}

@media (max-width: 991.98px) {
  .footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.footer__logo {
  position: relative;
  z-index: 5;
  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;
}

.menu2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767.98px) {
  .menu2__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.menu2__list > li {
  margin: 0px 0px 0px 53px;
}

.menu2__list > li:last-child {
  margin: 0px 0px 0px 137px;
}

@media (max-width: 1100.98px) {
  .menu2__list > li {
    margin: 0px 0px 0px 35px;
  }
  .menu2__list > li:last-child {
    margin: 0px 0px 0px 63px;
  }
}

@media (max-width: 767.98px) {
  .menu2__list > li {
    margin: 0;
  }
  .menu2__list > li:last-child {
    margin: 10px 0px 0px 0px;
  }
}

@media (min-width: 768px) {
  .menu2__item {
    -webkit-transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.475) 0s;
    transition: all 0.2s cubic-bezier(0.175, 0.885, 0.32, 1.475) 0s;
  }
  .menu2__item:not(:last-child) {
    border-radius: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(90%, transparent), to(#ffbe0b));
    background: linear-gradient(to bottom, transparent 0%, transparent 90%, #ffbe0b 100%);
    background-size: 200% 100%;
    background-position: 200% 0;
    background-repeat: no-repeat;
  }
  .menu2__item:not(:last-child):hover {
    background-position: 150% 0;
  }
}

.menu2__link {
  color: #fff;
  line-height: 140%;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.menu2__link:active {
  color: #ffbe0b;
}

.menu2__link {
  padding: 8px;
  -webkit-transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.3s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.menu2__link:not(:last-child) {
  margin-right: 20px;
}

.menu2__link:hover svg path {
  fill: white;
}

.menu2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu2__list > li {
  padding: 10px 0;
}

.popup {
  position: fixed;
  z-index: 20;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  transition: all 0.6s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
}

.popup.open {
  opacity: 1;
  visibility: visible;
}

.popup.open .popup__content {
  left: 0;
  opacity: 1;
}

.popup__area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.popup__body {
  min-height: 100%;
  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;
  padding: 30px 10px;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.popup__content {
  position: relative;
  background-color: #fff;
  border-radius: 18px;
  color: #000;
  max-width: 800px;
  padding: 30px 40px 30px 30px;
  position: relative;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  opacity: 0;
  left: -100%;
}

@media (max-width: 400.98px) {
  .popup__content {
    padding: 20px 20px 20px 17px;
  }
}

.popup__close:before, .popup__close:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 18px;
  width: 20px;
  height: 2px;
  background: #000;
}

.popup__close:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.popup__close:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.popup__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  text-align: center;
  color: #0D0D2B;
}

.popup__title:not(:last-child) {
  margin-bottom: 15px;
}

.popup__form:not(:last-child) {
  margin-bottom: 15px;
}

.popup__email, .popup__password, .popup__name, .popup__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  font-weight: 400;
  font-size: 18px;
  line-height: 175%;
  letter-spacing: 0.01em;
  padding: 8px 10px;
  border-radius: 17px;
  color: #000;
  border: 1px solid #828282;
}

.popup__email:not(:last-child), .popup__password:not(:last-child), .popup__name:not(:last-child), .popup__tel:not(:last-child) {
  margin-bottom: 12px;
}

.popup__email::-webkit-input-placeholder, .popup__password::-webkit-input-placeholder, .popup__name::-webkit-input-placeholder, .popup__tel::-webkit-input-placeholder {
  color: #828282;
}

.popup__email:-ms-input-placeholder, .popup__password:-ms-input-placeholder, .popup__name:-ms-input-placeholder, .popup__tel:-ms-input-placeholder {
  color: #828282;
}

.popup__email::-ms-input-placeholder, .popup__password::-ms-input-placeholder, .popup__name::-ms-input-placeholder, .popup__tel::-ms-input-placeholder {
  color: #828282;
}

.popup__email::placeholder, .popup__password::placeholder, .popup__name::placeholder, .popup__tel::placeholder {
  color: #828282;
}

.popup__text {
  display: inline-block;
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: 0.01em;
  color: #000;
}

.popup__text:not(:last-child) {
  margin-bottom: 12px;
}

.popup__text:hover {
  text-decoration: underline;
}

.popup__buttons {
  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;
  -webkit-column-gap: 20px;
          column-gap: 20px;
}

.popup__button {
  font-weight: 600;
  font-size: 16px;
}

.popup__button:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.popup__register, .popup__login {
  font-weight: 600;
}

.popup__register:hover, .popup__login:hover {
  background-color: transparent;
  border: 1px solid #000;
  color: #000;
}
