.inner-page {
  padding-top: 260px;
}
@media (max-width: 1100px) {
  .inner-page {
    padding-top: 192px;
  }
}
@media (max-width: 950px) {
  .inner-page {
    padding-top: 148px;
  }
}
@media (max-width: 680px) {
  .inner-page {
    padding-top: 112px;
  }
}

h1 {
  position: relative;
}
h1::before {
  content: "";
  display: block;
  width: 100vw;
  height: 48px;
  position: absolute;
  top: -128px;
  left: calc((100vw - 100%) / 2 * -1);
  background: url("../new-img/breadcrumbs-images.svg") 0 0/auto 48px repeat-x;
  animation: running_p 80000s infinite linear;
}
@media (max-width: 950px) {
  h1::before {
    top: -56px;
  }
}
@media (max-width: 680px) {
  h1::before {
    height: 24px;
    top: -48px;
    background-size: auto 24px;
  }
}

@keyframes running_p {
  from {
    background-position: 0% 50%;
  }
  to {
    background-position: -3000000px 50%;
  }
}
@media (max-width: 950px) {
  .inner-sect {
    margin-top: 80px;
  }
}
@media (max-width: 680px) {
  .inner-sect {
    margin-top: 40px;
  }
}

.menu_and_slider {
  display: grid;
  grid-template-columns: 256px auto;
  gap: 32px;
}
@media (max-width: 950px) {
  .menu_and_slider {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .menu_and_slider {
    gap: 16px;
  }
}

.stabilization_menu {
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  justify-content: flex-start;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 950px) {
  .stabilization_menu {
    flex-direction: row;
    align-items: flex-start;
  }
}

.stabilization_menu__link {
  display: block;
  padding: 12px 20px;
  border-radius: 8px;
  background: var(--color-2);
  color: #fff;
  font-weight: 600;
  transition: 0.4s;
}
.stabilization_menu__link:hover {
  border-radius: 16px;
}
@media (max-width: 680px) {
  .stabilization_menu__link {
    padding: 8px 12px;
    border-radius: 4px;
  }
}

.stabilization_contnent {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 950px) {
  .stabilization_contnent {
    height: calc((100vw - 48px) * 0.54);
  }
}
@media (max-width: 680px) {
  .stabilization_contnent {
    height: calc((100vw - 24px) * 0.54);
    border-radius: 16px;
  }
}

.stabilization_slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.stabilization_slider .owl-nav {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
}
@media (max-width: 680px) {
  .stabilization_slider .owl-nav {
    right: 16px;
    bottom: 16px;
  }
}
.stabilization_slider .owl-stage-outer,
.stabilization_slider .owl-stage,
.stabilization_slider .owl-item {
  height: 100%;
}

.stabilization_slide {
  position: relative;
  height: 100%;
}

.stabilization_background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 680px) {
  .stabilization_background {
    border-radius: 16px;
  }
}

.owl-prev,
.owl-next {
  width: 64px;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-4);
  transition: 0.4s;
}
.owl-prev:hover,
.owl-next:hover {
  background: var(--color-3);
}
@media (max-width: 680px) {
  .owl-prev,
  .owl-next {
    width: 44px;
    height: 44px;
  }
}

.stabilization_button {
  position: absolute;
  left: 32px;
  bottom: 32px;
  z-index: 2;
}
@media (max-width: 680px) {
  .stabilization_button {
    left: 16px;
    bottom: 16px;
  }
}

.statistics {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 64px 32px;
}
@media (max-width: 680px) {
  .statistics {
    gap: 32px;
  }
}

.statistics__item {
  flex: 1;
}
@media (max-width: 950px) {
  .statistics__item {
    flex: 100%;
  }
}

.statistics__graf {
  width: 132px;
  height: 132px;
  margin: 0 auto 32px;
  border-radius: 50%;
  background: var(--color-2);
  position: relative;
}
@media (max-width: 950px) {
  .statistics__graf {
    width: 200px;
    height: 200px;
  }
}
@media (max-width: 680px) {
  .statistics__graf {
    width: 132px;
    height: 132px;
    margin-bottom: 16px;
  }
}

.statistics__persent {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  width: 84px;
  height: 84px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
}
@media (max-width: 950px) {
  .statistics__persent {
    width: 126px;
    height: 126px;
  }
}
@media (max-width: 680px) {
  .statistics__persent {
    width: 84px;
    height: 84px;
  }
}

