/* style-deferred.css — generated by smoove-theme-css-tools/split-css.mjs; do not edit by hand */
.gallery {
  padding: 48px;
  background: #F2F5FA;
  border-radius: 12px;
}

.gallery-swiper {
  border-radius: 12px;
}

.gallery-swiper .swiper-slide {
  position: relative;
  height: auto;
}

.gallery-slide {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.gallery-slide img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.gallery-description {
  margin-top: 24px;
  font-size: 24px;
  line-height: 1.35;
  color: #282828;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
}

.gallery-description > * {
  font-size: 24px;
  line-height: 1.35;
  color: #282828;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
}

.awards-slider {
  margin-top: 32px;
}

.awards-swiper {
  margin-left: -15%;
}

.awards-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F5FA;
  border-radius: 12px;
  padding: 30px;
  cursor: pointer;
  transition: background 0.4s;
}

.awards-slide {
  position: relative;
  width: 100%;
  padding-top: 65%;
}

.awards-slide img,
.awards-slide svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.awards-container {
  display: grid;
  grid-template-columns: repeat(12, calc(8.3333333333% - 22px));
  justify-content: space-between;
  row-gap: 24px;
}

.awards-img {
  position: relative;
  padding-top: 65%;
  max-height: 482px;
  grid-column: 1/7;
  grid-row: 1/4;
}

.awards-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.awards-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 72%;
  background: #F2F5FA;
  border-radius: 12px;
  grid-column: 2 span;
  cursor: pointer;
  transition: background 0.4s;
}

.awards-item img,
.awards-item svg,
.awards-item picture {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 52%;
  height: 59%;
  object-fit: contain;
}

.awards-item picture img {
  width: 100%;
  height: 100%;
}

.member-swiper {
  border-radius: 12px;
}

.member-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F2F5FA;
  border-radius: 12px;
  padding: 54px;
  cursor: pointer;
  transition: background 0.4s;
}

.member-slide {
  position: relative;
  width: 100%;
  padding-top: 48%;
}

.member-slide img,
.member-slide svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pricing {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 18px));
  justify-content: space-between;
  row-gap: 24px;
}

.pricing-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  padding: 24px;
  border-radius: 12px;
  background: #F2F5FA;
}

.pricing-body > * {
  margin-top: 10px;
}

.pricing-body > *:first-child {
  margin-top: 0;
}

.pricing-img {
  position: relative;
  display: block;
  padding-top: 30%;
}

.pricing-img img,
.pricing-img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.pricing-men {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.pricing-men > * {
  margin: 0;
}

.pricing-men > *:nth-child(2) {
  margin-top: 16px;
}

.pricing-men__list {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 0;
}

.pricing-men__list li {
  list-style: none;
}

.pricing-men__list > * {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: -8px;
}

.pricing-men__list > *:last-child {
  margin-right: 0;
}

.pricing-men__list > * > * {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.pricing-men__title {
  font-size: 24px;
  line-height: 1.35;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
  color: #0365C0;
}

.pricing-price {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.pricing-price__count {
  margin: 0;
  margin-bottom: -4px;
  padding-top: 4px;
  font-size: 48px;
  line-height: 1.2;
  font-family: "Baloo 2 Bold", sans-serif;
  font-style: normal;
  color: #0365C0;
}

.pricing-info {
  max-width: 186px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  padding-top: 4px;
}

.pricing-info p {
  color: #282828;
  font-family: "DM Sans SemiBold", sans-serif;
  font-style: normal;
}

.pricing-info._gray p {
  color: #282828;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
  opacity: 0.5;
}

.pricing-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.pricing-footer > * {
  margin-top: 10px;
}

.pricing-footer > *:first-child {
  margin-top: 0;
}

.pricing-button {
  width: 100%;
}

.advanatges {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 16px));
  justify-content: space-between;
  row-gap: 24px;
}

.advanatges-item {
  min-height: 188px;
  display: grid;
  grid-template-columns: 64px auto;
  column-gap: 12px;
  align-items: flex-start;
  padding: 24px;
  background: #F2F5FA;
  border-radius: 12px;
}

.advanatges-icon {
  width: 100%;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  padding: 12px;
  background: #ffffff;
}

.advanatges-icon svg,
.advanatges-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.advanatges-title {
  font-size: 24px;
  line-height: 1.35;
  color: #282828;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
}

.advanatges-content > * {
  margin: 0;
  margin-top: 6px;
}

.advanatges-content > *:first-child {
  margin-top: 0;
}

.advanatges-description {
  color: #282828;
  opacity: 0.5;
}

.advanatges-img {
  position: relative;
  padding-top: 100%;
  grid-row: 1/4;
  grid-column: 2/3;
}

.advanatges-img img,
.advanatges-img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.compliment {
  position: relative;
  padding: 100px 48px;
  display: flex;
  align-items: center;
  min-height: 640px;
}

.compliment-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.compliment-bg img,
.compliment-bg svg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.compliment-content {
  position: relative;
  z-index: 1;
  max-width: 682px;
}

.compliment-content > * {
  margin-top: 24px;
}

.compliment-content > *:first-child {
  margin-top: 0;
}

.compliment-content .title {
  color: #ffffff;
}

.compliment-subtitle {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
}

.compliment-description {
  color: #ffffff;
}

.compliment-box {
  width: fit-content;
}

.compliment-box > * {
  margin-top: 8px;
}

.compliment-box > *:first-child {
  margin-top: 0;
}

.compliment-button .button {
  width: fit-content;
  padding-left: 42px;
  padding-right: 42px;
}

.compliment-info {
  display: flex;
  align-items: center;
  width: fit-content;
  gap: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.3;
  color: #ffffff;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
}

.compliment-block {
  max-width: 570px;
}

.compliment-block > * {
  margin-top: 16px;
}

.compliment-block > *:first-child {
  margin-top: 0;
}

.compliment-block__item > *,
.compliment-block__item > * > *,
.compliment-block__item > * > * > *,
.compliment-block__item > * > * > * > * {
  color: #ffffff;
}

.compliment-block__item > * {
  margin-top: 8px;
}

.compliment-block__item > *:first-child {
  margin-top: 0;
}

.accordionMy {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.accordionMy-row {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  justify-content: space-between;
  column-gap: 24px;
  row-gap: 24px;
}

.accordionMy-item {
  border-radius: 12px;
  overflow: hidden;
  transition: 0.4s ease;
  background: #F2F5FA;
}

.accordionMy-item._show .accordionMy-header__icon {
  top: 24px;
  transform: rotate(45deg);
}

.accordionMy-item._show .accordionMy-body {
  opacity: 1;
  margin-top: -8px;
}

.accordionMy-header {
  position: relative;
  display: grid;
  grid-template-columns: auto 24px;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  cursor: pointer;
  transition: 0.3s;
}

.accordionMy-header__title {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  color: #282828;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
  transition: 0.4s;
}

.accordionMy-header__icon {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease;
}

.accordionMy-body {
  overflow: hidden;
  height: 0;
  opacity: 0;
  transition: 0.4s ease;
  margin-top: 0px;
}

.accordionMy-container {
  padding: 24px;
  padding-top: 0;
  border-radius: 0 0 8px 8px;
  transition: 0.3s ease;
}

.feedback {
  display: grid;
  grid-template-columns: 412px calc(100% - 412px);
  justify-content: space-between;
  row-gap: 20px;
}

.feedback-content > * {
  margin-top: 28px;
}

.feedback-content > *:first-child {
  margin-top: 0;
}

.feedback-info > * {
  margin-top: 12px;
}

.feedback-info > *:first-child {
  margin-top: 0;
}

.feedback-info__text {
  font-family: "DM Sans SemiBold", sans-serif;
  font-style: normal;
  color: #282828;
  font-size: 16px;
  line-height: 1.5;
}

.feedback-info__text span {
  color: #0365C0;
}

.feedback-links {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 10px));
  justify-content: space-between;
  row-gap: 12px;
  max-width: 390px;
}

.feedback-links a {
  transition: 0.4s;
}

.feedback-links > * {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 80px;
  padding: 10px;
  border-radius: 12px;
  background: #F2F5FA;
}

.feedback-links > * img,
.feedback-links > * svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  object-fit: contain;
}

.feedback-video {
  position: relative;
  padding-top: 140%;
}

.feedback-video._show .feedback-video__bg,
.feedback-video._show .feedback-video__play {
  opacity: 0;
  pointer-events: none;
}

.feedback-video._show .feedback-video__block {
  opacity: 1;
  pointer-events: auto;
}

.feedback-video__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  transition: 0.4s;
  opacity: 1;
  z-index: 1;
}

.feedback-video__bg img,
.feedback-video__bg svg,
.feedback-video__bg iframe,
.feedback-video__bg video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.feedback-video__play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #ffffff;
  cursor: pointer;
  transition: background 0.4s;
  opacity: 1;
  z-index: 2;
}

.feedback-video__play svg {
  fill: #94D66C;
  transition: 0.4s;
}

.feedback-video__block {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  pointer-events: none;
  opacity: 0;
  transition: 0.8s;
}

.feedback-video__block img,
.feedback-video__block svg,
.feedback-video__block iframe,
.feedback-video__block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.feedback-slider {
  position: relative;
  margin-left: 16%;
}

.feedback-swiper {
  width: 112%;
  border-radius: 12px;
}

