@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@100..900&display=swap);
@charset "UTF-8";
.media-about-us {
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem;
  background: #def5ff;
}
.media-about-us__title {
  margin-bottom: 5.625rem;
}
@media (max-width: 767.98px) {
  .media-about-us__title {
    margin-bottom: 1.625rem;
  }
}
.media-about-us__slider {
  display: flex;
  align-items: center;
  gap: 2.8125rem;
}
.media-about-us__prev {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  border-radius: 50%;
  background: #def5ff;
}
.media-about-us__prev.swiper-button-disabled {
  opacity: 0.5;
}
.media-about-us__prev img {
  rotate: 180deg;
}
@media (max-width: 991.98px) {
  .media-about-us__prev {
    display: none;
  }
}
.media-about-us__next {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  border-radius: 50%;
  background: #def5ff;
}
.media-about-us__next.swiper-button-disabled {
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  .media-about-us__next {
    display: none;
  }
}
.media-about-us__slide {
  width: auto;
  max-width: 15.625rem;
  height: 2.8125rem;
  padding: 0.3125rem;
}
.media-about-us__slide:hover img {
  scale: 1.1;
  filter: brightness(0) saturate(100%) invert(51%) sepia(64%) saturate(1696%) hue-rotate(174deg) brightness(101%) contrast(103%);
}
.media-about-us__slide img {
  width: 100%;
  height: 100%;
  transition: scale 0.3s ease 0s, filter 0.1s ease 0s;
}
@media (max-width: 767.98px) {
  .media-about-us__slide {
    height: 1.625rem;
  }
}
@media (max-width: 767.98px) {
  .media-about-us {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}

:root {
  --primary-color: #00b2ff;
  --primary-hover-color: #71d5ff;
  --primary-light-color: #def5ff;
  --secondary-color: #caff3d;
  --black: #000;
  --white: #fff;
  --black-main-color: #292b32;
}

*,
::after,
::before {
  font-family: "Montserrat", sans-serif;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
}

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
}
body.no-scroll {
  overflow-y: hidden;
}

body,
html {
  min-width: 370px;
  height: 100%;
}

a {
  text-decoration: none;
  color: unset;
}

ul {
  list-style: none;
}

.lock {
  overflow-y: hidden;
}

[class*=__container] {
  width: 100%;
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 15px;
}

.title {
  color: var(--primary-color);
  font-size: 4rem;
  font-weight: 700;
  line-height: 118.75%;
}
.title span {
  color: var(--black-main-color);
}
@media (max-width: 767.98px) {
  .title {
    font-size: 1.75rem;
  }
}

.button {
  cursor: pointer;
  transition: background 0.3s ease 0s, color 0.3s ease 0s;
  color: var(--white);
  border-radius: 0.75rem;
  background: var(--primary-color);
  font-family: Montserrat, sans-serif;
  font-weight: 700;
}
.button:hover {
  color: var(--black-main-color);
  background: var(--primary-hover-color);
}

header.header,
footer.footer {
  flex: 0 0 auto;
}

#content {
  position: relative;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
#content::-webkit-scrollbar {
  display: none;
}

figure {
  margin: 0;
}

