@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/

/* make sure to set some focus styles for accessibility */

/* root */

:root {
  font-size: 16px;
  --main-color-text_first: #000066;
  --main-color-text_second: #00A0DD;
  --main-color-text_third: #181818;
  --basic-color-text: #181818;
  --main-color-button: #FFB600;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-behavior: smooth !important;
}

body {
  font-family: Inter, Onest, sans-serif;
  font-weight: 400;
  color: var(--basic-color-text);
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

a {
  text-decoration: none;
  transition: 0.3s ease;
}

button {
  background: none;
  font-family: inherit;
  border: none;
  padding: 0;
}

button p {
  text-transform: uppercase;
}

a, button, a *, button * {
  transition: 0.3s ease;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */

audio,
canvas,
video {
  display: inline-block;
  display: inline;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */

[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

a:focus {
  outline: none;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */


 a:active,
 a:hover {
   outline: 0;
 }
 
 a:hover, button:hover {
  opacity: 0.7;
}


.change-lang ul li:hover {
  cursor: pointer;
}

input {
  border: none;
  outline: none;
}

.active {
  font-weight: 600 !important;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */

img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
  vertical-align: middle;
  user-select: none;
}

img.no-click {
  pointer-events: none;
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */

figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */

form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */


/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */

button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #143F74; /* насыщенный синий */
  color: #fff;
}

::selection {
  background: #cce1ff;
  color: #092547;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

/* custom */

.container {
  margin: auto 13.33vw;
}

.appearance {
  opacity: 0;
  transform: translateY(1.39vw);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.appearance.show {
  opacity: 1;
  transform: translateY(0);
}

.header__top {
  background-color: var(--main-color-text_first);
}

.header__top .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.header__top__left {
  padding: 0.83vw 0;
  display: flex;
  flex-direction: row;
  gap: 2.50vw;
}

.header__top__info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.83vw;
}

.header__top__info img {
  height: 0.83vw;
  width: auto;
}

.header__top__info p {
  color: #FFF;
  font-weight: 400;
  font-size: 0.83vw;
}

.header__top__right {
  display: flex;
  justify-items: center;
  align-items: center;
  background-color: var(--main-color-text_second);
  padding: 0.89vw 2.50vw;
}

.header__top__right p {
  color: #FFF;
  font-size: 0.94vw;
  font-weight: 700;
}

.header__botton .container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 1.67vw 0;
}

.header__botton__logo {
  width: 11.61vw;
  height: auto;
  display: flex;
}

.header__botton__logo img {
  width: 100%;
  height: auto;
}

.header__botton__nav {
  display: flex;
  flex-direction: row;
  gap: 2.50vw;
}

.header__botton__nav a {
  font-size: 0.83vw;
  font-weight: 500;
  color: var(--main-color-text_third);
}

.header__botton__contact {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.83vw;
}

.header__botton__contact img {
  width: auto;
  height: 0.83vw;
}

.header__contacts {
  display: flex;
  flex-direction: column;
  gap: 0.42vw;
}

.header__contacts a {
  color: var(--main-color-text_third);
  font-size: 0.83vw;
  font-weight: 700;
}

.banner {
  background: url(/assets/imgs/backgrounds/banner__background.png) 100% / cover no-repeat;
}

.banner .container {
  padding: 8.33vw 0 10.42vw 0;
  display: flex;
  flex-direction: column;
  gap: 3.33vw;
  position: relative;
}

.banner__texts {
  display: flex;
  flex-direction: column;
  gap: 2.92vw;
}

.banner__texts h1 {
  width: 32.55vw;
  font-size: 3.75vw;
  font-weight: 700;
  line-height: 122%;
  color: var(--basic-color-text);
}

.banner__texts p {
  width: 39.06vw;
  font-size: 2.08vw;
  font-weight: 400;
  color: var(--basic-color-text);
}

.banner__buttons {
  display: flex;
  flex-direction: row;
  gap: 1.67vw;
}

.banner__buttons__first p {
  font-size: 0.94vw;
  font-weight: 500;
  text-transform: none;
}

.banner__buttons__first:nth-child(1) {
  background: #00A0DD;
  padding: 0.89vw 6.04vw;
}

.banner__buttons__first:nth-child(1) p {
  color: #FFF;
}

.banner__buttons a {
  background: rgba(255, 255, 255, 0.4);
  border: var(--main-color-text_first) 0.05vw solid;
  padding: 0.89vw 2.08vw;
}

.banner__buttons a p {
  color: var(--main-color-text_first);
  font-size: 0.94vw;
  font-weight: 600;
}

.banner__boxs {
  bottom: -7.8vw;
  position: absolute;
  display: flex;
  flex-direction: row;
  gap: 1.67vw;
  justify-content: space-between;
}

.banner__box {
  padding: 1.25vw 0.52vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.67vw;
  background: #005BA9;
}

.banner__box:nth-child(2n) {
  background: var(--main-color-text_first);
}

.banner__box img {
  width: 3.33vw;
  height: auto;
}

.banner__box__texts {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.banner__box__texts p {
  color: #FFF;
}

.banner__box__texts p:nth-child(1) {
  font-size: 1.25vw;
  font-weight: 500;
}

.banner__box__texts p:nth-child(2) {
  font-size: 0.83vw;
  font-weight: 400;
}

.products__wrapper {
  padding-top: 13.91vw;
  padding-bottom: 6.25vw;
}

.products__wrapper .container {
  overflow: hidden;
}

.product__sliders__controls {
    margin-top: 2vw;
}

.products {
  display: flex;
  flex-direction: row;
  gap: 1.32vw;
  width: 100%;
}

.product {
  width: 17.34vw;
  display: flex;
  flex-direction: column;
  gap: 2.50vw;
  flex: 0 0 auto;
  justify-content: space-between;
  cursor: pointer;
}

.product__infos {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.product__info__texts {
  display: flex;
  flex-direction: column;
  gap: 0.83vw;
}

.product__info__texts p {
  color: #181818;
}

.product__info__texts p:nth-child(1) {
  font-weight: 700;
  font-size: 1.25vw;
}

.product__info__texts p:nth-child(2) {
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 150%;
}

.product__infos img {
  width: 100%;
}

.product__info__to__modal p {
    display: none;
}

.product__button {
  background: var(--main-color-text_second);
  padding: 0.83vw;
  display: flex;
  flex-direction: row;
  gap: 0.83vw;
  justify-content: center;
  align-items: center;
}

.product__button p {
  font-size: 0.94vw;
  font-weight: 500;
  color: #FFF;
}

.product__button img {
  width: 1.25vw;
  height: auto;
  position: relative;
}

.product__button:hover {
  &:hover {
    img {
      transform: translateX(0.6vw)
    }
  }
}

.download__wrapper {
  position: relative;
  display: flex;
  flex-direction: row;
}

.download__form {
  padding: 4.17vw 13.75vw 0 13.33vw;
  width: 50.83vw;
  background: var(--main-color-text_first);
  display: flex;
  flex-direction: column;
  gap: 1.67vw;
}

.download__form__text {
  display: flex;
  flex-direction: column;
  gap: 0.42vw;
}

.download__form__text {
  color: #FFF;
}

.download__form__text h4 {
  font-size: 2.50vw;
  font-weight: 600;
}

.download__form__text p {
  font-size: 1.24vw;
  font-weight: 400;
  line-height: 120%;
}

.form__form {
  display: flex;
  flex-direction: column;
  gap: 1.27vw;
}

.form__form__inputs {
  display: flex;
  flex-direction: column;
  gap: 0.83vw;
}

.form__form__input {
  display: flex;
  flex-direction: column;
  gap: 0.42vw;
}

.form__form__input p {
  color: #FFF;
  font-size: 0.83vw;
  font-weight: 500;
}

.form__form__input input {
  padding: 0.97vw 1.25vw;
  color: var(--basic-color-text);
  font-weight: 500;
  font-size: 0.83vw;
}

.form__form__input input::placeholder {
  color: #7E7E7E;
  font-size: 0.83vw;
  font-weight: 300;
}

.form__form__check__input, .form__need__equipment__check {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.42vw;
}

.form__form__check__input .check__input, .form__need__equipment__check .check__input {
  width: 2.08vw;
  height: 2.08vw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.form__form__check__input .check__input .check__input__button, .form__need__equipment__check .check__input__button {
  width: 1.25vw;
  height: 1.25vw;
  border-radius: 0.21vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #E2E2E2;
  cursor: pointer;
}

.check__input__button img {
  opacity: 0;
  transition: opacity 0.2s ease;
  width: 0.8vw;
  height: auto;
}

.check__input__button.active img {
  opacity: 1;
}

.check__input__button {
  transition: 0.2s ease;
}


.check__input__text {
  padding: 0.42vw;
}

.check__input__text p {
  color: #FFF;
  font-size: 0.83vw;
  font-weight: 400;
}

.form__form__button {
  display: flex;
  flex-direction: column;
  gap: 0.83vw;
}

.form__form__button button {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.83vw;
  padding: 1.25vw 0;
  background: var(--main-color-text_second);
  justify-content: center;
}

.form__form__button button p {
  font-size: 0.94vw;
  font-weight: 600;
  color: #FFF;
}

.form__form__button button img {
  width: 1.25vw;
  height: auto;
}

.form__form__button p {
  font-size: 0.71vw;
  font-weight: 200;
  color: #FFF;
  a {
    color: #00A0DD;
  }
} 

.download__img {
  position: relative;
  width: 49.17vw;
  height: auto;
}

.download__img img {
  width: 100%;
  height: auto;
}

.objects {
  background: #E5F0FF;
  position: relative;
}

.objects__wrapper {
  display: flex;
  flex-direction: column;
  padding: 4.32vw 0;
  overflow: hidden;
}

.objects__wrapper h4 {
  font-size: 2.50vw;
  font-weight: 600;
  color: var(--basic-color-text);
}

.objects__boxs {
  margin-top: 2.08vw;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 1.67vw;
  overflow: hidden;
}

.objects__box {
  display: flex;
  flex-direction: column;
  width: 23.33vw;
  gap: 1.25vw;
  flex: 0 0 auto;
}

.objects__box__img {
  width: auto;
  height: auto;
  position: relative;
}

.objects__box__img img {
  width: 100%;
  height: auto;
}

.objects__box__img .objects__box__img__brand {
  width: 5.10vw;
  height: 1.67vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  left: 0;
  bottom: 0.83vw;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: 4;
}

.objects__box__img__brand__shadow {
  content: '';
  width: 5.10vw;
  height: 1.67vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #01AAEB;
  left: 0;
  bottom: 0.70vw;
  clip-path: polygon(0 0, 95% 0, 100% 100%, 0% 100%);
  position: absolute;
  z-index: 2;
}

.objects__box__img .objects__box__img__brand img {
  width: auto;
  height: 1.09vw;
}

.objects__box__texts {
  display: flex;
  flex-direction: column;
  gap: 0.83vw;
}

.objects__box__texts p {
  color: #0C0C12;
}

.objects__box__texts p:nth-child(1) {
  font-size: 1.25vw;
  font-weight: 700;
}


.objects__box__texts p:nth-child(2) {
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 150%;
}

.partner__boxs {
  margin-top: 5.42vw;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0.21vw 0;
  gap: 1.11vw;
}

.partner_box {
  width: 8.19vw;
  height: auto;
  flex: 0 0 auto;
}

.partner_box img {
  width: 100%;
  height: auto;
}

.certificate__wrapper {
  padding: 6.25vw 0;
  position: relative;
}

.certificate__wrapper h4 {
  font-size: 2.50vw;
  line-height: 150%;
}

.certificate__sliders {
  margin-top: 4.17vw;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 1.67vw;
  overflow: hidden;
}

.certificate__slider {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 1.56vw;
  align-items: center;
}

.certificate__slide {
  flex: 0 0 auto;
  width: 23.44vw;
  height: auto;
}

.certificate__slide img {
  border: rgba(0, 0, 0, 0.2) 0.05vw solid;
  width: 100%;
  height: auto;
}

.certificate__sliders__controls, .product__sliders__controls, .review__sliders__controls {
  display: flex;
  flex-direction: row;
  gap: 2.08vw;
  justify-content: center;
}

.certificate__sliders__control, .product__sliders__control, .review__sliders__control {
  width: 2.50vw;
  height: 2.50vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-color-text_second);
}

.certificate__sliders__control img, .product__sliders__control img, .review__sliders__control img {
  width: 0.83vw;
  height: auto;
}

.certificate__sliders__control__next img, .product__sliders__control__next img, .review__control__next img {
  rotate: 180deg;
}

.review {
  position: relative;
  background: #E5F0FF;
}

.review__wrapper {
  padding: 6.25vw 0;
  overflow: hidden;
}

.review__wrapper h4 {
  font-size: 2.50vw;
  font-weight: 700;
  color: var(--basic-color-text);
  line-height: 150%
}

.review__boxs {
  margin-top: 2.08vw;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 1.68vw;
}

.review_box {
  padding: 0.83vw;
  width: 17.08vw;
  flex: 0 0 auto;
  border-radius: 0.83vw;
  background: #FFF;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  cursor: pointer;
}

.review_box__title {
  display: flex;
  flex-direction: column;
  gap: 0.42vw;
}

.review_box__title h6 {
  font-size: 1.25vw;
  font-weight: 600;
}

.review_box__title h6 span {
  font-weight: 400;
}

.review_box__stars {
  display: flex;
  flex-direction: row;
  gap: 0.21vw;
}

.review_box__stars img {
  width: 0.89vw;
  height: auto;
}

.review_box__text {
  font-size: 0.83vw;
  font-weight: 400;
}

.review__sliders__controls {
    margin-top: 1.4vw;
}

.need__equipment {
  position: relative;
  display: flex;
  flex-direction: row;
}

.need__equipment_img {
  position: relative;
  width: 50.83vw;
  height: auto;
}

.need__equipment_img img {
  width: 100%;
  height: auto;
}

.need__equipment__wrapper {
  padding: 6.25vw 13.33vw 0 5.42vw;
  width: 49.17vw;
  background: var(--main-color-text_first);
}

.need__equipment__form {
  display: flex;
  flex-direction: column;
  gap: 2.50vw;
}

.need__equipment__form__text {
  width: 26.04vw;
  display: flex;
  flex-direction: column;
  gap: 0.83vw;
}

.need__equipment__form__text h4 {
  font-size: 2.50vw;
  color: #FFF;
  font-weight: 400;
  line-height: 120%;
}

.need__equipment__form__text p {
  font-size: 1.25vw;
  color: #FFF;
  font-weight: 400;
  line-height: 120%;
}

.form__need__equipment__inputs {
  display: flex;
  flex-direction: row;
  gap: 0.83vw;
}

.form__need__equipment__input {
  display: flex;
  flex-direction: column;
  gap: 0.42vw;
}

.form__need__equipment__input:nth-child(1) {
  width: 11.25vw;
}

.form__need__equipment__input:nth-child(2) {
  width: 13.65vw;
}

.form__need__equipment__input p {
  font-size: 0.83vw;
  color: #FFF;
  font-weight: 400;
}

.form__need__equipment__input input {
  color: #111;
  font-size: 0.83vw;
  font-weight: 300;
  padding: 0.97vw 1.25vw;
}

.form__need__equipment__input input::placeholder {
  color: #949494;
  font-size: 0.83vw;
  font-weight: 300;
}

.form__need__equipment__button {
  display: flex;
  flex-direction: column;
  gap: 0.83vw;
}

.form__need__equipment__button button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25.73vw;
  padding: 0.89vw 0;
  background: var(--main-color-text_second);
}

.form__need__equipment__button button p {
  font-size: 0.94vw;
  font-weight: 500;
  color: #FFF;
}

.form__need__equipment__button p {
  font-weight: 200;
  font-size: 0.73vw;
  color: #FFF;
}

.form__need__equipment__button p span {
  color: var(--main-color-text_second);
}

.aboutus__wrapper {
  margin: 6.25vw 0;
  display: flex;
  flex-direction: column;
  gap: 6.25vw;
}

.aboutus__info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.aboutus__info__texts {
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
  width: 28.75vw;
}

.aboutus__info__texts h5 {
  font-size: 2.50vw;
  font-weight: 600;
}

.aboutus__info__text {
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
}

.aboutus__info__text p {
  font-size: 1.25vw;
  font-weight: 500;
}

.aboutus__info__text__list {
  display: flex;
  flex-direction: column;
  gap: 0.21vw;
}

.aboutus__info__text__list p:nth-child(1) {
  font-size: 1.25vw;
  font-weight: 700;
}

.aboutus__info__text__list p:nth-child(2) {
  font-size: 0.83vw;
  line-height: 150%;
  font-weight: 400;
}

.aboutus__info__text__list ul {
  list-style: disc;
}

.aboutus__info__text__list ul li {
  font-size: 0.83vw;
  font-weight: 400;
  line-height: 150%;
}

.aboutus__info__video {
  width: 35.83vw;
  height: auto;
  position: relative;
}

.aboutus__info__video a img {
  width: 100%;
  height: auto;
  position: relative;
}

.aboutus__info__video a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%, -50%);
  width: 4.17vw;
  height: 4.17vw;
  background-image: url(../imgs/icons/play__video.png);
  background-size: cover;
}

.aboutus__statistics {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.aboutus__statistic {
  width: 13.2vw;
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
  align-items: center;
}

.aboutus__statistic p {
  text-align: center;
}

.aboutus__statistic p:nth-child(1) {
  font-size: 1.67vw;
  font-weight: 700;
  color: var(--main-color-text_second);
}

.aboutus__statistic p:nth-child(1) span {
  font-size: 4.58vw;
}

.aboutus__statistic p:nth-child(2) {
  font-size: 0.83vw;
  font-weight: 600;
}

footer {
  background-color: var(--main-color-text_first);
  position: relative;
}

.footer__wrapper {
  margin: 1.25vw 0 2.92vw 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}

.footer__logo {
  display: flex;
  flex-direction: column;
  gap: 1.25vw;
}

.footer__logo img {
  width: 11.61vw;
  height: auto;
}

.footer__logo p {
  font-size: 1.25vw;
  font-weight: 500;
  color: #FFF;
}

.foorter__nav {
  display: flex;
  flex-direction: row;
  gap: 2.50vw;
}

.foorter__nav a {
  color: #FFF;
  font-size: 0.83vw;
  font-weight: 500;
}

.foorter__contact {
  display: flex;
  flex-direction: column;
  gap: 0.83vw;
}

.foorter__contact__nums, .foorter__contact__email {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.42vw;
}

.foorter__contact__nums img, .foorter__contact__email img {
  height: 0.83vw;
  width: auto;
}

.foorter__contact__nums__link {
  display: flex;
  flex-direction: column;
  gap: 0.42vw;
}

.foorter__contact__nums__link a, .foorter__contact__email a {
  color: #FFF;
  font-size: 0.83vw;
  font-weight: 600;
}

.foorter__contact__links {
  display: flex;
  flex-direction: row;
  gap: 1.25vw;
}

.foorter__contact__links a img {
  width: 1.25vw;
  height: auto;
}

.modal {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    transition: opacity 0.35s ease, visibility 0.35s ease;
    z-index: 1000;
}

.btn__close {
  position: absolute;
  display: flex;
  padding: 0.6vw;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.btn__close img {
  width: 1.67vw;
  height: 1.67vw;
}

.modal__img img {
  position: fixed;
  z-index: 5000;
  width: auto;
  height: auto;
  max-height: 90vh;
  max-width: 86vw;
  top: -100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: top 0.3s;
}

.modal__img img.show {
  top: 50%;
}

.overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.7);
  z-index: 4000;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}

.overlay.show {
  opacity: 1;
  pointer-events: all;
}

.modal__img .overlay__close {
  position: fixed;
  transition: 0.3s;
  z-index: 5000;
  top: 3vw;
  right: -15vw;
  cursor: pointer;
}

.modal__img .overlay__close.show {
  right: 3vw;
}

.modal__product__block {
  min-height: 50vh;
  max-height: 95vh;
  max-width: 65.28vw;
  overflow-y: auto;
  position: relative;
  padding: 4.86vw 7.64vw;
  background: #FFF;
  box-shadow: 0 0 5.56vw 0 rgba(0, 0, 0, 0.25);
}

.modal__product__close {
  top: 2.57vw;
  right: 2.17vw;
  cursor: pointer;
}

.modal__product__wrapper {
  display: flex;
  flex-direction: column;
  gap: 3.13vw;
}

.modal__product__wrapper h3 {
  font-size: 2.22vw;
  font-weight: 700;
  line-height: 100%; 
}

.modal__product__image__block {
  display: flex;
  flex-direction: column;
  gap: 2.08vw;
}

.modal__product__img {
  width: 30.21vw;
  height: auto;
  border-radius: 2.22vw;
  background: #D9D9D9;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.modal__product__images {
  position: relative;
  width: 100%;
  height: 100%;
}

.modal__product__images img{
  width: 100%; 
  height: 100%;
  object-fit: cover;
  transition: opacity 0.4s ease;
}

.modal__product__images img.active {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.modal__product__texts p {
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 300;
  line-height: 148%; 
}

.product__control__bottom {
  display: flex;
  position: absolute;
  bottom: 1.53vw;
  z-index: 2;
  width: 100%;
  justify-content: center;
  gap: 0.42vw;
}

.product__control__bottom span {
  width: 0.83vw;
  height: 0.83vw;
  background: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}

.product__control__bottom span.active {
	background: var(--main-red-color);
}

.modal__product__img__slider {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  gap: 2.08vw;
  padding-bottom: 1vw;
}

.modal__product__img__slide {
  scroll-snap-align: start;
  flex: 0 0 auto;
  width: 15.28vw;
  height: 7.78vw;
  border-radius: 1vw;
  overflow: hidden;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.modal__product__img__slide:hover {
  transform: scale(1.05);
}
/* Вот тут убрать если надо показать что там есть скролл */
.modal__product__img__slider::-webkit-scrollbar {
  display: none;
}
.modal__product__img__slider {
  -ms-overflow-style: none; /* IE/Edge */
  scrollbar-width: none; /* Firefox */
}

.modal__product__img__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  pointer-events: none;
}

.modal__product__img__slide {
  flex: 0 0 calc((100% - 2 * 2.08vw) / 3); 
}

.modal__privacy_block {
  min-height: 44.44vw;
  max-height: 85vh;
  max-width: 90vw;
  padding: 4.86vw 5.56vw;
  position: relative;
  background: #FFF;
  box-shadow: 0 0 4.44vw 0 rgba(0, 0, 0, 0.25);
}

.modal__privacy_block__texts {
  width: 54.17vw;
  max-height: 32.50vw;
  overflow-y: auto;
  padding-right: 0.83vw;
  display: flex;
  flex-direction: column;
  gap: 4.17vw;
}

.modal__privacy_block__text__top {
  width: 51vw;
  font-size: 2.22vw;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
}

.modal__privacy_block__text__description {
  display: flex;
  flex-direction: column;
  gap: 1.8vw;
  font-size: 1.25vw;
  font-style: normal;
  font-weight: 300;
  line-height: 148%;
}

.modal__privacy__close {
  top: 3.17vw;
  right: 3.17vw;
}

/* /custom */

/* media 1100px */

@media (max-width: 1100px) {
  .container {
      margin: auto 5vw;
  }

  .header__top__left {
    padding: 1.4vw 0;
  }
  
  .header__top__info p {
    font-size: 1.3vw;
  }

  .header__top__info {
    gap: 1.3vw;
  }

  .header__top__info img {
    height: 1.4vw;
  } 

  .header__top__right p {
    font-size: 1.3vw;
  }
  
  .header__botton .container {
    padding: 2.4vw 0;
  }

  .header__botton__logo {
    width: 13.3vw;
  }

  .header__botton__nav a{
    font-size: 1.2vw;
  }

  .header__botton__contact img {
    height: 1.6vw;
  }

  .header__contacts a {
    font-size: 1.1vw;
  }

  .banner__texts {
    gap: 0.92vw;
  }

  .banner__texts h1 {
    font-size: 4vw;
    width: 35.55vw;
  }

  .banner__buttons__first p, .banner__buttons a p {
    font-size: 1.2vw;
    text-align: center;
  }

  .banner__box__texts p:nth-child(1) {
    font-size: 1.52vw;
  }

  .banner__box__texts p:nth-child(2) {
    font-size: 0.94vw;
  }

  .products {
    gap: 2.73vw;
  }

  .product {
    width: 20.45vw;
  }

  .product__info__texts p:nth-child(1) {
    font-size: 1.4vw;
  }

  .product__info__texts p:nth-child(2) {
    font-size: 1.1vw;
  }

  .product__button {
    padding: 1vw;
  }

  .product__button p {
    font-size: 1.1vw;
  }

  .product__button img {
    width: 1.7vw;
  }

  .download__form {
    padding: 4.17vw 5vw 0 5vw;
    gap: 2.67vw;
  }

  .download__form__text h4 {
    font-size: 3vw;
  }

  .form__form {
    gap: 2vw;
  }

  .form__form__inputs {
    gap: 2vw;
  }

  .download__form__text p {
    font-size: 1.3vw;
  }

  .form__form__input p {
    font-size: 1vw;
  }
  
  .form__form__input input {
    font-size: 1vw;
  }
  
  .form__form__input input::placeholder {
    font-size: 1vw;
  }

  .form__form__check__input .check__input .check__input__button, .form__need__equipment__check .check__input__button {
    width: 1.6vw;
    height: 1.6vw;
  }

  .check__input__button img {
    width: 1.1vw;
  }

  .form__form__button button p {
    font-size: 1.1vw;
  }

  .check__input__text p {
    font-size: 0.95vw;
  }

  .form__form__button p {
    font-size: 1vw;
  }

  .form__form__inputs {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .objects__boxs {
      gap: 1.15vw;
  }

  .objects__box {
    width: 29.25vw;
  }

  .objects__box__texts p:nth-child(1) {
    font-size: 1.6vw;
  }

  .objects__box__texts p:nth-child(2) {
    font-size: 1vw;
  }

  .partner__boxs {
      gap: 1.46vw;
  }

  .partner_box {
    width: 9.96vw;
  }

  .certificate__slider {
    gap: 2vw;
  }

  .certificate__slide {
    width: 28.68vw;
  }
  
  .review__boxs {
      gap: 2.73vw;
  }

  .review_box {
    width: 20.45vw;
  }

  .review_box__text {
    font-size: 0.9vw;
  }

  .need__equipment__wrapper  {
    padding: 4.17vw 5vw;
  }

  .need__equipment__form__text {
    width: 100%;
  }

  .need__equipment__form__text h4 {
    font-size: 3vw;
  }

  .form__need__equipment__input:nth-child(1), .form__need__equipment__input:nth-child(2) {
    width: 14vw;
  }

  .form__need__equipment__input p, .form__need__equipment__input input, .form__need__equipment__input input::placeholder, .form__need__equipment__button p {
    font-size: 1vw;
  }

  .form__need__equipment__button button {
    width: 28.8vw;
  }

  .aboutus__info__texts {
    width: 34vw;
  }

  .aboutus__info__video {
    width: 38vw;
  }

  .aboutus__info__text__list ul li, .aboutus__info__text__list p:nth-child(2) {
    font-size: 1vw;
  }

  .footer__wrapper {
    margin: 2.25vw 0 2.92vw 0;
  }

  .foorter__nav a {
    font-size: 1.1vw;
  }

  .foorter__contact {
    gap: 1.1vw;
  }

  .foorter__contact__nums img, .foorter__contact__email img {
    height: 1.1vw;
  }

  .foorter__contact__nums__link a, .foorter__contact__email a {
    font-size: 1.1vw;
  }

  .foorter__contact__links a img {
    width: 1.7vw;
  }
}

/* /media 1100px */

/* media 768px */

@media (max-width: 768px) {
  .header__top__left {
    padding: 2.4vw 0;
  }

  .header__top__info img {
    height: 2vw;
  }

  .header__top__info p {
    font-size: 2.1vw;
  }

  .header__top__right  {
    padding: 0 3.8vw;
  }

  .header__top__right p {
    font-size: 1.8vw;
  }

  .header__botton__logo {
    width: 20vw;
  }

  .header__botton__nav {
    display: none;
  }

  .header__botton__contact {
    gap: 1.4vw;
  }

  .header__botton__contact img {
    height: 2.3vw;
  }

  .header__contacts {
    flex-direction: row;
    gap: 1.4vw;
  }

  .header__contacts a {
    font-size: 1.8vw;
  }

  .banner {
    background: none;
    position: relative;
  }

  .banner .container {
    align-items: flex-end;
  }

  .banner::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/assets/imgs/backgrounds/banner__background.png) 100% / cover no-repeat;
    transform: scaleX(-1); /* зеркалит фон */
    z-index: -1; /* чтобы фон был позади содержимого */
  }

  .banner .container {
    padding: 5vw 0 12vw 0;
  }

  .banner__texts h1 {
    width: 47vw;
    text-align: end;
  }

  .banner__texts {
    align-items: flex-end;
  }

  .banner__texts p {
    font-size: 2.2vw;
    text-align: end;
  }

  .banner__buttons {
    flex-direction: column;
    width: 30vw;
  }

  .banner__buttons__first p, .banner__buttons a p {
    font-size: 1.8vw;
  }

  .banner__buttons__first:nth-child(1), .banner__buttons a {
    padding: 1.4vw;
  }

  .banner__boxs {
    flex-direction: column;
    bottom: -22.8vw;
  }

  .banner__box {
    padding: 1.5vw 1vw;
  }

  .banner__box img {
    width: 5vw;
  }

  .banner__box__texts p:nth-child(1) {
    font-size: 2vw;
  }

  .banner__box__texts p:nth-child(2) {
    font-size: 1.3vw;
  }

  .products__wrapper {
    padding-top: 25.91vw;
  }

  .products {
    gap: 4.73vw;
  }

  .product {
    width: 42.58vw;
  }

  .product__info__texts p:nth-child(1) {
    font-size: 2.2vw;
  }

  .product__info__texts p:nth-child(2) {
    font-size: 1.8vw;
  }

  .product__button {
    padding: 1.6vw;
  }

  .product__button p {
    font-size: 2.2vw;
  }

  .product__button img {
    width: 3vw;
  }

  .product__button:hover {
    &:hover {
      img {
        transform: translateX(1.5vw)
      }
    }
  } 

  .download__img  {
    display: none;
  }

  .download__form {
    width: 100%;
    padding: 5.17vw 5vw;
  }

  .download__form__text {
    gap: 0.8vw;
  }

  .download__form__text h4 {
    font-size: 4vw;
  }

  .download__form__text p {
    font-size: 2.3vw;
  }

  .form__form__inputs {
    flex-direction: column;
  }
  
  .form__form__input {
    gap: 1.2vw;
  }

  .form__form__input p, .form__form__input input, .form__form__input input::placeholder {
    font-size: 2vw;
  }

  .form__form__input input {
    padding: 1.97vw 2.25vw;
  }

  .form__form__check__input .check__input {
    width: 4vw;
    height: 4vw;
  }

  .form__form__check__input .check__input .check__input__button, .form__need__equipment__check .check__input__button {
    width: 3vw;
    height: 3vw;
  }
  
  .form__need__equipment__check .check__input {
      width: 3.08vw;
  }

  .check__input__button img {
    width: 2.2vw;
  }

  .check__input__text p {
    font-size: 1.7vw;
  }

  .form__form__button button {
    padding: 1.6vw 0;
  }

  .form__form__button button p {
    font-size: 2.3vw;
  }

  .form__form__button button img {
    width: 2.9vw;
  }

  .form__form__button p {
    font-size: 1.8vw;
  }

  .objects__wrapper {
    padding: 5vw 0;
  }

  .objects__wrapper h4 {
    font-size: 4vw;
  }

  .objects__boxs {
    margin-top: 4vw;
    flex-direction: row;
    align-items: center;
    gap: 2vw;
  }

  .objects__box {
    width: 100%
  }

  .objects__box {
    gap: 2vw;
  }
  
  .objects__box__img .objects__box__img__brand  {
      bottom: 1.5vw;
  }
  
  .objects__box__img .objects__box__img__brand img {
      height: 3.03vw;
  }
  
  .objects__box__img .objects__box__img__brand, .objects__box__img__brand__shadow {
      width: 17.1vw;
    height: 5.67vw;
  }

  .objects__box__texts p:nth-child(1) {
    font-size: 3.7vw;
  }

  .objects__box__texts p:nth-child(2) {
    font-size: 3vw;
  }

  .partner__boxs {
    margin-top: 9vw;
    display: flex;
    gap: 3vw;
  }

  .partner_box {
    width: 20.18vw;
  }

  .certificate__wrapper h4 {
    font-size: 4vw;
  }

  .certificate__slide {
    width: 100%;
  }

  .certificate__sliders__controls, .product__sliders__controls, .review__sliders__controls {
    gap: 5vw;
  }

  .certificate__sliders__control, .product__sliders__control, .review__sliders__control {
    width: 6vw;
    height: 6vw;
  }

  .certificate__sliders__control img, .product__sliders__control img, .review__sliders__control img {
    width: 2.3vw;
  }

  .review__wrapper {
    padding: 7vw 0;
  }

  .review__boxs {
    margin-top: 4vw;
    display: flex;
    gap: 4.73vw;
  }

  .review_box {
    width: 42.58vw;
    padding: 1.83vw;
    gap: 1.7vw;
  }

  .review__wrapper h4 {
    font-size: 4vw;
  }

  .review_box__title {
    gap: 0.8vw;
  }

  .review_box__title h6 {
    font-size: 1.8vw;
  }

  .review_box__stars {
    gap: 1.2vw;
  }

  .review_box__stars img {
    width: 2vw;
  }

  .review_box__text {
    font-size: 1.4vw;
    line-height: 120%;
  }

  .need__equipment_img {
    display: none;
  }

  .need__equipment__wrapper {
    width: 100%;
    padding: 5.17vw 5vw;
  }

  .need__equipment__form__text h4 {
    font-size: 4vw;
  }

  .need__equipment__form__text p {
    font-size: 1.8vw;
  }

  .form__form {
    gap: 3vw;
  }

  .form__need__equipment__input:nth-child(1), .form__need__equipment__input:nth-child(2) {
    width: 45vw;
  }

  .form__need__equipment__input p, .form__need__equipment__input input, .form__need__equipment__input input::placeholder, .form__need__equipment__button p {
    font-size: 2vw;
  }

  .form__need__equipment__input input {
    padding: 1.97vw 2.25vw;
  }

  .form__need__equipment__button {
    gap: 1.3vw;
  }

  .form__need__equipment__button button {
    width: 100%;
    padding: 1.5vw 0;
  }

  .form__need__equipment__button button p {
    font-size: 2.1vw;
  }

  .aboutus__info {
    flex-direction: column;
    gap: 3vw;
  }

  .aboutus__info__texts {
    width: 100%;
    gap: 3vw;
  }

  .aboutus__info__text {
    gap: 3.6vw;
  }

  .aboutus__info__texts h5 {
    font-size: 4vw;
  }

  .aboutus__info__text p {
    font-size: 2.15vw;
  }

  .aboutus__info__text__list {
    gap: 0.6vw;
  }

  .aboutus__info__text__list p:nth-child(1) {
    font-size: 2vw;
  }

  .aboutus__info__text__list ul li, .aboutus__info__text__list p:nth-child(2) {
    font-size: 1.7vw;
  }

  .aboutus__info__video {
    width: 50vw;
    height: 30vw;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .aboutus__statistics {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4vw;
  }

  .aboutus__statistic {
    width: 100%;
  }
  
  .aboutus__statistic p:nth-child(1) {
    font-size: 2.8vw;
  }

  .aboutus__statistic p:nth-child(1) span {
    font-size: 6.4vw;
  }

  .aboutus__statistic p:nth-child(2) {
    font-size: 2vw;
  }

  .footer__wrapper {
    margin: 3.6vw 0;
    flex-direction: column;
    align-items: center;
    gap: 5vw;
  }

  .footer__logo {
    align-items: center;
  }

  .footer__logo img {
    width: 27vw;
  }

  .footer__logo p {
    font-size: 2.6vw;
  }

  .foorter__nav {
    justify-content: space-between;
    width: 100%;
  }

  .foorter__nav a {
    font-size: 2.2vw;
  }

  .foorter__contact {
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
  }

  .foorter__contact__nums, .foorter__contact__email {
    gap: 2vw;
  }

  .foorter__contact__nums img, .foorter__contact__email img {
    height: 2.4vw;
  }

  .foorter__contact__nums__link a, .foorter__contact__email a {
    font-size: 2.1vw;
  }

  .foorter__contact__links {
    gap: 2.1vw;
  }

  .foorter__contact__links a img {
    width: 3.4vw;
  }
  
  .modal__product__block, .modal__privacy_block {
    width: 90vw;
    max-height: 90vh;
    overflow-y: auto;
    max-width: none;
    padding: 7vw 5vw;
  }
  
  .btn__close {
        padding: 1.6vw;
        border-radius: 1.2vw;
  }
  
    .modal__product__wrapper h3 {
    font-size: 4.8vw;
    width: 72.66vw;
  }
  
  .btn__close img {
        width: 3.3vw;
        height: 3.3vw;
    }

  .modal__product__wrapper {
    gap: 4vw;
  }

  .modal__product__img {
    margin: 0 auto;
    width: auto;
    height: 33.96vw;
  }

  .modal__product__img__slide  {
    height: 14vw;
  }

  .product__control__bottom {
    gap: 1.42vw;
  }

  .product__control__bottom span {
    width: 2.5vw;
    height: 2.5vw;
  }

  .modal__product__texts p {
    font-size: 2.7vw;
  }
  
  .modal__solutions_block__texts, .modal__privacy_block__texts {
    width: 100%;
    max-height: none;
  }

  .modal__solutions_block__text__top, .modal__privacy_block__text__top {
    width: 72.66vw;
    font-size: 4.5vw;
  }

  .modal__solutions_block__text__description, .modal__privacy_block__text__description {
    font-size: 2.5vw;
  }
}