.feedback-pagination {
  position: relative;
  margin-top: 32px;
  background: rgba(115, 115, 115, 0.1);
  width: 100%;
  height: 1px !important;
}

.feedback-pagination .swiper-pagination-progressbar-fill {
  background: #94D66C;
}

.feedback-nav {
  margin-top: 12px;
}

.feedback-container {
  display: grid;
  grid-template-columns: repeat(4, calc(25% - 16px));
  justify-content: space-between;
  row-gap: 32px;
}

.customers > * {
  margin-top: 10px;
}

.customers > *:first-child {
  margin-top: 0;
}

.customers-list {
  display: flex;
  align-items: center;
}

.customers-list__item {
  width: 48px;
  height: 48px;
  border: 1px solid #ffffff;
  border-radius: 50%;
  margin-right: -12px;
}

.customers-list__item:last-child {
  margin-right: 0;
}

.customers-list__item img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.customers-text {
  color: #737373;
}

.customers-text span {
  color: #282828;
  font-family: "DM Sans SemiBold", sans-serif;
  font-style: normal;
}

.certificates-slider {
  margin-top: 32px;
}

.certificates-swiper .swiper-slide {
  height: auto;
}

.certificates-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 38px 42px;
  border-radius: 12px;
  background: #F2F5FA;
}

.certificates-slide img {
  border-radius: 6px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.locations {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}

.locations-row {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  justify-content: space-between;
  row-gap: 14px;
}

.locations-box {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  justify-content: space-between;
  row-gap: 24px;
  height: fit-content;
}

.locations-item {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  cursor: pointer;
}

.locations-item._active .locations-block {
  background: #94D66C;
}

.locations-item._active .locations-name {
  color: #0365C0;
}

.locations-item:hover .locations-block {
  background: #94D66C;
}

.locations-item:hover .locations-name {
  color: #0365C0;
}

.locations-block {
  padding: 24px 26px;
  background: #F2F5FA;
  border-radius: 12px;
  transition: 0.4s;
}

.locations-img {
  position: relative;
  padding-top: 65%;
}

.locations-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.locations-name {
  font-size: 18px;
  line-height: 1.3;
  color: #282828;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
  transition: 0.4s;
}

.locations-map {
  position: relative;
  padding-top: 89%;
}

.locations-map img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.locations-marker {
  position: absolute;
  width: 48px;
  height: 48px;
  transition: 0.4s;
  cursor: pointer;
}

.locations-marker svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  fill: #ffffff;
  transition: 0.4s;
}

.locations-marker._one {
  left: 28.5%;
  top: 43.5%;
}

.locations-marker._two {
  left: 29%;
  top: 57.5%;
}

.locations-marker._three {
  left: 57.5%;
  top: 74.5%;
}

.locations-marker._active {
  transform: scale(1.3);
}

.locations-marker._active svg {
  fill: #0365C0;
}

.locations-description > *,
.locations-description p {
  color: #737373;
}

.locations-info {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 20px));
  justify-content: space-between;
  row-gap: 24px;
  padding-top: 18px;
}

.locations-info__title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 1.25;
  color: #0365C0;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
}

.locations-info__description {
  font-size: 18px;
  line-height: 1.35;
}

.locations-info__description a {
  display: inline-block;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
}

.locations-info__description > * {
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 1.35;
  margin-left: 4px;
  padding-left: 4px;
  color: #414042;
}

.locations-info__description > *:first-child {
  padding-left: 0;
  margin-left: 0;
}

.locations-info__description > *:first-child::before {
  display: none;
}

.locations-info__description > *:last-child {
  padding-right: 0;
}

.locations-info__description > *::before {
  content: "|";
  position: absolute;
  left: -4px;
  top: 50%;
  transform: translateY(-50%);
}

.moving > * {
  margin-top: 32px;
}

.moving > *:first-child {
  margin-top: 0;
}

.moving-container {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 16px));
  justify-content: space-between;
  row-gap: 24px;
}

.moving-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  padding: 24px;
  padding-top: 0;
  background: #F2F5FA;
  border-radius: 12px;
}

.moving-img {
  position: relative;
  width: calc(100% + 48px);
  margin-left: -24px;
  margin-bottom: 20px;
  padding-top: 74.5%;
}

.moving-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0 0;
}

.moving-date {
  color: rgba(40, 40, 40, 0.5);
  margin-bottom: 8px;
}

.moving-date > * {
  color: rgba(40, 40, 40, 0.5);
}

.moving-title {
  margin: 0;
  margin-bottom: 10px;
  color: #282828;
  font-size: 24px;
  line-height: 1.35;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
}

.moving-description {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(40, 40, 40, 0.5);
}

.moving-description > * {
  color: rgba(40, 40, 40, 0.5);
}

.moving-button {
  display: flex;
  align-items: center;
  justify-content: center;
}

.moving-button .button {
  width: fit-content;
  padding: 12px 32px;
}

.consultation {
  display: grid;
  grid-template-columns: 424px calc(100% - 424px);
  align-items: center;
  background: #0365C0;
  border-radius: 12px;
}

.consultation-img {
  position: relative;
  padding-top: 132%;
  height: 100%;
}

.consultation-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 0 0 12px;
  object-position: top;
}

.consultation-container {
  padding: 48px;
}

.consultation-form > * {
  margin-top: 22px;
}

.consultation-form > *:first-child {
  margin-top: 0;
}

.consultation-title,
.consultation-description {
  color: #ffffff;
}

.consultation-title > *,
.consultation-description > * {
  color: #ffffff;
}

.consultation-title {
  max-width: 600px;
  margin-bottom: -10px;
}

.consultation-description {
  font-size: 18px;
}

.consultation-description > * {
  font-size: 18px;
}

.consultation-box > * {
  margin-top: 16px;
}

.consultation-box > *:first-child {
  margin-top: 0;
}

.consultation-box .compliment-info {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.consultation-row {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  row-gap: 16px;
  justify-content: space-between;
}

.footer {
  margin-top: 48px;
  border-radius: 12px 12px 0 0;
  background: #0365C0;
}

.footer-body {
  padding: 50px 0;
}

.footer-container {
  display: grid;
  grid-template-columns: 280px calc(100% - 280px - 56px);
  justify-content: space-between;
}

.footer-box > * {
  margin-top: 20px;
}

.footer-box > *:first-child {
  margin-top: 0;
}

.footer-box .footer-logo {
  display: none;
}

.footer-box .footer-license > * {
  margin-top: 0;
}

.footer-box .footer-license__box {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  column-gap: 48px;
}

.footer-box .footer-license__box > * {
  margin-top: 0;
}

.footer-box .footer-license__img {
  padding: 0;
}

.footer-content p {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.7;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
}

.footer-content a {
  margin-top: 10px;
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
}

.footer-content a.footer-phone {
  margin-top: 0;
  font-size: 24px;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
}

.footer-phone {
  font-size: 24px;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
}

.footer-button {
  width: fit-content;
}

.footer-button .button {
  width: fit-content;
  padding: 12px 32px;
}

.footer-button .compliment-info {
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}

.footer-block {
  display: grid;
  grid-template-columns: 310px calc(100% - 310px - 26px);
  justify-content: space-between;
}

.footer-block .footer-license {
  display: none;
}

.footer-block .footer-logo {
  margin-bottom: 16px;
}

.footer-menu__title {
  margin-bottom: 12px;
  font-size: 24px;
  line-height: 1.35;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
  color: #ffffff;
}

.footer-menu ul {
  margin-left: 0;
}

.footer-menu ul li {
  list-style: none;
  padding: 8px 0;
}

.footer-menu ul a {
  font-size: 18px;
  line-height: 1.35;
  color: #ffffff;
}

.footer-list ul {
  margin-left: 0;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  justify-content: space-between;
  row-gap: 16px;
}

.footer-list ul li {
  list-style: none;
}

.footer-list ul a {
  font-size: 24px;
  line-height: 1.35;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
  color: #ffffff;
}

.footer-license {
  grid-template-columns: repeat(2, calc(50% - 12px));
  justify-content: space-between;
  align-items: flex-end;
}

.footer-license p {
  color: #ffffff;
}

.footer-license__box {
  grid-column: 2/3;
}

.footer-license__box > * {
  margin-top: 10px;
}

.footer-license__box > *:first-child {
  margin-top: 0;
}

.footer-license__img {
  padding-top: 6px;
}

.footer-bottom {
  padding: 24px 0;
  border-top: 1px solid #ffffff;
}

.footer-bottom__container {
  display: flex;
  column-gap: 24px;
  align-items: center;
  justify-content: space-between;
  text-align: center;
}

.footer-bottom__container p {
  font-size: 14px;
  line-height: 1.7;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
  color: rgba(255, 255, 255, 0.5);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.footer-bottom__container a {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  font-size: 14px;
  line-height: 1.7;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
  color: #ffffff;
}

.footer-bottom__container a:first-child {
  padding-left: 0;
}

.footer-bottom__container a:first-child::after {
  display: none;
}

.footer-bottom__container a:last-child {
  padding-right: 0;
}

.footer-bottom__container a::after {
  content: "";
  position: absolute;
  left: -2px;
  top: calc(50% - 1px);
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background: #ffffff;
}

.about-row {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  justify-content: space-between;
  row-gap: 24px;
}

.about-content > * {
  margin: 0;
  margin-top: 24px;
}

.about-content > *:first-child {
  margin-top: 0;
}

.about-content__box > * {
  margin: 0;
  margin-top: 14px;
  color: #737373;
  font-size: 18px;
  line-height: 1.35;
}

.about-content__box > *:first-child {
  margin-top: 0;
}

.about-content__subtitle {
  font-size: 24px;
  line-height: 1.35;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
  color: #0365C0;
}

.about-content__text > * {
  color: #737373;
  font-size: 18px;
  line-height: 1.35;
}

.about-content__text._other {
  width: calc(33.3333333333% - 16px);
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.about-content._small .about-content__text {
  font-size: 16px;
  line-height: 1.5;
}

.about-content._small .about-content__text > * {
  font-size: 16px;
  line-height: 1.5;
}

.about-img,
.about-compliment {
  position: relative;
  height: fit-content;
}

.about-img img,
.about-compliment img {
  position: absolute;
  lo: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.about-img {
  padding-top: 67.3%;
}

.about-compliment {
  padding-top: 48.5%;
}

.about-info {
  display: grid;
  grid-template-columns: repeat(5, calc(20% - 20px));
  justify-content: space-between;
  row-gap: 24px;
}

.about-info__item {
  padding: 24px;
  background: #F2F5FA;
  border-radius: 12px;
}

.about-info__icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: #ffffff;
  border-radius: 12px;
}

.about-info__icon svg,
.about-info__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about-info__title {
  margin: 0;
  margin-top: 12px;
  font-size: 24px;
  line-height: 1.35;
  color: #282828;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
}

.about-info__img {
  position: relative;
  padding-top: 55%;
  grid-row: 2/4;
  grid-column: 2/3;
}

.about-info__img img,
.about-info__img svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.about-info._two {
  grid-template-columns: repeat(2, calc(50% - 12px));
}

.about-info._three {
  grid-template-columns: repeat(3, calc(33.3333333333% - 16px));
}

.about-text {
  color: #737373;
  font-size: 18px;
  line-height: 1.35;
}

.about-text > * {
  color: #737373;
  font-size: 18px;
  line-height: 1.35;
}

.about-video .feedback-video {
  padding-top: 48.5%;
}

.about-video .feedback-video__play {
  width: 64px;
  height: 64px;
  background: #94D66C;
}

.about-video .feedback-video__play svg {
  fill: #ffffff;
}

.numbersSmoove {
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 16px));
  justify-content: space-between;
  row-gap: 24px;
}

.numbersSmoove-item {
  min-height: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 48px 24px;
  background: #F2F5FA;
  border-radius: 12px;
}

.numbersSmoove-subtitle {
  margin-top: 10px;
  font-size: 18px;
  line-height: 1.35;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
  color: #282828;
}

.proud {
  position: relative;
  padding: 48px;
}

.proud-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.proud-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.proud-container {
  position: relative;
  z-index: 1;
}

.proud-container > * {
  margin-top: 32px;
}

.proud-container > *:first-child {
  margin-top: 0;
}

.proud-title {
  max-width: 600px;
  color: #ffffff;
}

.proud-img {
  position: relative;
  padding-top: 30.8%;
  display: block;
  width: 290px;
  height: 376px;
}

.proud-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}

