@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* 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;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe,
.fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes a {
  to {
    transform: rotate(1turn);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translateZ(0) scale(1);
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link,
.fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

:root {
 /* --font: "Plus Jakarta Sans", sans-serif;
  --font: "PT Sans", sans-serif;*/
  --font: "Montserrat", sans-serif;
  --base: #0E1115;
  --white: #FFFFFF;
  --bg: #F2F2F2;
  --light: #F8FBFD;
  --primary: #008347;
  --primary-hover: #00723e;
  --primary2: #F5A512;
  --primary2-hover: #d9920f;
  --red: #FC1717;
}

* {
  box-sizing: border-box;
  text-decoration: none;
  word-break: break-word;
}

*:hover,
*:focus {
  outline: 0;
}

body {
  background: var(--bg);
  font: 400 16px/1.6 var(--font);
  color: var(--base);
}

body::-webkit-scrollbar {
  width: 10px;
  height: 0;
  background: var(--bg);
}

body::-webkit-scrollbar-thumb {
  width: 10px;
  background: #3E4144;
  border-radius: 10px;
}

body.hidden {
  overflow: hidden;
}

body.bgWhite {
  background: var(--white);
}

body.bgWhite::-webkit-scrollbar {
  background: var(--white);
}

@supports not selector(::-webkit-scrollbar) {
  body {
    scrollbar-width: thin;
    scrollbar-color: #3E4144 var(--bg);
  }

  body.bgWhite {
    scrollbar-color: #3E4144 var(--white);
  }
}

#app {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.wrapper {
  width: 100%;
  max-width: 1328px;
  padding: 0 16px;
  margin: 0 auto;
}

.overflowH {
  overflow: hidden;
}

a {
  color: var(--primary);
  transition: 0.25s;
}

a:hover {
  color: var(--primary-hover);
}

button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  font: 700 16px/1.2 var(--font);
  color: var(--base);
  cursor: pointer;
  transition: 0.25s;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

svg {
  transition: 0.25s;
}

strong {
  font-weight: 700;
}

h1,
.h1 {
  font: 700 48px/1.1 var(--font);
}

h2,
.h2 {
  font: 700 48px/1.1 var(--font);
}

.h2-2 {
  font: 700 48px/1.1 var(--font);
}

h3,
.h3 {
  font: 700 32px/1.2 var(--font);
}

h4,
.h4 {
  font: 700 24px/1.3 var(--font);
}

h5,
.h5 {
  font: 700 16px/1.4 var(--font);
}

h6,
.h6 {
  font: 700 14px/1.6 var(--font);
}

.smText {
  font-size: 14px;
  line-height: 1.6;
}

.description {
  font: 700 20px/1.2 var(--font);
}

.textRed {
  color: var(--red);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: 100%;
  min-height: 50px;
  background: var(--primary);
  border-radius: 40px;
  border: none;
  padding: 8px 32px;
  font: 700 16px/1.2 var(--font);
  color: var(--white);
  cursor: pointer;
  transition: 0.25s;
}

.btn_full {
  width: 100%;
}

.btn_md {
  min-height: 45px;
  padding: 4px 16px;
}

.btn_sm {
  min-height: 36px;
  padding: 4px 12px;
  font-size: 14px;
}

.btn_sm .btn__icon {
  width: 20px;
  height: 20px;
}

.btn_lg {
  font-size: 18px;
}

.btn__text {
  margin: 0 8px;
}

.btn__text:first-child {
  margin-left: 0;
}

.btn__text:last-child {
  margin-right: 0;
}

.btn__icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
}

.btn__icon img {
  width: 100%;
}

.btn__icon svg {
  width: 100%;
  height: 100%;
  fill: var(--light);
}

.btn__icon.stroke svg {
  fill: none;
  stroke: var(--light);
}

.btn:hover {
  background: var(--primary-hover);
  color: var(--white);
}

