html {
  font-family: "Montserrat", sans-serif;
  color: #00001A;
}

.container {
  max-width: 1568px;
  padding: 0 16px;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
}

.header-top {
  background-color: #E5E5FF;
  padding-top: 4px;
  padding-bottom: 4px;
}

.header-main {
  background-color: #FCFCFF;
}

.header-inner {
  height: 76px;
  display: flex;
  gap: 40px;
  align-items: center;
}

.header-logo {
  flex-grow: 1;
}

.header-logo a {
  display: inline-flex;
}

.header-logo img {
  width: 100%;
  height: auto;
  max-width: 165px;
  display: block;
}

.header-info {
  display: flex;
  gap: 40px;
  align-items: center;
}

.header-info-before {
  font-size: 11px;
  color: #4E4E4E;
  margin-bottom: 2px;
}

.header-info-value {
  color: #00001A;
  font-size: 18px;
  font-weight: 600;
}

.header-info-value a {
  text-decoration: none;
  color: currentColor;
}

.header-nav {
  background-color: #F2F2FF;
}

.header-nav-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  gap: 48px;
  height: 56px;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.header-nav-list a {
  text-decoration: none;
  color: currentColor;
}

.header-toggle button {
  padding: 0;
  display: flex;
  background-color: transparent;
  border: none;
}

.header-toggle button svg {
  width: 40px;
  height: 40px;
}

.button {
  display: inline-flex;
  height: 56px;
  padding: 0 40px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #0400FF;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  border: none;
  cursor: pointer;
}

.section {
  padding-top: 128px;
  padding-bottom: 128px;
}

.section.section-bg {
  background-color: #FAFAFF;
}

.section.section-dark-bg {
  background-color: #020080;
  color: #fff;
}

.section-header {
  line-height: 1.2;
  padding-bottom: 24px;
  position: relative;
}

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

.section-header.section-header-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.section-header:not(:last-child) {
  margin-bottom: 64px;
}

.section-header::after {
  content: "";
  display: block;
  height: 8px;
  width: 100%;
  max-width: 240px;
  border-radius: 24px;
  background-color: #FFC605;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section-before-title {
  font-size: 26px;
  margin-bottom: 8px;
}

.section-title {
  text-transform: uppercase;
  font-size: 34px;
  font-weight: 700;
}

.section-sub-title {
  margin-top: 8px;
  font-size: 26px;
}

.section-row {
  display: flex;
  gap: 24px;
}

.section-col {
  flex-basis: calc((100% - 24px) / 2);
}

.section-image:not(:first-child) {
  margin-top: 64px;
}

.section-image img {
  max-width: 100%;
  height: auto;
}

.section-image.rounded img {
  border-radius: 16px;
}

.section-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

.section-button {
  margin-top: 40px;
}

.section-text-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-top: 40px;
}

.section-text-grid-item {
  flex-basis: calc((100% - 40px) / 2);
}

.section-text-grid-title {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.section-text-grid-content {
  font-family: "Inter", sans-serif;
  margin-top: 24px;
  font-size: 18px;
  line-height: 1.5;
}

.section-form {
  background-color: #FAFAFF;
  padding: 40px 24px;
}

.services-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services-list-item {
  padding: 24px;
  box-sizing: border-box;
  border-bottom: 1px solid #E5E5E5;
  display: flex;
  gap: 16px;
}

.services-list-item:first-child {
  border-top: 1px solid #E5E5E5;
}

.services-list-title {
  flex-basis: 288px;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.services-list-text {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  flex-grow: 1;
}

.services-list-text p {
  margin: 0;
}

.hero {
  padding-top: 16px;
  padding-bottom: 16px;
}

.hero-home .hero-row {
  gap: 64px;
}

.hero-home .hero-col {
  flex-basis: calc((100% - 64px) / 2);
}

.hero-home .hero-title {
  font-size: 72px;
}

.hero-row {
  display: flex;
  align-items: center;
  gap: 24px;
}

.hero-col {
  min-width: 0;
  flex-basis: calc((100% - 24px) / 2);
}

.hero-title {
  text-transform: uppercase;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0;
}

.hero-sub-title {
  font-size: 26px;
  margin-top: 8px;
}

.hero-text {
  font-size: 18px;
  line-height: 1.5;
  margin-top: 16px;
  font-family: "Inter", sans-serif;
}

.hero-button {
  margin-top: 40px;
}

.hero-slider {
  --swiper-navigation-size: 16px;
}

.hero-slider-nav {
  position: absolute;
  bottom: 40px;
  right: 40px;
  display: flex;
  gap: 8px;
}

.hero-slider-nav-item {
  position: static;
  border: 1px solid #fff;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  color: #fff;
}

.hero-slider-item {
  position: relative;
  padding-bottom: 104%;
  border-radius: 16px;
  overflow: hidden;
}

.hero-slider-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hero-slider-content {
  font-family: "Inter", sans-serif;
  color: #fff;
  position: absolute;
  bottom: 104px;
  right: 40px;
  max-width: 525px;
  text-align: right;
  text-transform: uppercase;
  line-height: 1.5;
  font-size: 26px;
  padding-left: 40px;
}

.hero-slider-content b {
  font-weight: 900;
}

.hero-image {
  position: relative;
  padding-bottom: 46%;
  overflow: hidden;
}

.hero-image.rounded {
  border-radius: 16px;
}

.hero-image.covered::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
  background-color: #020080;
  opacity: 0.4;
  z-index: 3;
}

.hero-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 2;
}

