/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

* {
  box-sizing: border-box;
}

button {
  background: unset;
}

html {
  font-size: 0.625vw;
  font-weight: 400;
  scroll-behavior: smooth;
}
html ::selection {
  background: #04B408;
  color: #FFF;
}
html ::-webkit-scrollbar {
  width: 0.5vw;
}
html ::-webkit-scrollbar-thumb {
  background: #04B408;
  transition: 0.3s ease;
}
html ::-webkit-scrollbar-thumb:hover {
  background: #109712;
}
html ::-webkit-scrollbar-track {
  background: #F5F8F9;
  box-shadow: inset 0 0 10px 0.2px #F5F8F9;
  overflow: hidden;
}

@media (max-width: 600px) {
  html {
    font-size: 2.933vw;
  }
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: "Stolzl", sans-serif;
  line-height: 1.8;
  font-weight: 400;
  color: #2a2a2a;
  background-color: #FFF;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: top center;
  width: 100%;
}

.body-stop {
  overflow-y: hidden;
}

.page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  outline: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a,
button,
input,
select,
textarea {
  outline: 0;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: #2a2a2a;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  max-height: 100%;
  align-self: center;
}

.slick-slide,
.slick-slide * {
  outline: 0 !important;
}

.hidden {
  display: none;
}

.validate_error {
  border-color: red !important;
  color: red !important;
}
.validate_error::-webkit-input-placeholder {
  color: red !important;
}
.validate_error::-moz-placeholder {
  color: red !important;
}
.validate_error:-ms-input-placeholder {
  color: red !important;
}
.validate_error::-ms-input-placeholder {
  color: red !important;
}
.validate_error::placeholder {
  color: red !important;
}

input.validate_error:-webkit-autofill,
input.validate_error:-webkit-autofill:focus,
input.validate_error:-webkit-autofill:hover {
  -webkit-text-fill-color: red !important;
  caret-color: red !important;
}

.container-change {
  transition: 0.3s ease;
}

.container-max {
  max-width: 89.5833vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-max {
    max-width: 100vw;
  }
}

.container {
  max-width: 81.25vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container {
    max-width: 90vw;
  }
}

.container-min {
  max-width: 67.7083vw;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-min {
    max-width: 90vw;
  }
}

.section {
  position: relative;
  padding: 3.125vw 0;
}
@media (max-width: 600px) {
  .section {
    padding: 9.6vw 0;
  }
}
.section.same {
  padding: 5.2083vw 0;
}

@media (max-width: 600px) {
  .section.same {
    padding: 10vw 0;
  }
}
.title {
  font-size: 1.9792vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: center;
}
@media (max-width: 600px) {
  .title {
    font-size: 5.067vw;
  }
}

.subtitle {
  margin-top: 0.8333vw;
  font-size: 1.0417vw;
  line-height: 2;
  font-weight: 400;
  color: #2a2a2a;
}
@media (max-width: 600px) {
  .subtitle {
    font-size: 3.733vw;
  }
}

.title-wrapper {
  margin-bottom: 2.0833vw;
}
@media (max-width: 600px) {
  .title-wrapper {
    margin-bottom: 9.067vw;
  }
}

@media (max-width: 600px) {
  .subtitle {
    margin-top: 3.733vw;
  }
}
@media (max-width: 600px) {
  .title-img {
    height: 8vw;
    margin-bottom: 4vw;
  }
}
.text-max {
  font-size: 1.0417vw;
}

.text {
  font-size: 0.9375vw;
}

.text-min {
  font-size: 0.8333vw;
}
@media (max-width: 600px) {
  .text-min {
    font-size: 2.8vw;
  }
}

.fwb {
  font-weight: 700;
}

.fwm {
  font-weight: 500;
}

.fwr {
  font-weight: 400;
}

.fwl {
  font-weight: 300;
}

.ttu {
  text-transform: uppercase;
}

.tdu {
  text-decoration: underline;
}

