
.blog {
  width: 100%;
  padding: 55px 0px;
}

.blog__title {
  margin: 0px 0px 37px 0px;
}

.blog__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.blog__block-1 {
  max-width: 745px;
  width: 100%;
}

.blog__block-2 {
  max-width: 338px;
  width: 100%;
}

.blog__box-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}

@media (min-width: 1200px) {
  .blog__wrap .s-marketing__wrapper {
    flex: 1;
  }

  .blog__wrap .s-marketing__img {
    width: 115px;
    height: auto;
    bottom: -20px;
    top: auto;
  }

  .blog__wrap .quote__contacts {
    width: 370px;
  }
}

@media (max-width: 1199px) {
  .blog__content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .blog__wrap .s-marketing__wrapper {
    flex: none;
    width: 100%;
  }
}

.blog-card__image {
  width: 170px;
  height: 110px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin: 0px 0px 20px 0px;
}

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

.blog-card__text {
  font-weight: 600;
  font-size: 15px;
  line-height: 127%;
  color: var(--dark-blue);
}

.blog-wrap-icon__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 125%;
  background: -o-linear-gradient(336deg, #1e2e47 0%, #4e75a7 100%);
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px 0px 20px 0px;
  font-weight: 700;
}

.blog-wrap-icon__title .decor::after {
  content: "";
  width: 198px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width=%27198%27 height=%276%27 viewBox=%270 0 198 6%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M197.764 0.824395C166.924 3.96922 29.8681 7.21972 0.968935 3.53511C0.952763 3.27508 1.27377 3.23954 1.66676 3.23068C4.9592 3.15644 61.5653 3.59279 102.462 2.39187C115.712 2.00277 130.168 1.43253 143.816 1.20356C157.464 0.974578 197.764 0.824395 197.764 0.824395Z%27 fill=%27%236B8FCE%27 /%3E%3Cpath d=%27M197.764 0.824395C166.924 3.96922 29.8681 7.21972 0.968935 3.53511C0.952763 3.27508 1.27377 3.23954 1.66676 3.23068C4.9592 3.15644 61.5653 3.59279 102.462 2.39187C115.712 2.00277 130.168 1.43253 143.816 1.20356C157.464 0.974578 197.764 0.824395 197.764 0.824395Z%27 fill=%27url%28%23paint0_linear_2001_1176%29%27 /%3E%3Cpath d=%27M197.764 0.824395C166.924 3.96922 29.8681 7.21972 0.968935 3.53511C0.952763 3.27508 1.27377 3.23954 1.66676 3.23068C4.9592 3.15644 61.5653 3.59279 102.462 2.39187C115.712 2.00277 130.168 1.43253 143.816 1.20356C157.464 0.974578 197.764 0.824395 197.764 0.824395Z%27 fill=%27url%28%23paint1_linear_2001_1176%29%27 /%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_2001_1176%27 x1=%271.26141%27 y1=%278.23798%27 x2=%27197.466%27 y2=%27-3.96402%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23D32E8D%27 /%3E%3Cstop offset=%271%27 stop-color=%27%23D1254F%27 /%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint1_linear_2001_1176%27 x1=%27-52.3364%27 y1=%276.58494%27 x2=%27155.926%27 y2=%27118.875%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23E48533%27 /%3E%3Cstop offset=%270.51811%27 stop-color=%27%23E35353%27 /%3E%3Cstop offset=%271%27 stop-color=%27%23D1254F%27 /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.blog-wrap-icon__title small {
  font-size: 20px;
  font-weight: 300;
}

.blog-wrap-icon__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
}

.blog-wrap-icon__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 35px;
  height: 35px;
}

.vaster {
  overflow: hidden;
  padding: 55px 0px;
}

.vaster__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 85px;
  -moz-column-gap: 85px;
  column-gap: 80px;
  row-gap: 40px;
}

.vaster-content {
  margin: 0px 0px 40px 0px;
}

.vaster-content__title {
  background: -o-linear-gradient(336deg, #1e2e47 0%, #4e75a7 100%);
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0px 0px 25px 0px;
}

.vaster-content__title small {
  font-weight: 300;
}

.vaster-content__wrap-sub-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin: 0px 0px 25px 0px;
}

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

.vaster-content__sub-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
  background: -o-linear-gradient(336deg, #1e2e47 0%, #4e75a7 100%);
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.vaster-content__sub-title .decor::after {
  content: "";
  width: 171px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg width=%27171%27 height=%278%27 viewBox=%270 0 171 8%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M170.305 0.648099C143.93 5.43763 25.5076 10.1411 0.0443713 4.37674C0.0010263 3.97469 0.275246 3.92049 0.614853 3.90771C3.46012 3.80067 52.5712 4.60823 87.8815 2.84763C99.3223 2.27719 111.787 1.42954 123.59 1.10759C135.394 0.785639 170.305 0.648099 170.305 0.648099Z%27 fill=%27%236B8FCE%27 /%3E%3Cpath d=%27M170.305 0.648099C143.93 5.43763 25.5076 10.1411 0.0443713 4.37674C0.0010263 3.97469 0.275246 3.92049 0.614853 3.90771C3.46012 3.80067 52.5712 4.60823 87.8815 2.84763C99.3223 2.27719 111.787 1.42954 123.59 1.10759C135.394 0.785639 170.305 0.648099 170.305 0.648099Z%27 fill=%27url%28%23paint0_linear_2001_2235%29%27 /%3E%3Cpath d=%27M170.305 0.648099C143.93 5.43763 25.5076 10.1411 0.0443713 4.37674C0.0010263 3.97469 0.275246 3.92049 0.614853 3.90771C3.46012 3.80067 52.5712 4.60823 87.8815 2.84763C99.3223 2.27719 111.787 1.42954 123.59 1.10759C135.394 0.785639 170.305 0.648099 170.305 0.648099Z%27 fill=%27url%28%23paint1_linear_2001_2235%29%27 /%3E%3Cdefs%3E%3ClinearGradient id=%27paint0_linear_2001_2235%27 x1=%270.828289%27 y1=%2711.6482%27 x2=%27169.531%27 y2=%27-6.53928%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23D32E8D%27 /%3E%3Cstop offset=%271%27 stop-color=%27%23D1254F%27 /%3E%3C/linearGradient%3E%3ClinearGradient id=%27paint1_linear_2001_2235%27 x1=%27-45.8127%27 y1=%278.96665%27 x2=%27175.648%27 y2=%2759.7931%27 gradientUnits=%27userSpaceOnUse%27%3E%3Cstop stop-color=%27%23E48533%27 /%3E%3Cstop offset=%270.51811%27 stop-color=%27%23E35353%27 /%3E%3Cstop offset=%271%27 stop-color=%27%23D1254F%27 /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");
}

.vaster-content__box-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 20px;
  max-width: 540px;
}

.vaster-content__item {
  font-weight: 400;
  font-size: 15px;
  line-height: 127%;
  color: var(--dark-blue);
}

.vaster-content__item strong {
  font-weight: 700;
}