.btn_light {
  background: rgba(248, 251, 253, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.btn_light:hover {
  background: var(--white);
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
  color: var(--primary);
}

.btn_light:hover .btn__icon svg {
  fill: var(--primary);
}

.btn_light:hover .btn__icon.stroke svg {
  fill: none;
  stroke: var(--primary);
}

.btn_border {
  background: var(--white);
  border: 2px solid var(--primary);
  color: var(--primary);
}

.btn_border .btn__icon svg {
  fill: var(--primary);
}

.btn_border .btn__icon.stroke svg {
  fill: none;
  stroke: var(--primary);
}

.btn_border:hover {
  background: var(--primary);
  color: var(--white);
}

.btn_border:hover .btn__icon svg {
  fill: var(--white);
}

.btn_border:hover .btn__icon.stroke svg {
  fill: none;
  stroke: var(--white);
}

.btn_orange {
  background: var(--primary2);
}

.btn_orange:hover {
  background: var(--primary2-hover);
}

.btn_borderOrange {
  background: var(--white);
  border: 1px solid var(--primary2);
  color: var(--primary2);
}

.btn_borderOrange .btn__icon svg {
  fill: var(--primary2);
}

.btn_borderOrange .btn__icon.stroke svg {
  fill: none;
  stroke: var(--primary2);
}

.btn_borderOrange:hover {
  background: var(--primary2);
  color: var(--white);
}

.btn_borderOrange:hover .btn__icon svg {
  fill: var(--white);
}

.btn_borderOrange:hover .btn__icon.stroke svg {
  fill: none;
  stroke: var(--white);
}

.btn_white {
  background: var(--bg);
  color: rgba(14, 17, 21, 0.8);
}

.btn_white .btn__icon svg {
  fill: rgba(14, 17, 21, 0.8);
}

.btn_white .btn__icon.stroke svg {
  fill: none;
  stroke: rgba(14, 17, 21, 0.8);
}

.btn_white:hover {
  background: var(--primary2);
  color: var(--white);
}

.btn_white:hover .btn__icon svg {
  fill: var(--white);
}

.btn_white:hover .btn__icon.stroke svg {
  fill: none;
  stroke: var(--white);
}

.backBtn {
  display: inline-flex;
  align-items: center;
  font: 700 18px/1.1 var(--font);
  color: var(--primary2);
}

.backBtn__arrow {
  flex-shrink: 0;
  width: 28px;
  display: flex;
  align-items: center;
  margin-right: 8px;
}

.backBtn__arrow svg {
  width: 28px;
  height: 28px;
  fill: var(--primary2);
}

.backBtn__text {
  max-width: 100%;
}

.backBtn:hover {
  color: var(--primary2);
}

.backBtn:hover .backBtn__text {
  text-decoration: underline;
}

.swiper-button-disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: var(--bg);
  border-radius: 8px;
  transition: 0.25s;
  margin-right: 12px;
}

.swiper-pagination-bullet:last-child {
  margin-right: 0;
}

.swiper-pagination-bullet-active {
  width: 24px;
  background: var(--primary);
}

.arrow {
  width: 64px;
  height: 40px;
  background: var(--bg);
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.25s;
}

.arrow svg {
  width: 30px;
  height: 30px;
  fill: none;
  stroke: var(--primary);
}

.arrow:hover {
  background: var(--primary);
}

.arrow:hover svg {
  stroke: var(--white);
}

.arrow_white {
  background: var(--white);
}

input {
  width: 100%;
  height: 50px;
  background: var(--bg);
  border: 1px solid transparent;
  border-radius: 40px;
  padding: 0 24px;
  font: 400 16px/1.4 var(--font);
  color: var(--base);
  transition: 0.2s;
}

input::placeholder {
  font: 400 16px/1.4 var(--font);
  color: rgba(14, 17, 21, 0.4);
}

input:focus {
  border-color: var(--primary);
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

textarea {
  width: 100%;
  min-height: 102px;
  background: var(--bg);
  border: 1px solid transparent;
  border-radius: 24px;
  padding: 12px 24px;
  font: 400 16px/1.4 var(--font);
  color: var(--base);
  resize: vertical;
  transition: 0.2s;
}

textarea::placeholder {
  font: 400 16px/1.4 var(--font);
  color: rgba(14, 17, 21, 0.4);
}

textarea:focus {
  border-color: var(--primary);
}

.switcher {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.switcher__input {
  display: none;
}

.switcher__content {
  flex-shrink: 0;
  width: 48px;
  height: 28px;
  background: var(--bg);
  border-radius: 24px;
  position: relative;
  transition: 0.25s;
}

.switcher__content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background: var(--white);
  border-radius: 50%;
  transition: 0.25s;
}

.switcher__text {
  max-width: 100%;
  padding-left: 8px;
  font: 400 14px/1.6 var(--font);
}

.switcher:has(.switcher__input:checked) .switcher__content {
  background: var(--primary2);
}

.switcher:has(.switcher__input:checked) .switcher__content::before {
  left: 24px;
}

.select {
  width: 100%;
  height: 50px;
  position: relative;
  background: var(--bg);
  border-radius: 40px;
}

.select::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: url("../img/icons/select-arrow.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.select select {
  cursor: pointer;
  position: relative;
  z-index: 2;
  background: transparent;
  border: none;
  appearance: none;
  width: 100%;
  height: 100%;
  padding: 0 24px;
  padding-right: 48px;
  font: 400 16px/1.4 var(--font);
  color: var(--base);
}

.input__title {
  margin-bottom: 8px;
}

.input__field {
  position: relative;
}

.input__field:has(.input__icon) input {
  padding-right: 48px;
}

.input__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  display: flex;
  align-items: center;
}

.input__icon img {
  width: 20px;
}

.input_disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}