.statistics__circle {
  position: absolute;
  top: 0;
  left: 0;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
}
@media (max-width: 950px) and (min-width: 681px) {
  .statistics__circle {
    top: 1px;
    left: 1px;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
  }
}
.statistics__circle circle {
  stroke: var(--color-1);
  transition: 2s linear;
}
@media (max-width: 950px) and (min-width: 681px) {
  .statistics__circle circle {
    stroke-width: 20px;
  }
}

.slow_down {
  display: grid;
  gap: 48px 32px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 950px) {
  .slow_down {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .slow_down {
    gap: 32px;
  }
}

.circle_image {
  position: relative;
  z-index: 1;
  width: 120px;
  height: 120px;
  margin: 0 auto 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .circle_image {
    width: 80px;
    height: 80px;
    margin-bottom: 16px;
  }
}
@media (max-width: 680px) {
  .circle_image img {
    width: 64px;
    height: 64px;
  }
}

.circle_image__circle {
  position: absolute;
  z-index: -1;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--color-4);
  transition: 0.4s linear;
}
.circle_image__circle.before-animate {
  top: 24px;
  left: 24px;
}
@media (max-width: 680px) {
  .circle_image__circle.before-animate {
    top: 16px;
    left: 16px;
  }
}
@media (max-width: 680px) {
  .circle_image__circle {
    width: 48px;
    height: 48px;
  }
}

.circle-animate-1:not(.before-animate) {
  left: 0;
  top: 48px;
}
@media (max-width: 680px) {
  .circle-animate-1:not(.before-animate) {
    top: 32px;
  }
}

.circle-animate-2 {
  background: var(--color-1);
}
.circle-animate-2:not(.before-animate) {
  left: 0;
  top: 0;
}

.circle-animate-3 {
  background: var(--color-1);
}
.circle-animate-3:not(.before-animate) {
  left: 48px;
  top: 0;
}
@media (max-width: 680px) {
  .circle-animate-3:not(.before-animate) {
    left: 32px;
  }
}

.circle-animate-4:not(.before-animate) {
  left: 48px;
  top: 24px;
}
@media (max-width: 680px) {
  .circle-animate-4:not(.before-animate) {
    left: 32px;
    top: 16px;
  }
}

.circle-animate-5,
.circle-animate-6,
.circle-animate-7,
.circle-animate-8 {
  background: #fff;
}

.circle-animate-5:not(.before-animate) {
  left: 48px;
  top: 0;
}
@media (max-width: 680px) {
  .circle-animate-5:not(.before-animate) {
    left: 32px;
    top: 0;
  }
}

.circle-animate-6:not(.before-animate) {
  left: 24px;
  top: 48px;
}
@media (max-width: 680px) {
  .circle-animate-6:not(.before-animate) {
    left: 16px;
    top: 32px;
  }
}

.circle-animate-7:not(.before-animate) {
  left: 48px;
  top: 24px;
}
@media (max-width: 680px) {
  .circle-animate-7:not(.before-animate) {
    left: 32px;
    top: 16px;
  }
}

.circle-animate-8:not(.before-animate) {
  left: 0px;
  top: 48px;
}
@media (max-width: 680px) {
  .circle-animate-8:not(.before-animate) {
    left: 0px;
    top: 32px;
  }
}

.lenses {
  margin-top: 48px;
}

.lenses__row {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid #E6E6E6;
  display: grid;
  grid-template-columns: 256px 1fr 1fr;
  gap: 32px;
}
@media (max-width: 950px) {
  .lenses__row {
    grid-template-columns: 256px 1fr;
  }
}
@media (max-width: 680px) {
  .lenses__row {
    grid-template-columns: 116px 1fr;
    padding-top: 12px;
    padding-bottom: 12px;
    gap: 16px;
  }
}
.lenses__row:first-child {
  padding-top: 0;
}
.lenses__row:last-child {
  padding-bottom: 0;
  border: none;
}

.lenses__row--header {
  position: relative;
}
@media (max-width: 950px) {
  .lenses__row--header {
    padding-right: 104px;
  }
}
@media (max-width: 680px) {
  .lenses__row--header {
    padding-right: 76px;
  }
}