.faq {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
  background: var(--Color-10, #f3f4f5);
}
.faq__title {
  margin-bottom: 5rem;
}
@media (max-width: 767.98px) {
  .faq__title {
    margin-bottom: 2.8125rem;
  }
}
.faq__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.9375rem;
}
@media (max-width: 767.98px) {
  .faq__bottom {
    flex-direction: column;
  }
}
.faq__banner {
  width: 100%;
  max-width: 66.5rem;
  padding: 2.125rem 2.5rem;
  color: var(--black);
  border-radius: 1.25rem;
  background: var(--secondary-color);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 155.556%;
}
.faq__button {
  width: 100%;
  max-width: 26.625rem;
  padding: 1.4375rem 0;
  cursor: pointer;
  transition: background 0.3s ease 0s;
  color: var(--Color-5, #fff);
  border-radius: 0.75rem;
  background: var(--black-main-color);
  font-size: 1rem;
  font-weight: 700;
}
.faq__button:hover {
  background: #636878;
}
@media (max-width: 767.98px) {
  .faq {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.faq__list {
  margin-bottom: 4.6875rem;
  padding: 3.125rem 3.75rem;
  border-radius: 1.25rem;
  background: var(--white);
}
@media (max-width: 767.98px) {
  .faq__list {
    margin-bottom: 1.5625rem;
    padding: 0;
    background: transparent;
  }
}

.item-faq {
  display: flex;
  gap: 1.25rem;
}
.item-faq:not(:last-child) {
  margin-bottom: 3.125rem;
}
.item-faq__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--black, #000);
  font-size: 1.75rem;
  font-weight: 700;
  gap: 0.625rem;
}
@media (max-width: 767.98px) {
  .item-faq__question {
    font-size: 1.125rem;
  }
}
.item-faq__number {
  flex-shrink: 0;
  width: 4rem;
  letter-spacing: 0.25px;
  color: var(--Color-9, #d1d3d9);
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .item-faq__number {
    width: 2.5rem;
    font-size: 1.75rem;
  }
}
.item-faq__indicator {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  transition: background 0.3s ease 0s, transform 0.3s ease 0s;
  border-radius: 50%;
  background: var(--primary-color);
}
@media (max-width: 767.98px) {
  .item-faq__indicator {
    right: -2.0625rem;
    width: 2.0625rem;
    height: 2.0625rem;
    font-size: 1rem;
  }
}
.item-faq__answer {
  padding-right: 5rem;
  color: var(--Color-7, #636878);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 155.556%;
}
@media (max-width: 767.98px) {
  .item-faq__answer {
    font-size: 0.875rem;
  }
}
@media (max-width: 767.98px) {
  .item-faq {
    padding: 0.8125rem 0.625rem;
    border-radius: 1.25rem;
    background: var(--white, #fff);
  }
  .item-faq:not(:last-child) {
    margin-bottom: 1.5625rem;
  }
}

.item-faq__block {
  position: relative;
}

.item-faq__toggle {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  appearance: none;
}

.item-faq__question {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.item-faq__answer {
  overflow: hidden;
  max-height: 0;
  padding: 0 5rem 0 0;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

/* Когда input:checked, показываем блок с ответом */
.item-faq__toggle:checked ~ .item-faq__answer {
  max-height: 1000px;
  padding: 2rem 5rem 0 0;
}

.item-faq__toggle:checked ~ .item-faq__question .item-faq__indicator {
  transform: rotate(45deg);
  background: var(--secondary-color);
}

.price {
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem;
  transition: background 0.3s ease 0s;
  background: url(/build/images/price-bg.fec3648b.jpg) center center/cover no-repeat;
  background-color: var(--primary-color);
}
.price:hover {
  background: url(/build/images/price-bg-hover.062342dc.jpg) center center/cover no-repeat;
  background-color: var(--secondary-color);
}
.price:hover .price__title {
  color: var(--black-main-color);
}
.price__title {
  margin-bottom: 5rem;
  transition: color 0.3s ease 0s;
  color: var(--white);
}
@media (max-width: 767.98px) {
  .price__title {
    margin-bottom: 2.1875rem;
  }
}
.price__items {
  display: flex;
  justify-content: space-between;
  gap: 0.9375rem;
}
@media (max-width: 767.98px) {
  .price__items {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 767.98px) {
  .price {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}

.item-price {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 31.9375rem;
  padding: 2rem 1.5rem 0.9375rem;
  border-radius: 1.25rem;
  background: var(--white, #fff);
}
.item-price__title {
  margin-bottom: 0.3125rem;
  text-wrap: nowrap;
  color: var(--black-main-color, #292b32);
  font-size: 1rem;
  font-weight: 700;
}
.item-price__price {
  margin-bottom: 2rem;
  text-wrap: nowrap;
  color: var(--primary-color, #00b2ff);
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .item-price__price {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .item-price__price {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
  }
}
.item-price__subtitle {
  margin-bottom: 0.625rem;
  color: var(--Color-7, #636878);
  font-size: 1rem;
  font-weight: 700;
}
.item-price__text {
  max-width: 25rem;
  margin-bottom: 1.8125rem;
  color: var(--Color-7, #636878);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 142.857%;
}
.item-price__button {
  width: 100%;
  margin-bottom: 0.625rem;
  padding: 1.1875rem 0.625rem;
  text-align: center;
  color: var(--primary-light-color, #def5ff);
  font-size: 1.125rem;
  font-weight: 700;
}
.item-price__link {
  display: block;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  color: var(--Color-2, #71d5ff);
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.item-price__bottom {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
@media (max-width: 767.98px) {
  .item-price {
    max-width: 100%;
  }
}

.federal-brands {
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem;
  background: #def5ff;
}
.federal-brands__title {
  margin-bottom: 5.625rem;
}
.federal-brands__title_mobile {
  display: none;
}
@media (max-width: 767.98px) {
  .federal-brands__title_mobile {
    display: block;
  }
}
@media (max-width: 767.98px) {
  .federal-brands__title {
    display: none;
    margin-bottom: 1.625rem;
  }
}
.federal-brands__slider {
  align-items: center;
  gap: 2.8125rem;
}
.federal-brands__slider .swiper-wrapper {
  transition-timing-function: linear !important;
}
.federal-brands__prev {
  display: none;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  border-radius: 50%;
  background: #def5ff;
}
.federal-brands__prev.swiper-button-disabled {
  opacity: 0.5;
}
.federal-brands__prev img {
  rotate: 180deg;
}
@media (max-width: 991.98px) {
  .federal-brands__prev {
    display: none;
  }
}
.federal-brands__next {
  display: none;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  border-radius: 50%;
  background: #def5ff;
}
.federal-brands__next.swiper-button-disabled {
  opacity: 0.5;
}
@media (max-width: 991.98px) {
  .federal-brands__next {
    display: none;
  }
}
.federal-brands__slide {
  width: auto;
  max-width: 15.625rem;
  height: 2.8125rem;
  padding: 0.3125rem;
}
.federal-brands__slide:hover img {
  scale: 1.1;
  filter: brightness(0) saturate(100%) invert(51%) sepia(64%) saturate(1696%) hue-rotate(174deg) brightness(101%) contrast(103%);
}
.federal-brands__slide img {
  width: 100%;
  height: 100%;
  transition: scale 0.3s ease 0s, filter 0.1s ease 0s;
}
@media (max-width: 767.98px) {
  .federal-brands__slide {
    height: 1.625rem;
  }
}
@media (max-width: 767.98px) {
  .federal-brands {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}

/**
Для полного соответствия текущей системе js-брекпоинтов
размеры увеличены на 20px
 */
/*
EXAMPLE
.header {
   background-color: red;
   @include _768 {
      background-color: purple;
   }
   @include _480 {
      background-color: black;
   }
}
 */
/* Стили для placeholder
input, textarea {
  @include input-placeholder {
   color: $grey;
  }
}
 */
/* Создание псевдоэлемента
Example
	div::after {
		@include pseudo;
		top: -1rem; left: -1rem;
		width: 1rem; height: 1rem;
	}
 */
/* Создание треугольника
.element {
		&::before {
			@include css-triangle(#ff0000, down);
		}
	}
 */
/* Управление соотношением сторон
Example
div {
  @include responsive-ratio(16,9);
}
 */
section.top-awards .section-container, section.top-awards .top-awards__container,
section.best-companies .section-container,
section.best-companies .top-awards__container {
  padding: 140px 0;
  position: relative;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  section.top-awards .section-container, section.top-awards .top-awards__container,
section.best-companies .section-container,
section.best-companies .top-awards__container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1670px) {
  section.top-awards .section-container, section.top-awards .top-awards__container,
section.best-companies .section-container,
section.best-companies .top-awards__container {
    padding: 100px 20px;
  }
}
@media (max-width: 1000px) {
  section.top-awards .section-container, section.top-awards .top-awards__container,
section.best-companies .section-container,
section.best-companies .top-awards__container {
    padding: 50px 20px;
  }
}
section.top-awards .section-container h1.title, section.top-awards .section-container h2.title, section.top-awards .top-awards__container h1.title, section.top-awards .top-awards__container h2.title,
section.best-companies .section-container h1.title,
section.best-companies .section-container h2.title,
section.best-companies .top-awards__container h1.title,
section.best-companies .top-awards__container h2.title {
  margin: 0;
  color: #292B32;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
@media (max-width: 1000px) {
  section.top-awards .section-container h1.title, section.top-awards .section-container h2.title, section.top-awards .top-awards__container h1.title, section.top-awards .top-awards__container h2.title,
section.best-companies .section-container h1.title,
section.best-companies .section-container h2.title,
section.best-companies .top-awards__container h1.title,
section.best-companies .top-awards__container h2.title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  section.top-awards .section-container h1.title, section.top-awards .section-container h2.title, section.top-awards .top-awards__container h1.title, section.top-awards .top-awards__container h2.title,
section.best-companies .section-container h1.title,
section.best-companies .section-container h2.title,
section.best-companies .top-awards__container h1.title,
section.best-companies .top-awards__container h2.title {
    font-size: 28px;
    line-height: 36px;
  }
}
section.top-awards .section-container .top-awards__slider, section.top-awards .section-container .best-companies-slider, section.top-awards .top-awards__container .top-awards__slider, section.top-awards .top-awards__container .best-companies-slider,
section.best-companies .section-container .top-awards__slider,
section.best-companies .section-container .best-companies-slider,
section.best-companies .top-awards__container .top-awards__slider,
section.best-companies .top-awards__container .best-companies-slider {
  margin-top: 80px;
}
@media (max-width: 620px) {
  section.top-awards .section-container .top-awards__slider, section.top-awards .section-container .best-companies-slider, section.top-awards .top-awards__container .top-awards__slider, section.top-awards .top-awards__container .best-companies-slider,
section.best-companies .section-container .top-awards__slider,
section.best-companies .section-container .best-companies-slider,
section.best-companies .top-awards__container .top-awards__slider,
section.best-companies .top-awards__container .best-companies-slider {
    position: relative;
  }
  section.top-awards .section-container .top-awards__slider:after, section.top-awards .section-container .best-companies-slider:after, section.top-awards .top-awards__container .top-awards__slider:after, section.top-awards .top-awards__container .best-companies-slider:after,
section.best-companies .section-container .top-awards__slider:after,
section.best-companies .section-container .best-companies-slider:after,
section.best-companies .top-awards__container .top-awards__slider:after,
section.best-companies .top-awards__container .best-companies-slider:after {
    content: " ";
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    z-index: 10;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, white 90%);
  }
}
section.top-awards .section-container .item-best-company, section.top-awards .top-awards__container .item-best-company,
section.best-companies .section-container .item-best-company,
section.best-companies .top-awards__container .item-best-company {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 231px;
}
section.top-awards .section-container .item-best-company img, section.top-awards .top-awards__container .item-best-company img,
section.best-companies .section-container .item-best-company img,
section.best-companies .top-awards__container .item-best-company img {
  width: 231px;
  height: 231px;
}
section.top-awards .section-container .item-best-company .award-active, section.top-awards .top-awards__container .item-best-company .award-active,
section.best-companies .section-container .item-best-company .award-active,
section.best-companies .top-awards__container .item-best-company .award-active {
  display: none;
}
section.top-awards .section-container .item-best-company:hover .award-active, section.top-awards .top-awards__container .item-best-company:hover .award-active,
section.best-companies .section-container .item-best-company:hover .award-active,
section.best-companies .top-awards__container .item-best-company:hover .award-active {
  display: block;
}
section.top-awards .section-container .item-best-company:hover .award-passive, section.top-awards .top-awards__container .item-best-company:hover .award-passive,
section.best-companies .section-container .item-best-company:hover .award-passive,
section.best-companies .top-awards__container .item-best-company:hover .award-passive {
  display: none;
}

.slider-btn-container .slider-btn-active, .owl-prev .slider-btn-active, .owl-next .slider-btn-active {
  display: none;
}
.slider-btn-container .slider-btn-passive, .owl-prev .slider-btn-passive, .owl-next .slider-btn-passive {
  display: flex;
}
.slider-btn-container img, .owl-prev img, .owl-next img {
  width: 50px;
  height: 50px;
}
.slider-btn-container:hover .slider-btn-active, .owl-prev:hover .slider-btn-active, .owl-next:hover .slider-btn-active {
  display: flex;
}
.slider-btn-container:hover .slider-btn-passive, .owl-prev:hover .slider-btn-passive, .owl-next:hover .slider-btn-passive {
  display: none;
}

.top-awards__title {
  margin-bottom: 3.125rem;
}
@media (width <= 767.98px) {
  .top-awards__title {
    margin-bottom: 1.625rem;
  }
}
.top-awards__slider {
  display: flex;
  align-items: center;
  gap: 2.75rem;
}
.top-awards svg:hover {
  fill: #caff3d;
}
.top-awards__prev {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  border-radius: 50%;
  background: #def5ff;
}
.top-awards__prev.swiper-button-disabled {
  opacity: 0.5;
}
.top-awards__prev img {
  rotate: 180deg;
}
@media (width <= 991.98px) {
  .top-awards__prev {
    display: none;
  }
}
.top-awards__next {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  width: 3.125rem;
  height: 3.125rem;
  cursor: pointer;
  border-radius: 50%;
  background: #def5ff;
}
.top-awards__next.swiper-button-disabled {
  opacity: 0.5;
}
@media (width <= 991.98px) {
  .top-awards__next {
    display: none;
  }
}
.top-awards .swiper-wrapper {
  padding-bottom: 2.5rem;
}
@media (width <= 767.98px) {
  .top-awards {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.item-top-awards {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.375rem;
  height: 10rem;
}
.item-top-awards:not(:last-child)::before {
  position: absolute;
  top: 50%;
  left: 130%;
  width: 0.6875rem;
  height: 0.6875rem;
  content: "";
  transform: translateY(-50%);
  border-radius: 50%;
  background: #beebff;
}
@media (width <= 991.98px) {
  .item-top-awards:not(:last-child)::before {
    left: 110%;
  }
}
.item-top-awards__top {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  text-wrap: nowrap;
  color: var(--Color-7, #636878);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.item-top-awards__bottom {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
}
.item-top-awards__description {
  position: absolute;
  top: 110%;
  left: 50%;
  transform: translateX(-50%);
}
.item-top-awards__wreaths {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: fill 0.3s ease 0s;
  transform: translate(-50%, -50%);
  fill: #00b2ff;
}
.item-top-awards__middle {
  max-width: 11.25rem;
  text-align: center;
  color: var(--Color-6, #292b32);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 142.857%;
}

section.media {
  background: #F3F4F5;
}
section.media .section-container {
  padding: 140px 0;
  position: relative;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  section.media .section-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 500px) {
  section.media .section-container {
    position: relative;
  }
  section.media .section-container:after {
    content: " ";
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    z-index: 10;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, white 90%);
  }
}
@media (max-width: 1670px) {
  section.media .section-container {
    padding: 100px 20px;
  }
}
@media (max-width: 1000px) {
  section.media .section-container {
    padding: 50px 20px;
  }
}
section.media .section-container h1.title, section.media .section-container h2.title {
  margin: 0;
  color: #292B32;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
@media (max-width: 1000px) {
  section.media .section-container h1.title, section.media .section-container h2.title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 620px) {
  section.media .section-container h1.title, section.media .section-container h2.title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
}
section.media .section-container .media-about-us__slider {
  margin-top: 100px;
  position: relative;
}
@media (max-width: 1000px) {
  section.media .section-container .media-about-us__slider {
    margin-top: 50px;
  }
}
section.media .section-container .media-about-us__slider .trust-brand-img {
  cursor: pointer;
  transition: 0.3s scale ease;
  display: block;
  height: auto;
  width: auto;
}
@media (max-width: 788px) {
  section.media .section-container .media-about-us__slider .trust-brand-img {
    max-width: 150px;
  }
}
section.media .section-container .media-about-us__slider .trust-brand-img:hover {
  scale: 1.1;
  filter: invert(1) sepia(1) hue-rotate(188deg) saturate(10) brightness(1);
}

section.clients {
  background: #f3f4f5;
}
section.clients .section-container {
  padding: 120px 0;
  position: relative;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  section.clients .section-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1670px) {
  section.clients .section-container {
    padding: 100px 20px;
  }
}
@media (max-width: 1000px) {
  section.clients .section-container {
    padding: 50px 20px;
  }
}
section.clients .section-container h2.title {
  margin: 0;
  color: #292B32;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
@media (max-width: 1000px) {
  section.clients .section-container h2.title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 620px) {
  section.clients .section-container h2.title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
}
section.clients .section-container .federal-brands__slider {
  margin-top: 100px;
}
@media (max-width: 1000px) {
  section.clients .section-container .federal-brands__slider {
    margin-top: 50px;
  }
}

section.feedback {
  background: #F3F4F5;
  scroll-margin-top: 90px;
}
section.feedback .section-container {
  padding: 125px 0;
  position: relative;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  section.feedback .section-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1670px) {
  section.feedback .section-container {
    padding: 100px 20px;
  }
}
@media (max-width: 1000px) {
  section.feedback .section-container {
    padding: 70px 20px;
  }
}
section.feedback .section-container h2.title {
  color: #0D0D0D;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
  margin: 0;
}
@media (max-width: 1000px) {
  section.feedback .section-container h2.title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  section.feedback .section-container h2.title {
    font-size: 28px;
    line-height: 36px;
  }
}
section.feedback .section-container .placeholder a:hover {
  text-decoration: underline;
}
section.feedback .section-container .form {
  margin-top: 75px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1220px) {
  section.feedback .section-container .form {
    align-items: flex-start;
  }
}
@media (max-width: 1000px) {
  section.feedback .section-container .form {
    margin-top: 50px;
    flex-direction: column;
  }
}
@media (max-width: 500px) {
  section.feedback .section-container .form {
    margin-top: 35px;
  }
}
section.feedback .section-container .form .success {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  flex-direction: column;
  align-items: center;
  background: #fff;
  justify-content: center;
}
section.feedback .section-container .form .success .content, section.feedback .section-container .form .success .read_us {
  text-align: center;
}
section.feedback .section-container .form .left, section.feedback .section-container .form .up {
  width: 100%;
  max-width: 930px;
}
section.feedback .section-container .form .left form, section.feedback .section-container .form .up form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
section.feedback .section-container .form .left form .field.error span, section.feedback .section-container .form .up form .field.error span {
  color: #00B2FF;
}
section.feedback .section-container .form .left form .field .feedback-input, section.feedback .section-container .form .left form .field .mask-phone, section.feedback .section-container .form .left form .field .mask-url, section.feedback .section-container .form .left form .field .textarea, section.feedback .section-container .form .up form .field .feedback-input, section.feedback .section-container .form .up form .field .mask-phone, section.feedback .section-container .form .up form .field .mask-url, section.feedback .section-container .form .up form .field .textarea {
  width: calc(100% - 16.6px);
  height: 60px;
  border-radius: 8px;
  border: 1px solid #D1D3D9;
  padding: 0 0 0 15px;
  margin: 0;
  transition: 0.3s all ease;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  vertical-align: middle;
}
section.feedback .section-container .form .left form .field .feedback-input::placeholder, section.feedback .section-container .form .left form .field .mask-phone::placeholder, section.feedback .section-container .form .left form .field .mask-url::placeholder, section.feedback .section-container .form .left form .field .textarea::placeholder, section.feedback .section-container .form .up form .field .feedback-input::placeholder, section.feedback .section-container .form .up form .field .mask-phone::placeholder, section.feedback .section-container .form .up form .field .mask-url::placeholder, section.feedback .section-container .form .up form .field .textarea::placeholder {
  color: #ADB0BC;
}
section.feedback .section-container .form .left form .field .feedback-input:focus, section.feedback .section-container .form .left form .field .mask-phone:focus, section.feedback .section-container .form .left form .field .mask-url:focus, section.feedback .section-container .form .left form .field .textarea:focus, section.feedback .section-container .form .up form .field .feedback-input:focus, section.feedback .section-container .form .up form .field .mask-phone:focus, section.feedback .section-container .form .up form .field .mask-url:focus, section.feedback .section-container .form .up form .field .textarea:focus {
  outline: none;
  border: 1px solid #00B2FF;
}
section.feedback .section-container .form .left form .field textarea, section.feedback .section-container .form .up form .field textarea {
  padding: 15px !important;
  width: calc(100% - 16.6px) !important;
}
section.feedback .section-container .form .left form .field .textarea, section.feedback .section-container .form .up form .field .textarea {
  height: 100px;
}
section.feedback .section-container .form .left form span, section.feedback .section-container .form .up form span {
  color: #292B32;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
section.feedback .section-container .form .left form span a, section.feedback .section-container .form .up form span a {
  color: #00B2FF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
}
section.feedback .section-container .form .left form .submit-button, section.feedback .section-container .form .up form .submit-button {
  border-radius: 12px;
  background: #00B2FF;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  cursor: pointer;
  max-width: 370px;
  width: 100%;
  height: 55px;
  margin: 25px 0 0;
  transition: 0.3s all ease;
}
@media (max-width: 1000px) {
  section.feedback .section-container .form .left form .submit-button, section.feedback .section-container .form .up form .submit-button {
    max-width: 100%;
    margin: 10px 0 60px 0;
  }
}
section.feedback .section-container .form .left form .submit-button .button-text, section.feedback .section-container .form .up form .submit-button .button-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: 0.3s all ease;
}
section.feedback .section-container .form .left form .submit-button:hover, section.feedback .section-container .form .up form .submit-button:hover {
  background: #7bd6ff;
}
section.feedback .section-container .form .left form .submit-button:hover .button-text, section.feedback .section-container .form .up form .submit-button:hover .button-text {
  color: #292B32;
}
section.feedback .section-container .form .right, section.feedback .section-container .form .down {
  width: 100%;
  max-width: 370px;
}
@media (max-width: 1000px) {
  section.feedback .section-container .form .right, section.feedback .section-container .form .down {
    max-width: 100%;
  }
}
section.feedback .section-container .form .right .contacts, section.feedback .section-container .form .right .socials, section.feedback .section-container .form .down .contacts, section.feedback .section-container .form .down .socials {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
section.feedback .section-container .form .right .contacts span, section.feedback .section-container .form .right .socials span, section.feedback .section-container .form .down .contacts span, section.feedback .section-container .form .down .socials span {
  color: #0D0D0D;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 10px;
}
section.feedback .section-container .form .right .contacts a, section.feedback .section-container .form .right .socials a, section.feedback .section-container .form .down .contacts a, section.feedback .section-container .form .down .socials a {
  display: flex;
  gap: 20px;
  align-items: center;
}
section.feedback .section-container .form .right .contacts a span, section.feedback .section-container .form .right .socials a span, section.feedback .section-container .form .down .contacts a span, section.feedback .section-container .form .down .socials a span {
  color: #0D0D0D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  transition: 0.3s all ease;
  text-decoration: underline;
  text-decoration-color: #ADB0BC;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
  margin: 0;
}
section.feedback .section-container .form .right .contacts a:hover span, section.feedback .section-container .form .right .socials a:hover span, section.feedback .section-container .form .down .contacts a:hover span, section.feedback .section-container .form .down .socials a:hover span {
  color: #00B2FF;
  text-decoration: none;
}
section.feedback .section-container .form .right hr, section.feedback .section-container .form .down hr {
  margin: 50px 0;
  border: 1px solid #d3d3d5;
}

section.subscribe .section-container {
  padding: 140px 0;
  position: relative;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  section.subscribe .section-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1670px) {
  section.subscribe .section-container {
    padding: 100px 20px;
  }
}
@media (max-width: 1000px) {
  section.subscribe .section-container {
    padding: 70px 20px;
  }
}
section.subscribe .section-container .card {
  border-radius: 20px;
  background: #DEF5FF;
}
section.subscribe .section-container .card .content {
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 1000px) {
  section.subscribe .section-container .card .content {
    flex-direction: column;
    gap: 25px;
    padding: 25px;
  }
}
section.subscribe .section-container .card .content .text-content {
  width: 100%;
  max-width: 780px;
}
section.subscribe .section-container .card .content .text-content h2.title {
  color: #292B32;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
  margin: 0;
}
@media (max-width: 1000px) {
  section.subscribe .section-container .card .content .text-content h2.title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  section.subscribe .section-container .card .content .text-content h2.title {
    font-size: 28px;
    line-height: 36px;
  }
}
section.subscribe .section-container .card .content .text-content .desc {
  color: #636878;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  margin-top: 30px;
}
@media (max-width: 500px) {
  section.subscribe .section-container .card .content .text-content .desc {
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px;
  }
}
section.subscribe .section-container .card .content .subscribe-form {
  width: 100%;
  max-width: 600px;
}
@media (max-width: 1000px) {
  section.subscribe .section-container .card .content .subscribe-form {
    max-width: 100%;
  }
}
section.subscribe .section-container .card .content .subscribe-form form.feedback-form {
  width: 100%;
}
section.subscribe .section-container .card .content .subscribe-form form.feedback-form .success.approve-subscription {
  color: #00B2FF;
}
section.subscribe .section-container .card .content .subscribe-form form.feedback-form .field .subscribe-input {
  font-family: "Montserrat";
  font-size: 18px;
  line-height: 28px;
  width: calc(100% - 16.6px);
  height: 60px;
  border-radius: 8px;
  border: 1px solid #D1D3D9;
  padding: 0 0 0 15px;
  margin: 0;
  transition: 0.3s all ease;
}
section.subscribe .section-container .card .content .subscribe-form form.feedback-form .field .subscribe-input:focus {
  outline: none;
  border: 1px solid #00B2FF;
}
section.subscribe .section-container .card .content .subscribe-form form.feedback-form .field.error span {
  color: #00B2FF;
}
section.subscribe .section-container .card .content .subscribe-form form.feedback-form .submit-button {
  border-radius: 12px;
  background: #00B2FF;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  cursor: pointer;
  width: 100%;
  height: 55px;
  margin: 25px 0;
  transition: 0.3s all ease;
}
section.subscribe .section-container .card .content .subscribe-form form.feedback-form .submit-button .button-text {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: 0.3s all ease;
}
section.subscribe .section-container .card .content .subscribe-form form.feedback-form .submit-button:hover {
  background: #7bd6ff;
}
section.subscribe .section-container .card .content .subscribe-form form.feedback-form .submit-button:hover .button-text {
  color: #292B32;
}
section.subscribe .section-container .card .content .subscribe-form .policy {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}
section.subscribe .section-container .card .content .subscribe-form .policy .policy-conf {
  color: #000;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: 0.3s all ease;
}
section.subscribe .section-container .card .content .subscribe-form .policy .policy-conf:hover {
  color: #00B2FF;
}

section.cases .section-container {
  padding: 140px 0;
  position: relative;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  section.cases .section-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1670px) {
  section.cases .section-container {
    padding: 100px 20px;
  }
}
@media (max-width: 1000px) {
  section.cases .section-container {
    padding: 50px 20px;
  }
}
@media (max-width: 620px) {
  section.cases .section-container {
    position: relative;
  }
  section.cases .section-container:after {
    content: " ";
    height: 100%;
    display: flex;
    position: absolute;
    top: 0;
    right: 20px;
    width: 25px;
    z-index: 10;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 10%, white 90%);
  }
}
section.cases .section-container h2.title {
  margin: 0;
  color: #292B32;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
@media (max-width: 500px) {
  section.cases .section-container h2.title {
    z-index: 15;
  }
}
@media (max-width: 1000px) {
  section.cases .section-container h2.title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  section.cases .section-container h2.title {
    font-size: 28px;
    line-height: 36px;
  }
}
section.cases .section-container .cases-slide-wrapper.top {
  margin-top: 80px;
}
@media (max-width: 1000px) {
  section.cases .section-container .cases-slide-wrapper.top {
    margin-top: 35px;
  }
}
@media (max-width: 620px) {
  section.cases .section-container .cases-slide-wrapper {
    overflow-y: scroll;
    display: flex;
    gap: 20px;
  }
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 620px) {
  section.cases .section-container .cases-slide-wrapper .cases .cases-list {
    display: flex;
    width: max-content;
  }
}
@media (max-width: 1044px) {
  section.cases .section-container .cases-slide-wrapper .cases .cases-list {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 620px) {
  section.cases .section-container .cases-slide-wrapper .cases .cases-list {
    justify-content: normal;
  }
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case {
  overflow: hidden;
  position: relative;
  transition: 0.8s all ease;
  border-radius: 20px;
  max-width: 510px;
  width: 100%;
  height: 622px;
}
@media (max-width: 1044px) {
  section.cases .section-container .cases-slide-wrapper .cases .cases-list .case {
    max-width: 100%;
  }
}
@media (max-width: 620px) {
  section.cases .section-container .cases-slide-wrapper .cases .cases-list .case {
    max-width: 80vw;
    height: 522px;
  }
}
@media (max-width: 500px) {
  section.cases .section-container .cases-slide-wrapper .cases .cases-list .case:last-child {
    margin-right: 15px;
  }
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none;
  z-index: 1;
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .bg {
  height: 622px;
  top: 0;
  left: 0;
  width: 100%;
  object-fit: cover;
  z-index: 1;
  position: absolute;
  transition: filter 0.3s ease;
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case:hover:before {
  opacity: 1;
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case:hover .bg {
  filter: brightness(50%);
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case:hover .content {
  gap: 20px;
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case:hover .content .case-desc {
  max-height: 300px;
  opacity: 1;
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case:hover .content .service-button {
  max-height: 300px;
  opacity: 1;
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .content {
  position: relative;
  z-index: 2;
  padding: 40px;
  gap: 0;
  transition: 0.5s all;
  height: calc(100% - 80px);
  box-sizing: content-box;
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .content {
    padding: 20px;
    height: calc(100% - 40px);
  }
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .content .service-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 250px;
  height: 55px;
  border-radius: 12px;
  background: #00B2FF;
  cursor: pointer;
  max-height: 0;
  opacity: 0;
  transition: 0.8s all;
}
@media (max-width: 620px) {
  section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .content .service-button {
    width: 100%;
  }
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .content .service-button:hover {
  background: #7bd6ff;
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .content .service-button:hover .button-text {
  color: #292B32;
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .content .service-button .button-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: 0.3s all ease;
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .content .award {
  position: absolute;
  top: 5%;
  left: 7%;
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .content .case-text {
  color: #EBECEF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
}
@media (max-width: 620px) {
  section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .content .case-text {
    font-size: 20px;
    line-height: 28px;
  }
}
section.cases .section-container .cases-slide-wrapper .cases .cases-list .case .content .case-desc {
  color: #EBECEF;
  max-height: 0;
  opacity: 0;
  transition: 0.8s all;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}
section.cases .section-container .separator {
  border-radius: 8px;
  background: #F3F4F5;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  margin: 50px 0;
}
@media (max-width: 620px) {
  section.cases .section-container .separator {
    display: none;
  }
}
section.cases .section-container .separator .separator-text {
  color: #ADB0BC;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}

section.reviews {
  position: relative;
  z-index: 2;
}
@media (max-width: 1220px) {
  section.reviews {
    display: none;
  }
}
section.reviews .section-container {
  padding: 170px 0 0;
  position: relative;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  section.reviews .section-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1670px) {
  section.reviews .section-container {
    padding: 120px 20px 0;
  }
}
@media (max-width: 1000px) {
  section.reviews .section-container {
    padding: 80px 50px 0;
  }
}
section.reviews .section-container .title-container {
  margin-left: 75px;
  margin-bottom: 50px;
  display: flex;
  gap: 70px;
  align-items: center;
}
@media (max-width: 1220px) {
  section.reviews .section-container .title-container {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
    align-items: normal;
  }
}
section.reviews .section-container .title-container h2.title {
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
  margin: 0;
}
@media (max-width: 870px) {
  section.reviews .section-container .title-container h2.title {
    font-size: 48px;
    line-height: normal;
  }
}
@media (max-width: 620px) {
  section.reviews .section-container .title-container h2.title {
    font-size: 36px;
  }
}
section.reviews .section-container .reviews-container {
  padding: 0 75px;
}
section.reviews .section-container .reviews-container .container-info {
  position: relative;
}
section.reviews .section-container .reviews-container .container-info .owl-stage-outer {
  overflow: hidden;
  height: 470px;
  border-radius: 25px 25px 0 25px;
  z-index: 999;
  position: inherit;
}
section.reviews .section-container .reviews-container .container-info .owl-stage-outer .owl-stage {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.reviews .section-container .reviews-container .container-info .owl-nav {
  bottom: -75px;
  display: flex;
  align-items: center;
  gap: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
section.reviews .section-container .reviews-container .container-info .owl-nav .owl-prev, section.reviews .section-container .reviews-container .container-info .owl-nav .owl-next {
  background: none;
  border: none;
  cursor: pointer;
}
section.reviews .section-container .reviews-container .container-info .owl-nav .owl-prev {
  position: absolute;
  left: -80px;
}
section.reviews .section-container .reviews-container .container-info .owl-nav .owl-next {
  position: absolute;
  right: -80px;
}
section.reviews .section-container .reviews-container .container-info .owl-dots {
  display: none;
}
section.reviews .section-container .reviews-container .container-info .review {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 40px;
}
@media (max-width: 1044px) {
  section.reviews .section-container .reviews-container .container-info .review {
    margin: 0 20px;
  }
}
section.reviews .section-container .reviews-container .container-info .review .container-review {
  border-radius: 25px;
  background: #DEF5FF;
  width: 100%;
}
section.reviews .section-container .reviews-container .container-info .review .container-review video {
  border-radius: 25px;
  width: 510px;
  height: 470px;
  object-fit: cover;
}
@media (max-width: 788px) {
  section.reviews .section-container .reviews-container .container-info .review .container-review video {
    width: 100%;
    height: 500px;
  }
}
section.reviews .section-container .reviews-container .container-info .review .container-review video.kasp {
  object-position: 0 15%;
}
section.reviews .section-container .reviews-container .container-info .review .container-review .content-review {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 788px) {
  section.reviews .section-container .reviews-container .container-info .review .container-review .content-review {
    flex-direction: column;
    align-items: normal;
  }
}
section.reviews .section-container .reviews-container .container-info .review .container-review .content-review .video {
  position: relative;
}
section.reviews .section-container .reviews-container .container-info .review .container-review .content-review .video .mute {
  position: absolute;
  right: 10%;
  bottom: 10%;
  width: 25px;
  height: 25px;
  background: url(/build/images/audio-on.9e07a050.svg) no-repeat;
  cursor: pointer;
}
section.reviews .section-container .reviews-container .container-info .review .container-review .content-review .video .mute.active {
  background: url(/build/images/audio-off.8f1dc71f.svg) no-repeat;
}
section.reviews .section-container .reviews-container .container-info .review .container-review .content-review .review-info {
  padding: 0 20px 0 0;
}
section.reviews .section-container .reviews-container .container-info .review .container-review .content-review .review-info .company {
  color: #292B32;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
section.reviews .section-container .reviews-container .container-info .review .container-review .content-review .review-info .text {
  color: #292B32;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
section.reviews .section-container .reviews-container .container-info .review .container-review .content-review .review-info .text a {
  color: #00B2FF;
  transition: 0.3s all ease;
}
section.reviews .section-container .reviews-container .container-info .review .container-review .content-review .review-info .text a:hover {
  color: #292B32;
}
section.reviews .section-container .reviews-container .container-info .review .name {
  max-width: 245px;
  width: 100%;
}
section.reviews .section-container .reviews-container .container-info .review .name .fio {
  font-family: "Montserrat", sans-serif;
  color: #00B2FF;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}
section.reviews .section-container .reviews-container .container-info .review .name .position {
  color: #292B32;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
}
section.reviews .section-container .reviews-container .container-info .review .name:hover .see-all-review {
  background: #71d5ff;
}
section.reviews .section-container .reviews-container .container-info .review .name:hover .see-all-review .button-text {
  color: #292B32;
}
section.reviews .section-container .reviews-container .container-info .review .name a {
  color: inherit;
  text-decoration: inherit;
}
section.reviews .section-container .reviews-container .container-info .review .name .see-all-review {
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  width: 100%;
  height: 55px;
  border-radius: 12px;
  background: #00B2FF;
  cursor: pointer;
  transition: 0.3s all ease;
  position: absolute;
  bottom: 5px;
  right: 5px;
}
section.reviews .section-container .reviews-container .container-info .review .name .see-all-review .button-text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: 0.3s all ease;
}
section.reviews .section-container .reviews-container .custom-prev-btn, section.reviews .section-container .reviews-container .custom-next-btn {
  display: none;
}

section.blog .section-container {
  padding: 0 0 150px;
  position: relative;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 1220px) {
  section.blog .section-container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 1670px) {
  section.blog .section-container {
    padding: 100px 20px;
  }
}
@media (max-width: 1000px) {
  section.blog .section-container {
    padding: 50px 20px;
  }
}
section.blog .section-container h2.title {
  margin: 0;
  color: #292B32;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 76px;
}
@media (max-width: 1000px) {
  section.blog .section-container h2.title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 500px) {
  section.blog .section-container h2.title {
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
  }
}
section.blog .section-container .items {
  margin-top: 70px;
  display: flex;
  gap: 20px;
  justify-content: space-between;
}
@media (max-width: 1620px) {
  section.blog .section-container .items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  section.blog .section-container .items {
    margin-top: 30px;
  }
}
section.blog .section-container .items .item {
  width: 100%;
  max-width: 370px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 800px) {
  section.blog .section-container .items .item {
    max-width: 100%;
  }
}
section.blog .section-container .items .item img {
  border-radius: 20px;
  transition: 0.3s all ease;
}
section.blog .section-container .items .item .tags {
  color: #00B2FF;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
}
section.blog .section-container .items .item .post-title {
  color: #0D0D0D;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.25em;
  transition: 0.3s all ease;
}
section.blog .section-container .items .item:hover .post-title {
  color: #00B2FF;
}
section.blog .section-container .items .item:hover img {
  filter: brightness(0.7);
}
section.blog .section-container .items .all-posts {
  overflow: hidden;
  width: 100%;
  max-width: 370px;
  background: #F3F4F5;
  transition: 0.3s all ease;
  border-radius: 20px;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 800px) {
  section.blog .section-container .items .all-posts {
    height: 435px;
    max-width: 100%;
  }
}
section.blog .section-container .items .all-posts .people {
  z-index: 1;
  max-width: 600px;
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 1s all ease;
}
@media (max-width: 1620px) {
  section.blog .section-container .items .all-posts .people {
    position: relative;
  }
}
@media (max-width: 800px) {
  section.blog .section-container .items .all-posts .people {
    left: 35%;
  }
}
@media (max-width: 500px) {
  section.blog .section-container .items .all-posts .people {
    left: 15%;
  }
}
@media (max-width: 395px) {
  section.blog .section-container .items .all-posts .people {
    left: 10%;
  }
}
section.blog .section-container .items .all-posts .service-button {
  z-index: 2;
  position: absolute;
  bottom: 5%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 265px;
  height: 55px;
  border-radius: 12px;
  background: #00B2FF;
  cursor: pointer;
  transition: 1s all ease;
}
@media (max-width: 800px) {
  section.blog .section-container .items .all-posts .service-button {
    width: calc(100% - 40px);
  }
}
section.blog .section-container .items .all-posts .service-button:hover {
  background: #7bd6ff;
}
section.blog .section-container .items .all-posts .service-button:hover .button-text {
  color: #292B32;
}
section.blog .section-container .items .all-posts .service-button .button-text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: 0.3s all ease;
}
section.blog .section-container .items .all-posts:hover {
  background: #CAFF3D;
}
section.blog .section-container .items .all-posts:hover .people {
  left: 150%;
  top: -45%;
}
section.blog .section-container .items .all-posts:hover .service-button {
  bottom: 0;
  transform: translate(-50%, -325%);
}

/**
Для полного соответствия текущей системе js-брекпоинтов
размеры увеличены на 20px
 */
/*
EXAMPLE
.header {
   background-color: red;
   @include _768 {
      background-color: purple;
   }
   @include _480 {
      background-color: black;
   }
}
 */
/* Стили для placeholder
input, textarea {
  @include input-placeholder {
   color: $grey;
  }
}
 */
/* Создание псевдоэлемента
Example
	div::after {
		@include pseudo;
		top: -1rem; left: -1rem;
		width: 1rem; height: 1rem;
	}
 */
/* Создание треугольника
.element {
		&::before {
			@include css-triangle(#ff0000, down);
		}
	}
 */
/* Управление соотношением сторон
Example
div {
  @include responsive-ratio(16,9);
}
 */
@keyframes coming {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hiding {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
header.header {
  z-index: 899;
  position: fixed;
  width: 100%;
  height: 90px;
}
header.header .container {
  display: flex;
  position: relative;
  height: 100%;
  z-index: 2;
  background: #fff;
  border-bottom: 1px solid #ADB0BC;
  transition: 0.3s all ease;
}
@media (max-width: 1670px) {
  header.header .container {
    padding: 0 20px;
  }
}
header.header .container.active {
  border-bottom: 2px solid #00B2FF;
}
header.header .container.active .open {
  color: #00B2FF !important;
}
header.header .container.active .open::after {
  content: " ";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #00B2FF;
}
header.header .container .container-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media (max-width: 830px) {
  header.header .container .container-nav {
    gap: 20px;
  }
}
header.header .container .container-nav .logo {
  display: flex;
}
header.header .container .container-nav .logo img {
  height: 45px;
  width: 195px;
}
@media (max-width: 395px) {
  header.header .container .container-nav .logo img {
    width: auto;
    height: auto;
  }
}
@media (max-width: 395px) {
  header.header .container .container-nav .logo img {
    width: 100%;
  }
}
header.header .container .container-nav .menu {
  max-width: 650px;
  flex-shrink: 1;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  height: 100%;
}
@media (max-width: 830px) {
  header.header .container .container-nav .menu {
    display: none;
  }
}
header.header .container .container-nav .menu .item {
  color: #adb0bc;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  transition: 0.3s all ease;
}
header.header .container .container-nav .menu .item:first-child {
  color: #292b32;
}
header.header .container .container-nav .menu .item:hover {
  color: #00B2FF;
}
header.header .container .container-nav .menu .item:hover::after {
  content: " ";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 3px;
  background: #00B2FF;
}
header.header .container .container-nav .socials {
  max-width: 270px;
  display: flex;
  gap: 30px;
  align-items: center;
  flex-shrink: 3;
  width: 100%;
}
@media (max-width: 830px) {
  header.header .container .container-nav .socials {
    justify-content: flex-end;
    max-width: 100%;
    gap: 20px;
  }
}
header.header .container .container-nav .socials .phone {
  color: #292B32;
  margin: 0 20px 0 0;
  padding: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  transition: 0.3s all ease;
}
@media (max-width: 1120px) {
  header.header .container .container-nav .socials .phone {
    display: none;
  }
}
header.header .container .container-nav .socials .phone:hover {
  color: #00B2FF;
}
header.header .container .container-nav .socials .tg, header.header .container .container-nav .socials .wa {
  width: 32px;
  height: 32px;
}
header.header .container .container-nav .socials .tg .social-active, header.header .container .container-nav .socials .wa .social-active {
  display: none;
}
header.header .container .container-nav .socials .tg:hover .social-passive, header.header .container .container-nav .socials .wa:hover .social-passive {
  display: none;
}
header.header .container .container-nav .socials .tg:hover .social-active, header.header .container .container-nav .socials .wa:hover .social-active {
  display: block;
}
@media (max-width: 1120px) {
  header.header .container .container-nav .socials .tg, header.header .container .container-nav .socials .wa {
    display: none;
  }
}
@media (max-width: 830px) {
  header.header .container .container-nav .socials .tg, header.header .container .container-nav .socials .wa {
    display: block;
  }
}
header.header .container .container-nav .feedback-button {
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  width: 100%;
  height: 55px;
  border-radius: 12px;
  background: #00B2FF;
  cursor: pointer;
  transition: 0.3s all ease;
  padding: 0 10px;
}
@media (max-width: 830px) {
  header.header .container .container-nav .feedback-button {
    display: none;
  }
}
header.header .container .container-nav .feedback-button:hover {
  background: #71d5ff;
}
header.header .container .container-nav .feedback-button:hover .button-text {
  color: #292B32;
}
header.header .container .container-nav .feedback-button .button-text {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: 0.3s all ease;
}
header.header .container .container-nav .burger {
  display: none;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
header.header .container .container-nav .burger .line {
  background: #00B2FF;
  width: 35px;
  height: 5px;
  border-radius: 100px;
  transition: 0.3s all ease;
}
header.header .container .container-nav .burger .line.active {
  background: #CAFF3D;
}
@media (max-width: 830px) {
  header.header .container .container-nav .burger {
    display: flex;
  }
}
header.header .mobile-menu {
  display: none;
}
@media (max-width: 830px) {
  header.header .mobile-menu {
    display: flex;
    background: #fff;
    padding: 20px;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    box-shadow: 0 5px 10px #dcdcdc;
    position: relative;
    transition: 0.3s all ease;
    top: -1000px;
  }
  header.header .mobile-menu.active {
    top: 0;
  }
  header.header .mobile-menu .item {
    color: #adb0bc;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
  }
  header.header .mobile-menu .item:first-child {
    color: #292b32;
  }
  header.header .mobile-menu .feedback-button {
    flex-shrink: 1;
    display: none;
    align-items: center;
    justify-content: center;
    max-width: 250px;
    width: 100%;
    height: 55px;
    border-radius: 12px;
    background: #00B2FF;
    cursor: pointer;
    transition: 0.3s all ease;
    padding: 0 10px;
  }
}
@media (max-width: 830px) and (max-width: 830px) {
  header.header .mobile-menu .feedback-button {
    display: flex;
  }
}
@media (max-width: 830px) {
  header.header .mobile-menu .feedback-button:hover {
    background: #636878;
  }
  header.header .mobile-menu .feedback-button:hover .button-text {
    color: #292B32;
  }
}
@media (max-width: 830px) {
  header.header .mobile-menu .feedback-button .button-text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    transition: 0.3s all ease;
  }
}
header.header .container-menu {
  position: relative;
  z-index: 1;
  background: #F3F4F5;
  box-shadow: 0 5px 10px #dcdcdc;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 1120px;
  top: -1000px;
  transition: 0.8s top ease;
  padding: 30px 35px 15px 35px;
}
@media (max-width: 1670px) {
  header.header .container-menu {
    padding: 0 20px;
  }
}
@media (max-width: 830px) {
  header.header .container-menu {
    display: none;
  }
}
header.header .container-menu.active {
  top: 0;
}
@media (max-width: 1670px) {
  header.header .container-menu.active {
    padding: 30px 20px;
  }
}
header.header .container-menu .categories {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1630px;
  width: 100%;
  gap: 20px;
}
@media (max-width: 920px) {
  header.header .container-menu .categories {
    flex-wrap: wrap;
  }
}
@media (max-width: 800px) {
  header.header .container-menu .categories {
    flex-wrap: nowrap;
  }
}
header.header .container-menu .categories .category {
  display: flex;
  flex-direction: column;
  gap: 25px;
  max-width: 325px;
  width: 100%;
}
header.header .container-menu .categories .category:nth-child(1) {
  max-width: 275px;
}
header.header .container-menu .categories .category:nth-child(2) {
  max-width: 300px;
}
header.header .container-menu .categories .category:nth-child(3) {
  max-width: 260px;
}
header.header .container-menu .categories .category:nth-child(4) {
  max-width: 220px;
}
header.header .container-menu .categories .category h3.title-category {
  color: #00B2FF;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  margin: 0;
}
header.header .container-menu .categories .category .items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
header.header .container-menu .categories .category .items a.item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: fit-content;
}
header.header .container-menu .categories .category .items a.item .text-item {
  color: #292B32;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 28px;
  text-decoration-color: #ADB0BC;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
header.header .container-menu .categories .category .items a.item:hover .text-item {
  color: #00B2FF;
  text-decoration: underline;
  text-decoration-color: #00B2FF;
}
header.header .container-menu .categories .category .items a.item:hover svg path {
  fill: #00B2FF;
}
header.header .container-menu .header_feedback_button_container {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}
header.header .container-menu .header_feedback_button_container a {
  flex-shrink: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  width: 100%;
  height: 55px;
  border-radius: 12px;
  background: #00B2FF;
  cursor: pointer;
  transition: 0.3s all ease;
  padding: 0 10px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: 0.3s all ease;
}
header.header .container-menu .header_feedback_button_container a:hover {
  background: #71d5ff;
  color: #292B32;
}

.date-page-wrap {
  perspective: 2000px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  overflow-y: auto;
  height: 100vh;
  width: 100%;
}

.page-wrap {
  position: relative;
  perspective: 2000px;
}

.landing {
  background: #fff;
  transform-origin: left top;
  transform: rotateY(0deg);
  transition: transform 1s ease-in-out;
  z-index: 10;
}

.date-page {
  position: relative;
  background: #e6f7ff;
  justify-content: center;
  align-items: center;
  font-size: 2rem;
  transform: rotateX(90deg);
  min-height: 100vh;
  transform-origin: top center;
  perspective: 2000px;
  backface-visibility: hidden;
  transform-style: preserve-3d;
}

.show-date {
  z-index: 40;
}
.show-date .date-page {
  transform: rotateX(0deg);
  transition: transform 1.5s ease-in-out;
  z-index: 40;
  overflow-y: auto;
}
.show-date .karaoke-date {
  opacity: 1;
  transform: translateX(0);
}

#show-date {
  background: transparent;
  cursor: pointer;
  margin-right: auto;
  transition: scale 0.3s ease 0s, visibility 0.3s ease 0s;
  border: none;
  outline: none;
}
#show-date:hover {
  scale: 1.05;
}

.date-page {
  overflow-x: hidden;
  padding: 1rem;
}
.date-page__main {
  display: flex;
  align-items: center;
  gap: 90px;
  justify-content: center;
  padding-top: 180px;
  height: 100%;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 991.98px) {
  .date-page__main {
    gap: 40px;
  }
}
@media (max-width: 767.98px) {
  .date-page__main {
    flex-direction: column;
    gap: 20px;
  }
}
.date-page__button {
  border: none;
  outline: none;
  color: #fff;
  font-size: 15px;
  background: #00b2ff;
  font-weight: 500;
  max-width: 252px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 0.625rem;
  min-height: 56px;
  padding: 0.5rem;
  cursor: pointer;
  transition: color 0.3s ease 0s, background 0.3s ease 0s, opacity 0.5s ease 1s;
  opacity: 0;
  margin-top: 30px;
}
.date-page__button:hover {
  color: black;
  background: #caff3d;
}

.calendar-date {
  background: #fff;
  min-height: 53vh;
  border-radius: 12px 12px 6px 6px;
  max-width: 400px;
  width: 100%;
  backface-visibility: hidden;
  background: linear-gradient(145deg, white 0%, #f8f9fa 50%, white 100%), radial-gradient(circle at 20% 30%, rgba(139, 69, 19, 0.04) 0%, transparent 50%), radial-gradient(circle at 80% 70%, rgba(139, 69, 19, 0.03) 0%, transparent 50%), linear-gradient(135deg, rgba(255, 255, 255, 0.9), rgba(245, 245, 245, 0.5));
  box-shadow: rgba(0, 40, 58, 0.294) 0px 35.2557px 70.5114px -15px;
  border-radius: 12px 12px 6px 6px;
  transition: scale 0.7s ease-in-out 0s;
  position: relative;
}
@media (max-width: 767.98px) {
  .calendar-date {
    min-height: 0;
  }
}
.calendar-date:hover {
  scale: 1.03;
}
.calendar-date_second {
  position: absolute;
  top: 0;
  height: 100%;
  left: -50px;
  transition: transform 0.8s cubic-bezier(0.39, 0.575, 0.565, 1) 0s, opacity 0.8s ease 0s;
}
.calendar-date_second-out {
  transform: translateY(-80px) rotateY(90deg) rotateX(10deg);
  opacity: 0;
}
.calendar-date_second-out .calendar-date__blue {
  background: linear-gradient(135deg, #c6431d, #f15201);
}
.calendar-date__dots-list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 21px;
}
.calendar-date__dot {
  background: radial-gradient(circle, #dddddd, #bbbbbb);
  box-shadow: rgba(0, 0, 0, 0.3) 0px 0.5px 1px inset;
  opacity: 1;
  transform: none;
  border-radius: 50%;
  height: 3.5px;
  width: 3.5px;
  flex-shrink: 0;
}
.calendar-date__blue {
  height: 35px;
  background: #00b2ff;
  transition: background 0.3s ease 0s;
}
.calendar-date__date {
  padding: 35px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .calendar-date__date {
    padding: 10px 0 20px 0;
  }
}
.calendar-date__number {
  font-weight: 800;
  font-size: 112px;
  color: #08a1e0;
  font-weight: 800;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
}
.calendar-date__weekday {
  text-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px;
  font-size: 17.5px;
  letter-spacing: 0.15em;
  font-weight: 600;
  color: #5a6c7d;
  margin-bottom: 12px;
}
.calendar-date__dots {
  width: 5.25px;
  height: 5.25px;
  background: #00b2ff;
  border-radius: 50%;
  position: relative;
}
.calendar-date__dots::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #00b2ff;
  opacity: 0.5;
  left: -10px;
  width: 5.25px;
  height: 5.25px;
}
.calendar-date__dots::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #00b2ff;
  opacity: 0.5;
  right: -10px;
  width: 5.25px;
  height: 5.25px;
}

.month-calendar-date {
  background: linear-gradient(rgba(240, 248, 255, 0.8) 0%, rgba(255, 255, 255, 0.9) 50%, rgba(248, 250, 252, 0.8) 100%);
  border-bottom: 1px solid #b3e8ff;
  box-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px inset;
  opacity: 1;
  transform: none;
  padding: 32px 0 32px 0;
}
.month-calendar-date__month {
  position: relative;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  font-weight: 700;
  text-shadow: rgba(0, 0, 0, 0.1) 0px 1px 2px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #2c3e50;
  margin-bottom: 10px;
}
.month-calendar-date__month::before {
  content: "";
  position: absolute;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50px;
  background: #66d0ff;
  width: 40%;
  height: 2px;
}
.month-calendar-date__year {
  font-size: 14px;
  color: #5a6c7d;
  text-align: center;
}

.karaoke-date {
  padding: 32px;
  background: linear-gradient(to bottom, #e6f7ff, #f8fcff);
  border: 2px solid #66d0ff;
  border-radius: 0.625rem;
  max-width: 578px;
  width: 100%;
  transform: translateX(40%);
  opacity: 0;
  transition: opacity 0.6s ease 2s, transform 0.6s ease 2s;
  position: relative;
}
@media (max-width: 767.98px) {
  .karaoke-date {
    width: auto;
    margin-top: 30px;
  }
}
.karaoke-date::before {
  content: "*поет";
  position: absolute;
  right: 0;
  bottom: 101%;
  font-size: 14px;
  color: #00b2ff;
}
.karaoke-date__title {
  font-size: 17.5px;
  border-bottom: 1px solid #b3e8ff;
  padding-bottom: 12px;
  margin-bottom: 24px;
  color: #00b2ff;
  font-weight: 500;
}
.karaoke-date__item {
  font-size: 21px;
  margin-bottom: 16px;
  padding: 12px;
  color: #2c3e50;
  font-weight: 400;
  transition: color 0.3s ease 0s, scale 0.3s ease 0s;
  position: relative;
  display: flex;
  flex-direction: column;
  opacity: 0.6;
}
.karaoke-date__item::after {
  content: "";
  position: static;
  width: 100%;
  background: #00b2ff;
  border-radius: 100px;
  height: 0;
  background: linear-gradient(to right, #66d0ff, #00b2ff);
  width: 0;
  margin-top: 12px;
  transition: width 1s linear 0s;
}
.karaoke-date__item_active {
  color: #00b2ff;
  scale: 1.05;
  font-weight: 600;
  background: #e6f7ff;
  border-left: 3px solid #00b2ff;
  border-radius: 4px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.karaoke-date__item_active::after {
  height: 4px;
  width: 100%;
}

.leaf {
  position: fixed;
  top: -10vh;
  width: 30px;
  height: 30px;
  background: url(/build/images/leaves.b437e310.png) no-repeat center/contain;
  animation: fall linear forwards;
  opacity: 0.9;
  pointer-events: none;
  z-index: 100;
  transition: transform 0.3s ease 0s, filter 0.3s ease 0s;
}

@keyframes fall {
  0% {
    transform: translateX(0) rotate(0deg);
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    transform: translateX(var(--x-move)) translateY(98vh) rotate(280deg);
    opacity: 0;
    visibility: hidden;
  }
}
/**
Для полного соответствия текущей системе js-брекпоинтов
размеры увеличены на 20px
 */
/*
EXAMPLE
.header {
   background-color: red;
   @include _768 {
      background-color: purple;
   }
   @include _480 {
      background-color: black;
   }
}
 */
/* Стили для placeholder
input, textarea {
  @include input-placeholder {
   color: $grey;
  }
}
 */
/* Создание псевдоэлемента
Example
	div::after {
		@include pseudo;
		top: -1rem; left: -1rem;
		width: 1rem; height: 1rem;
	}
 */
/* Создание треугольника
.element {
		&::before {
			@include css-triangle(#ff0000, down);
		}
	}
 */
/* Управление соотношением сторон
Example
div {
  @include responsive-ratio(16,9);
}
 */
.btn-up {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.75);
  right: 20px;
  bottom: 20px;
  border-radius: 50px;
  border: 2px solid #00B2FF;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  z-index: 80;
  transition: 0.3s all ease;
}
.btn-up:hover {
  background-color: #00B2FF;
}
.btn-up.up {
  bottom: 530px !important;
}
@media (max-width: 620px) {
  .btn-up.up {
    bottom: 470px !important;
  }
}
.btn-up:before {
  content: "";
  width: 25px;
  height: 30px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='24' viewBox='0 0 18 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.1267 4.75959C7.13664 6.33293 5.86529 7.49445 4.6353 8.32712C3.61631 9.01695 2.61918 9.48632 1.8174 9.78475C1.41631 9.93403 1.05898 10.0425 0.766619 10.1146C0.495322 10.1816 0.224347 10.2315 0.018605 10.2315L0.0186048 8.60988C0.0185781 8.60988 0.0187193 8.60987 0.0190321 8.60984C0.0267969 8.60915 0.139691 8.59905 0.378087 8.54022C0.605033 8.48421 0.903166 8.39472 1.25173 8.26498C1.94925 8.00536 2.82817 7.59223 3.72623 6.98427C5.51869 5.77083 7.36123 3.80228 8.0435 0.731332L9.61625 0.690221C10.4799 3.80018 12.2955 5.78042 14.0385 6.98948C14.913 7.59604 15.767 8.00657 16.467 8.26382C17.1901 8.52954 17.6882 8.60988 17.8564 8.60988L17.8564 10.2315C17.4096 10.2315 16.7031 10.0782 15.9077 9.78591C15.0891 9.48511 14.1107 9.01314 13.1143 8.32191C11.9407 7.50785 10.7391 6.38699 9.74832 4.8848L9.74832 24.0151L8.1267 24.0151L8.1267 4.75959Z' fill='black'/%3E%3C/svg%3E%0A");
}

.btn-up_hide {
  display: none;
}

footer.footer {
  width: 100%;
}
footer.footer .container {
  max-width: 1630px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  justify-content: space-between;
  padding-bottom: 50px;
}
@media (max-width: 1670px) {
  footer.footer .container {
    padding: 0 20px 50px;
  }
}
@media (max-width: 1044px) {
  footer.footer .container {
    flex-direction: column;
    align-items: center;
  }
}
footer.footer .container .simple-block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1044px) {
  footer.footer .container .simple-block {
    align-items: center;
    width: 100%;
  }
}
@media (max-width: 620px) {
  footer.footer .container .simple-block {
    align-items: normal;
    padding-left: 48px;
  }
}
footer.footer .container .simple-block .logo {
  margin-bottom: 130px;
}
@media (max-width: 500px) {
  footer.footer .container .simple-block .logo .pic {
    display: none;
  }
}
footer.footer .container .simple-block .logo .pic.mobile {
  display: none;
}
@media (max-width: 500px) {
  footer.footer .container .simple-block .logo .pic.mobile {
    display: block;
  }
}
@media (max-width: 1044px) {
  footer.footer .container .simple-block .logo {
    margin-bottom: 0;
  }
}
footer.footer .container .simple-block .oferta, footer.footer .container .simple-block .copyright {
  color: #ADB0BC;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1044px) {
  footer.footer .container .simple-block .oferta, footer.footer .container .simple-block .copyright {
    display: none;
  }
}
footer.footer .container .simple-block .oferta {
  margin-top: 20px;
}
@media (max-width: 1044px) {
  footer.footer .container .simple-block .oferta {
    margin-top: 0;
  }
}
footer.footer .container .questions {
  border-radius: 20px;
  border: 1px solid #D1D3D9;
}
@media (max-width: 1044px) {
  footer.footer .container .questions {
    width: 100%;
  }
}
footer.footer .container .questions .content {
  padding: 30px 30px 30px 50px;
}
@media (max-width: 1044px) {
  footer.footer .container .questions .content {
    padding: 20px;
  }
}
footer.footer .container .questions .content .in-tg {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}
footer.footer .container .questions .content .in-tg span {
  color: #292B32;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
footer.footer .container .questions .content .items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 500px) {
  footer.footer .container .questions .content .items {
    gap: 5px;
  }
}
footer.footer .container .questions .content .items .item {
  color: #636878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 500px) {
  footer.footer .container .questions .content .items .item {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }
}
footer.footer .container .questions .content .items .item a {
  color: #00B2FF;
}
footer.footer .container .questions .content .items a:hover {
  text-decoration: underline;
}
footer.footer .container .questions .content .items a.item {
  color: #00B2FF;
}
footer.footer .container .subscribe {
  border-radius: 20px;
  border: 1px solid #D1D3D9;
}
@media (max-width: 1044px) {
  footer.footer .container .subscribe {
    width: 100%;
  }
}
footer.footer .container .subscribe .content {
  padding: 30px;
}
footer.footer .container .subscribe .content .text {
  color: #292B32;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
footer.footer .container .subscribe .content .socials {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1044px) {
  footer.footer .container .subscribe .content .socials {
    margin-top: 30px;
  }
}
footer.footer .container .subscribe .content .socials a {
  width: 60px;
  height: 60px;
}
footer.footer .container .subscribe .content .socials a .social-active {
  display: none;
}
footer.footer .container .subscribe .content .socials a:hover .social-passive {
  display: none;
}
footer.footer .container .subscribe .content .socials a:hover .social-active {
  display: block;
}
footer.footer .container .subscribe .content .socials a img {
  width: 100%;
}
footer.footer .container .contacts {
  width: 100%;
  max-width: 230px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media (max-width: 1044px) {
  footer.footer .container .contacts {
    align-items: center;
    max-width: 100%;
  }
}
footer.footer .container .contacts .phone, footer.footer .container .contacts .mail {
  color: #292B32;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
footer.footer .container .contacts .phone:hover, footer.footer .container .contacts .mail:hover {
  color: #00B2FF;
}
footer.footer .container .contacts .oferta, footer.footer .container .contacts .copyright {
  color: #ADB0BC;
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
@media (max-width: 1044px) {
  footer.footer .container .contacts .oferta, footer.footer .container .contacts .copyright {
    display: block;
  }
}
footer.footer .container .contacts .address {
  color: #292B32;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 1044px) {
  footer.footer .container .contacts .address {
    font-weight: 700;
  }
}
footer.footer .container .contacts .address span {
  display: block;
}
@media (max-width: 1044px) {
  footer.footer .container .contacts .address span {
    display: inline;
  }
}
footer.footer .container .contacts .tender-button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 100%;
  height: 55px;
  border-radius: 12px;
  background: #00B2FF;
  cursor: pointer;
  transition: 0.3s all ease;
}
@media (max-width: 1044px) {
  footer.footer .container .contacts .tender-button {
    margin-top: 0;
  }
}
footer.footer .container .contacts .tender-button:hover {
  background: #7bd6ff;
}
footer.footer .container .contacts .tender-button:hover .button-text {
  color: #292B32;
}
footer.footer .container .contacts .tender-button .button-text {
  text-align: center;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  transition: 0.3s all ease;
}

.case-wrapper {
  width: 1240px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

._1200 .case-wrapper {
  width: auto;
}

.cssm {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cssm.shown {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cssm2 {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cssm2.shown {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.scale {
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  opacity: 0;
}

.cssm.shown.scale {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.cssm.scale2 {
  -webkit-transform: scale(3);
  transform: scale(3);
  opacity: 0;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.cssm.shown.scale2 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.cssm.up {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
  opacity: 0;
}

.cssm.shown.up {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.down {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  opacity: 0;
}

.cssm.shown.down {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.rotate {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
  opacity: 0;
}

.cssm.shown.rotate {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.cssm.rotate2 {
  -webkit-transition: all 1.3s ease !important;
  transition: all 1.3s ease !important;
  -webkit-transform: rotate(-160deg);
  transform: rotate(-160deg);
  opacity: 0;
}

.cssm.shown.rotate2 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.cssm.rotate3 {
  -webkit-transition: all 0.8s ease !important;
  transition: all 0.8s ease !important;
  -webkit-transform: rotate(-75deg);
  transform: rotate(-75deg);
  opacity: 0;
}

.cssm.shown.rotate3 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.cssm.rotate4 {
  -webkit-transition: all 2s ease !important;
  transition: all 2s ease !important;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
  opacity: 0;
}

.cssm.shown.rotate4 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.cssm.rotate5 {
  -webkit-transition: all 2.4s ease !important;
  transition: all 2.4s ease !important;
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
  opacity: 0;
}

.cssm.shown.rotate5 {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1;
}

.cssm.left {
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.cssm.shown.left {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.right {
  -webkit-transform: translate3d(150px, 0, 0);
  transform: translate3d(150px, 0, 0);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}

.cssm.shown.right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.up2 {
  -webkit-transform: translate3d(0, -150px, 0);
  transform: translate3d(0, -150px, 0);
  opacity: 0;
}

.cssm.shown.up2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.down2 {
  -webkit-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0);
  opacity: 0;
}

.cssm.shown.down2 {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.cssm.opacity {
  opacity: 0 !important;
}

.cssm.shown.opacity {
  opacity: 1 !important;
}

.cssm.slideup {
  opacity: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.94, 1, 0, 0.74);
  transition-timing-function: cubic-bezier(0.94, 1, 0, 0.74);
}

.cssm.shown.slideup {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.cssm2.slideup {
  opacity: 1;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-timing-function: cubic-bezier(0.94, 1, 0, 0.74);
  transition-timing-function: cubic-bezier(0.94, 1, 0, 0.74);
}

.cssm2.shown.slideup {
  opacity: 1;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.csrd i {
  font-style: normal !important;
}

.cssmwrap:before, .cssmwrap:after, .skew-block, .skew-block-2, .skew-block-half, .skew-block-2-half {
  -webkit-transform: skewY(0);
  transform: skewY(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.cssmwrap.shown:before, .cssmwrap.shown:after, .skew-block.shown {
  -webkit-transform: skewY(-7deg);
  transform: skewY(-7deg);
}

.skew-block-2.shown {
  -webkit-transform: skewY(7deg);
  transform: skewY(7deg);
}

.skew-block-half.shown {
  -webkit-transform: skewY(-3.5deg);
  transform: skewY(-3.5deg);
}

.skew-block-2-half.shown {
  -webkit-transform: skewY(3.5deg);
  transform: skewY(3.5deg);
}

._720 .step-title {
  float: none !important;
  width: auto !important;
  padding: 0 10px !important;
  display: block !important;
  box-sizing: border-box;
  margin: 0 !important;
  text-align: center !important;
}

.step-text {
  font-size: 43px;
  font-family: _museo;
  font-weight: 100;
  color: #1f1f1f;
  text-align: left;
  line-height: 60px;
}

._1024 .step-text {
  font-size: 36px;
  line-height: 50px;
}

._720 .step-text {
  float: none !important;
  width: auto !important;
  padding: 0 10px !important;
  display: block !important;
  box-sizing: border-box;
  text-align: center !important;
  margin: -10px 0 40px;
}

._600 .step-text {
  font-size: 32px;
  line-height: 44px;
}

.dots > i {
  width: 7px;
  height: 7px;
  background-color: #e9e9e9;
  border-radius: 100%;
  display: inline-block;
  margin-top: 8px;
}

._720 .dots {
  display: none;
}

.skew-block, .skew-block-2 {
  height: 650px;
  width: 1400px;
  display: block;
  content: "";
  background-color: #257bc8;
  position: absolute;
  left: 50%;
  margin: 0 auto 0 -700px;
}

.skew-block-half, .skew-block-2-half {
  height: 650px;
  display: block;
  content: "";
  background-color: #fff;
  margin: 0 auto;
  position: absolute;
  width: 100%;
}

.skew-block.white, .skew-block-2.white {
  background-color: #fff;
}

._1200 .cssmwrap:before, ._1200 .cssmwrap:after, ._1200 .skew-block, ._1200 .skew-block-2, ._1200 .skew-block-half, ._1200 .skew-block-2-half {
  -webkit-transform: skewY(0) !important;
  transform: skewY(0) !important;
}

._1200 .skew-block-half, ._1200 .skew-block-2-half {
  display: none !important;
}

.case-main-teaser .award {
  position: absolute;
  right: 15px;
  top: 15px;
  z-index: 99;
}

.case-main-teaser .award.award-2 {
  top: 130px;
}

._480 .js-projects-slider.projects-slider {
  margin-bottom: 65px;
}

.hero {
  display: flex;
  overflow: hidden;
  align-items: center;
  min-height: 100vh;
  padding: 10rem 0 7.5rem 0;
}
@media (max-width: 767.98px) {
  .hero {
    padding-bottom: 3.75rem;
  }
}
.hero__container {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 767.98px) {
  .hero__container {
    flex-direction: column-reverse;
  }
}
.hero__title {
  margin-bottom: 3.75rem;
  font-size: clamp(1.625rem, 1rem + 2.5vw, 4rem);
}
@media (max-width: 767.98px) {
  .hero__title {
    margin-bottom: 1.875rem;
  }
}
.hero__button {
  width: 100%;
  max-width: 23.125rem;
  padding: 1.1875rem;
  font-size: 1.125rem;
  font-weight: 700;
}
.hero__img {
  position: relative;
}
.hero__img:hover .hero__img-decor svg {
  rotate: -30deg;
  fill: #beebff;
  scale: 80%;
}
.hero__img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .hero__img {
    max-width: 80%;
    margin-bottom: 2rem;
  }
}
.hero__img-decor {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  width: 150%;
  height: 150%;
  transform: translate(-50%, -50%);
}
.hero__img-decor svg {
  width: 100%;
  height: 100%;
  transition: rotate 0.3s ease 0s, fill 0.3s ease 0s, scale 0.3s ease 0s;
  fill: #caff3d;
}

.advantages {
  padding-top: 0rem;
}
.advantages__list {
  display: grid;
  gap: 3.125rem;
  grid-template-columns: repeat(4, minmax(0, 23.125rem));
  justify-content: center;
}
@media (max-width: 991.98px) {
  .advantages__list {
    grid-template-columns: repeat(2, minmax(0, 23.125rem));
  }
}
@media (max-width: 767.98px) {
  .advantages__list {
    gap: 2.5rem;
    grid-template-columns: minmax(0, 23.125rem);
  }
}
.item-advantages:hover .item-advantages__img::before {
  rotate: -30deg;
  filter: brightness(0.8) saturate(2) hue-rotate(140deg);
}
.item-advantages__img {
  position: relative;
  margin-bottom: 1.5625rem;
}
.item-advantages__img::before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 0;
  display: block;
  width: 9rem;
  height: 7.125rem;
  content: "";
  transition: rotate 0.3s ease 0s, filter 0s linear 0s;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='145' height='115' viewBox='0 0 145 115' fill='none'><path d='M16.2189 0L67.1793 30.594L81.0836 8.35469L83.1789 37.1745L127.193 8.35469L98.0889 51.0751L144.614 83.8937L91.2037 70.0751L108.519 114.903L71.9319 67.443L55.9346 96.5723L56.9935 67.772L0.651208 80.2744L48.2525 48.854L16.2189 0Z' fill='%23CAFF3D'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
.item-advantages__img img {
  max-width: 12.125rem;
}
.item-advantages__title {
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
  font-weight: 700;
}
.item-advantages__text {
  color: var(--Color-7, #636878);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 155.556%;
}
@media (max-width: 767.98px) {
  .item-advantages__text {
    font-size: 1rem;
  }
}

.neiro {
  padding-top: 7.5rem;
  position: sticky;
  top: 10%;
  z-index: 10;
  padding-bottom: 21.875rem;
}
.neiro__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content 4.125rem;
  column-gap: 2.5rem;
  grid-template-areas: "content img" "button img";
}
@media (max-height: 1000px) {
  .neiro__container {
    grid-template-rows: auto 4.125rem;
  }
}
@media (max-width: 991.98px) {
  .neiro__container {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "img" "button";
    grid-template-rows: repeat(3, auto);
  }
}
.neiro__img {
  overflow: hidden;
  border-radius: 1.25rem;
  grid-area: img;
  background: #f9fafb;
  padding: 1.5625rem;
}
.neiro__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1.25rem;
}
@media (max-width: 991.98px) {
  .neiro__img {
    margin-bottom: 1.875rem;
  }
}
.neiro__content {
  grid-area: content;
}
.neiro__title {
  margin-bottom: 2.5rem;
}
@media (max-height: 880px) {
  .neiro__title {
    font-size: 3rem;
  }
}
@media (max-width: 767.98px) {
  .neiro__title {
    margin-bottom: 1.5625rem;
  }
}
.neiro__text {
  margin-bottom: 1.5625rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 155.556%;
  max-width: 33.125rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .neiro__text {
    margin-bottom: 1.875rem;
  }
}
.neiro__button {
  max-width: 23.125rem;
  padding: 0.9375rem;
  grid-area: button;
  height: max-content;
  color: var(--white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.neiro__button:hover {
  color: var(--black-main-color);
  background: var(--primary-hover-color);
}
@media (max-width: 991.98px) {
  .neiro__button {
    max-width: 100%;
  }
}
@media (max-width: 991.98px) {
  .neiro {
    position: relative;
    padding-bottom: 4.0625rem;
  }
}
@media (max-width: 767.98px) {
  .neiro {
    padding-top: 3.75rem;
  }
}

.price {
  position: sticky;
  top: 10%;
  padding-top: 7.8125rem;
  padding-bottom: 7.8125rem;
  transition: background 0.3s ease 0s;
  z-index: 20;
  background: url(/build/images/price-bg.fec3648b.jpg) center center/cover no-repeat;
  background-color: var(--primary-color);
}
.price:hover {
  background: url(/build/images/price-bg-hover.062342dc.jpg) center center/cover no-repeat;
  background-color: var(--secondary-color);
}
.price:hover .price__title {
  color: var(--black-main-color);
}
.price__title {
  margin-bottom: 5rem;
  transition: color 0.3s ease 0s;
  color: var(--white);
}
@media (max-width: 767.98px) {
  .price__title {
    margin-bottom: 2.1875rem;
  }
}
.price__items {
  display: flex;
  justify-content: space-between;
  gap: 0.9375rem;
}
@media (max-width: 767.98px) {
  .price__items {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 991.98px) {
  .price {
    position: relative;
    margin-bottom: 0;
  }
}
@media (max-width: 767.98px) {
  .price {
    padding-top: 4.0625rem;
    padding-bottom: 4.0625rem;
  }
}

.item-price {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 31.9375rem;
  padding: 2.625rem 1.5rem 0.9375rem 1.5rem;
  overflow: hidden;
  border-radius: 1.25rem;
  background: var(--white, #fff);
}
.item-price__title {
  margin-bottom: 0.3125rem;
  text-wrap: nowrap;
  color: var(--black-main-color, #292b32);
  font-size: 1rem;
  font-weight: 700;
}
.item-price__price {
  margin-bottom: 2rem;
  text-wrap: nowrap;
  color: var(--primary-color, #00b2ff);
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .item-price__price {
    font-size: 1.875rem;
  }
}
@media (max-width: 767.98px) {
  .item-price__price {
    margin-bottom: 1.25rem;
    font-size: 1.75rem;
  }
}
.item-price__subtitle {
  margin-bottom: 0.625rem;
  color: var(--Color-7, #636878);
  font-size: 1rem;
  font-weight: 700;
}
.item-price__text {
  max-width: 25rem;
  margin-bottom: 1.8125rem;
  color: var(--Color-7, #636878);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 142.857%;
}
.item-price__button {
  width: 100%;
  margin-bottom: 0.625rem;
  padding: 1.1875rem 0.625rem;
  text-align: center;
  color: var(--primary-light-color, #def5ff);
  font-size: 1.125rem;
  font-weight: 700;
}
.item-price__link {
  display: block;
  width: max-content;
  margin: 0 auto;
  text-align: center;
  color: var(--Color-2, #71d5ff);
  font-size: 0.875rem;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.item-price__bottom {
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
.item-price__tag {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  align-items: center;
  background: #caff3d;
  height: 2.375rem;
  gap: 0.6875rem;
  padding: 0rem 1.125rem 0.0625rem 0.0625rem;
  border-radius: 0 1.25rem 0rem 1.25rem;
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  .item-price__tag {
    font-size: 0.875rem;
  }
}
.item-price__tag-left {
  display: flex;
  align-items: center;
  gap: 0.3125rem;
  background: #fff;
  padding: 0.5625rem 0.625rem;
  border-radius: 0 1.25rem 1.25rem 1.25rem;
  color: var(--Color-7, #636878);
  font-weight: 500;
}
.item-price__tag-right {
  color: var(--primary-color, #00b2ff);
  font-family: Montserrat;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .item-price {
    max-width: 100%;
  }
}

.report-data-lens {
  position: sticky;
  top: 10%;
  z-index: 30;
  background: #fff;
  padding-top: 7.5rem;
}
@media (max-width: 991.98px) {
  .report-data-lens {
    position: relative;
  }
}
.report-data-lens__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: min-content 16.625rem;
  column-gap: 2.5rem;
  grid-template-areas: "content img" "button img";
}
@media (max-width: 991.98px) {
  .report-data-lens__container {
    grid-template-columns: 1fr;
    grid-template-areas: "content" "img" "button";
    grid-template-rows: repeat(3, auto);
  }
}
.report-data-lens__img {
  overflow: hidden;
  border-radius: 1.25rem;
  grid-area: img;
  background: #f9fafb;
  padding: 1.5625rem;
}
.report-data-lens__img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 1.25rem;
}
@media (max-width: 991.98px) {
  .report-data-lens__img {
    margin-bottom: 1.875rem;
  }
}
.report-data-lens__content {
  grid-area: content;
}
.report-data-lens__title {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .report-data-lens__title {
    margin-bottom: 1.5625rem;
  }
}
.report-data-lens__text {
  margin-bottom: 1.5625rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 155.556%;
  max-width: 33.125rem;
  margin-bottom: 3.75rem;
}
@media (max-width: 767.98px) {
  .report-data-lens__text {
    margin-bottom: 1.875rem;
  }
}
.report-data-lens__button {
  max-width: 23.125rem;
  padding: 0.9375rem;
  grid-area: button;
  height: max-content;
  color: var(--white, #fff);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 700;
}
.report-data-lens__button:hover {
  color: var(--black-main-color);
  background: var(--primary-hover-color);
}
@media (max-width: 991.98px) {
  .report-data-lens__button {
    max-width: 100%;
  }
}
@media (max-width: 767.98px) {
  .report-data-lens {
    padding-top: 3.75rem;
  }
}
.report-data-lens .report-data-lens__modal {
  display: none;
  position: fixed;
  z-index: 9999;
  inset: 0;
  background: rgba(0, 0, 0, 0.9);
  justify-content: center;
  align-items: center;
}
.report-data-lens .report-data-lens__modal-img {
  max-width: 90%;
  max-height: 90%;
  border-radius: 0.5rem;
  width: 70%;
  height: auto;
  object-fit: contain;
}
.report-data-lens .report-data-lens__modal-close {
  position: absolute;
  top: 1.25rem;
  right: 1.875rem;
  font-size: 2.5rem;
  color: #fff;
  cursor: pointer;
}

.make-decisions {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.make-decisions__top {
  display: grid;
  grid-template-columns: 1fr minmax(23.75rem, 26.25rem);
  gap: 2.1875rem;
  margin-bottom: 5rem;
}
@media (max-width: 991.98px) {
  .make-decisions__top {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .make-decisions__top {
    margin-bottom: 1.375rem;
  }
}
.make-decisions__banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2.125rem 2.5rem;
  color: var(--black);
  border-radius: 1.25rem;
  background-color: var(--secondary-color);
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .make-decisions__banner {
    padding: 1.0625rem 1.25rem;
    font-size: 1rem;
  }
}
.make-decisions__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem;
}
@media (max-width: 767.98px) {
  .make-decisions__list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767.98px) {
  .make-decisions {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.item-make-decisions__img {
  width: 6.875rem;
  height: 6.0625rem;
  margin-bottom: 2rem;
}
.item-make-decisions__img img {
  width: 100%;
  height: 100%;
}
@media (max-width: 767.98px) {
  .item-make-decisions__img {
    margin-bottom: 1rem;
  }
}
.item-make-decisions__title {
  margin-bottom: 1.5625rem;
  color: var(--black-main-color, #292b32);
  font-size: 1.25rem;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .item-make-decisions__title {
    margin-bottom: 0.9375rem;
    font-size: 1.75rem;
  }
}
.item-make-decisions__text {
  color: var(--Color-7, #636878);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 155.556%;
}
@media (max-width: 767.98px) {
  .item-make-decisions__text {
    font-size: 1rem;
  }
}

.seo-calculator {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.seo-calculator__banner {
  padding: 5.625rem;
  border: 1px solid var(--Neutral-Grey, #dddce0);
  border-radius: 1.25rem;
  background: var(--white, #fff);
}
@media (max-width: 991.98px) {
  .seo-calculator__banner {
    padding: 0;
    border: none;
  }
}
.seo-calculator__title {
  margin-bottom: 2.1875rem;
}
@media (max-width: 767.98px) {
  .seo-calculator__title {
    margin-bottom: 1.25rem;
  }
}
.seo-calculator__subtitle {
  margin-bottom: 2rem;
  color: var(--Color-6, #292b32);
  /* Body 1 */
  font-size: 1.125rem;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .seo-calculator {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }
}

.seo-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 42.1875rem));
  justify-content: space-between;
  font-family: Montserrat;
  gap: 2.1875rem;
  grid-template-areas: "region theme" "queries pages" "options options" "result button" "note note";
}
.seo-form__group {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.seo-form__group--region {
  grid-area: region;
}
.seo-form__group--theme {
  grid-area: theme;
}
.seo-form__group--queries {
  display: grid;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border: 1px solid var(--Neutral-Grey, #dddce0);
  border-radius: 0.75rem;
  background: var(--White, #fff);
  grid-area: queries;
  grid-template-columns: minmax(0, 33.125rem) auto;
  column-gap: 2.75rem;
}
.seo-form__group--queries label {
  grid-column: span 2;
}
.seo-form__group--pages {
  display: grid;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  border: 1px solid var(--Neutral-Grey, #dddce0);
  border-radius: 0.75rem;
  background: var(--White, #fff);
  grid-area: pages;
  grid-template-columns: minmax(0, 33.125rem) auto;
  column-gap: 2.75rem;
}
.seo-form__group--pages label {
  grid-column: span 2;
}
.seo-form__group--options {
  grid-area: options;
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 2.1875rem;
}
.seo-form__group--options label {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 767.98px) {
  .seo-form__group--options {
    align-items: start;
    flex-direction: column;
  }
}
.seo-form__checkbox {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  user-select: none;
  font-size: 1rem;
  gap: 0.5rem;
}
.seo-form__checkbox input[type=checkbox] {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.seo-form__checkbox-box {
  position: relative;
  width: 1.25rem;
  height: 1.25rem;
  transition: background-color 0.2s, border-color 0.2s;
  border: 0.125rem solid #ccc;
  border-radius: 0.25rem;
  background-color: #fff;
}
.seo-form__checkbox input[type=checkbox]:checked + .seo-form__checkbox-box {
  border-color: var(--secondary-color);
  background-color: var(--secondary-color);
}
.seo-form__checkbox input[type=checkbox]:checked + .seo-form__checkbox-box::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0.375rem;
  height: 0.625rem;
  content: "";
  transform: translate(-50%, -50%) rotate(45deg);
  border: solid #000;
  border-width: 0 0.125rem 0.125rem 0;
}
.seo-form__checkbox-label {
  color: var(--black-main-color, #292b32);
  font-size: 1.125rem;
  font-weight: 400;
}
.seo-form .seo-form__checkbox-label {
  font-size: 1.125rem;
}
.seo-form__label {
  margin-bottom: 0.75rem;
  color: var(--Color-8, #adb0bc);
  font-size: 0.875rem;
  font-weight: 400;
}
.seo-form__select {
  position: relative;
  color: var(--Color-6, #292b32);
  border: 1px solid var(--Color-9, #d1d3d9);
  border-radius: 8px;
  background-color: var(--White, #fff) !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3E%3Cpath d='M5 7.5L10 12.5L15 7.5' stroke='%23DDDCE0' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
  appearance: none;
}
.seo-form__select, .seo-form__range {
  width: 100%;
  padding: 0.75rem 1rem;
  color: var(--Color-6, #292b32);
  border-radius: 0.75rem;
  background-color: #f9f9f9;
  /* Body 1 */
  font-family: Montserrat;
  font-size: 1.125rem;
}
.seo-form__select:focus, .seo-form__range:focus {
  border-color: var(--primary-color);
  outline: none;
}
.seo-form__range {
  height: 0.5rem;
  padding: 0;
  border-radius: 1.5rem;
  background: var(--Color-4, #def5ff);
  background: linear-gradient(to right, var(--secondary-color) 0%, var(--secondary-color) var(--value-percent, 50%), #def5ff var(--value-percent, 50%), #def5ff 100%);
  appearance: none;
}
.seo-form__range::-webkit-slider-thumb {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border: none;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  background: var(--white);
  appearance: none;
  filter: drop-shadow(0 4px 24px rgba(16, 24, 64, 0.16));
}
.seo-form__range::-moz-range-thumb {
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border: none;
  border: 1px solid var(--secondary-color);
  border-radius: 50%;
  background: var(--white);
  appearance: none;
  filter: drop-shadow(0 4px 24px rgba(16, 24, 64, 0.16));
}
.seo-form__output {
  padding: 0.75rem 1.375rem;
  color: var(--Color-6, #292b32);
  border: 1px solid var(--Color-9, #d1d3d9);
  border-radius: 0.5rem;
  background: var(--White, #fff);
  font-size: 1rem;
  font-weight: 700;
}
.seo-form__checkbox-label {
  display: flex;
  align-items: center;
  font-size: 0.9375rem;
  gap: 0.5rem;
}
.seo-form__checkbox-label input[type=checkbox] {
  width: 1.125rem;
  height: 1.125rem;
}
.seo-form__result {
  display: flex;
  align-items: center;
  grid-area: result;
  gap: 0.5rem;
}
.seo-form__estimate-label {
  color: var(--Color-6, #292b32);
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .seo-form__estimate-label {
    font-size: 1.75rem;
  }
}
.seo-form__estimate-value {
  color: var(--primary-color);
  font-size: 2.25rem;
  font-weight: 700;
}
@media (max-width: 1199.98px) {
  .seo-form__estimate-value {
    font-size: 1.75rem;
  }
}
.seo-form__submit {
  width: 100%;
  max-width: 23.125rem;
  padding: 1.375rem 2rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  background: var(--primary-color);
  font-size: 1rem;
  font-weight: 600;
  grid-area: button;
  justify-self: end;
}
.seo-form__submit:hover {
  color: var(--black-main-color);
  background: var(--primary-hover-color);
}
@media (max-width: 767.98px) {
  .seo-form__submit {
    max-width: 100%;
  }
}
.seo-form__note {
  color: var(--Color-8, #adb0bc);
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 142.857%;
  grid-area: note;
}
@media (max-width: 767.98px) {
  .seo-form {
    grid-template-columns: 1fr;
    grid-template-areas: "region" "queries" "theme" "pages" "options" "result" "button" "note";
  }
}

.reviews {
  margin-bottom: 7.5rem;
}
@media (max-width: 767.98px) {
  .reviews {
    margin-bottom: 3.75rem;
  }
}

.cities {
  margin-bottom: 8.125rem;
}
@media (max-width: 767.98px) {
  .cities {
    margin-bottom: 4.0625rem;
  }
}
.cities__title {
  margin-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .cities__title {
    margin-bottom: 1.875rem;
  }
}
.cities__list {
  display: grid;
  justify-content: space-between;
  grid-template-columns: repeat(auto-fit, minmax(max-content, 14.375rem));
  column-gap: 3.125rem;
  row-gap: 1.5625rem;
}
@media (max-width: 767.98px) {
  .cities__list {
    column-gap: 0.9375rem;
    row-gap: 0.4375rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.cities__item {
  color: var(--primary-color, #00b2ff);
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 155.556%;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.cities__item:hover {
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .cities__item {
    font-size: 0.9375rem;
  }
}