.agreement {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(14, 17, 21, 0.4);
}

.agreement a {
  color: var(--primary);
}

.agreement a:hover {
  text-decoration: underline;
}

.agreement2 {
  font-size: 14px;
  line-height: 1.6;
  color: rgba(14, 17, 21, 0.4);
}

.agreement2 a {
  color: var(--primary2);
}

.agreement2 a:hover {
  text-decoration: underline;
}

.textBlock h1,
.textBlock h2 {
  margin-top: 60px;
  margin-bottom: 24px;
}

.textBlock h1:last-child,
.textBlock h2:last-child {
  margin-bottom: 0;
}

.textBlock h1:first-child,
.textBlock h2:first-child {
  margin-top: 0;
}

.textBlock h3,
.textBlock h4 {
  margin-top: 48px;
  margin-bottom: 20px;
}

.textBlock h3:last-child,
.textBlock h4:last-child {
  margin-bottom: 0;
}

.textBlock h3:first-child,
.textBlock h4:first-child {
  margin-top: 0;
}

.textBlock h5,
.textBlock h6 {
  margin-top: 32px;
  margin-bottom: 16px;
}

.textBlock h5:last-child,
.textBlock h6:last-child {
  margin-bottom: 0;
}

.textBlock h5:first-child,
.textBlock h6:first-child {
  margin-top: 0;
}

.textBlock p {
  margin-bottom: 12px;
}

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

.textBlock a {
  color: var(--primary);
}

.textBlock a:hover {
  text-decoration: underline;
}

.textBlock ul {
  margin-bottom: 12px;
}

.textBlock ul:last-child {
  margin-bottom: 0;
}

.textBlock ul li {
  display: block;
  position: relative;
  padding-left: 20px;
  margin-bottom: 4px;
}

.textBlock ul li:last-child {
  margin-bottom: 0;
}

.textBlock ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 7px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--base);
}

.textBlock ol {
  list-style-type: decimal;
  margin-left: 24px;
  margin-bottom: 16px;
}

.textBlock ol:last-child {
  margin-bottom: 0;
}

.textBlock ol li {
  margin-bottom: 4px;
}

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

.overlay {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 17, 21, 0.7);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 660px;
  max-width: calc(100% - 32px);
  max-height: calc(100% - 32px);
  background: var(--white);
  border-radius: 40px;
  padding: 40px;
  overflow: auto;
  -ms-overflow-style: none;
  overflow-y: scroll;
  scrollbar-width: none;
}

.modal::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal_lg {
  width: 1024px;
}

.modal__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.modal__close img {
  width: 32px;
  transition: 0.25s;
}

.modal__close:hover img {
  transform: scale(1.2);
}

.modal__head {
  margin-bottom: 20px;
}

.modal__head:last-child {
  margin-bottom: 0;
}