.vaster-content__footer {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  min-width: 570px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: -o-linear-gradient(46deg, #1e2e47 0%, #4e75a7 100%);
  background: linear-gradient(44deg, #1e2e47 0%, #4e75a7 100%);
  border-radius: 0 100px;
  padding: 36px 50px;
}

.vaster-content__footer-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 127%;
  color: var(--white);
}

.vaster-content__footer-text p:not(:last-child) {
  margin-bottom: 5px;
}

.vaster-content__footer-text p strong {
  font-weight: 700;
}

.vaster-content__footer-img {
  position: relative;
}

.vaster-content__footer-img img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.vaster-content__footer-img {
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translate(0%, -50%);
}

.vaster-content__footer-img-1 {
  position: absolute;
  top: 50%;
  right: 32px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

@media (max-width: 1439px) {
  .menu {
    padding: 20px 65px;
  }
}

@media (max-width: 1279px) {
  .catalog-filter {
    position: fixed;
    width: 90%;
    height: 100%;
    z-index: 101;
    top: 0px;
    right: -100%;
    overflow: auto;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .catalog-filter.open-filter {
    right: 0%;
  }
}

@media (max-width: 1220px) {
  .header-top-menu__list {
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .menu__list {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
  }

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

  .menu-footer__body {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }

  .footer-bottom__wrapper {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
  }

  .footer-bottom__box {
    -webkit-column-gap: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .first-section {
    padding: 30px 0px;
  }

  .first-section__decore-item-1 {
    bottom: 0px;
  }

  .marketing {
    padding: 30px 0px;
  }

  .selling {
    padding: 30px 0px;
  }

  .client-stream {
    padding: 30px 0px;
  }

  .client-stream__block-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .complex-promotion__box-list {
    max-width: 100%;
    margin: 0px 0px 50px 0px;
  }

  .complex-promotion__box-mob {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .automation {
    padding: 30px 0px;
  }

  .automation__block-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .automation__box-content {
    margin: 0px 0px 50px 0px;
  }

  .implementation {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
  }

  .implementation__icon {
    margin: 0px 0px 20px 0px;
  }

  .implementation__title-sub {
    min-height: auto;
  }

  .team-deliver {
    padding: 30px 0px;
  }

  .qurs-expertise {
    padding: 30px 0px;
  }

  .blog {
    padding: 30px 0px;
  }

  .blog__content {
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%; */
    row-gap: 40px;
  }

  .blog__block-1 {
    max-width: 100%;
  }

  .blog__block-2 {
    max-width: 600px;
    width: 100%;
  }

  .blog__box-card {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }

  .blog-card {
    max-width: 180px;
    width: 100%;
    text-align: center;
  }

  .blog-wrap-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }

  .vaster {
    padding: 30px 0px;
  }

  .vaster__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.s-title {
  font-weight: 700;
  color: var(--dark-blue);
  margin-bottom: 65px;
}

.s-title small {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 300 !important;
}

.s-marketing__wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.s-marketing__item {
  position: relative;
  overflow: hidden;
  display: block;
  min-height: 110px;
  padding: 20px 15px;
  box-shadow: 4px 4px 11px 0 rgba(38, 57, 86, 0.05),
    -4px -4px 11px 0 rgba(38, 57, 86, 0.05);
  background-color: #e5f1ff;
  border-radius: 20px;
  z-index: 1;

  font-weight: 700;
  font-size: 17px;
  line-height: 125%;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.s-marketing__item:hover {
  color: white;
}

.s-marketing__item:hover::before {
  opacity: 1;
}

.s-marketing__item::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(61deg, #e48533 0%, #e35353 51.81%, #d1254f 100%);
  transition: opacity 0.2s ease;
  opacity: 0;
  z-index: -2;
}

.s-marketing__img {
  position: absolute;
  display: block;
  right: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: -1;
}

.s-marketing__popular {
  margin-top: 50px;
}

.s-marketing__popular-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
  margin-bottom: 45px;
}

.s-marketing__popular-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.s-marketing__popular-list a {
  display: block;
  padding: 8px;
  border: 1px solid var(--dark-blue);
  border-radius: 20px;

  font-size: 15px;
  line-height: 105%;

  transition: color 0.2s ease, border-color 0.2s ease;
}

.s-marketing__popular-list a:hover {
  color: var(--red);
  border-color: var(--red);
}

@media (max-width: 992px) {
  .s-title {
    margin-bottom: 50px;
  }

  .s-marketing__popular {
    margin-top: 40px;
  }

  .s-marketing__popular-title {
    margin-bottom: 40px;
  }

  .s-marketing__wrapper {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }

  .s-marketing__item {
    grid-column: 2 span;
    min-height: 95px;
    font-size: 16px;
  }

  .s-marketing__item:last-child,
  .s-marketing__item:nth-last-child(2) {
    grid-column: 3 span;
  }
}

@media (max-width: 767px) {
  .s-marketing__item {
    grid-column: 3 span;
  }
}

@media (max-width: 575px) {
  .s-title {
    margin-bottom: 45px;
  }

  .s-marketing__popular-title {
    margin-bottom: 30px;
    font-size: 19px;
  }

  .s-marketing__item {
    grid-column: 6 span !important;
    font-size: 17px;
    min-height: 80px;
  }
}

.s-read {}

.s-read__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.s-read__articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.article-line {
  display: flex;
  gap: 20px;
}

.article-line__gallery {
  height: 120px;
  width: 160px;
  border-radius: 20px;
  flex-shrink: 0;
  object-fit: cover;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-line__gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.article-line__body {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.s-read__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 127%;
  color: var(--dark-blue);
  transition: color 0.2s ease;
  margin-bottom: 15px;
}

.s-read__title:hover {
  color: var(--red);
}

.article-line__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: auto;
  color: #788597;

  font-weight: 400;
  font-size: 14px;
  line-height: 125%;
}

.article-line__info a {
  transition: color 0.2s ease;
}

.article-line__info a:hover {
  color: var(--red);
}

.article-line__item {
  display: flex;
  align-items: center;
  gap: 5px;
}

.article-line__list {
  display: flex;
  flex-wrap: wrap;
  /* width: 100%; */
  gap: 10px;
}

.s-read__mail {
  position: relative;
  padding: 30px 20px;
  background: #e5f1ff;
  border-radius: 20px;
  z-index: 1;
}

.s-read__mail-head {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 30px;
}

.s-read__mail-icon {
  display: block;
  flex-shrink: 0;
  width: 48px;
}

.s-read__mail-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
}

.s-read__mail-title small {
  font-size: inherit;
  line-height: inherit;
  font-weight: 300;
}

.s-read__person {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.s-read__form {
  width: 400px;
  max-width: 100%;
}

.s-read__input-control {
  width: 100%;
  margin-bottom: 20px;
}

.s-read__input {
  width: 100%;
  background-color: white;
  padding: 16px 35px;
  border-radius: 40px;

  font-size: 14px;
  line-height: 125%;
}

.s-read__input::placeholder {
  color: #c1cad6;
}

.s-read__form-nav {
  display: flex;
  gap: 10px;
}

.s-read__form-policy {
  flex: 1;
  font-size: 12px;
  line-height: 125%;
  color: rgba(37, 56, 85, 0.4);
}

.s-read__form-btn {
  flex: 0 1 160px;
}

.s-read__form-policy a:hover {
  color: var(--red);
  text-decoration: underline;
}

@media (max-width: 991px) {
  .s-read__wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .s-read__mail-title {
    max-width: 315px;
  }

  .s-read__person {
    width: 180px;
    right: 40px;
  }
}

@media (max-width: 767px) {
  .s-read__person {
    right: 0;
    width: 120px;
  }
}

@media (max-width: 575px) {
  .article-line {
    flex-wrap: wrap;
    gap: 10px;
  }

  .article-line__gallery {
    width: 100%;
    height: 140px;
  }

  .article-line__info {
    justify-content: space-between;
    gap: 15px;
  }

  .s-read__title {
    font-size: 17px;
    line-height: 127%;
    margin-bottom: 0;
  }

  .s-read__mail {
    padding: 40px 20px;
  }

  .s-read__mail-icon {
    width: 36px;
  }

  .s-read__mail-title {
    font-size: 19px;
    line-height: 125%;
  }

  .s-read__form-nav {
    flex-direction: column-reverse;
    gap: 0px;
  }

  .s-read__form-policy {
    padding-left: 20px;
    max-width: 300px;
  }

  .s-read__form-btn {
    width: 160px;
    flex: none;
    min-height: 50px;
  }

  .s-read__person {
    width: 100px;
  }

  .s-read__articles {
    gap: 30px;
  }
}

@media (max-width: 480px) {
  .s-read__form {
    width: 100%;
  }
}

.quote {
  margin-top: 50px;
  display: flex;
  gap: 30px;

  @media (max-width: 575px) {
    margin-top: 30px;
  }
}

.quote__info {
  flex: 1;
}

.quote__icon {
  width: 62px;
  display: block;
  margin-bottom: 15px;
}

.qoute__title {
  font-weight: 500;
  font-size: 25px;
  line-height: 125%;
}

.quote__footer {
  display: flex;
  align-items: end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.quote__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quote__author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.quote__author-status {
  font-size: 15px;
  line-height: 125%;
  color: #788597;
}

.quote__author-name {
  max-width: 175px;
  font-size: 17px;
  line-height: 125%;
}

.quote__author-name strong {
  display: block;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}

.quote__more-btn {
  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  display: flex;
  align-items: center;
  gap: 5px;
  color: var(--red);
}

.quote__more-btn:hover svg {
  transform: rotate(45deg);
}

.quote__more-btn svg {
  transition: transform 0.2s ease;
}

.quote__contacts {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 345px;
  height: auto;
  min-height: 280px;
  padding: 20px;
  border-radius: 100px 0px;
  overflow: hidden;
  color: white;
  z-index: 1;
}

.quote__contacts::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  z-index: -2;
}

.quote__contacts-body {
  max-width: 270px;
}

.quote__contacts-content {
  font-size: 17px;
  line-height: 125%;
  margin-bottom: 40px;
}

.quote__contacts-content p:not(:last-child) {
  margin-bottom: 15px;
}

.quote__contacts-icon {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: -1;
}

.quote__list {
  position: absolute;
  display: flex;
  left: 4px;
  bottom: 20px;
  gap: 3px;
  z-index: -1;
  padding-left: 33px;
}

.quote__list li {
  border-radius: 50px;
  border: 2px solid currentColor;
  filter: blur(1px);

  padding: 5px 10px;
  font-size: 15px;
  line-height: 125%;
  color: #8194af;
}

.social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}



.social__btn {
  transition: opacity 0.2s ease;
}

.social__btn:hover {
  opacity: 0.7;
}

@media (max-width: 991px) {
  .qoute__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
  }

  .quote__footer {
    margin-top: 40px;
  }

  .quote__contacts {
    width: 300px;
  }

  .quote__list li:last-child {
    display: none;
  }

  .quote__contacts-content {
    max-width: 230px;
  }

  .quote__contacts-icon {
    top: 15px;
  }
}

@media (max-width: 767px) {
  .quote {
    flex-wrap: wrap;
  }

  .quote__info {
    flex: none;
    width: 100%;
  }

  .quote__icon {
    width: 45px;
  }

  .quote__contacts {
    width: 100%;
    padding-left: 45px;
    justify-content: start;
    min-height: 305px;
  }

  .quote__contacts-icon {
    top: 30px;
  }

  .quote__list li:last-child {
    display: block;
  }

  .quote__contacts-content {
    max-width: 270px;
  }

  .quote__footer {
    margin-top: 30px;
  }
}

.s-blog {}

.s-blog__grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
}

.s-blog__grid .card-blog {
  grid-column: 2 span;
}

@media (max-width: 991px) {
  .s-blog__grid .card-blog {
    grid-column: 1 span;
  }

  .s-blog__grid .card-blog:nth-child(7) {
    display: none;
  }

  .s-blog__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .s-blog__grid .card-blog:nth-child(7) {
    display: flex;
  }
}

.card-blog {
  display: flex;
  flex-direction: column;
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  height: auto !important;
  box-shadow: 4px 4px 11px 0 rgba(38, 57, 86, 0.05),
    -4px -4px 11px 0 rgba(38, 57, 86, 0.05);
}

.card-blog__gallery {
  position: relative;
  padding-bottom: 62%;
  width: 100%;
  display: block;
  z-index: 1;
}

.card-blog__gallery::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(15, 16, 17, 0.1) 37.5%,
      rgba(15, 16, 17, 0.2) 65.19%,
      rgba(27, 30, 33, 0.52) 83.53%,
      rgba(39, 42, 47, 0.8) 100%);
  z-index: -1;
}

.card-blog__gallery img {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.card-blog__gallery-info {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 20px;
  left: 20px;
  right: 20px;
  gap: 15px;
}

.card-blog__gallery-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  backdrop-filter: blur(4px);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.8);

  color: #788597;
  font-size: 14px;
  line-height: 125%;
}

.card-article .card-blog__gallery-list {
  display: none;
}

.card-blog__gallery-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.card-blog__gallery-list a {
  font-size: 14px;
  line-height: 125%;
  color: #c1cad6;
  transition: color 0.2s ease;
}

.card-blog__gallery-list a:hover {
  color: var(--red);
}

.card-blog__body {
  flex: 1;
  padding: 30px 20px;
}

.card-blog__title {
  font-weight: 600;
  font-size: 17px;
  line-height: 127%;
  margin-bottom: 20px;
}

.card-blog__content {
  font-size: 15px;
  line-height: 127%;
}

@media (max-width: 767px) {
  .s-blog__grid {
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .s-blog__grid .card-blog {
    grid-column: 2 span;
  }
}

.card-blog._big {
  grid-column: 4 span;
}

.card-blog._big .card-blog__gallery {
  padding-bottom: 0;
  height: 100%;
}

.card-blog__footer {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.card-blog__footer .card-blog__gallery-list {
  position: static;
}

.card-blog._big .card-blog__title {
  color: white;
  margin-bottom: 15px;
}

.card-blog__link {
  position: absolute;
  inset: 0;
  z-index: 2;
}

@media (max-width: 992px) {
  .card-blog._big {
    min-height: 455px;
    grid-column: 2 span;
  }
}

.s-blog__footer {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  row-gap: 30px;
}

.s-blog__more {
  display: flex;
  align-items: center;
  gap: 5px;

  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  color: var(--red);
}

.s-blog__more:hover svg {
  transform: rotate(45deg);
}

.s-blog__more svg {
  transition: transform 0.2s ease;
}

.s-blog__pagination-wrapper {
  display: flex;
  align-items: center;
  gap: 40px;
  row-gap: 20px;
}

.s-blog__pagination {
  display: flex;
  gap: 10px;
}

.s-blog__pagination-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;

  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  transition: background-color 0.2s ease;
}

.s-blog__pagination-item._active {
  pointer-events: none;
  background-color: white;
}

a.s-blog__pagination-item:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.s-pagination__next {
  display: flex;
  align-items: center;
  gap: 5px;

  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  transition: color 0.2s ease;
}

.s-pagination__next:hover {
  color: var(--red);
}

@media (max-width: 767px) {
  .s-blog__more {
    order: 1;
  }

  .s-blog__pagination-wrapper {
    gap: 20px;
    width: 100%;
    justify-content: space-between;
  }

  .s-blog__pagination {
    order: 0;
    gap: 3px;
  }

  .s-blog__pagination-item:nth-child(4),
  .s-blog__pagination-item:nth-child(5) {
    display: none;
  }

  .s-pagination__next {
    font-size: 14px;
  }
}

.s-blog-rec {
  overflow: hidden;
}

.s-blog-rec__slider {
  padding: 10px;
  margin: -10px;
}

@media (max-width: 991px) {
  .s-blog-rec__slider {
    overflow: visible !important;
  }

  .s-blog-rec__slider .card-blog {
    width: 355px !important;
  }
}

@media (max-width: 575px) {
  .s-blog-rec__slider .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .s-blog-rec__slider .card-blog {
    width: 100% !important;
  }
}

.s-blog-rec__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
}