.lenses__item--big {
  grid-column: span 2;
  padding: 24px;
  border-radius: 20px;
  background: var(--color-3);
}
@media (max-width: 950px) {
  .lenses__item--big {
    grid-column: span 1;
  }
}
@media (max-width: 680px) {
  .lenses__item--big {
    padding: 12px;
    border-radius: 16px;
  }
}

@media (max-width: 950px) {
  .lenses__item--night {
    display: none;
  }
}

.lenses__title {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

@media (max-width: 950px) {
  .lenses__ico {
    display: none;
  }
}

.lenses__tab {
  display: none;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 8px;
  border-radius: 40px;
  background: var(--color-2);
  cursor: pointer;
}
@media (max-width: 950px) {
  .lenses__tab {
    display: flex;
  }
}
@media (max-width: 680px) {
  .lenses__tab {
    padding: 4px;
    gap: 4px;
  }
}
.lenses__tab::before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  left: 8px;
  background: #fff;
  border-radius: 50%;
  z-index: -1;
  transition: 0.4s;
}
@media (max-width: 680px) {
  .lenses__tab::before {
    top: 4px;
    left: 4px;
    width: 28px;
    height: 28px;
  }
}
@media (max-width: 680px) {
  .lenses__tab img {
    width: 28px;
  }
}

.lenses--niht .lenses__tab::before {
  left: 48px;
}
@media (max-width: 680px) {
  .lenses--niht .lenses__tab::before {
    left: 36px;
  }
}
@media (max-width: 950px) {
  .lenses--niht .lenses__item--day {
    display: none;
  }
  .lenses--niht .lenses__item--night {
    display: block;
  }
}

.beige-block {
  padding-top: 120px;
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
  background: var(--color-4);
  padding-top: 120px;
}
@media (max-width: 950px) {
  .beige-block {
    padding-top: 80px;
  }
}
@media (max-width: 680px) {
  .beige-block {
    padding-top: 40px;
  }
}

.comfort .owl-nav,
.comfort .owl-dots {
  display: none;
}
.comfort .owl-stage-outer {
  overflow: visible;
}

.comfort__item {
  width: 256px;
  height: 360px;
  border-radius: 20px;
  position: relative;
}
.comfort__item.comfort__item--flip img, .comfort__item.comfort__item--flip .comfort__title {
  transform: rotateY(180deg);
}
.comfort__item.comfort__item--flip .comfort__text {
  transform: rotateY(360deg);
}
@media (max-width: 680px) {
  .comfort__item {
    width: 184px;
    height: 260px;
  }
}
.comfort__item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  backface-visibility: hidden;
  transition: 0.4s linear;
  transform-style: preserve-3d;
  border-radius: 16px;
}

.comfort__title {
  position: absolute;
  left: 8px;
  bottom: 8px;
  right: 8px;
  padding: 8px;
  border-radius: 16px;
  background: #fff;
  backface-visibility: hidden;
  transition: 0.4s linear;
  transform-style: preserve-3d;
}

.comfort__text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 16px;
  background: var(--color-3);
  transform: rotateY(180deg);
  backface-visibility: hidden;
  transition: 0.4s linear;
  transform-style: preserve-3d;
  border-radius: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.running_pictures {
  height: 176px;
  background: url(../new-img/running_pictures.svg) 0% 50%/auto 48px repeat-x;
  animation: running_p 80000s infinite linear;
}
@media (max-width: 680px) {
  .running_pictures {
    background-size: auto 24px;
    height: 88px;
  }
}
.running_pictures--2 {
  height: 48px;
  background-image: url(../new-img/breadcrumbs-images.svg);
  width: 100vw;
  margin-left: calc((100vw - 100%) / 2 * -1);
}
@media (max-width: 680px) {
  .running_pictures--2 {
    height: 24px;
  }
}

ol.big-ol {
  padding-left: 0;
}
ol.big-ol li {
  margin-bottom: 32px;
  padding: 8px 0 8px 80px;
}
@media (max-width: 680px) {
  ol.big-ol li {
    margin-bottom: 16px;
    padding-left: 52px;
  }
}
ol.big-ol li::before {
  content: counter(point);
  top: 0;
  left: 0;
  width: 48px;
  height: 48px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--color-4);
}
@media (max-width: 680px) {
  ol.big-ol li::before {
    width: 36px;
    height: 36px;
  }
}
ol.big-ol li > span {
  flex: 1;
}