.licensed {
  display: grid;
  grid-template-columns: 49% 51%;
  border-radius: 12px;
  background: #0365C0;
  overflow: hidden;
}

.licensed-img {
  position: relative;
  padding-top: 86%;
  width: 121%;
  pointer-events: none;
}

.licensed-img img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
  border-radius: 0 0 0 12px;
}

.licensed-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 24px;
}

.licensed-content .title {
  color: #ffffff;
}

.licensed-content > * {
  margin: 0;
  margin-top: 32px;
}

.licensed-content > *:first-child {
  margin-top: 0;
}

.licensed-info > * {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.35;
  margin: 0;
  margin-top: 16px;
}

.licensed-info > *:first-child {
  margin-top: 0;
}

.technology {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  row-gap: 24px;
  justify-content: space-between;
}

.technology .title {
  display: none;
}

.technology-content {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}

.technology-content .title {
  display: block;
}

.technology-img {
  position: relative;
  padding-top: 65%;
  max-height: 784px;
}

.technology-img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.guidest {
  position: relative;
  padding-top: 114%;
}

.guidest-swiper {
  width: 133.5%;
  border-radius: 12px;
}

.guidest-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.guidest-bg img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.guidest-content {
  position: absolute;
  left: 24px;
  bottom: 24px;
  width: calc(100% - 48px);
  z-index: 1;
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
}

.guidest-name {
  margin: 0;
  font-size: 24px;
  line-height: 1.35;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
  color: #0365C0;
}

.guidest-subname {
  color: #737373;
}

.contact {
  display: grid;
  grid-template-columns: calc(100% - 312px - 24px) 312px;
  justify-content: space-between;
  grid-template-areas: "map servicesCard" "box servicesCard";
  row-gap: 24px;
}

.contact .servicesCard-contact {
  grid-area: servicesCard;
}

.contact-map {
  grid-area: map;
  position: relative;
  padding-top: 39.5%;
}

.contact-map iframe,
.contact-map img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.contact-box {
  grid-area: box;
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 12px));
  justify-content: space-between;
  row-gap: 24px;
}

.contact-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 48px;
  padding: 24px;
  border-radius: 12px;
  background: #F2F5FA;
}

.contact-info > * {
  margin-top: 6px;
}

.contact-info > *:first-child {
  margin-top: 0;
}

.contact-block > * {
  margin-top: 2px;
}

.contact-block > *:first-child {
  margin-top: 0;
}

.contact-title {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #737373;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
}

.contact-block p {
  font-size: 18px;
  line-height: 1.35;
  color: #0365C0;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
}

.contact-block p span {
  font-size: 14px;
  line-height: 1.7;
  color: #737373;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
}

.contact-block a {
  font-size: 18px;
  line-height: 1.35;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
}

.content > * {
  margin: 0;
  margin-top: 32px;
}

.content > *:first-child {
  margin-top: 0;
}

.content-item > * {
  margin: 0;
  margin-top: 14px;
}

.content-item > *:first-child {
  margin-top: 0;
}

.content-img {
  position: relative;
  margin-bottom: 24px;
  padding-top: 36.3%;
}

.content-img img,
.content-img svg,
.content-img iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.content-title {
  font-size: 32px;
  line-height: 1.25;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
  color: #0365C0;
}

.content-subtitle {
  font-size: 24px;
  line-height: 1.35;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
  color: #0365C0;
}

.content-description {
  font-size: 18px;
  line-height: 1.35;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
  color: rgba(40, 40, 40, 0.5);
}

.content-description > * {
  margin-top: 14px;
  font-size: 18px;
  line-height: 1.35;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
  color: rgba(40, 40, 40, 0.5);
}

.content-description > *:first-child {
  margin-top: 0;
}

.content-description ul,
.content-description ol {
  padding: 0;
}

.content-description ul li,
.content-description ol li {
  color: rgba(40, 40, 40, 0.5);
  font-size: 18px;
  line-height: 1.35;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
}

.content-description ul li > *,
.content-description ol li > * {
  font-size: 18px;
  line-height: 1.35;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
}

.content-description ul li span,
.content-description ol li span {
  color: #0365C0;
  font-family: "DM Sans SemiBold", sans-serif;
  font-style: normal;
}

.content-description p span {
  color: #0365C0;
  font-family: "DM Sans SemiBold", sans-serif;
  font-style: normal;
}

.content-description ul._dash li {
  list-style: none;
}

.content-description ul._dash li::before {
  color: rgba(40, 40, 40, 0.5);
  font-size: 18px;
  line-height: 1.35;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
}

.reviews-slider {
  position: relative;
}

.reviews-swiper {
  width: 134%;
  border-radius: 12px;
}

.reviews-swiper .swiper-slide {
  height: auto;
}

.reviews-item {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 16px;
  padding: 24px;
  background: #F2F5FA;
  border-radius: 12px;
}

.reviews-description {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #282828;
}

.reviews-description > * {
  color: #282828;
}

.reviews-info > * {
  margin-top: 16px;
}

.reviews-info > *:first-child {
  margin-top: 0;
}

.reviews-stars {
  display: flex;
  align-items: center;
  align-items: center;
  gap: 2px;
}

.reviews-user {
  display: grid;
  grid-template-columns: 64px auto;
  align-items: center;
  gap: 12px;
}

.reviews-user__img {
  width: 100%;
  height: 64px;
  border-radius: 50%;
  border: 1px solid #ffffff;
}

.reviews-user__img img,
.reviews-user__img svg {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.reviews-user__name {
  font-size: 24px;
  line-height: 1.35;
  color: #282828;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
}

.reviews-customers {
  display: flex;
  align-items: center;
  justify-content: center;
}

.reviews-customers .customers-list {
  justify-content: center;
}

.reviews-pagination {
  margin-top: 15px;
}

.reviews-feedback .feedback-links {
  max-width: 100%;
}

.reviews-feedback .feedback-links > * {
  min-height: 200px;
}

.reviews-feedback .feedback-links > * img,
.reviews-feedback .feedback-links > * svg {
  width: 30%;
  height: 48%;
}

.servicesCard {
  display: grid;
  grid-template-columns: calc(100% - 312px - 24px) 312px;
  justify-content: space-between;
  grid-template-areas: "compliment contact" "content content";
  row-gap: 32px;
}

.servicesCard-compliment {
  grid-area: compliment;
}

.servicesCard-content {
  grid-area: content;
}

.servicesCard-content > * {
  margin: 0;
  margin-top: 24px;
}

.servicesCard-content > *:first-child {
  margin-top: 0;
}

.servicesCard-content__title {
  font-size: 32px;
  line-height: 1.25;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
  color: #282828;
}

.servicesCard-content__row {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 12px));
  justify-content: space-between;
  row-gap: 24px;
}