@media (max-width: 991px) {
  .s-blog-rec__grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (max-width: 575px) {
  .s-blog-rec__grid {
    gap: 30px;
  }
}

.vaster__block-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.vaster-content {
  flex: initial;
  display: flex;
  flex-direction: column;
  height: auto;
}

.vaster-content__box {
  margin-top: 0;
  margin-bottom: 0;
}

.vaster-content__footer {
  margin-top: 0;
}

.s-single {}

.s-single__body {
  display: flex;
  gap: 30px;
}

.s-single__menu {
  position: sticky;
  width: 140px;
  flex-shrink: 0;
  top: 30px;
}

.s-single__menu-list {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.s-single__menu-list a {
  font-size: 17px;
  line-height: 125%;
  transition: color 0.2s ease;
}

.s-single__menu-list a:hover {
  color: var(--red);
}

.s-single__menu-list a._active {
  font-weight: 600;
}

.s-single__tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  row-gap: 10px;
  margin-top: 50px;
}

.s-single__tags-list a {
  border: 1px solid currentColor;
  border-radius: 24px;
  padding: 8px;
  display: block;
  width: fit-content;

  font-size: 15px;

  transition: color 0.2s ease;
}

.s-single__tags-list a:hover {
  color: var(--red);
}

.s-single__main {
  flex: 1;
}

.s-single__head {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px;
  color: white;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 4px 4px 11px 0 rgba(38, 57, 86, 0.05),
    -4px -4px 11px 0 rgba(38, 57, 86, 0.05);
  z-index: 1;
}

.s-single__head::before {
  position: absolute;
  content: "";
  inset: 0;
  backdrop-filter: blur(5px);
  background: rgba(39, 59, 89, 0.6);
  z-index: -2;
}

.s-single__head::after {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(15, 16, 17, 0.1) 37.5%,
      rgba(15, 16, 17, 0.2) 65.19%,
      rgba(27, 30, 33, 0.52) 83.53%,
      rgba(39, 42, 47, 0.8) 100%);

  z-index: -1;
}

.s-single__head-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.s-single__head-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 3px 8px;
  backdrop-filter: blur(4px);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;

  color: #788597;
  font-size: 14px;
  line-height: 125%;
}

.s-single__head-item span {
  color: inherit;
}

.s-single__head-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 125%;
  margin-bottom: 30px;
  color: #fff;
}

.s-single__head-footer {
  display: flex;
  align-items: flex-end;
  gap: 80px;
}

.s-single__author {
  display: flex;
  align-items: center;
  gap: 10px;
}

.s-single__author-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.s-single__author-status {
  font-weight: 400;
  font-size: 15px;
  line-height: 125%;
  color: #c1cad6;
  margin-bottom: 5px;
}

.s-single__author-name {
  font-weight: 600;
  font-size: 17px;
  line-height: 125%;
      padding: 0;
    margin: 0;
}

.s-single__author-post {
  font-size: 15px;
  line-height: 125%;
}

.s-single__studio {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: 200px;
}

.s-single__studio-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.s-single__studio-content {
  font-size: 15px;
  line-height: 125%;
}

.s-single__studio-content a:hover {
  color: var(--red);
  text-decoration: underline;
}

.s-single__head-list {
  display: flex;
  margin-left: auto;
  gap: 0px 20px;
  flex-wrap: wrap;
}

.s-single__head-list a {
  color: #c1cad6;
  font-size: 15px;
  transition: color 0.2s ease;
}

.s-single__head-list a:hover {
  color: white;
}

@media (max-width: 1200px) {
  .s-single__head-footer {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .page-head {
    margin-top: 120px;
  }

  .s-single__body {
    gap: 50px;
    flex-wrap: wrap;
  }

  .s-single__menu {
    width: 100%;
    position: static;
  }

  .s-single__menu-list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
  }

  .s-single__tags-list {
    gap: 10px;
    margin-top: 30px;
  }

  .s-single__head {
    background-position: center !important;
  }

  .s-single__head-title {
    font-size: 32px;
    margin-bottom: 40px;
  }

  .s-single__head-info {
    margin-bottom: 50px;
  }

  .s-single__head-footer {
    gap: 80px;
    row-gap: 15px;
    flex-wrap: wrap;
  }

  .s-single__head-list {
    margin: 0;
    order: 0;
    width: 100%;
  }

  .s-single__author {
    order: 1;
  }

  .s-single__studio {
    order: 2;
  }
}

@media (max-width: 575px) {
  .page-head {
    margin-top: 95px;
  }

  .s-single__menu-list {
    grid-template-columns: 1fr;
  }

  .s-single__head {
    padding: 20px;
    margin-bottom: 60px;
  }

  .s-single__head-title {
    font-size: 22px;
    margin-bottom: 55px;
  }

  .s-single__head-list {
    order: 3;
  }
}

.s-single__main-wrapper {
  display: flex;
  align-items: start;
  gap: 20px;
  margin-top: 20px;
}

.s-single__main-inside {
  padding: 30px;
  border-radius: 20px;
  box-shadow: 4px 4px 11px 0 rgba(38, 57, 86, 0.05),
    -4px -4px 11px 0 rgba(38, 57, 86, 0.05);
  background-color: white;
}

.s-single__main-inside table td {
  @media (max-width: 575px) {
    font-size: 14px;
    text-align: left;
  }

  @media (max-width: 400px) {
    font-size: 12px;
    text-align: left;
  }
}

.content {
  font-size: 17px;
  line-height: 125%;
}

.content strong {
  font-weight: 600;
}

.content *:not(:last-child) {
  margin-bottom: 30px;
}

.content p:not(:last-child) {
  margin-bottom: 30px;
}

.content h2:not(:last-child) {
  margin-bottom: 30px;
}

.content h3:not(:last-child) {
  margin-bottom: 30px;
}

.content ul:not(:last-child) {
  margin-bottom: 30px;
}

.content h2:not(:first-child) {
  margin-top: 30px;
}

.content h3:not(:first-child) {
  margin-top: 30px;
}

.content ul:not(:first-child) {
  margin-top: 30px;
}

.content ul li {
  margin-bottom: 0 !important;
}

.content h3 {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
  margin-top: 50px;
  margin-bottom: 40px;

  width: fit-content;
  background-image: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.content h2 {
  width: fit-content;
  background-image: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}

.s-single__lit {
  margin: 50px 0px;
}

.s-single__lit-list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.s-single__lit-list a {
  display: flex;
  align-items: start;
  gap: 8px;
  font-weight: 600;
  padding-left: 10px;
  font-size: 15px;
  line-height: 127%;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.s-single__lit-list a::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-top: 7px;
  background-color: currentColor;
  flex-shrink: 0;
}

.s-single__lit-list a:hover {
  color: var(--red);
}



.s-single__reklam {
  position: sticky;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  top: 20px;
  width: 240px;
  flex-shrink: 0;
  flex-shrink: 0;
}
.s-single__subscribe {
    background-position: initial !important;
    background-size: contain!important;
        max-height: 430px !important;
}

.s-single__subscribe::before {
  position: absolute;
  content: "";
  inset: 0;
  background: none!important;
  z-index: -1;
}
.s-single__zoom {
  position: relative;
  overflow: hidden;
  padding: 30px 20px 20px 20px;
  box-shadow: 4px 4px 11px 0 rgba(38, 57, 86, 0.05),
    -4px -4px 11px 0 rgba(38, 57, 86, 0.05);
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  border-radius: 20px;
  color: white;
  z-index: 1;
}

.s-single__zoom-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 125%;
  margin-bottom: 15px;
}

.s-single__zoom-title span {
  font-weight: 300;
}

.s-single__zoom-content {
  font-size: 14px;
  line-height: 125%;
  max-width: 135px;
}

.s-single__zoom-btn {
  margin-top: 25px;
  font-size: 14px;
  line-height: 110%;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.s-single__zoom-img {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
}

.s-single__subscribe {
  position: relative;
  width: 100%;
height: 560px;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  text-align: center;
  justify-content: center;
  border-radius: 20px;
  overflow: hidden;
  padding: 14px 24px;
}

/* .s-single__subscribe::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(180deg, rgba(229, 241, 255, 0) 0%, #e5f1ff 100%);
  z-index: -1;
} */

.s-single__subscribe-content {
  font-weight: 600;
  font-size: 15px;
}

.s-single__social {
  flex: 1;
}

.s-single__social-content {
  font-size: 17px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .s-single__main-wrapper {
    flex-wrap: wrap;
    gap: 40px;
  }

  .s-single__reklam {
    position: static;
    width: 100%;
    margin-top: 40px;
  }

  .s-single__lit {
    margin: 40px 0px;
  }

  .s-single__zoom,
  .s-single__subscribe {
    width: 240px;
  }

  .s-single__subscribe {
    height: auto;
  }

  .s-single__main-inside h3 {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .s-single__social {
    width: 100%;
    flex: none;
  }
}

@media (max-width: 575px) {
  .s-single__main-inside {
    padding: 30px 20px;
  }

  .content p:not(:last-child) {
    margin-bottom: 20px;
  }

  .s-single__main-inside h3 {
    font-size: 19px;
    margin-bottom: 30px;
  }

  .s-single__lit-list {
    grid-template-columns: 1fr;
  }

  .s-single__zoom {
    width: 100%;
  }

  .s-single__zoom-title {
    margin-bottom: 20px;
  }

  .s-single__zoom-content {
    max-width: 200px;
  }

  .s-single__zoom-btn {
    margin-top: 40px;
  }

  .s-single__subscribe {
    width: 100%;
    height: 230px;
    padding: 24px;
  }

  .s-single__subscribe-content {
    max-width: 275px;
  }

  .s-single__social-content {
    font-size: 15px;
  }

  .s-single__social .social {
    margin-left: auto;
    width: fit-content;
  }
}

.content-list {
  display: flex;
  flex-direction: column;
  gap: 17px;

  font-size: 17px;
  line-height: 127%;
}

.content-list:not(:last-child) {
  margin-bottom: 20px;
}

.content-list li {
  display: flex;
  gap: 10px;
  padding-left: 10px;
}

.content-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: currentColor;
  margin-top: 8px;
}

.content-gallery {
  width: 100%;
  margin: 50px 0px;
}

.content-img {
  display: block;
  border-radius: 20px;
  object-fit: contain;
  width: 100%;
  height: auto;
}

.content-gallery .content-img {
  max-height: 450px;
}

@media (max-width: 991px) {
  .content-gallery {
    margin: 30px 0px;
  }
}

@media (max-width: 575px) {
  .content-list {
    gap: 10px;
  }

  .content-img {
    height: 320px;
  }
}

.list-check {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.list-check li {
  display: inline-flex;
  gap: 10px;
}



.list-circle {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.list-circle li {
  display: flex;
  align-items: start;
  gap: 10px;
}

.list-circle li::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../img/close-red.svg") center / 10px auto no-repeat;
  border-radius: 50%;
  border: 1px solid currentColor;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.list-circle._minus li::before {
  background: url("../img/minus-red.svg") center / 10px auto no-repeat;
}

.s-single__material {
  margin: 50px 0px;
  display: block;
  padding: 30px;
  background: #e5f1ff;
  border-radius: 20px;
  text-decoration: none !important;
}

.s-single__material-body {
  padding-left: 15px;
  border-left: 2px solid var(--dark-blue);

  font-size: 17px;
  line-height: 127%;
  margin-bottom: 10px;
}

.s-single__material-title {
  font-weight: 600;
  text-decoration: none !important;
}

.s-single__material-content {
  text-decoration: underline;
}

.s-single__material-content:hover {
  color: var(--red);
}

.list-simple {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.list-simple li {
  display: flex;
  gap: 10px;
  padding-left: 10px;
}

.list-simple li::before {
  content: "";
  width: 6px;
  height: 6px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: currentColor;
  margin-top: 5px;
}

@media (max-width: 991px) {

  .list-check,
  .list-circle {
    gap: 20px;
  }

  .s-single__material {
    margin: 40px 0px;
  }

  .list-simple {
    gap: 15px;
  }
}

@media (max-width: 575px) {

  .list-check,
  .list-circle {
    gap: 15px;
  }

  .list-simple {
    gap: 10px;
  }
}

.s-single__free {
  padding: 30px 80px;
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  border-radius: 100px 0px;
  color: white;
  margin-top: 50px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.s-single__free::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  z-index: -2;
}

.s-single__free-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
  max-width: 395px;
  margin-bottom: 20px;
}

.s-single__free-title span {
  font-weight: 300;
}

.s-single__free-content {
  max-width: 250px;
  font-size: 17px;
  line-height: 125%;
  margin-bottom: 30px;
}

.s-single__free-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 110%;
  width: 160px;
  max-width: 100%;
  height: 50px;
}

.s-single__free-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.content-img-descr {
  font-size: 15px;
  line-height: 125%;
  color: #788597;
  margin-top: 10px;
}

@media (max-width: 767px) {
  .s-single__free {
    padding: 45px 30px 30px 30px;
  }

  .s-single__free-img {
    width: 200px;
    right: -40px;
  }
}

@media (max-width: 575px) {
  .s-single__free-title {
    font-size: 17px;
    line-height: 125%;
    max-width: 255px;
  }

  .s-single__free-content {
    font-size: 14px;
    max-width: 150px;
  }

  .s-single__free-btn {
    width: 140px;
    height: 40px;
  }

  .s-single__free-img {
    width: 165px;
  }
}

.s-single__tg {
  display: flex;
  align-items: center;
  justify-content: end;
  width: 100%;
  min-height: 280px;
  border-radius: 20px;
  padding: 24px;
  margin: 50px 0px;
  background: url("../img/tg.jpg") 0 0 / cover no-repeat;
}

.s-single__tg-body {
  max-width: 305px;
}

.s-single__tg-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
  margin-bottom: 10px;
}

.s-single__tg-title span {
  font-weight: 300;
}

.s-single__tg-footer {
  display: flex;
  align-items: flex-end;
  gap: 20px;

  font-size: 17px;
  line-height: 125%;
}

.s-single__tg-footer svg {
  flex-shrink: 0;
}

@media (max-width: 991px) {
  .s-single__tg {
    margin: 40px 0px;
  }
}

@media (max-width: 767px) {
  .s-single__tg {
    align-items: flex-end;
    min-height: 370px;
    padding: 40px 20px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    max-width: 360px;
    background: url("../img/tg-mob.jpg") 0 0 / cover no-repeat !important;
  }

  .s-single__tg-body {
    max-width: 260px;
  }

  .s-single__tg-title {
    font-size: 17px;
    line-height: 125%;
  }

  .s-single__tg-footer {
    font-size: 15px;
  }
}

.s-single__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.s-single__item {
  display: flex;
  align-items: start;
  gap: 10px;
}

.s-single__item-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;

  font-size: 24px;
  line-height: 125%;
  color: #788597;
}