.hero-before-title {
  margin-bottom: 8px;
  font-size: 26px;
  line-height: 1.2;
  font-weight: 400;
}

.areas {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 64px;
}

.areas-item {
  flex-basis: calc((100% - 24px) / 2);
  display: block;
  border-radius: 8px;
  overflow: hidden;
}

.areas-inner {
  position: relative;
  padding-bottom: 53%;
}

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

.areas-inner::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0.3;
  background-color: #020080;
  transition: 0.5s;
}

.areas-content {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding: 24px;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 16px;
  justify-content: flex-end;
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}

.areas-content svg {
  width: 40px;
  height: 40px;
}

.areas-title {
  font-size: 26px;
  text-transform: uppercase;
}

.areas-text {
  font-size: 18px;
  line-height: 1.5;
  font-family: "Inter", sans-serif;
}

.features {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.features-item {
  flex-basis: calc((100% - 72px) / 4);
  text-align: center;
  padding: 56px 40px 40px;
  box-sizing: border-box;
  transition: 0.4s;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #fff;
}

.features-item.wide {
  flex-basis: 100% !important;
}

.features-icon {
  margin-bottom: 40px;
}

.features-icon img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.features-title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  color: #020080;
}

.features-text {
  font-family: "Inter", sans-serif;
  margin-top: 8px;
  line-height: 1.5;
  font-size: 18px;
}

.steps {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.steps-item {
  flex-basis: calc((100% - 24px) / 2);
  padding: 24px;
  box-sizing: border-box;
  border-radius: 8px;
  border: 1px solid #E5E5E5;
  font-size: 16px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 240px;
}

.steps-count {
  color: #FFC605;
  font-weight: 700;
  text-transform: uppercase;
}

.steps-title {
  color: #0400FF;
  font-weight: 700;
  text-transform: uppercase;
}

.steps-text {
  font-family: "Inter", sans-serif;
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}

.products {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 64px;
}

.products-item {
  flex-basis: calc((100% - 72px) / 4);
  box-sizing: border-box;
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  overflow: hidden;
}

.products-image {
  position: relative;
  padding-bottom: 74%;
}

.products-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  z-index: 2;
}

.products-content {
  padding: 24px 16px;
  box-sizing: border-box;
}

.products-title {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
}

.products-text {
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-size: 16px;
  margin-top: 8px;
}

.products-button {
  display: grid;
  margin-top: 16px;
}

.feedback-input label span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1.8;
}

.feedback-input input {
  height: 56px;
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background-color: #fff;
  padding: 0 16px;
  box-sizing: border-box;
  width: 100%;
  display: block;
  outline: none;
  color: #222233;
  font-size: 16px;
}

.feedback-input input::-moz-placeholder {
  color: #222233;
}

.feedback-input input:-ms-input-placeholder {
  color: #222233;
}

.feedback-input input::placeholder {
  color: #222233;
}

.feedback-input input:not(:first-child) {
  margin-top: 8px;
}

.feedback-input textarea {
  border-radius: 8px;
  border: 1px solid #E8E8E8;
  background-color: #fff;
  box-sizing: border-box;
  padding: 16px;
  display: block;
  outline: none;
  color: #222233;
  font-size: 16px;
  width: 100%;
  height: 176px;
  min-height: 176px;
  max-height: 260px;
  resize: vertical;
}

.feedback-input textarea::-moz-placeholder {
  color: #222233;
}

.feedback-input textarea:-ms-input-placeholder {
  color: #222233;
}

.feedback-input textarea::placeholder {
  color: #222233;
}

.feedback-input textarea:not(:first-child) {
  margin-top: 8px;
}

.feedback-input:not(:first-child) {
  margin-top: 24px;
}

.feedback-submit {
  margin-top: 24px;
}

.feedback-consent {
  margin-top: 24px;
  font-size: 11px;
  display: flex;
  gap: 8px;
}