.servicesCard-content__col {
  color: rgba(40, 40, 40, 0.5);
}

.servicesCard-content__col > * {
  color: rgba(40, 40, 40, 0.5);
}

.servicesCard-contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  grid-area: contact;
  background: #F2F5FA;
  border-radius: 12px;
}

.servicesCard-contact__content {
  padding: 24px;
}

.servicesCard-contact__content > * {
  margin: 0;
  margin-top: 12px;
}

.servicesCard-contact__content > *:first-child {
  margin-top: 0;
}

.servicesCard-contact__title {
  text-align: center;
  font-size: 32px;
  line-height: 1.25;
  font-family: "Baloo 2 SemiBold", sans-serif;
  font-style: normal;
  color: #0365C0;
}

.servicesCard-contact__description {
  color: rgba(40, 40, 40, 0.5);
  text-align: center;
}

.servicesCard-contact__description > * {
  color: rgba(40, 40, 40, 0.5);
}

.servicesCard-contact__button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.servicesCard-contact__button .button {
  width: fit-content;
  padding: 8px 32px;
}

.servicesCard-contact__img {
  position: relative;
  padding-top: 65%;
}

.servicesCard-contact__img img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0 0 12px 12px;
}

.verified {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 4px;
  row-gap: 8px;
}

.verified-start {
  display: flex;
  align-items: center;
  column-gap: 1px;
}

.verified-count {
  margin-left: 4px;
  font-family: "DM Sans Regular", sans-serif;
  font-style: normal;
  color: #282828;
}

.verified-text {
  color: #737373;
}

.emptyPage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 160px;
  padding-bottom: 10px;
}

.emptyPage-box {
  position: absolute;
}

.emptyPage-box img,
.emptyPage-box svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.emptyPage-box._one {
  width: 134px;
  height: 134px;
  left: -54%;
  top: 21%;
}

.emptyPage-box._two {
  width: 78px;
  height: 78px;
  left: -25%;
  bottom: 5%;
}

.emptyPage-box._three {
  width: 78px;
  height: 78px;
  right: -56%;
  top: 36.5%;
}

.emptyPage-box._foure {
  width: 196px;
  height: 196px;
  right: -37%;
  bottom: 9%;
}

.emptyPage-container {
  position: relative;
  z-index: 1;
  max-width: 628px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}

.emptyPage-title {
  margin: 0;
  margin-bottom: 10px;
  font-size: 350px;
  line-height: 0.65;
  font-family: "Baloo 2 Bold", sans-serif;
  font-style: normal;
  color: #0365C0;
}

.emptyPage-description {
  max-width: 542px;
  font-size: 18px;
  line-height: 1.3;
  color: #282828;
}

.emptyPage-button {
  margin-top: 10px;
}

.emptyPage-button .button {
  padding: 8px 30px;
}

@media (min-width: 576px) {
  .container,
  .container-sm {
    max-width: 540px;
  }

  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal._video .modal-dialog {
    max-width: 540px;
  }

  .modal._widget .modal-dialog {
    max-width: 540px;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}

@media (min-width: 768px) {
  .container,
  .container-md,
  .container-sm {
    max-width: 720px;
  }

  .modal-dialog {
    max-width: 648px;
  }

  .modal._video .modal-dialog {
    max-width: 720px;
  }

  .modal._widget .modal-dialog {
    max-width: 720px;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-top .gslide-image,
  .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }

  .gslide-inline {
    max-height: 95vh;
  }

  .gslide-external {
    max-height: 100vh;
  }

  .gslide-description.description-left,
  .gslide-description.description-right {
    max-width: 275px;
  }

  .glightbox-open {
    height: auto;
  }

  .goverlay {
    background: rgba(0, 0, 0, 0.74);
  }

  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0px rgba(0, 0, 0, 0.65);
  }

  .glightbox-clean .description-left .gdesc-inner,
  .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }

  .glightbox-clean .gprev,
  .glightbox-clean .gnext,
  .glightbox-clean .gclose,
  .glightbox-clean .gpaginaton {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .glightbox-clean .gprev:hover,
  .glightbox-clean .gnext:hover,
  .glightbox-clean .gclose:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .glightbox-clean .gprev {
    top: 45%;
  }

  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media screen and (min-width: 1024px) {
  a:hover {
    color: #94D66C;
  }

  .prev:hover,
  .next:hover {
    background: #A8EA80;
  }

  .prev:hover svg,
  .next:hover svg {
    fill: #ffffff;
  }

  ._mob {
    display: none;
  }

  .button:hover {
    border-color: #A8EA80;
    background: #A8EA80;
    color: #ffffff;
  }

  .button[disabled=disabled],
  .button[disabled] {
    cursor: default;
    pointer-events: none;
  }

  .button._white:hover {
    background: none;
    color: #ffffff;
    border-color: #ffffff;
  }

  .nav-link:hover {
    border-color: #94D66C;
  }

  .paginationMy ul a:hover {
    color: #ffffff;
  }

  .paginationMy ul a:hover svg {
    stroke: #ffffff;
  }

  .header-body,
  .header-block {
    height: auto !important;
  }

  .header-menu ul a:hover {
    color: #94D66C;
  }

  .header-follow {
    display: none;
  }

  .header-burger {
    display: none;
  }

  .bonus-close:hover svg {
    fill: #0365C0;
  }

  .follow-list a:hover {
    background: #94D66C;
  }

  .follow-list a:hover svg {
    fill: #ffffff;
  }

  .follow._white .follow-list a:hover {
    background: #94D66C;
  }

  .follow._white .follow-list a:hover svg {
    fill: #ffffff;
  }

  .firstBlock-play:hover {
    background: #A8EA80;
  }

  .gallery-swiper {
    height: 928px;
    overflow: initial;
  }

  .gallery-swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(40, calc(2.5% - 22px));
    grid-template-rows: repeat(18, calc(5.5555555556% - 22.6px));
    justify-content: space-between;
    row-gap: 24px;
    transform: translate3d(0px, 0px, 0px);
  }

  .gallery-swiper .swiper-wrapper > *:nth-child(1) {
    grid-column: 1/14;
    grid-row: 1/7;
  }

  .gallery-swiper .swiper-wrapper > *:nth-child(2) {
    grid-column: 14/25;
    grid-row: 1/7;
  }

  .gallery-swiper .swiper-wrapper > *:nth-child(3) {
    grid-column: 25/41;
    grid-row: 1/8;
  }

  .gallery-swiper .swiper-wrapper > *:nth-child(4) {
    grid-column: 1/25;
    grid-row: 7/13;
  }

  .gallery-swiper .swiper-wrapper > *:nth-child(5) {
    grid-column: 25/41;
    grid-row: 8/13;
  }

  .gallery-swiper .swiper-wrapper > *:nth-child(6) {
    grid-column: 1/16;
    grid-row: 13/19;
  }

  .gallery-swiper .swiper-wrapper > *:nth-child(7) {
    grid-column: 16/41;
    grid-row: 13/19;
  }

  .gallery-swiper .swiper-wrapper > *:nth-child(n+8) {
    display: none;
  }

  .gallery-swiper .swiper-slide {
    width: 100% !important;
    height: 100%;
  }

  .gallery-slide {
    height: 100%;
  }

  .gallery-pagination {
    display: none;
  }

  .awards-swiper .swiper-slide:hover {
    background: #94D66C;
  }

  .awards-pagination {
    display: none;
  }

  .awards-item:hover {
    background: #94D66C;
  }

  .member-swiper .swiper-slide:hover {
    background: #94D66C;
  }

  .member-pagination {
    display: none;
  }

  .pricing-item:hover {
    cursor: pointer;
  }

  .pricing-item:hover .pricing-button .button {
    background: #A8EA80;
  }

  .accordionMy-header:hover .accordionMy-header__title {
    color: #0365C0;
  }

  .feedback-video__play:hover {
    background: #A8EA80;
  }

  .feedback-video__play:hover svg {
    fill: #ffffff;
  }

  .feedback-links a:hover {
    background: #94D66C;
  }

  .certificates-pagination {
    display: none;
  }

  .moving-title:hover {
    color: #0365C0;
  }

  .consultation._other {
    grid-template-columns: 424px calc(100% - 424px);
  }

  .consultation._other .consultation-img {
    padding-top: 113%;
  }

  .footer-menu ul a:hover {
    color: #A8EA80;
  }

  .footer-list ul a:hover {
    color: #A8EA80;
  }

  .footer-box .footer-logo {
    display: block;
  }

  .footer-box .footer-license {
    display: none;
  }

  .footer-block {
    grid-template-areas: "menu list" "menu license";
  }

  .footer-block .footer-logo {
    display: none;
  }

  .footer-block .footer-license {
    display: grid;
  }

  .footer-menu {
    grid-area: menu;
  }

  .footer-list {
    grid-area: list;
  }

  .footer-license {
    grid-area: license;
  }

  .about-video .feedback-video__play:hover {
    background: #A8EA80;
  }

  .about-info._other .about-info__item {
    display: grid;
    grid-template-columns: 64px auto;
    column-gap: 12px;
    align-items: center;
  }

  .about-info._other .about-info__title {
    margin: 0;
  }

  .guidest-pagination {
    display: none;
  }

  .reviews-pagination {
    display: none;
  }
}

