:root {
  --color-black: #000;
  --color-white: white;
  --color-accent1: #320f9a;
  --color-grey: #f4f4f4;
  --white: white;
  --color-accent3: #317d89;
  --color-accent2: #196be4;
  --color-red: #0e846c;
  --black: black;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

body {
  color: var(--color-black);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.55;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 3.75rem;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-size: 2.625rem;
  font-weight: 700;
  line-height: 1.1;
}

p {
  margin-bottom: 10px;
}

.wrapper {
  transition: opacity .8s;
}

.header {
  z-index: 10;
  background-color: var(--color-white);
  padding: 1rem 2.5rem;
  font-size: .875rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0);
}

.container {
  z-index: 5;
  width: 100%;
  max-width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.header-container {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  display: flex;
}

.container.hero-container {
  grid-column-gap: 4rem;
  color: var(--color-accent1);
  background-color: rgba(255, 255, 255, .59);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 22.375rem;
  grid-auto-columns: 1fr;
  display: grid;
}

.container.align-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section {
  z-index: 5;
  padding: 6.5rem 4.5rem;
  position: relative;
}

.section.hero-section {
  color: var(--color-white);
  background-image: url('../images/1.jpg');
  background-position: 0 0;
  background-size: cover;
  margin-top: 6rem;
  padding-top: 14rem;
  padding-bottom: 10rem;
}

.section.grey-bg {
  background-color: var(--color-grey);
  display: block;
}

.section.spec-bg {
  color: var(--color-white);
  background-image: linear-gradient(#28095c, #28095c);
  background-position: 0 0;
}

.footer {
  background-color: var(--color-accent1);
  color: var(--color-white);
  padding: 3.5rem 4.5rem 0;
}

.logo {
  background-image: url('../images/S-Project-Logo_horiz.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  justify-content: center;
  align-items: center;
  width: 13.625rem;
  height: 50px;
  display: flex;
}

.head-nav__items {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.styles {
  z-index: 999;
  transition: transform .55s;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.head-nav__link {
  color: var(--color-accent3);
  font-size: 1rem;
  transition: color .3s;
}

.head-nav__link:hover {
  color: var(--color-accent1);
}

.head-nav__btn {
  border: .0125rem solid var(--color-accent2);
  background-color: var(--color-accent3);
  color: var(--color-white);
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.head-nav__btn:hover {
  background-color: var(--color-accent1);
}

.hero-bg__video {
  z-index: 0;
  object-fit: fill;
  object-position: 50% 0%;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero-subtitle {
  max-width: 30rem;
  margin-left: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
}

.btn {
  background-color: var(--color-accent3);
  color: var(--color-white);
  border-radius: 1.875rem;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  margin-left: 20px;
  padding: .5rem 2rem;
  display: flex;
}

.btn:hover {
  background-color: var(--color-accent1);
}

.hero-info__items {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  background-color: var(--color-accent1);
  color: var(--color-white);
  flex-flow: column;
  padding: 2rem 1.875rem;
  display: flex;
}

.hero-info__item {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  display: flex;
}

.info-item__title {
  opacity: .6;
  max-width: 14rem;
}

.info-item__value {
  font-size: 3.4375rem;
  font-weight: 700;
}

.info-item__subtitle {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: flex-start;
  line-height: .9;
  display: flex;
}

.color-red {
  color: var(--color-red);
}

.color-blue {
  color: var(--color-accent1);
}

.section-title {
  margin-bottom: 3.5rem;
}

.service-items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.service-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  flex-flow: column;
  padding: 1.875rem 2.6rem 10rem 1.875rem;
  display: flex;
  position: relative;
}

.service-item.b1 {
  background-color: var(--color-accent1);
  color: var(--color-white);
}

.service-item.b2 {
  background-color: var(--color-accent2);
  color: var(--color-white);
}

.service-item.b3 {
  background-color: var(--color-white);
  color: var(--color-accent3);
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
}

.service-item__title {
  font-size: 1.6875rem;
  font-weight: 700;
  line-height: 1.25;
}

.service-list {
  padding-left: 1rem;
  list-style-type: disc;
}

.item-arrow {
  justify-content: center;
  align-items: center;
  width: 3.375rem;
  height: 2.25rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  bottom: 1.875rem;
  right: 1.875rem;
}

.color-white {
  color: var(--color-accent1);
}

.spec-items {
  grid-column-gap: 4rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spec-items.col3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 5rem;
}

.spec-item {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: column;
  display: flex;
}

.spec-item__ico {
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  display: flex;
}

.spec-item__title {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
}

.spec-descr {
  font-size: 1.25rem;
}

.soft-items {
  grid-column-gap: 2rem;
  grid-row-gap: 3.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.soft-item {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  display: flex;
}

.soft-item__squard {
  background-color: var(--color-red);
  flex: none;
  width: .5rem;
  height: .5rem;
  position: relative;
  top: .5rem;
}

.soft-item__descr {
  max-width: 30rem;
  margin-top: .875rem;
}

.soft-item__descr p {
  margin-bottom: 0;
}

.footer-cols {
  grid-column-gap: 6rem;
  grid-row-gap: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1rem;
  padding-bottom: 4rem;
  display: grid;
}

.footer-cols.bottom {
  color: rgba(255, 255, 255, .6);
  border-bottom-style: none;
  margin-bottom: 0;
  padding-bottom: 0;
  font-size: .75rem;
}

.footer-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-row.footer-nav {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.footer-row.footer-nav.hide {
  display: none;
}

.footer-phone__block {
  grid-column-gap: .15rem;
  grid-row-gap: .15rem;
  color: rgba(255, 255, 255, .6);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.footer-phone {
  color: var(--color-white);
  font-size: 1.25rem;
  transition: opacity .3s;
}

.footer-phone:hover {
  opacity: .6;
}

.footer-link {
  transition: opacity .3s;
}

.footer-link:hover {
  opacity: .6;
}

.social-items {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: none;
}

.social-item {
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  transition: background-color .3s;
  display: flex;
}

.social-item:hover {
  background-color: var(--color-accent2);
}

.social-ico {
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.375rem;
  display: flex;
}

.success-form {
  background-color: #fff;
  border-radius: .75rem;
  padding: 5rem 2rem;
}

.success-form.v2 {
  padding: 0;
}

.modal-form__items {
  grid-row-gap: 1rem;
  flex-direction: column;
  margin-top: 1.75rem;
  display: flex;
}

.modal-close__btn {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  transition: opacity .45s;
  display: flex;
  position: absolute;
  top: 1rem;
  bottom: auto;
  left: auto;
  right: 1rem;
  overflow: hidden;
}

.modal-close__btn:hover {
  opacity: .7;
}

.form-block {
  z-index: 1;
  max-height: 100vh;
  position: relative;
  overflow: auto;
}

.modal-block {
  width: 100%;
  max-width: 29.5rem;
  position: relative;
  overflow: hidden;
}

.form-btn__wrap {
  grid-column-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  margin-top: 1rem;
  display: grid;
}

.modal-wrapper {
  z-index: 50;
  background-color: rgba(0, 0, 0, .6);
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.privacy-link {
  color: var(--color-red);
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  line-height: 1.2;
  transition: color .45s;
}

.privacy-link:hover {
  color: #fff;
}

.privacy-link.on-modal:hover {
  color: #071531;
}

.modal-close {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-form__privacy {
  color: rgba(255, 255, 255, .6);
  margin-top: .37rem;
  font-size: .75rem;
}

.cta-form__privacy.on-modal {
  color: rgba(7, 21, 49, .4);
  max-width: 19.375rem;
  margin-top: 0;
}

.btn-2 {
  grid-column-gap: .75rem;
  text-align: center;
  background-color: #149fff;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  min-height: 3.125rem;
  padding: .5rem 1.5rem;
  font-weight: 600;
  line-height: 1.2;
  transition: background-color .55s;
  display: flex;
}

.btn-2:hover {
  background-color: #46b3ff;
}

.btn-2:active {
  background-color: #63bfff;
}

.form-field {
  border: 1px #000;
  border-bottom: .0625rem solid #fff;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .88rem .75rem;
  font-size: .875rem;
}

.form-field::placeholder {
  color: rgba(255, 255, 255, .6);
}

.form-field.dark {
  border-bottom-width: .0125rem;
  border-bottom-color: var(--color-accent3);
  color: var(--color-accent3);
  padding-bottom: .25rem;
  padding-left: 0;
  padding-right: 0;
}

.form-field.dark::placeholder {
  color: rgba(36, 43, 55, .6);
}

.form-field.dark.placeholder {
  min-height: 5rem;
}

.form-descr {
  color: var(--color-accent3);
  width: 100%;
  max-width: 20rem;
  margin-top: 1rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
}

.rel {
  z-index: 2;
  position: relative;
}

.rel.overflow {
  border-radius: .5rem;
  overflow: hidden;
}

.btn-blick {
  z-index: 5;
  background-image: radial-gradient(circle, rgba(0, 0, 0, 0) 39%, rgba(255, 255, 255, .22) 66%, rgba(255, 255, 255, 0));
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
  position: absolute;
  bottom: -5rem;
  left: -5rem;
}

.modal-title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

.modal-title.succcess-title {
  color: var(--color-accent3);
  margin-bottom: 2rem;
  padding-right: 0;
}

.form-box {
  background-color: #fff;
  padding: 2.825rem 2.5rem;
}

.modal-window {
  z-index: 2;
  margin-bottom: 0;
}

.modal-close__ico {
  z-index: 5;
  color: var(--color-white);
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  transition: color .4s;
}

.success-lottie {
  width: 5rem;
  height: 5rem;
  margin-bottom: 2.25rem;
  margin-left: auto;
  margin-right: auto;
}

.modal-descr {
  margin-top: 1.13rem;
  line-height: 1.6;
}

.form-item {
  position: relative;
}

.form-label {
  opacity: .5;
  pointer-events: none;
  color: var(--color-accent3);
  font-weight: 400;
  transition: all .3s;
  position: absolute;
  top: .75rem;
  left: 0;
}

.chbox {
  border-radius: 0;
  flex: none;
  width: .75rem;
  height: .75rem;
  margin-top: .25rem;
  margin-left: 0;
  margin-right: .5rem;
}

.chbox.w--redirected-checked {
  background-color: var(--color-accent3);
  border-color: #ccc;
  border-radius: 0;
}

.chbox.w--redirected-focus {
  box-shadow: none;
}

.checkbox-field {
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  font-size: .75rem;
  display: flex;
}

.checkbox-label {
  line-height: 1.1;
}

.submit-btn {
  background-color: var(--color-red);
  color: var(--color-white);
  text-align: center;
  border-radius: 1.875rem;
  height: 3.5rem;
  font-weight: 700;
}

.nav-btn {
  display: none;
}

.text-block {
  font-size: 1.1rem;
}

.list-item {
  font-size: 1rem;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading {
  margin-left: 20px;
}

.image {
  width: 7rem;
  height: 7rem;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 1.25rem;
  }

  .container.header-container {
    position: static;
  }

  .container.hero-container {
    grid-column-gap: 4rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .section.hero-section {
    margin-top: 4rem;
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .section.spec-bg {
    background-position: 50% 0;
  }

  .footer {
    padding-bottom: 2rem;
  }

  .logo {
    width: 6.56rem;
  }

  .head-nav {
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    height: 100dvh;
    padding-bottom: 20dvh;
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }

  .head-nav__items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
  }

  .head-nav__btn {
    color: var(--color-accent3);
    background-color: rgba(0, 46, 109, 0);
    border-style: none;
    border-radius: 0;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-content {
    width: 100%;
  }

  .hero-subtitle {
    max-width: 40rem;
  }

  .service-items {
    flex-flow: column;
    display: flex;
  }

  .service-item__title {
    font-size: 1.875rem;
  }

  .item-arrow {
    right: auto;
  }

  .spec-items {
    flex-flow: column;
    display: flex;
  }

  .spec-item__title {
    font-size: 1.875rem;
  }

  .soft-items {
    flex-flow: column;
    display: flex;
  }

  .footer-cols {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 2rem;
  }

  .footer-cols.bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
    color: rgba(255, 255, 255, .5);
    grid-template-columns: .3fr 1fr;
    font-size: .875rem;
  }

  .footer-row.lp {
    grid-column-gap: 6rem;
    grid-row-gap: 1.5rem;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: grid;
  }

  .social-item {
    background-color: var(--color-accent2);
  }

  .modal-form__items {
    margin-top: 1.75rem;
  }

  .cta-form__privacy {
    max-width: 19.375rem;
  }

  .btn-2 {
    font-size: 1rem;
  }

  .modal-title {
    font-size: 1.625rem;
  }

  .success-lottie {
    width: 5.25rem;
    height: 5.25rem;
    margin-bottom: 2.19rem;
  }

  .modal-descr {
    margin-top: 1rem;
  }

  .nav-btn {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-lottie {
    width: 1.375rem;
    height: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .form-box {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 1.125rem;
  }

  h1 {
    font-size: 2.75rem;
  }

  .section {
    padding: 4.5rem 2rem;
  }

  .section.hero-section {
    padding-bottom: 2rem;
  }

  .footer {
    padding-top: 2rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .section-title {
    margin-bottom: 2.5rem;
    font-size: 2.25rem;
  }

  .service-item.b1 {
    padding-bottom: 7.3rem;
  }

  .service-item.b3 {
    background-size: auto;
  }

  .spec-item__title, .spec-item__title.color-blue {
    font-size: 1.75rem;
  }

  .footer-cols {
    grid-row-gap: 2.5rem;
    flex-flow: column;
    display: flex;
  }

  .footer-cols.bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-row.footer-nav {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: row;
    justify-content: flex-start;
  }

  .footer-row.lp {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
  }

  .success-form.v2 {
    min-height: 26.2rem;
  }

  .modal-form__items {
    grid-row-gap: .75rem;
    margin-top: 1.25rem;
  }

  .form-btn__wrap {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    flex-direction: column;
    align-items: stretch;
    display: flex;
  }

  .modal-form {
    min-height: 26.2rem;
  }

  .form-descr {
    font-size: .875rem;
  }

  .modal-title {
    margin-bottom: .62rem;
    padding-right: 0;
    font-size: 1.5rem;
  }

  .form-box {
    padding: 2.25rem 1.5rem 2.62rem;
  }

  .modal-close__ico {
    top: .81rem;
    right: 1rem;
  }

  .success-lottie {
    width: 4.5rem;
    height: 4.5rem;
  }

  .modal-descr {
    margin-top: 0;
  }
}

#w-node-_77211d60-0e0d-3c29-26c0-0842b4258320-85df61dd {
  align-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_0235aca5-abc9-1751-b7aa-3413d55e7b6e-85df61dd, #w-node-_8cefe03a-943b-c58c-4ba6-e52cf7d5b4a8-85df61dd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