.s-single__quote {
  margin-top: 50px;
  padding: 20px;
  border-radius: 20px;
  background: #e5f1ff;
}

.s-sinlge__quote-symbol {
  display: block;
  margin-bottom: 10px;
}

.s-single__quote-content {
  font-weight: 600;
  font-size: 17px;
  line-height: 125%;
  margin-bottom: 20px;
}

.s-single__quote-author {
  font-size: 15px;
  line-height: 125%;
}

.s-single__quote-author strong {
  font-weight: 600;
  display: block;
}

@media (max-width: 991px) {
  .s-single__quote {
    margin-top: 35px;
  }
}

@media (max-width: 575px) {
  .s-single__quote-author {
    max-width: 225px;
  }
}

.s-single__share {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;

  font-weight: 700;
  font-size: 25px;
  line-height: 125%;

  margin-top: 50px;
}

@media (max-width: 575px) {
  .s-single__share {
    font-size: 19px;
    line-height: 125%;
    gap: 20px;
    margin-top: 35px;
  }
}

.s-single__mail {
  margin: 50px 0px;
}

@media (max-width: 991px) {
  .s-single__mail {
    margin: 40px 0px;
  }
}

.leave-comment {
  padding: 40px 30px;
  background-color: white;
  box-shadow: 4px 4px 11px 0 rgba(38, 57, 86, 0.05),
    -4px -4px 11px 0 rgba(38, 57, 86, 0.05);
  margin-top: 50px;
  border-radius: 20px;
}

.leave-comment__title {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
  margin-bottom: 40px;
}

.page-blog .leave-comment__title {
  margin-top: 0 !important;
}

.leave-comment__form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.page-blog .leave-comment__form {
  margin-bottom: 0 !important;
}

.leave-comment__form-item {
  margin-bottom: 0 !important;
}

.leave-comment__form-item:nth-child(3) {
  grid-column: 2 span;
}

.leave-comment__form-input {
  padding: 20px 30px;
  border-radius: 40px;
  border: 1px solid #c1cad6;
  width: 100%;

  font-size: 14px;
  line-height: 125%;
}

.leave-comment__form-input::placeholder {
  color: #c1cad6;
}

textarea.leave-comment__form-input {
  resize: none;
  height: 90px;
}

.leave-comment__footer {
  grid-column: 2 span;
  display: flex;
  align-items: center;
  gap: 10px;
}

.leave-comment__btn {
  width: 160px;
  height: 50px;
  flex-shrink: 0;
  font-weight: 700;
  font-size: 15px;
  line-height: 110%;
}

.page-blog .leave-comment__btn {
  margin-bottom: 0 !important;
}

.leave-comment__policy {
  font-size: 12px;
  line-height: 125%;
  color: rgb(37, 56, 85, 0.4);
}

.leave-comment__policy a {
  text-decoration: underline;
}

.leave-comment__policy a:hover {
  color: var(--red);
}

.leave-comment__comments {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding-top: 50px;
  border-top: 1px dashed #c1cad6;
  margin-top: 50px;
}

.page-blog .leave-comment__comments {
  display: none;
}

.leave-comment__item {
  display: flex;
  gap: 10px;
}

.leave-comment__avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}

.leave-comment__item-body {}

.leave-comment__item-head {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 10px;
}

.leave-comment__item-name {
  margin-right: 30px;
  font-weight: 600;
  font-size: 17px;
  line-height: 125%;
}

.leave-comment__item-date {
  font-size: 14px;
  line-height: 125%;
  color: #788597;
}

.leave-comment__item-answer {
  font-size: 14px;
  line-height: 125%;
  color: #788597;
  transition: color 0.2s ease;
}

.leave-comment__item-answer:hover {
  color: var(--red);
}

.leave-comment__descr {
  font-size: 15px;
  line-height: 125%;
}

.leave-comment__descr a {
  font-weight: 600;
  color: #788597;
  transition: color 0.2s ease;
}

.leave-comment__descr a:hover {
  color: var(--red);
}

.leave-comments__more-comments {
  display: flex;
  align-items: center;
  gap: 5px;
  width: fit-content;
  margin: 0px auto;
  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  color: var(--red);
}

.leave-comments__more-comments svg {
  transition: transform 0.2s ease;
}

.leave-comments__more-comments:hover svg {
  transform: translateY(5px);
}

@media (max-width: 575px) {
  .leave-comment {
    padding: 30px 20px;
  }

  .leave-comment__title {
    font-size: 22px;
  }

  .leave-comment__form {
    gap: 15px;
  }

  .leave-comment__form-item {
    grid-column: 2 span;
  }

  .leave-comment__footer {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 0 20px;
  }

  .leave-comment__form-input {
    padding: 20px;
  }

  .leave-comment__item-head {
    row-gap: 10px;
  }

  .leave-comment__item-name {
    margin: 0;
    width: 100%;
  }
}

.first-section__content {
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 60px;

  @media (max-width: 1200px) {
    margin-bottom: 40px;
  }

}

.first-section__content strong {
  font-weight: 600;
}

.first-section__content-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .first-section__image._crm {
    display: flex;
    align-items: end;
    width: 310px;
    flex-shrink: 0;
  }

  .first-section__image._crm img {
    width: 100%;
    height: auto;
  }

  .first-section__content-title {
    display: none;
  }

  .first-section__content {
    position: relative;
    max-width: 305px;
  }

  .first-section__content::before {
    position: absolute;
    content: "";
    width: 30px;
    top: 8px;
    left: -40px;
    border-bottom: 1px dashed currentColor;
  }
}

@media (max-width: 767px) {
  .first-section__content::before {
    display: none;
  }
}

@media (max-width: 575px) {
  .first-section {
    overflow: hidden;
  }

  .first-section__title .decor::after {
    left: auto;
    right: 0;
  }

  .first-section__box {
    gap: 10px;
  }

  .first-section__image._crm {
    width: 180px;
  }

  .first-section__content {
    font-size: 15px;
  }

  .first-section__box-grid._crm {
    gap: 16px;
    row-gap: 20px;
  }

  .first-section__box-grid._crm .first-section-card__content {
    font-size: 13px;
  }

  .first-section__box-grid._crm .first-section-card__icon {
    width: 36px;
  }

  .first-section__button._crm {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (max-width: 468px) {
  .first-section__box {
    flex-direction: row;
  }

  .page-marketing .first-section__image._crm {
    align-items: flex-start;
  }

  .page-index .first-section__image {
    align-items: flex-start;
  }

  .page-marketing .first-section__decore-item-1 {
    bottom: initial;
    height: 192px;
    top: 50px;
    display: flex;
    align-items: flex-end;
  }

  .page-index .first-section__decore-item-1 {
    bottom: initial;
    height: 192px;
    top: 8px;
    display: flex;
    align-items: flex-end;
  }

  .first-section__image {
    max-width: 170px;
    margin: 0 auto;
  }

  .page-index .first-section__image {
    max-width: initial;
    width: 140px;
    display: flex;
    flex-shrink: 0;
  }

  .page-index .first-section__image img {
    height: auto;
    width: 100%;
  }
}

.s-spectrum {}

.s-spectrum__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 60px;
}

.s-spectrum__title {
  flex: 0 1 560px;
  margin-bottom: 0 !important;
}

.s-spectrum__head-content {
  font-weight: 300;
  font-size: 25px;
  flex: 0 1 535px;
}

.s-spectrum__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
  row-gap: 24px;
}

.s-spectrum__item {
  display: flex;
  align-items: start;
  gap: 18px;
}

.s-spectrum__item-icon {
  display: block;
  width: 48px;
}

.s-spectrum__item-body {
  padding-top: 14px;
}

.s-spectrum__item-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 125%;
  margin-bottom: 20px;
}

.s-spectrum__item-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  color: #3e3e3e;
}

.s-spectrum__item-list li {
  display: flex;
  gap: 8px;
  padding-left: 10px;
  line-height: 125%;
}

.s-spectrum__item-list li::before {
  content: "";
  border-radius: 50%;
  width: 5px;
  height: 5px;
  background-color: currentColor;
  flex-shrink: 0;
  margin-top: 5px;
}

.s-spectrum__person {
  grid-area: 1 / 3 / 3 / 4;
  margin-left: auto;
}

.person__btn {
  display: flex;
  max-width: 100%;
  width: 250px;
  height: 70px !important;
  margin-top: 30px;
  line-height: 105%;
  text-align: center;

  @media (max-width: 450px) {
    height: 52px !important;
  }
}

@media (max-width: 1099px) {
  .s-spectrum__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 40px;
  }

  .s-spectrum__person {
    grid-area: 2 / 2 / 4 / 3;
  }
}

@media (max-width: 991px) {
  .s-spectrum__title {
    flex-basis: 590px;
  }

  .s-spectrum__head-content {
    font-size: 20px;
    flex-basis: 430px;
  }

  .s-spectrum__head {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .s-spectrum__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .s-spectrum__person {
    margin-right: auto;
    width: 350px;
    max-width: 100%;
  }

  .person__btn {
    margin: 30px auto 0px auto;
  }

  .s-spectrum__item-icon {
    width: 36px;
  }

  .s-spectrum__item {
    gap: 10px;
  }

  .s-spectrum__item-body {
    padding-top: 0;
  }

  .s-spectrum__item-title {
    font-size: 16px;
  }

  .s-spectrum__item-list {
    gap: 8px;
  }

  .person__btn {
    height: 50px;
  }
}

@media (max-width: 575px) {
  .s-spectrum__head-content {
    font-size: 16px;
  }
}

.s-task {}

.s-task__wrapper {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.s-task__info {}

.s-task__title {
  margin-bottom: 60px;
}

.s-task__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.s-task__item {
  display: flex;
  align-items: start;
  gap: 15px;
}

.s-task__item-num {
  font-weight: 300;
  font-size: 60px;
  line-height: 42px;
  opacity: 0.1;
}

.s-task__item-body {}

.s-task__item-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 125%;
  margin-bottom: 20px;
}

.s-task__item-content {
  font-size: 15px;
  line-height: 125%;
}

.s-task__form-wrapper {
  padding: 30px 39px;
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  border-radius: 30px;
  color: white;
}

.s-task__form-title {
  font-weight: 700;
  font-size: 28px;
  line-height: 140%;
  margin-bottom: 20px;
}

.s-task__form-title small {
  font-weight: 300;
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 20px;
}

.s-task__form-title .decor {
  color: white;
  background: transparent;
  background-clip: initial;
  -webkit-background-clip: text;
  -webkit-text-fill-color: white;
}

.s-task__form-list {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 20px;
}

.s-task__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 127%;
  margin-bottom: 20px;
  margin-bottom: 20px;
}