@media (min-width: 1024px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm {
    max-width: 960px;
  }

  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }

  .modal._video .modal-dialog {
    max-width: 960px;
  }

  .modal._widget .modal-dialog {
    max-width: 960px;
  }

  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1140px;
  }

  .modal-xl {
    max-width: 1140px;
  }

  .modal._video .modal-dialog {
    max-width: 1140px;
  }
}

@media screen and (min-width: 1200px) {
  .gallery-swiper {
    height: 1086px;
  }

  .consultation._other {
    grid-template-columns: 494px calc(100% - 494px);
  }

  .consultation._other .consultation-img {
    padding-top: 114%;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1346px;
  }

  .modal._video .modal-dialog {
    max-width: 1346px;
  }
}

@media screen and (min-width: 1400px) {
  .gallery-swiper {
    height: 1246px;
  }
}

@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}

@media screen and (max-width: 1399px) {
  .header-box {
    row-gap: 10px;
    flex-direction: column;
  }

  .header-box .compliment-info {
    display: none;
  }

  .header-box__item .button {
    min-height: 32px;
    padding: 2px 14px;
    font-size: 14px;
  }

  .member-swiper .swiper-slide {
    padding: 40px;
  }

  .advanatges {
    grid-template-columns: repeat(2, calc(50% - 12px));
  }

  .feedback-video {
    padding-top: 164%;
  }

  .certificates-slide {
    padding: 30px;
  }

  .about-info__title {
    font-size: 22px;
    line-height: 1.35;
  }

  .reviews-feedback .feedback-links > * {
    min-height: 150px;
  }
}

@media screen and (max-width: 1199px) {
  .section-content {
    max-width: 480px;
  }

  .section-body > * {
    margin-top: 26px;
  }

  .title {
    font-size: 42px;
  }

  .title._big {
    font-size: 56px;
  }

  ._pt-none {
    padding-top: 0;
  }

  .header-container {
    grid-template-columns: 100px calc(100% - 100px - 20px);
  }

  .firstBlock-swiper .swiper-slide {
    min-height: 560px;
  }

  .firstBlock-slide {
    grid-template-columns: 68% 42%;
  }

  .firstBlock-title {
    font-size: 56px;
    line-height: 1.2;
  }

  .firstBlock-play {
    width: 60px;
    height: 60px;
  }

  .firstBlock-img {
    right: 100px;
    width: 120%;
  }

  .awards-swiper {
    margin-left: -23%;
  }

  .awards-container {
    row-gap: 20px;
    grid-template-columns: repeat(12, calc(8.3333333333% - 18px));
  }

  .pricing {
    grid-template-columns: repeat(2, calc(50% - 12px));
  }

  .pricing-price__count {
    font-size: 44px;
  }

  .advanatges-title {
    font-size: 22px;
  }

  .advanatges-item {
    grid-template-columns: 60px auto;
  }

  .advanatges-icon {
    height: 60px;
  }

  .accordionMy-header {
    padding: 22px;
  }

  .accordionMy-header__title {
    font-size: 22px;
  }

  .accordionMy-container {
    padding: 22px;
    padding-top: 0px;
  }

  .feedback-slider {
    margin-left: 2%;
  }

  .feedback-container {
    row-gap: 24px;
  }

  .moving-title {
    font-size: 22px;
  }

  .consultation-row {
    grid-template-columns: 100%;
  }

  .footer-container {
    grid-template-columns: 260px calc(100% - 260px - 30px);
  }

  .footer-block {
    grid-template-columns: 220px calc(100% - 240px - 20px);
  }

  .about-row {
    grid-template-columns: 100%;
  }

  .about-img,
  .about-compliment {
    padding-top: 63%;
  }

  .about-info {
    grid-template-columns: repeat(3, calc(33.3333333333% - 12px));
    row-gap: 20px;
  }

  .about-info__icon {
    width: 60px;
    height: 60px;
  }

  .about-info__title {
    margin-top: 10px;
    font-size: 20px;
  }

  .about-video .feedback-video {
    padding-top: 63%;
  }

  .about-video .feedback-video__play {
    width: 60px;
    height: 60px;
  }

  .numbersSmoove-item {
    min-height: 210px;
    padding: 40px 24px;
  }

  .technology {
    grid-template-columns: 100%;
  }

  .technology .title {
    display: block;
  }

  .technology-img {
    grid-row: 2/3;
  }

  .technology-content .title {
    display: none;
  }

  .contact {
    grid-template-columns: 100%;
    grid-template-areas: "map" "box" "servicesCard";
  }

  .emptyPage {
    padding-top: 100px;
  }

  .emptyPage-box._three {
    top: 13.5%;
  }

  .emptyPage-box._foure {
    right: -49%;
    width: 150px;
    height: 150px;
  }

  .emptyPage-title {
    font-size: 300px;
  }
}

@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }

  .modal-subtitle {
    font-size: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .numbersSmoove {
    grid-template-columns: repeat(3, calc(33.3333333333% - 14px));
    row-gap: 20px;
  }

  .numbersSmoove-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }
}

