@charset "UTF-8";
:root {
  --black: #2a2a2a;
  --black-accent: #4D4D4D;
  --grey: #F5F6F7;
  --grey-accent: #EBEDEE;
  --grey-dark: #ccc;
  --grey-light: #efefef;
  --red: #FF595E;
  --orange: #FFCA3A;
  --green: #8AC926;
  --blue-accent: #2578FF;
  --blue: #1982C4;
  --violet: #6A4C93;
  --blue-light: #F7F8FD;
  --gray-1: #E8ECEF;
  --gray-2: #D8D9D9;
  --gray-3: #E5E6E5;
  --gray-4: #CFD3CD;
  --milk: #FBFBF3;
  --divider-bg: #E4E7F4;
  --layout-width: 1124px;
  --layout-padding: 12px;
  --lg-radius: 12px;
  --md-radius: 8px;
  --sm-radius: 6px;
  --xs-radius: 4px;
}

@media only screen and (min-width: 960px) {
  .if-size-mb,
  .if-size-tb,
  .if-size-not-pc {
    display: none !important;
  }
  .if-size-pc,
  .if-size-not-mb {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .if-size-tb,
  .if-size-pc,
  .if-size-not-mb {
    display: none !important;
  }
  .if-size-mb,
  .if-size-not-pc {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .if-size-mb,
  .if-size-pc {
    display: none !important;
  }
  .if-size-tb,
  .if-size-not-mb,
  .if-size-not-pc {
    display: block;
  }
}
html {
  font-family: "Montserrat", sans-serif;
  word-spacing: 1px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

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

.section-header, .section-subtitle {
  line-height: normal;
  font-weight: 400;
  text-align: center;
}

.section-header {
  color: var(--black);
  font-size: 30px;
  font-weight: 500;
  max-width: 700px;
  margin: 0 auto;
}

.section-subtitle {
  color: var(--black-accent);
  font-size: 15px;
  max-width: 400px;
  margin: 0 auto;
}

.section-header + .section-subtitle {
  margin-top: 10px;
  margin-bottom: 30px;
}

@media only screen and (max-width: 959px) {
  .section-header {
    font-size: 21px;
    max-width: 100%;
  }
  .section-subtitle {
    font-size: 13px;
  }
}
:root {
  --black: #2a2a2a;
  --black-accent: #4D4D4D;
  --grey: #F5F6F7;
  --grey-accent: #EBEDEE;
  --grey-dark: #ccc;
  --grey-light: #efefef;
  --red: #FF595E;
  --orange: #FFCA3A;
  --green: #8AC926;
  --blue-accent: #2578FF;
  --blue: #1982C4;
  --violet: #6A4C93;
  --blue-light: #F7F8FD;
  --gray-1: #E8ECEF;
  --gray-2: #D8D9D9;
  --gray-3: #E5E6E5;
  --gray-4: #CFD3CD;
  --milk: #FBFBF3;
  --divider-bg: #E4E7F4;
  --layout-width: 1124px;
  --layout-padding: 12px;
  --lg-radius: 12px;
  --md-radius: 8px;
  --sm-radius: 6px;
  --xs-radius: 4px;
}

@media only screen and (min-width: 960px) {
  .if-size-mb,
  .if-size-tb,
  .if-size-not-pc {
    display: none !important;
  }
  .if-size-pc,
  .if-size-not-mb {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .if-size-tb,
  .if-size-pc,
  .if-size-not-mb {
    display: none !important;
  }
  .if-size-mb,
  .if-size-not-pc {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .if-size-mb,
  .if-size-pc {
    display: none !important;
  }
  .if-size-tb,
  .if-size-not-mb,
  .if-size-not-pc {
    display: block;
  }
}
*, :after, :before {
  box-sizing: border-box;
  outline: none !important;
}

::selection {
  background: #b356ff;
  color: white;
}

html {
  scroll-behavior: smooth;
}

html, body {
  margin: 0;
}

body {
  position: relative;
}

.freeze {
  overflow: hidden;
}

.footer-row {
  flex-wrap: wrap;
}

.main {
  margin-top: 94px;
}

.notification {
  position: relative;
  z-index: 1000;
}
.notification button {
  display: none;
}

@media only screen and (min-width: 960px) {
  .section + .section {
    margin-top: 200px;
  }
}
@media only screen and (max-width: 959px) {
  .section + .section {
    margin-top: 80px;
  }
}
ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul li, ol li {
  margin: 0;
  padding: 0;
}

img, svg {
  max-width: 100%;
  height: auto;
}

svg {
  display: inline-block;
}

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

label {
  cursor: pointer;
}

legend {
  display: block;
}

@media only screen and (min-width: 960px) {
  .layout {
    max-width: var(--layout-width);
    margin: 0 auto;
    padding: 0 var(--layout-padding);
  }
}
@media only screen and (max-width: 959px) {
  .layout {
    width: 100%;
    padding: 0 var(--layout-padding);
  }
}

.link-gradient {
  color: inherit;
  font-size: inherit;
  position: relative;
  text-decoration: none;
}
.link-gradient:after {
  content: "";
  display: inline-block;
  opacity: 0;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  border-radius: var(--sm-radius);
  background: #FC466B; /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3F5EFB, #FC466B); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #3F5EFB, #FC466B); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  transition: 0.2s;
}
.link-gradient:hover:after {
  opacity: 1;
  width: 100%;
  transition: width 0.2s;
}

.d-flex {
  display: flex;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.flex-column {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.justify-around {
  justify-content: space-around;
}

.d-grid {
  display: grid;
}

.bg-gray {
  background-color: var(--grey);
}

.bg-blue-light {
  background-color: var(--blue-light);
}

.caption-strong {
  color: var(--black);
}

.w-100 {
  width: 100% !important;
}

.blur-block {
  background: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(7.5px);
  padding: 15px 15px;
  border-radius: var(--lg-radius);
  border: 2px solid white;
  color: white;
  line-height: normal;
  width: fit-content;
  text-shadow: 0 15px 39px rgba(0, 0, 0, 0.2);
  transition: all 0.2s;
}
.blur-block:hover {
  transition: all 0.2s;
  box-shadow: 0 8px 24px 0 rgba(149, 157, 165, 0.2);
}

.divider {
  background-color: var(--divider-bg);
  display: inline-flex;
  height: 1px;
  width: 100%;
  margin: 10px 0;
}

.goToTop {
  display: flex;
  background-color: var(--black-accent);
  color: white;
  font-size: 13px;
  line-height: 1;
  padding: 10px 0;
  cursor: pointer;
}
.goToTop:hover .goToTop-icon {
  transform: rotate(224deg);
  transition: all 0.6s;
}
.goToTop .goToTop-content {
  align-items: center;
  justify-content: center;
}
.goToTop .goToTop-caption {
  margin-right: 10px;
}
.goToTop .goToTop-icon {
  transform: rotate(-140deg);
  transition: all 0.2s;
}

.cookie {
  --mg: 10px;
  display: inline-block;
  word-wrap: break-word;
  position: fixed;
  z-index: 1;
  background-color: white;
  left: var(--mg);
  bottom: var(--mg);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2), 0 12px 24px rgba(0, 0, 0, 0.14), 0 16px 32px rgba(0, 0, 0, 0.12);
  padding: 15px;
  border-radius: 6px;
}
.cookie p {
  max-width: 300px;
  text-align: justify;
  font-size: 14px;
}
.cookie button {
  width: 100%;
  margin-top: 10px;
}

.button {
  cursor: pointer;
  text-align: center;
  padding: 7px 15px;
  color: #FFF;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  font-size: 14px;
  max-width: 300px;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: button;
}
.button.style-big {
  font-size: 18px;
  font-weight: bold;
}
.button:disabled, .button:disabled:hover, .button.state-disabled, .button.state-disabled:hover {
  background-color: rgba(158, 158, 158, 0.68);
  cursor: default;
  box-shadow: none;
}
.button:disabled, .button:disabled:focus, .button.state-disabled, .button.state-disabled:focus {
  background-color: rgba(158, 158, 158, 0.68);
  cursor: default;
  box-shadow: none;
}
.button:hover, .button:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
}

.button-blue {
  background-color: var(--blue-accent);
}
.button-blue.state-busy {
  cursor: wait;
}

.button-black {
  background-color: var(--black);
  color: white;
}
.button-black.state-busy {
  cursor: wait;
}

.button-red {
  background-color: var(--red);
  color: white;
}
.button-red.state-busy {
  cursor: wait;
}

.dialogue-window-send {
  margin-left: auto;
}
.label {
  display: flex;
  flex-direction: column;
  width: fit-content;
  margin-bottom: 5px;
}
.label .label-caption {
  font-size: 14px;
  line-height: normal;
  font-weight: 400;
}
.label .label-required {
  color: tomato;
  font-size: 16px;
}

.textarea {
  border-radius: 4px;
  border: 1px solid var(--gray-4);
  background-color: var(--grey-light);
  padding: 10px;
  transition: all 0.1s;
  position: relative;
  max-width: 100%;
  min-width: 100%;
  min-height: 80px;
  max-height: 220px;
  height: 80px;
}
.textarea::placeholder {
  font-size: 13px;
}
.textarea:hover, .textarea:active {
  border-color: var(--black-accent);
  transition: all 0.1s;
}
.textarea:focus {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  border-color: var(--blue);
}

.input-wrapper {
  border-radius: 4px;
  border: 1px solid var(--gray-4);
  background-color: white;
  padding: 10px;
  transition: all 0.1s;
  position: relative;
  display: grid;
  grid-template-columns: max-content 1fr;
  align-items: center;
  gap: 9px;
}
.input-wrapper:hover {
  border-color: var(--black-accent);
  transition: all 0.1s;
}
.input-wrapper:hover .icon path {
  transition: all 0.1s;
  stroke: var(--black-accent);
}
.input-wrapper:focus-within {
  box-shadow: 0 0 0 0.25rem rgba(49, 132, 253, 0.5);
  border-color: var(--blue);
}
.input-wrapper:focus-within .icon path {
  stroke: var(--blue-accent);
}
.input-wrapper .icon {
  width: 15px;
  height: 15px;
}
.input-wrapper .icon path {
  transition: all 0.1s;
}

.form-control {
  width: 100%;
}

.form-control + .form-control {
  margin-left: 10px;
}

.form-row {
  display: flex;
}

.form-row + .form-row {
  margin-top: 10px;
}

.hover-gradient {
  position: relative;
  overflow: hidden;
  transition: all 0.2s;
  border-width: 2px;
}
.hover-gradient .button-caption {
  position: relative;
  z-index: 1;
  text-shadow: 0 15px 39px rgba(0, 0, 0, 0.2);
}
.hover-gradient:hover {
  background-color: transparent;
  transition: 0.4s all 0.2s;
  border-color: white;
  box-shadow: none;
}
.hover-gradient:hover:before {
  width: 100%;
  transition: width 0.4s ease-out;
}
.hover-gradient:before {
  content: "";
  width: 0;
  height: 100%;
  background: linear-gradient(270deg, #E1ECFC 0%, #D2EDFE 15.33%, #BCDDFD 32.51%, #D8DCEA 48.38%, #E1DBD9 65.56%, #ECD3A8 84.37%, #E9F09E 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  transition: width 0.4s ease-out;
  border-radius: 0 8px 8px 0;
}

.input-checkbox {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input-checkbox:focus + .custom-checkbox {
  box-shadow: 0 0 0 0.1em var(--blue), 0 0 0 0.2em var(--green);
}
.input-checkbox:checked + .custom-checkbox {
  background-color: var(--blue);
  background-image: url("../../media/svg/check.svg");
}
.input-checkbox:checked:focus + .custom-checkbox {
  box-shadow: 0 0 0 0.1em var(--blue), 0 0 0 0.2em var(--green);
}

.checkbox-label {
  padding-left: 2.5em;
}

.custom-checkbox {
  position: absolute;
  margin-left: -2.5em;
  width: 20px;
  height: 20px;
  overflow: hidden;
  background-color: white;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0 0 0 0.1em var(--blue);
}

.tabs {
  display: flex;
  padding: 20px 0;
}

.tabs-buttons {
  display: flex;
}

.tab-button {
  border-radius: var(--sm-radius);
  padding: 15px;
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: var(--lg-radius);
  align-items: center;
  background-color: white;
}
.tab-button:hover {
  cursor: pointer;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.1);
}

.tab-active {
  background-color: var(--blue-light);
  position: relative;
  pointer-events: none;
}
.tab-active:after {
  content: "";
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: inherit;
  position: absolute;
  width: 20px;
  height: 50px;
  right: -13px;
  pointer-events: none;
}
.tab-active:hover {
  cursor: default;
  box-shadow: none;
}

.tab-icon {
  grid-row: span 2;
}

.tab-title {
  color: var(--black);
  line-height: normal;
  font-weight: 500;
  font-size: 16px;
}

.tab-text {
  color: var(--black-accent);
  line-height: normal;
  font-weight: 400;
  font-size: 14px;
}

.tabs-contents .tab-content {
  padding: 20px 0;
  display: none;
}
.tabs-contents .tab-content img {
  float: right;
  margin: 10px;
}
.tabs-contents .tab-content p {
  font-size: 15px;
  font-weight: 400;
  text-align: justify;
}
.tabs-contents .tab-content-active {
  display: block;
  height: 100%;
}

.tabs-row {
  flex-direction: column;
}
.tabs-row .tabs-buttons {
  flex-direction: row;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}
.tabs-row .tabs-buttons .tab-button {
  width: fit-content;
  min-width: 300px;
}
.tabs-row .tabs-buttons .tab-button:after {
  clip-path: polygon(100% 0, 0 0, 50% 100%);
  bottom: -13px;
  left: 50%;
  height: 20px;
  width: 50px;
  transform: translateX(-50%);
}
.tabs-row .tabs-buttons .tab-button + .tab-button {
  margin-top: 0;
  margin-left: 10px;
}

.tabs-column {
  flex-direction: row;
}
.tabs-column .tabs-buttons {
  flex-direction: column;
  margin-right: 20px;
  width: 50%;
}
.tabs-column .tabs-buttons .tab-button {
  width: 100%;
  max-width: 350px;
  min-width: 350px;
}
.tabs-column .tabs-buttons .tab-button + .tab-button {
  margin-top: 15px;
}

@media only screen and (max-width: 959px) {
  .tab-title, .tab-text {
    letter-spacing: -0.03em;
  }
  .tab-title {
    font-size: 14px;
  }
  .tab-text {
    font-size: 13px;
  }
  .tabs-contents .tab-content img {
    max-width: 170px;
    float: left;
  }
  .tabs-contents .tab-content p {
    font-size: 13px;
  }
}
.section {
  position: relative;
  z-index: 1;
}

.section-pre-title-icon {
  display: flex;
  margin: 0 auto 15px;
}

.unlayout-section {
  padding: 25px;
}

@media only screen and (max-width: 959px) {
  .cards-list {
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    grid-gap: 15px;
  }
}
@media only screen and (min-width: 960px) {
  .cards-list {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
  }
}
.card-item {
  background-color: white;
  padding: 10px;
  width: 100%;
  grid-gap: 6px;
}
.card-item:nth-child(even) svg {
  transform: rotate(45deg);
}
.card-item .card-icon-bg {
  background-color: var(--grey-light);
  padding: 10px;
  width: fit-content;
}
.card-item .card-title {
  font-size: 15px;
  color: var(--black);
  font-weight: 500;
  line-height: normal;
}
.card-item .card-text {
  font-size: 13px;
  color: var(--black-accent);
  line-height: normal;
  font-weight: 400;
}

.info {
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
}
.info .info-text-title {
  margin-bottom: 10px;
}
.info .info-text-content p + p {
  margin-top: 5px;
}

@media only screen and (min-width: 960px) {
  .info .info-text {
    width: 50%;
  }
  .info .info-text-title {
    font-size: 32px;
    font-weight: 600;
    color: var(--black);
  }
  .info .info-text-content {
    font-size: 16px;
    font-weight: 400;
    color: var(--black-accent);
  }
  .info + .info {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 959px) {
  .info {
    justify-content: center;
  }
  .info .info-text {
    width: 100%;
  }
  .info .info-text-title {
    font-size: 22px;
    font-weight: 600;
    color: var(--black);
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
  }
  .info .info-text-content {
    font-size: 15px;
    font-weight: 400;
    color: var(--black-accent);
    max-width: 700px;
    margin: 10px auto 0;
    text-align: center;
  }
  .info .info-icon {
    max-width: 240px;
  }
  .info .info-icon + div {
    margin-top: 20px;
  }
  .info .info-text + .info-icon {
    margin-top: 20px;
  }
  .info + .info {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 480px) {
  .info .info-text-content {
    text-align: justify;
  }
}
.install-steps {
  display: flex;
  justify-content: space-between;
}
.install-steps .step-item {
  flex-direction: column;
  text-align: center;
  align-items: center;
  max-width: 300px;
}
.install-steps .step-icon {
  margin-bottom: 10px;
}
.install-steps .step-title {
  color: var(--black);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 10px;
}
.install-steps .step-text {
  color: var(--black-accent);
  font-weight: 400;
  font-size: 14px;
}

.steps-install-button {
  display: flex;
  margin: 30px auto 0;
}

@media only screen and (max-width: 959px) {
  .install-steps {
    flex-direction: column;
    align-items: center;
  }
  .install-steps .step-next-icon {
    transform: rotate(90deg);
    margin: 10px 0;
  }
}
.centered {
  justify-content: center;
  flex-direction: column;
}
.centered .centered-caption {
  margin: 20px auto;
}

.centered-content {
  align-items: center;
  max-width: 600px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.centered-content img {
  max-width: 160px;
}
.centered-content img + img {
  margin-left: 10px;
}

.blur-list {
  padding: 10px 15px;
}
.blur-list .blur-list-item {
  position: relative;
  font-size: 14px;
  line-height: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid white;
  margin: 10px 0;
  --size: 10px;
}
.blur-list .blur-list-item:after {
  content: "";
  background-image: url("../../media/svg/arrow-white.svg");
  width: var(--size);
  height: var(--size);
  background-size: var(--size) var(--size);
  display: inline-block;
  background-repeat: no-repeat;
}

.error-404-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.error-404-wrapper .error-404-icon {
  max-width: 220px;
  width: 100%;
  margin: 50px 0;
}
.error-404-wrapper .error-title {
  font-size: 30px;
  color: var(--blue-accent);
  font-weight: 800;
}
.error-404-wrapper .error-subtitle {
  color: var(--black);
  margin-bottom: 50px;
}

.header {
  padding: 17px 0;
  background-color: var(--grey);
  margin-bottom: -94px;
  transition: all 0.2s;
  position: relative;
  top: 0;
  width: 100%;
  z-index: 100;
}
.header .logo {
  width: 160px;
}

.scrolled {
  position: fixed;
  background: rgba(245, 246, 247, 0.75);
  backdrop-filter: blur(7.5px);
  transition: all 0.2s;
  padding: 5px 0;
}

.header-content {
  align-items: center;
  justify-content: space-between;
}

.header-menu-list-item, .send-request-header-button {
  text-transform: uppercase;
  font-size: 14px;
}

.header-menu-list-item + .header-menu-list-item {
  margin-left: 30px;
}

.header-buttons {
  align-items: center;
}

.change-locale {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.change-locale .header-change-locale-icon {
  width: 60px;
}
.change-locale .change-locale-caption {
  position: absolute;
  line-height: 1;
  color: #e4eeff;
  text-shadow: 0 9px 24px 0 rgba(0, 0, 0, 0.25);
  text-transform: uppercase;
  font-weight: 700;
  margin-top: -5px;
}

.burger-button {
  --width: 25px;
  --height: 3px;
  --bg: var(--black);
  --radius: 6px;
  width: 30px;
  display: grid;
  gap: 6px;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  z-index: 101;
  user-select: none;
  border: 1px solid transparent;
}
.burger-button .burger-body-item {
  width: var(--width);
  height: var(--height);
  background-color: var(--bg);
  border-radius: var(--radius);
  transition: 0.2s ease;
}

.mobile-menu .header-menu-list {
  display: none;
}

.menu-opened .burger-button {
  gap: 0;
}
.menu-opened .burger-body-item {
  position: absolute;
  background-color: white;
}
.menu-opened .burger-body-item:nth-child(1) {
  transition: 0.2s ease;
  transform: rotate(45deg);
}
.menu-opened .burger-body-item:nth-child(2) {
  transition: 0.2s ease;
  transform: rotate(-45deg);
}
.menu-opened .header-menu-list {
  display: flex;
  flex-direction: column;
}
.menu-opened .mobile-menu {
  clip-path: circle(1000px at 90% -10%);
  -webkit-clip-path: circle(1000px at 90% -10%);
  pointer-events: all;
  top: 0;
}

.mobile-menu {
  background-color: var(--blue-accent);
  color: white;
  z-index: 100;
  position: fixed;
  top: -100px;
  right: 0;
  height: 100vh;
  width: 100%;
  clip-path: circle(100px at 90% -10%);
  -webkit-clip-path: circle(100px at 90% -10%);
  transition: all 1s ease-out;
  pointer-events: none;
  display: flex;
  justify-content: center;
  align-items: center;
}
.mobile-menu .header-menu-list-item {
  margin-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-menu .header-menu-list-item a {
  padding-top: 30px;
  margin-bottom: 30px;
}

.pre-title-caption {
  font-size: 16px;
  font-weight: 500;
  color: var(--black-accent);
}

.title-caption {
  font-size: 50px;
  max-width: 615px;
  font-weight: 500;
  line-height: normal;
  color: var(--black);
}

@media only screen and (max-width: 959px) {
  .title-caption {
    font-size: 35px;
  }
}
.subtitle-caption {
  margin-left: 10px;
  max-width: 170px;
  line-height: normal;
}

.title-button-wrapper {
  align-items: center;
  justify-content: center;
  margin-top: -45px;
  position: relative;
  right: -52%;
  transform: translateX(-52%);
  width: fit-content;
}
.title-button-wrapper .button-black {
  border-radius: var(--lg-radius);
}
@media only screen and (min-width: 960px) {
  .title-button-wrapper.ml-150 {
    margin-left: 150px;
  }
  .title-button-wrapper.ml-50 {
    margin-left: 50px;
  }
}

.images-row {
  display: grid;
  grid-template-columns: max-content max-content 1fr;
  grid-column-gap: 30px;
  margin-top: 80px;
  overflow-x: auto;
}
.images-row .image-item-wrapper {
  background-color: #DBD9FE;
}
.images-row .image-item-wrapper:nth-child(1) .image-item {
  width: 280px;
  background-image: url("../../media/images/1.webp");
  background-color: #e0e6f9;
}
.images-row .image-item-wrapper:nth-child(2) .image-item {
  width: 280px;
  background-image: url("../../media/images/2.webp");
  background-color: #b8c2f5;
}
.images-row .image-item-wrapper:nth-child(3) .image-item {
  width: 100%;
  background-image: url("../../media/images/3.webp");
  background-position: right;
  background-color: #cdc9fe;
}
.images-row .image-item {
  height: 360px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.images-row .image-item .image-item-description {
  display: flex;
  z-index: 1;
}
.images-row .image-item .image-item-description .blur-block {
  font-size: 14px;
  font-weight: 600;
  z-index: 1;
}
.images-row .image-item .image-item-description .scroll-down-to-learn-more-wrapper {
  display: flex;
  width: 300px;
}
.images-row .image-item .image-item-description .scroll-down-to-learn-more {
  font-size: 24px;
  line-height: normal;
  color: white;
  font-weight: 600;
  margin-right: 20px;
}
.images-row .image-item .image-item-caption {
  color: white;
  font-size: 15px;
  font-weight: 600;
  margin: 10px 0;
  z-index: 1;
}
.images-row .image-item .profile-item {
  z-index: 1;
}
.images-row .image-item .profile-item + .profile-item {
  margin-left: -20px;
}
.images-row .image-item .shadow {
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
}

.shadow {
  background: linear-gradient(180deg, rgba(35, 35, 35, 0) 0%, rgba(35, 35, 35, 0.25) 100%);
  width: 100%;
}

@media (max-width: 1081px) {
  .title-button-wrapper {
    right: -50%;
    transform: translateX(-30%);
  }
}
@media (max-width: 976px) {
  .title-button-wrapper {
    margin-top: 10px;
    right: 0;
    transform: none;
  }
}
.features-block {
  margin-top: 0 !important;
}

.overflow-window {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(38, 38, 38, 0.48);
  backdrop-filter: blur(7.5px);
  overflow-y: auto;
}

.dialogue-window {
  background-color: white;
  border-radius: var(--md-radius);
  padding-top: 20px;
  overflow-y: auto;
  position: fixed;
  z-index: 1000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dialogue-window .dialogue-window-form-fieldset {
  padding: 0 20px 20px 20px;
}

@media only screen and (min-width: 960px) {
  .dialogue-window {
    width: fit-content;
  }
  .dialogue-window .dialogue-window-form, .dialogue-window .dialogue-window-form-fieldset {
    width: fit-content;
  }
  .dialogue-window-form-legend {
    font-size: 21px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 959px) {
  .dialogue-window {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .dialogue-window-form, .dialogue-window-form-fieldset {
    width: 100%;
  }
  .form-row {
    flex-direction: column;
  }
  .form-row .form-control + .form-control {
    margin-left: 0;
    margin-top: 10px;
  }
  .dialogue-window-form-legend {
    font-weight: 500;
  }
}
.dialogue-window-button-close {
  position: absolute;
  top: 15px;
  right: 15px;
}

.dialogue-window-form-fieldset {
  margin-top: 5px;
}

.dialogue-window-form-subLegend {
  margin-bottom: 20px;
}

.contact-form {
  justify-content: space-between;
  align-items: center;
  flex-direction: row-reverse;
}
.contact-form .contact-form-icon {
  width: 50%;
  margin-right: 30px;
}
.contact-form .textarea {
  background-color: white;
}

@media only screen and (max-width: 480px) {
  .contact-form-section {
    padding: 20px 0 40px 0;
  }
  .contact-form .contact-form-icon {
    display: none;
  }
}
.footer-content {
  padding: 60px 0 20px 0;
}

.footer-helper-caption {
  color: var(--blue-accent);
  font-weight: 500;
}

.footer-list {
  font-weight: 400;
  margin-bottom: 45px;
  line-height: normal;
  width: 220px;
}
.footer-list .list-title {
  font-size: 14px;
  margin-bottom: 25px;
  color: var(--black-accent);
}
.footer-list .footer-list-item {
  font-size: 14px;
}
.footer-list .footer-list-item + .footer-list-item {
  margin-top: 15px;
}

.footer-contacts-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 1;
  margin-bottom: 25px;
  color: var(--black-accent);
}

.footer-contacts-caption {
  font-weight: 400;
  font-size: 13px;
  line-height: normal;
  margin-top: 10px;
  color: var(--black-accent);
  width: 220px;
}

@media only screen and (max-width: 959px) {
  .footer-col {
    display: flex;
    flex-direction: column;
  }
  .footer-col + .footer-col {
    margin-top: 20px;
  }
  .footer-content {
    display: flex;
    flex-direction: column;
  }
  .footer-row:first-child {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .footer-col:nth-child(3) {
    align-items: center;
  }
}
.footer-assistance-logo-block {
  display: flex;
  flex-direction: column;
  width: 300px;
  align-items: center;
}
.footer-assistance-logo-block .logo-assistance-fund-caption {
  display: inline;
  text-align: center;
  margin-top: 10px;
  font-size: 13px;
}

.privacy-policy h1 {
  color: #2c3e50;
  text-align: center;
  margin-bottom: 30px;
}
.privacy-policy h2 {
  color: #2980b9;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}
.privacy-policy h3 {
  color: #16a085;
  margin-top: 20px;
}
.privacy-policy ul {
  padding-left: 20px;
}
.privacy-policy li {
  margin-bottom: 10px;
}
.privacy-policy .highlight {
  background-color: #f8f9fa;
  padding: 15px;
  border-radius: 5px;
  margin: 15px 0;
}

:root {
  --black: #2a2a2a;
  --black-accent: #4D4D4D;
  --grey: #F5F6F7;
  --grey-accent: #EBEDEE;
  --grey-dark: #ccc;
  --grey-light: #efefef;
  --red: #FF595E;
  --orange: #FFCA3A;
  --green: #8AC926;
  --blue-accent: #2578FF;
  --blue: #1982C4;
  --violet: #6A4C93;
  --blue-light: #F7F8FD;
  --gray-1: #E8ECEF;
  --gray-2: #D8D9D9;
  --gray-3: #E5E6E5;
  --gray-4: #CFD3CD;
  --milk: #FBFBF3;
  --divider-bg: #E4E7F4;
  --layout-width: 1124px;
  --layout-padding: 12px;
  --lg-radius: 12px;
  --md-radius: 8px;
  --sm-radius: 6px;
  --xs-radius: 4px;
}

@media only screen and (min-width: 960px) {
  .if-size-mb,
  .if-size-tb,
  .if-size-not-pc {
    display: none !important;
  }
  .if-size-pc,
  .if-size-not-mb {
    display: flex;
  }
}
@media only screen and (max-width: 480px) {
  .if-size-tb,
  .if-size-pc,
  .if-size-not-mb {
    display: none !important;
  }
  .if-size-mb,
  .if-size-not-pc {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 959px) {
  .if-size-mb,
  .if-size-pc {
    display: none !important;
  }
  .if-size-tb,
  .if-size-not-mb,
  .if-size-not-pc {
    display: block;
  }
}
.about-us h1 {
  font-size: 40px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 40px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--blue-accent);
  display: inline-block;
}
.about-us section {
  background: white;
  border-radius: var(--lg-radius);
  padding: 30px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
}
.about-us section:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.about-us h2 {
  font-size: 24px;
  font-weight: 500;
  color: var(--black);
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: 4px solid var(--blue-accent);
}
.about-us h3 {
  font-size: 18px;
  font-weight: 500;
  color: var(--black);
  margin: 20px 0 10px 0;
}
.about-us ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.about-us li {
  position: relative;
  padding: 8px 0 8px 24px;
  line-height: 1.5;
  color: var(--black-accent);
  border-bottom: 1px solid var(--grey-accent);
}
.about-us li:last-child {
  border-bottom: none;
}
.about-us li::before {
  content: "▹";
  position: absolute;
  left: 0;
  color: var(--blue-accent);
  font-size: 14px;
}
.about-us ul ul {
  margin-top: 8px;
  margin-left: 20px;
}
.about-us ul ul li {
  border-bottom: none;
  padding-left: 20px;
}
.about-us ul ul li::before {
  content: "•";
  color: var(--grey-dark);
}
.about-us strong {
  color: var(--black);
  font-weight: 600;
}
.about-us em {
  color: var(--black-accent);
  font-style: italic;
  font-size: 13px;
}
.about-us .tech-badge {
  display: inline-block;
  background: var(--blue-light);
  color: var(--blue-accent);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 500;
  margin: 0 8px 8px 0;
}
.about-us .price-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}
.about-us .price-card {
  background: var(--blue-light);
  border-radius: var(--md-radius);
  padding: 20px;
  text-align: center;
  transition: all 0.2s;
}
.about-us .price-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}
.about-us .price-card .price-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--black);
  margin-bottom: 10px;
}
.about-us .price-card .price-value {
  font-size: 24px;
  font-weight: 700;
  color: var(--blue-accent);
  margin: 10px 0;
}
.about-us .price-card .price-period {
  font-size: 12px;
  color: var(--black-accent);
}

@media only screen and (max-width: 959px) {
  .about-us h1 {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .about-us section {
    padding: 20px;
    margin-bottom: 20px;
  }
  .about-us h2 {
    font-size: 20px;
  }
  .about-us .price-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media only screen and (max-width: 480px) {
  .about-us h1 {
    font-size: 24px;
  }
  .about-us h2 {
    font-size: 18px;
  }
  .about-us li {
    font-size: 14px;
  }
}

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