.test_vision {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 680px) {
  .test_vision {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}

.test_vision__item {
  padding: 32px;
  border-radius: 20px;
  background: var(--color-1);
  cursor: pointer;
}
@media (max-width: 680px) {
  .test_vision__item {
    padding: 16px;
    border-radius: 16px;
  }
}

.test_popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000000;
}
.test_popup p:last-child {
  margin-bottom: 0;
}

.test_popup__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  overflow: hidden auto;
  padding: 80px 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
@media (max-width: 950px) {
  .test_popup__inner {
    padding: 40px 32px;
  }
}
@media (max-width: 680px) {
  .test_popup__inner {
    padding: 32px 16px;
  }
}

.test_popup__block {
  display: grid;
  grid-template-columns: 1fr 32px;
  gap: 16px;
  margin-right: -24px;
  width: 724px;
  max-width: 100%;
}
@media (max-width: 680px) {
  .test_popup__block {
    margin-right: 0;
    padding-left: 32px;
    grid-template-columns: 1fr 24px;
    gap: 8px;
  }
}

.test_popup__content {
  padding: 32px;
  border-radius: 20px;
  background: #fff;
}
@media (max-width: 680px) {
  .test_popup__content {
    padding: 16px;
    border-radius: 16px;
  }
}

.test_popup__image {
  margin-bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  gap: 16px;
}
@media (max-width: 680px) {
  .test_popup__image {
    margin-bottom: 16px;
  }
}
.test_popup__image img {
  max-width: 100%;
}

.test_popup__close {
  width: 32px;
  height: 32px;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  position: sticky;
  top: -70px;
  transition: 0.4s;
}
@media (max-width: 950px) {
  .test_popup__close {
    top: -30px;
  }
}
@media (max-width: 680px) {
  .test_popup__close {
    width: 24px;
    height: 24px;
    top: -22px;
  }
}
.test_popup__close:hover {
  background: var(--color-1);
}
.test_popup__close::before, .test_popup__close::after {
  content: "";
  display: block;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background: #000;
}
.test_popup__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.about_center {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
@media (max-width: 950px) {
  .about_center {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .about_center {
    gap: 16px;
  }
}

.about_center__text {
  padding: 32px;
  border-radius: 20px;
  background: var(--color-3);
}
@media (max-width: 680px) {
  .about_center__text {
    padding: 16px;
    border-radius: 16px;
  }
}
.about_center__text h2 {
  margin-bottom: 32px;
}
@media (max-width: 680px) {
  .about_center__text h2 {
    margin-bottom: 16px;
  }
}
.about_center__text p:last-child {
  margin-bottom: 0;
}

.about_center__images {
  overflow: hidden;
  border-radius: 20px;
  position: relative;
}
@media (max-width: 950px) {
  .about_center__images {
    height: calc((100vw - 48px) * 0.64);
  }
}
@media (max-width: 680px) {
  .about_center__images {
    border-radius: 16px;
    height: calc((100vw - 24px) * 0.64);
  }
}

.about_center__slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_center__slider .owl-nav {
  position: absolute;
  right: 32px;
  bottom: 32px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-end;
  gap: 8px;
}
@media (max-width: 680px) {
  .about_center__slider .owl-nav {
    right: 16px;
    bottom: 16px;
  }
}
.about_center__slider .owl-stage-outer,
.about_center__slider .owl-stage,
.about_center__slider .owl-item {
  height: 100%;
}

.about_center__slide {
  position: relative;
  height: 100%;
}

.about_center__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 680px) {
  .about_center__background {
    border-radius: 16px;
  }
}

.content .green-block.inner-sect {
  padding: 120px 0;
}
@media (max-width: 950px) {
  .content .green-block.inner-sect {
    padding: 80px 0;
  }
}
@media (max-width: 680px) {
  .content .green-block.inner-sect {
    padding: 40px 0;
  }
}

.video_otziv_list__wrapper {
  position: relative;
}

.video_otziv_list {
  padding: 0 96px;
  position: relative;
}
@media (max-width: 680px) {
  .video_otziv_list {
    padding: 0 60px;
  }
}
.video_otziv_list .owl-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  position: absolute;
  top: 68px;
  left: 0;
  visibility: hidden;
  width: 100%;
  opacity: 1;
}
@media (max-width: 950px) {
  .video_otziv_list .owl-nav {
    top: calc((100vw - 240px) * 0.64 / 2);
    transform: translateY(-50%);
  }
}
@media (max-width: 680px) {
  .video_otziv_list .owl-nav {
    top: calc((100vw - 144px) * 0.64 / 2);
  }
}
.video_otziv_list .owl-prev,
.video_otziv_list .owl-next {
  visibility: visible;
}