@media screen and (max-width: 1023px) {
  .section {
    padding: 40px 0;
  }

  .section-head {
    grid-template-columns: 100%;
    row-gap: 14px;
  }

  .section-body > * {
    margin-top: 22px;
  }

  .section-content {
    margin: 0;
    max-width: 100%;
  }

  .section-content > * {
    margin-top: 10px;
  }

  .section-text {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(40, 40, 40, 0.5);
  }

  .section-text > * {
    font-size: 16px;
    line-height: 1.5;
  }

  .title {
    font-size: 38px;
  }

  .title._big {
    font-size: 48px;
  }

  ._pt-none {
    padding-top: 0;
  }

  .tab-container {
    grid-template-columns: repeat(3, calc(33.3333333333% - 12px));
  }

  .paginationMy {
    margin-top: 30px;
  }

  .header._show {
    border-radius: 0;
  }

  .header._show .header-body {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1);
  }

  .header-container {
    grid-template-columns: 1fr 40px;
    padding: 20px 0;
  }

  .header-body {
    position: absolute;
    left: 0;
    top: 104px;
    background: #0365C0;
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    padding: 24px 0;
    opacity: 0;
    pointer-events: none;
    transform: scale(0.5);
    transform-origin: right top;
    transition: opacity 0.4s, transform 0.4s, top 0.4s;
  }

  .header-block {
    max-width: 720px;
    width: 100%;
    grid-template-columns: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    overflow-y: auto;
  }

  .header-menu {
    padding: 18px 0;
  }

  .header-menu ul {
    flex-direction: column;
  }

  .header-menu ul li {
    padding: 10px 0;
  }

  .header-menu ul a {
    font-size: 18px;
    line-height: 1.35;
    font-family: "Baloo 2 SemiBold", sans-serif;
    font-style: normal;
  }

  .header-box__item {
    width: 100%;
  }

  .header-box .compliment-info {
    display: flex;
  }

  .header-box .button {
    min-height: 40px;
    font-size: 18px;
    width: 100%;
  }

  .bonus-container {
    padding: 8px 0;
  }

  .bonus-content {
    font-size: 12px;
    line-height: 1.3;
    font-family: "DM Sans Regular", sans-serif;
    font-style: normal;
  }

  .bonus-content > * {
    font-size: 12px;
    line-height: 1.3;
    font-family: "DM Sans Regular", sans-serif;
    font-style: normal;
  }

  .firstBlock {
    min-height: auto !important;
  }

  .firstBlock-slide {
    grid-template-columns: 100%;
    min-height: auto !important;
  }

  .firstBlock-content {
    padding-bottom: 36px;
  }

  .firstBlock-info {
    margin-top: 14px;
  }

  .firstBlock-title {
    font-size: 48px;
    line-height: 1.3;
  }

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

  .firstBlock-description > * {
    font-size: 16px;
    line-height: 1.5;
  }

  .firstBlock-img {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    padding-top: 77%;
  }

  .firstBlock-play {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
  }

  .firstBlock-buttons {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 10px));
    margin-top: 26px;
  }

  .firstBlock-buttons .button {
    width: 100%;
  }

  .firstBlock-nav {
    display: none;
  }

  .gallery {
    padding: 24px;
  }

  .gallery-swiper .swiper-slide {
    padding-top: 54%;
    min-height: 200px;
  }

  .gallery-description {
    font-size: 20px;
  }

  .gallery-description > * {
    font-size: 20px;
  }

  .awards-swiper {
    margin-left: -1%;
  }

  .awards-container {
    grid-template-columns: repeat(4, calc(25% - 15px));
  }

  .awards-img {
    grid-column: 1/3;
    grid-row: 1/3;
  }

  .awards-item {
    grid-column: 1 span;
  }

  .pricing-img {
    padding-top: 27%;
  }

  .pricing-price__count {
    font-size: 40px;
  }

  .advanatges {
    grid-template-columns: repeat(2, calc(50% - 10px));
    row-gap: 20px;
  }

  .advanatges-img {
    display: none;
  }

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

  .advanatges-item {
    padding: 20px;
    grid-template-columns: 56px auto;
  }

  .advanatges-icon {
    height: 56px;
    padding: 10px;
  }

  .compliment {
    min-height: 370px;
    padding: 100px 20px;
  }

  .compliment-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .accordionMy {
    row-gap: 20px;
  }

  .accordionMy-row {
    grid-template-columns: 100%;
    row-gap: 20px;
  }

  .accordionMy-item._show .accordionMy-body {
    margin-top: -10px;
  }

  .accordionMy-header {
    padding: 20px;
  }

  .accordionMy-header__title {
    font-size: 20px;
  }

  .accordionMy-container {
    padding: 20px;
    padding-top: 0;
  }

  .accordionMy-container > * {
    font-size: 14px;
    line-height: 1.3;
  }

  .feedback {
    grid-template-columns: 100%;
  }

  .feedback-slider {
    margin: 0;
  }

  .feedback-swiper {
    width: 100%;
  }

  .feedback-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content !important;
    height: 8px !important;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    bottom: auto !important;
    left: auto !important;
    background: none;
  }

  .feedback-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #94D66C;
    background: #ffffff;
    opacity: 1;
    transition: 0.4s;
    margin: 0 2px !important;
  }

  .feedback-pagination .swiper-pagination-bullet-active {
    background: #94D66C;
  }

  .feedback-nav {
    display: none;
  }

  .feedback-info__text {
    font-family: "Baloo 2 SemiBold", sans-serif;
    font-style: normal;
  }

  .feedback-links {
    max-width: 360px;
  }

  .feedback-container {
    grid-template-columns: repeat(2, calc(50% - 8px));
    row-gap: 16px;
  }

  .customers-list__item {
    width: 40px;
    height: 40px;
    margin-right: -10px;
  }

  .locations-row {
    grid-template-columns: 100%;
  }

  .locations-row._other > *:nth-child(2) {
    grid-row: 1/2;
  }

  .locations-block {
    padding: 20px 24px;
  }

  .locations-marker {
    width: 40px;
    height: 40px;
  }

  .locations-info {
    grid-template-columns: 100%;
    row-gap: 20px;
    padding-top: 34px;
  }

  .locations-info__title {
    font-size: 30px;
    line-height: 1.15;
  }

  .locations-info__description {
    font-size: 16px;
    line-height: 1.5;
  }

  .locations-info__description > * {
    font-size: 16px;
    line-height: 1.5;
  }

  .moving-container {
    grid-template-columns: 100%;
    row-gap: 18px;
  }

  .moving-title {
    margin-bottom: 8px;
    font-size: 20px;
  }

  .moving-img {
    padding-top: 56%;
  }

  .moving._news .moving-container {
    grid-template-columns: repeat(2, calc(50% - 8px));
    row-gap: 16px;
  }

  .consultation {
    grid-template-columns: 100%;
  }

  .consultation-container {
    padding: 24px;
  }

  .consultation-row {
    grid-template-columns: repeat(2, calc(50% - 8px));
  }

  .consultation-img {
    padding-top: 67.6%;
  }

  .consultation-img img {
    border-radius: 12px 12px 0 0;
  }

  .footer {
    margin-top: 40px;
  }

  .footer-container {
    grid-template-columns: 100%;
  }

  .footer-bottom__container {
    display: grid;
    grid-template-columns: 100%;
    text-align: left;
    align-items: flex-start;
    row-gap: 4px;
  }

  .footer-bottom__container > *:nth-child(2) {
    grid-row: 1/2;
  }

  .footer-block {
    grid-template-columns: 100%;
    grid-row: 1/2;
  }

  .footer-menu {
    display: none;
  }

  .footer-list ul a {
    font-size: 20px;
  }

  .footer-button {
    width: 100%;
  }

  .footer-button .button {
    width: 100%;
  }

  .about-row {
    row-gap: 20px;
  }

  .about-content > * {
    margin-top: 20px;
  }

  .about-content__box > * {
    margin-top: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .about-content__subtitle {
    font-size: 22px;
  }

  .about-content__text > * {
    font-size: 16px;
    line-height: 1.5;
  }

  .about-content__text._other {
    width: 100%;
    text-align: left;
  }

  .about-img,
  .about-compliment {
    padding-top: 53.161%;
  }

  .about-info__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    background: none;
  }

  .about-info__icon {
    width: 56px;
    height: 56px;
    padding: 10px;
    background: #F2F5FA;
  }

  .about-info__title {
    margin-top: 8px;
    text-align: center;
    font-family: "DM Sans Regular", sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 1.35;
  }

  .about-info__img {
    display: none;
  }

  .about-info._two {
    grid-template-columns: repeat(3, calc(33.3333333333% - 12px));
    row-gap: 24px;
  }

  .about-info._two .about-text {
    grid-column: 3 span;
  }

  .about-video .feedback-video {
    padding-top: 53.161%;
  }

  .about-video .feedback-video__play {
    width: 56px;
    height: 56px;
  }

  .about-text {
    font-size: 16px;
    line-height: 1.5;
  }

  .about-text > * {
    font-size: 16px;
    line-height: 1.5;
  }

  .numbersSmoove {
    grid-template-columns: repeat(2, calc(50% - 10px));
  }

  .numbersSmoove-item {
    min-height: 180px;
    padding: 34px 26px;
  }

  .proud {
    padding: 50px 24px;
  }

  .licensed {
    grid-template-columns: 100%;
  }

  .licensed-img {
    padding-top: 79%;
    width: 119%;
    grid-row: 2/3;
  }

  .licensed-content {
    padding: 48px 24px;
    padding-bottom: 24px;
  }

  .licensed-info > * {
    font-size: 16px;
    line-height: 1.5;
  }

  .licensed-img {
    padding-top: 72%;
    width: 108%;
  }

  .technology {
    row-gap: 20px;
  }

  .technology-img {
    padding-top: 53.161%;
  }

  .guidest {
    padding-top: 122%;
  }

  .guidest-content {
    width: calc(100% - 40px);
    left: 20px;
    bottom: 20px;
    padding: 20px;
  }

  .guidest-name {
    font-size: 22px;
  }

  .contact-box {
    grid-template-columns: 100%;
  }

  .contact-item {
    row-gap: 20px;
  }

  .contact-map {
    padding-top: 56.5%;
  }

  .contact-block > * {
    margin: 0;
  }

  .content > * {
    margin-top: 28px;
  }

  .content-item > * {
    margin-top: 12px;
  }

  .content-description {
    font-size: 16px;
    line-height: 1.5;
  }

  .content-description > * {
    font-size: 16px;
    line-height: 1.5;
  }

  .content-description ul li,
  .content-description ol li {
    font-size: 16px;
    line-height: 1.5;
  }

  .content-description ul li > *,
  .content-description ol li > * {
    font-size: 16px;
    line-height: 1.5;
  }

  .content-title {
    font-size: 28px;
  }

  .content-subtitle {
    font-size: 22px;
  }

  .content-img {
    margin-bottom: 20px;
    padding-top: 47.6%;
  }

  .reviews-user__name {
    font-size: 22px;
  }

  .reviews-feedback .feedback-links {
    grid-template-columns: repeat(2, calc(50% - 8px));
    row-gap: 16px;
  }

  .servicesCard {
    grid-template-columns: 100%;
    grid-template-areas: "compliment" "content" " contact";
  }

  .servicesCard-content__row {
    grid-template-columns: repeat(2, calc(50% - 8px));
    row-gap: 16px;
  }

  .servicesCard-content__title {
    font-size: 30px;
  }

  .servicesCard-contact {
    margin-top: 30px;
  }

  .servicesCard-contact__title {
    font-size: 30px;
  }

  .servicesCard-contact__description {
    font-size: 16px;
    line-height: 1.5;
  }

  .servicesCard-contact__description > * {
    font-size: 16px;
    line-height: 1.5;
  }

  .emptyPage-description {
    font-size: 16px;
    line-height: 1.5;
  }

  .emptyPage-title {
    font-size: 250px;
  }

  .emptyPage-button {
    margin-top: 0;
  }

  .emptyPage-box._one {
    width: 114px;
    height: 114px;
    left: -27%;
    top: 0%;
  }

  .emptyPage-box._two {
    left: -25%;
    bottom: -2%;
  }

  .emptyPage-box._three {
    right: -25%;
  }

  .emptyPage-box._foure {
    right: -27%;
  }
}