.s-task__form-wrapper .form-record__text,
.s-task__form-wrapper .input-file-text {
  color: white;
}

@media (max-width: 991px) {
  .s-task__wrapper {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .s-task__title {
    margin-bottom: 40px;
    max-width: 575px;
  }

  .s-task__item-num {
    font-size: 40px;
    line-height: 28px;
  }

  .s-task__form-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 100px;
  }

  .s-task__form-title {
    font-weight: 900;
    font-size: 32px;
    line-height: 140%;
  }

  .s-task__form-wrapper .form-record {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .s-task__form-wrapper {
    padding: 30px;
  }

  .s-task__form-title {
    font-size: 22px;
    line-height: 140%;
  }

  .s-task__subtitle {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .s-task {
    overflow: hidden;
  }

  .s-task__form-wrapper {
    padding: 30px 15px;
    margin: 0 -16px;
  }

  .s-task__item {
    gap: 10px;
  }

  .s-task__item-num {
    font-size: 30px;
    line-height: 21px;
  }
}

.s-automation {}

.s-automation__head {
  display: flex;
  align-items: start;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
  gap: 20px;
}

.s-automation__title {
  max-width: 610px;
}

.s-automation__content {
  font-size: 15px;
  line-height: 125%;
  max-width: 460px;
}

.s-automation__wrapper {}

.s-automation__nav {
  display: flex;
  row-gap: 20px;
  flex-shrink: 0;
  margin-bottom: 25px;
}

.s-automation__nav-tab {
  flex: 1;
}

.s-automation__nav-btn {
  position: relative;
  cursor: pointer;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  height: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #c1cad6;
  transition: border-color 0.2s ease;
}

@media (min-width: 992px) {
  .s-automation__nav-tab:not(:last-child) .s-automation__nav-btn {
    padding-right: 20px;
  }
}

.s-automation__nav-btn._active::after {
  right: 0;
}

.s-automation__nav-btn._regress::after {
  right: 100%;
  transition: right 0.2s ease;
}

.s-automation__nav-btn:hover {
  border-color: #8ca1bd;
}

.s-automation__nav-btn::after {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  bottom: -2px;
  height: 2px;
  background-color: #2c4261;
  transition: right 15s linear;
}

.s-automation__tabs {
  flex: 1;
}

.s-automation__tab {
  display: none;
  transition: opacity 0.2s ease;
}

.s-automation__tab._active {
  display: block;
}

.s-automation__tab._active .s-automation__block {
  opacity: 1;
}

.s-automation__block {
  display: flex;
  gap: 30px;
  border-radius: 20px;
  background-color: white;
  width: 100%;
  padding: 30px 20px 30px 30px;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.s-automation__block-col {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.s-automation__block-item {}

.s-automation__block-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 125%;
  margin-bottom: 20px;
  color: #2c4261;
}

.s-automation__block-gallery {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex: 1;
  flex-shrink: 0;
}

.s-automation__block-list {
  gap: 10px;
}

.s-automation__gallery-img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 20px;
  object-fit: cover;
}

@media (max-width: 1199px) {
  .s-automation__block {
    flex-direction: column-reverse;
  }

  .s-automation__block-gallery {
    width: 100%;
  }

  .s-automation__gallery-img {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .s-automation__head {
    margin-bottom: 40px;
  }

  .s-automation__nav {
    width: 100%;
    flex-direction: column;
  }

  .s-automation__nav-btn {
    flex: none;
    width: 100%;
  }

  .s-automation__block {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .s-automation__title {
    max-width: 500px;
  }

  .s-automation__block {
    flex-direction: column-reverse;
    gap: 20px;
  }

  .s-automation__block {
    padding: 20px 15px;
  }

  .s-automation__nav-btn {
    font-size: 16px;
  }
}

.s-articles__title {
  max-width: 720px;
}

.s-articles__grid {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}

.card-article {
  display: flex;
  flex-direction: column;
  box-shadow: 4px 4px 11px 0 rgba(38, 57, 86, 0.05),
    -4px -4px 11px 0 rgba(38, 57, 86, 0.05);
  border-radius: 20px;
  background-color: white;
  overflow: hidden;
}


.card-article__gallery {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
  color: #c1cad6;
  width: 100%;
  aspect-ratio: 1/0.63;
  z-index: 1;
}

.card-article__gallery::before {
  position: absolute;
  content: "";
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(15, 16, 17, 0.1) 37.5%,
      rgba(15, 16, 17, 0.2) 65.19%,
      rgba(27, 30, 33, 0.52) 83.53%,
      rgba(39, 42, 47, 0.8) 100%);
  inset: 0;
  z-index: -1;
}

.card-article__head {}

.card-article__head-item {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 6px 8px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  border-radius: 10px;
  color: #788597;
  width: fit-content;
  margin-left: auto;
}

.card-article__head-icon {
  display: block;
  width: 18px;
}

.card-article__gallery-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  z-index: -2;
}

.card-article__title {
  font-weight: 500;
  font-size: 14px;
  line-height: 127%;
  margin-top: auto;
}

.card-article__body {
  padding: 30px 20px;
}

.card-article__content {
  font-size: 15px;
  line-height: 125%;
}

.card-article__content P {
  margin-bottom: 20px;
}

.card-article__content .list-simple {
  gap: 0px;
}

.card-article__btn {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 20px;
  width: fit-content;

  font-weight: 600;
  font-size: 15px;
  line-height: 110%;
  color: var(--red);
}

.card-article__btn svg {
  transition: transform 0.2s ease;
}

.card-article__btn:hover svg {
  transform: rotate(45deg);
}

@media (max-width: 991px) {
  .s-articles__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 650px) {
  .s-articles__grid {
    grid-template-columns: 1fr;
  }
}

.s-letters {}

.s-letters__title {
  max-width: 500px;
}

.s-letters__wrapper {
  display: flex;
  gap: 50px;
  position: relative;
}

.s-letters__gallery {
  position: relative;
  display: flex;
  align-items: center;
  padding: 40px 70px;
  flex: 1;
  border-radius: 30px;
  overflow: hidden;
  background-color: #e5f1ff;
}

.s-letters__gallery .slider-btn {
  position: absolute;
  z-index: 10;
}

.s-letters__gallery .slider-btn._prev {
  left: 20px;
}

.s-letters__gallery .slider-btn._next {
  right: 20px;
}

.s-letters__slider {}

.s-letters__slide {
  display: flex;
  align-items: center;
  gap: 30px;
}

.s-letters__img {
  display: block;
  width: 155px;
  transition: opacity 0.3s ease;
}

.s-letters__img:hover {
  opacity: 0.7;
}

.s-letters__slide-body {
  flex: 1;
}

.s-letteres__slide-title {
  font-weight: 900;
  font-size: 25px;
  line-height: 140%;
  margin-bottom: 30px;
}

.s-letters__slide-content {
  font-size: 17px;
  line-height: 125%;
}

.s-letters__slide-author {
  margin-top: 20px;
  margin-left: auto;
  width: fit-content;
}

.s-letters__author-title {
  display: block;
  font-weight: 600;
  font-size: 15px;
  line-height: 125%;
  text-decoration: underline !important;
  text-underline-offset: 2px;
  width: fit-content;
  transition: color 0.2s ease;
}

.s-letters__author-title:hover {
  color: var(--red);
}

.s-letters__author-status {
  font-weight: 300;
  font-size: 12px;
}

.s-letters__statistic {
  width: 350px;
  flex-shrink: 0;
}

.s-letters__statistic-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 140%;
  max-width: 230px;
  margin-bottom: 50px;
}

.s-letters__statistic-title .decor::after {
  width: 60%;
  right: 0;
  left: auto;
  bottom: -3px;
}

.s-letters__statistic-title small {
  font-weight: 300;
  font-size: inherit;
  line-height: inherit;
}

.s-letters__statistic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  row-gap: 50px;
}

.s-letters__statistic-item {
  font-weight: 700;
}

.s-letters__statistic-num {
  font-size: 30px;
  line-height: 20px;
  margin-bottom: 12px;

  @media (max-width: 576px) {
    margin-bottom: 5px;
  }
}

.s-letters__statistic-value {
  font-size: 15px;
  line-height: 125%;
}

@media (max-width: 1200px) {
  .s-letters__wrapper {
    gap: 30px;
  }
}

@media (max-width: 991px) {
  .s-letters__statistic {
    width: 100%;
    align-self: center;
  }

  .s-letters__statistic-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .s-letters__statistic-item {
    max-width: 175px;
  }

  .s-letters__statistic-title {
    margin-bottom: 40px;
  }

  .s-letters__statistic {
    padding-left: 60px;
  }

  .s-letters__img {
    width: 240px;
  }
}

@media (max-width: 650px) {
  .s-letters__statistic {
    padding-left: 0;
    margin-top: 50px;
  }

  .s-letters__statistic-title {
    font-size: 22px;
    line-height: 140%;
    max-width: 205px;
  }

  .s-letters__statistic-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    row-gap: 30px;
  }

  .s-letters__gallery {
    padding: 30px 20px;
  }

  .s-letters__gallery .slider-btn {
    display: none;
  }

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

  .s-letteres__slide-title {
    font-size: 19px;
    margin-bottom: 30px;
  }

  .s-letters__wrapper {
    display: block;
  }
}

@media (min-width: 651px) {
  .s-letters__slider-pagination {
    display: flex;
  }
}

.s-process__title._big {
  max-width: 845px;
}

.max-w-26 {
  max-width: 260px;
}

.s-process__item-list._off-gap {
  gap: 0;
  line-height: 125%;
}

.s-process__item-content {
  font-size: 15px;
  line-height: 125%;
}

.s-process__item-content:not(:last-child) {
  margin-bottom: 20px;
}

.s-process__buttons._view .s-process__btn-content {
  text-decoration: none;
  font-weight: 700;
}

.s-process__buttons._view .s-process__btn {
  position: relative;
}

@media (min-width: 992px) {
  .s-process__buttons._view .s-process__btn:not(:last-child)::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 20px;
    border-bottom: 1px dashed #c1cad6;
    z-index: -1;
  }
}

.max-w-85 {
  max-width: 850px;
}

.s-reasons {}

.s-reasons__title {
  max-width: 685px;
}

.s-reasons__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  row-gap: 60px;
}

.s-reasons__item {
  display: flex;
  align-items: start;
  gap: 15px;
}

.s-reasons__item-num {
  font-weight: 700;
  font-size: 30px;
  line-height: 125%;
}

.s-reasons__item-body {
  flex: 1;
}

.s-reasons__item-title {
  font-weight: 700;
  font-size: 17px;
  line-height: 125%;
  margin-bottom: 20px;
}

.s-reasons__item-content {
  font-size: 15px;
  line-height: 125%;
}

.s-reasons__person {
  margin-left: auto;
  grid-area: 2 / 3 / 4 / 4;
}

@media (max-width: 991px) {
  .s-reasons__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    row-gap: 40px;
  }

  .s-reasons__person {
    grid-area: 3 / 2 / 6 / 3;
  }
}