.video_otziv_prev {
  height: 200px;
  width: 100%;
  position: relative;
  margin-bottom: 32px;
  overflow: hidden;
}
@media (max-width: 950px) {
  .video_otziv_prev {
    height: auto;
  }
  .video_otziv_prev::before {
    content: "";
    display: block;
    margin-top: 64%;
  }
}
@media (max-width: 680px) {
  .video_otziv_prev {
    margin-bottom: 16px;
  }
}

.video_otziv_list__ico {
  position: absolute;
  top: calc(100% + 20px);
  right: 0;
  opacity: 0;
  transform: translateY(-40px);
  transition: 0.4s;
}
@media (max-width: 680px) {
  .video_otziv_list__ico {
    top: 100%;
    width: 80px;
    height: 80px;
  }
}
.video_otziv_list__ico.active {
  opacity: 1;
  transform: translateY(0);
}

.center_services {
  display: grid;
  grid-template-columns: 1fr calc((100% + 32px) / 3 - 32px);
  gap: 32px;
}
@media (max-width: 950px) {
  .center_services {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 680px) {
  .center_services {
    gap: 16px;
  }
}

.center_services__list {
  display: flex;
  flex-wrap: wrap;
  align-items: unset;
  justify-content: flex-start;
  flex-direction: column;
  gap: 16px;
}

.new_spoiler {
  padding: 16px;
  border-radius: 20px;
  background: var(--color-3);
  cursor: pointer;
}
@media (max-width: 680px) {
  .new_spoiler {
    padding: 8px;
    border-radius: 16px;
  }
}
.new_spoiler.open {
  cursor: auto;
}
.new_spoiler.open .new_spoiler__title {
  cursor: pointer;
}
.new_spoiler.open .new_spoiler__title i::after {
  transform: rotate(225deg);
}

.new_spoiler__title {
  position: relative;
  font-weight: 600;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.new_spoiler__title span {
  display: block;
  flex: 1;
  padding: 8px 0;
}
@media (max-width: 680px) {
  .new_spoiler__title span {
    padding: 12px 0;
  }
}
.new_spoiler__title i {
  width: 48px;
  height: 48px;
  position: relative;
  background: var(--color-4);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 680px) {
  .new_spoiler__title i {
    width: 44px;
    height: 44px;
  }
}
.new_spoiler__title i::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url("../new-img/spoiler-plus.svg") center center/contain no-repeat;
  transition: 0.4s;
}
@media (max-width: 680px) {
  .new_spoiler__title i::after {
    width: 20px;
    height: 20px;
  }
}

.new_spoiler__hide {
  display: none;
}

.new_spoiler__content {
  margin-top: 16px;
}
@media (max-width: 680px) {
  .new_spoiler__content {
    margin-top: 8px;
  }
}
.new_spoiler__content ol:last-child,
.new_spoiler__content ul:last-child,
.new_spoiler__content li:last-child {
  margin-bottom: 0;
}

.center_services__image {
  width: 100%;
  height: 336px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (max-width: 950px) {
  .center_services__image {
    height: calc((100vw - 48px) * 0.55);
  }
}
@media (max-width: 680px) {
  .center_services__image {
    height: calc((100vw - 24px) * 0.55);
    border-radius: 16px;
  }
}

.vrac h2 {
  margin-top: 0;
}
.vrac .animat-elem {
  filter: brightness(0) invert(90%) sepia(9%) saturate(588%) hue-rotate(75deg) brightness(93%) contrast(92%);
}

.vrac-bottom {
  padding-bottom: 0 !important;
}

.bottom-form__title {
  position: relative;
}
.bottom-form__title::before {
  content: "";
  display: block;
  width: 160px;
  height: 48px;
  position: absolute;
  top: 0px;
  right: 0px;
  background: url("../new-img/form-image.svg") center center/contain no-repeat;
}
@media (max-width: 680px) {
  .bottom-form__title::before {
    width: 80px;
    height: 24px;
  }
}/*# sourceMappingURL=stabilization-landing.css.map */