@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-200.otf");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-Regular.ttf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-500.otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-500It.otf");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Source Code Pro";
  src: url("../fonts/SourceCodePro-700.otf");
  font-weight: 700;
  font-style: normal;
}
body {
  margin: 0;
  scroll-behavior: smooth !important;
  text-wrap: wrap;
}

button:hover {
  cursor: pointer;
}

a,
p,
h1,
h2,
h3,
h4,
span {
  font-family: "Source Code Pro";
  color: #1a2b70;
  margin: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

ul {
  list-style: none;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-padding-end: 0;
  padding-inline-end: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
}

ol {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
}

a {
  text-decoration: none;
}

section {
  width: 100%;
  margin: auto;
}
.is-hidden {
  opacity: 0;
}

.hero {
  display: block;
  position: relative;
  width: 100%;
  margin-bottom: 119px;
}
@media (min-width: 1200px) {
  .hero {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.hero-container {
  width: 86%;
  margin: auto;
  padding-top: 336px;
  padding-bottom: 48px;
}
@media (min-width: 768px) {
  .hero-container {
    width: 74%;
    max-width: 1408px;
    margin: auto;
    position: relative;
    padding-top: 5%;
    padding-bottom: 5%;
  }
}

.hero-title {
  font-style: normal;
  font-weight: 700;
  font-size: 45px;
  line-height: 49px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  transition-property: color;
  transition-duration: 1000ms;
  transition-delay: 0;
}
@media (min-width: 768px) {
  .hero-title {
    font-size: 100px;
    line-height: 70px;
  }
}
.hero-title.white {
  color: #ffffff;
}

.hero-slogan,
.catalog-title,
.about-title,
.reviews-title,
.complex-title,
.explanation-name,
.catalog-list-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin-top: 14px;
  transition-property: color;
  transition-duration: 1000ms;
  transition-delay: 0;
}
@media (min-width: 768px) {
  .hero-slogan,
  .catalog-title,
  .about-title,
  .reviews-title,
  .complex-title,
  .explanation-name,
  .catalog-list-item-title {
    font-size: 39px;
    line-height: 45px;
    width: 100%;
    margin-top: 29px;
  }
  .hero-slogan {
    width: 50%;
  }
}
.hero-slogan.white,
.white.catalog-title,
.white.about-title,
.white.reviews-title,
.white.complex-title,
.white.explanation-name,
.white.catalog-list-item-title {
  color: #ffffff;
}

.hero-text {
  display: none;
  transition-property: color;
  transition-duration: 1000ms;
  transition-delay: 0;
}
@media (min-width: 768px) {
  .hero-text {
    display: inline-block;
    width: 47%;
    font-style: normal;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.03em;
    margin-top: 42px;
  }
}
.hero-text.white {
  color: #ffffff;
}

.hero-logo-tested {
  position: absolute;
  top: 56px;
  width: 101px;
  height: 101px;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-delay: 0;
}
@media (min-width: 768px) {
  .hero-logo-tested {
    width: 196px;
    height: 196px;
    top: 24%;
    left: 50%;
  }
}
.hero-logo-tested.is-hidden {
  opacity: 0;
}

.hero-banner-list {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -999;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  .hero-banner-list {
    width: 100%;
    height: 100%;
  }
}
.hero-banner-list img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: 90% 0px;
  opacity: 1;
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-delay: 0;
}
@media (min-width: 1350px) {
  .hero-banner-list img {
    position: absolute;
    width: 60%;
    right: 0;
  }
  .hero-banner-list img.second {
    width: auto;
    height: 100%;
    transform: translateX(45%);
  }
}
.hero-banner-list img.is-hidden {
  opacity: 0;
}

.hero-banner-list li {
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(0deg, #cdd6db, #cdd6db);
  transition-property: opacity;
  transition-duration: 1000ms;
  transition-delay: 0;
}
.hero-banner-list li.blue {
  /* background: linear-gradient(0deg, #127ad9, #127ad9); */
  background: #343434;
}
.hero-banner-list li.is-hidden {
  opacity: 0;
}
@media (max-width: 1200px) {
  li.blue::after {
    content: "";
    position: absolute;
    z-index: 2;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(0deg, #343434 0%, rgba(10, 114, 207, 0) 75%);
  }
}
.hero-splash {
  display: none;
}
@media (min-width: 768px) {
  .hero-splash {
    display: block;
    position: absolute;
    width: auto;
    right: 0;
    bottom: 0;
    transform: translateY(50%);
  }
}

.hero-splash-mobile {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}
@media (min-width: 768px) {
  .hero-splash-mobile {
    display: none;
  }
}

.hero-link,
.catalog-product-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 188px;
  height: 41px;
  margin-top: 14px;
  background-color: #1a2b70;
  border: 2px solid #1a2b70;
  border-radius: 40px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 70px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  transition-property: background-color, color;
  transition-duration: 250ms;
  transition-delay: 0;
  z-index: 2;
}
.hero-link:hover,
.catalog-product-link:hover {
  background-color: #ffffff;
  color: #1a2b70;
}
@media (min-width: 768px) {
  .hero-link,
  .catalog-product-link {
    margin-left: 0;
    margin-top: 42px;
    width: 266px;
    height: 66px;
    font-size: 30px;
    line-height: 70px;
  }
}
.hero-link.blue,
.blue.catalog-product-link {
  background-color: #ffffff;
  color: #1d1d1d;
  border-color: #666768;
  transition-property: background-color, color, border-color;
  transition-duration: 250ms;
  transition-delay: 0;
  z-index: 2;
}
.hero-link.blue:hover,
.blue.catalog-product-link:hover {
  background-color: #666768;
  border-color: #666768;
  color: #ffffff;
}

.hero-text-main-wrap {
  position: absolute;
  top: 1258px;
  left: 727px;
}

.hero-text-main,
.catalog-list-item-text-main,
.explanation-main-text,
.catalog-product-properties {
  margin-top: 14px;
  width: 271px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  word-wrap: normal;
}
@media (min-width: 768px) {
  .hero-text-main,
  .catalog-list-item-text-main,
  .explanation-main-text,
  .catalog-product-properties {
    font-size: 21px;
    line-height: 25px;
    width: 938px;
  }
}

.why {
  width: 86%;
  margin: auto;
}
@media (min-width: 768px) {
  .why {
    margin-top: 210px;
    width: 74%;
    max-width: 1408px;
  }
}

@media (min-width: 768px) {
  .why-text-wrap {
    display: flex;
  }
}

.title-why {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  width: 100%;
}
@media (min-width: 768px) {
  .title-why {
    margin-top: 0;
    padding: 0;
    font-size: 28px;
    line-height: 1.1;
    width: 35%;
  }
}
@media (min-width: 964px) {
  .title-why {
    font-size: 36px;
  }
}
@media (min-width: 1300px) {
  .title-why {
    font-size: 48px;
  }
}
@media (min-width: 1526px) {
  .title-why {
    font-size: 52px;
  }
}

.why-main-wrap {
  width: 100%;
}
@media (min-width: 768px) {
  .why-main-wrap {
    width: 67%;
    margin-left: 20px;
  }
}

.why-text-main {
  margin-top: 14px;
  width: 100%;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .why-text-main {
    padding: 0;
    margin-left: 10px;
    font-size: 18px;
    line-height: 1.2;
    width: 100%;
  }
  .why-text-main:first-child {
    margin-top: 0;
    margin-bottom: 14px;
  }
}
@media (min-width: 964px) {
  .why-text-main {
    font-size: 21px;
  }
}

.notification {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  margin-top: 28px;
  width: 100%;
}
@media (min-width: 768px) {
  .notification {
    font-size: 18px;
    line-height: 1.2;
    padding: 0;
    width: 60%;
    margin-top: 50px;
    margin-left: auto;
  }
}
@media (min-width: 964px) {
  .notification {
    font-size: 21px;
    line-height: 25px;
    width: 468px;
    margin-top: 106px;
    margin-left: auto;
  }
}

.why-benefits-list {
  width: 100%;
  margin: auto;
  background-color: #1a2b70;
  border-radius: 20px;
  padding-top: 28px;
  padding-bottom: 48px;
  margin-top: 28px;
}
@media (min-width: 768px) {
  .why-benefits-list {
    width: 100%;
    display: flex;
    width: 100%;
    min-height: 352px;
    margin: auto;
    margin-top: 106px;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 857px) {
  .why-benefits-list {
    flex-direction: column;
  }
}

.hero-benefits-item {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.hero-benefits-item:not(:first-child) {
  margin-top: 58px;
}
@media (min-width: 857px) {
  .hero-benefits-item:not(:first-child) {
    margin-top: 0;
  }
}
@media (min-width: 867px) {
  .hero-benefits-item:first-child {
    margin-left: 10%;
  }
}
.hero-benefits-item:first-child img {
  height: 89px;
}
@media (min-width: 768px) {
  .hero-benefits-item:first-child img {
    height: 149px;
  }
}
.hero-benefits-item img {
  height: 72px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (min-width: 768px) {
  .hero-benefits-item img {
    height: 149px;
  }
}
.hero-benefits-item:last-child {
  margin-right: 0;
}
@media (min-width: 857px) {
  .hero-benefits-item:last-child {
    margin-right: 10%;
  }
}

.hero-benefits-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .hero-benefits-text {
    font-weight: 500;
    font-size: 21px;
    line-height: 25px;
    margin-top: 36px;
  }
}

.catalog {
  margin-top: 61px;
  overflow: hidden;
  width: 86%;
}
@media (min-width: 768px) {
  .catalog {
    margin-top: 155px;
    width: 100%;
  }
}

.catalog-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .catalog-title-wrap {
    display: none;
  }
}

.catalog-title,
.about-title,
.reviews-title,
.complex-title,
.explanation-name,
.catalog-list-item-title {
  margin: 0;
}

.catalog-button {
  background-color: transparent;
  border: none;
}

.catalog-list {
  margin-top: 14px;
  display: flex;
  flex-shrink: 0;
  width: 100%;
  margin: auto;
  margin-top: 11px;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0;
}
@media (min-width: 768px) {
  .catalog-list {
    flex-direction: column;
    width: 74%;
    max-width: 1408px;
    margin-top: 0;
    margin: auto;
  }
}

.catalog-list-item {
  width: 100%;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #e6efff;
  border-radius: 20px;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .catalog-list-item {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    background-color: transparent;
    height: auto;
    min-height: 745px;
    padding: 0;
  }
  .catalog-list-item:nth-child(odd) .catalog-product-image-wrap {
    right: auto;
    left: 0;
  }
  .catalog-list-item:nth-child(odd) .catalog-properties-wrap {
    margin-left: 5px;
    margin-right: auto;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .catalog-list-item:nth-child(odd) .catalog-properties-wrap {
    margin-left: 50px;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .catalog-list-item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .catalog-list-item:nth-child(even) .catalog-product-image-wrap {
    right: 0;
    left: auto;
  }
  .catalog-list-item:nth-child(even) .catalog-properties-wrap {
    margin-left: auto;
    margin-right: 5px;
  }
}
@media (min-width: 768px) and (min-width: 960px) {
  .catalog-list-item:nth-child(even) .catalog-properties-wrap {
    margin-left: auto;
    margin-right: 50px;
    width: 125px;
  }
}
@media (min-width: 768px) {
  .catalog-list-item:not(:first-child) {
    margin-top: 120px;
  }
}

.catalog-list-item-description {
  width: 86%;
  margin: auto;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .catalog-list-item-description {
    margin-top: 0;
    margin: 0;
    display: inline-block;
    width: 35%;
  }
}

@media (min-width: 768px) {
  .catalog-list-item-title {
    padding: 0;
    margin: 0;
    font-size: 28px;
    line-height: 1.45;
  }
}
@media (min-width: 836px) {
  .catalog-list-item-title {
    padding: 0;
    margin: 0;
    font-size: 31px;
    line-height: 1.45;
  }
}
@media (min-width: 1300px) {
  .catalog-list-item-title {
    font-size: 42px;
  }
}

.catalog-list-item-text,
.complex-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  width: 100%;
  margin-top: 10px;
}
@media (min-width: 768px) {
  .catalog-list-item-text,
  .complex-item-title {
    padding: 0;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    margin-top: 16px;
  }
}
@media (min-width: 914px) {
  .catalog-list-item-text,
  .complex-item-title {
    padding: 0;
    width: 100%;
    font-size: 21px;
    line-height: 25px;
    margin: 0;
    margin-top: 16px;
  }
}
@media (min-width: 1300px) {
  .catalog-list-item-text,
  .complex-item-title {
    margin-top: 31px;
  }
}

.catalog-list-item-text-main,
.explanation-main-text,
.catalog-product-properties {
  width: 100%;
  margin: auto;
  margin-top: 15px;
  padding: 0;
}
@media (min-width: 768px) {
  .catalog-list-item-text-main,
  .explanation-main-text,
  .catalog-product-properties {
    padding: 0;
    margin: 0;
    margin-top: 14px;
    width: 80%;
    font-size: 14px;
    line-height: 1.2;
  }
}
@media (min-width: 914px) {
  .catalog-list-item-text-main,
  .explanation-main-text,
  .catalog-product-properties {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 1500px) {
  .catalog-list-item-text-main,
  .explanation-main-text,
  .catalog-product-properties {
    font-size: 21px;
  }
}

.catalog-product-image {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 768px) {
  .catalog-product-image {
    margin-top: 20px;
    max-width: 24%;
    max-height: 652px;
    -o-object-fit: contain;
    object-fit: contain;
  }
}

.catalog-product-image-wrap {
  display: flex;
  justify-content: center;
  position: relative;
  width: 50%;
  height: auto;
  top: 12px;
  left: 20px;
  background-image: url("../images/splash-1.png");
  background-repeat: no-repeat;
  background-size: 180% 100%;
  background-position: -40px, 100px, center;
  overflow: visible;
}
@media (min-width: 400px) {
  .catalog-product-image-wrap {
    background-size: 140% 100%;
    background-position: -20px, 100px, center;
  }
}
@media (min-width: 520px) {
  .catalog-product-image-wrap {
    background-size: 120% 100%;
    background-position: -10px, 100px, center;
  }
}
@media (max-width: 768px) {
  .catalog-product-image-wrap {
    max-height: 222px;
  }
}
@media (min-width: 768px) {
  .catalog-product-image-wrap {
    position: absolute;
    width: 83%;
    height: 100%;
    background-color: #e6efff;
    border-radius: 20px;
    top: 0;
    z-index: -1;
    background-size: 65%;
    background-position: 60% 40%;
    background-repeat: no-repeat;
  }
}

.catalog-product-properties {
  padding: 0;
  font-weight: 700;
  width: 105px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0px;
}
@media (min-width: 768px) {
  .catalog-product-properties {
    font-weight: 700;
    font-size: 28px;
    line-height: 25px;
  }
}
@media (min-width: 836px) {
  .catalog-product-properties {
    padding: 0;
    margin: 0;
    font-size: 31px;
    line-height: 30px;
  }
}
@media (min-width: 1300px) {
  .catalog-product-properties {
    font-size: 48px;
    line-height: 45px;
  }
}

@media (min-width: 768px) {
  .catalog-properties-wrap li .catalog-product-properties {
    font-weight: 700;
    font-size: 18px;
    line-height: 25px;
    width: 100%;
  }
}
@media (min-width: 914px) {
  .catalog-properties-wrap li .catalog-product-properties {
    font-weight: 700;
    font-size: 21px;
    line-height: 25px;
  }
}

.catalog-properties-icon {
  width: 32px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (min-width: 768px) {
  .catalog-properties-icon {
    width: 81px;
    margin-bottom: 43px;
  }
}

.catalog-properties-wrap {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  margin-right: 5%;
}

@media (min-width: 768px) {
  .catalog-properties-wrap ul {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .catalog-properties-wrap li:not(:first-child) {
    margin-top: 0px;
  }
}

.catalog-products-links {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .catalog-products-links {
    padding: 0;
    margin-top: 7px;
  }
}
@media (min-width: 960px) {
  .catalog-products-links {
    display: flex;
    padding: 0;
    margin: 0;
    margin-top: 35px;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

.catalog-products-links li:not(:first-child) {
  margin-top: 14px;
}
@media (min-width: 960px) {
  .catalog-products-links li:not(:first-child) {
    margin-top: 0;
    margin-left: 6px;
  }
}
@media (min-width: 1170px) {
  .catalog-products-links li:not(:first-child) {
    margin-top: 0;
    margin-left: 15px;
  }
}

.catalog-product-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 22px;
  padding-right: 22px;
  margin: 0;
}
@media (min-width: 768px) {
  .catalog-product-link {
    margin: 0;
    width: auto;
    height: 48px;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 836px) {
  .catalog-product-link {
    margin: 0;
    width: auto;
    height: 48px;
    font-size: 18px;
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 1170px) {
  .catalog-product-link {
    margin: 0;
    width: auto;
    height: 59px;
    font-size: 22px;
    padding-left: 18px;
    padding-right: 18px;
  }
}
@media (min-width: 1524px) {
  .catalog-product-link {
    margin: 0;
    width: auto;
    height: 56px;
    font-size: 30px;
    padding-left: 22px;
    padding-right: 22px;
  }
}
@media (min-width: 1870px) {
  .catalog-product-link {
    margin: 0;
    width: auto;
    padding-left: 44px;
    padding-right: 44px;
  }
}

.complex {
  margin-top: 59px;
  width: 100%;
  margin: auto;
}

.complex-title,
.explanation-name {
  width: 275px;
  padding-top: 40px;
  text-align: center;
  margin: auto;
}
@media (min-width: 768px) {
  .complex-title,
  .explanation-name {
    width: 100%;
    padding: 0;
    margin-top: 237px;
  }
}

.complex-list {
  margin-top: 50px;
}
@media (min-width: 768px) {
  .complex-list {
    display: flex;
    margin: auto;
    justify-content: space-between;
    margin-top: 200px;
    width: 768px;
  }
}
@media (min-width: 1000px) {
  .complex-list {
    width: 1000px;
  }
}
@media (min-width: 1200px) {
  .complex-list {
    width: 1200px;
  }
}
@media (min-width: 1400px) {
  .complex-list {
    width: 1400px;
  }
}

.complex-list-item {
  margin: auto;
  width: 87%;
  max-width: 280px;
  height: 70%;
  border: 2px solid #1a2b70;
  border-radius: 20px;
  position: relative;
}
@media (min-width: 768px) {
  .complex-list-item {
    border: none;
    width: 180px;
    height: 680px;
  }
}
@media (min-width: 1000px) {
  .complex-list-item {
    border: none;
    width: 180px;
    height: 700px;
  }
}
@media (min-width: 1200px) {
  .complex-list-item {
    width: 220px;
    height: 720px;
  }
}
@media (min-width: 1400px) {
  .complex-list-item {
    width: 250px;
  }
}
.complex-list-item:not(:first-child) {
  margin-top: 50px;
}
.complex-list-item:not(:first-child)::before {
  content: "";
  display: block;
  width: 2px;
  height: 54px;
  background-color: #1a2b70;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transform: translateY(-54px);
}
@media (min-width: 768px) {
  .complex-list-item:not(:first-child)::before {
    content: "";
    position: absolute;
    display: block;
    height: 124px;
    border-top: 2px solid #1a2b70;
    border-left: 2px solid #1a2b70;
    border-right: 2px solid #1a2b70;
    transform: none;
    background-color: transparent;
    top: 0;
    transform: translateY(-100%);
    width: calc(100% + 2px);
    left: calc(-50% - 7px);
  }
}
@media (min-width: 1000px) {
  .complex-list-item:not(:first-child)::before {
    height: 124px;
    width: 198px;
    left: -115px;
  }
}
@media (min-width: 1200px) {
  .complex-list-item:not(:first-child)::before {
    width: 242px;
    left: -136px;
    height: 124px;
  }
}
@media (min-width: 1400px) {
  .complex-list-item:not(:first-child)::before {
    width: 282px;
    left: -163px;
  }
}
@media (min-width: 768px) {
  .complex-list-item:not(:first-child) {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .complex-list-item:last-child::before {
    border-radius: 0 20px 0 0;
  }
  .complex-list-item:nth-child(2)::before {
    border-radius: 20px 0 0 0;
  }
  .complex-list-item:not(:last-child)::after {
    content: ">>";
    font-weight: 400;
    font-size: 26px;
    line-height: 70px;
    letter-spacing: 0.03em;
    color: #1a2b70;
    position: absolute;
    right: -33px;
  }
}
@media (max-width: 1000px) {
  .complex-list-item:not(:last-child)::after {
    font-size: 16px;
    right: -10px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .complex-list-item:not(:last-child)::after {
    top: 168px;
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .complex-list-item:not(:last-child)::after {
    top: 174px;
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .complex-list-item:not(:last-child)::after {
    top: 178px;
  }
}
@media (min-width: 768px) and (min-width: 1400px) {
  .complex-list-item:not(:last-child)::after {
    top: 181px;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .complex-list-item:nth-child(1)::after {
    /* right: -27px; */
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .complex-list-item:nth-child(1)::after {
    /* right: -35px; */
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .complex-list-item:nth-child(1)::after {
    /* right: -50px; */
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .complex-list-item:nth-child(2)::after {
    /* right: 0; */
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .complex-list-item:nth-child(2)::after {
    /* right: -4px; */
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .complex-list-item:nth-child(2)::after {
    /* right: -12px; */
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .complex-list-item:nth-child(3)::after {
    /* right: -38px; */
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .complex-list-item:nth-child(3)::after {
    /* right: -55px; */
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .complex-list-item:nth-child(3)::after {
    /* right: -65px; */
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .complex-list-item:nth-child(4)::after {
    /* right: -15px; */
  }
}
@media (min-width: 768px) and (min-width: 1000px) {
  .complex-list-item:nth-child(4)::after {
    /* right: -25px; */
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .complex-list-item:nth-child(4)::after {
    /* right: -35px; */
  }
}

.number {
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 70px;
  letter-spacing: 0.03em;
}

.number-wrap {
  display: flex;
  width: 61px;
  height: 61px;
  background: #ffffff;
  border: 2px solid #1a2b70;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (min-width: 768px) {
  .number-wrap {
    position: absolute;
    transform: none;
  }
  .number-wrap::after {
    content: "";
    position: absolute;
    bottom: -100%;
    left: 50%;
    transform: translate(-50%, 51%);
    display: block;
    width: 2px;
    height: 115px;
    background-color: #1a2b70;
  }
}
@media (min-width: 768px) {
  .number-wrap {
    left: 40px;
  }
}
@media (min-width: 1000px) {
  .number-wrap {
    left: 53px;
  }
}
@media (min-width: 1200px) {
  .number-wrap {
    left: 73px;
  }
}
@media (min-width: 1400px) {
  .number-wrap {
    left: 88px;
  }
}

.complex-image {
  width: 28%;
  max-width: 76px;
  height: auto;
  max-height: 172px;
  margin-right: 19px;
}
@media (min-width: 768px) {
  .complex-image {
    display: block;
    width: 100px;
    max-height: 411px;
    margin: 0;
    margin-top: 372px;
  }
  .complex-image-wrap {
    height: 155px;
  }
  .complex-image-wrap img {
    height: 150px;
    margin: 0 auto;
  }
}
@media (min-width: 1000px) {
  .complex-image {
    display: block;
    width: 140px;
    max-height: 411px;
    margin: 0;
    margin-top: 372px;
  }
}
@media (min-width: 1200px) {
  .complex-image {
    width: 140px;
    margin-top: 392px;
  }
}
@media (min-width: 1400px) {
  .complex-image {
    width: 176px;
    max-height: 411px;
  }
}

.complex-item-content {
  display: flex;
  align-items: center;
  padding: 10px;
  padding-left: 33px;
}
@media (min-width: 768px) {
  .complex-item-content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
}

.complex-item-title {
  padding: 0;
  margin-bottom: 7px;
}
@media (min-width: 768px) {
  .complex-item-title {
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
    margin: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 2.8;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    top: 181px;
    left: 50%;
    transform: translateX(-50%);
  }
  .complex-item-title::after {
    content: "";
    position: absolute;
    display: block;
    width: 2px;
    height: 130px;
    background-color: #1a2b70;
    left: 50%;
    bottom: 0;
    transform: translate(-5px, 98%);
  }
}
@media (min-width: 1000px) {
  .complex-item-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .complex-item-title {
    font-size: 22px;
    line-height: 2.8;
    top: 181px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 1400px) {
  .complex-item-title {
    font-size: 26px;
  }
}

.complex-item-link {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
@media (min-width: 768px) {
  .complex-item-link {
    font-weight: 700;
    display: block;
    font-size: 16px;
    line-height: 2.8;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    text-decoration: none;
    width: 120px;
    height: 48px;
    border: 2px solid #1a2b70;
    border-radius: 40px;
    text-align: center;
    margin-top: 10px;
    transition-property: background-color, color;
    transition-duration: 250ms;
    transition-delay: 0;
  }
  .complex-item-link:hover {
    background-color: #1a2b70;
    color: #ffffff;
  }
}
@media (min-width: 1000px) {
  .complex-item-link {
    font-size: 22px;
    letter-spacing: 0.03em;
    width: auto;
    height: auto;
    padding: 10px 23px;
    line-height: normal;
    border: 2px solid #1a2b70;
  }
}
@media (min-width: 1200px) {
  .complex-item-link {
    font-size: 22px;
    letter-spacing: 0.03em;
    width: auto;
    height: auto;
    padding: 10px 23px;
    line-height: normal;
  }
}
@media (min-width: 1400px) {
  .complex-item-link {
    font-size: 22px;
    letter-spacing: 0.03em;
    width: auto;
    height: auto;
    padding: 10px 23px;
    line-height: normal;
  }
}

.explanation {
  width: 86%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
  margin-top: 61px;
  padding-top: 102px;
}
@media (min-width: 768px) {
  .explanation {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0;
    margin-top: 98px;
    width: 74%;
    max-width: 1408px;
    position: relative;
  }
}

.expert-name-wrap {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.explanation-expert-name {
  width: 50%;
}
@media (min-width: 768px) {
  .explanation-expert-name {
    width: 100%;
  }
}

.explanation-name {
  width: 100%;
  text-align: left;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .explanation-name {
    font-size: 32px;
    line-height: 1.2;
  }
}
@media (min-width: 1400px) {
  .explanation-name {
    font-size: 48px;
  }
}

.explanation-job-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .explanation-job-title {
    display: block;
    font-weight: 700;
    font-size: 21px;
  }
}

.explanation-dots {
  text-align: start;
  font-weight: 200;
  font-size: 200px;
  line-height: 1;
  max-height: 120px;
  margin-top: -27px;
  margin-left: -27px;
}
@media (min-width: 768px) {
  .explanation-dots {
    position: absolute;
    bottom: -27px;
    left: 25%;
  }
}

.explanation-main-text {
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .explanation-main-text {
    margin-top: 0;
    font-size: 18px;
    line-height: 1.2;
    width: 67%;
  }
}
@media (min-width: 1400px) {
  .explanation-main-text {
    font-size: 21px;
  }
}

.reviews {
  margin-top: 44px;
  width: 86%;
}
@media (min-width: 768px) {
  .reviews {
    width: 100%;
    margin-top: 80px;
  }
}

.reviews-title {
  width: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .reviews-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    margin: auto;
  }
}
@media (min-width: 900px) {
  .reviews-title {
    font-size: 54px;
  }
}

.reviews-wrap {
  position: relative;
  width: 100%;
  background-color: #1a2b70;
  border-radius: 20px;
  margin: auto;
  margin-top: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .reviews-wrap {
    margin-top: 57px;
    width: 74%;
    max-width: 1408px;
  }
}

.reviews-photo {
  display: block;
  max-width: 150px;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 20px;
  background-color: #d9d9d9;
  margin: auto;
}
@media (min-width: 768px) {
  .reviews-photo {
    max-width: 40%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    max-height: 367px;
    margin: 0;
  }
}

.rewiews-text-wrap {
  display: block;
  height: 100%;
}

.review-author-name {
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  margin-top: 20px;
  width: 86%;
  margin: auto;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .review-author-name {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    padding: 0;
    margin-top: -6.4px;
  }
}
@media (min-width: 1400px) {
  .review-author-name {
    font-size: 48px;
    margin-top: -9.6px;
  }
}

.review-author-job-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #ffffff;
  width: 86%;
  margin: auto;
}
@media (min-width: 768px) {
  .review-author-job-title {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 25px;
    padding: 0;
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .review-author-job-title {
    font-size: 21px;
  }
}

.review-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  color: #ffffff;
  width: 86%;
  margin: auto;
  margin-top: 12px;
}
@media (min-width: 768px) {
  .review-text {
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    margin-top: 25px;
    padding: 0;
    width: 60%;
  }
}
@media (min-width: 1400px) {
  .review-text {
    font-size: 21px;
  }
}

.reviews-button {
  position: absolute;
  background-color: transparent;
  border: none;
  top: 88px;
  padding-left: 0;
  padding-right: 0;
  z-index: 999;
}
@media (min-width: 768px) {
  .reviews-button {
    top: 50%;
    transform: translateY(-50%);
  }
}
.reviews-button.left {
  left: 20px;
}
.reviews-button.right {
  left: 85%;
}
@media (min-width: 768px) {
  .reviews-button.right {
    left: 90%;
  }
}
.reviews-button-icon {
  width: 32px;
}
@media (min-width: 768px) {
  .reviews-button-icon {
    width: 50px;
  }
}
@media (min-width: 1100px) {
  .reviews-button-icon {
    width: 60px;
  }
}

.reviews-button:focus {
  outline: none;
}

.reviews li {
  width: 100%;
  flex-shrink: 0;
}
@media (min-width: 768px) {
  .reviews li {
    display: flex;
    align-items: anchor-center;
    margin: auto;
    padding-left: 10%;
    padding-top: 5%;
    padding-bottom: 5%;
    width: 100%;
  }
  .reviews li div {
    margin-left: 40px;
  }
}

.about {
  width: 100%;
  margin-top: 49px;
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #bacff2;
}

.about-title {
  text-align: center;
}
@media (min-width: 768px) {
  .about-title {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.3;
    margin: auto;
  }
}
@media (min-width: 900px) {
  .about-title {
    font-size: 54px;
  }
}

.about-description {
  width: 86%;
  margin: auto;
  margin-top: 15px;
  font-weight: 500;
  font-size: 14px;
}
@media (min-width: 768px) {
  .about-description {
    max-width: 1408px;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 1400px) {
  .about-description {
    font-size: 21px;
  }
}

.about-list {
  margin-top: 44px;
  width: 86%;
  margin: auto;
  margin-top: 44px;
}
@media (min-width: 768px) {
  .about-list {
    display: flex;
    justify-content: space-between;
    max-width: 1408px;
    margin: auto;
    margin-top: 44px;
  }
}

@media (min-width: 768px) {
  .about-list-item {
    width: calc(33.3333333333% - 40px);
  }
}
@media (min-width: 1730px) {
  .about-list-item {
    width: 422px;
  }
}
.about-list-item:not(:first-child) {
  margin-top: 34px;
}
@media (min-width: 768px) {
  .about-list-item:not(:first-child) {
    margin-top: 0;
  }
}

.about-list-item-title {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
}
@media (min-width: 768px) {
  .about-list-item-title {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 900px) {
  .about-list-item-title {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 1400px) {
  .about-list-item-title {
    font-size: 32px;
  }
}

.about-list-item-text {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.03em;
  margin-top: 7px;
}
@media (min-width: 900px) {
  .about-list-item-text {
    font-weight: 500;
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 1400px) {
  .about-list-item-text {
    font-weight: 500;
    font-size: 21px;
  }
}

.art-n-fact-logo {
  display: block;
  width: 86%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  margin: auto;
}
@media (min-width: 768px) {
  .art-n-fact-logo {
    width: 50%;
    height: auto;
    max-height: 104px;
  }
}

.logo-wrap {
  width: 86%;
  height: auto;
  margin-top: 31px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #1a2b70;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .logo-wrap {
    padding: 0;
    width: 100%;
    max-width: 1408px;
    height: auto;
    padding-top: 2.5%;
    padding-bottom: 2.5%;
    max-height: 210px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.about-logo-list {
  width: 35%;
}
@media (max-width: 768px) {
  .about-logo-list {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: auto;
    margin-top: 18px;
  }
}

.about-logo-list li {
  list-style: none;
}

.about-logo-list-item {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .about-logo-list-item {
    font-size: 18px;
    line-height: 1.2;
  }
}
@media (min-width: 900px) {
  .about-logo-list-item {
    font-size: 22px;
    line-height: 1.2;
  }
}
@media (min-width: 1400px) {
  .about-logo-list-item {
    font-size: 32px;
  }
}

.reviews-list {
  display: flex;
  transition-property: transform;
  transition-duration: 500ms;
  transition-delay: 0;
}

.reviews-list .img-wrap {
  min-width: 160px;
  margin-left: 0;
}

.reviews-list .img-wrap img {
  width: 100%;
  min-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

@media (max-width: 768px) {
  .reviews-list .img-wrap img {
    width: auto;
    min-width: unset;
  }
}

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