@media (max-width: 767px) {
  .s-reasons__grid {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }

  .s-reasons__item {
    width: 100%;
    gap: 10px;
  }

  .s-reasons__person {
    width: 100%;
  }

  .s-reasons__item-num {
    font-size: 20px;
    line-height: 127%;
  }
}

.s-faq {}

.s-faq__title {
  max-width: 500px;
}

.s-faq__spollers {
  display: grid;
  align-items: start;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  row-gap: 0;
}

.s-faq__spoller {
  border-bottom: 2px solid #bbcbdb;
}

.s-faq__spoller:first-child,
.s-faq__spoller:nth-child(2) {
  border-top: 2px solid #bbcbdb;
}

.s-faq__spoller-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  padding: 20px 0px;

  font-weight: 700;
  font-size: 17px;
  line-height: 125%;
  transition: opacity 0.2s ease;
}

.s-faq__spoller-btn:hover {
  opacity: 0.7;
}

.s-faq__spoller-btn._spoller-active img {
  transform: rotate(180deg);
}

.s-faq__spoller-btn img {
  display: block;
  width: 40px;
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.s-faq__spoller-body {
  padding: 20px 0px 30px 0px;
  border-top: 1px dashed #c1cad6;
}

.s-faq__spoller-content {
  font-size: 15px;
  line-height: 125%;
}

@media (max-width: 991px) {
  .s-faq__spollers {
    grid-template-columns: 1fr;
  }

  .s-faq__spoller:nth-child(2) {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .vaster__form-head {
    width: 100%;
    padding: 35px 20px 35px 40px;
    color: white;
    background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
    border-radius: 100px 0px;
    margin-bottom: 30px;
  }

  .vaster__form-head .form-record__title {
    margin-bottom: 0 !important;
    -webkit-text-fill-color: white;
  }

  .vaster__form-head .decor {
    -webkit-text-fill-color: white;
  }
}

@media (max-width: 768px) {
  .marketing-box__box-grid .marketing-item-1:nth-child(3) {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  .vaster-content__footer {
    min-height: 300px;
  }

  .vaster-content__footer-img-1 {
    top: auto;
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
  }

  .vaster-content__footer {
    overflow: hidden;
    min-width: auto;
  }

  .vaster-content__footer-img {
    top: auto;
    bottom: -50%;
    right: 50%;
    transform: translate(50%, 0) rotate(-57deg);
  }
}

.additional-block-br {
  margin-top: auto;
  margin-left: auto;
}

.additional-block-br.buuton-block {
  padding-left: 0;
  padding-bottom: 0;
}

.additional-block-br.buuton-block a.buuton-block__button {
  margin-left: 0;
}

.qurs-expertise-ite-3__title .decor::after {
  bottom: 0;
}

.blog__title .decor::after {
  width: 145%;
}

.s-blog .s-title .decor::after {
  background-size: contain;
}

.form-record__title .decor::after {
  bottom: 0;
}

.s-feature .list li {
  line-height: 125%;
}

.s-spectrum .s-title .decor::after {
  bottom: 0;
}

.s-task__title .decor::after,
.s-process .decor::after {
  bottom: -3px;
}

@media (min-width: 992px) {
  .s-reasons__person {
    margin-top: -70px;
  }

  .s-reasons__item:nth-child(6),
  .s-reasons__item:nth-child(7) {
    margin-top: -50px;
  }
}

.s-pres__wrapper {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 30px;
}

.s-pres__title {
  position: relative;
  z-index: 1;
}

.s-pres__title::before {
  position: absolute;
  content: "";
  height: 40px;
  width: 305px;
  max-width: 100%;
  top: 25px;
  left: 0;
  background: url("../img/pres-line.png") center / 100% auto no-repeat;
  z-index: -1;
}

.s-pres__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.s-pres__form-wrapper {
  width: 285px;
  flex-shrink: 0;
  border-radius: 20px;
  padding: 40px 20px;
  background: #e5f1ff;
}

.s-pres__form-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 110%;
  margin-bottom: 25px;
}

.s-pres__form {}

.input {
  border-radius: 40px;
  width: 100%;
  padding: 20px 35px;
  background-color: white;
  font-size: 14px;
  line-height: 125%;
}

.input::placeholder {
  color: #c1cad6;
}

.s-pres__form-btn {
  margin-top: 15px;
  width: 160px;
  min-height: 50px;
}

.s-pres__form-content {
  margin-top: 15px;
  font-size: 12px;
  line-height: 125%;
  color: rgba(37, 56, 85, 0.4);
}

.s-pres__form-content a {
  text-decoration: underline;
  transition: color 0.3s ease;
}

.s-pres__form-content a:hover {
  color: var(--red);
}

@media (max-width: 1199px) {
  .s-pres__wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }

  .s-pres__grid {
    width: 100%;
    flex: none;
  }
}

@media (max-width: 991px) {
  .s-pres__grid {
    grid-template-columns: 1fr;
  }

  .s-pres__title::before {
    top: 10px;
  }
}

.s-blog-m {}

.s-blog-m__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}

.s-blog-m__title {
  margin: 0;
}

.s-blog-m__title .line::after {
  width: 305px;
}

.s-blog-m__social-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
  row-gap: 20px;
  flex: 0 1 570px;
  padding: 25px 35px;
  color: white;
  border-radius: 20px;
  box-shadow: 1px -2px 5px 0 rgba(39, 59, 88, 0.1),
    4px -7px 8px 0 rgba(39, 59, 88, 0.09),
    9px -16px 11px 0 rgba(39, 59, 88, 0.05),
    16px -29px 13px 0 rgba(39, 59, 88, 0.01),
    25px -45px 14px 0 rgba(39, 59, 88, 0);
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
}

.s-blog-m__social-content {
  font-weight: 700;
  font-size: 15px;
  line-height: 125%;
  max-width: 240px;
}

.line {
  position: relative;
  z-index: 1;
}

.line::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 45px;
  top: 20px;
  right: 25px;
  background: url("../img/line-305.png") center / 100% auto no-repeat;
}

@media (max-width: 767px) {
  .s-blog-m__title .line::after {
    width: 100%;
    right: 0;
    height: 20px;
  }

  .s-blog-m__head {
    margin-bottom: 30px;
  }
}

@media (max-width: 575px) {
  .s-blog-m__social-wrapper {
    padding: 25px 15px;
  }
}

.rec-article-col {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-left: auto;
  flex: 0 1 570px;
}

@media (max-width: 1199px) {
  .rec-article-col {
    margin-left: 0;
    flex: none;
    width: 100%;
  }
}

.title-block._bold {
  font-weight: 700;
}

.first-section__container._big {
  max-width: 1170px;
}

.s-view {}

.s-view__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.s-view__item {
  padding: 40px 30px;
  border-radius: 20px;
}

.s-view__item:first-child {
  background: #ececec;
  color: #595959;
}

.s-view__item:nth-child(2) {
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  color: white;
}

.s-view__item:nth-child(2) .s-view__item-title {
  opacity: 0.9;
}

.s-view__item-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 127%;
  margin: 0px 0px 30px 0px;
}

.s-view__item-gallery {
  width: 100%;
  height: 335px;
  background-color: white;
  border-radius: 20px;
  padding: 12px;
}

.s-view__item-gallery-inside {
  overflow-y: auto;
  width: 100%;
  height: 100%;
}

.s-view__item-gallery-inside::-webkit-scrollbar {
  width: 5px;
}

.s-view__item-gallery-inside::-webkit-scrollbar-track {
  background: #c1cad6;
  border-radius: 5px;
}

.s-view__item-gallery-inside::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #2c4261;
}

.s-view__item-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
  list-style: none;
  margin-top: 40px;
}

.s-view__item-list li {
  display: flex;
  align-items: start;
  gap: 20px;
  font-size: 15px;
  line-height: 125%;
}

.s-view__item-list li::before {
  content: "";
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.s-view__item-list._red li::before {
  background: url("../img/close-red-2.svg") center / 100% auto no-repeat;
}

.s-view__item-list._green li::before {
  background: url("../img/check-green.svg") center / 100% auto no-repeat;
}

@media (max-width: 1199px) {
  .s-view__item-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .s-view__grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 575px) {
  .s-view__item {
    padding: 25px 15px;
    border-radius: 12px;
  }
}

.s-create {}

.s-create__head {}

.s-create__title {
  max-width: 570px;
  margin-bottom: 35px;
}

.s-create__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.s-create__nav {}

.s-create__nav {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  flex-shrink: 0;
  margin-bottom: 25px;
}

.s-create__nav-btn {
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 140%;
  height: 100%;
  padding-top: 16px;
  border-top: 2px solid #c1cad6;
  transition: border-color 0.2s ease;
}

@media (min-width: 992px) {
  .s-create__nav-tab:not(:last-child) .s-create__nav-btn {
    padding-right: 20px;
  }
}

.s-create__nav-btn._active {
  font-weight: 600;
}

.s-create__nav-btn._active::after {
  right: 0;
}

.s-create__nav-btn._regress::after {
  right: 100%;
  transition: right 0.2s ease;
}

.s-create__nav-btn:hover {
  border-color: #8ca1bd;
}

.s-create__nav-btn::after {
  position: absolute;
  content: "";
  left: 0;
  right: 100%;
  top: -2px;
  height: 2px;
  background-color: #2c4261;
  transition: right 15s linear;
}

.s-create__tab {
  display: none;
  border-radius: 20px;
  background-color: white;
  min-height: 100%;
  padding: 33px 30px;
  transition: opacity 0.5s ease;
}

.s-create__tab._active {
  display: block;
}

.s-create__tab-title {
  font-weight: 700;
  font-size: 30px;
  line-height: 140%;
  margin-bottom: 24px;
}

.s-create__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 14px;
}

.s-create__tab-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}

.s-create__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 125%;
}

.s-create__item-rect {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: linear-gradient(270deg, #f1f3f8 0%, #d1deec 100%);
}

.s-create__tab-list {
  display: flex;
  flex-direction: column;
  gap: 3px;
  font-size: 15px;
  line-height: 125%;
}

.s-create__tab-list li {
  display: flex;
  gap: 6px;
}

.s-create__tab-list li::before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  flex-shrink: 0;
}

.s-create__tab-list._green li::before {
  background: url("../img/check-green.svg") center / 100% auto no-repeat;
}

.s-create__tab-res {
  margin-top: 24px;
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(270deg, #f1f3f8 0%, #d1deec 100%);
}

.s-create__tab-res .s-create__subtitle {
  margin-bottom: 4px;
}

.s-create__res-content {
  font-size: 15px;
  line-height: 125%;
}

@media (max-width: 991px) {
  .s-create__wrapper {
    grid-template-columns: 1fr;
  }

  .s-create__nav-btn {
    height: auto;
  }

  .s-create__tab {
    margin-top: 20px;
    min-height: auto;
  }
}

@media (max-width: 767px) {
  .s-create__tab {
    padding: 25px 15px;
  }

  .s-create__tab-title {
    font-size: 22px;
  }

  .s-create__subtitle {
    font-size: 18px;
  }

  .s-create__nav-btn {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .s-create__tab-items {
    grid-template-columns: 1fr;
  }
}

.s-format__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  row-gap: 60px;
}

.s-format__item {}

.s-format__item-img {
  display: block;
  width: 100%;
  aspect-ratio: 1/0.61;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 15px;
  transition: opacity 0.3s ease;
}



.s-format__item-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
  margin-bottom: 20px;
  transition: opacity 0.3s ease;
}

.s-format__item-title:hover {
  opacity: 0.7;
}

.s-format__item-content {
  font-size: 15px;
  line-height: 155%;
}

.s-format__item-content p:not(:last-child) {
  margin-bottom: 15px;
}

.s-format__item-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 25px;
  width: fit-content;

  font-weight: 700;
  font-size: 15px;
  line-height: 110%;

  transition: color 0.3s ease, border-color 0.3s ease;
}

.s-format__item-btn span {
  border-bottom: 2px solid currentColor;
}