.tdt {
  text-decoration: line-through;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.light {
  color: #FFF;
}

.dark {
  color: #2a2a2a;
}

.no-scroll {
  overflow: hidden;
}

.poe {
  pointer-events: none;
}

.stop {
  overflow: hidden;
  margin-right: 0.5vw;
}

@media (max-width: 600px) {
  .stop {
    margin-right: 0;
  }
  .stop ::-webkit-scrollbar {
    width: 0;
  }
}
.stop-nav {
  overflow: hidden;
}

.mdn {
  display: flex;
}

.ddn {
  display: none;
}

@media (max-width: 600px) {
  .mdn {
    display: none;
  }
  .ddn {
    display: flex;
  }
}
.scrole-right {
  display: none;
}

.visible-hand {
  padding-top: 4vw;
  width: 9.444vw;
  height: 9.444vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots {
  display: flex;
}
.dots > span {
  width: 0.46875vw;
  height: 0.46875vw;
  border-radius: 50%;
  border: 0.0520833333vw solid #04B408;
  margin-right: 0.3645833333vw;
  opacity: 0.5s;
  flex-grow: 0;
}
.dots > span:first-child {
  -webkit-animation: wave_1 2s linear infinite;
  animation: wave_1 2s linear infinite;
}
.dots > span:nth-child(2) {
  -webkit-animation: wave_2 2s linear infinite;
  animation: wave_2 2s linear infinite;
}
.dots > span:nth-child(3) {
  -webkit-animation: wave_3 2s linear infinite;
  animation: wave_3 2s linear infinite;
}
.dots > span:last-child {
  -webkit-animation: wave_4 2s linear infinite;
  animation: wave_4 2s linear infinite;
}

@media (max-width: 600px) {
  html {
    overflow-x: hidden;
  }
  .questions.md-all-items-visible .questions__wrapper .container-item {
    display: block !important;
  }
  .questions.md-all-items-visible .questions__load-more {
    display: none;
  }
  .scrole-right {
    display: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 3.467vw;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 10.667vw;
    color: rgba(42, 42, 42, 0.5);
  }
}
.btn {
  background: #04B408;
  color: #FFF;
  border-radius: 1000vw;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  z-index: 6;
}
@media (max-width: 600px) {
  .btn {
    border-radius: 1000vw;
  }
}
.btn-a {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.btn-max {
  padding: 0vw 2.0833vw;
  height: 4.375vw;
}
@media (max-width: 600px) {
  .btn-max {
    padding: 0 10.667vw;
    height: 16vw;
  }
}

.btn-norm {
  padding: 0vw 2.5vw;
  height: 3.8542vw;
}
@media (max-width: 600px) {
  .btn-norm {
    padding: 0 10.667vw;
    height: 16vw;
  }
}

.btn-min {
  padding: 0vw 0.625vw;
  height: 1.7708vw;
}
@media (max-width: 600px) {
  .btn-min {
    padding: 0 6.933vw;
    height: 12.267vw;
  }
}

.btn:hover {
  background: #109712;
}

.btn-secondary {
  background: #04B408;
  color: #FFF;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: 0.3s ease;
  cursor: pointer;
  border: none;
  z-index: 6;
  background: transparent;
  color: #04B408;
  border: 0.1042vw solid #04B408;
}
.btn-secondary:hover {
  color: #FFF;
  border: 0.1042vw solid #109712;
  background: #109712;
}
.btn-secondary:hover .btn-icone {
  filter: grayscale(100%) brightness(170%);
}

.btn-text-max {
  font-size: 0.6771vw;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 600px) {
  .btn-text-max {
    font-size: 2.933vw;
  }
}

.btn-text-norm {
  font-size: 0.6771vw;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 600px) {
  .btn-text-norm {
    font-size: 2.933vw;
  }
}

.btn-text-min {
  font-size: 0.5729vw;
  text-align: center;
  line-height: 1;
  font-weight: 600;
}
@media (max-width: 600px) {
  .btn-text-min {
    font-size: 2.667vw;
  }
}

.btn .btn-blick {
  position: absolute;
}

.btn:not(:disabled) .btn-blick {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 1000vw;
}
@media (max-width: 600px) {
  .btn:not(:disabled) .btn-blick {
    border-radius: 1000vw;
  }
}

.btn:not(:disabled) .btn-blick:after {
  margin-left: -1.5625vw;
  content: " ";
  width: 1.5625vw;
  height: 15.625vw;
  background: #FFF;
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
  position: absolute;
  left: -2.0833vw;
  top: -5.2083vw;
  top-animation-timing-function: ease-in-out;
  transition: all 0.1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3.5s;
  animation-duration: 3.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
}

.btn-icon {
  width: 0.9375vw;
  height: 0.9375vw;
  margin-left: 0.9375vw;
  margin-bottom: 0.1042vw;
  flex-shrink: 0;
  transition: 0.3s ease;
}
.btn-dark {
  background: #2a2a2a;
}
.btn-dark:hover {
  background: black;
}

.btn-click {
  display: flex;
  flex-direction: column;
}
.btn-click svg {
  fill: #04B408;
  width: 1.5625vw;
  height: 1.5625vw;
  flex-grow: 0;
}
.btn-click p {
  font-size: 0.7292vw;
}

@media (max-width: 600px) {
  .btn-secondary {
    border: 0.556vw solid #04B408;
    font-weight: 600;
  }
  .btn-secondary:hover {
    border: 0.556vw solid #109712;
  }
  .btn-icon {
    width: 4.8vw;
    height: 4.8vw;
    margin-left: 2.133vw;
  }
  .btn-click {
    flex-direction: row;
    align-items: center;
  }
  .btn-click svg {
    fill: #04B408;
    width: 6vw;
    height: 6vw;
    margin-right: 2vw;
  }
  .btn-click p {
    text-align: center;
    font-size: 2.8vw;
  }
  .btn-click p br {
    display: none;
  }
}
.link {
  transition: 0.3s ease;
  position: relative;
  cursor: pointer;
}
.link:hover {
  color: #04B408;
}
.link:hover > img {
  filter: grayscale(0);
  opacity: 1;
}

.link--underline {
  color: #04B408;
  text-decoration: underline;
}

.link.link--colored {
  color: #04B408;
}

.link.link--colored::before {
  border-color: #04B408;
}

.area,
.input {
  padding: 1.7708vw;
  border-radius: 0.2083vw;
  color: rgba(42, 42, 42, 0.5);
  width: 100%;
  position: relative;
  border: 0;
}
@media (max-width: 600px) {
  .area,
  .input {
    border-radius: 0;
  }
}

.area::-moz-placeholder,
.input::-moz-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.area::placeholder,
.input::placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.area:-ms-input-placeholder,
.input:-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

.area::-ms-input-placeholder,
.input::-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

input:-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

input::-moz-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

input::placeholder {
  color: rgba(42, 42, 42, 0.5);
}

textarea:-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

textarea::-moz-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

textarea::placeholder {
  color: rgba(42, 42, 42, 0.5);
}

input:-internal-autofill-selected {
  background-color: #FFF !important;
  color: #2a2a2a !important;
}

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  background-color: #FFF;
  -webkit-text-fill-color: #2a2a2a;
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: #2a2a2a;
}

.form-input {
  position: relative;
  padding: 0 4vw 0 1.7708vw;
  height: 3.8542vw;
  width: 100%;
  font-weight: 400;
  color: #2a2a2a;
  font-size: 0.7292vw;
  line-height: 1.4;
  border-radius: 1000vw;
}
@media (max-width: 600px) {
  .form-input {
    font-size: 3.2vw;
  }
}
@media (max-width: 600px) {
  .form-input {
    border-radius: 1000vw;
  }
}
.form-input::-webkit-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}
.form-input::-moz-placeholder {
  color: rgba(42, 42, 42, 0.5);
}
.form-input::-ms-input-placeholder {
  color: rgba(42, 42, 42, 0.5);
}

@media (max-width: 600px) {
  .form-input {
    padding: 1.0417vw 1.5625vw;
    height: 19.444vw;
    border: none;
  }
}
.form-checkbox > div input {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}

.form-checkbox > div.checked {
  background: #04B408;
}

.form-checkbox > div {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.8333333333vw;
  border: 0.0520833333vw solid #04B408;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form-checkbox, .form-checkbox > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  justify-content: flex-start;
  align-items: center;
}

.form-checkbox > div {
  justify-content: center;
}

.form-checkbox > div img, .form-checkbox > div svg {
  width: 0.4166666667vw;
  height: 0.3125vw;
  fill: #fff;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.form-checkbox > div.checked img, .form-checkbox > div.checked svg {
  opacity: 1;
}

.form-checkbox p {
  font-weight: 400;
  font-size: 0.7292vw;
  line-height: 1.55;
  cursor: pointer;
  text-align: left;
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.7;
}

.btn-secondary.disabled {
  pointer-events: none;
  opacity: 0.5;
}

@media (max-width: 600px) {
  .form-checkbox {
    margin-top: 2vw;
    margin-bottom: 2vw;
    justify-content: center;
  }
  .form-checkbox div img {
    width: 2.3438vw;
    height: 1.875vw;
  }
  .form-checkbox div {
    width: 5.556vw;
    height: 5.556vw;
    margin-right: 5vw;
    border-radius: 0.533vw;
  }
  .form-checkbox p {
    width: 80vw;
    font-size: 3vw;
    line-height: 1.4;
  }
  .btn:not(:disabled) .btn-blick:after {
    margin-left: -5vw;
    width: 6vw;
    height: 60vw;
    left: -8vw;
    top: -15vw;
  }
  .form-input {
    border: 0.267vw solid #E1E1E1;
    padding: 0px 16vw 0px 6.4vw;
    height: 16vw;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #FFF;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.7292vw;
  line-height: 1.4;
  font-weight: 400;
  height: 2.1875vw;
  line-height: 2.0833333333vw;
  outline: 0;
  padding-left: 0.9375vw;
  padding-right: 1.5625vw;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}
@media (max-width: 600px) {
  .nice-select {
    font-size: 3.2vw;
  }
}
.nice-select:after {
  border-bottom: 0.1041666667vw solid rgba(42, 42, 42, 0.5);
  border-right: 0.1041666667vw solid rgba(42, 42, 42, 0.5);
  content: "";
  display: block;
  height: 0.2604166667vw;
  margin-top: -0.2083333333vw;
  pointer-events: none;
  position: absolute;
  right: 0vw;
  top: 50%;
  -webkit-transform-origin: 66% 66%;
  transform-origin: 66% 66%;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  width: 0.2604166667vw;
}
.nice-select .list {
  background-color: #FFF;
  border-radius: 0.3125vw;
  -webkit-box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  box-shadow: 0 0 0 0.0520833333vw rgba(68, 68, 68, 0.11);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 0.8vw;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transform: scale(0.75) translateY(-21px);
  transform: scale(0.75) translateY(-21px);
  -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}
.nice-select:hover .option:not(:hover) {
  background-color: transparent !important;
}
.nice-select.option {
  cursor: pointer;
  font-weight: 400;
  line-height: 2.0833333333vw;
  list-style: none;
  min-height: 2.0833333333vw;
  outline: 0;
  padding-left: 0.9375vw;
  padding-right: 1.5104166667vw;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.nice-select.open .list {
  border: 0.1042vw solid #F2F2F2;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

.nice-select .option.selected {
  font-weight: 700;
}

.open.form-select::after {
  transform: translate(-200%, 20%) rotate(135deg);
  transform-origin: center;
}

.current {
  line-height: 1;
  position: relative;
}

.form-select {
  position: relative;
  padding: 0.5208vw 0.9375vw;
  width: 3.9583vw;
  height: 2.1875vw;
  font-weight: 400;
  font-size: 0.7292vw;
  line-height: 1.4;
  color: rgba(42, 42, 42, 0.5);
  border: 0.1042vw solid #F2F2F2;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .form-select {
    border-radius: 0;
  }
}
.form-select .list {
  position: absolute;
  width: 3.9583vw;
  top: 75%;
  left: -0.1vw;
  border: 0.1vw solid #E1E1E1;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-select::after {
  border: 0;
  width: 0.4vw;
  height: 0.4vw;
  border-left: 0.0520833333vw solid rgba(42, 42, 42, 0.5);
  border-bottom: 0.0520833333vw solid rgba(42, 42, 42, 0.5);
  -webkit-transform: translate(-200%, -30%) rotate(-45deg);
  transform: translate(-200%, -30%) rotate(-45deg);
  transform-origin: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  display: block;
}
.form-select .list .option {
  line-height: 2.1875vw;
  padding: 0vw 0.9375vw;
  transition: all 0.4s;
  border-bottom: 0.0521vw solid #F2F2F2;
}
.form-select .list .option:last-child {
  border-bottom: none;
}
.form-select .list .option:hover {
  transition: all 0.4s;
  background-color: #F2F2F2;
}

@media (max-width: 600px) {
  .form-select {
    height: 10vw;
    width: 15vw;
    padding: 3vw;
    border: 0.556vw solid #F2F2F2;
  }
  .form-select .list .option {
    font-size: 3vw;
    line-height: 10vw;
    padding: 0 3vw;
  }
  .form-select .list {
    width: 100%;
    top: 100%;
    border-radius: 0.8vw;
  }
  .form-select::after {
    border: 0;
    width: 1.4vw;
    height: 1.4vw;
    border-left: 0.5vw solid rgba(42, 42, 42, 0.5);
    border-bottom: 0.5vw solid rgba(42, 42, 42, 0.5);
    right: 0vw;
    top: 50%;
    transform: translate(-200%, -50%) rotate(-45deg);
  }
  .current {
    font-size: 3vw;
    line-height: 1.3;
  }
  .nice-select.open .list {
    border: 0.556vw solid #E1E1E1;
  }
  .open.form-select::after {
    transform: translate(-200%, 0%) rotate(135deg);
    transform-origin: center;
  }
}
.form-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.form-top__item {
  width: 5.2083333333vw;
  margin: 0 0.1041666667vw;
  padding: 0.7292vw;
  background-color: transparent;
  border-radius: 0.5208333333vw;
  border: 0.0520833333vw solid transparent;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  transition: 0.3s;
}
.form-top__item input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
}
.form-top__item.active {
  background-color: #FFF;
  box-shadow: 0 7px 27px rgba(40, 40, 40, 0.1);
}
.form-top__item span.viber {
  background-color: transparent;
}
.form-top__item p {
  font-size: 0.7292vw;
  font-weight: 500;
  line-height: 1.4;
}
.form-top__item span {
  display: flex;
  width: 2.7083vw;
  height: 2.7083vw;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5208vw;
}
.form-top__item span img {
  width: 2.7083vw;
  fill: #FFF;
  pointer-events: none;
}

@media (max-width: 600px) {
  .form-top__item {
    width: 17.1875vw;
    padding: 1.5625vw;
    border-radius: 2vw;
  }
  .form-top__item input {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
  }
  .form-top__item p {
    font-size: 2.5vw;
    line-height: 3.125vw;
  }
  .form-top__item span {
    width: 10.9375vw;
    height: 10.9375vw;
    margin-bottom: 3.125vw;
  }
  .form-top__item span img {
    width: 10vw;
    fill: #FFF;
    pointer-events: none;
  }
}
.input-tel-icon {
  position: relative;
  width: 100%;
}
.input-tel-icon > input {
  margin-bottom: 0;
}
.input-tel-icon::before {
  z-index: 80;
  position: absolute;
  content: "";
  width: 1.099vw;
  height: 1.099vw;
  right: 1.7708vw;
  top: 1.9271vw;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icone/phone.svg);
  pointer-events: none;
  filter: invert(10%);
}
.input-tel-comment {
  position: relative;
}
.input-tel-comment::before {
  z-index: 7;
  position: absolute;
  content: "";
  width: 1.099vw;
  height: 1.099vw;
  right: 1.7708vw;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icone/pen.svg);
  filter: invert(10%);
  pointer-events: none;
}
.input-tel-mail {
  position: relative;
}
.input-tel-mail::before {
  z-index: 7;
  position: absolute;
  content: "";
  width: 1.099vw;
  height: 1.099vw;
  right: 1.7708vw;
  top: 50%;
  transform: translateY(-50%);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../img/icone/email.svg);
  filter: invert(10%);
  pointer-events: none;
}

