/*--------- RESET START -----------*/

* {
  padding: 0;
  margin: 0;
  border: 0;
  -webkit-tap-highlight-color: transparent;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

*,
*:before,
*:after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  font-family: "Mulish";
  font-size: 0.83333vw;
  font-weight: 400;
  color: rgba(9, 18, 56, 0.6);
  background-color: #EAEEF5;
  line-height: 120%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited,
a:active,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

a {
  transition: all 0.3s;
}

/*--------- RESET END -----------*/

section {
  padding-bottom: 6.25vw;
}

img:not([src]):not([srcset]) {
  visibility: hidden;
  display: block;
}

:root {
  --app-height: 100vh;
}

.photo-wrap {
  position: relative;
  overflow: hidden;
}

.photo-wrap-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.container {
  max-width: 80.20833vw;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.about-row {
  margin-top: 3.125vw;
  margin-bottom: -2.08333vw;
}

.about-block {
  border-radius: 2.08333vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  width: 25.88542vw;
  height: 16.66667vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1.66667vw 2.08333vw;
  margin-bottom: 2.08333vw;
  position: relative;
  overflow: hidden;
}

.about-block::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 15.41667vw;
  height: 3.80208vw;
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/bitrix/templates/veonix/assets/img/icons/about-block.svg");
}

.about-block__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.45833vw;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 0.625vw;
}

.about-block__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-block-icon {
  width: 4.16667vw;
  height: 4.16667vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5.15625vw;
  background: #364999;
}

.section-title {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.about-content {
  max-width: 40.52083vw;
  width: 100%;
}

.about .section-title {
  display: inline-block;
}

.about-content__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.25vw;
}