.s-format__item-btn:hover {
  color: var(--red);
}

.s-format__person-wrapper {
  display: flex;
  flex-direction: column;
}

.s-format__person-wrapper .person {
  width: 100%;
}

@media (max-width: 991px) {
  .s-format__item-title {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .s-format__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .s-format__grid {
    grid-template-columns: 1fr;
  }
}

.s-format__person-wrapper .person {
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
}

.s-task__form-title._bold {
  font-weight: 700;
}

.s-process__content {
  font-size: 15px;
  line-height: 125%;
  max-width: 400px;
  margin-bottom: 20px;
}

.s-process__content *:not(:last-child) {
  margin-bottom: 20px;
}

.s-blog-rec__slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.s-blog-rec__slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}

.s-blog-rec__slider-btn._prev {
  left: -55px;
}

.s-blog-rec__slider-btn._next {
  right: -55px;
}

@media (max-width: 1299px) {
  .s-blog-rec__slider-btn {
    position: static;
    transform: translateY(0);
    width: 35px;
    height: 35px;
  }

  .s-blog-rec__slider-wrapper {
    display: block;
  }

  .s-blog-rec__slider-nav {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
  }
}

@media (max-width: 767px) {
  .s-blog-rec__slider-nav {
    display: none;
  }
}

.p-off {
  padding: 0 !important;
}

.qurs-expertise__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}

.qurs-expertise__bottom-grid {
  flex: 0 1 970px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 30px;
}

.qurs-expertise__bottom-item {}

.qurs-expertise__bottom-title {
  font-weight: 700;
  font-size: 35px;
  line-height: 130%;
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 15px;
}

.qurs-expertise__bottom-content {
  font-size: 15px;
  line-height: 127%;
}

@media (max-width: 1199px) {
  .qurs-expertise__bottom {
    flex-wrap: wrap;
  }

  .qurs-expertise__bottom-img {
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  .qurs-expertise__bottom-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .qurs-expertise__bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 487px) {
  .qurs-expertise__bottom-grid {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media (max-width: 575px) {
  .qurs-expertise__bottom-title {
    font-size: 28px;
    margin-bottom: 5px;
  }
}

@media (max-width: 487px) {
  .qurs-expertise__bottom-title {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}

@media (max-width: 487px) {
  .qurs-expertise__bottom-content {
    text-align: center;
  }
}

.vaster-content__sub-title._center {
  margin: 0;
}

.vaster__head-content {
  font-size: 25px;
  line-height: 127%;
  margin-bottom: 40px;
}

.form-record._big {
  width: 510px;
  max-width: 100%;
}

.vaster-content__box._min {
  margin-top: 20px;
}

.first-section__box-content._m {
  flex: 0 1 710px;
}

.first-section__box._center {
  justify-content: center;
}

.s-create__tab-head-content {
  font-size: 15px;
  line-height: 127%;
  margin-bottom: 25px;
}

.s-adaptive {}

.s-adaptive__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  row-gap: 35px;
}

.s-adaptive__title {
  margin-bottom: 0;
}

.s-adaptive__item {
  display: flex;
  align-items: start;
  gap: 20px;
  color: #2c4261;
}

.s-adaptive__item-icon {
  display: block;
  width: 55px;
  flex-shrink: 0;
}

.s-adaptive__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 20px;
}

.s-adaptive__item-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 15px;
  line-height: 125%;
}

.s-adaptive__item-list li {
  display: flex;
  align-items: start;
  gap: 7px;
  padding-left: 4px;
}

.s-adaptive__item-list li::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: currentColor;
  flex-shrink: 0;
  margin-top: 7px;
}