@media (max-width: 600px) {
  .input-tel {
    margin-bottom: 3.889vw;
  }
  .input-tel-icon, .input-tel-comment, .input-tel-mail {
    position: relative;
  }
  .input-tel-icon::before, .input-tel-comment::before, .input-tel-mail::before {
    top: 8vw;
    width: 4vw;
    height: 4vw;
    right: 6vw;
  }
}
.section.short {
  padding-top: 0.5208vw;
}

@media (max-width: 600px) {
  .section.short {
    padding-top: 0;
  }
}
@-webkit-keyframes opas {
  0% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@keyframes opas {
  0% {
    opacity: 0.4;
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 0.4;
  }
}
@-webkit-keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@keyframes slideme {
  0% {
    left: -30px;
    margin-left: 0;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}
@-webkit-keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes online {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacity {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes pulse_2_small {
  0% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.8;
  }
  to {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}
@-webkit-keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@keyframes animPulse {
  0% {
    opacity: 0;
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}
@-webkit-keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes scroll {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-25%);
  }
  100% {
    transform: translateY(0);
  }
}
@-webkit-keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@keyframes loadingBg {
  0% {
    background-position: 2%;
  }
  100% {
    background-position: 100%;
  }
}
@-webkit-keyframes wave_1 {
  0%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
}
@keyframes wave_1 {
  0%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 0.25;
  }
}
@-webkit-keyframes wave_2 {
  0%, 50%, to {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
}
@keyframes wave_2 {
  0%, 50%, to {
    opacity: 0.75;
  }
  25% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
}
@-webkit-keyframes wave_3 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes wave_3 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes wave_4 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes wave_4 {
  0%, to {
    opacity: 0.5;
  }
  25%, 75% {
    opacity: 0.75;
  }
  50% {
    opacity: 1;
  }
}
@keyframes scrole-right {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-10px, 0) rotate(0);
  }
  75% {
    transform: translate(10px, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@-webkit-keyframes scrole-right {
  0% {
    transform: translate(0, 0) rotate(0);
  }
  25% {
    transform: translate(-10px, 0) rotate(0);
  }
  75% {
    transform: translate(10px, 0) rotate(0);
  }
  100% {
    transform: translate(0, 0) rotate(0);
  }
}
@keyframes rotate3 {
  0% {
    -webkit-transform: translateY(-50%, -50%) rotate(360deg) scale(1);
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    border-top: 0.12vw solid #04B408;
    border-bottom: 0.12vw solid #FFF;
  }
  50% {
    -webkit-transform: translateY(-50%, -50%) rotate(360deg) scale(1.1);
    transform: translate(-50%, -50%) rotate(180deg) scale(1.1);
    border-top: 0.12vw solid #FFF;
    border-bottom: 0.12vw solid #04B408;
  }
  100% {
    -webkit-transform: translateY(-50%, -50%) rotate(360deg) scale(1);
    transform: translate(-50%, -50%) rotate(360deg) scale(1);
    border-top: 0.12vw solid #04B408;
    border-bottom: 0.12vw solid #FFF;
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.online {
  position: relative;
  padding-left: 0.68vw;
}

.online::before {
  content: "";
  border-radius: 50%;
  width: 0.2604vw;
  height: 0.2604vw;
  background-color: #46D068;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

@media (max-width: 600px) {
  .online {
    padding-left: 2vw;
  }
  .online::before {
    width: 1vw;
    height: 1vw;
    top: 1.4vw;
    flex-grow: 0;
  }
}
.online-manager {
  left: 3vw;
  bottom: 0.6vw;
  content: "";
  position: absolute;
  border-radius: 50%;
  width: 0.5208vw;
  height: 0.5208vw;
  background-color: #46D068;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

.tooltip-horizontal-scroll-icon_hand {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-hand 2s infinite;
}

.tooltip-horizontal-scroll-icon_card {
  animation: tooltip-horizontal-scroll-icon_anim-scroll-card 2s infinite;
}

@keyframes tooltip-horizontal-scroll-icon_anim-scroll-hand {
  0% {
    transform: translateX(80px) scale(1);
    opacity: 0;
  }
  10% {
    transform: translateX(80px) scale(1);
    opacity: 1;
  }
  20%, 60% {
    transform: translateX(175px) scale(0.6);
    opacity: 1;
  }
  80% {
    transform: translateX(5px) scale(0.6);
    opacity: 1;
  }
  to {
    transform: translateX(5px) scale(0.6);
    opacity: 0;
  }
}
@keyframes tooltip-horizontal-scroll-icon_anim-scroll-card {
  0%, 60% {
    transform: translateX(0);
  }
  80%, to {
    transform: translateX(-240px);
  }
}
.online {
  position: relative;
  padding-left: 0.68vw;
}

.online::before {
  content: "";
  border-radius: 50%;
  width: 0.2604vw;
  height: 0.2604vw;
  background-color: #46D068;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  -webkit-animation: online 2s infinite;
  animation: online 2s infinite;
}

@media (max-width: 600px) {
  .online {
    padding-left: 2vw;
  }
  .online::before {
    width: 1vw;
    height: 1vw;
    top: 1.4vw;
    flex-grow: 0;
  }
}
@-webkit-keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }
  50% {
    background-position: 0 center;
  }
  to {
    background-position: 52.0833333333vw center;
  }
}
@keyframes progress_bar {
  0% {
    background-position: -52.0833333333vw center;
  }
  50% {
    background-position: 0 center;
  }
  to {
    background-position: 52.0833333333vw center;
  }
}
@-webkit-keyframes wave {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes wave {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
.select {
  position: relative;
  color: #2a2a2a;
  background: #FFF;
  cursor: pointer;
  border-bottom-left-radius: 1.9792vw;
  border-bottom-right-radius: 1.9792vw;
  border-top-left-radius: 1.9792vw;
  border-top-right-radius: 1.9792vw;
  transition: 0.1s;
  transition-delay: 0.25s;
  font-size: 0.7292vw;
  z-index: 11;
}
.select input[type=radio], .select input[type=chekbox] {
  display: none;
}
.select-selected {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 3.8542vw;
}
.select-selected p {
  position: relative;
  transition: 0.3s ease;
  display: flex;
  align-items: center;
}
.select-selected p::after {
  content: "";
  display: block;
  transition: 0.3s ease;
  width: 1.25vw;
  height: 1.25vw;
  margin-right: 0.2083vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='25' height='24' viewBox='0 0 25 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.291 14.9625L7.33301 9.825L8.08206 9.0375L12.3267 13.425L16.5713 9L17.3204 9.7875L12.3267 15L12.291 14.9625Z' fill='%2304B408' /%3e%3c/svg%3e");
  filter: grayscale(100%);
}
.select .visible {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 0 1.7708vw;
}
.select .visible img {
  width: 1.7708vw;
  height: 1.7708vw;
}
.select-options {
  display: none;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  overflow: hidden;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 3;
  pointer-events: none;
  border-bottom-left-radius: 1.9792vw;
  border-bottom-right-radius: 1.9792vw;
}
.select-option {
  display: flex;
  justify-content: center;
  background: #FFF;
  transition: 0.3s ease;
  height: 3.8542vw;
  color: rgba(42, 42, 42, 0.5);
}
.select-option.active {
  background: #F5F8F9;
  color: #2a2a2a;
}
.select-option:last-child {
  margin: 0;
}
.select-option:hover {
  background: #F5F8F9;
}
.select:hover .select-selected p {
  color: #04B408;
}
.select:hover .select-selected p::after {
  filter: grayscale(0%);
}
.select:hover .select-icon {
  filter: grayscale(0%) contrast(100%);
}
.select.active {
  z-index: 12;
  transition-delay: 0s;
  transition: 0.1s;
  border-top-left-radius: 1.9792vw;
  border-top-right-radius: 1.9792vw;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select.active::after {
  width: 100%;
}
.select.active .select-selected {
  color: #04B408;
}
.select.active .select-selected p {
  color: #04B408;
}
.select.active .select-selected p::after {
  transform: rotate(-180deg);
  filter: grayscale(0%);
}
.select.active .select-options {
  pointer-events: auto;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.05);
}
.select.active .select-icon {
  filter: grayscale(0%) contrast(100%);
}

@media (max-width: 600px) {
  .select {
    border-bottom-left-radius: 8vw;
    border-bottom-right-radius: 8vw;
    border-top-left-radius: 8vw;
    border-top-right-radius: 8vw;
    font-size: 3.2vw;
    border: 0.267vw solid #E1E1E1;
  }
  .select-selected {
    height: 16vw;
  }
  .select-selected p::after {
    width: 4vw;
    height: 4vw;
    margin-right: 3vw;
  }
  .select .visible {
    width: 100%;
    padding: 0 6.4vw;
  }
  .select .visible img {
    width: 8vw;
    height: 8vw;
  }
  .select-options {
    width: calc(100% + 0.533vw);
    left: -0.267vw;
    border-bottom-left-radius: 8vw;
    border-bottom-right-radius: 8vw;
    border: 0.267vw solid #E1E1E1;
    border-top: none;
  }
  .select-option {
    height: 16vw;
  }
  .select.active {
    border-top-left-radius: 8vw;
    border-top-right-radius: 8vw;
  }
}
.breadcrumbs {
  position: relative;
  z-index: 10;
}
.breadcrumbs-container {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 1.25vw 0;
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  margin-right: 0.4167vw;
}
.breadcrumbs-item > a > img {
  transition: 0.3s ease;
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.625vw;
  filter: grayscale(100%);
  opacity: 0.5;
}
.breadcrumbs-item:first-child::before {
  display: none;
}
.breadcrumbs-item::before {
  margin-right: 0.4167vw;
  content: "/";
  color: #2a2a2a;
}
.breadcrumbs-item.active {
  pointer-events: none;
}
.breadcrumbs-item.active p {
  font-size: 0.7292vw;
  line-height: 1.4;
  color: #2a2a2a;
  font-weight: 300;
}
.breadcrumbs a {
  display: flex;
  font-size: 0.7292vw;
  line-height: 1.4;
  color: rgba(42, 42, 42, 0.5);
}

@media (max-width: 600px) {
  .breadcrumbs-container {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 5.556vw 0 1vw;
    margin-bottom: 5.333vw;
  }
  .breadcrumbs-item {
    flex-shrink: 0;
    margin-right: 1.667vw;
  }
  .breadcrumbs-item > a > img {
    width: 3.333vw;
    height: 3.333vw;
    margin-right: 3.231vw;
  }
  .breadcrumbs-item::before {
    margin-right: 1.667vw;
    font-size: 3vw;
  }
  .breadcrumbs-item.active p {
    font-size: 3.333vw;
  }
  .breadcrumbs a {
    font-size: 3.333vw;
  }
  .breadcrumbs-container::-webkit-scrollbar {
    height: 0.5vw;
  }
}
.error-wrapper {
  position: relative;
  padding-top: 14.2188vw;
  min-height: 38vw;
}
.error-subtitle {
  margin-top: 5vw;
  font-size: 1.1979vw;
  margin-bottom: 1vw;
}
.error-404 {
  right: 0;
  top: 10vw;
  color: #04B408;
  font-weight: 700;
  font-size: 15vw;
  position: absolute;
}

@media (max-width: 600px) {
  .error-wrapper {
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding-top: 20vw;
    min-height: 100vw;
  }
  .error-subtitle {
    margin-top: 3vw;
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .error-404 {
    order: -1;
    right: 0;
    top: auto;
    font-size: 40vw;
    position: relative;
  }
  .error-btn {
    width: 100%;
  }
}
.text-page {
  position: relative;
}
.text-page-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.text-page-wrapper-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 0;
}
.text-page-btn > .btn {
  width: fit-content;
}
.text-page-img {
  width: 26.6667vw;
  height: 26.6667vw;
}
.text-page-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-page-title {
  font-size: 2.6042vw;
  color: #2a2a2a;
  width: 42.0313vw;
  font-weight: 600;
  line-height: 1.4;
  text-align: left;
}
.text-page-title-wrapper {
  margin-bottom: 2.6042vw;
}
.text-page-text {
  color: #04B408;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.8;
  margin-top: 1.25vw;
}

@media (max-width: 600px) {
  .text-page-wrapper {
    padding: 5vw 5vw 11.111vw;
    width: 100vw;
    margin-left: -5vw;
    border-radius: 0;
  }
  .text-page-wrapper {
    flex-direction: column-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .text-page-wrapper-left {
    align-items: center;
  }
  .text-page-img {
    width: 50vw;
    height: 50vw;
    margin-bottom: 10vw;
  }
  .text-page-title {
    font-size: 6vw;
    width: 100%;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
  }
  .text-page-title-wrapper {
    margin-bottom: 8vw;
  }
  .text-page-btn {
    text-align: center;
  }
  .text-page-btn > a {
    margin: 0;
  }
  .text-page-text {
    text-align: center;
    font-size: 4.6vw;
    margin-top: 3vw;
  }
}
.header {
  position: relative;
  transition: 0.3s ease;
  width: 100%;
  z-index: 99;
}
.header > .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.3542vw 0;
}
.header-wrapper {
  background: #FFF;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-links {
  display: flex;
  align-items: center;
  gap: 3.125vw;
}
.header-links-number {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-links-number-item {
  font-size: 1.0417vw;
  letter-spacing: -0.05em;
  font-weight: 600;
  line-height: 1.4;
}
.header-links-number-text {
  color: #04B408;
  text-decoration: underline;
  cursor: pointer;
}
.header-links-media {
  display: flex;
  align-items: center;
}
.header-links-media-text {
  margin-right: 1.4583vw;
}
.header-links-media-text > span {
  font-weight: 600;
}
.header-links-media-item {
  width: 2.6042vw;
  height: 2.6042vw;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F5F8F9;
  margin-right: 0.7292vw;
  transition: 0.3s ease;
  border-radius: 1000vw;
}
@media (max-width: 600px) {
  .header-links-media-item {
    border-radius: 1000vw;
  }
}
.header-links-media-item:hover {
  background: #e6f2e8;
}
.header-links-media-item:last-child {
  margin-right: 0;
}
.header-links-media-item > img {
  width: 1.1979vw;
  height: 1.1979vw;
  object-fit: cover;
}

.logo-wrapper {
  display: flex;
  align-items: center;
}
.logo-img {
  display: block;
  height: 2.3958vw;
  width: 11.1979vw;
}
.logo-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.logo-separator {
  width: 0.0521vw;
  height: 1.875vw;
  background: #F2F2F2;
  margin: 0 1.25vw;
}
.logo-descriptor {
  max-width: 9.375vw;
}

.nav {
  display: flex;
  align-items: center;
  gap: 3.125vw;
  position: relative;
}
.nav-wrapper {
  display: none;
  position: absolute;
  font-size: 0.7813vw;
  font-weight: 400;
  text-align: center;
  top: 4vw;
  right: 0;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
}
.nav-wrapper-title {
  margin-bottom: 0.5208vw;
  font-weight: 600;
  font-size: 0.9375vw;
  line-height: 1.4;
  pointer-events: none;
}
.nav-wrapper__items {
  padding: 1.25vw 2.0833vw;
  text-align: left;
}
.nav-wrapper__item {
  position: relative;
  transition: 0.3s ease;
  cursor: pointer;
  margin-bottom: 0.5208vw;
  line-height: 2;
  font-size: 0.7292vw;
}
.nav-wrapper__item:last-child {
  margin-bottom: 0;
}

.burger-menu {
  pointer-events: none;
  position: relative;
  width: 2.0833vw;
  height: 2.0833vw;
  background: #FFF;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  transition: 0.6s ease;
  border-radius: 1000vw;
}
@media (max-width: 600px) {
  .burger-menu {
    border-radius: 1000vw;
  }
}
.burger-menu-text {
  transition: 0.6s ease;
  padding: 0 0.7292vw;
  line-height: 1.4;
  font-weight: 500;
  font-size: 0.7292vw;
}
.burger-menu-wrapper {
  align-items: center;
  background: #F5F8F9;
  padding: 0.3646vw 0.5208vw;
  cursor: pointer;
  transition: 0.3s ease;
  border-radius: 1000vw;
}
@media (max-width: 600px) {
  .burger-menu-wrapper {
    border-radius: 1000vw;
  }
}
.burger-menu-wrapper:hover {
  background: #e6f2e8;
}
.burger-menu-wrapper.active .burger-menu {
  transform: translateX(-3.6979vw);
}
.burger-menu-wrapper.active .burger-menu-text {
  transform: translateX(2.0833vw);
}
.burger-menu > span {
  width: 0.7813vw;
  height: 0.1198vw;
  background-color: #04B408;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: 0.3s ease;
}
.burger-menu > span:nth-child(1) {
  top: 0.68vw;
}
.burger-menu > span:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.burger-menu > span:nth-child(3) {
  bottom: 0.68vw;
}
.burger-menu-active > span:nth-child(1) {
  top: 50%;
  width: 0.9vw;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.burger-menu-active > span:nth-child(2) {
  width: 0%;
}
.burger-menu-active > span:nth-child(3) {
  width: 0.9vw;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%) rotate(45deg);
  transform: translate(-50%, 50%) rotate(45deg);
}

@media (max-width: 600px) {
  .header {
    position: relative;
    height: 17.6vw;
  }
  .header .container {
    display: block;
    height: 17.6vw;
    padding: 0;
    max-width: 100%;
  }
  .header-wrapper {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    transition: 0.3s ease;
    padding: 3.733vw 5vw;
    z-index: 90;
    border-bottom: 0.267vw solid #F2F2F2;
  }
  .header-links {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .header-links-number {
    margin-bottom: 3.733vw;
  }
  .header-links-number-item {
    font-size: 4.8vw;
  }
  .header-links-number-text {
    display: none;
  }
  .header-links-media {
    order: 1;
  }
  .header-links-media-text {
    font-size: 2.933vw;
    margin-right: 6.4vw;
  }
  .header-links-media-item {
    width: 11.733vw;
    height: 11.733vw;
    margin-right: 3.733vw;
  }
  .header-links-media-item:hover {
    background: #F5F8F9;
  }
  .header-links-media-item > img {
    width: 5vw;
    height: 5vw;
  }
  .header-logo-wrapper .logo-descriptor {
    display: none;
  }
  .logo-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .logo-img {
    height: 8vw;
    width: 41.6vw;
  }
  .logo-separator {
    display: none;
  }
  .logo-descriptor {
    margin-top: 6.4vw;
    max-width: 42.667vw;
    font-size: 2.933vw;
  }
  .nav {
    flex-direction: column;
    align-items: flex-start;
    height: 100vh;
    transition: 0.3s ease;
    pointer-events: none;
    background: #FFF;
    transform: translateX(-100%);
    padding: 6.933vw 5vw;
    gap: 0;
  }
  .nav-mobi-active {
    pointer-events: auto;
    transform: translateX(0);
  }
  .nav-wrapper {
    display: block;
    position: relative;
    top: auto;
    box-shadow: none;
  }
  .nav-wrapper-title {
    display: block;
    font-size: 5.067vw;
    font-weight: 600;
    line-height: 1.4;
    margin-bottom: 4.267vw;
  }
  .nav-wrapper__items {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    background: none;
    padding: 0;
    margin-bottom: 6.933vw;
  }
  .nav-wrapper__item {
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 2;
    text-align: left;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    padding: 0;
    margin-bottom: 2.133vw;
  }
  .nav-wrapper__item > p {
    height: auto;
  }
  .burger-menu {
    width: 8vw;
    height: 8vw;
  }
  .burger-menu-text {
    padding: 0 2.133vw;
    font-size: 2.933vw;
  }
  .burger-menu-wrapper {
    padding: 1.333vw 2.133vw;
  }
  .burger-menu-wrapper.active .burger-menu {
    transform: translateX(-13.667vw);
  }
  .burger-menu-wrapper.active .burger-menu-text {
    transform: translateX(8.5vw);
  }
  .burger-menu > span {
    width: 2.933vw;
    height: 2px;
  }
  .burger-menu > span:nth-child(1) {
    top: 2.5vw;
  }
  .burger-menu > span:nth-child(3) {
    bottom: 2.5vw;
  }
  .burger-menu-active > span:nth-child(1) {
    top: 50%;
    width: 3.5vw;
  }
  .burger-menu-active > span:nth-child(3) {
    bottom: 50%;
    width: 3.5vw;
  }
}
.seo-text {
  padding: 4.1667vw 0 8.3333vw;
}
.seo-text-title {
  text-align: left;
  font-size: 1.4583vw;
  margin-bottom: 1.0417vw;
}
.seo-text-content-visible, .seo-text-content {
  font-size: 0.9375vw;
  text-align: left;
  margin: 0 auto;
  line-height: 2;
  margin-bottom: 1.3542vw;
}
.seo-text-content {
  display: none;
}
.seo-text-content h2 {
  font-size: 1.4583vw;
  font-weight: 700;
  margin-bottom: 1.5625vw;
}
.seo-text-content p {
  margin-bottom: 1.5625vw;
}
.seo-text-content li {
  display: list-item;
  list-style: disc outside none;
}
.seo-text-content ol, .seo-text-content ul {
  display: block;
  margin-left: 1.0417vw;
  margin-bottom: 1.5625vw;
}
.seo-text-bottom {
  margin-top: 1.5625vw;
  width: fit-content;
}
.seo-text-bottom-btn {
  display: flex;
  align-items: center;
  width: fit-content;
  background: #F5F8F9;
  text-align: center;
  cursor: pointer;
  padding: 0.625vw 1.0417vw;
  font-size: 0.8333vw;
  font-weight: 400;
  color: #2a2a2a;
  transition: 0.3s ease;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .seo-text-bottom-btn {
    border-radius: 0;
  }
}
.seo-text-bottom-btn::after {
  transition: 0.7s ease;
  width: 1.0417vw;
  height: 1.0417vw;
  margin-left: 0.5208vw;
  content: "";
  background-image: url(../img/icone/arrow-select-open.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.seo-text-bottom-btn:hover::after {
  transform: rotate(360deg);
}
.seo-text-bottom .button-text-hidden {
  display: none;
}
.seo-text-bottom .button-text {
  display: block;
}
.seo-text-bottom.open .seo-text-bottom-btn::after {
  transform: rotate(180deg);
}
.seo-text-bottom.open .seo-text-bottom-btn:hover::after {
  transform: rotate(-180deg);
}
.seo-text-bottom.open .button-text-hidden {
  display: block;
}
.seo-text-bottom.open .button-text {
  display: none;
}

@media (max-width: 600px) {
  .seo-text {
    padding: 10.667vw 0;
  }
  .seo-text-title {
    font-size: 5.333vw;
    margin-bottom: 3.733vw;
  }
  .seo-text-content-visible, .seo-text-content {
    font-size: 3.733vw;
    margin-bottom: 6.4vw;
  }
  .seo-text-content-visible h2, .seo-text-content h2 {
    font-size: 5vw;
    margin-bottom: 5vw;
  }
  .seo-text-content-visible p, .seo-text-content p {
    margin-bottom: 5vw;
  }
  .seo-text-content-visible ol, .seo-text-content-visible ul, .seo-text-content ol, .seo-text-content ul {
    margin-left: 3.5vw;
    margin-bottom: 5vw;
  }
  .seo-text-bottom {
    margin-top: 0;
  }
  .seo-text-bottom-btn {
    padding: 2.667vw 4.8vw;
    font-size: 3.733vw;
  }
  .seo-text-bottom-btn::after {
    width: 5.4vw;
    height: 5.4vw;
    margin-left: 2.6vw;
  }
  .seo-text.open .seo-text-bottom {
    margin-top: 0;
  }
}
.footer {
  background: #F5F8F9;
}
.footer-text {
  padding: 1.46vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-text-left {
  text-align: left;
}
.footer-text-right {
  text-align: right;
}
.footer-text-link {
  position: relative;
  align-items: flex-end;
  display: flex;
  width: fit-content;
}

@media (max-width: 600px) {
  .footer-text {
    padding: 7.467vw 0 26.667vw;
    flex-direction: column;
    align-items: flex-start;
  }
  .footer-text-left {
    order: 0;
    font-size: 2.933vw;
    margin-bottom: 3.733vw;
  }
  .footer-text-right {
    order: 2;
    text-align: left;
    font-size: 2.933vw;
    margin-bottom: 0vw;
  }
  .footer-text-link {
    order: 1;
    text-align: left;
    font-size: 2.933vw;
    margin-bottom: 3.733vw;
  }
}
.modal {
  position: absolute;
  left: 50%;
  transition: all 0.6s ease;
  z-index: 77;
  top: 50%;
  padding-bottom: 0vw;
  width: auto;
  transform: translate(-50%, -50%);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .modal {
    border-radius: 0;
  }
}
.modal::-webkit-scrollbar {
  width: 0;
}
.modal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal-overlay.active {
  overflow-y: scroll;
}
.modal-close {
  display: flex;
  position: absolute;
  top: 0.8333vw;
  right: 0.8333vw;
  width: 1.25vw;
  height: 1.25vw;
  cursor: pointer;
  transition: 0.3s ease;
  z-index: 999;
  opacity: 0.6;
}
.modal-close > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-close:hover {
  opacity: 1;
}
.modal-container {
  background: #FFF;
  flex-shrink: 0;
  width: 23.9583vw;
  padding: 2.2917vw 2.0833vw;
}
.modal-icon {
  width: 2.0833vw;
  height: 2.0833vw;
  margin: 0 auto;
  margin-bottom: 0.5208vw;
}
.modal-title {
  font-weight: 600;
  font-size: 1.25vw;
  line-height: 1.4;
  margin-bottom: 0.5208vw;
  color: #2a2a2a;
}
.modal-subtitle {
  font-weight: 300;
  font-size: 0.8854vw;
  color: rgba(42, 42, 42, 0.5);
  margin-bottom: 1.0417vw;
}
.modal-input {
  height: 3.8542vw;
  padding: 0 4vw 0 1.7708vw;
  font-size: 0.7292vw;
  width: 100%;
  background: transparent;
}
.modal-input-item {
  margin-bottom: 1.0417vw;
}
.modal-input-wrapper {
  position: relative;
  border-radius: 1000vw;
}
@media (max-width: 600px) {
  .modal-input-wrapper {
    border-radius: 1000vw;
  }
}
.modal-input-wrapper > input {
  border: 0.0521vw solid #E1E1E1;
  margin-bottom: 0;
}
.modal-input-sup {
  color: #2a2a2a;
  width: 100%;
  text-align: left;
  margin-bottom: 0.5208vw;
  font-weight: 400;
  font-size: 0.6771vw;
  line-height: 1.4;
  margin-left: 1.7708vw;
}
.modal-input-rules {
  margin-top: 0.4167vw;
  color: red;
  list-style: disc;
  margin-left: 0.9vw;
  text-align: left;
  font-weight: 300;
  line-height: 1.8;
  font-size: 0.6771vw;
}
.modal-img {
  height: 8.3333vw;
  width: 100%;
  padding: 0 3.125vw;
  border: 0.0521vw solid #E1E1E1;
  margin-bottom: 1.0417vw;
}
.modal-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-btn {
  width: 100%;
}
.modal-checkbox {
  margin-top: 1.0417vw;
}
.modal-thank .modal-subtitle {
  margin: 0;
}
.modal-form-privacy {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.0417vw;
}
.modal-form-privacy-icon {
  width: 2.6042vw;
  height: 2.6042vw;
  margin-right: 0.7292vw;
  filter: invert(5%);
}
.modal-form-privacy-text {
  width: fit-content;
  text-align: left;
}

@media (max-width: 600px) {
  .modal {
    top: 50%;
  }
  .modal-close {
    top: 4vw;
    right: 4vw;
    width: 6vw;
    height: 6vw;
  }
  .modal-container {
    width: 90vw;
    padding: 12vw 5vw;
    border-radius: 0.2083vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .modal-container {
    border-radius: 0;
  }
}
@media (max-width: 600px) {
  .modal-icon {
    width: 12vw;
    height: 12vw;
    margin-bottom: 4vw;
  }
  .modal-title {
    font-size: 5.333vw;
    margin-bottom: 4vw;
  }
  .modal-subtitle {
    font-size: 4.2vw;
    margin-bottom: 3.25vw;
  }
  .modal-input {
    height: 14.933vw;
    padding: 0 16vw 0 6.4vw;
    font-size: 2.933vw;
    border-radius: 0;
    border: none;
  }
  .modal-input-item {
    margin-bottom: 3.733vw;
  }
  .modal-input-sup {
    margin-bottom: 1.25vw;
    margin-left: 6.4vw;
    font-size: 2.933vw;
  }
  .modal-input-rules {
    margin-top: 1.5vw;
    margin-left: 5vw;
    font-size: 3.467vw;
  }
  .modal-input-wrapper input {
    border-radius: 1000vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .modal-input-wrapper input {
    border-radius: 1000vw;
  }
}
@media (max-width: 600px) {
  .modal-btn {
    height: 14.933vw;
  }
  .modal-btn > span {
    font-size: 3.733vw;
  }
  .modal-checkbox {
    margin-top: 3vw;
  }
  .modal-img {
    height: 36vw;
    padding: 0 10vw;
    border: 0.267vw solid #E1E1E1;
    margin-bottom: 5vw;
  }
  .modal-form-privacy {
    margin-top: 5vw;
  }
  .modal-form-privacy-icon {
    width: 12vw;
    height: 12vw;
    margin-right: 3vw;
  }
}
.contacts {
  z-index: 2;
  border-top: 0.0521vw solid #F2F2F2;
  background: #FFF;
  padding: 1.4583vw 0;
}
.contacts-requisites {
  display: none;
}
.contacts-rows {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 600px) {
  .contacts {
    padding: 7.467vw 0;
  }
  .contacts-rows {
    display: flex;
    flex-direction: column;
  }
  .contacts-row {
    margin-bottom: 8.333vw;
  }
  .contacts-row:last-child {
    margin-bottom: 0;
  }
  .contacts-logo-wrapper {
    margin-bottom: 3.733vw;
  }
  .contacts-requisites {
    margin-bottom: 3.733vw;
  }
  .contacts .header-links-number {
    display: none;
  }
}
.consultation-wrapper {
  position: relative;
  background: #F5F8F9;
  padding: 2.6042vw;
  border-radius: 0.625vw;
}
.consultation-title {
  text-align: center;
  font-weight: 600;
  font-size: 1.3542vw;
  line-height: 1.4;
  margin-bottom: 2.0833vw;
}
.consultation-form {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 1.5625vw;
}
.consultation-form-item {
  width: 24.3055vw;
  flex-shrink: 0;
}
.consultation-form-item-text {
  margin-left: 1.7708vw;
  margin-bottom: 0.5208vw;
  font-size: 0.6771vw;
}
.consultation-form-item.send {
  display: flex;
  align-items: center;
  gap: 1.25vw;
}
.consultation-form-privacy {
  display: flex;
  align-items: center;
  gap: 0.7292vw;
}
.consultation-form-privacy-icon {
  flex-shrink: 0;
  width: 2.6042vw;
  height: 2.6042vw;
}

@media (max-width: 600px) {
  .consultation-wrapper {
    background: #FFF;
    padding: 0;
  }
  .consultation-title {
    font-size: 5.067vw;
    margin: 0 auto;
    margin-bottom: 9.067vw;
    width: 80%;
  }
  .consultation-form {
    flex-direction: column;
    gap: 5.333vw;
  }
  .consultation-form-item {
    width: 100%;
  }
  .consultation-form-item-text {
    margin-left: 7.467vw;
    margin-bottom: 2.667vw;
    font-size: 3.2vw;
  }
  .consultation-form-item.send {
    flex-direction: column;
    gap: 6.4vw;
  }
  .consultation-form-btn {
    width: 100%;
  }
  .consultation-form-privacy {
    display: flex;
    align-items: center;
    gap: 3.733vw;
    font-size: 3.2vw;
  }
  .consultation-form-privacy-icon {
    width: 12.267vw;
    height: 12.267vw;
    filter: invert(4%);
  }
}
.validation-form input.error {
  border: 0.0521vw solid #d41c1c;
}
.validation-form label.error {
  text-align: left;
  display: block;
  color: #d41c1c;
  margin-left: 1.7708vw;
  margin-top: 0.4167vw;
}

@media (max-width: 600px) {
  .validation-form input.error {
    border: 0.267vw solid #d41c1c;
  }
  .validation-form label.error {
    margin-left: 7.467vw;
    margin-top: 1.3vw;
  }
}
.catalog {
  padding-bottom: 6.25vw;
}
.catalog-items {
  margin-top: 2.0833vw;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border: 0.026vw solid #E1E1E1;
}
.catalog-item {
  position: relative;
  border: 0.026vw solid #E1E1E1;
  padding: 1.5625vw 1.6667vw;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: 0.3s ease;
  overflow: hidden;
  transform: scale(1.01);
}
.catalog-item-img {
  width: 100%;
  height: 10.4167vw;
  margin-bottom: 0.5208vw;
}
.catalog-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-item-btn {
  position: absolute;
  transition: 0.3s ease;
  transform: scale(0);
  top: 9.6875vw;
  box-shadow: 0 0 10px 0 rgba(4, 180, 8, 0.2);
  pointer-events: none;
}
.catalog-item-name {
  font-size: 0.9375vw;
  font-weight: 500;
}
.catalog-item:hover {
  z-index: 2;
  border-color: #FFF;
  transform: scale(1.02);
  box-shadow: 0 0 20px 0 rgba(40, 40, 40, 0.1);
}
.catalog-item:hover .catalog-item-btn {
  transform: scale(1);
}

@media (max-width: 600px) {
  .catalog {
    padding-bottom: 19.2vw;
  }
  .catalog .container {
    max-width: 100vw;
  }
  .catalog-items {
    margin-top: 9.067vw;
    grid-template-columns: repeat(2, 1fr);
    border: 0.133vw solid #E1E1E1;
  }
  .catalog-item {
    border: 0.133vw solid #E1E1E1;
    padding: 4.267vw 2.667vw;
    transform: scale(1.01);
  }
  .catalog-item-img {
    height: 25.6vw;
    margin-bottom: 1.333vw;
  }
  .catalog-item-btn {
    display: none;
  }
  .catalog-item-name {
    font-size: 3.2vw;
  }
  .catalog-item:hover {
    transform: scale(1.01);
  }
  .catalog-item:focus {
    transform: scale(1.02);
  }
}
.seo-max-text h2 {
  font-weight: 700;
  font-size: 1.875vw;
  line-height: 1.4;
  margin-bottom: 1.7708vw;
}
.seo-max-text h3 {
  font-weight: 700;
  font-size: 1.4583vw;
  line-height: 1.4;
  margin-bottom: 1.7708vw;
}
.seo-max-text h4 {
  font-weight: 700;
  font-size: 1.1458vw;
  line-height: 1.4;
  margin-bottom: 0.625vw;
}
.seo-max-text p {
  font-size: 0.9375vw;
  margin-bottom: 1.7708vw;
}
.seo-max-text a {
  color: #04B408;
  text-decoration: underline;
}
.seo-max-text div {
  display: flex;
  justify-content: space-between;
  gap: 2.0833vw;
}
.seo-max-text span {
  font-weight: 700;
}
.seo-max-text ul {
  flex-basis: 50%;
  flex-grow: 1;
  list-style: disc;
  margin-bottom: 1.7708vw;
}
.seo-max-text ol {
  flex-basis: 50%;
  flex-grow: 1;
  margin-bottom: 1.7708vw;
}
.seo-max-text li {
  font-size: 0.9375vw;
  margin-bottom: 1.7708vw;
  margin-left: 1.0417vw;
}
.seo-max-text li:last-child {
  margin-bottom: 0;
}
.seo-max-text b {
  font-weight: 700;
}
.seo-max-attention {
  display: flex;
  align-items: center;
  background: #F5F8F9;
  padding: 2.3438vw 2.6042vw;
  border: 0.0521vw solid #E1E1E1;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .seo-max-attention {
    border-radius: 0;
  }
}
.seo-max-attention-icon {
  width: 1.875vw;
  height: 1.875vw;
  margin-right: 2.0833vw;
  flex-shrink: 0;
}
.seo-max-attention-icon > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.seo-max-attention-main {
  font-weight: 700;
  font-size: 1.1458vw;
  line-height: 1.4;
  margin-bottom: 0.625vw;
}
.seo-max-attention-sub {
  font-size: 0.9375vw;
}

@media (max-width: 600px) {
  .seo-max-text {
    margin-bottom: 10.666vw;
  }
  .seo-max-text h2 {
    font-size: 5.333vw;
    margin-bottom: 5.333vw;
  }
  .seo-max-text h3 {
    font-size: 4.8vw;
    margin-bottom: 5.333vw;
  }
  .seo-max-text h4 {
    font-size: 4.267vw;
    margin-bottom: 2vw;
  }
  .seo-max-text p {
    font-size: 3.733vw;
    margin-bottom: 5.333vw;
  }
  .seo-max-text div {
    gap: 0;
    flex-direction: column;
  }
  .seo-max-text ul {
    margin-bottom: 5.333vw;
  }
  .seo-max-text ol {
    margin-bottom: 5.333vw;
  }
  .seo-max-text li {
    font-size: 3.733vw;
    margin-bottom: 5.333vw;
    margin-left: 4.6vw;
  }
  .seo-max-attention {
    padding: 8vw 6.4vw;
    border: 0.267vw solid #E1E1E1;
    flex-direction: column;
    align-items: flex-start;
  }
  .seo-max-attention-icon {
    width: 10vw;
    height: 10vw;
    margin-bottom: 4vw;
  }
  .seo-max-attention-main {
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .seo-max-attention-sub {
    font-size: 3.733vw;
  }
}
.main {
  padding: 1.875vw 5.2083vw;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 3.3vw;
}
.main-img {
  width: 21.875vw;
  height: 33.3333vw;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .main-img {
    border-radius: 0;
  }
}
.main-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-center {
  padding-top: 0.8333vw;
}
.main-title {
  margin-bottom: 1.1458vw;
}
.main-subtitle {
  font-weight: 400;
  font-size: 1.0417vw;
  line-height: 2;
  text-align: center;
}
.main-subtitle-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0vw;
  margin-bottom: 1.875vw;
}
.main-bullets {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3.2292vw;
  margin-bottom: 3.125vw;
}
.main-bullet {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 2;
  font-size: 0.7813vw;
  font-weight: 600;
  max-width: 10vw;
}
.main-bullet span {
  font-weight: 400;
}
.main-bullet-icon {
  width: 1.7708vw;
  height: 1.7708vw;
  margin-bottom: 0.7292vw;
}
.main-btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 1.7708vw;
}

@media (max-width: 600px) {
  .main {
    padding: 6.4vw 0;
    margin: 0 -1.067vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0;
  }
  .main-img {
    width: 48vw;
    height: 73.067vw;
  }
  .main-center {
    margin: 0 1.067vw;
    margin-bottom: 6.933vw;
    padding-top: 0.8333vw;
    order: -1;
    padding: 0 10.667vw;
  }
  .main-title {
    margin-bottom: 3.2vw;
  }
  .main-subtitle {
    font-size: 3.733vw;
  }
  .main-subtitle-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    margin-bottom: 6.933vw;
  }
  .main-subtitle-wrapper > .dots {
    display: none;
  }
  .main-bullets {
    display: none;
  }
  .main-btn-wrapper {
    gap: 0;
  }
  .main-btn-wrapper > .btn-dark {
    display: none;
  }
}
.documents h1 {
  text-align: left;
  font-size: 2.4vw;
  line-height: 1.4;
  margin-bottom: 1vw;
}
.documents h2 {
  font-size: 1.6vw;
  margin-bottom: 0.6vw;
}
.documents p {
  font-size: 0.9vw;
  margin-bottom: 1vw;
}
.documents p b {
  font-size: 1.25vw;
}
.documents a {
  color: #04B408;
}
.documents a img {
  width: 6.25vw;
  height: 6.25vw;
}

@media (max-width: 600px) {
  .documents {
    padding-bottom: 0;
  }
  .documents h1 {
    font-size: 5vw;
    margin-bottom: 4vw;
  }
  .documents h2 {
    font-size: 4vw;
    margin-bottom: 2.4vw;
  }
  .documents p {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
  .documents p b {
    font-size: 4vw;
  }
  .documents a img {
    width: 27vw;
    height: 27vw;
  }
}
.widget-item-play {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 1.5vw;
  right: 1.5vw;
  background-color: #04B408;
  width: 3.6458vw;
  height: 3.6458vw;
  z-index: 99;
  border-radius: 1000vw;
  padding: 1.0417vw;
  cursor: pointer;
}
.widget-item-play.stop {
  margin: 0;
  right: 2vw;
}
.widget-item-play::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: #04B408;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1;
}
.widget-item-play > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  .widget-item-play {
    bottom: 5.333vw;
    right: 5.333vw;
    width: 15.467vw;
    height: 15.467vw;
    padding: 4vw;
  }
  .widget-item-play.stop {
    margin: 0;
    right: 0;
  }
}
@media (max-width: 600px) {
  .widget-contacts {
    display: block !important;
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    padding: 0;
    background: 0 0;
    height: auto;
    z-index: 102;
    width: 100%;
    border-top: 0.125vw solid rgba(225, 225, 225, 0.5);
  }
  .widget-contacts-items {
    display: flex;
    height: 14vw;
  }
  .widget-contacts-item {
    padding: 2vw 6vw;
    display: flex;
    align-items: center;
    flex-grow: 1;
  }
  .widget-contacts-item > img {
    flex-grow: 0;
    width: 3.733vw;
    height: 3.733vw;
    margin-right: 2vw;
  }
  .widget-contacts-item > p {
    color: #FFF;
    font-weight: 500;
    font-size: 2.67vw;
    line-height: 1.25;
  }
  .widget-contacts-item-1 {
    background-color: #7868C5;
  }
  .widget-contacts-item-2 {
    background-color: #05A0EB;
  }
  .widget-contacts-item-3 {
    background-color: #04B408;
  }
}/*# sourceMappingURL=style.css.map */