@media (max-width: 1023.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }

  .modal-body {
    padding: 12px;
    padding-top: 0;
  }

  .modal-subtitle {
    font-size: 26px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding: 32px 0;
  }

  .section-body > * {
    margin-top: 18px;
  }

  .title {
    font-size: 30px;
  }

  .title._big {
    font-size: 40px;
  }

  ._pt-none {
    padding-top: 0;
  }

  .tab-container {
    grid-template-columns: repeat(2, calc(50% - 5px));
    row-gap: 10px;
  }

  .header-block {
    max-width: 540px;
  }

  .firstBlock-title {
    font-size: 40px;
    line-height: 1.4;
  }

  .firstBlock-play {
    width: 52px;
    height: 52px;
  }

  .firstBlock-buttons {
    margin-top: 18px;
  }

  .gallery-description {
    font-size: 18px;
    line-height: 1.5;
  }

  .gallery-description > * {
    font-size: 18px;
    line-height: 1.5;
  }

  .awards-swiper {
    margin-left: 0;
  }

  .awards-container {
    grid-template-columns: repeat(2, calc(50% - 8px));
    row-gap: 16px;
  }

  .awards-img {
    grid-column: auto;
    grid-row: 1/3;
  }

  .pricing {
    grid-template-columns: 100%;
    row-gap: 15px;
  }

  .pricing-img {
    padding-top: 25%;
  }

  .pricing-price__count {
    font-size: 36px;
  }

  .advanatges {
    grid-template-columns: 100%;
    row-gap: 15px;
  }

  .advanatges-item {
    grid-template-columns: 52px auto;
    min-height: auto;
  }

  .advanatges-title {
    font-size: 18px;
  }

  .advanatges-icon {
    height: 52px;
  }

  .compliment {
    min-height: 350px;
    padding: 50px 20px;
  }

  .accordionMy-header {
    padding: 18px;
  }

  .accordionMy-header__title {
    font-size: 18px;
  }

  .accordionMy-container {
    padding: 18px;
    padding-top: 0;
  }

  .locations-block {
    padding: 16px 18px;
  }

  .locations-marker {
    width: 36px;
    height: 36px;
  }

  .locations-marker._two {
    left: 31.5%;
    top: 60%;
  }

  .locations-marker._three {
    left: 57%;
    top: 74%;
  }

  .locations-info__title {
    font-size: 28px;
    line-height: 1.05;
  }

  .moving-title {
    font-size: 18px;
  }

  .moving._news .moving-container {
    grid-template-columns: 100%;
  }

  .footer {
    margin-top: 32px;
  }

  .footer-list ul a {
    font-size: 18px;
  }

  .about-content > * {
    margin-top: 16px;
  }

  .about-content__box > * {
    margin-top: 12px;
  }

  .about-content__subtitle {
    font-size: 20px;
    line-height: 1.35;
  }

  .about-img,
  .about-compliment {
    padding-top: 67.83%;
  }

  .about-info__icon {
    width: 52px;
    height: 52px;
  }

  .about-info__title {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.5;
  }

  .about-video .feedback-video {
    padding-top: 67.83%;
  }

  .about-video .feedback-video__play {
    width: 52px;
    height: 52px;
  }

  .numbersSmoove-item {
    min-height: 150px;
    padding: 28px 26px;
  }

  .technology-img {
    padding-top: 67.83%;
  }

  .guidest {
    padding-top: 130%;
  }

  .guidest-name {
    font-size: 20px;
  }

  .content > * {
    margin-top: 22px;
  }

  .content-title {
    font-size: 22px;
  }

  .content-title._other {
    font-size: 26px;
  }

  .content-subtitle {
    font-size: 20px;
  }

  .content-img {
    margin-bottom: 16px;
    padding-top: 57.6%;
  }

  .reviews-swiper {
    width: 118%;
  }

  .reviews-user__name {
    font-size: 20px;
  }

  .servicesCard-content__row {
    grid-template-columns: 100%;
  }

  .servicesCard-content__title {
    font-size: 28px;
  }

  .servicesCard-contact__title {
    font-size: 28px;
  }

  .emptyPage-title {
    margin-bottom: 6px;
    font-size: 200px;
  }

  .emptyPage-box._one {
    width: 114px;
    height: 114px;
    left: -7%;
    top: -5%;
  }

  .emptyPage-box._two {
    left: -2%;
    bottom: -14%;
  }

  .emptyPage-box._three {
    right: 0;
    top: 2.5%;
  }

  .emptyPage-box._foure {
    right: -15%;
    bottom: -24%;
  }
}

@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }

  .modal-row {
    grid-template-columns: repeat(2, calc(50% - 8px));
    row-gap: 16px;
  }

  .modal-form > * {
    margin-top: 10px;
  }

  .modal-box {
    padding-top: 4px;
  }

  .modal-box > * {
    margin-top: 16px;
  }

  .modal-box .compliment-info {
    margin-top: 5px;
  }

  .modal-body {
    padding: 10px 0;
  }

  .modal-subtitle {
    font-size: 22px;
  }
}

