

/* Start:/local/templates/.default/assets/css/style.css?174549136438697*/
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

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

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

header,
section,
footer,
aside,
nav,
article,
figure {
  display: block;
}

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

input,
button,
textarea,
input:active,
input:focus,
textarea:active,
textarea:focus {
  outline: none;
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  border: none;
  outline: none;
}

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

@font-face {
  font-family: 'Gilroy';
  src: url("/local/templates/.default/assets/css/fonts/Gilroy-Regular.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url("/local/templates/.default/assets/css/fonts/Gilroy-Bold.otf") format("opentype");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: 'Cormorant';
  src: url("/local/templates/.default/assets/css/fonts/Cormorant-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal;
}

body {
  background: #140038;
  color: #ffffff;
  font-family: 'Gilroy', sans-serif;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: -0.4px;
}

body.is-fixed {
  overflow: hidden;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 992px) {
  body {
    font-size: 14px;
  }
}

.wrap-all {
  position: relative;
  z-index: 5;
}

.content {
  width: 100%;
  max-width: 1400px;
  padding: 0 40px;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  .content {
    padding: 0 48px;
  }
}

@media screen and (max-width: 992px) {
  .content {
    padding: 0 44px;
  }
}

@media screen and (max-width: 576px) {
  .content {
    padding: 0 16px;
  }
}

svg {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 100%;
  color: inherit;
  fill: transparent;
  stroke: transparent;
}

.g-block {
  display: block;
}

.g-inline {
  display: inline;
}

.g-hidden {
  display: none;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.logo {
  width: 151px;
  display: block;
  height: 34px;
}

.logo-arda {
  display: inline-block;
  width: 150px;
  font-size: 0;
}
.logo-arda img {
  width: 100%;
  max-width: 100%;
}

@media screen and (max-width: 576px) {
  .logo {
    width: 124px;
    height: 26px;
  }
  .logo-arda_wrap {
    text-align: right;
  }
  .logo-arda {
    width: 120px;
    margin-top: 20px;
  }
}

.main-title {
  margin-bottom: 50px;
}

@media screen and (max-width: 1200px) {
  .main-title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 576px) {
  .main-title {
    position: relative;
    padding-bottom: 64px;
    margin-bottom: 0;
  }
}

.bl-radius {
  border-radius: 20px;
}

@media screen and (max-width: 1200px) {
  .bl-radius {
    border-radius: 12px;
  }
}

@media screen and (max-width: 576px) {
  .bl-radius {
    border-radius: 8px;
  }
}

.bl-x-padding {
  padding-left: 80px;
  padding-right: 80px;
}

@media screen and (max-width: 1200px) {
  .bl-x-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}

@media screen and (max-width: 992px) {
  .bl-x-padding {
    padding-left: 38px;
    padding-right: 38px;
  }
}

@media screen and (max-width: 576px) {
  .bl-x-padding {
    padding-left: 14px;
    padding-right: 14px;
  }
}

.bl-y-padding {
  padding-top: 36px;
  padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .bl-y-padding {
    padding-top: 16px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 992px) {
  .bl-y-padding {
    padding-top: 4px;
    padding-bottom: 28px;
  }
}

@media screen and (max-width: 576px) {
  .bl-y-padding {
    padding-top: 0;
    padding-bottom: 24px;
  }
}

.bl-t-padding {
  padding-top: 60px;
}

@media screen and (max-width: 1200px) {
  .bl-t-padding {
    padding-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .bl-t-padding {
    padding-top: 28px;
  }
}

@media screen and (max-width: 576px) {
  .bl-t-padding {
    padding-top: 24px;
  }
}

.bl-b-padding {
  padding-bottom: 60px;
}

@media screen and (max-width: 1200px) {
  .bl-b-padding {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 992px) {
  .bl-b-padding {
    padding-bottom: 28px;
  }
}

@media screen and (max-width: 576px) {
  .bl-b-padding {
    padding-bottom: 24px;
  }
}

.bl-dark {
  background-color: #0C001B;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
}

@media screen and (max-width: 576px) {
  .bl-dark {
    margin-left: -8px;
    margin-right: -8px;
  }
}

.bl-white {
  background-color: #ffffff;
  color: #000000;
}

.bl-deliver {
  width: 100%;
  max-width: 1320px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.33%, #FFF), color-stop(66.67%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 33.33%, #FFF 66.67%, rgba(255, 255, 255, 0) 100%);
}

.bl-deliver_top {
  margin-bottom: 40px;
}

.bl-deliver_bottom {
  margin-top: 40px;
}

@media screen and (max-width: 1200px) {
  .bl-deliver_top {
    margin-bottom: 24px;
  }
  .bl-deliver_bottom {
    margin-top: 24px;
  }
}

.bl-list {
  list-style: none;
}

.bl-list__item {
  position: relative;
  padding-left: 56px;
}

.bl-list__item:not(:last-child) {
  min-height: 124px;
}

.bl-list__item:not(:last-child)::after {
  content: '';
  width: 1px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 24px, #ffffff calc(100% - 24px), rgba(255, 255, 255, 0) 100%);
  top: 52px;
  bottom: 0;
  position: absolute;
  left: 4px;
}

.bl-list__item:not(:first-child) {
  margin-top: 16px;
}

.bl-list__item::before {
  content: '';
  width: 10px;
  height: 10px;
  background: #ffffff;
  top: 12px;
  border-radius: 50%;
  position: absolute;
  left: 0;
}

@media screen and (max-width: 992px) {
  .bl-list__item {
    padding-left: 28px;
  }
  .bl-list__item:not(:last-child) {
    min-height: 100px;
  }
  .bl-list__item:not(:last-child)::after {
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 12px, #ffffff calc(100% - 12px), rgba(255, 255, 255, 0) 100%);
    top: 26px;
    left: 2px;
  }
  .bl-list__item::before {
    width: 5px;
    height: 5px;
    top: 7px;
  }
}

@media screen and (max-width: 768px) {
  .bl-list__item:not(:last-child) {
    min-height: 0;
    padding-bottom: 16px;
  }
  .bl-list__item:not(:last-child)::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.33%, #FFF), color-stop(66.67%, #FFF), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 33.33%, #FFF 66.67%, rgba(255, 255, 255, 0) 100%);
    top: auto;
    left: 0;
    right: 0;
    height: 1px;
    width: auto;
  }
  .bl-list__item::before {
    width: 5px;
    height: 5px;
    top: 7px;
    border-radius: 50%;
    position: absolute;
    left: 0;
  }
}

.bl-icon {
  width: 52px;
}

@media screen and (max-width: 992px) {
  .bl-icon {
    width: 42px;
  }
}

@media screen and (max-width: 576px) {
  .bl-icon {
    width: 30px;
  }
}

.bl-text {
  padding-top: 30px;
}

.bl-text p:not(:first-child) {
  margin-top: 16px;
}

.bl-text h4:not(:first-child) {
  margin-top: 24px;
}

@media screen and (max-width: 1200px) {
  .bl-text {
    padding-top: 20px;
  }
}

@media screen and (max-width: 992px) {
  .bl-text {
    padding-top: 16px;
  }
  .bl-text p:not(:first-child) {
    margin-top: 8px;
  }
  .bl-text h4:not(:first-child) {
    margin-top: 16px;
  }
}

@media screen and (max-width: 992px) {
  .g-lg-inline {
    display: inline;
  }
  .g-lg-hidden {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .g-md-hidden {
    display: none;
  }
  .g-md-show {
    display: block;
  }
  .text-md-left {
    text-align: left;
  }
  .text-md-center {
    text-align: center;
  }
  .text-md-right {
    text-align: right;
  }
}

@media screen and (max-width: 576px) {
  .g-sm-show {
    display: block;
  }
  .g-sm-hidden {
    display: none;
  }
  .g-sm-inline {
    display: inline;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .g-sm-show {
    display: block;
  }
  .g-sm-hidden {
    display: none;
  }
  .g-sm-inline {
    display: inline;
  }
  .text-sm-left {
    text-align: left;
  }
  .text-sm-center {
    text-align: center;
  }
}

.section-title__first-line {
  max-width: 85%;
}

.section-title__second-line {
  max-width: 88%;
}

@media screen and (max-width: 576px) {
  .section-title__first-line, .section-title__second-line {
    max-width: none;
  }
}

.main-form {
  margin-top: 40px;
  margin-bottom: 26px;
}

@media screen and (max-width: 1200px) {
  .main-form {
    margin-top: 24px;
    margin-bottom: 24px;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.section-top {
  padding-top: 210px;
}

@media screen and (max-width: 1200px) {
  .section-top {
    padding-top: 188px;
  }
}

@media screen and (max-width: 576px) {
  .section-top {
    padding-top: 110px;
  }
}

.section-pt {
  padding-top: 100px;
}

@media screen and (max-width: 1200px) {
  .section-pt {
    padding-top: 80px;
  }
}

@media screen and (max-width: 576px) {
  .section-pt {
    padding-top: 40px;
  }
}

.m-auto {
  margin-left: auto;
  margin-right: auto;
}

.pt-10 {
  padding-top: 10px;
}

.pt-24 {
  padding-top: 24px;
}

.mt-8 {
  margin-top: 8px;
}

.mt-16 {
  margin-top: 16px;
}

.mt-32 {
  margin-top: 32px;
}

@media screen and (max-width: 992px) {
  .pt-lg-6 {
    padding-top: 6px;
  }
  .mt-lg-16 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 576px) {
  .mt-sm-8 {
    margin-top: 8px;
  }
  .mt-sm-20 {
    margin-top: 20px;
  }
}

.g-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2px;
  margin-right: -2px;
}

.g-row_between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.g-row_middle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.g-row_vertical_end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.g-row_wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.g-row_end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.g-row_center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.g-row_column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.g-row_sm {
  margin-left: -5px;
  margin-right: -5px;
}

.g-row_sm > .g-col {
  padding-left: 5px;
  padding-right: 5px;
}

.g-row_md {
  margin-left: -15px;
  margin-right: -15px;
}

.g-row_md > .g-col {
  padding-left: 15px;
  padding-right: 15px;
}

.g-row_lg {
  margin-left: -30px;
  margin-right: -30px;
}

.g-row_lg > .g-col {
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 1200px) {
  .g-row_lg {
    margin-left: -25px;
    margin-right: -25px;
  }
  .g-row_lg > .g-col {
    padding-left: 25px;
    padding-right: 25px;
  }
  .g-row_xl-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 992px) {
  .g-row_sm {
    margin-left: -3px;
    margin-right: -3px;
  }
  .g-row_sm > .g-col {
    padding-left: 3px;
    padding-right: 3px;
  }
  .g-row_lg {
    margin-left: -20px;
    margin-right: -20px;
  }
  .g-row_lg > .g-col {
    padding-left: 20px;
    padding-right: 20px;
  }
  .g-row_lg-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 576px) {
  .g-row_md {
    margin-left: -6px;
    margin-right: -6px;
  }
  .g-row_md > .g-col {
    padding-left: 6px;
    padding-right: 6px;
  }
  .g-row_lg {
    margin-left: -8px;
    margin-right: -8px;
  }
  .g-row_lg > .g-col {
    padding-left: 8px;
    padding-right: 8px;
  }
  .g-row_sm-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.g-col {
  padding-left: 2px;
  padding-right: 2px;
}

.g-col_20 {
  width: 20%;
  min-width: 20%;
}

.g-col_25 {
  width: 25%;
  min-width: 25%;
}

.g-col_30 {
  width: 30%;
  min-width: 30%;
}

.g-col_33 {
  width: 33.3333%;
  min-width: 33.3333%;
}

.g-col_40 {
  width: 40%;
  min-width: 40%;
}

.g-col_42 {
  width: 42%;
  min-width: 42%;
}

.g-col_50 {
  width: 50%;
  min-width: 50%;
}

.g-col_60 {
  width: 60%;
  min-width: 60%;
}

.g-col_66 {
  width: 66.6667%;
  min-width: 66.6667%;
}

.g-col_100 {
  width: 100%;
  min-width: 100%;
}

.g-col_full {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}

.g-col_same {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
}

@media screen and (max-width: 1200px) {
  .g-col_xl-50 {
    width: 50%;
    min-width: 50%;
  }
  .g-col_xl-100 {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .g-col_lg-100 {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .g-col_md-100 {
    width: 100%;
    min-width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .g-col_sm-100 {
    width: 100%;
    min-width: 100%;
  }
  .g-col_sm-33 {
    width: 33.3333%;
    min-width: 33.3333%;
  }
  .g-col_sm-50 {
    width: 50%;
    min-width: 50%;
  }
}

h1, .title1 {
  font-weight: 400;
  line-height: 1.1;
  font-size: 104px;
  letter-spacing: -2.08px;
}

h2, .title2 {
  font-weight: 400;
  line-height: 1.1;
  font-size: 72px;
  letter-spacing: -1.44px;
}

h3, .title3 {
  font-weight: 400;
  font-size: 48px;
  letter-spacing: -0.96px;
}

h4, .title4 {
  font-weight: 400;
  font-size: 30px;
  letter-spacing: -0.6px;
}

.fs-16 {
  font-size: 16px;
}

.font-var {
  font-family: 'Cormorant', sans-serif;
  font-size: 1.2em;
}

.uppercase {
  text-transform: uppercase;
}

.fw-bold {
  font-family: 'Gilroy-Bold';
}

@media screen and (max-width: 1200px) {
  h1, .title1 {
    font-size: 72px;
  }
  h2, .title2 {
    font-size: 52px;
  }
  h3, .title3 {
    font-size: 40px;
  }
  h4, .title4 {
    font-size: 24px;
  }
}

@media screen and (max-width: 992px) {
  h1, .title1 {
    font-size: 56px;
  }
  h2, .title2 {
    font-size: 40px;
  }
  h3, .title3 {
    font-size: 32px;
  }
  h4, .title4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  h1, .title1 {
    font-size: 48px;
  }
  h2, .title2 {
    font-size: 36px;
  }
  h3, .title3 {
    font-size: 28px;
  }
}

@media screen and (max-width: 576px) {
  h1, .title1 {
    font-size: 32px;
    letter-spacing: -0.72px;
  }
  h2, .title2 {
    font-size: 24px;
    letter-spacing: -0.48px;
  }
  h3, .title3 {
    font-size: 22px;
    letter-spacing: -0.36px;
  }
  h4, .title4 {
    font-size: 18px;
    letter-spacing: -0.28px;
  }
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  text-align: center;
  border: none;
  background: transparent;
}

.button_primary {
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  letter-spacing: 0;
  text-transform: uppercase;
  white-space: nowrap;
}

.button_primary:hover {
  opacity: 0.7;
}

.button_primary:active {
  opacity: 0.85;
}

.button_secondary {
  border-radius: 20px;
  border: 1px solid #FFF;
  height: 60px;
  padding: 0 24px;
  white-space: nowrap;
  font-size: 18px;
}

.button_secondary:hover, .button_secondary:active, .button_secondary.is-active {
  background-color: #ffffff;
  color: #000000;
}

.button_arrow-down {
  width: 163px;
}

.button_full {
  width: 100%;
}

.button__icon {
  width: 20px;
  min-width: 20px;
  height: 16px;
}

.button__icon:not(:last-child) {
  margin-right: 8px;
}

.button__icon:not(:first-child) {
  margin-left: 8px;
}

.button__text {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .button_secondary {
    border-radius: 12px;
    height: 44px;
    padding: 0 20px;
  }
  .button_arrow-down {
    width: 143px;
  }
}

@media screen and (max-width: 992px) {
  .button_secondary {
    border-radius: 10px;
    height: 36px;
    padding: 0 12px;
  }
  .button_arrow-down {
    width: 107px;
  }
}

@media screen and (max-width: 576px) {
  .button_secondary {
    font-size: 12px;
  }
  .button_arrow-down {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.link {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.link_underline {
  text-decoration: underline;
}

.link:hover {
  opacity: 0.7;
}

.link:active {
  opacity: 0.85;
}

.input {
  height: 60px;
  padding: 0 12px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
}

.input::-webkit-input-placeholder {
  opacity: 1;
  color: #ffffff;
}

.input::-moz-placeholder {
  opacity: 1;
  color: #ffffff;
}

.input:-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}

.input::-ms-input-placeholder {
  opacity: 1;
  color: #ffffff;
}

.input::placeholder {
  opacity: 1;
  color: #ffffff;
}

.input:focus {
  border-color: #ffffff;
}

.input.is-error {
  border-color: #E2001D;
}

.input_text {
  padding-top: 16px;
  resize: none;
}

.input_inverse {
  color: #000000;
  border-color: rgba(0, 0, 0, 0.4);
}

.input_inverse::-webkit-input-placeholder {
  color: #000000;
}

.input_inverse::-moz-placeholder {
  color: #000000;
}

.input_inverse:-ms-input-placeholder {
  color: #000000;
}

.input_inverse::-ms-input-placeholder {
  color: #000000;
}

.input_inverse::placeholder {
  color: #000000;
}

.input_inverse:focus {
  border-color: #000000;
}

.select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 50%;
  cursor: pointer;
}
.select option {
  font-size: 18px;
  color: #000000;
}
.select option:disabled {
  display: none;
}

@media screen and (max-width: 1200px) {
  .input {
    height: 46px;
    padding: 0 12px;
    font-size: 16px;
  }
  .input_text {
    padding-top: 12px;
  }
  .select option {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .input {
    height: 40px;
    padding: 0 10px;
    font-size: 14px;
  }
  .select option {
    font-size: 14px;
  }
  .input_text {
    padding-top: 10px;
  }
}

.file {
  padding-top: 16px;
}

.file .g-col {
  min-width: 0;
}

.file__text {
  max-width: 100%;
  min-width: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.file__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 0;
}

.file__icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
  margin-left: 8px;
}

.file__delete {
  width: 20px;
  min-width: 20px;
  height: 20px;
}

.file__act {
  display: none;
}

.file__act.is-active {
  display: block;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

.file__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}

.file_border {
  padding: 0;
  position: relative;
}

.file_border .file__button {
  padding: 24px;
  border-radius: 16px;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.file_border .file__button:hover, .file_border .file__button.is-hover {
  border-color: rgba(0, 0, 0, 0.8);
}

.file_border .file__act {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 5;
}

@media screen and (max-width: 1200px) {
  .file__icon {
    margin-left: 6px;
    width: 20px;
    min-width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 992px) {
  .file__icon {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
  .file__delete {
    width: 16px;
    min-width: 16px;
    height: 16px;
  }
}

.form__item {
  padding-top: 24px;
}

.form__note {
  font-size: 16px;
  opacity: 0.6;
  margin-top: 60px;
  max-width: 250px;
}

.form__button {
  margin-top: 60px;
}

.form__fields.is-active {
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

.form__step {
  display: none;
  height: 100%;
}

.form__step.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

@media screen and (max-width: 1200px) {
  .form__item {
    padding-top: 20px;
  }
  .form__note {
    font-size: 14px;
    opacity: 0.6;
    margin-top: 40px;
  }
  .form__button {
    margin-top: 40px;
  }
}

@media screen and (max-width: 992px) {
  .form__note {
    margin-top: 30px;
  }
  .form__button {
    margin-top: 30px;
  }
}

@media screen and (max-width: 768px) {
  .form__note {
    max-width: none;
  }
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1024;
  overflow: hidden;
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.popup.is-inside {
  z-index: 100;
}

.popup__wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.popup__block {
  height: 100%;
  width: 75%;
  max-width: 1050px;
  margin-left: auto;
  overflow-y: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: all;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.popup__center {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.popup__bg {
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: opacity 0.3s visibility 0.8s;
  transition: opacity 0.3s visibility 0.8s;
  -webkit-backdrop-filter: blur(30px);
          backdrop-filter: blur(30px);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-delay: 0.45s;
          transition-delay: 0.45s;
  z-index: -1;
}

.popup__bg.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  z-index: 1023;
}

.popup__bg.is-inside {
  z-index: 99;
}

.popup__item:not(:first-child) {
  margin-top: 80px;
}

.popup__title {
  min-width: 220px;
}

.popup__content {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  width: 100%;
  height: 100%;
  overflow-y: auto;
  padding: 124px 0 40px;
}

.popup__content_small {
  width: calc(100vw - 32px);
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  padding: 24px 32px;
  height: auto;
  pointer-events: all;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.popup.is-show .popup__block {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.popup.is-show .popup__content {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.popup .form {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 700px;
}

.popup.popup_portfolio {
  right: 15px;
}

@media screen and (max-width: 1200px) {
  .popup__item:not(:first-child) {
    margin-top: 40px;
  }
  .popup__title {
    min-width: 160px;
  }
}

@media screen and (max-width: 992px) {
  .popup__title {
    min-width: 120px;
  }
  .popup__content:not(.popup__content_message) {
    padding-top: 110px;
  }
}

@media screen and (max-width: 768px) {
  .popup.popup_portfolio {
    right: 0;
    z-index: 200;
  }
  .popup.popup_portfolio .popup__content {
    padding-top: 14px;
  }
}

@media screen and (max-width: 576px) {
  .popup__item:not(:first-child) {
    margin-top: 24px;
  }
  .popup__title {
    min-width: 0;
    margin-bottom: 8px;
  }
  .popup__block {
    width: 100%;
  }
  .popup__content:not(.popup__content_message) {
    padding-top: 80px;
  }
  .popup.popup_portfolio .popup__content {
    padding-top: 8px;
  }
}

.form-button {
  display: inline-block;
  cursor: pointer;
}

.form-button__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -99999px;
}

.form-button__input:checked + .form-button__wrapper {
  background-color: #000000;
  color: #ffffff;
}

.form-button__wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 400;
  text-align: center;
  border-radius: 20px;
  border: 1px solid #000000;
  height: 60px;
  padding: 0 24px;
  white-space: nowrap;
  font-size: 18px;
}

@media screen and (max-width: 1200px) {
  .form-button__wrapper {
    border-radius: 12px;
    height: 44px;
    padding: 0 20px;
  }
}

@media screen and (max-width: 992px) {
  .form-button__wrapper {
    border-radius: 10px;
    height: 36px;
    padding: 0 12px;
  }
}

@media screen and (max-width: 576px) {
  .form-button__wrapper {
    font-size: 12px;
  }
}

.video {
  width: 100%;
  height: auto;
  display: block;
}

.header {
  position: fixed;
  top: 24px;
  left: 0;
  right: 0;
  z-index: 101;
}

.header__content {
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  z-index: 102;
}

.header__deliver {
  position: absolute;
  width: 156px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 5px;
  background: #ffffff;
  border-radius: 25px;
}

@media screen and (max-width: 992px) {
  .header__content {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .header__deliver {
    width: 100px;
  }
}

@media screen and (max-width: 576px) {
  .header {
    top: 16px;
  }
  .header__content {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

.footer {
  padding-bottom: 80px;
  font-size: 16px;
}

.footer__item:not(:first-child) {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .footer {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 992px) {
  .footer__item:not(:first-child) {
    margin-top: 4px;
  }
}

@media screen and (max-width: 576px) {
  .footer {
    padding-bottom: 12px;
  }
  .footer__item:first-child {
    margin-top: 36px;
  }
}

.slider {
  overflow: hidden;
  white-space: nowrap;
}

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

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

.slider__item {
  padding-left: 60px;
}

@media screen and (max-width: 1200px) {
  .slider__item {
    padding-left: 50px;
  }
}

@media screen and (max-width: 992px) {
  .slider__item {
    padding-left: 40px;
  }
}

@media screen and (max-width: 576px) {
  .slider__item {
    padding-left: 16px;
  }
}

.dropdown__icon {
  width: 17px;
  height: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-left: 8px;
}

@media screen and (max-width: 576px) {
  .dropdown__button {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .dropdown__button:hover {
    opacity: 0.7;
  }
  .dropdown__button.is-active .dropdown__icon {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .dropdown__block {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    max-height: 0;
    overflow: hidden;
  }
  .dropdown__block.is-active {
    max-height: 1000px;
  }
}

.list-info {
  padding-top: 60px;
  padding-bottom: 60px;
}

.list-info__name {
  position: relative;
  padding-left: 20px;
}

.list-info__name::after {
  content: '';
  position: absolute;
  left: 0;
  top: 6px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.list-info__title {
  max-width: 550px;
}

.list-info__text {
  max-width: 420px;
}

.list-info__image {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
}

.list-info__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.list-info__button {
  margin-top: 30px;
}

@media screen and (max-width: 1200px) {
  .list-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .list-info__name {
    padding-left: 14px;
  }
  .list-info__name::after {
    width: 8px;
    height: 8px;
  }
  .list-info__title {
    max-width: 390px;
  }
  .list-info__text {
    max-width: 350px;
  }
  .list-info__image {
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 992px) {
  .list-info {
    padding-top: 28px;
    padding-bottom: 28px;
  }
  .list-info__title {
    max-width: 324px;
  }
  .list-info__text {
    max-width: 300px;
  }
  .list-info__image {
    width: 90px;
    height: 90px;
  }
}

@media screen and (max-width: 576px) {
  .list-info {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .list-info__name {
    margin-bottom: 40px;
  }
  .list-info__name::after {
    top: 3px;
  }
  .list-info__title {
    max-width: none;
  }
  .list-info__text {
    max-width: none;
  }
  .list-info__button {
    margin-top: 40px;
  }
  .list-info__image {
    width: 76px;
    height: 76px;
    margin-bottom: 20px;
  }
}

.footer_social,
.popup-social {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.footer_social__text {
  font-size: 32px;
}
.soc-link {
  width: 48px;
  height: 48px;
  flex: none;
}
.popup-social_icon {
  width: 24px;
  height: 24px;
  flex: none;
  border-radius: 50%;
  background: #0C001B;
  border: 1px solid #0C001B;
}

@media screen and (max-width: 992px) {
  .soc-link {
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 576px) {
  .soc-link {
    width: 25px;
    height: 25px;
  }
}

.gradient {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.gradient__layout {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  -webkit-transition: 2s;
  transition: 2s;
}

.gradient__layout.is-hidden {
  opacity: 0;
}

.gradient__noise {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.gradient canvas {
  width: 100%;
  height: 100%;
}

#gradient-canvas1 {
  --gradient-color-1: #140038;
  --gradient-color-2: #0a81ff;
  --gradient-color-3: #090019;
  --gradient-color-4: #090019;
}

#gradient-canvas2 {
  --gradient-color-1: #140038;
  --gradient-color-2: #ae00ff;
  --gradient-color-3: #090019;
  --gradient-color-4: #090019;
}

#gradient-canvas3 {
  --gradient-color-1: #140038;
  --gradient-color-2: #00ace6;
  --gradient-color-3: #090019;
  --gradient-color-4: #090019;
}

.cookie-message {
  position: fixed;
  bottom: 24px;
  left: 0;
  right: 0;
  z-index: 101;
}

.cookie-message__content {
  padding: 24px 32px;
}

.cookie-message.is-hidden {
  -webkit-animation: fadeOut 0.5s;
          animation: fadeOut 0.5s;
}

.tabs__block {
  display: none;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}

.tabs__block.is-active {
  display: block;
}

.facts__item:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 145px;
}

.facts__number {
  font-size: 160px;
  line-height: 1.1;
}

.facts__text {
  margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .facts__number {
    font-size: 76px;
  }
  .facts__item:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 80px;
  }
}

@media screen and (max-width: 992px) {
  .facts__number {
    font-size: 56px;
  }
}

@media screen and (max-width: 576px) {
  .facts__number {
    font-size: 36px;
  }
  .facts__item:not(:nth-child(1)):not(:nth-child(2)) {
    margin-top: 40px;
  }
}

.price-table {
  position: relative;
}

.price-table__row {
  position: relative;
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 0;
  margin-right: 0;
}

.price-table__row:not(:last-child)::after {
  content: '';
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(33.33%, #FFF), color-stop(66.67%, #FFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFF 33.33%, #FFF 66.67%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
}

.price-table__col {
  padding-left: 16px;
  padding-right: 16px;
}

.price-table__col_header {
  color: #A8A8A8;
}

.price-table__line {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(33.333%, #ffffff), color-stop(66.667%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 33.333%, #ffffff 66.667%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.price-table__line:nth-child(1) {
  left: 50%;
}

.price-table__line:nth-child(2) {
  left: 25%;
}

.price-table__line:nth-child(3) {
  left: 75%;
}

@media screen and (max-width: 576px) {
  .price-table__col {
    padding-left: 8px;
    padding-right: 8px;
  }
}

.additional {
  max-width: 660px;
}

.portfolio__item_pt {
  padding-top: 60px;
}

.portfolio__item_pt-lg {
  padding-top: 120px;
}

.portfolio__item_pb-xl {
  padding-bottom: 180px;
}

.portfolio__item_pb-lg {
  padding-bottom: 40px;
}

.portfolio-animation {
  max-width: 620px;
}

.portfolio-animation__text {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.portfolio-animation__circle {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 1200px) {
  .portfolio__item_pt {
    padding-top: 40px;
  }
  .portfolio__item_pt-lg {
    padding-top: 80px;
  }
}

@media screen and (max-width: 992px) {
  .portfolio__item_pt {
    padding-top: 28px;
  }
  .portfolio__item_pt-lg {
    padding-top: 48px;
  }
}

@media screen and (max-width: 768px) {
  .portfolio__item_pb-xl {
    padding-bottom: 0;
  }
  .portfolio__item_pb-lg {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .portfolio__item_pt {
    padding-top: 24px;
  }
  .portfolio__item_pt-lg {
    padding-top: 32px;
  }
}

.menu {
  max-width: 450px;
  margin-left: auto;
  pointer-events: all;
  padding-top: 10px;
}

.menu__list {
  list-style: none;
}

.menu__item {
  padding-top: 10px;
}

.menu__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.menu__icon {
  width: 72px;
  min-width: 72px;
  height: 72px;
  margin-right: 20px;
}

.menu__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu__text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}

.menu__nav {
  margin-bottom: 10px;
  height: 84px;
  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;
}

@media screen and (max-width: 1200px) {
  .menu {
    max-width: 50%;
  }
}

@media screen and (max-width: 992px) {
  .menu__icon {
    width: 50px;
    min-width: 50px;
    height: 50px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 768px) {
  .menu {
    max-width: none;
  }
}

@media screen and (max-width: 576px) {
  .menu {
    padding-top: 8px;
  }
  .menu__item {
    padding-top: 8px;
  }
  .menu__nav {
    margin-bottom: 8px;
    height: 62px;
  }
}

.burger__icon {
  position: relative;
  -webkit-transition: 0;
  transition: 0;
}

.burger__icon::after, .burger__icon::before {
  width: 20px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 5px;
  content: '';
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.burger__icon::after {
  top: 2px;
}

.burger__icon::before {
  bottom: 2px;
}

.burger.is-active .burger__icon::after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 6px;
}

.burger.is-active .burger__icon::before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 7px;
}

/*# sourceMappingURL=style.css.map */

/* End */


/* Start:/local/components/lighthouse/brief/templates/.default/style.css?174549136445*/
.grecaptcha-badge {
    visibility: hidden;
}
/* End */
/* /local/templates/.default/assets/css/style.css?174549136438697 */
/* /local/components/lighthouse/brief/templates/.default/style.css?174549136445 */