@media (max-width: 991px) {
  .s-adaptive__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .s-adaptive__wrapper {
    grid-template-columns: 1fr;
  }

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

@media (max-width: 659px) {
  .menu-footer__body {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

/* .modal {
  width: 700px;
  max-width: calc(100vw - 20px);
  background: linear-gradient(233deg, #eff2f7 0%, #c8d8e8 100%);
  border-radius: 20px;
  padding: 53px 35px;
  color: #2c4261;
  display: none;
}
 */
.modal__title {
  max-width: 760px;
  font-size: 25px;
  line-height: 127%;
  margin-bottom: 35px;
}

.modal__title span {
  font-weight: 400;
}

.modal__wrapper {
  display: flex;
  gap: 20px;
}

.modal__content {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.modal__subtitle {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 700;
  font-size: 17px;
  line-height: 125%;
  margin-bottom: 50px;
}

.modal__subtitle::before {
  content: "";
  width: 23px;
  flex-shrink: 0;
  border: 1px dashed #253855;
}

.modal__list {
  margin-bottom: 20px;
  font-size: 12px;
}

.modal__subcontent {
  font-weight: 700;
  font-size: 17px;
  line-height: 127%;
  margin-top: auto;
  max-width: 255px;
}

.modal__form-wrapper {
  flex: 0 1 330px;
}

.modal__form-wrapper .form-record__input {
  padding: 16px 30px;
  font-size: 12px;
}

.modal__form-wrapper .form-record__inpits {
  gap: 5px;
}

.modal__form-wrapper .form-record__text {
  font-size: 10px;
}

.modal__form-wrapper .form-record__footer {
  flex-direction: column-reverse;
  align-items: start;
}

.modal__form-wrapper .form-record {
  width: 100%;
}

.modal__form-wrapper .input-file-text {
  font-size: 12px;
}

.modal__form-wrapper .form-record__button {
  font-size: 12px;
  width: 250px;
}

@media (max-width: 1199px) {
  .modal {
    padding: 30px 25px;
  }
}

@media (max-width: 991px) {
  .modal__subtitle {
    font-size: 20px;
    gap: 10px;
    margin-bottom: 25px;
  }

  .modal__bottom-content {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .modal__wrapper {
    flex-wrap: wrap;
  }

  .modal__title {
    font-size: 20px;
  }

  .modal__content,
  .modal__form-wrapper {
    flex: none;
    width: 100%;
  }

  .modal__form-wrapper .form-record__button {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .modal {
    padding: 25px 15px;
  }

  .modal__subtitle {
    font-size: 18px;
  }

  .modal__bottom-content {
    font-size: 18px;
  }
}

.s-adaptive__title-m {
  max-width: 805px;
}

.s-adaptive__item-content {
  font-size: 15px;
  line-height: 125%;
}

.s-help {}

.s-help__wrapper {
  display: flex;
  gap: 34px;
}

.s-help__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  row-gap: 40px;
  padding-top: 0px;
}

.s-help__item {
  display: flex;
  align-items: start;
  gap: 20px;
}

.s-help__item img {
  flex-shrink: 0;
}

.s-help__item-content {
  font-size: 20px;
  line-height: 125%;
}

.s-dev__main-person {}

.s-help__person-btn {
  min-height: 70px;
  width: 270px;
  max-width: 100%;
  text-align: center;
  margin-top: 20px;
}

@media (max-width: 991px) {
  .s-help__wrapper {
    flex-wrap: wrap;
  }

  .s-help__grid {
    width: 100%;
    padding-top: 0;
  }

  .s-help__person-wrapper {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .s-help__item-content {
    font-size: 16px;
  }
}

@media (max-width: 575px) {
  .s-help__grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .s-help__person-btn {
    width: 100%;
  }
}

.s-info {}

.s-info__grid {
  display: flex;
  gap: 5px;
}

.s-info__grid.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  row-gap: 40px;
}

.s-info__item {
  display: flex;
  align-items: start;
  gap: 10px;
}

.s-info__item img {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
}

.s-info__item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  margin-bottom: 20px;
}

.s-info__item-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.s-info__item-list li {
  font-size: 15px;
  line-height: 125%;
  list-style: disc;
}

@media (max-width: 1199px) {
  .s-info__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media (max-width: 991px) {
  .s-info__grid.grid-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767px) {
  .s-info__item-title {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .s-info__grid.grid-3 {
    grid-template-columns: 1fr;
  }

  .s-info__grid {
    grid-template-columns: 1fr;
  }
}

.mb-4 {
  margin-bottom: 20px;
}

.m-w-none {
  max-width: none;
}

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

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

.s-error__num {
  font-weight: 700;
  font-size: 96px;
  line-height: 127%;
  margin-bottom: 16px;
}

.s-error__content {
  max-width: 1000px;
  margin: 0 auto;
}

.content a {
  text-decoration: underline;
  text-underline-offset: 4px;

  transition: color 0.3s ease;
}

.content a:hover {
  color: var(--red);
}

.first-section__offer {
  display: flex;
  align-items: start;
  gap: 24px;
}

.first-section__offer-rect {
  width: 42px;
  height: 42px;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 10px;
}

.first-section__offer-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 125%;
  margin-bottom: 20px;
}

.first-section__offer-content {
  font-size: 16px;
  line-height: 125%;
  font-weight: 400;
  max-width: 435px;
}

.first-section__quote {
  padding: 30px 70px;
  border-radius: 100px 0;
  max-width: 360px;
  box-shadow: 1px -2px 5px 0 rgba(39, 59, 88, 0.1),
    4px -7px 8px 0 rgba(39, 59, 88, 0.09),
    9px -16px 11px 0 rgba(39, 59, 88, 0.05),
    16px -29px 13px 0 rgba(39, 59, 88, 0.01),
    25px -45px 14px 0 rgba(39, 59, 88, 0);
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  margin-top: 70px;
  color: white;
}

.first-section__quote-descr {
  font-weight: 700;
  font-size: 17px;
  line-height: 125%;
  margin-bottom: 15px;
}

.first-section__quote-subdescr {
  font-size: 15px;
  line-height: 125%;
}

.first-section__box._gap-big {
  gap: 50px;
  row-gap: 30px;
}

@media (max-width: 575px) {
  .first-section__quote {
    max-width: none;
    margin-top: 30px;
    padding: 25px 15px;
    border-radius: 30px 0px;
  }
}

.s-process__item-year {
  padding: 10px 20px;
  border-radius: 20px;
  background-color: white;
  flex-shrink: 0;

  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
}

@media (max-width: 767px) {
  .s-process__item-year {
    font-size: 14px;
    padding: 5px 12px;
  }
}

.mw-57 {
  max-width: 570px;
}

.s-process__btn._min::after {
  top: 10px !important;
}

.s-process__btn._min {
  transition: color 0.3s ease;
}

.s-process__btn._min._active {
  color: var(--red);
}

.s-process__btn-num._empty {
  width: 20px;
  height: 20px;
}

.pop-up-call {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 102;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}

.pop-up-call.active {
  display: flex;
}

.pop-up-call_box {
  max-width: 700px;
  background: linear-gradient(180deg, #EFF2F7 0%, #C8D8E8 100%);
  width: 100%;
  padding: 40px 105px 30px 105px;

  @media (max-width: 767px) {
    padding: 30px 30px 25px 30px;
    max-width: initial;
    width: calc(100% - 20px);
  }

  @media (max-width: 367px) {
    padding: 25px 25px 25px 25px;
  }
}

.pop-up-call_box__tittle {
  width: fit-content;
  background-image: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  background-repeat: no-repeat;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-size: 35px;
  line-height: 140%;
  text-align: center;
  margin-bottom: 50px;

  @media (max-width: 767px) {
    margin-bottom: 25px;
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  @media (max-width: 367px) {
    margin-bottom: 15px;
    font-size: 22px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pop-up-call_box .form-record__text {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding: 0;
}

.pop-up-call_box .form-record__button {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mission_first-bg {
  box-shadow: 0px 4px 10px 0px #2C42611A, 4px 0px 10px 0px #2C42611A;
  position: absolute;
  right: 0;
  width: 870px;
  height: 511px;
  border-radius: 30px;
  background: #FFFFFF1A;
  z-index: 1;
  padding: 45px 45px 45px 230px;
  overflow: hidden;
  backdrop-filter: blur(30px);
  z-index: -1;
  bottom: 20px;

  @media (max-width: 1200px) {
    width: calc(100% + 200px)
  }

  @media (max-width: 1130px) {
    height: 470px;
    margin-top: 50px;
  }

  @media (max-width: 999px) {
    height: 370px;
    margin-top: 120px;
  }

  @media (max-width: 991px) {
    margin-top: 0;
  }

  @media (max-width: 800px) {
    padding: 45px 45px 45px 190px;
  }

  @media (max-width: 630px) {
    height: auto;
    position: relative;
    box-shadow: none;
    border-radius: 0px;
    background: #FFFFFF1A;
    padding: 0;
    backdrop-filter: blur(0px);
    width: 100%;
    margin-top: auto;
  }


}

.mission_first-bg__subtittle {
  margin-bottom: 30px;
  font-size: 15px;
  line-height: 115%;
  color: #2C4261;

  @media (max-width: 575px) {
    margin-bottom: 15px;
  }
}

.mission_first__bg {
  position: absolute;
  right: 45px;
  bottom: 82px;

  @media (max-width: 575px) {
    display: none;
  }
}

.mission_first-bg::after {
  content: '';
  width: 98px;
  height: 98px;
  background-image: url(../img/round_mission.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  right: 60px;
  position: absolute;
  top: 160px;
  display: block;

  @media (max-width: 1200px) {
    right: 20px;
  }

  @media (max-width: 1130px) {
    right: 10px;
    width: 49px;
    height: 49px;
  }

  @media (max-width: 999px) {
    right: 20px;
    width: 79px;
    height: 79px;
    top: 20px;
  }

  @media (max-width: 630px) {
    display: none;
  }
}

.first-section__box-content h1 {
  @media (max-width: 1130px) {
    font-size: 34px;
  }
}

.page-promotion h1.first-section__title,
.page-marketing h1.first-section__title {
  font-size: 38px;

  @media (max-width: 1200px) {
    font-size: 36px;
  }

  @media (max-width: 768px) {
    font-size: 25px;
  }
}

.mission_first-bg__text {
  max-width: 470px;
  width: 100%;
  margin-top: 45px;
  font-size: 20px;
  line-height: 125%;
  background: linear-gradient(90.16deg, #1E2E47 -14.69%, #4E75A7 99.86%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

  @media (max-width: 1130px) {
    font-size: 17px;
  }

  @media (max-width: 800px) {
    margin-top: 0px;
  }

  @media (max-width: 575px) {
    font-size: 14px;
  }

  @media (max-width: 485px) {
    font-size: 12px;
  }
}

.mission_first-bg__bottom {
  margin-top: 60px;
  font-size: 15px;
  line-height: 125%;
  color: #2C4261;

  @media (max-width: 800px) {
    margin-top: 20px;
  }

  @media (max-width: 485px) {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.mission_first-bg__bottom b {
  font-weight: 700;
}

.first-section__image._crm {
  @media (max-width: 390px) {
    width: 160px;
    height: 200px;
  }
}

.witch-us_first-bg {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: auto;
}

.witch-us__text {
  margin: 30px 0 60px 0;
  font-size: 16px;
  line-height: 125%;
  color: #253855;
  max-width: 457px;
  width: 100%;

  @media (max-width: 768px) {
    font-size: 14px;
    margin-bottom: 0;
  }

  @media (max-width: 420px) {
    font-size: 13px;
    margin-bottom: 0;
  }
}

.our-values h2 {
  @media (max-width: 1220px) {
    padding-top: 55px;
  }

  @media (max-width: 768px) {
    padding-top: 30px;
  }
}

.our-values__title {
  max-width: 803px;
  width: 100%;
}

.our-values_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 65px;
  justify-content: space-between;
  gap: 30px;

  @media (max-width: 768px) {
    gap: 20px;
    margin-top: 40px;
  }
}

.our-values_flex-item {
  display: flex;
  gap: 25px;
  width: calc(25% - 90px/4);

  @media (max-width: 1220px) {
    width: calc(50% - 15px);
  }

  @media (max-width: 768px) {
    width: 100%;
  }
}

.our-values_flex-item__icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.our-values_flex-item__tittle {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: #2C4261;
  margin-bottom: 20px;

  @media (max-width: 768px) {
    font-size: 16px;
  }
}

.our-values_flex-item p {
  font-size: 15px;
  line-height: 125%;
  color: #2C4261;

  @media (max-width: 768px) {
    font-size: 14px;
  }
}

.advantages_flex {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 40px 30px;

  @media (max-width: 768px) {
    gap: 20px;
    margin-top: 40px;
  }
}

.advantages_flex-item {
  width: calc(100%/3 - 20px);

  @media (max-width: 1220px) {
    width: calc(50% - 15px);
  }

  @media (max-width: 768px) {
    width: 100%;
  }
}

.advantages_flex-item__tittle {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: #2C4261;
  margin-bottom: 20px;

  @media (max-width: 768px) {
    font-size: 16px;
  }
}

.advantages_flex-item p {
  font-size: 15px;
  line-height: 125%;
  color: #2C4261;

  @media (max-width: 768px) {
    font-size: 14px;
  }
}

.vacancies_flex {
  display: flex;
  margin-top: 60px;
  gap: 30px;
  flex-wrap: wrap;

  @media (max-width: 999px) {
    gap: 20px;
    margin-top: 40px;
  }
}

.vacancies_flex-item {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px 40px;
  display: flex;
  gap: 30px;
  width: calc(50% - 15px);

  @media (max-width: 1110px) {
    padding: 20px 25px;
  }

  @media (max-width: 999px) {
    width: 100%;
  }

  @media (max-width: 440px) {
    gap: 20px;
    flex-direction: column;
  }
}

.vacancies_flex-item__img {
  width: 207px;
  flex-shrink: 0;

  @media (max-width: 1220px) {
    width: 180px;
  }

  @media (max-width: 1110px) {
    width: 150px;
  }

  @media (max-width: 440px) {
    margin: 0 auto;
  }
}

.vacancies_flex-item_text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.vacancies_flex-item__tittle {
  font-weight: 700;
  font-size: 20px;
  line-height: 125%;
  color: #2C4261;

  @media (max-width: 768px) {
    font-size: 16px;
  }
}

.vacancies_flex-item_text p {
  font-size: 15px;
  line-height: 125%;
  margin-top: 15px;
  color: #2C4261;

  @media (max-width: 768px) {
    font-size: 14px;
  }
}

.vacancies__title {
  max-width: 890px;
  width: 100%;
}

.vacancies_flex-item_text a {
  font-weight: 600;
  font-size: 20px;
  line-height: 127%;
  background: linear-gradient(88.2deg, #E48533 -26.33%, #E35353 44.87%, #D1254F 111.1%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  overflow: hidden;

  @media (max-width: 768px) {
    font-size: 16px;
  }

  @media (max-width: 440px) {
    margin-top: 25px;
    display: block;
  }
}

.first-section__content span {
  display: block;
}

.first-section__content span:nth-child(1) {
  max-width: 450px;
  width: 100%;
  margin-bottom: 20px;
}

.first-section__content.new {
  margin-bottom: 45px;
}

.first-section-card__icon.new {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
}

.first-section__box-grid .first-section-card:nth-child(2) .first-section-card__icon.new img {
  margin-top: -3px;
  margin-right: -3px;
}

.first-section__box-grid .first-section-card:nth-child(4) .first-section-card__icon.new img {
  margin-bottom: -3px;
  margin-right: -3px;
}

.creating_pages {
  padding: 55px 0;
}

.creating_pages h2 {
  max-width: 770px;
  width: 100%;
}

.creating_pages-flex {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;

  @media (max-width: 768px) {
    margin-top: 40px;
    gap: 20px;
  }
}

.creating_pages-flex .our-values_flex-item {
  width: calc(100%/3 - 20px);

  @media (max-width: 999px) {
    width: calc(50% - 15px);
  }

  @media (max-width: 768px) {
    width: 100%;
  }
}

.creating_pages-flex .our-values_flex-item__tittle {
  margin-bottom: 15px;
}

.lines-slider {
  padding: 55px 0 110px 0;

  @media (max-width: 768px) {
    padding: 55px 0 55px 0;
  }
}

.lines-slider h2 {
  max-width: 720px;
}

.lines-slider__subtittle {
  max-width: 770px;
  color: #000;
  font-size: 16px;
  line-height: 127%;
  margin-bottom: 55px;

  @media (max-width: 768px) {
    margin-bottom: 40px;
    font-size: 15px;
  }
}

.lines-slider__text {
  font-size: 15px;
  line-height: 127%;
  color: #2C4261;
  margin-bottom: 30px;
}

.lines-slider .s-create__tab {
  background-color: transparent;
  padding: 0;
}

.lines-slider-box {
  background: #FFFFFF;
  padding: 30px 50px;
  border-radius: 20px;
  margin-top: auto;
  margin-bottom: auto;
}

.new h2 {
  max-width: 840px;
}

.new .s-process__item {
  align-items: center;
}

.new .s-process__item-body ul {
  padding-left: 20px;
}

.new .s-process__item-body li {
  font-size: 15px;
  line-height: 125%;
  color: #2C4261;
  margin-bottom: 15px;
  position: relative;
}

.new .s-process__item-body li::after {
  content: '';
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2C4261;
  position: absolute;
  top: 7px;
  left: -20px;
}

.new .s-process__next {
  display: flex;
}

.new .card-article {
  border-radius: 20px;
  box-shadow: 4px 4px 11px 0px #2639560D, -4px -4px 11px 0px #2639560D;
  background: var(--white, #FFFFFF);
}

.contact__tittle-1 {
  text-align: center;
  background: linear-gradient(114deg, #1e2e47 0%, #4e75a7 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 40px;
  font-weight: 700;

  @media (max-width: 768px) {
    font-size: 30px;
    margin-bottom: -20px;
  }
}

.contact__tittle-2 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;

  @media (max-width: 768px) {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    text-align: center;
    font-size: 22px;
  }
}

.contact-flex {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  gap: 40px;

  @media (max-width: 768px) {
    gap: 20px;
    position: relative;
    flex-direction: column-reverse;
    padding-top: 50px;
    margin-top: 40px;
  }

  @media (max-width: 480px) {
    padding-top: 65px;
  }
}

.contact-flex-map {
  width: calc(50% - 20px);
  height: 400px;
  border-radius: 20px;
  overflow: hidden;
  position: relative;

  @media (max-width: 768px) {
    width: 100%;
    height: 300px;
  }

  @media (max-width: 468px) {
    height: 200px;
  }
}

.contact-flex-text {
  width: calc(50% - 20px);

  @media (max-width: 768px) {
    width: 100%;
  }
}

.contact-flex-map iframe {
  width: 100%;
  height: 100%;
}

.contact-flex-text a {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 17px;

  @media (max-width: 468px) {
    font-size: 15px;
    margin-bottom: 8px;
  }
}

.contact-flex-text p {
  line-height: 140%;

  @media (max-width: 468px) {
    font-size: 14px;
  }
}

@media (max-width: 740px) {
    .s-single__body {
        flex-direction: column-reverse;
    }
}

.map-flex {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 30px 0;
}

.map-flex .map-flex-link {
  font-weight: 600;
}

.map-flex-blog {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 10px 0;
}

.map-flex-blog {
  padding-left: 20px;
}

.s-single__blocks-article-title {
  font-weight: 400;
}
.s-single__blocks-article-link {
  font-weight: 600;
}
.s-single__blocks-service-link {
  font-weight: 600;
}
.s-single__blocks-service-title {
  font-weight: 400;
}

.s-single__blocks-quote {
  border-left: none;
  padding-left: 0;
}
.s-single__material-text {
  position: relative;
  padding-top: 40px;
  font-weight: 600;
}

.s-single__material-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  background-image: url("/img/quote-1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.s-single__material-names-title {
  margin-bottom: 0 !important;
  font-weight: 600;
}

@media (max-width: 575px) {
  table .content-list {
    gap: 5px;
    font-size: 14px;
  }
}