.about-content ul {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-content ul li {
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  width: 100%;
  max-width: 19.47917vw;
  padding-left: 1.5625vw;
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
  margin-right: 0.52083vw;
  position: relative;
}

.about-content ul li::after {
  width: 0.72917vw;
  height: 0.52083vw;
  content: "";
  display: block;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/bitrix/templates/veonix/assets/img/icons/about-check.png");
  position: absolute;
  left: 0.20833vw;
  top: 0.9375vw;
}

.about-block-icon img {
  width: 2.1875vw;
}

.trial-block__title {
  font-family: Mulish;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.trial-block__subtitle {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.625vw;
}

.trial-block-icon {
  display: flex;
  margin-bottom: 3.28125vw;
}

.trial-block__btn {
  color: #FFF;
  text-align: center;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 5.20833vw;
  background: linear-gradient(89deg, #091238 0%, #364999 100%);
  display: inline-block;
  padding: 0.83333vw 1.875vw;
}

.trial .trial-block__btn {
  margin-top: 3.28125vw;
}

.trial-block-icon {
  display: flex;
}

.trial-block-icon img {
  width: 10.41667vw;
}

.trial-block {
  border-radius: 2.08333vw;
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  padding: 3.125vw;
  position: relative;
  background-color: #FFFFFF;
}

.trial-block-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 39.32292vw;
  width: 100%;
}

.consultation-block {
  position: relative;
  border-radius: 2.08333vw;
  overflow: hidden;
  padding: 5.20833vw 6.25vw;
}

.consultation-block .consultation-content,
.consultation-block .consultation-form {
  position: relative;
  z-index: 100;
}

.consultation-block-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.consultation-block__title {
  color: #FFF;
  font-family: Mulish;
  font-size: 2.91667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 1.25vw;
}

.consultation-block__text {
  color: rgba(255, 255, 255, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.consultation-content {
  max-width: 27.96875vw;
}

.consultation-form {
  max-width: 35.10417vw;
  width: 100%;
}

.consultation-block {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.products-text {
  width: 39.47917vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.products-text p {
  margin-bottom: 1.04167vw;
}

.products-text p:last-child {
  margin-bottom: 0;
}

.products-row {
  margin-top: 3.125vw;
}

.products-block {
  width: 19.11458vw;
  border-radius: 2.08333vw;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  padding: 1.66667vw;
}

.products-block-img {
  display: flex;
  margin-top: 1.25vw;
  margin-bottom: 1.25vw;
}

.products-block__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.products-block-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.72917vw;
}

.products-block__city {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.6;
}

.products-block__title {
  min-height: 2.60417vw;
}

.experience-block {
  width: 59.84375vw;
}

.experience-nav {
  width: 19.11458vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.experience-row {
  align-items: stretch;
}

.experience-block {
  border-radius: 2.08333vw;
  background: #FCFCFD;
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  padding: 3.125vw;
}

.experience-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.experience-nav-col {
  border-radius: 2.08333vw;
}

.experience-block__count {
  font-family: Oswald;
  font-size: 4.6875vw;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  text-transform: uppercase;
}

.experience-block__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.experience-block__count {
  display: flex;
  align-items: center;
  gap: 0.52083vw;
}

.experience-block__count span {
  background: linear-gradient(89deg, #091238 0%, #364999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.experience-block__count img {
  width: 2.29167vw;
}

.experience-block__text {
  max-width: 33.125vw;
}

.experience-block__count {
  margin-bottom: 0.625vw;
}

.experience-block-icon {
  display: flex;
}

.experience-block-icon img {
  width: 7.5vw;
}

.experience-block-photo {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  max-width: 41.19792vw;
}

.experience-block {
  position: relative;
}

.experience-block-content {
  position: relative;
  z-index: 100;
}

.experience-block__count img {
  position: relative;
  top: 0.10417vw;
}

.video-block {
  height: 45.10417vw;
  border-radius: 4.16667vw;
  width: 100%;
  position: relative;
}

.video-block-play {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-block-play-icon {
  width: 4.94792vw;
  height: 4.94792vw;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-label {
  width: 17.23958vw;
}

.consultation-form {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0.625vw;
}

.form-label-icon {
  width: 2.08333vw;
  height: 2.08333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 0.9375vw;
  transition: 0.4s all ease;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.form-label-icon svg {
  height: auto;
}

.form-label {
  display: flex;
  align-items: center;
  border-radius: 5.20833vw;
}

.form-label input {
  color: rgba(255, 255, 255, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-label input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.form-label input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.consultation-form textarea {
  width: 100%;
  height: 8.85417vw;
}

.consultation-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.consultation-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.consultation-form textarea {
  border-radius: 1.04167vw;
  background: rgba(24, 38, 98, 0.4);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  padding: 1.25vw;
}

.consultation-form input,
textarea {
  color: rgba(255, 255, 255, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-label {
  padding-left: 0.3125vw;
  padding-top: 0.3125vw;
  padding-bottom: 0.3125vw;
}

.form-label input {
  background-color: unset;
}

.form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 1.25vw;
  width: 100%;
}

.form-bottom button {
  color: #FFF;
  text-align: center;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 5.20833vw;
  border: 1px solid #FFF;
  padding: 0.83333vw 1.875vw;
  background-color: unset;
}

.checkbox-input {
  display: none;
}

.checkbox-input-label {
  color: rgba(255, 255, 255, 0.6);
  font-family: Mulish;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  padding-left: 1.45833vw;
  position: relative;
}

.checkbox-input-label::before {
  width: 0.9375vw;
  height: 0.9375vw;
  position: absolute;
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 0.20833vw;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(24, 38, 98, 0.4);
  -webkit-backdrop-filter: blur(0.46875vw);
          backdrop-filter: blur(0.46875vw);
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.checkbox-input-label a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  color: #fff;
}

.checkbox-input-label a:hover {
  -webkit-text-decoration-line: unset;
          text-decoration-line: unset;
}

.form-label-icon {
  border-color: rgba(255, 255, 255, 0.2);
}

.understand-row {
  margin-top: 3.125vw;
}

.understand-block {
  width: 29.16667vw;
  border-radius: 1.25vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  padding: 2.08333vw;
  display: flex;
  align-items: flex-start;
}

.understand-row {
  padding-right: 0.72917vw;
}

.understand .col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25vw;
}

.understand-block-icon {
  display: flex;
  width: 1.45833vw;
  margin-right: 1.25vw;
  flex-shrink: 0;
}

.understand-block-icon img {
  width: 100%;
}

.understand-block__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.625vw;
}

.understand-block__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.understand-left .understand-block:nth-child(2) {
  margin-left: 2.08333vw;
}

.understand .understand-right {
  margin-top: 2.08333vw;
  align-items: flex-end;
}

.understand .understand-right .understand-block:nth-child(1) {
  margin-right: 2.08333vw;
}

.understand-row {
  position: relative;
}

.understand-photo {
  width: 27.1875vw;
  left: 25.88542vw;
  top: -4.53125vw;
  position: absolute;
}

.section-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.slider-arrow {
  width: 2.08333vw;
  height: 2.08333vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(9, 18, 56, 0.6);
  transition: 0.4s all ease;
}

.slider-arrow svg {
  width: 0.83333vw;
  height: auto;
}

.slider-arrow svg path {
  transition: 0.4s all ease;
}

.slider-arrow:hover {
  border-color: #364999;
}

.slider-arrow:hover svg path {
  transition: 0.4s all ease;
  fill: #364999;
  fill-opacity: 1;
}

.slider-arrows {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}

.slider-arrow--next {
  transform: scale(-1, 1);
}

.title-count {
  color: rgba(9, 18, 56, 0.6);
  font-feature-settings: "sups" on;
  opacity: 0.6;
  font-size: 1.82292vw;
  position: relative;
  bottom: 0.72917vw;
}

.reviews-slider-wrapper {
  margin-top: 3.125vw;
}

.reviews-slide {
  border-radius: 1.25vw;
  background: rgba(255, 255, 255, 0.4);
  padding: 2.08333vw;
}

.reviews-slide__top {
  margin-top: -2.08333vw;
  display: flex;
  align-items: flex-end;
}

.reviews-slide__top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 1.04167vw;
}

.reviews-slide__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.reviews-slide__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reviews-slide__date {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.reviews-slide-stars {
  display: flex;
  align-items: flex-end;
  gap: 0.3125vw;
}

.reviews-slide-stars img {
  width: 1.04167vw;
}

.reviews-slide__top {
  margin-top: -4.16667vw;
}

.reviews-slider .swiper-wrapper {
  padding-top: 2.08333vw;
}

.reviews-slide__title {
  margin-bottom: 0.625vw;
}

.reviews-slide__text {
  margin-bottom: 2.39583vw;
}

.reviews-slide-avatar {
  border: 0.20833vw solid #fff;
  border-radius: 50%;
  width: 5.20833vw;
  height: 5.20833vw;
}

.section-bottom {
  margin-top: 2.08333vw;
  display: flex;
  justify-content: center;
}

.btn-arrow {
  color: rgba(9, 18, 56, 0.8);
  text-align: center;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
  align-items: center;
  padding: 0.625vw 1.25vw;
  gap: 0.41667vw;
  border-radius: 5.20833vw;
  border: 1px solid rgba(9, 18, 56, 0.8);
}

.btn-arrow svg {
  width: 0.67708vw;
  height: auto;
}

.reviews-slider {
  overflow: visible;
}

.reviews {
  overflow: hidden;
}

.clients-slider-wrapper {
  margin-top: 3.125vw;
}

.clients-slide-photo {
  height: 10.41667vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  margin-bottom: 0.625vw;
}

.clients-slide-photo img {
  width: 7.8125vw;
}

.clients-slide__title {
  color: rgba(9, 18, 56, 0.6);
  text-align: center;
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.clients-slider {
  overflow: visible;
}

.clients {
  overflow: hidden;
}

.understand-block {
  position: relative;
  z-index: 100;
}

.video-block-play-icon img {
  width: 1.30208vw;
  position: relative;
  left: 1px;
}

.news-slider-wrapper {
  margin-top: 3.125vw;
}

.news-slide-photo {
  border-radius: 1.25vw;
  height: 10.41667vw;
  width: 100%;
  margin-bottom: 1.04167vw;
  transition: 0.4s all ease;
  display: block;
  cursor: pointer;
}

.news-slide-photo img {
  transition: 0.4s all ease;
}

.news-slide-photo:hover img {
  transform: scale(1.1);
}

.news-slide-content {
  padding-right: 0.83333vw;
  padding-left: 0.83333vw;
}

.news-slide-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.41667vw;
}

.news-slide__title {
  margin-bottom: 0.41667vw;
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 8px;
  display: inline-block;
}

.news-slide__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-block;
}

.news-slide__date {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-slide__views {
  display: flex;
  align-items: center;
  gap: 0.10417vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.news-slide__views img {
  width: 0.83333vw;
}

.news-slider {
  overflow: visible;
}

.news {
  overflow: hidden;
}

.certificates-right {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}

.certificates-info {
  display: flex;
  align-items: flex-start;
  gap: 0.52083vw;
}

.certificates-info img {
  width: 1.25vw;
}

.certificates-info__text {
  width: 31.66667vw;
}

.certificates-slider-wrapper {
  margin-top: 3.125vw;
}

.certificates-slide {
  padding: 0.625vw;
  border-radius: 1.25vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
}

.certificates-slide-inner {
  width: 100%;
  height: 16.35417vw;
  position: relative;
  border-radius: 0.625vw;
  display: block;
  overflow: hidden;
}

.certificates-slide-inner img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.certificates {
  overflow: hidden;
}

.certificates-slider {
  overflow: visible;
}

.understand {
  padding-bottom: 11.14583vw;
}

.article-row {
  margin-top: 4.375vw;
}

.article-block {
  max-width: 43.33333vw;
  width: 100%;
}

.article-block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
}

.article-block__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.article-block__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.article-block__text p {
  margin-bottom: 1.04167vw;
}

.article-block__text p:last-child {
  margin-bottom: 0;
}

.article-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625vw;
  padding-top: 1.25vw;
  transition: 0.4s all ease;
}

.article-block:hover {
  background: rgba(9, 18, 56, 0.08);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  border-color: transparent;
}

.article-block-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.article-block-views {
  display: flex;
  align-items: center;
  gap: 0.10417vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.article-block-views img {
  width: 0.83333vw;
}

.article-block__date {
  color: #FFF;
  font-family: Mulish;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0.20833vw;
  border-radius: 0.20833vw;
  background: linear-gradient(0deg, #364999 0%, #364999 100%);
}

.article-block-views {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 0.10417vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.article-block-views img {
  width: 0.83333vw;
  height: auto;
}

.article-block__link {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.article-block__text {
  min-height: 20.72917vw;
}

.article-list {
  max-width: 32.60417vw;
  padding-right: 1.35417vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.article-list .article-block {
  gap: 0.41667vw;
  padding: 1.25vw;
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
}

.article-list .article-block .article-block__title {
  font-size: 0.83333vw;
}

.article-list .article-block .article-block__text {
  font-size: 0.72917vw;
}

.article-list .article-block .article-block__link {
  font-size: 0.72917vw;
}

.article-list .article-block__text {
  min-height: unset;
}

.article-list {
  max-height: 29.21875vw;
  overflow-y: auto;
}

.article-list::-webkit-scrollbar {
  width: 0.13021vw;
}

.article-list::-webkit-scrollbar-thumb {
  border-radius: 0.52083vw;
  background-color: #364999;
}

.article-block {
  padding: 1.25vw;
  position: relative;
  margin-left: -1.25vw;
  margin-bottom: -1.25vw;
}

.article-list .article-block {
  margin-left: 0;
  margin-bottom: 0;
}

a.article-block__link {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: transparent;
}

.news-slide__title {
  transition: 0.4s all ease;
}

.news-slide__title:hover {
  color: #364999;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.certificates-slide {
  position: relative;
}

.certificates-slide:hover .certificates-slide-hover {
  opacity: 1;
}

.certificates-slide-hover {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s all ease;
  background: rgba(9, 18, 56, 0.08);
  opacity: 0;
}

.certificates-slide-hover-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.60417vw;
  height: 2.60417vw;
  border-radius: 50%;
  background: linear-gradient(0deg, #364999 0%, #364999 100%);
}

.certificates-slide-hover-inner img {
  width: 1.30208vw;
}

.certificates-slide {
  overflow: hidden;
}

.footer {
  background: rgba(255, 255, 255, 0.4);
  padding-top: 3.125vw;
}

.footer-top {
  align-items: flex-end;
}

.footer-logo__link {
  display: flex;
  margin-top: -7.13542vw;
}

.footer-logo__link img {
  width: 13.125vw;
}

.footer-center {
  padding-top: 2.08333vw;
  padding-bottom: 2.08333vw;
}

.footer-center__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  opacity: 0.6;
}

.footer-center__text p {
  margin-bottom: 0.78125vw;
}

.footer-center__text p:last-child {
  margin-bottom: 0;
}

.footer-bottom {
  border-top: 1px solid rgba(9, 18, 56, 0.08);
  padding-top: 2.08333vw;
  padding-bottom: 2.08333vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-bottom a {
  color: rgba(9, 18, 56, 0.6);
  transition: 0.4s all ease;
  display: inline-block;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}

.footer-bottom a:hover {
  border-color: rgba(9, 18, 56, 0.6);
}

.footer-bottom--veonix a {
  font-weight: 700;
}

.footer-lists {
  display: flex;
}

.footer-lists ul {
  display: flex;
  gap: 0.83333vw;
  align-items: flex-start;
  flex-direction: column;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-lists ul a {
  color: rgba(9, 18, 56, 0.6);
  transition: 0.4s all ease;
}

.footer-lists ul a:hover {
  color: #364999;
}

.footer-soc {
  display: flex;
  align-items: center;
  gap: 0.41667vw;
}

.footer-soc__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.08333vw;
  height: 2.08333vw;
  border-radius: 50%;
  border: 1px solid #091238;
}

.footer-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.08333vw;
}

.footer-info svg {
  width: 0.9375vw;
  height: auto;
}

.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625vw;
}

.footer-contacts__item {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  gap: 0.625vw;
  display: flex;
  align-items: center;
}

.footer-contacts__item svg {
  width: 0.67708vw;
  height: auto;
}

a {
  transition: 0.4s all ease;
}

.footer-logo__link:hover {
  opacity: 0.6;
}

.footer-soc__item svg path {
  transition: 0.4s all ease;
}

.footer-soc__item:hover {
  border-color: #364999;
  background-color: #364999;
}

.footer-soc__item:hover svg path {
  fill: #fff;
}

.footer-contacts__item svg path {
  transition: 0.4s all ease;
}

.footer-contacts__item:hover {
  color: #364999;
}

.footer-contacts__item:hover svg path {
  fill: #364999;
}

.documentation-item__btn {
  transition: 0.4s all ease;
}

.btn-arrow,
.documentation-item__btn,
.catalog-full-item,
.product-bottom__btn--arrow {
  overflow: hidden;
  position: relative;
  overflow: visible;
}

.btn-arrow span,
.btn-arrow svg,
.documentation-item__btn span,
.documentation-item__btn svg,
.catalog-full-item span,
.catalog-full-item svg,
.product-bottom__btn--arrow span,
.product-bottom__btn--arrow svg {
  position: relative;
  z-index: 10;
}

.btn-arrow svg path,
.documentation-item__btn svg path,
.catalog-full-item svg path,
.product-bottom__btn--arrow svg path {
  transition: 0.4s all ease;
}

.btn-arrow:hover,
.documentation-item__btn:hover,
.catalog-full-item:hover,
.product-bottom__btn--arrow:hover {
  border-color: transparent;
  color: #fff;
}

.btn-arrow:hover::after,
.documentation-item__btn:hover::after,
.catalog-full-item:hover::after,
.product-bottom__btn--arrow:hover::after {
  opacity: 1;
}

.btn-arrow:hover svg path,
.documentation-item__btn:hover svg path,
.catalog-full-item:hover svg path,
.product-bottom__btn--arrow:hover svg path {
  fill-opacity: 1;
  fill: #fff;
}

.btn-arrow::after,
.documentation-item__btn::after,
.catalog-full-item::after,
.product-bottom__btn--arrow::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 0.13021vw);
  height: calc(100% + 0.13021vw);
  border-radius: 5.20833vw;
  background: linear-gradient(89deg, #091238 0%, #364999 100%);
  transition: 0.4s all ease;
  opacity: 0;
  content: "";
}

.trial-block__btn,
.modal-window .form-bottom button {
  position: relative;
}

.trial-block__btn span,
.modal-window .form-bottom button span {
  position: relative;
  z-index: 100;
}

.trial-block__btn::after,
.modal-window .form-bottom button::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border-radius: 5.20833vw;
  background: #364999;
  transition: 0.4s all ease;
  opacity: 0;
  content: "";
}

.trial-block__btn:hover::after,
.modal-window .form-bottom button:hover::after {
  opacity: 1;
}

.section-title sup {
  opacity: 0.6;
  font-size: 1.45833vw;
  flex-wrap: 500;
}

.video-block-play-icon {
  transition: 0.4s all ease;
}

.video-block-play-icon:hover {
  transform: scale(1.1);
}

.modal-window .form-bottom button:hover::after {
  opacity: 1;
}

.trial-block__title {
  background: linear-gradient(89deg, #091238 0%, #364999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.textarea-wrapper {
  width: 100%;
}

.form-label:nth-child(1) .form-label-icon svg {
  width: 0.9375vw;
}

.form-label:nth-child(2) .form-label-icon svg {
  width: 0.78125vw;
}

.form-label:nth-child(3) .form-label-icon svg {
  width: 0.72917vw;
}

.form-label:nth-child(4) .form-label-icon svg {
  width: 0.78125vw;
}

.form-label {
  position: relative;
  overflow: hidden;
  border-radius: 5.20833vw;
}

.form-label input {
  border-radius: 5.20833vw;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  padding-left: 3.22917vw;
  transition: 0.4s all ease;
  padding-right: 0.3125vw;
  background: rgba(24, 38, 98, 0.4);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  color: #fff;
}

.form-label input::-moz-placeholder {
  -moz-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.form-label input::placeholder {
  transition: 0.4s all ease;
}

.form-label input:focus {
  background: rgba(255, 255, 255, 0.8);
  color: #364999;
}

.form-label input:focus::-moz-placeholder {
  color: #364999;
}

.form-label input:focus::placeholder {
  color: #364999;
}

.form-label input:focus + .form-label-icon {
  background: rgba(255, 255, 255, 0.4);
}

.form-label input:focus + .form-label-icon svg path {
  fill: #364999;
}

.form-label-icon {
  position: relative;
  z-index: 100;
  transition: 0.4s all ease;
}

.form-label-icon svg path {
  transition: 0.4s all ease;
}

.textarea-wrapper {
  position: relative;
}

.textarea-wrapper::after {
  position: absolute;
  right: 0.52083vw;
  bottom: 0.52083vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/bitrix/templates/veonix/assets/img/icons/textarea-resize.svg");
  content: "";
  display: block;
  pointer-events: none;
  z-index: 100;
  background-size: 0.57292vw;
  width: 0.78125vw;
  height: 0.78125vw;
}

.textarea-wrapper textarea {
  min-height: 7.29167vw;
  resize: vertical;
  max-height: 20.83333vw;
  transition: 0.4s all ease;
  color: #fff;
}

.textarea-wrapper textarea::-moz-placeholder {
  -moz-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.textarea-wrapper textarea::placeholder {
  transition: 0.4s all ease;
}

.textarea-wrapper textarea:focus {
  background: rgba(255, 255, 255, 0.8);
  color: #364999;
}

.textarea-wrapper textarea:focus::-moz-placeholder {
  color: #364999;
}

.textarea-wrapper textarea:focus::placeholder {
  color: #364999;
}

textarea::-webkit-resizer {
  opacity: 0;
}

.form-bottom {
  padding-left: 0.625vw;
  margin-top: 0.625vw;
}

.checkbox-input-label::before {
  transition: 0.4s all ease;
}

.checkbox-input:checked + .checkbox-input-label::before {
  -webkit-backdrop-filter: unset;
          backdrop-filter: unset;
  opacity: 1;
  background-color: #fff;
  background-image: url("/bitrix/templates/veonix/assets/img/icons/policy-icon.svg");
}

.form-bottom button {
  transition: 0.4s all ease;
}

.form-bottom button:hover {
  background-color: rgba(255, 255, 255, 0.4);
  border-color: transparent;
}

.form-selected-arrow {
  position: absolute;
  display: flex;
  top: 1.25vw;
  right: 1.25vw;
}

.form-selected-arrow svg {
  width: 0.67708vw;
  height: auto;
}

.form-selected-arrow svg path {
  transition: 0.4s all ease;
}

.form-selected {
  overflow: visible;
  cursor: pointer;
  z-index: 1000;
}

.form-selected-items {
  position: absolute;
  left: 0px;
  right: 0;
  top: calc(100% + 0.625vw);
}

.form-selected-item {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: 0.4s all ease;
  padding: 0.83333vw 1.30208vw;
  display: block;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  width: 100%;
}

.form-selected-item:hover {
  background-color: #D1D4E0;
  color: rgba(9, 18, 56, 0.8);
}

.form-selected-arrow {
  transition: 0.4s all ease;
}

.form-selected-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 1.25vw;
  overflow: hidden;
  transition: 0.4s all ease;
  opacity: 0;
  pointer-events: none;
}

.form-selected input {
  pointer-events: none;
}

.form-selected.opened .form-selected-items {
  opacity: 1;
  pointer-events: all;
}

.form-selected.opened input {
  background: rgba(255, 255, 255, 0.8);
  color: #364999;
}

.form-selected.opened input::-moz-placeholder {
  color: #364999;
}

.form-selected.opened input::placeholder {
  color: #364999;
}

.form-selected.opened .form-label-icon {
  background: rgba(255, 255, 255, 0.4);
}

.form-selected.opened .form-label-icon svg path {
  fill: #364999;
}

.form-selected.opened .form-selected-arrow {
  transform: scale(1, -1);
  top: 1.14583vw;
}

.form-selected.opened .form-selected-arrow svg path {
  fill: #364999;
}

.products-block {
  position: relative;
  padding-top: 4.58333vw;
}

.products-block-icon {
  position: absolute;
  left: 1.66667vw;
  top: 1.66667vw;
}

.products-block-img {
  margin-top: 0;
  height: 13.54167vw;
  width: 100%;
  position: relative;
}

.products-block-img img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.products-block-1 .products-block-icon svg {
  width: 9.21875vw;
  height: auto;
}

.products-block-2 .products-block-icon svg {
  width: 11.30208vw;
  height: auto;
}

.products-block-3 .products-block-icon svg {
  width: 5.20833vw;
  height: auto;
}

.products-block-4 .products-block-icon svg {
  width: 4.53125vw;
  height: auto;
}

.products-block__title {
  transition: 0.4s all ease;
}

.products-block__city {
  transition: 0.4s all ease;
}

.products-block-icon {
  z-index: 10;
}

.products-block__title {
  position: relative;
  z-index: 10;
}

.products-block__city {
  position: relative;
  z-index: 10;
}

.products-block-img {
  position: relative;
  z-index: 10;
}

.products-block {
  cursor: pointer;
}

.products-block .products-block-icon svg path {
  transition: 0.4s all ease;
}

.products-block::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  border-radius: 2.08333vw;
  border: 1px solid rgba(21, 44, 58, 0.1);
  background: var(--main_gradient, linear-gradient(39deg, #091238 22.46%, #364999 77.54%), linear-gradient(180deg, #DFE5EB 0%, #FFF 100%));
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  transition: 0.4s all ease;
  opacity: 0;
  z-index: 5;
}

.products-block:hover::after {
  opacity: 1;
}

.products-block:hover .products-block-icon svg path {
  fill: #fff !important;
}

.products-block:hover .products-block__title {
  color: #fff;
}

.products-block:hover .products-block__city {
  color: #FFF;
}

.experience-nav-col {
  border-radius: 2.08333vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
}

.first-screen {
  background-color: #364999;
  margin-bottom: 6.25vw;
  padding-bottom: 3.125vw;
  height: 100vh;
  display: flex;
  align-items: flex-end;
}

.first-screen-content {
  width: 100%;
}

.first-screen__pretitle {
  display: flex;
  align-items: flex-start;
  color: #FFF;
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 0.625vw;
}

.first-screen__pretitle h1{
  color: #FFF;
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
}

.first-screen__pretitle img {
  width: 1.14583vw;
  height: auto;
}

.first-screen-logo {
  display: flex;
  margin-top: 1.25vw;
  margin-bottom: 1.25vw;
}

.first-screen-logo img {
  width: 27.08333vw;
}

.first-screen__text {
  color: #FFF;
  font-family: Mulish;
  font-size: 0.9375vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  min-height: 4.79167vw;
}

.first-screen {
  position: relative;
}

.first-screen-info {
  position: absolute;
  right: 0;
  height: 100%;
  width: 29.76422vw;
  top: 0;
  bottom: 0;
  padding-top: 2.76042vw;
  padding-left: 2.60417vw;
  background: rgba(24, 38, 98, 0.8);
  -webkit-backdrop-filter: blur(1.04167vw);
          backdrop-filter: blur(1.04167vw);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 3.125vw;
}

.first-screen-info-photo {
  width: 22.5vw;
  mix-blend-mode: screen;
}

.first-screen-contacts__phone {
  color: #FFF;
  font-family: Oswald;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.625vw;
  display: inline-block;
}

.first-screen-contacts__email {
  color: #FFF;
  font-family: Mulish;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 0.52083vw;
}

.first-screen-contacts__email svg {
  width: 0.88542vw;
  height: auto;
}

.first-screen {
  position: relative;
  background-color: transparent;
}

.first-screen::after {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(24, 38, 98, 0) 0%, rgba(24, 38, 98, 0.9) 100%);
}

.first-screen-content .container {
  position: relative;
  z-index: 100;
}

.first-screen-content .first-screen-info {
  z-index: 100;
}

.first-screen-slider {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
}

.first-screen::after {
  z-index: 5;
}

.first-screen-text {
  display: flex;
  align-items: flex-start;
  padding: 1.25vw;
  gap: 0.67708vw;
  z-index: 100;
  position: absolute;
  border-radius: 1.25vw;
  background: rgba(234, 238, 245, 0.9);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.first-screen-text img {
  width: 1.04167vw;
  margin-top: 0.15625vw;
}

.first-screen-texted-slide-1 .first-screen-text {
  position: absolute;
  bottom: 15.72917vw;
  right: 20vw;
}

.first-screen-texted-slide-2 .first-screen-text {
  position: absolute;
  top: 15.15625vw;
  right: 19.79167vw;
}

.first-screen-texted-slide-3 .first-screen-text {
  position: absolute;
  right: 22.34375vw;
  bottom: 10.72917vw;
}

.first-screen-texted {
  position: absolute !important;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  position: relative;
  pointer-events: none;
}

.first-screen-text {
  pointer-events: all;
}

.first-screen-pagination {
  position: absolute;
  z-index: 1000 !important;
  bottom: 3.125vw !important;
  right: 33.69792vw !important;
  top: unset !important;
  left: unset !important;
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 0.83333vw;
  height: 0.83333vw;
  width: unset !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.52083vw;
  height: 0.52083vw;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  margin-right: 0 !important;
  margin-left: 0 !important;
  transition: 0.4s all ease !important;
  transform-origin: center;
}

.swiper-pagination-bullet-active {
  width: 0.83333vw !important;
  height: 0.83333vw !important;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.first-screen-texted-slide {
  pointer-events: none !important;
  opacity: 0 !important;
}

.first-screen-texted-slide.swiper-slide-active {
  opacity: 1 !important;
}

.first-screen {
  max-height: 52.08333vw;
  overflow: hidden;
  border-radius: 0 0 6.25vw 6.25vw;
  margin-top: 4.375vw;
  height: calc(100vh - 4.375vw);
}

.header {
  position: fixed;
  z-index: 10000000;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
}

.header-row {
  align-items: center;
  height: 4.375vw;
  width: 100%;
  padding-right: 2.08333vw;
  padding-left: 2.08333vw;
}

.header-right {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}

.header-logo {
  display: flex;
}

.header-logo img {
  width: 9.16667vw;
}

.header__burger {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5.20833vw;
  background: rgba(9, 18, 56, 0.08);
  width: 2.29167vw;
  height: 2.29167vw;
}

.header__burger svg {
  width: 0.9375vw;
  height: auto;
}

.header__btn {
  font-size: 0.83333vw;
  padding: 0.625vw 1.25vw;
}

.header-search {
  display: flex;
  align-items: center;
  padding: 0.20833vw;
  border-radius: 5.15625vw;
  background: rgba(255, 255, 255, 0.8);
  width: 17.08333vw;
}

.header-search input {
  width: 100%;
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background-color: unset;
}

.header-search input::-moz-placeholder {
  opacity: 0.6;
}

.header-search input::placeholder {
  opacity: 0.6;
}

.header-search-button {
  border-radius: 50%;
  background: rgba(9, 18, 56, 0.08);
  width: 1.875vw;
  height: 1.875vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.625vw;
  flex-shrink: 0;
}

.header-search-button svg {
  width: 0.78125vw;
  height: auto;
}

.header-search__close {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 1.04167vw;
  flex-shrink: 0;
  width: 1.875vw;
  height: 1.875vw;
  cursor: pointer;
}

.header-search__close svg {
  width: 0.52083vw;
  height: auto;
}

.header-right {
  align-items: stretch;
}

.header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.header-logo {
  transition: 0.4s all ease;
}

.header-logo:hover {
  opacity: 0.6;
}

.header__burger,
.header-search-button {
  transition: 0.4s all ease;
}

.header__burger svg path,
.header-search-button svg path {
  transition: 0.4s all ease;
}

.header__burger:hover,
.header-search-button:hover {
  background-color: #364999;
}

.header__burger:hover svg path,
.header-search-button:hover svg path {
  fill: #fff;
}

.surgery-slider-wrapper {
  margin-top: 3.125vw;
}

.surgery-slide {
  display: flex;
  align-items: flex-start;
  gap: 0.625vw;
}

.surgery-photo {
  height: 30.72917vw;
  width: 29.16667vw;
  flex-shrink: 0;
  border-radius: 2.08333vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
}

.surgery-padding {
  padding-left: 2.08333vw;
  padding-right: 2.08333vw;
}

.surgery-content {
  width: 50.41667vw;
  border-radius: 2.08333vw;
  background: #F2F5F9;
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  overflow: hidden;
}

.surgery-top {
  background: rgba(9, 18, 56, 0.02);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}

.surgery-center__subtitle {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 0.83333vw;
}

.surgery-item {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 0.625vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
}

.surgery-item img {
  width: 0.625vw;
}

.surgery-center__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.45833vw;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin-bottom: 1.25vw;
}

.surgery-list {
  max-height: 12.76042vw;
  overflow-y: auto;
}

.surgery-bottom {
  display: flex;
  align-items: flex-start;
  gap: 0.625vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.surgery-bottom img {
  width: 1.25vw;
}

.surgery-bottom {
  padding-top: 1.25vw;
  padding-bottom: 1.25vw;
}

.surgery-list::-webkit-scrollbar {
  width: 0.13021vw;
}

.surgery-list::-webkit-scrollbar-thumb {
  border-radius: 0.52083vw;
  background-color: #364999;
}

.surgery-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: rgba(9, 18, 56, 0.02);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
}

.surgery-center {
  padding-top: 1.25vw;
}

.surgery-btns {
  display: flex;
  align-items: flex-start;
  gap: 0.41667vw;
}

.surgery-slide {
  align-items: stretch;
}

.surgery-slide-1 .surgery-logo img {
  width: 11.30208vw;
}

.surgery-slide-1 .surgery-logo__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.6;
}

.surgery-slider-wrapper {
  position: relative;
}

.surgery-arrows {
  position: absolute;
  right: 2.08333vw;
  bottom: 1.25vw;
  z-index: 1000;
}

.surgery-logo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.20833vw;
}

.surgery-slide-2 .surgery-logo img {
  width: 9.21875vw;
}

.surgery-list__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  padding-left: 0.20833vw;
}

.surgery-slide-3 .surgery-logo img {
  width: 5.20833vw;
}

.surgery-slide-4 .surgery-logo img {
  width: 4.53125vw;
}

.surgery-content {
  background-color: #F2F5F9;
}

.surgery-top {
  background-color: #EDF0F5;
}

.surgery-wrapper {
  min-height: 19.58333vw;
}

.surgery-top {
  height: 5.36458vw;
}

.surgery-bottom {
  min-height: 4.58333vw;
  display: flex;
  align-items: center;
}

.surgery-slider {
  overflow: visible;
}

.surgery-photo {
  background-color: #F2F5F9;
}

.surgery-photo img {
  mix-blend-mode: darken;
}

.surgery-slide {
  opacity: 0 !important;
}

.surgery-slide.swiper-slide-active {
  opacity: 1 !important;
}

.moda-menu {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  z-index: 10000000;
  background: #EAEEF5;
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  height: calc(100vh - 4.375vw);
  padding-right: 9.89583vw;
  padding-left: 9.89583vw;
  padding-top: 6.25vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.moda-menu .footer-bottom {
  width: 100%;
}

.moda-menu-list {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.45833vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.moda-menu-list ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.04167vw;
}

.moda-menu-list ul a {
  color: rgba(9, 18, 56, 0.6);
}

.moda-menu-top {
  display: flex;
  align-items: flex-start;
  width: 100%;
  justify-content: space-between;
}

.moda-menu-list a {
  transition: 0.4s all ease;
}

.moda-menu-list a:hover {
  color: #364999;
}

.header__burger {
  position: relative;
}

.header__burger svg {
  transition: 0.4s all ease;
}

.header__burger .active-true {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9375vw;
  height: auto;
  opacity: 0;
}

.header__burger:hover .active-true path {
  stroke: #fff;
}

.header-menu-opened .active-none {
  opacity: 0;
}

.header-menu-opened .active-true {
  opacity: 1;
}

.moda-menu {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: 0.4s all ease;
}

.moda-menu.opened {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.experience-nav-col {
  width: 19.11458vw;
  height: 13.95833vw;
  position: relative;
}

.experience-nav-col img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.surgery-item {
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
}

.footer__adress {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

html,
body {
  overflow-x: hidden;
}

body {
  overflow: hidden;
}

.inner-page {
  padding-top: 7.5vw;
}

.inner-bread {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.6;
}

.inner-bread a {
  padding-right: 1.51042vw;
  color: rgba(9, 18, 56, 0.6);
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  -webkit-text-decoration-style: solid;
          text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  position: relative;
}

.inner-bread a::after {
  top: 50%;
  transform: translateY(-50%);
  content: "/";
  display: block;
  right: 0.67708vw;
  position: absolute;
}

.about-inner__title {
  margin-top: 3.125vw;
  margin-bottom: 2.08333vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 2.91667vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.about-inner__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.about-inner {
  padding-bottom: 6.25vw;
}

.about-items {
  gap: 1.25vw;
  margin-top: 8.33333vw;
}

.about-item {
  border-radius: 1.25vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  width: 25.88542vw;
  height: 5.625vw;
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-left: 2.08333vw;
  display: flex;
  align-items: center;
  gap: 1.25vw;
}

.about-item img {
  width: 1.45833vw;
}

.about-inner .container {
  position: relative;
}

.about-inner-bg {
  position: absolute;
  width: 42.08333vw;
  right: -4.6875vw;
  top: -1.5625vw;
}

.activity-content {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 39.47917vw;
}

.activity-content p {
  margin-bottom: 1.04167vw;
}

.activity-content p:last-child {
  margin-bottom: 0;
}

.opportunity-content__title {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.66667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.opportunity-content-photo {
  width: 37.60417vw;
  height: 21.35417vw;
  border-radius: 2.08333vw;
  margin-top: 3.125vw;
}

.opportunity-bottom {
  border-radius: 2.08333vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  padding: 3.125vw;
  text-align: center;
  text-align: center;
  font-family: Mulish;
  font-size: 1.45833vw;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-top: 3.125vw;
}

.opportunity-bottom p {
  background: linear-gradient(89deg, #091238 0%, #364999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.opportunity-content {
  max-width: 37.60417vw;
}

.opportunity-list {
  max-width: 39.47917vw;
}

.opportunity-list-item {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: flex-start;
}

.opportunity-list-item img {
  width: 0.72917vw;
}

.opportunity-list-item {
  padding: 0.625vw;
  padding-left: 0.20833vw;
  padding-right: 0.20833vw;
  gap: 0.625vw;
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
}

.opportunity-list-item img {
  position: relative;
  top: 0.26042vw;
}

.opportunity-list {
  max-height: 28.4375vw;
  overflow-y: auto;
}

.opportunity-list::-webkit-scrollbar {
  width: 0.13021vw;
}

.opportunity-list::-webkit-scrollbar-thumb {
  border-radius: 0.52083vw;
  background-color: #364999;
}

.activity {
  padding-bottom: 3.125vw;
}

.opportunity-list {
  padding-right: 0.20833vw;
}

.history-slider-wrapper {
  margin-top: 3.125vw;
}

.history-slide {
  border-radius: 2.08333vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  padding: 2.08333vw;
}

.history-slide__count {
  font-family: Mulish;
  font-size: 3.33333vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  color: #364999;
  margin-bottom: 1.25vw;
}

.history-slide__more {
  overflow: hidden;
  color: rgba(9, 18, 56, 0.8);
  text-overflow: ellipsis;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  margin-top: 0.83333vw;
}

.gallery-slide {
  height: 18.75vw;
}

.gallery-slider {
  min-width: 108.69792vw;
  margin-right: -4.34896vw;
  margin-left: -4.34896vw;
}

.gallery-slide {
  border-radius: 2.08333vw;
  transition: 0.4s all ease;
}

.gallery-slide.swiper-slide-active {
  transform: scale(1.18);
  position: relative;
  z-index: 100;
}

.gallery .swiper-wrapper {
  height: 22.1875vw;
  display: flex;
  align-items: center;
}

.standart-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  bottom: 0 !important;
  gap: 0.83333vw;
  margin-top: 2.08333vw;
  height: 0.83333vw;
}

.standart-pagination .swiper-pagination-bullet {
  width: 0.52083vw;
  height: 0.52083vw;
  margin: 0px !important;
  background-color: #999FB1;
  transition: 0.4s all ease;
  transform-origin: center;
}

.standart-pagination .swiper-pagination-bullet-active {
  background-color: #364999 !important;
}

.history-slide {
  height: 16.875vw;
}

.history-slider {
  overflow: visible;
}

.history-slide__text {
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
}

.licenses-row {
  gap: 1.25vw;
}

.licenses-row .certificates-slide {
  width: 19.11458vw;
  height: 26.61458vw;
}

.licenses-row .certificates-slide-inner {
  height: 100%;
}

.main-ui-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3.125vw;
  color: rgba(9, 18, 56, 0.6);
  text-align: center;
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.main-ui-pagination a {
  color: rgba(9, 18, 56, 0.6);
  transition: 0.4s all ease;
}

.main-ui-pagination a:hover {
  color: #fff;
}

.main-ui-pagination .main-ui-pagination-prev {
  order: -1;
}

.main-ui-pagination .main-ui-pagination-pages-list {
  display: flex;
  align-items: center;
  gap: 0.20833vw;
  margin-right: 0.20833vw;
  margin-left: 0.20833vw;
}

.main-ui-pagination .main-ui-pagination-active {
  color: #FFF;
}

.main-ui-pagination .main-ui-pagination-arrow {
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  width: 1.5625vw;
  height: 1.5625vw;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0px;
  transition: 0.4s all ease;
  position: relative;
  bottom: 0.07813vw;
  cursor: pointer;
}

.main-ui-pagination .main-ui-pagination-arrow::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.9375vw;
  height: 0.9375vw;
  content: "";
  display: block;
  background-image: url("/bitrix/templates/veonix/assets/img/icons/pagination-arrow.svg");
  background-size: cover;
}

.main-ui-pagination .main-ui-pagination-arrow:hover {
  border-color: transparent;
  opacity: 0.5;
}

.main-ui-pagination .main-ui-pagination-page {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.08333vw;
  height: 2.08333vw;
  border-radius: 50%;
  border: 1px solid transparent;
}

.main-ui-pagination .main-ui-pagination-page:hover {
  border-color: rgba(9, 18, 56, 0.8);
  color: rgba(9, 18, 56, 0.6);
}

.main-ui-pagination .main-ui-pagination-next {
  transform: scale(-1, 1);
}

.main-ui-pagination-page.main-ui-pagination-active {
  background-color: #364999;
}

.fancybox__container {
  z-index: 10000000000000000;
}

.sitemap {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.04167vw;
}

.sitemap ul {
  padding-left: 0.625vw;
  margin-top: 0.625vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.625vw;
}

.sitemap a {
  color: rgba(9, 18, 56, 0.6);
  transition: 0.4s all ease;
}

.sitemap a:hover {
  color: #364999;
}

.sitemap-photo {
  position: absolute;
  width: 65.625vw;
  top: 6.45833vw;
  right: -0.25vw;
}

.error-page__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.error-page__btn {
  color: #FFF;
  text-align: center;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  padding: 0.83333vw 1.875vw;
  border-radius: 5.20833vw;
  background: linear-gradient(89deg, #091238 0%, #364999 100%);
  display: inline-block;
  margin-top: 2.08333vw;
}

.error-page {
  position: relative;
}

.error-page-photo {
  position: absolute;
  width: 40.88542vw;
  top: 5.5625vw;
  right: 8.28125vw;
}

.error-page {
  padding-bottom: 9.375vw;
}

.policy-content {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.policy-content p {
  margin-bottom: 1.25vw;
}

.policy-content h2 {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.25vw;
}

.police-items {
  margin-bottom: 1.25vw;
}

.police-item {
  margin-bottom: 1.25vw;
}

.police-item__name {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.625vw;
}

.police-item__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.policy .about-inner__title {
  margin-bottom: 3.125vw;
}

.policy-content a {
  color: #364999;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration: underline;
}

.contacts-details__name {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: inline-block;
  margin-bottom: 0.625vw;
}

.contacts-details__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25vw;
}

.contacts-content {
  width: 100%;
  max-width: 25.88542vw;
}

.contacts-details {
  padding-top: 1.25vw;
  margin-top: 1.25vw;
  border-top: 1px solid rgba(9, 18, 56, 0.08);
}

.contacts-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.25vw;
}

.contacts-item {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: inline-flex;
  align-items: center;
  gap: 0.41667vw;
}

.contacts-item svg {
  width: 0.46875vw;
  height: auto;
}

.contacts-soc {
  display: flex;
  align-items: center;
  gap: 0.41667vw;
}

.contacts-soc .footer-soc__item svg {
  width: 0.9375vw;
  height: auto;
}

.contacts-map {
  border-radius: 2.08333vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  width: 50.98958vw;
  height: 24.375vw;
  padding: 0.625vw;
}

.contacts-map-inner {
  width: 100%;
  height: 100%;
  border-radius: 1.45833vw;
  overflow: hidden;
}

.recall-items {
  display: flex;
  align-items: center;
  gap: 2.08333vw;
}

.recall-item {
  display: flex;
  align-items: center;
}

.recall-item__name {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.625vw;
}

.recall-stars {
  display: flex;
  align-items: center;
  gap: 0.3125vw;
}

.recall-stars img {
  width: 1.04167vw;
}

.recall-item__count {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.recall-top .trial-block__btn {
  padding: 0.83333vw 1.875vw;
}

.recall .about-inner__title {
  margin-top: 0;
  margin-bottom: 0;
}

.recall-top {
  align-items: center;
  margin-top: 3.125vw;
}

.recall-row {
  margin-top: 4.16667vw;
  gap: 4.16667vw;
}

.reviews-slide__text p {
  margin-bottom: 1.04167vw;
}

.reviews-slide__text p:last-child {
  margin-bottom: 0;
}

.recall-certificates {
  margin-top: 6.25vw;
  justify-content: flex-start;
  gap: 1.22396vw;
}

.recall-certificates .certificates-slide {
  width: 12.34375vw;
  height: 17.13542vw;
}

.recall-certificates .certificates-slide-inner {
  height: 100%;
}

.recall {
  padding-bottom: 9.375vw;
}

.press-nav {
  display: flex;
  align-items: center;
  gap: 0.41667vw;
}

.press-nav__item {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 0.41667vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  border: 1px solid transparent;
  padding: 0.59896vw 1.875vw;
}

.press-nav__item:hover {
  border-color: rgba(21, 44, 58, 0.1);
  background: #364999;
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  color: #FFF;
}

.press-nav__item.active {
  border-color: rgba(21, 44, 58, 0.1);
  background: #364999;
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  color: #FFF;
}

.press-center .about-inner__title {
  margin-bottom: 3.125vw;
}

.press-row {
  margin-top: 3.125vw;
  justify-content: flex-start;
  gap: 1.25vw;
}

.press-row .news-slide {
  max-width: 19.11458vw;
  width: 100%;
  margin-bottom: 0.83333vw;
}

.single-article {
  padding-top: 0;
  margin-top: 4.375vw;
}

.single-article .single-block {
  height: 35.26042vw;
  border-radius: 0 0 6.25vw 6.25vw;
  background-color: grey;
  background-blend-mode: normal, normal, soft-light, normal, normal;
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
  padding-right: 9.89583vw;
  padding-left: 9.89583vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.single-article .about-inner__title {
  margin-bottom: 3.125vw;
}

.single-article .inner-bread {
  color: #FFF;
}

.single-article .inner-bread a {
  color: #fff;
}

.single-article .about-inner__title {
  color: #FFF;
  padding-right: 10.5625vw;
}

.single-important {
  border-radius: 2.08333vw;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  padding: 3.125vw;
  margin-top: 2.08333vw;
  margin-bottom: 2.08333vw;
  background-size: cover;
}

.single-important__title {
  font-family: Mulish;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  background: linear-gradient(89deg, #091238 0%, #364999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 0.625vw;
}

.single-important__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-important__text a {
  color: rgba(9, 18, 56, 0.8);
}

.single-sources__name {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.52083vw;
}

.single-sources {
  padding-left: 0.625vw;
}

.single-sources ol {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-left: 0.9375vw;
}

.single-sources ol li {
  margin-bottom: 0.52083vw;
}

.single-sources ol li:last-child {
  margin-bottom: 0;
}

.single-content {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-content .container {
  max-width: 69.79167vw;
}

.single-content h2 {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 2.08333vw;
}

.single-content p {
  margin-bottom: 2.08333vw;
}

.single-content ul {
  margin-bottom: 2.08333vw;
}

.single-content ul li {
  padding-left: 1.5625vw;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
  position: relative;
}

.single-content ul li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.72917vw;
  height: 0.52083vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/bitrix/templates/veonix/assets/img/icons/single-check.png");
  left: 0px;
  top: 0.9375vw;
}

.single-content strong {
  color: rgba(9, 18, 56, 0.8);
  font-weight: 600;
}

.single-important {
  background-image: url("/bitrix/templates/veonix/assets/img/bg/important-block.svg");
}

.single-bottom {
  padding-top: 2.08333vw;
  margin-top: 2.08333vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.single-author {
  display: flex;
  align-items: center;
}

.single-share {
  display: flex;
  align-items: center;
}

.single-share__title {
  color: #72829C;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-right: 0.625vw;
}

.single-share-item {
  display: flex;
}

.single-share-item svg {
  width: 1.45833vw;
  height: auto;
}

.single-share-items {
  display: flex;
  align-items: center;
  gap: 0.10417vw;
}

.single-author-photo {
  width: 5.20833vw;
  height: 5.20833vw;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 0.20833vw solid #FFF;
}

.single-author {
  gap: 2.08333vw;
}

.single-author__name {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.625vw;
}

.single-author__work {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-bottom {
  border-top: 1px solid rgba(9, 18, 56, 0.08);
}

.single-content {
  padding-bottom: 2.08333vw;
}

.news-others {
  padding-top: 6.25vw;
  overflow: hidden;
}

.news-others .news-right {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}

.news-others .container {
  max-width: 100%;
}

.news-others .section-top {
  max-width: 69.79167vw;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}

.news-others-slider {
  min-width: 100.57292vw;
  margin-left: 15.10417vw;
  overflow: visible;
}

.inner-bread,
.single-block-bottom {
  position: relative;
  z-index: 100;
}

.single-article .single-block {
  position: relative;
}

.single-article .single-block::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(24, 38, 98, 0) 0%, rgba(24, 38, 98, 0.7) 100%), linear-gradient(180deg, rgba(54, 73, 153, 0.4) 0%, rgba(24, 38, 98, 0.4) 100%), linear-gradient(180deg, rgba(54, 73, 153, 0.4) 0%, rgba(24, 38, 98, 0.4) 100%);
}

.single-article .inner-bread a {
  opacity: 0.6;
}

.single-article .inner-bread span {
  opacity: 0.6;
}

.single-bottom__date {
  color: rgba(255, 255, 255, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.single-article {
  padding-bottom: 3.125vw;
}

.product-photo {
  width: 31.8125vw;
  height: 30.20833vw;
  border-radius: 2.08333vw;
}

.single-product .about-inner__title {
  margin-bottom: 3.125vw;
}

.product-content {
  padding-top: 1.25vw;
  width: 41.875vw;
}

.product-characteristics-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 2.29167vw;
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
}

.product-characteristics-line:first-child {
  border-top: 1px solid rgba(9, 18, 56, 0.08);
}

.product-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2.08333vw;
}

.product-top__availability {
  color: #364999;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  padding-left: 0.72917vw;
}

.product-top__availability::before {
  width: 0.3125vw;
  height: 0.3125vw;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  left: 0;
  background-color: #364999;
  border-radius: 50%;
}

.product-top__icon {
  width: 9.21875vw;
}

.product-content {
  margin-right: 0px;
}

.product-bottom {
  margin-top: 2.08333vw;
  align-items: stretch;
}

.product-bottom__btn--arrow {
  display: inline-flex;
  align-items: center;
  border-radius: 5.20833vw;
  border: 1px solid rgba(9, 18, 56, 0.8);
  color: rgba(9, 18, 56, 0.8);
  text-align: center;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding-right: 1.25vw;
  padding-left: 1.25vw;
  gap: 0.41667vw;
}

.product-bottom__btn--arrow svg {
  width: 0.67708vw;
  height: auto;
}

.categories-block {
  border-radius: 2.08333vw;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  height: 15.625vw;
  width: 39.47917vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-block svg {
  width: unset;
  height: 4.375vw;
  position: relative;
  z-index: 100;
}

.categories-block svg path {
  transition: 0.4s all ease;
}

.categories-block::after {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: linear-gradient(39deg, #091238 22.46%, #364999 77.54%), linear-gradient(180deg, #DFE5EB 0%, #FFF 100%);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  opacity: 0;
  transition: 0.4s all ease;
}

.categories-block:hover svg path {
  fill: #fff;
}

.categories-block:hover::after {
  opacity: 1;
}

.product-block {
  padding: 1.66667vw;
  border-radius: 2.08333vw;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  gap: 1.25vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.product-block__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 3.125vw;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.product-block__btn {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-block__icon {
  display: flex;
  min-height: 1.66667vw;
}

.product-block__icon img {
  width: 9.16667vw;
}

.product-block-photo {
  width: 100%;
  height: 6.35417vw;
}

.other-products-slider {
  overflow: visible;
}

.other-products {
  padding-bottom: 10.41667vw;
}

.product-characteristics__item {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.catalog-right {
  width: 61.45833vw;
}

.catalog-left {
  width: 15.625vw;
}

.catalog-blocks {
  gap: 1.25vw;
}

.catalog-blocks .product-block {
  width: 19.63542vw;
}

.catalog-categories {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.catalog-categories a {
  color: rgba(9, 18, 56, 0.6);
}

.catalog-full-items {
  display: flex;
  align-items: center;
  gap: 0.20833vw;
}

.catalog-full-item {
  color: rgba(9, 18, 56, 0.8);
  text-align: center;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  height: 2.1875vw;
  width: 5vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5.20833vw;
  border: 1px solid rgba(9, 18, 56, 0.8);
}

.catalog-full__name {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.04167vw;
}

.catalog-full {
  margin-top: 2.08333vw;
}

.catalog-categories a {
  height: 2.70833vw;
  display: flex;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
  padding-left: 1.04167vw;
  transition: 0.4s all ease;
}

.catalog-categories a:hover {
  color: #364999;
}

.catalog-categories li {
  width: 100%;
}

.catalog-right .main-ui-pagination {
  justify-content: flex-start;
  margin-top: 2.08333vw;
}

.catalog-page {
  padding-top: 4.375vw;
}

.catalog-page .container {
  position: relative;
  z-index: 100;
}

.catalog-page .about-inner__title {
  color: #fff;
}

.catalog-page .inner-bread {
  color: #fff;
}

.catalog-page .inner-bread a {
  color: #fff;
}

.catalog-page-block {
  padding-top: 3.125vw;
  padding-bottom: 3.125vw;
}

.catalog-page-block .about-inner__title {
  margin-bottom: 2.96875vw;
}

.catalog-page-block .container {
  padding-right: 32.41667vw;
}

.catalog-page-block__text {
  color: #FFF;
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2.96875vw;
}

.catalog-page-block__btn {
  color: #FFF;
  text-align: center;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 5.20833vw;
  border: 1px solid #FFF;
  display: inline-block;
  padding: 0.83333vw 1.875vw;
}

.catalog-page-block {
  border-radius: 0 0 6.25vw 6.25vw;
}

.catalog-filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 1.25vw;
}

.catalog-sort {
  border-radius: 5.20833vw;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  width: 10.41667vw;
  height: 2.60417vw;
  position: relative;
}

.catalog-sort img {
  width: 0.67708vw;
}

.catalog-sort-top {
  display: flex;
  align-items: center;
  gap: 0.88542vw;
  height: 100%;
  justify-content: center;
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #364999;
}

.catalog-sort {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  z-index: 100;
}

.catalog-sort-hidden {
  position: absolute;
  left: 0;
  top: calc(100% + 0.10417vw);
  right: 0;
  width: 100%;
  transition: 0.4s all ease;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.catalog-sort-arrow {
  transition: 0.4s all ease;
  position: relative;
}

.catalog-sort.opened .catalog-sort-hidden {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.catalog-sort.opened .catalog-sort-arrow {
  transform: scale(1, -1);
  top: 0.10417vw;
}

.catalog-sort-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 1.25vw;
  overflow: hidden;
}

.catalog-sort-item {
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 1.25vw;
  height: 2.60417vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  transition: 0.4s all ease;
}

.catalog-sort-item:hover {
  color: rgba(9, 18, 56, 0.8);
  background-color: #D1D4E0;
}

.tools__title {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 3.125vw;
}

.tools__subtitle {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.66667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 2.08333vw;
}

.tools-top .products-block {
  width: 25.88542vw;
}

.tools-bottom__title {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.66667vw;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: 3.125vw;
  margin-bottom: 2.08333vw;
}

.tools-row {
  gap: 1.25vw;
}

.tools-row .products-block .products-block-icon img {
  width: 11.30208vw;
  height: auto;
}



.tools-row .products-block {
  height: 24.94792vw;
}

.brands-page__text {
  color: #FFF;
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.brands-page__big {
  color: #FFF;
  font-family: Mulish;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 1.5625vw;
}

.brands-page .about-inner__title {
  margin-top: 1.30208vw;
  margin-bottom: 1.30208vw;
}

.brands-page .container {
  padding-right: 27.4167vw;
}

.categories--small .categories-block {
  width: 19.58333vw;
  border-radius: 2.08333vw;
}

.categories--small .categories-block svg {
  width: 14.375vw;
  height: auto;
}

.inner-page-neuromodulation .about-inner__title {
  margin-bottom: 5.3125vw;
  margin-top: 3.125vw;
}

.information-photo {
  width: 29.16667vw;
  height: 30.72917vw;
  border-radius: 2.08333vw;
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  overflow: hidden;
  position: relative;
}

.information-content {
  width: 50.41667vw;
  padding: 2.08333vw;
  padding-bottom: 4.58333vw;
  border-radius: 2.08333vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
}

.information-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.information-content__title {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 2.5vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.information-block__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  margin-bottom: 1.04167vw;
}

.information-block__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.information-lists {
  margin-top: 1.25vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.information-lists li {
  width: 22.5vw;
  padding-left: 1.5625vw;
  height: 2.29167vw;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
  position: relative;
}

.information-lists li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url("/bitrix/templates/veonix/assets/img/icons/about-icon.png");
  background-size: cover;
  width: 0.72917vw;
  height: 0.52083vw;
  left: 0.26042vw;
}

.information-content {
  height: 30.72917vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.information-arrows {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 0.625vw;
  right: 2.08333vw;
  bottom: 1.25vw;
  z-index: 100;
}

.information-slider-wrapper {
  position: relative;
}

.information-slider {
  overflow: visible;
}

.information-arrow--next {
  transform: scale(-1, 1);
}

.information-slide {
  transition: 0.4s all ease;
  opacity: 0;
}

.information-slide.swiper-slide-active {
  opacity: 1;
}

.information-bottom__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.information-bottom__text ul {
  display: flex;
  align-items: center;
  gap: 2.08333vw;
  margin-bottom: 1.25vw;
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.information-bottom__text ul li {
  padding-left: 1.71875vw;
  position: relative;
}

.information-bottom__text ul li::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  background-image: url("/bitrix/templates/veonix/assets/img/icons/bottom-list-ul.png");
  background-size: cover;
  width: 1.09375vw;
  height: 1.45833vw;
  left: 0px;
}

.wares-bottom {
  margin-top: 11.14583vw;
}

.wares-bottom__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.wares-bottom {
  max-width: 27.60417vw;
}

.wares-content {
  max-width: 28.54167vw;
}

.wares-content .information-lists {
  font-size: 0.72917vw;
}

.wares-blocks {
  display: flex;
  align-items: flex-start;
  gap: 1.25vw;
}

.wares-blocks .products-block {
  width: 24.58333vw;
  height: 25.3125vw;
}

.wares-blocks .products-block-icon svg {
  width: 5.20833vw;
  height: auto;
}

.wares-blocks {
  width: 50.41667vw;
}

.information-lists ul {
  width: 100%;
}

.information-lists ul li {
  width: 100%;
  height: unset;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
}

.wares .information-lists li::before {
  width: 0.72917vw;
  height: 0.9375vw;
  background-image: url("/bitrix/templates/veonix/assets/img/icons/about-icon-check.png");
}

.wares + .understand .understand-row {
  margin-top: 5.625vw;
}

.stimulant-bottom-items {
  color: #FFF;
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  align-items: center;
  margin-top: 1.5625vw;
}

.stimulant-bottom-items strong {
  font-weight: 600;
}

.inner-page-stimulant .catalog-page-block {
  height: 28.48958vw;
  padding-bottom: 3.125vw;
}

.inner-page-stimulant .catalog-page-block .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.inner-page-stimulant .about-inner__title {
  font-size: 2.70833vw;
  margin-bottom: 0;
  margin-top: 3.125vw;
}

.catalog-page .inner-bread a,
.catalog-page .inner-bread span {
  opacity: 0.6;
}

.stimulant-bottom-items {
  gap: 1.82292vw;
}

.navigation-item {
  border-radius: 1.25vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(9, 18, 56, 0.8);
  text-align: center;
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  height: 3.80208vw;
  width: 19.11458vw;
}

.navigation-items {
  display: flex;
  align-items: flex-start;
  gap: 1.25vw;
  flex-wrap: wrap;
}

.navigation-item--big {
  width: 25.88542vw;
}

.information--stimulant .information-bottom__text p {
  margin-bottom: 1.5625vw;
}

.information--stimulant .information-bottom__text p:last-child {
  margin-bottom: 0;
}

.information--stimulant .information-bottom__text strong {
  color: rgba(9, 18, 56, 0.8);
  font-weight: 600;
}

.information-stimulant__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.information-stimulant__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.25vw;
}

.information-stimulant__bottom {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  opacity: 0.6;
  margin-top: 0.625vw;
}

.information-stimulant ul {
  margin-top: 0.625vw;
}

.checked-list {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.checked-list li {
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  padding-left: 1.45833vw;
  position: relative;
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
}

.checked-list li::before {
  position: absolute;
  content: "";
  display: block;
  width: 0.72917vw;
  height: 0.52083vw;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/bitrix/templates/veonix/assets/img/icons/checked-arrow.png");
  left: 0;
  top: 0.83333vw;
}

.device-photo {
  width: 39.0625vw;
  height: 27.08333vw;
  mix-blend-mode: darken;
}

.device-content {
  width: 39.0625vw;
}

.device-content .section-title {
  margin-bottom: 2.08333vw;
}

.device-content .checked-list {
  font-size: 0.83333vw;
}

.device-row {
  align-items: center;
}

.device-bottom-text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 1.25vw;
}

.about--stimulant .about-block {
  width: 39.47917vw;
}

.about--stimulant .about-block__title {
  font-size: 1.45833vw;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.about--stimulant .about-block__title {
  margin-bottom: 0;
}

.about--stimulant .about-block__text {
  margin-top: 0.625vw;
}

.understand--stimulant .understand-left .understand-block:nth-child(1) {
  margin-left: 2.08333vw;
}

.understand--stimulant .understand-left .understand-block:nth-child(2) {
  margin-left: 0px;
}

.understand--stimulant .understand-left .understand-block:nth-child(3) {
  margin-left: 0px;
}

.understand--stimulant .understand-left .understand-block:nth-child(4) {
  margin-left: 2.08333vw;
}

.understand--stimulant .understand-right {
  margin-top: 0px;
}

.understand--stimulant .understand-right .understand-block:nth-child(1) {
  margin-right: 2.08333vw;
}

.understand--stimulant .understand-right .understand-block:nth-child(2) {
  margin-right: 0px;
}

.understand--stimulant .understand-right .understand-block:nth-child(3) {
  margin-right: 0px;
}

.understand--stimulant .understand-right .understand-block:nth-child(4) {
  margin-right: 2.08333vw;
}

.understand--stimulant .understand-row {
  padding-right: 1.45833vw;
}

.understand--stimulant .understand-photo {
  top: 2.8125vw;
}

.understand--stimulant {
  padding-bottom: 6.25vw;
}

.exclusive-content {
  width: 39.47917vw;
}

.exclusive-content__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.625vw;
}

.checked-list--big {
  font-size: 0.83333vw;
}

.documentation-block {
  border-radius: 2.08333vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  width: 39.47917vw;
  padding: 1.25vw 2.08333vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.documentation-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
}

.documentation-item:last-child {
  border-bottom: unset;
}

.documentation-item__btn {
  color: rgba(9, 18, 56, 0.8);
  text-align: center;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  padding: 0.625vw 1.25vw;
  gap: 0.41667vw;
  border-radius: 5.20833vw;
  border: 1px solid rgba(9, 18, 56, 0.8);
  display: inline-flex;
  align-items: center;
}

.documentation-item__btn svg {
  width: 0.67708vw;
  height: auto;
}

.story-text {
  width: 39.0625vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.story-text p {
  margin-bottom: 1.30208vw;
}

.story-text p:last-child {
  margin-bottom: 0;
}

.only-content {
  width: 39.47917vw;
}

.only .section-title {
  font-size: 1.45833vw;
}

.documentation {
  padding-bottom: 3.125vw;
}

.news--stimulant .news-slide__text {
  display: none;
}

.news--stimulant .news-slide__views {
  display: none;
}

.reviews-stimulant-right {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}

.reviews-stimulant-slider {
  padding-top: 2.08333vw;
  overflow: visible;
}

.information-list-scroll {
  margin-top: 0.625vw;
  max-height: 8.75vw;
  overflow-y: scroll;
}

.information-list-scroll::-webkit-scrollbar {
  width: 0.13021vw;
}

.information-list-scroll::-webkit-scrollbar-thumb {
  border-radius: 0.52083vw;
  background-color: #364999;
}

.information-list-scroll .checked-list {
  margin-top: 0;
}

.navigation-item {
  transition: 0.4s all ease;
}

.navigation-item:hover {
  background-color: #364999;
  color: #fff;
}

.inner-page-stimulant {
  padding-bottom: 3.125vw;
}

.stimulant-navigation--neurostimulator .navigation-item {
  width: 15vw;
}

.stimulant-navigation--neurostimulator .navigation-item--big {
  width: 19.11458vw;
}

.information-bottom-info {
  display: flex;
  align-items: flex-start;
  gap: 0.625vw;
  margin-top: -0.3125vw;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.625vw;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
}

.information-bottom-info svg {
  width: 1.25vw;
  height: auto;
  flex-shrink: 0;
}

.information-bottom__text {
  line-height: 130%;
}

.information-stimulant .information-bottom__text {
  margin-top: 1.25vw;
}

.information-stimulant li strong {
  color: rgba(9, 18, 56, 0.8);
  font-weight: 600;
}

.checked-list--row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.checked-list--row li {
  width: 100%;
}

.checked-list--row li:nth-child(1) {
  width: 14.58333vw;
}

.checked-list--row li:nth-child(2) {
  width: 14.58333vw;
}

.checked-list--row li:nth-child(3) {
  width: 14.58333vw;
}

.checked-list--row + .information-bottom__text {
  margin-top: 0.78125vw;
}

.device-bottom-text--big {
  font-weight: 600;
  font-size: 1.04167vw;
  color: rgba(9, 18, 56, 0.8);
}

.awards-arrows {
  display: flex;
  align-items: center;
  gap: 0.625vw;
}

.awards-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.awards-slider-wrapper {
  margin-top: 3.125vw;
}

.awards-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  height: 10.41667vw;
}

.awards-slide img {
  width: 8.95833vw;
}

.awards-slider {
  overflow: visible;
}

.trial--electrical-neurostimulator .trial-block-icon img {
  width: 7.08333vw;
}

.trial--electrical-neurostimulator .trial-block {
  overflow: hidden;
}

.trial--electrical-neurostimulator .trial-block-icon {
  margin-bottom: 2.60417vw;
}

.trial--electrical-neurostimulator .trial-block__btn {
  margin-top: 2.61979vw;
}

.story-content__bottom {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.45833vw;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
}

.story-row {
  align-items: stretch;
}

.story-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 33.85417vw;
}

.documentation + .story {
  padding-top: 3.125vw;
}

.video-reviews-wrapper {
  margin-top: 3.125vw;
}

.video-reviews-slide {
  height: 33.4375vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.25vw;
}

.video-reviews-slide__play {
  width: 4.94792vw;
  height: 4.94792vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: linear-gradient(0deg, #DFE5EB 0%, #FFF 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-reviews-slide__play img {
  width: 1.30208vw;
}

.video-reviews-slider {
  overflow: visible;
}

.device--electrical-neurostimulator .device-photo {
  height: 22.91667vw;
}

.awards .section-title {
  margin-bottom: 0;
}

.video-reviews-slide__play img {
  position: relative;
  left: 0.10417vw;
}

.single-article--news .about-inner__title {
  padding-right: 0;
}

.single-content--news + .gallery {
  padding-bottom: 3.125vw;
}

.single-content--news + .gallery .standart-pagination .swiper-pagination-bullet {
  background-color: #999FB1;
  opacity: 1;
}

.single-content--news p:last-child {
  margin-bottom: 0;
}

.single-video {
  width: 34.27083vw;
  height: 19.27083vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 2.08333vw;
}

.single-video--big {
  width: 100%;
  height: 39.27083vw;
}

.single-videos {
  gap: 1.25vw;
}

.single-videos + .single-bottom {
  margin-top: 3.125vw;
  padding-top: 3.125vw;
}

.single-video__play {
  width: 4.94792vw;
  height: 4.94792vw;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: linear-gradient(0deg, #DFE5EB 0%, #FFF 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-video__play img {
  width: 1.30208vw;
  position: relative;
  left: 0.10417vw;
}

.single-videos {
  margin-top: 3.125vw;
}

.single-content--under {
  padding-bottom: 0;
}

.single-video__play {
  transition: 0.4s all ease;
}

.retractor-sliders-wrapper {
  width: 27.8125vw;
}

.retractor-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.retractor-icon {
  display: flex;
}

.retractor-icon img {
  width: 11.25vw;
}

.retractor-top__availability {
  position: relative;
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: #364999;
}

.retractor-top__availability::before {
  width: 0.3125vw;
  height: 0.3125vw;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -0.72917vw;
  background-color: #364999;
  border-radius: 50%;
}

.retractor-content {
  width: 41.875vw;
}

.retractor-set__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0.625vw;
}

.retractor-sets {
  margin-top: 2.08333vw;
}

.set-nav {
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
}

.set-line {
  display: flex;
  align-items: center;
}

.set-nav__item {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
}

.set-line__item {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.set-line {
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
  border-bottom: 1px solid rgba(9, 18, 56, 0.08);
}

.set-col-1 {
  width: 3.38542vw;
}

.set-col-2 {
  width: 6.51042vw;
}

.set-col-3 {
  width: 27.86458vw;
}

.set-col-4 {
  width: 2.86458vw;
}

.set-line__item.set-col-2 {
  padding-right: 1.30208vw;
}

.set-line__item.set-col-3 {
  padding-right: 1.30208vw;
}

.set-line__item.set-col-4 {
  text-align: center;
}

.set-wrapper {
  overflow-y: scroll;
  max-height: 13.125vw;
}

.set-wrapper::-webkit-scrollbar {
  width: 0.13021vw;
}

.set-wrapper::-webkit-scrollbar-thumb {
  border-radius: 0.52083vw;
  background-color: #364999;
}

.retractor-set {
  margin-bottom: 1.5625vw;
}

.retractor-set:last-child {
  margin-bottom: 0;
}

.retractor-slide {
  height: 27.8125vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0px;
  background: rgba(255, 255, 255, 0.8);
}

.retractor-slider {
  border-radius: 2.08333vw;
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
}

.retractor-slide-inner {
  width: 23.64583vw;
  height: 23.64583vw;
  position: relative;
}

.retractor-slide-inner img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.retractor-row {
  padding-right: 5.3125vw;
}

.retractor-nav-slider-wrapper {
  margin-top: 1.04167vw;
  position: relative;
  padding-right: 3.125vw;
  padding-left: 3.125vw;
}

.retractor-slide-inner {
  border-radius: 2.08333vw;
  overflow: hidden;
}

.retractor-nav-slide {
  border-radius: 1.25vw;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  padding: 0.20833vw;
  overflow: hidden;
  height: 6.77083vw;
  cursor: pointer;
}

.retractor-nav-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 1.04167vw;
}

.retractor-nav-arrows {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  pointer-events: none;
}

.retractor-nav-arrow {
  display: flex;
  pointer-events: all;
}

.retractor-nav-arrow svg {
  width: 0.9375vw;
  height: auto;
}

.retractor-nav--prev {
  transform: scale(-1, 1);
}

.retractor-nav-slider {
  overflow: visible;
}

.retractor-nav-slide {
  transition: 0.4s all ease;
  opacity: 0;
  pointer-events: none;
}

.retractor-nav-slide:hover {
  background-color: rgba(9, 18, 56, 0.08);
  box-shadow: unset;
}

.retractor-nav-slide:hover .retractor-nav-slide__plus {
  opacity: 1;
  visibility: visible;
}

.retractor-nav-slide.swiper-slide-active,
.retractor-nav-slide.swiper-slide-next,
.retractor-nav-slide.swiper-slide-next + .retractor-nav-slide {
  opacity: 1;
  pointer-events: all;
}

.retractor-nav-slide__plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #364999;
  width: 2.60417vw;
  height: 2.60417vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.4s all ease;
  opacity: 0;
  visibility: hidden;
}

.retractor-nav-arrow {
  transition: 0.4s all ease;
}

.retractor-nav-arrow.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.retractor-nav-arrow svg path {
  transition: 0.4s all ease;
}

.other-products--thompson .product-block-photo {
  height: 13.54167vw;
}

.other-products--thompson .product-block__icon img {
  width: 11.25vw;
}

.inner-brand__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 50vw;
}

.inner-brand .navigation-items {
  margin-top: 3.125vw;
}

.inner-brand .navigation-item {
  width: 25.88542vw;
}

.inner-brand .navigation-item--big {
  width: 39.42708vw;
  height: 5.10417vw;
}

.inner-brand-photo {
  width: 26.04167vw;
  height: 10.20833vw;
}

.inner-brand-row {
  align-items: flex-end;
}

.other-products-right {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}

.trial--rudolf .trial-block {
  height: 24.32292vw;
  overflow: hidden;
}

.documentation-big {
  width: 40.36458vw;
}

.documentation-big .documentation-item {
  padding-top: 0;
  padding-bottom: 0;
}

.documentation-big__text {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 1.45833vw;
}

.documentation--rudolf {
  padding-bottom: 6.25vw;
}

.understand--rudolf .understand-block__title {
  margin-bottom: 0;
}

.understand--rudolf .understand-row {
  margin-top: 5.20833vw;
  padding-right: 1.40625vw;
}

.understand--rudolf .understand-left .understand-block:nth-child(1) {
  margin-left: 2.08333vw;
}

.understand--rudolf .understand-left .understand-block:nth-child(2) {
  margin-left: 0;
}

.understand--rudolf .understand-left .understand-block:nth-child(3) {
  margin-left: 2.08333vw;
}

.understand--rudolf .understand-right .understand-block:nth-child(1) {
  margin-right: 2.08333vw;
}

.understand--rudolf .understand-right .understand-block:nth-child(2) {
  margin-right: 0px;
}

.understand--rudolf .understand-right .understand-block:nth-child(3) {
  margin-right: 2.08333vw;
}

.understand--rudolf .understand-photo {
  top: -3.125vw;
}

.story--rudolf .story-text {
  width: 48.28125vw;
}

.story--rudolf .story-content {
  width: 29.84375vw;
}

.story--rudolf .story-content__bottom {
  font-size: 1.66667vw;
}

.surgery-rudolf__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.surgery-rudolf-top {
  display: flex;
  align-items: center;
  padding-right: 1.25vw;
  padding-left: 1.25vw;
  justify-content: space-between;
}

.surgery-rudolf .surgery-center {
  padding-top: 1.6vw;
}

.surgery-rudolf .surgery-list {
  max-height: 16vw;
}

.surgery-list__name {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding-top: 0.625vw;
  padding-bottom: 0.625vw;
}

.inner-brand-row {
  position: relative;
}

.inner-brand-picture {
  position: absolute;
  width: 24.375vw;
  top: -1.41667vw;
  right: -4.5vw;
}

.surgery-thompson-items {
  background: rgba(9, 18, 56, 0.02);
  width: 100%;
  padding: 1.25vw 2.08333vw;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.surgery-thompson-item {
  width: 14.58333vw;
  display: flex;
  align-items: flex-start;
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  gap: 0.625vw;
}

.surgery-thompson-item img {
  width: 1.25vw;
  position: relative;
  top: 0.15625vw;
}

.surgery-thompson .surgery-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.surgery-thompson .surgery-photo {
  height: 28.90625vw;
}

.story--thompson .story-content {
  width: 39.0625vw;
}

.story--thompson .story-text {
  width: 39.0625vw;
}

.understand--thompson .understand-block__title {
  margin-bottom: 0;
}

.understand--thompson .understand-row {
  margin-top: 5.20833vw;
}

.understand--thompson .understand-photo {
  top: -3.53125vw;
}

.trial--thompson .trial-block-icon img {
  width: 17.60417vw;
}

.trial--thompson .trial-block-icon {
  margin-bottom: 2.60417vw;
}

.trial--thompson .trial-block__btn {
  margin-top: 2.60417vw;
}

.trial-block {
  overflow: hidden;
}

.bullets + .tools .tools-row {
  margin-top: 3.125vw;
}

.bullets-block {
  width: 25.88542vw;
  min-height: 10.98958vw;
  border-radius: 1.25vw;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 3.38542vw;
  padding: 0px 2.08333vw;
}

.bullets-row {
  justify-content: flex-start;
  gap: 1.25vw;
  margin-bottom: -3.38542vw;
}

.bullets-block__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.bullets-block__text {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 0.72917vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 0.625vw;
}

.bullets-block {
  padding-bottom: 2.08333vw;
}

.bullets-block-photo {
  width: 5.20833vw;
  height: 5.20833vw;
  padding: 0.20833vw;
  border-radius: 50%;
  margin-bottom: 1.04167vw;
  margin-top: -2.08333vw;
  background-color: #F2F5F9;
}

.bullets-block-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

.bullets-row {
  align-items: stretch;
}

.products-block {
  position: relative;
}

.products-block__link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: transparent;
  font-size: 0px;
  z-index: 1000;
}

.main-ui-pagination-page.main-ui-pagination-active:hover {
  color: #fff;
  border-color: #364999;
}

.experience-block {
  overflow: hidden;
}

.catalog-page-block__btn {
  transition: 0.4s all ease;
}

.catalog-page-block__btn:hover {
  border-color: transparent !important;
  background-color: rgba(255, 255, 255, 0.4) !important;
  color: #FFF;
}

.catalog-full-item {
  transition: 0.4s all ease;
}

.catalog-full-item::hover::after {
  opacity: 1;
}

.contacts-row {
  align-items: flex-end;
}

.contacts-content {
  padding-bottom: 2.5vw;
}

.product-photo {
  background-color: #FBFCFD;
}

.product-photo img {
  mix-blend-mode: darken;
}

.product-bottom__btn--arrow {
  transition: 0.4s all ease;
}

.product-bottom__btn--arrow::hover::after {
  opacity: 1;
}

.product-block-photo {
  background-color: #FBFCFD;
}

.product-block-photo img {
  mix-blend-mode: darken;
}

.stimulant-navigation--neurostimulator--new .navigation-item {
  width: 19.11458vw;
}

.stimulant-navigation--neurostimulator--new .navigation-item--big {
  width: 25.88542vw;
}

.modal-window {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 100000000000000010000000000000;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  justify-content: center;
  padding-top: 2.60417vw;
  padding-bottom: 2.60417vw;
  overflow-y: auto;
}

.modal-window .inner {
  margin-top: auto;
  margin-bottom: auto;
  border-radius: 2.08333vw;
  background: #EAEEF5;
  box-shadow: 0.625vw 0.625vw 2.08333vw 0 rgba(48, 57, 61, 0.12);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  width: 43.4375vw;
  padding: 3.125vw 4.16667vw;
}

.modal-window .form-label input {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  color: rgba(9, 18, 56, 0.6);
}

.modal-window .form-label input::-moz-placeholder {
  color: rgba(9, 18, 56, 0.6);
}

.modal-window .form-label input::placeholder {
  color: rgba(9, 18, 56, 0.6);
}

.modal-window .textarea-wrapper textarea {
  background: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(0.625vw);
          backdrop-filter: blur(0.625vw);
  color: rgba(9, 18, 56, 0.6);
}

.modal-window .textarea-wrapper textarea::-moz-placeholder {
  color: rgba(9, 18, 56, 0.6);
}

.modal-window .textarea-wrapper textarea::placeholder {
  color: rgba(9, 18, 56, 0.6);
}

.modal-window .form-label-icon {
  background: #FFF;
}

.modal-window .form-label-icon svg path {
  fill: #364999;
}

.modal-window .form-bottom button {
  background: linear-gradient(89deg, #091238 0%, #364999 100%);
}

.modal-window .checkbox-input-label {
  color: rgba(9, 18, 56, 0.6);
}

.modal-window .checkbox-input-label a {
  color: rgba(9, 18, 56, 0.6);
}

.modal-window .checkbox-input-label::before {
  background-color: rgba(255, 255, 255, 0.6);
}

.modal-window .form-label input:focus + .form-label-icon {
  background-color: #364999;
}

.modal-window .form-label input:focus + .form-label-icon svg path {
  fill: #fff;
}

.modal-window .form-label input:focus {
  color: #364999;
}

.modal-window .form-label input:focus::-moz-placeholder {
  color: #364999;
}

.modal-window .form-label input:focus::placeholder {
  color: #364999;
}

.modal-window .form-selected input {
  color: rgba(9, 18, 56, 0.8);
}

.modal-window .form-selected input::-moz-placeholder {
  color: rgba(9, 18, 56, 0.8);
}

.modal-window .form-selected input::placeholder {
  color: rgba(9, 18, 56, 0.8);
}

.modal-window__close {
  display: flex;
  position: absolute;
  cursor: pointer;
  top: 2.08333vw;
  right: 2.08333vw;
}

.modal-window__close svg {
  width: 0.9375vw;
  height: auto;
}

.modal-window__title {
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.875vw;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  margin-bottom: 2.08333vw;
}

.modal-callback .inner {
  width: 35.9375vw;
}

.modal-callback .modal-window__title {
  margin-bottom: 0.625vw;
}

.modal-callback .form-label {
  width: 100%;
}

.modal-window__subtitle {
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.04167vw;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 2.08333vw;
}

.history-slide__text {
  overflow: auto;
  padding-right: 0.52083vw;
  max-height: 8.125vw;
}

.history-slide__text::-webkit-scrollbar {
  width: 0.13021vw;
}

.history-slide__text::-webkit-scrollbar-thumb {
  border-radius: 0.52083vw;
  background-color: #364999;
}

.history-slide__text p {
  margin-bottom: 1.04167vw;
}

.history-slide__text p:last-child {
  margin-bottom: 0;
}

.history-slide__more {
  display: none;
}

.admin_panel{
  position: fixed;
  left: 0;
  right: 0;
  z-index: 100000;
  top: 4.375vw;
}

.articles-section{
  margin-top: -2.08333vw;
}

.single-author-photo{
  flex-shrink: 0;
}


.recall-certificates-section .recall-certificates{
  margin-top: 0;
}

.recall{
  padding-bottom: 6.25vw;
}

.recall-certificates-section{
  padding-bottom: 9.375vw;
}

.reviews-slide__text{
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.tools-row{
  justify-content: flex-start;

  margin-bottom: 2.08333vw;
}
.tools-row:last-child{
  margin-bottom: 0;
}


.products-block-icon{
  transition: .4s all ease;
}

.products-block:hover .products-block-icon{
  filter: brightness(0) invert(1);
}

.about-inner__title--category span{
  opacity: 0;
  font-size: 0px;
  color: transparent;
  pointer-events: none;
  height: 0;
  display: block;
  width: 0;
}

.empty-text{
  font-size: 1.2vw;
  text-align: left;
}

.catalog-categories a.active{
  color: #364999;
}

.other-products--thompson .products-block::after{
  display: none;
}

.other-products--thompson .products-block:hover .products-block-icon{
  filter: unset;
}

.other-products--thompson .products-block{
  cursor: default;
}

.other-products--thompson .products-block-icon img{
  width: 11.25vw;
}

.other-products--thompson .products-block{
  height: 27.917vw;
  position: relative;
}

.other-products--thompson .product-block__btn{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 1.667vw;

  width: 15.781vw;
}

.other-products--thompson .product-block__title{
  margin-top: 1.667vw;
}

.header-search__close{
  display: none;
}

.search-page__results{
  margin-top: 3.125vw;
}
.search-page__subtitle{
  color: rgba(9, 18, 56, 0.6);
  font-family: Mulish;
  font-size: 1.6vw;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}

.search-page__item{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.042vw;
}

.search-page__item-title{
  display: block;

  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 1.1vw;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
}

.search-page__item-description{
  font-size: 0.833vw;
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  line-height: 110%;
}

.search-page__item__link{
  color: rgba(9, 18, 56, 0.8);
  font-family: Mulish;
  font-size: 0.83333vw;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.search-page__results{
  display: flex;
  flex-direction: column;
  gap: 1.563vw;
}

.search-page__results strong, .search-page__results b{
  background: linear-gradient(89deg, #091238 0%, #364999 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.search-page__item__link, .search-page__item-title{
  transition: .4s all ease;
}

.search-page__item__link:hover, .search-page__item-title:hover{
  color: #364999;
}

.swiper-button-lock{
  opacity: 0;
  pointer-events: none;
}

.licenses-row{
  justify-content: flex-start;
}

.first-screen-video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}

.first-screen-content .first-screen-info {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}