.feedback-consent input {
  width: 16px;
  height: 16px;
  transform: translateY(-2px);
}

.feedback-row {
  display: flex;
  gap: 8px;
}

.feedback-row .feedback-submit {
  margin-top: 0;
  flex-basis: 213px;
  flex-shrink: 0;
}

.feedback-row .feedback-input {
  flex-grow: 1;
}

.feedback-row .feedback-input:not(:first-child) {
  margin-top: 0;
}

.cta {
  padding-top: 16px;
  padding-bottom: 16px;
}

.cta-inner {
  background: url(../images/cta-bg-01.jpg) center top/cover no-repeat;
  border-radius: 16px;
  padding: 80px 40px;
  box-sizing: border-box;
}

.cta-content {
  max-width: 1006px;
}

.cta-form {
  margin-top: 40px;
}

.directions {
  margin-top: 64px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.directions-item {
  flex-basis: calc((100% - 72px) / 4);
  display: flex;
  flex-direction: column;
}

.directions-image {
  padding-bottom: 74%;
  position: relative;
}

.directions-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
  display: block;
}

.directions-content {
  margin-top: -50px;
  position: relative;
  z-index: 2;
  padding: 0 13px;
  box-sizing: border-box;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.directions-content-inner {
  border: 1px solid #E5E5E5;
  border-radius: 8px;
  background-color: #fff;
  padding: 16px;
  flex-grow: 1;
  min-height: 100px;
  box-sizing: border-box;
}

.directions-title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
}

.directions-text {
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.5;
}

.footer {
  background-color: #E5E5FF;
  padding-top: 40px;
  padding-bottom: 12px;
}

.footer-main {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  align-items: center;
}

.footer-logo a {
  display: inline-flex;
}

.footer-logo img {
  max-width: 165px;
  height: auto;
  width: 100%;
}

.footer-nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 16px 48px;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
  flex-wrap: wrap;
}

.footer-nav-list a {
  text-decoration: none;
  color: currentColor;
}

.footer-button .button {
  white-space: nowrap;
}

.footer-bottom {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  font-size: 12px;
  font-family: "Inter", sans-serif;
}

.footer-bottom a {
  text-decoration: none;
  color: currentColor;
}

.footer-bottom-item {
  flex-basis: calc((100% - 72px) / 4);
}

@media (min-width: 768px) {
  .header-top {
    display: none;
  }

  .areas-item:hover .areas-inner::after {
    opacity: 1;
  }

  .features-item:hover {
    border: 1px solid #E5E5E5;
    box-shadow: 0 24px 24px -16px rgba(15, 15, 15, 0.2);
  }
}

@media (min-width: 1024px) {
  .header-toggle {
    display: none;
  }

  .section-col.section-col-30 {
    flex-basis: calc((100% - 24px) * 0.3);
  }

  .section-col.section-col-70 {
    flex-basis: calc((100% - 24px) * 0.7);
  }

  .hero-col.hero-col-30 {
    flex-basis: calc((100% - 24px) * 0.3);
  }

  .hero-col.hero-col-70 {
    flex-basis: calc((100% - 24px) * 0.7);
  }

  .features.features-columns-2 .features-item {
    flex-basis: calc((100% - 24px) / 2);
    border-color: #E5E5E5;
  }
}

@media (max-width: 1600px) {
  .services-list-title {
    flex-basis: 240px;
  }
}

@media (max-width: 1280px) {
  .hero-home .hero-title {
    font-size: 64px;
  }

  .products-item {
    flex-basis: calc((100% - 48px) / 3);
  }
}

@media (max-width: 1200px) {
  .areas-text {
    font-size: 16px;
  }
}

@media (max-width: 1023.98px) {
  .header-button {
    display: none;
  }

  .header-nav {
    display: none;
  }

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

  .section-col {
    flex-basis: 100%;
  }

  .section-col-mob-order-2 {
    order: 2;
  }

  .hero-home .hero-title {
    font-size: 50px;
  }

  .hero-sub-title {
    font-size: 18px;
  }

  .hero-text {
    font-size: 16px;
  }

  .hero-slider-content {
    font-size: 18px;
    bottom: 72px;
    padding-left: 24px;
    right: 24px;
  }

  .areas-item {
    flex-basis: 100%;
  }

  .features-item {
    flex-basis: calc((100% - 24px) / 2);
  }

  .steps-item {
    flex-basis: 100%;
  }

  .products {
    gap: 16px;
  }

  .products-item {
    flex-basis: calc((100% - 16px) / 2);
  }

  .directions-item {
    flex-basis: calc((100% - 48px) / 3);
  }
}