.modal__back {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.modal__title {
  margin-bottom: 12px;
}

.modal__title:last-child {
  margin-bottom: 0;
}

.modal__text {
  margin-bottom: 20px;
}

.modal__text:last-child {
  margin-bottom: 0;
}

.modal__text p {
  margin-bottom: 4px;
}

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

.modal__inputs {
  margin-bottom: 12px;
}

.modal__input {
  margin-bottom: 12px;
}

.modal__input:last-child {
  margin-bottom: 0;
}

.modal__submit {
  margin-bottom: 12px;
}

.modal__submit:last-child {
  margin-bottom: 0;
}

.header {
  padding: 0 16px;
  padding-top: 24px;
}

.header__wrap {
  width: 1424px;
  max-width: 100%;
  background: url("../img/figure-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 64px;
  padding: 24px 64px;
  padding-right: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: var(--white);
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}

.header__wrap::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.header__menu {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.header__menu .btn {
  margin-right: 24px;
}

.header__menu .btn:last-child {
  margin-right: 0;
}

.header__mobMenu {
  display: none;
  padding: 12px 0;
}

.header__mobMenu .btn {
  margin-bottom: 12px;
}

.header__mobMenu .btn:last-child {
  margin-bottom: 0;
}

.headerLogo {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
}

.headerLogo__icon {
  flex-shrink: 0;
  width: 64px;
  margin-right: 24px;
}

.headerLogo__text {
  font: 700 20px/1.2 var(--font);
  color: var(--white);
}

.burger {
  display: none;
  position: relative;
  z-index: 2;
  width: 40px;
  height: 40px;
  background: rgba(248, 251, 253, 0.2);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: 50%;
}

.burger__close {
  display: none;
}

.burger.active .burger__icon {
  display: none;
}

.burger.active .burger__close {
  display: block;
}

.footer {
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  background: url("../img/figure-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 64px 64px 0 0;
  padding: 80px 0;
  color: var(--white);
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.footer__wrap {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.footer__logo {
  width: 184px;
  display: flex;
  align-items: center;
}

.footer__logo img {
  width: 100%;
}

.footer__contacts {
  background: rgba(248, 251, 253, 0.2);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  border-radius: 40px;
  padding: 24px;
  text-align: right;
  font: 700 32px/1.2 var(--font);
}

.footer__contacts p {
  margin-bottom: 20px;
}

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

.footer__contacts a {
  color: var(--white);
}

.footer__bottom {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}

.footer__bottom a {
  color: var(--white);
  text-decoration: underline;
  -webkit-text-decoration-color : rgba(255, 255, 255, 0.7);
  -moz-text-decoration-color : rgba(255, 255, 255, 0.7);
  text-decoration-color : rgba(255, 255, 255, 0.7);
}

.footer__bottom a:hover {
  text-decoration: underline;
}

.footer__bottom .copyright {
  margin-top: 10px;
}

.footerCertificates {
  position: relative;
  width: 127px;
  height: 180px;
}

.footerCertificates__item {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 4px 4px 24px rgba(0, 0, 0, 0.4);
}

.footerCertificates__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footerCertificates__item:nth-child(2) {
  z-index: 1;
  transform: rotate(10deg) translate(32px, 4px);
}

.footerCertificates__item:nth-child(2):hover {
  transform: scale(1.05) rotate(10deg) translate(32px, 4px);
}

.footerCertificates__item:hover {
  transform: scale(1.05);
}

.section {
  padding: 80px 0;
}

.section.section_noPad {
  padding: 0;
}

.section.section_noPadT {
  padding-top: 0;
}

.section.section_noPadB {
  padding-bottom: 0;
}

.section_smPad {
  padding: 32px 0;
}

.section_smPadT {
  padding-top: 32px;
}

.section_smPadB {
  padding-bottom: 32px;
}

.section_gray {
  background: var(--bg);
}

.sectionHead {
  margin-bottom: 40px;
}

.sectionHead:last-child {
  margin-bottom: 0;
}

.sectionHead_arrows {
  display: flex;
  align-items: center;
}

.sectionHead__content {
  width: 100%;
}

.sectionHead__title {
  margin-bottom: 16px;
}

.sectionHead__title:last-child {
  margin-bottom: 0;
}

.sectionHead__arrows {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}

.sectionHead__arrow {
  margin-right: 12px;
}

.sectionHead__arrow:last-child {
  margin-right: 0;
}

/* БАННЕРЫ */

.mainBanners {
  position: relative;
}

.mainBanners__arrows {
  display: none;
  position: absolute;
  z-index: 4;
  bottom: 0;
  left: 0;
}

.mainBanners:has(.mainBanner:nth-child(2)) .mainBanners__arrows {
  display: flex;
  align-items: center;
}

.mainBanners__arrow {
  margin-right: 12px;
}

.mainBanners__arrow:last-child {
  margin-right: 0;
}

.mainBanners__slider {
  overflow: hidden;
}

.mainBanners__wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.mainBanners__dots {
  display: none;
  margin-top: 20px;
}

.mainBanner {
  flex-shrink: 0;
  display: flex;
  align-items: flex-start;
}

.mainBanner__content {
  width: 100%;
  padding-bottom: 60px;
}

.mainBanner__title {
  margin-bottom: 20px;
}

.mainBanner__date {
  color: rgba(14, 17, 21, 0.4);
  margin-bottom: 20px;
}

.mainBanner__text {
  max-width: 640px;
  color: rgba(14, 17, 21, 0.8);
}

.mainBanner__image {
  flex-shrink: 0;
  width: 526px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  margin-left: 40px;
}

.mainBanner__image::before {
  content: "";
  display: block;
  padding-top: 86%;
}

.mainBanner__image img {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* О СИСТЕМЕ */

.about {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}

.aboutItem {
  background: var(--white);
  border-bottom: 2px solid var(--primary);
  border-radius: 40px;
  padding: 40px;
}

.aboutItem__icon {
  width: 110px;
  display: flex;
  align-items: center;
  margin-bottom: 70px;
}

.aboutItem__icon img {
  width: 100%;
}

.aboutItem__title {
  margin-bottom: 20px;
}

.aboutItem__title:last-child {
  margin-bottom: 0;
}

.aboutItem__text {
  color: rgba(14, 17, 21, 0.8);
}

.aboutVideo {
  grid-column: span 2;
  position: relative;
  overflow: hidden;
  background: url("../img/figure-bg.webp") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 40px;
  padding: 40px;
  display: flex;
  flex-direction: column;
}

.aboutVideo::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.aboutVideo__screens {
  position: relative;
  z-index: 2;
  display: block;
  height: 218px;
  margin-bottom: 40px;
}

.aboutVideo__screen {
  position: absolute;
  border-radius: 20px;
  object-fit: cover;
}

.aboutVideo__screen:first-child {
  z-index: 5;
  top: 0;
  left: 0;
  width: 388px;
  height: 218px;
}

.aboutVideo__screen:nth-child(2) {
  z-index: 4;
  top: 50%;
  left: 123px;
  transform: translate(0, -50%);
  width: 345px;
  height: 194px;
}

.aboutVideo__screen:nth-child(3) {
  z-index: 3;
  top: 50%;
  left: 244px;
  transform: translate(0, -50%);
  width: 304px;
  height: 170px;
}

.aboutVideo__screen:nth-child(4) {
  z-index: 2;
  top: 50%;
  left: 369px;
  transform: translate(0, -50%);
  width: 259px;
  height: 146px;
}

.aboutVideo__content {
  position: relative;
  z-index: 2;
  display: block;
  margin: auto;
  margin-bottom: 0;
  width: 100%;
  color: var(--white);
}

.aboutVideo__title {
  display: block;
  margin-bottom: 20px;
}

.aboutVideo__subtitle {
  display: block;
}

.aboutVideo__arrow {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  right: -32px;
  width: 120px;
  height: 84px;
  background: var(--white);
  border-radius: 100px 0 0 100px;
  padding-left: 24px;
  display: flex;
  align-items: center;
  transition: 0.25s;
}

.aboutVideo__arrow svg {
  width: 64px;
  height: 64px;
  fill: none;
  stroke: var(--primary);
}

.aboutVideo:hover .aboutVideo__arrow {
  right: 0;
}

/* ОБЪЯВЛЕНИЯ */

.announcements__slider {
  overflow: hidden;
}

.announcements__wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.announcements__dots {
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.announcementsItem {
  flex-shrink: 0;
}

.announcementsItem__date {
  margin-bottom: 20px;
  color: rgba(14, 17, 21, 0.4);
}

.announcementsItem__text {
  color: rgba(14, 17, 21, 0.8);
}

/* ОТЗЫВЫ */

.reviews__slider {
  overflow: hidden;
}

.reviews__wrap {
  display: flex;
  flex-wrap: nowrap;
}

.reviews__dots {
  display: none;
  margin-top: 20px;
}

.reviews__dots .swiper-pagination-bullet {
  background: var(--white);
}

.reviews__dots .swiper-pagination-bullet-active {
  background: var(--primary);
}

.reviewsItem {
  flex-shrink: 0;
  background: var(--white);
  border-bottom: 2px solid var(--primary);
  border-radius: 40px;
  padding: 40px;
}

.reviewsItem__head {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.reviewsItem__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: var(--bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: 700 40px/1 var(--font);
  color: var(--primary);
  margin-right: 20px;
}

.reviewsItem__headContent {
  width: 100%;
}

.reviewsItem__company {
  margin-top: 8px;
  color: rgba(14, 17, 21, 0.4);
}

.reviewsItem__text {
  color: rgba(14, 17, 21, 0.8);
  margin: 0;
  -webkit-line-clamp: 6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.reviewsItem__more {
  display: none;
  font: 700 16px/1.2 var(--font);
  color: var(--primary);
  margin-top: 12px;
}

.reviewsItem__more.visible {
  display: block;
}

.reviewsItem__more span {
  cursor: pointer;
}

.reviewsItem__more span:hover {
  text-decoration: underline;
}

.reviewsModal__head {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.reviewsModal__icon {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
  background: var(--bg);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: 700 40px/1 var(--font);
  color: var(--primary);
  margin-right: 20px;
}

.reviewsModal__headContent {
  width: 100%;
}

.reviewsModal__company {
  margin-top: 8px;
  color: rgba(14, 17, 21, 0.4);
}

.reviewsModal__text {
  color: rgba(14, 17, 21, 0.8);
}

/* НАМ ДОВЕРЯЮТ */

.partners {
  transform: translate(-100px, 0);
  width: calc(100% + 200px);
  padding: 0 100px;
  position: relative;
  overflow: hidden;
}

.partners::before {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  right: calc(100% - 100px);
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF, rgba(255, 255, 255, 0));
}

.partners::after {
  content: "";
  position: absolute;
  z-index: 3;
  top: 0;
  left: calc(100% - 100px);
  width: 100px;
  height: 100%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), #FFFFFF);
}

.partners__wrap {
  display: flex;
  flex-wrap: nowrap;
  transition-timing-function: linear;
}

.partnersItem {
  flex-shrink: 0;
  background: var(--bg);
  border-radius: 64px;
  position: relative;
  overflow: hidden;
}

.partnersItem::before {
  content: "";
  display: block;
  padding-top: 39%;
}

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

@media screen and (max-width: 1599px) {
  h1,
  .h1 {
    font-size: 40px;
  }

  h2,
  .h2 {
    font-size: 40px;
  }

  .h2-2 {
    font-size: 40px;
  }

  h3,
  .h3 {
    font-size: 28px;
  }

  h4,
  .h4 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1496px) {
  .partners {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    padding: 0 16px;
  }

  .partners::before {
    right: calc(100% - 16px);
    width: 16px;
  }

  .partners::after {
    left: calc(100% - 16px);
    width: 16px;
  }
}

@media screen and (max-width: 1199px) {
  body {
    font-size: 14px;
  }

  h1,
  .h1 {
    font-size: 32px;
  }

  h2,
  .h2 {
    font-size: 32px;
  }

  .h2-2 {
    font-size: 26px;
  }

  h3,
  .h3 {
    font-size: 24px;
  }

  h4,
  .h4 {
    font-size: 16px;
  }

  h5,
  .h5 {
    font-size: 14px;
  }

  .description {
    font-size: 14px;
  }

  input {
    padding: 0 16px;
  }

  textarea {
    padding: 12px 16px;
  }

  .modal {
    border-radius: 24px;
    padding: 20px 16px;
    padding-top: 40px;
  }

  .modal:not(.modal_mobCenter) {
    top: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0;
  }

  .modal__close {
    width: 48px;
    height: 48px;
  }

  .header {
    padding-top: 12px;
  }

  .header__wrap {
    padding: 12px 24px;
    padding-right: 20px;
  }

  .header__menu {
    display: none;
  }

  .headerLogo__icon {
    width: 37px;
    margin-right: 8px;
  }

  .headerLogo__text {
    font-size: 14px;
    line-height: 1.1;
  }

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

  .footer {
    border-radius: 40px 40px 0 0;
    padding: 40px 0;
  }

  .footer__logo {
    width: 110px;
  }

  .footer__contacts {
    border-radius: 24px;
    padding: 20px;
    font: 700 16px/1.4 var(--font);
  }

  .footer__contacts p {
    margin-bottom: 12px;
  }

  .footerCertificates {
    width: 76px;
    height: 108px;
  }

  .section {
    padding: 40px 0;
  }

  .section_smPad {
    padding: 12px 0;
  }

  .section_smPadT {
    padding-top: 12px;
  }

  .section_smPadB {
    padding-bottom: 12px;
  }

  .sectionHead {
    margin-bottom: 20px;
  }

  .sectionHead__title {
    margin-bottom: 12px;
  }

  .mainBanners__arrows {
    display: none;
  }

  .mainBanners:has(.mainBanner:nth-child(2)) .mainBanners__arrows {
    display: none;
  }

  .mainBanners__slider {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    padding: 0 16px;
  }

  .mainBanners__dots {
    margin-top: 20px;
    display: flex;
    align-items: center;
  }

  .mainBanner {
    display: block;
  }

  .mainBanner__content {
    padding-bottom: 0;
    margin-bottom: 20px;
  }

  .mainBanner__title,
  .mainBanner__date {
    margin-bottom: 12px;
  }

  .mainBanner__text {
    max-width: 100%;
  }

  .mainBanner__image {
    max-width: 100%;
    margin-left: 0;
  }

  .about {
    grid-gap: 12px;
    grid-template-columns: 1fr;
  }

  .aboutItem {
    padding: 24px;
  }

  .aboutItem__icon {
    width: 64px;
    margin-bottom: 24px;
  }

  .aboutItem__title {
    margin-bottom: 12px;
  }

  .aboutVideo {
    grid-column: unset;
    display: block;
    padding: 24px;
  }

  .aboutVideo__screens {
    height: 94px;
    margin-bottom: 24px;
  }

  .aboutVideo__screen:first-child {
    width: 164px;
    height: 94px;
  }

  .aboutVideo__screen:nth-child(2) {
    left: 52px;
    width: 148px;
    height: 84px;
  }

  .aboutVideo__screen:nth-child(3) {
    left: 99px;
    width: 133px;
    height: 74px;
  }

  .aboutVideo__screen:nth-child(4) {
    left: 151px;
    width: 113px;
    height: 64px;
  }

  .aboutVideo__content {
    margin: 0;
    padding-right: 32px;
  }

  .aboutVideo__title {
    margin-bottom: 12px;
  }

  .aboutVideo__arrow {
    bottom: 35px;
    right: -50px;
    width: 90px;
    height: 64px;
    padding-left: 8px;
  }

  .aboutVideo__arrow svg {
    width: 40px;
    height: 40px;
  }

  .aboutVideo:hover .aboutVideo__arrow {
    right: -35px;
  }

  .announcements__slider {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    padding: 0 16px;
  }

  .reviews__slider {
    transform: translate(-16px, 0);
    width: calc(100% + 32px);
    padding: 0 16px;
  }

  .reviewsItem {
    padding: 24px;
  }

  .reviewsItem__head {
    margin-bottom: 12px;
  }

  .reviewsItem__icon {
    width: 56px;
    height: 56px;
    font-size: 28px;
    margin-right: 12px;
  }

  .reviewsItem__company {
    margin-top: 4px;
  }

  .reviewsItem__text {
    -webkit-line-clamp: 6;
  }

  .reviewsModal__head {
    margin-bottom: 12px;
  }

  .reviewsModal__icon {
    width: 56px;
    height: 56px;
    font-size: 28px;
    margin-right: 12px;
  }

  .reviewsModal__company {
    margin-top: 4px;
  }

  .partners::before,
  .partners::after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .footer__wrap {
    flex-wrap: wrap;
  }

  .footer__logo {
    order: 1;
  }

  .footer__contacts {
    order: 3;
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }

  .footerCertificates {
    order: 2;
    margin-right: 80px;
  }

  .sectionHead_arrows {
    display: block;
  }

  .sectionHead__arrows {
    display: none;
  }

  .announcements__dots {
    margin-top: 20px;
    justify-content: flex-start;
  }

  .announcementsItem__date {
    margin-bottom: 12px;
  }

  .reviews__dots {
    display: flex;
    align-items: center;
  }

  .partnersItem {
    border-radius: 32px;
  }
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

@supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
}
}