@media screen and (max-width: 575px) {
  .section {
    padding: 25px 0;
  }

  .section-container > * {
    margin-top: 15px;
  }

  .section-text {
    font-size: 14px;
    line-height: 1.3;
    color: rgba(40, 40, 40, 0.5);
  }

  .section-text > * {
    margin-top: 8px;
    font-size: 14px;
    line-height: 1.3;
  }

  .section-description {
    margin-top: 8px;
  }

  .section-body > * {
    margin-top: 14px;
  }

  p {
    font-size: 14px;
    line-height: 1.3;
  }

  a {
    font-size: 14px;
    line-height: 1.3;
  }

  .title {
    font-size: 26px;
  }

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

  ._pt-none {
    padding-top: 0;
  }

  ul li {
    font-size: 14px;
    line-height: 1.35;
  }

  ul li > * {
    font-size: 14px;
    line-height: 1.35;
  }

  .input {
    font-size: 14px;
  }

  .button {
    font-size: 16px;
    line-height: 1.5;
  }

  .nav {
    gap: 10px;
  }

  .nav-link {
    padding: 6px 14px;
    font-size: 16px;
  }

  .tab-content {
    margin-top: 15px;
  }

  .tab-link {
    font-size: 16px;
    line-height: 1.5;
  }

  .tab-link > * {
    margin-top: 4px;
  }

  .tab-link__img {
    padding-top: 70%;
  }

  .paginationMy {
    margin-top: 20px;
  }

  .paginationMy ul {
    gap: 10px;
  }

  .paginationMy ul li:first-child {
    margin-right: 0;
  }

  .paginationMy ul li:last-child {
    margin-left: 0;
  }

  .header-block {
    max-width: 100%;
  }

  .header-body {
    top: 118px;
  }

  .follow-title {
    font-size: 16px;
    line-height: 1.5;
  }

  .firstBlock-info {
    margin-top: 12px;
  }

  .firstBlock-subtitle {
    font-size: 16px;
    line-height: 1.5;
  }

  .firstBlock-title {
    width: 98%;
    font-size: 32px;
  }

  .firstBlock-description {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.3;
  }

  .firstBlock-description > * {
    font-size: 14px;
    line-height: 1.3;
  }

  .firstBlock-content {
    padding-bottom: 30px;
  }

  .firstBlock-content .compliment-info {
    margin-top: 5px;
  }

  .firstBlock-buttons {
    grid-template-columns: repeat(2, calc(50% - 5px));
    margin-top: 10px;
  }

  .firstBlock-play {
    width: 48px;
    height: 48px;
  }

  .gallery {
    padding: 15px;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .gallery-swiper {
    margin-right: -15px;
    border-radius: 12px 0 0 12px;
  }

  .gallery-description {
    font-size: 16px;
    line-height: 1.5;
  }

  .gallery-description > * {
    font-size: 16px;
    line-height: 1.5;
  }

  .awards-slider {
    margin-top: 15px;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .awards-slide {
    padding-top: 57%;
    min-height: 62px;
  }

  .awards-container {
    grid-template-columns: repeat(2, calc(50% - 5px));
    row-gap: 10px;
  }

  .awards-item {
    padding-top: 70%;
  }

  .awards-item img,
  .awards-item picture,
  .awards-item svg {
    width: 44%;
    height: 55%;
  }

  .member-swiper .swiper-slide {
    padding: 30px;
  }

  .member-slide {
    padding-top: 57%;
    min-height: 62px;
  }

  .pricing-item {
    row-gap: 10px;
    padding: 16px 14px;
    padding-top: 24px;
  }

  .pricing-img {
    min-height: 75px;
    padding-top: 23%;
  }

  .pricing-men__title {
    font-size: 18px;
  }

  .pricing-men > *:nth-child(2) {
    margin-top: 10px;
  }

  .pricing-price__count {
    font-size: 32px;
  }

  .pricing-info {
    max-width: 100%;
    padding-top: 2px;
  }

  .pricing-info p {
    font-size: 16px;
    font-family: "Baloo 2 SemiBold", sans-serif;
    font-style: normal;
  }

  .pricing-info._gray p {
    font-size: 14px;
  }

  .advanatges-item {
    grid-template-columns: 48px auto;
    padding: 15px;
  }

  .advanatges-icon {
    height: 48px;
    padding: 8px;
  }

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

  .compliment {
    min-height: 300px;
    padding: 50px 15px;
  }

  .compliment-button .button {
    width: 100%;
  }

  .compliment-info {
    margin-left: auto;
    margin-right: auto;
  }

  .compliment-content {
    width: 100%;
    max-width: 100%;
  }

  .compliment-content > * {
    margin-top: 15px;
  }

  .compliment-box {
    width: 100%;
  }

  .compliment-box > * {
    margin-top: 5px;
  }

  .compliment-subtitle {
    font-size: 14px;
    line-height: 1.3;
  }

  .accordionMy {
    row-gap: 15px;
  }

  .accordionMy-row {
    row-gap: 15px;
  }

  .accordionMy-item._show .accordionMy-body {
    margin-top: -12px;
  }

  .accordionMy-item._show .accordionMy-header__icon {
    top: 16px;
  }

  .accordionMy-header {
    padding: 16px 15px;
  }

  .accordionMy-header__title {
    font-size: 16px;
    line-height: 1.5;
  }

  .accordionMy-header__icon {
    right: 15px;
  }

  .accordionMy-container {
    padding: 15px;
    padding-top: 0;
  }

  .feedback-content > * {
    margin-top: 15px;
  }

  .feedback-info > * {
    margin-top: 4px;
  }

  .feedback-links {
    grid-template-columns: repeat(4, calc(25% - 8px));
  }

  .feedback-video {
    padding-top: 142%;
  }

  .feedback-pagination {
    margin-top: 14px;
  }

  .feedback-container {
    grid-template-columns: repeat(2, calc(50% - 5px));
    row-gap: 10px;
  }

  .customers > * {
    margin-top: 4px;
  }

  .customers-list__item {
    width: 32px;
    height: 32px;
    margin-right: -8px;
  }

  .certificates-swiper {
    border-radius: 12px;
  }

  .certificates-slider {
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
  }

  .locations {
    row-gap: 16px;
  }

  .locations-item {
    row-gap: 8px;
  }

  .locations-map {
    padding-top: 90%;
  }

  .locations-marker {
    width: 32px;
    height: 32px;
  }

  .locations-marker._two {
    left: 32.5%;
    top: 61.5%;
  }

  .locations-marker._three {
    left: 56%;
    top: 73%;
  }

  .locations-box {
    grid-template-columns: repeat(2, calc(50% - 5px));
    row-gap: 10px;
  }

  .locations-block {
    padding: 14px 16px;
  }

  .locations-name {
    font-size: 16px;
  }

  .locations-info__title {
    font-size: 26px;
    line-height: 1;
  }

  .locations-info__description {
    font-size: 14px;
    line-height: 1.3;
  }

  .locations-info__description > * {
    font-size: 14px;
    line-height: 1.3;
  }

  .moving > * {
    margin-top: 14px;
  }

  .moving-container {
    row-gap: 12px;
  }

  .moving-item {
    row-gap: 10px;
    padding: 16px;
    padding-top: 0;
  }

  .moving-img {
    width: calc(100% + 32px);
    margin-left: -16px;
    margin-bottom: 12px;
    padding-top: 74%;
  }

  .moving-title {
    margin-bottom: 6px;
    font-size: 16px;
    line-height: 1.5;
  }

  .moving-button .button {
    width: 100%;
    font-size: 18px;
  }

  .moving._news .moving-container {
    row-gap: 12px;
  }

  .consultation-container {
    padding: 20px 15px;
  }

  .consultation-row {
    grid-template-columns: 100%;
    row-gap: 10px;
  }

  .consultation-description {
    font-size: 14px;
  }

  .consultation-description > * {
    font-size: 14px;
  }

  .consultation-box > * {
    margin-top: 10px;
  }

  .consultation-info .compliment-info {
    margin-top: 5px;
  }

  .consultation-form > * {
    margin-top: 15px;
  }

  .footer {
    margin-top: 25px;
  }

  .footer-body {
    padding-bottom: 14px;
  }

  .footer-list ul {
    grid-template-columns: repeat(2, calc(50% - 7px));
    row-gap: 10px;
  }

  .footer-list ul a {
    font-size: 16px;
    line-height: 1.5;
  }

  .footer-content a {
    margin: 0;
    font-size: 14px;
    line-height: 1.3;
  }

  .footer-content a.footer-phone {
    font-size: 16px;
  }

  .footer-bottom {
    padding: 18px 0;
  }

  .footer-button .compliment-info {
    margin-top: 5px;
  }

  .about-row {
    row-gap: 16px;
  }

  .about-content > * {
    margin-top: 15px;
  }

  .about-content__box > * {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
  }

  .about-content__subtitle {
    font-size: 18px;
    line-height: 1.35;
  }

  .about-content__text > * {
    font-size: 14px;
    line-height: 1.3;
  }

  .about-content._small .about-content__text {
    font-size: 14px;
    line-height: 1.3;
  }

  .about-content._small .about-content__text > * {
    font-size: 14px;
    line-height: 1.3;
  }

  .about-img,
  .about-compliment {
    min-height: 200px;
    padding-top: 56%;
  }

  .about-info {
    row-gap: 15px;
  }

  .about-info__icon {
    width: 48px;
    height: 48px;
    padding: 8px;
  }

  .about-info__title {
    margin-top: 4px;
    font-size: 14px;
    line-height: 1.3;
  }

  .about-text {
    font-size: 14px;
    line-height: 1.3;
  }

  .about-text > * {
    font-size: 14px;
    line-height: 1.3;
  }

  .about-video .feedback-video {
    min-height: 200px;
    padding-top: 56%;
  }

  .about-video .feedback-video__play {
    width: 48px;
    height: 48px;
  }

  .numbersSmoove {
    grid-template-columns: repeat(2, calc(50% - 5px));
    row-gap: 10px;
  }

  .numbersSmoove-item {
    min-height: 120px;
    padding: 22px 28px;
  }

  .numbersSmoove-subtitle {
    font-size: 14px;
    line-height: 1.3;
  }

  .proud {
    padding: 50px 15px;
  }

  .proud-img {
    padding-top: 57.8%;
    width: 49%;
    height: auto;
  }

  .licensed-content {
    padding: 52px 16px;
    padding-bottom: 24px;
  }

  .licensed-content > * {
    margin-top: 14px;
  }

  .licensed-info > * {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.3;
  }

  .technology {
    row-gap: 15px;
  }

  .technology-img {
    min-height: 200px;
    padding-top: 56%;
  }

  .technology-content {
    row-gap: 14px;
  }

  .guidest {
    padding-top: 139%;
  }

  .guidest-swiper {
    width: 100%;
  }

  .guidest-content {
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
    padding: 15px;
  }

  .guidest-name {
    font-size: 18px;
    line-height: 1.35;
  }

  .contact {
    row-gap: 14px;
  }

  .contact-title {
    font-size: 14px;
    line-height: 1.3;
  }

  .contact-item {
    padding: 14px;
  }

  .contact-box {
    row-gap: 14px;
  }

  .content > * {
    margin-top: 18px;
  }

  .content-item > * {
    margin-top: 10px;
  }

  .content-title {
    font-size: 18px;
    line-height: 1.35;
  }

  .content-subtitle {
    font-size: 18px;
    line-height: 1.35;
  }

  .content-description {
    font-size: 14px;
    line-height: 1.3;
  }

  .content-description > * {
    font-size: 14px;
    line-height: 1.3;
  }

  .content-description ul li,
  .content-description ol li {
    font-size: 14px;
    line-height: 1.3;
  }

  .content-description ul li > *,
  .content-description ol li > * {
    font-size: 14px;
    line-height: 1.3;
  }

  .content-img {
    margin-bottom: 14px;
    padding-top: 67.6%;
  }

  .reviews-swiper {
    width: 100%;
  }

  .reviews-item {
    row-gap: 12px;
    padding: 15px;
  }

  .reviews-user__name {
    font-size: 18px;
    line-height: 1.35;
  }

  .reviews-feedback .feedback-links {
    grid-template-columns: repeat(2, calc(50% - 5px));
    row-gap: 10px;
  }

  .reviews-feedback .feedback-links > * {
    min-height: 120px;
  }

  .reviews-feedback .feedback-links > * img,
  .reviews-feedback .feedback-links > * svg {
    width: 57%;
    height: 55%;
  }

  .servicesCard {
    row-gap: 20px;
  }

  .servicesCard-content > * {
    margin-top: 15px;
  }

  .servicesCard-content__title {
    font-size: 26px;
    line-height: 1;
  }

  .servicesCard-content__row {
    row-gap: 10px;
  }

  .servicesCard-contact__content {
    padding: 16px;
    padding-top: 48px;
  }

  .servicesCard-contact__title {
    font-size: 26px;
    line-height: 1;
    text-align: left;
  }

  .servicesCard-contact__description {
    text-align: left;
  }

  .servicesCard-contact__button {
    width: 100%;
    margin-top: 14px;
  }

  .servicesCard-contact__button .button {
    width: 100%;
  }

  .verified {
    column-gap: 1px;
  }

  .verified-start > * {
    width: 18px;
    height: 18px;
  }

  .emptyPage {
    min-height: calc(100dvh - 784px);
    padding-top: 20%;
    padding-bottom: 7%;
  }

  .emptyPage-title {
    font-size: 150px;
  }

  .emptyPage-description {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.3;
  }

  .emptyPage-button {
    width: 100%;
  }

  .emptyPage-button .button {
    width: 100%;
  }

  .emptyPage-box._one {
    width: 88px;
    height: 88px;
    left: -1px;
    top: -1%;
  }

  .emptyPage-box._two {
    left: -1%;
    bottom: -3%;
    transform: rotate(14deg);
  }

  .emptyPage-box._three {
    top: 12%;
    right: 0px;
    transform: rotate(162deg);
  }

  .emptyPage-box._foure {
    width: 98px;
    height: 98px;
    right: -1.4%;
    bottom: 5%;
  }
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }

  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }

  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }

  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }

  .modal-row {
    grid-template-columns: 100%;
    row-gap: 10px;
  }

  .modal-content {
    padding: 15px;
    padding-bottom: 40px;
  }

  .modal-subtitle {
    font-size: 18px;
    line-height: 1.35;
  }

  .modal-body > * {
    margin-top: 14px;
  }

  .modal-item > * {
    margin-top: 10px;
  }

  .modal-block > * {
    margin-top: 14px;
  }
}

@media screen and (max-width: 420px) {
  .compliment {
    min-height: 200px;
  }
}

@media (max-width: 374.98px) {
  .modal-content {
    padding-bottom: 18px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }

  .fade {
    transition: none;
  }

  .nav-link {
    transition: none;
  }
}