@media (max-width: 960px) {
  .hero-home .hero-title {
    font-size: 28px;
  }
}

@media (max-width: 767.98px) {
  .header-inner {
    justify-content: space-between;
  }

  .header-inner .header-info {
    display: none;
  }

  .header-info {
    gap: 16px;
    justify-content: space-between;
  }

  .header-info-before {
    font-size: 10px;
  }

  .header-info-value {
    font-size: 12px;
  }

  .button {
    height: 40px;
    font-size: 14px;
    padding: 0 24px;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.section-padding-mobile-lg {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-header:not(:last-child) {
    margin-bottom: 40px;
  }

  .section-header {
    padding-bottom: 16px;
  }

  .section-before-title {
    font-size: 18px;
    margin-bottom: 4px;
  }

  .section-title {
    font-size: 24px;
  }

  .section-sub-title {
    font-size: 18px;
    margin-top: 4px;
  }

  .section-row {
    gap: 16px;
  }

  .section-image:not(:first-child) {
    margin-top: 40px;
  }

  .section-image.section-image-fixed-height img {
    min-height: 312px;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .section-text {
    font-size: 16px;
  }

  .section-button .button {
    width: 100%;
    max-width: 360px;
  }

  .section-text-grid-item {
    flex-basis: 100%;
  }

  .section-text-grid-title {
    font-size: 20px;
  }

  .section-text-grid-content {
    font-size: 16px;
  }

  .section-form {
    padding: 24px 16px;
  }

  .services-list-item {
    padding: 16px 8px;
    gap: 8px;
  }

  .services-list-title {
    flex-basis: 130px;
    font-size: 12px;
  }

  .services-list-text {
    font-size: 14px;
  }

  .hero {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .hero-home .hero-row {
    gap: 24px;
  }

  .hero-home .hero-col {
    flex-basis: 100%;
  }

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

  .hero-col {
    flex-basis: 100%;
  }

  .hero-title {
    font-size: 32px;
  }

  .hero-button {
    margin-top: 24px;
  }

  .hero-slider-nav {
    bottom: 24px;
    right: 24px;
  }

  .hero-slider-nav-item {
    width: 32px;
    height: 32px;
  }

  .hero-image {
    padding-bottom: 62%;
  }

  .hero-before-title {
    font-size: 18px;
  }

  .areas {
    margin-top: 40px;
  }

  .areas-inner::after {
    opacity: 0.6;
  }

  .areas-inner {
    padding-bottom: 117%;
  }

  .areas-title {
    font-size: 20px;
  }

  .areas-text {
    font-size: 14px;
  }

  .features-item {
    flex-basis: 100%;
    border-color: #E5E5E5;
    padding: 40px 24px 24px;
  }

  .features-icon {
    margin-bottom: 32px;
  }

  .features-title {
    font-size: 16px;
  }

  .features-text {
    font-size: 16px;
  }

  .products-item {
    flex-basis: 100%;
  }

  .products-title {
    font-size: 14px;
  }

  .products-text {
    font-size: 14px;
  }

  .feedback-input label span {
    font-size: 12px;
  }

  .feedback-input:not(:first-child) {
    margin-top: 16px;
  }

  .feedback-submit .button {
    width: 100%;
    max-width: 360px;
  }

  .feedback-submit {
    margin-top: 16px;
  }

  .feedback-consent {
    margin-top: 16px;
  }

  .feedback-row .feedback-submit {
    margin-top: 8px;
  }

  .feedback-row .feedback-submit .button {
    width: auto;
  }

  .feedback-row .feedback-input:not(:first-child) {
    margin-top: 8px;
  }

  .feedback-row {
    display: block;
  }

  .cta-inner {
    background: url(../images/cta-bg-mob-01.jpg) center bottom/cover no-repeat;
    padding: 40px 24px;
  }

  .cta-form {
    margin-top: 24px;
  }

  .directions {
    margin-top: 40px;
  }

  .directions-item {
    flex-basis: 100%;
  }

  .footer-main {
    flex-wrap: wrap;
    gap: 0;
  }

  .footer-logo {
    flex-basis: 50%;
    padding-right: 16px;
    box-sizing: border-box;
  }

  .footer-nav {
    order: 1;
    margin-top: 32px;
  }

  .footer-nav-list {
    font-size: 14px;
    -moz-column-gap: 32px;
         column-gap: 32px;
  }

  .footer-nav-list li {
    flex-basis: calc((100% - 32px) / 2);
  }

  .footer-button {
    flex-basis: 50%;
  }

  .footer-bottom {
    gap: 4px;
  }

  .footer-bottom-item {
    flex-basis: calc((100% - 4px) / 2);
  }
}