@charset "UTF-8";
/*! 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;
}

html {
  font-size: 0.625vw;
  font-weight: 400;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 0.9vw;
}

html::-webkit-scrollbar-thumb {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  border-radius: 0.2083vw;
  -webkit-box-shadow: inset 0 0 0.3125vw rgb(255, 255, 255);
}

html::-webkit-scrollbar-track {
  background: #ffffff;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0.725vw rgba(99, 99, 99, 0.4588235294);
}

body {
  overflow-x: hidden;
  position: relative;
  font-family: "Montserrat", sans-serif;
  line-height: 2;
  font-weight: 400;
  color: #04050a;
  background-color: #ffffff;
  -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 ::selection {
  background: #72DAF3;
  color: #ffffff;
}

.body-stop {
  height: 100vh;
  overflow-y: hidden;
}

.body-stop-2 {
  height: 100vh;
  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: #04050a;
}

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-100 {
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .container-100 {
    max-width: 100vw;
  }
}

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

.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: 4.1667vw 0;
}
@media (max-width: 600px) {
  .section {
    padding: 10vw 0;
  }
}

.title {
  text-align: center;
  font-size: 3.3333vw;
  font-family: "Bebas Neue", sans-serif;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .title {
    text-align: center;
    font-size: 8.1vw;
  }
}
.title > span {
  font-weight: 700;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 3.125vw;
}
@media (max-width: 600px) {
  .title-wrapper {
    margin-bottom: 11.111vw;
  }
}

.title-wrapper-h2 {
  margin-bottom: 1.5625vw;
  display: block;
  margin-left: 0.7813vw;
}

@media (max-width: 600px) {
  .title-wrapper-h2 {
    margin-bottom: 8vw;
    display: block;
    margin-left: 2.1vw;
  }
}
@media (max-width: 600px) {
  .title-img {
    height: 8vw;
    margin-bottom: 4vw;
  }
}
.title-min {
  font-size: 2.8125vw;
  font-weight: 700;
  line-height: 1.25;
}
@media (max-width: 600px) {
  .title-min {
    font-size: 3.6vw;
  }
}

.subtitle {
  font-size: 1.25vw;
  line-height: 1.8;
  font-weight: 400;
}
@media (max-width: 600px) {
  .subtitle {
    font-size: 4.167vw;
  }
}

.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: #ffffff;
}

.dark {
  color: #04050a;
}

.no-scroll {
  overflow: hidden;
}

.poe {
  pointer-events: none;
}

.stop {
  overflow: hidden;
}

.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;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dots {
  display: flex;
  margin-top: 0.625vw;
  margin-right: 1.0417vw;
}
.dots > span {
  width: 0.46875vw;
  height: 0.46875vw;
  border-radius: 50%;
  border: 0.0520833333vw solid red;
  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.611vw;
    margin-bottom: 11.111vw;
  }
}
@-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 scale {
  0% {
    transform: translate(-50%, 50%);
    width: 2vw;
    height: 2vw;
    opacity: 0;
  }
  15% {
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, 50%);
    width: 100vw;
    height: 100vw;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes scale {
  0% {
    transform: translate(-50%, 50%);
    width: 2vw;
    height: 2vw;
    opacity: 0;
  }
  15% {
    opacity: 0.6;
  }
  50% {
    transform: translate(-50%, 50%);
    width: 100vw;
    height: 100vw;
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 600px) {
  @-webkit-keyframes scale {
    0% {
      transform: translate(-50%, 50%);
      width: 2vw;
      height: 2vw;
      opacity: 0;
    }
    15% {
      opacity: 0.6;
    }
    50% {
      transform: translate(-50%, 50%);
      width: 400vw;
      height: 400vw;
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes scale {
    0% {
      transform: translate(-50%, 50%);
      width: 2vw;
      height: 2vw;
      opacity: 0;
    }
    15% {
      opacity: 0.6;
    }
    50% {
      transform: translate(-50%, 50%);
      width: 400vw;
      height: 400vw;
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
}
@-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 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;
}

@keyframes rotate2 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.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;
  }
}
.btn {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  color: #04050a;
  text-transform: uppercase;
  box-shadow: 0vw 0.2083vw 0vw 0vw #19B2C9;
  border-radius: 0.5208vw;
  display: inline-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 {
    box-shadow: 0vw 0.833vw 0vw 0vw #19B2C9;
  }
}
@media (max-width: 600px) {
  .btn {
    border-radius: 2.5vw;
  }
}

.btn-max {
  padding: 0vw 2.6042vw;
  height: 4.6875vw;
  color: #2F7988;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 600px) {
  .btn-max {
    padding: 0 7.778vw;
    height: 20vw;
  }
}

.btn-norm {
  padding: 0vw 1.6667vw;
  height: 3.4375vw;
  color: #2F7988;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 600px) {
  .btn-norm {
    padding: 0 6vw;
    height: 12vw;
  }
}

.btn-min {
  padding: 0vw 1.4583vw;
  height: 3.125vw;
  color: #2F7988;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 600px) {
  .btn-min {
    padding: 0 8.889vw;
    height: 15.556vw;
  }
}

.btn:hover {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #55c6e2;
}

.btn-secondary {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  color: #04050a;
  text-transform: uppercase;
  box-shadow: 0vw 0.2083vw 0vw 0vw #19B2C9;
  border-radius: 0.5208vw;
  display: inline-flex;
  position: relative;
  align-items: center;
  justify-content: center;
  transition: all 0.4s;
  cursor: pointer;
  border: none;
  z-index: 6;
  background: transparent;
  color: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  border: 0.1042vw solid radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
}
@media (max-width: 600px) {
  .btn-secondary {
    box-shadow: 0vw 0.833vw 0vw 0vw #19B2C9;
  }
}
@media (max-width: 600px) {
  .btn-secondary {
    border-radius: 2.5vw;
  }
}
.btn-secondary:hover {
  color: #ffffff;
  border: 0.1042vw solid radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #55c6e2;
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #55c6e2;
}

.btn-tg {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #05A0EB;
  box-shadow: 0vw 0.2083vw 0vw 0px #0e8dcc;
  font-weight: 600;
}
.btn-tg > span {
  color: #ffffff;
  font-weight: 600;
  margin-right: 1.0417vw;
}
.btn-tg:hover {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #008acf;
}

@media (max-width: 600px) {
  .btn-secondary {
    border: 0.278vw solid radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  }
  .btn-secondary:hover {
    border: 0.278vw solid radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #55c6e2;
  }
  .btn-tg {
    box-shadow: 0px 1.111vw 0px 0px #0e8dcc;
  }
  .btn-tg > span {
    margin-right: 3vw;
  }
}
.btn-text-max {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  margin-right: 1.0417vw;
  font-size: 0.8333vw;
  color: #2F7988;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 600px) {
  .btn-text-max {
    font-size: 3.333vw;
  }
}

@media (max-width: 600px) {
  .btn-text-max {
    margin-right: 3.889vw;
  }
}
.btn-text-norm {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.625vw;
  color: #2F7988;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 600px) {
  .btn-text-norm {
    font-size: 2.8vw;
  }
}

.btn-text-min {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  white-space: nowrap;
  font-size: 0.625vw;
  color: #2F7988;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
@media (max-width: 600px) {
  .btn-text-min {
    font-size: 2.8vw;
  }
}

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

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

.btn:not(:disabled) .btn-blick:after {
  margin-left: 0vw;
  content: " ";
  width: 0vw;
  height: 0vw;
  border-radius: 50%;
  background: radial-gradient(49.84% 49.84% at 50.16% 50.16%, rgba(255, 255, 255, 0) 0%, #FFF 100%);
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 0vw;
  bottom: 0vw;
  top-animation-timing-function: in-out;
  transition: all 0.1s;
  -webkit-animation-name: scale;
  animation-name: scale;
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.btn-click {
  display: flex;
  flex-direction: column;
}
.btn-click svg {
  fill: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  width: 1.5625vw;
  height: 1.5625vw;
  flex-grow: 0;
}
.btn-click p {
  font-size: 0.7292vw;
}

@media (max-width: 600px) {
  .btn-icone {
    margin-right: 4vw;
    width: 3vw;
    height: 3vw;
  }
  .btn-click {
    flex-direction: row;
    align-items: center;
  }
  .btn-click svg {
    fill: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
    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: all 0.4s;
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.link:hover {
  color: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #55c6e2;
}

.link--underline {
  font-weight: 400;
  padding-bottom: 0.3125vw;
  line-height: 1.55;
  color: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  display: inline-flex;
  justify-content: center;
}

.link--underline::before {
  content: "";
  position: absolute;
  center: 0;
  bottom: 33%;
  width: 100%;
  height: 0px;
  border-bottom: 0.0521vw solid #04050a;
  transition: all 0.4s;
}

.link--underline:hover:before {
  width: 40%;
}

.link:not(.link--underline):hover {
  color: #04050a;
}
.link:not(.link--underline):hover > svg {
  fill: #04050a;
}

.link.link--colored {
  color: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
}

.link.link--colored::before {
  border-color: #04050a;
}

.area,
.input {
  padding: 20vw 1.5625vw;
  border-radius: 0.5208vw;
  background-color: #252525;
  color: rgba(40, 40, 40, 0.5);
  width: 100%;
  position: relative;
  border: 0;
}
@media (max-width: 600px) {
  .area,
  .input {
    border-radius: 2.5vw;
  }
}

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

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

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

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

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

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

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

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

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

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

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

input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
  background-color: #ffffff;
  -webkit-text-fill-color: rgba(40, 40, 40, 0.5);
  -webkit-box-shadow: none;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  caret-color: rgba(40, 40, 40, 0.5);
}

.form-input {
  padding: 1.0417vw 2.0833vw;
  height: 3.9583vw;
  font-weight: 400;
  font-size: 0.8333vw;
  color: rgba(40, 40, 40, 0.5);
  border-radius: 1000vw;
}
@media (max-width: 600px) {
  .form-input {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
.form-input::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.form-input-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.form-input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

.search-input {
  padding: 0.8333vw 0.8333vw 0.8333vw 2.5vw;
  height: 2.5vw;
  font-weight: 400;
  line-height: 1.3;
  font-size: 0.625vw;
  color: rgba(40, 40, 40, 0.5);
  border-radius: 0.5208vw;
  border: 0.1042vw solid #D9E0E4;
}
@media (max-width: 600px) {
  .search-input {
    font-size: 3vw;
    line-height: 1.6;
  }
}
@media (max-width: 600px) {
  .search-input {
    border-radius: 2.5vw;
  }
}
.search-input::-webkit-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.search-input-moz-placeholder {
  color: rgba(40, 40, 40, 0.5);
}
.search-input:-ms-input-placeholder {
  color: rgba(40, 40, 40, 0.5);
}

@media (max-width: 600px) {
  .form-input {
    padding: 1.0417vw 1.5625vw;
    height: 3.4375vw;
    font-weight: 400;
    font-size: 0.8333vw;
    color: rgba(40, 40, 40, 0.5);
    border: 0.278vw solid #D9E0E4;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .form-input {
    font-size: 3.2vw;
    line-height: 1.6;
  }
}
@media (max-width: 600px) {
  .form-input::-webkit-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .form-input-moz-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .form-input:-ms-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .search-input {
    padding: 0.8333vw 0.8333vw 0.8333vw 2.5vw;
    height: 13.333vw;
    font-weight: 400;
    line-height: 1.3;
    font-size: 0.625vw;
    color: rgba(40, 40, 40, 0.5);
    border-radius: 0.5208vw;
    border: 0.278vw solid #D9E0E4;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .search-input {
    font-size: 3vw;
    line-height: 1.6;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .search-input {
    border-radius: 2.5vw;
  }
}
@media (max-width: 600px) {
  .search-input::-webkit-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .search-input-moz-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
  .search-input:-ms-input-placeholder {
    color: rgba(40, 40, 40, 0.5);
  }
}
.form-checkbox > div input {
  position: absolute;
  left: 0;
  bottom: 100%;
  display: none;
}

.form-checkbox > div.checked {
  background-color: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
}

.form-checkbox > div {
  width: 1.0416666667vw;
  height: 1.0416666667vw;
  margin-right: 0.8333333333vw;
  margin-bottom: 0.2604vw;
  border: 0.0520833333vw solid radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  border-radius: 0.2604166667vw;
  -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;
  align-items: center;
  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 {
  width: 14.4792vw;
  font-weight: 400;
  font-size: 0.7813vw;
  line-height: 1.55;
  cursor: pointer;
  text-align: left;
}

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

@media (max-width: 600px) {
  .form-checkbox {
    margin-top: 0vw;
    margin-bottom: 0vw;
    justify-content: center;
  }
  .form-checkbox div img {
    width: 1.5625vw;
    height: 1.25vw;
  }
  .form-checkbox div {
    width: 3.75vw;
    height: 3.75vw;
    margin-right: 1.875vw;
    border-radius: 0.9375vw;
  }
  .form-checkbox p {
    width: 80vw;
    font-size: 2.8vw;
    line-height: 1.1;
  }
  .link--underline::before {
    content: "";
    position: absolute;
    center: 0;
    bottom: 20%;
    width: 100%;
    height: 0px;
    border-bottom: 0.3vw solid radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
    line-height: 1.4;
    padding-bottom: 1vw;
    transition: all 0.4s;
  }
  .form-input {
    padding: 0px 5vw;
    height: 14vw;
    border: 0.3125vw solid #D9E0E4;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 0.8333vw;
  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;
    line-height: 1.6;
  }
}
.nice-select:after {
  border-bottom: 0.1041666667vw solid rgba(40, 40, 40, 0.5);
  border-right: 0.1041666667vw solid rgba(40, 40, 40, 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: #ffffff;
  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 #E5E5E5;
  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(40, 40, 40, 0.5);
  border: 0.1042vw solid #E5E5E5;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .form-select {
    border-radius: 2.5vw;
  }
}
.form-select .list {
  position: absolute;
  width: 3.9583vw;
  top: 75%;
  left: -0.1vw;
  border: 0.1vw solid #D9E0E4;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-select::after {
  border: 0;
  width: 0.4vw;
  height: 0.4vw;
  border-left: 0.0520833333vw solid rgba(40, 40, 40, 0.5);
  border-bottom: 0.0520833333vw solid rgba(40, 40, 40, 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 #E5E5E5;
}
.form-select .list .option:last-child {
  border-bottom: none;
}
.form-select .list .option:hover {
  transition: all 0.4s;
  background-color: #C2C2C2;
}

@media (max-width: 600px) {
  .form-select {
    height: 10vw;
    width: 15vw;
    padding: 3vw;
    border: 0.556vw solid #E5E5E5;
  }
  .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(40, 40, 40, 0.5);
    border-bottom: 0.5vw solid rgba(40, 40, 40, 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 #D9E0E4;
  }
  .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: #ffffff;
  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: #ffffff;
  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: #ffffff;
    pointer-events: none;
  }
}
.slick-track {
  display: flex;
  align-items: center;
}

.slick-prev {
  top: 50%;
  left: 0vw;
  transform: translate(0, -50%);
}

.slick-next {
  top: 50%;
  right: 0vw;
  transform: translate(0, -50%);
}

.slick-next, .slick-prev {
  width: 2.8125vw;
  height: 2.8125vw;
  transition: all 0.4s;
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  border-radius: 50%;
  z-index: 1;
}

.slick-next:hover, .slick-prev:hover {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #55c6e2;
}

.slick-next::before, .slick-prev::before {
  content: "";
  display: flex;
  width: 1.0417vw;
  height: 1.0417vw;
  background-size: cover;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.slick-next::before {
  background-image: url(../img/icone/arrow-next.svg);
}

.slick-prev::before {
  background-image: url(../img/icone/arrow-prev.svg);
}

.slick-dots {
  position: absolute;
  bottom: -2.0833vw;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 1.0417vw;
  width: 1.0417vw;
  margin: 0 0.2604vw;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 1.0417vw;
  width: 1.0417vw;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0.2604vw;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 1.0417vw;
  height: 1.0417vw;
  font-family: "slick";
  font-size: 0.5208vw;
  line-height: 1.0417vw;
  text-align: center;
  color: #ffffff;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #eef6fc;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  font-size: 0.8333vw;
  color: #72DAF3;
}

@media (max-width: 600px) {
  .slick-next {
    top: 50%;
    right: 0vw;
  }
  .slick-prev {
    top: 50%;
    left: 0vw;
  }
  .slick-next, .slick-prev {
    width: 12vw;
    height: 12vw;
  }
  .slick-next::before, .slick-prev::before {
    width: 3.294vw;
    height: 3.294vw;
  }
  .slick-dots {
    bottom: -10vw;
  }
  .slick-dots li {
    height: 3vw;
    width: 3vw;
    margin: 0 1vw;
  }
  .slick-dots li button {
    height: 3vw;
    width: 3vw;
    padding: 1vw;
  }
  .slick-dots li button:before {
    width: 3vw;
    height: 3vw;
    font-size: 2vw;
    line-height: 1.0417vw;
  }
  .slick-dots li.slick-active button:before {
    font-size: 3vw;
  }
}
.side-fixed-links__container > a:hover svg, .side-fixed-links__container > a:hover svg path, .side-fixed-links__container > div:hover svg, .side-fixed-links__container > div:hover svg path {
  fill: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
}

.side-fixed-links__close img path,
.side-fixed-links__close svg path {
  fill: #ffffff;
}

.side-fixed-links__container > a:hover svg,
.side-fixed-links__container > a:hover svg path,
.side-fixed-links__container > div:hover svg,
.side-fixed-links__container > div:hover svg path {
  fill: #ffffff;
}

.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.side-fixed-links__close img,
.side-fixed-links__close svg {
  width: 0.46875vw;
  height: 0.46875vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #ffffff;
}

.side-fixed-links {
  position: fixed;
  top: 50%;
  right: 0vw;
  width: 5.2083333333vw;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links.visible {
  right: 0;
}
.side-fixed-links__close {
  width: 1.71875vw;
  height: 1.71875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: centerabsolute;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -2.9166666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.side-fixed-links__close:hover {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #55c6e2;
}
.side-fixed-links__close.closed {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
}

.side-fixed-links__close img,
.side-fixed-links__close svg {
  width: 0.46875vw;
  height: 0.46875vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #ffffff;
}

.side-fixed-links__top {
  width: 1.71875vw;
  height: 1.71875vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: centerabsolute;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: -2.9166666667vw;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 0.625vw;
}
.side-fixed-links__top > img {
  width: 0.625vw;
  height: 0.625vw;
}
.side-fixed-links__top:hover {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #55c6e2;
}

.side-fixed-links__container,
.side-fixed-links__container > a,
.side-fixed-links__container > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.side-fixed-links__container {
  width: 5.2083333333vw;
}

.side-fixed-links__container > a,
.side-fixed-links__container > div {
  width: 100%;
  min-height: 5.2083333333vw;
  padding: 1.0416666667vw 0.5208333333vw 0.5208333333vw;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  border-top-left-radius: 0.5208vw;
  border-bottom-left-radius: 0.5208vw;
  margin-bottom: 0.3125vw;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-fixed-links__container > a:last-child,
.side-fixed-links__container > div:last-child {
  margin-bottom: 0;
}

.side-fixed-links__container > a img,
.side-fixed-links__container > a svg,
.side-fixed-links__container > div img,
.side-fixed-links__container > div svg {
  width: 1.3020833333vw;
  height: 1.3020833333vw;
  -o-object-fit: contain;
  object-fit: contain;
  fill: #ffffff;
  margin-bottom: 0.2604166667vw;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.side-fixed-links__container > a img path,
.side-fixed-links__container > a svg path,
.side-fixed-links__container > div img path,
.side-fixed-links__container > div svg path,
.slide-icon img path,
.slide-icon svg path {
  fill: #ffffff;
}

.side-fixed-links__container > a span,
.side-fixed-links__container > div span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.5208vw;
  line-height: 1.55;
}

.side-fixed-links__container > a:hover,
.side-fixed-links__container > div:hover {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #55c6e2;
}

.side-fixed-links__container > a.tg {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #05A0EB;
}

.side-fixed-links__container > a.tg:hover {
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #008acf;
}

.side-fixed-links__container > .tg > span {
  color: #ffffff;
}

@media (max-width: 600px) {
  .side-fixed-links {
    display: none;
  }
}
.error {
  padding-top: 14vw;
  min-height: 84.7vh;
}
.error-wrapper {
  position: relative;
  display: flex;
  padding-top: 14.2188vw;
}
.error-subtitle {
  margin-top: 5vw;
  font-size: 1.1979vw;
  margin-bottom: 1vw;
}
.error-404 {
  right: 0;
  top: 10vw;
  color: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  font-weight: 700;
  font-size: 15vw;
  position: absolute;
}
.error-btn {
  display: flex;
  justify-content: center;
}
.error-btn span {
  margin-right: 0;
}

@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 {
  padding: 1vw 0 4vw 0;
  position: relative;
}
.text-page-title {
  text-align: left;
  margin-bottom: 1.5vw;
}
.text-page-text {
  font-size: 1vw;
  margin-bottom: 1.25vw;
}

@media (max-width: 600px) {
  .text-page {
    padding: 4vw 0;
  }
  .text-page-title {
    margin-bottom: 5vw;
  }
  .text-page-text {
    font-size: 4vw;
    margin-bottom: 5vw;
  }
  .text-page-btns > a {
    width: 100%;
  }
}
.breadcrumbs {
  position: relative;
  padding-top: 9.6875vw;
  z-index: 10;
  font-weight: 400;
}
.breadcrumbs-container {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 1.5625vw 0;
  z-index: 999;
  width: 81.25vw;
}
.breadcrumbs-item {
  display: flex;
  align-items: center;
  margin-right: 0.4167vw;
}
.breadcrumbs-item > a > svg {
  transition: all 0.4s;
  width: 0.8333vw;
  height: 0.8333vw;
  margin-right: 0.625vw;
  fill: #C2C2C2;
}
.breadcrumbs-item:first-child::before {
  display: none;
}
.breadcrumbs-item::before {
  margin-right: 0.4167vw;
  content: "/";
}
.breadcrumbs-item.active {
  pointer-events: none;
  color: #ffffff;
}
.breadcrumbs-item.active p {
  font-size: 0.7292vw;
}
.breadcrumbs.dark .breadcrumbs-item.active {
  color: #04050a;
}
.breadcrumbs a {
  font-weight: 400;
  font-size: 0.7292vw;
  color: #C2C2C2;
}

@media (max-width: 600px) {
  .breadcrumbs {
    padding-top: 22vw;
  }
  .breadcrumbs-container {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding: 3vw 0;
    font-weight: 400;
  }
  .breadcrumbs-item {
    flex-shrink: 0;
    margin-right: 3vw;
  }
  .breadcrumbs-item > a > svg {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .breadcrumbs-item::before {
    margin-right: 3vw;
    font-size: 3vw;
  }
  .breadcrumbs-item.active p {
    font-size: 3vw;
  }
  .breadcrumbs a {
    font-size: 3vw;
  }
  .breadcrumbs-container::-webkit-scrollbar {
    height: 0.556vw;
  }
  .breadcrumbs-container::-webkit-scrollbar-thumb {
    background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
    border-radius: 1.111vw;
  }
  .breadcrumbs-container::-webkit-scrollbar-track {
    background: #E5E5E5;
  }
}
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 12;
}
.header-wrapper {
  position: relative;
  padding: 0.8333vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 12;
}
.header-phone-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.header-phone-item {
  display: flex;
  align-items: center;
}
.header-phone-item-text {
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.55;
  margin-bottom: 0.2083vw;
}
.header-phone-item:hover .header-phone-icone {
  transform: scale(1.1);
}
.header-phone-icone {
  width: 0.9375vw;
  height: 0.9375vw;
  margin-right: 0.5208vw;
  transition: 0.3s ease;
}
.header-phone-icone > img {
  width: 100%;
  height: 100%;
}
.header-phone-text {
  font-size: 1.25vw;
  font-weight: 700;
  line-height: 1.55;
}
.header-media-wrapper {
  align-items: center;
}
.header-media-text {
  font-size: 0.7813vw;
  margin-right: 1.25vw;
  line-height: 1.55;
}
.header-media-items {
  display: flex;
}
.header-media-item {
  display: block;
  flex-shrink: 0;
  height: 2.6042vw;
  width: 2.6042vw;
  margin-right: 0.625vw;
  transition: 0.3s ease;
}
.header-media-item > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 100%;
}
.header-media-item:hover {
  transform: scale(1.1);
}
.header-media-item:last-child {
  margin-right: 0;
}

.logo-wrapper {
  display: flex;
  align-items: center;
}
.logo-wrapper > img {
  height: 4.4792vw;
  margin-right: 1.6667vw;
}
.logo-wrapper > p {
  flex-shrink: 0;
  font-size: 0.7813vw;
  line-height: 1.4;
}

.nav {
  position: relative;
  z-index: 8;
}
.nav-dn {
  display: none !important;
}
.nav-wrapper {
  padding: 0.0521vw 0;
  display: flex;
  justify-content: space-between;
  font-size: 0.8333vw;
  line-height: 1.5;
  background-color: #ffffff;
  box-shadow: 0vw 0.2083vw 4.1667vw 0vw rgba(40, 40, 40, 0.05);
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .nav-wrapper {
    border-radius: 2.5vw;
  }
}
.nav-wrapper__item {
  display: flex;
  justify-content: center;
  height: 4.375vw;
  flex-basis: 20%;
  text-align: center;
  border-right: 0.026vw solid #F6F6F5;
  border-left: 0.026vw solid #F6F6F5;
}
.nav-wrapper__item > a {
  width: 100%;
  justify-content: center;
}

.sub-menu {
  position: relative;
  z-index: 1;
}
.sub-menu__items {
  min-width: 20vw;
  display: flex;
  align-items: start;
  flex-direction: column;
  padding: 1.0417vw 1.5625vw;
  top: 102%;
  left: 0;
  background-color: #ffffff;
  position: absolute;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  border-radius: 0.2083vw;
  border: 0.0521vw solid #D9E0E4;
  pointer-events: none;
  opacity: 0;
  z-index: 99;
}
.sub-menu__item {
  display: flex;
  font-size: 0.8333vw;
  text-align: left;
  padding: 0.5208vw;
  font-weight: 400;
  text-transform: none;
}
.sub-menu > p::before {
  content: "";
  position: absolute;
  right: -1.0417vw;
  top: 53%;
  -webkit-transform: translate(0, -100%) rotate(45deg);
  transform: translate(0, -100%) rotate(45deg);
  border: solid #04050a;
  border-width: 0 0.1vw 0.1vw 0;
  display: inline-block;
  padding: 0.1823vw;
  background-size: 100%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sub-menu:hover > p {
  color: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
}
.sub-menu:hover > p::before {
  -webkit-transform: translate(0, -45%) rotate(-135deg);
  transform: translate(0, -45%) rotate(-135deg);
  border-color: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
}
.sub-menu:hover .sub-menu__items {
  pointer-events: auto;
  opacity: 1;
}

@media (max-width: 600px) {
  .header {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: hidden;
    height: 22vw;
  }
  .header.fixed {
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(1.5625vw);
    backdrop-filter: blur(1.5625vw);
    box-shadow: 0vw 0.2083vw 0vw 0vw #19B2C9;
    border-radius: 0 0 4vw 4vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .header.fixed {
    box-shadow: 0vw 0.833vw 0vw 0vw #19B2C9;
  }
}
@media (max-width: 600px) {
  .header-mobi {
    width: 100%;
    height: 100vh;
    background-color: #ffffff;
    overflow-y: hidden;
  }
  .header-text {
    font-size: 2.2vw;
  }
  .header-wrapper {
    padding: 4.8vw 0;
  }
  .header-wrapper::before {
    content: "";
    width: 100vw;
    height: 0.267vw;
    background-color: #D9E0E4;
    position: absolute;
    bottom: 0;
    transform: translateY(-50%);
    left: -5vw;
  }
  .header-logo-wrapper > img {
    height: 12.222vw;
    margin-right: 4.444vw;
  }
  .header-logo-wrapper > p {
    font-size: 3.056vw;
  }
  .header-phone > p {
    margin-bottom: 0;
  }
  .header-phone-item {
    display: flex;
    align-items: center;
  }
  .header-phone-item > img {
    width: 4vw;
    height: 4vw;
    margin-right: 2vw;
  }
  .header-phone-item > a {
    font-size: 4vw;
    font-weight: 700;
    line-height: 1.45;
    text-align: right;
  }
  .header-phone-icone {
    width: 5vw;
    height: 4.444vw;
    margin-right: 2.778vw;
  }
  .header-phone-text {
    font-size: 5.556vw;
  }
  .header-phone-wrapper {
    display: none;
  }
  .header-btn-wrapper {
    margin-bottom: 10.556vw;
  }
  .header-media-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }
  .header-media-text {
    font-size: 3.889vw;
    margin-bottom: 3.889vw;
    margin-right: 0;
  }
  .header-media-text > br {
    display: none;
  }
  .header-media-item {
    width: 12.222vw;
    height: 12.222vw;
    margin-right: 4.444vw;
  }
  .nav {
    margin-top: 8.333vw;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-transition: all 0.4s ease-in;
    transition: all 0.4s ease-in;
    pointer-events: none;
    opacity: 0;
  }
  .nav-mobi-active {
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    opacity: 1;
  }
  .nav-wrapper {
    border-top: 0;
    border-bottom: 0;
    background-color: transparent;
    box-shadow: none;
    font-size: 4vw;
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 2.778vw;
  }
  .nav-wrapper-title {
    font-size: 5vw;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 6.667vw;
  }
  .nav-wrapper__item {
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    border-right: none;
    font-size: 4.444vw;
    font-weight: 400;
    margin-bottom: 6.667vw;
    text-transform: none;
  }
  .nav-wrapper__item > a > svg {
    width: 6vw;
    height: 6vw;
  }
  .nav-contacts {
    display: flex;
    flex-direction: column;
  }
  .nav-contacts-title {
    font-size: 5.333vw;
    font-weight: 600;
    line-height: 1.55;
    margin-bottom: 3.733vw;
  }
  .nav-contacts-item {
    display: flex;
    margin-bottom: 3.733vw;
  }
  .nav-contacts-item > img {
    width: 4.267vw;
    height: 4.267vw;
    margin-right: 2.667vw;
  }
  .nav-contacts-item > a {
    font-size: 4.8vw;
    font-weight: 700;
    line-height: 1.4;
  }
  .nav-contacts-item > p {
    font-size: 3.733vw;
    font-weight: 400;
    line-height: 1.4;
  }
  .sub-menu {
    position: relative;
  }
  .sub-menu__items {
    min-width: 90vw;
    display: none;
    align-items: center;
    flex-direction: column;
    top: 100%;
    background-color: transparent;
    position: static;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    box-shadow: none;
    opacity: 1;
    border: none;
    padding: 0;
  }
  .sub-menu__items-active {
    position: relative;
    margin-top: 3.889vw;
    display: flex;
    color: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
    z-index: 2;
    background-color: #ffffff;
    height: fit-content;
    align-items: flex-start;
  }
  .sub-menu__items-active > a {
    text-align: left;
    align-items: flex-start;
    margin-bottom: 3.333vw;
  }
  .sub-menu__items-active > a:last-child {
    margin-bottom: 0;
  }
  .sub-menu__item {
    font-size: 3.889vw;
    text-align: left;
    padding: 0;
    color: rgba(40, 40, 40, 0.5);
  }
  .sub-menu > p {
    color: #04050a !important;
  }
  .sub-menu > p::before {
    content: "";
    position: absolute;
    right: -4vw;
    top: 54%;
    -webkit-transform: translate(0, -100%) rotate(45deg);
    transform: translate(0, -100%) rotate(45deg);
    border: solid #04050a;
    border-width: 0 0.3vw 0.3vw 0;
    display: inline-block;
    padding: 0.6vw;
    -webkit-transform: translate(0, -100%) rotate(45deg);
    transform: translate(0, -100%) rotate(45deg);
    background-size: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .sub-menu:hover > p {
    color: #04050a;
  }
  .sub-menu:hover > p::before {
    -webkit-transform: translate(0, -100%) rotate(45deg);
    transform: translate(0, -100%) rotate(45deg);
    border-color: #04050a;
  }
  .burger-menu {
    position: relative;
    width: 12.222vw;
    height: 12.222vw;
    border-radius: 0.2083vw;
    background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .burger-menu {
    border-radius: 0.8vw;
  }
}
@media (max-width: 600px) {
  .burger-menu > span {
    width: 5vw;
    height: 0.5208vw;
    background-color: #04050a;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .burger-menu > span:nth-child(1) {
    top: 3.9vw;
  }
  .burger-menu > span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .burger-menu > span:nth-child(3) {
    bottom: 3.9vw;
  }
  .burger-menu-active > span:nth-child(1) {
    top: 50%;
    -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) {
    bottom: 50%;
    -webkit-transform: translate(-50%, 50%) rotate(45deg);
    transform: translate(-50%, 50%) rotate(45deg);
  }
}
.main {
  position: relative;
  min-height: 55.2083vw;
  display: flex;
  overflow: hidden;
}
.main-mini {
  position: relative;
  min-height: 16.25vw;
  display: flex;
  overflow: hidden;
  border-radius: 0 0 4.1667vw 4.1667vw;
}
.main > .container {
  display: flex;
  width: 81.25vw;
}
.main-wrapper {
  display: flex;
  flex-direction: column;
  padding-top: 16.7708vw;
  width: 43vw;
  color: #04050a;
}
.main-wrapper-2 {
  padding-top: 0.9375vw;
}
.main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
.main-bg > img {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.main-title {
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 0.7292vw;
  font-size: 4.375vw;
  line-height: 1.2;
  text-align: left;
}
.main-subtitle {
  font-size: 1.4583vw;
  margin-bottom: 2.6042vw;
}
.main-bullets {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
.main-bullet {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 2.0833vw;
  flex-shrink: 0;
}
.main-bullet:first-child {
  flex: 0 0 16.4583vw;
}
.main-bullet:nth-child(2) {
  flex: 0 0 14.1146vw;
}
.main-bullet:last-child {
  margin-right: 0;
}
.main-bullet-icone {
  width: 2.0833vw;
  height: 2.0833vw;
  margin-bottom: 1.1458vw;
}
.main-bullet-icone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-bullet-text {
  font-weight: 400;
  font-size: 0.8854vw;
  line-height: 1.8;
}
.main-bullet-text > span {
  font-weight: 700;
}
.main-btn {
  margin-right: 1.5625vw;
}
.main-btn > span {
  line-height: 1.55;
  margin-right: 1.0417vw;
}
.main-btn-img {
  width: 1.0417vw;
  height: 1.0417vw;
}
.main-btn-img > img {
  width: 100%;
  height: 100%;
}
.main-btn-wrapper {
  display: flex;
}
.main-paralax {
  position: absolute;
  width: 53.9063vw;
  height: 48.2813vw;
  top: 0vw;
  right: 0vw;
}
.main-box {
  position: absolute;
  z-index: 10;
  width: 53.9063vw;
  height: 48.2813vw;
  top: 9.5vw;
  right: -11vw;
}
.main-box > img {
  width: 100%;
  height: 100%;
}
.main-cross {
  position: absolute;
  z-index: 10;
  width: 27.0417vw;
  height: 25.6979vw;
  top: 18vw;
  right: 10vw;
}
.main-cross > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  .main {
    min-height: 185.556vw;
  }
  .main-mini {
    height: 22vw;
    border-radius: 0;
  }
  .main > .container {
    width: 90vw;
  }
  .main-wrapper {
    padding-top: 30vw;
    width: 100%;
    align-items: center;
  }
  .main-title {
    margin-bottom: 3.889vw;
    font-size: 8.889vw;
    text-align: center;
  }
  .main-subtitle {
    text-align: center;
    font-size: 4.444vw;
    margin-bottom: 7.778vw;
    width: 89.444vw;
  }
  .main-paralax {
    display: none;
  }
  .main-btn {
    margin-right: 0;
    width: 88.333vw;
  }
  .main-btn > span {
    font-size: 3.333vw;
    margin-right: 3.889vw;
  }
  .main-btn-img {
    width: 5vw;
    height: 5vw;
  }
  .main-btn-wrapper > .btn-tg {
    display: none;
  }
}
.about {
  padding: 8.3333vw 0 4.1667vw;
}
.about-wrapper {
  display: flex;
  justify-content: space-between;
}
.about-left {
  width: 47.3958vw;
}
.about-title {
  text-align: left;
  margin-bottom: 0.7292vw;
}
.about-subtitle {
  font-size: 1.1458vw;
  margin-bottom: 1.7708vw;
  width: 40.1042vw;
}
.about-bullet-items {
  display: flex;
  justify-content: space-between;
}
.about-bullet-item {
  padding: 1.5625vw;
  border: 0.0521vw solid #D9E0E4;
  background: #eef6fc;
  width: 14.7396vw;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .about-bullet-item {
    border-radius: 2.5vw;
  }
}
.about-bullet-item-title {
  font-family: "Bebas neue";
  font-size: 2.8125vw;
  margin-bottom: 0.2083vw;
  line-height: 1.2;
}
.about-bullet-item-title > span {
  font-size: 1.7708vw;
}
.about-bullet-item-subtitle {
  font-size: 0.8333vw;
  line-height: 1.6;
}
.about-right {
  width: 31.25vw;
  overflow: hidden;
  border: 0.0521vw solid #D9E0E4;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .about-right {
    border-radius: 2.5vw;
  }
}
.about-right > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  .about {
    padding: 11.111vw 0;
  }
  .about-wrapper {
    display: flex;
    flex-direction: column;
  }
  .about-left {
    width: 100%;
  }
  .about-title {
    text-align: center;
    margin-bottom: 3.889vw;
  }
  .about-subtitle {
    text-align: center;
    font-size: 4.167vw;
    margin-bottom: 11.111vw;
    width: 100%;
  }
  .about-bullet-items {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .about-bullet-item {
    padding: 5.556vw 2.778vw 6.667vw;
    border: 0.278vw solid #D9E0E4;
    width: 40vw;
    flex-grow: 1;
    text-align: center;
  }
  .about-bullet-item:first-child {
    margin-right: 3.333vw;
  }
  .about-bullet-item:last-child {
    margin-top: 3.333vw;
  }
  .about-bullet-item-title {
    font-size: 11.111vw;
    margin-bottom: 0;
  }
  .about-bullet-item-title > span {
    font-size: 6.667vw;
  }
  .about-bullet-item-subtitle {
    font-size: 3.611vw;
  }
  .about-right {
    display: none;
  }
}
.quality-bullets {
  display: flex;
  justify-content: space-between;
  margin-bottom: 3.125vw;
}
.quality-bullet {
  margin-right: 4.1667vw;
  width: 24.3056vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.quality-bullet:last-child {
  margin-right: 0;
}
.quality-bullet-img {
  width: 16.6667vw;
  height: 10.8125vw;
  overflow: hidden;
  margin-bottom: 1.6667vw;
  border: 0.0521vw solid #D9E0E4;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
.main-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 42px;
  left: 0;
}
  .quality-bullet-img {
    border-radius: 2.5vw;
  }
}
.quality-bullet-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.quality-bullet-title {
  font-family: "Bebas Neue";
  font-size: 1.7708vw;
  line-height: 1.2;
  margin-bottom: 0.5208vw;
}
.quality-bullet-subtitle {
  font-size: 0.9375vw;
  text-align: center;
}
.quality-btn-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3.125vw;
}
.quality-btn-img {
  width: 1.0417vw;
  height: 1.0417vw;
}
.quality-btn-img > svg {
  width: 100%;
  height: 100%;
}
.quality-btn-img > svg > path:first-child {
  -webkit-animation: wave_1 2s linear infinite;
  animation: wave_3 1.5s linear infinite;
}
.quality-btn-img > svg > path:nth-child(2) {
  -webkit-animation: wave_2 2s linear infinite;
  animation: wave_2 1.5s linear infinite;
}
.quality-btn-img > svg > path:last-child {
  -webkit-animation: wave_4 2s linear infinite;
  animation: wave_1 1.5s linear infinite;
}
.quality-stages {
  position: relative;
  width: 100%;
  height: 30.2083vw;
  background: #eef6fc;
  border: 0.0521vw solid #D9E0E4;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .quality-stages {
    border-radius: 2.5vw;
  }
}
.quality-stages-box {
  position: absolute;
  top: 3.4375vw;
  left: 26.5104vw;
  width: 31.0938vw;
  height: 21.4063vw;
}
.quality-stages-lines {
  position: absolute;
  top: 9vw;
  left: 25.8vw;
  width: 43.9063vw;
  height: 15.4688vw;
}
.quality-stage {
  position: absolute;
  background-color: #ffffff;
  padding: 1.5625vw;
  width: 23.4375vw;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .quality-stage {
    border-radius: 2.5vw;
  }
}
.quality-stage-number {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #72DAF3;
  width: 2.0833vw;
  height: 2.0833vw;
  border-radius: 50%;
  margin-bottom: 0.7292vw;
  font-size: 1.0417vw;
  font-family: "Bebas Neue";
}
.quality-stage-text {
  font-size: 0.8333vw;
}
.quality-stage:first-child {
  left: 1.5625vw;
  top: 5.0521vw;
  padding: 1.5625vw 1.0417vw 1.5625vw 1.5625vw;
}
.quality-stage:nth-child(2) {
  left: 1.5625vw;
  bottom: 2.6042vw;
}
.quality-stage:nth-child(3) {
  right: 1.5625vw;
  top: 5.0521vw;
  width: 20.625vw;
}

@media (max-width: 600px) {
  .quality-title br {
    display: none;
  }
  .quality-bullets {
    flex-direction: column;
    margin-bottom: 0;
  }
  .quality-bullet {
    margin-bottom: 16.667vw;
    margin-right: 0;
    width: 100%;
  }
  .quality-bullet:last-child {
    margin-bottom: 11.111vw;
  }
  .quality-bullet-img {
    width: 72.222vw;
    height: 33.333vw;
    margin-bottom: 8.889vw;
    border: 0.278vw solid #D9E0E4;
  }
  .quality-bullet-title {
    font-size: 7.222vw;
    margin-bottom: 2.778vw;
  }
  .quality-bullet-subtitle {
    font-size: 4.167vw;
  }
  .quality-btn-wrapper {
    margin-bottom: 11.111vw;
  }
  .quality-btn-img {
    width: 5vw;
    height: 5vw;
  }
  .quality-stages {
    display: flex;
    flex-direction: column;
    height: fit-content;
    border: 0.278vw solid #D9E0E4;
    padding: 11.111vw 5vw;
  }
  .quality-stages-box {
    order: -1;
    width: 100%;
    height: 57.222vw;
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 2.778vw;
  }
  .quality-stages-lines {
    display: none;
  }
  .quality-stage {
    position: relative;
    padding: 8.333vw;
    width: 100%;
    margin-bottom: 5.556vw;
  }
  .quality-stage-number {
    width: 10vw;
    height: 10vw;
    border-radius: 50%;
    margin-bottom: 4.167vw;
    font-size: 5vw;
    font-family: "Bebas Neue";
  }
  .quality-stage-text {
    font-size: 4.167vw;
  }
  .quality-stage:first-child {
    left: auto;
    top: auto;
    padding: 8.333vw;
  }
  .quality-stage:nth-child(2) {
    left: auto;
    bottom: auto;
  }
  .quality-stage:nth-child(3) {
    right: auto;
    top: auto;
    width: 100%;
    margin-bottom: 0;
  }
}
.how {
  padding: 8.3333vw 0 1vw 0;
  border-radius: 4.1667vw;
  overflow: hidden;
}
.how-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.how-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-title {
  margin-bottom: 0.7292vw;
}
.how-subtitle {
  text-align: center;
  margin-bottom: 3.125vw;
}
.how-top-title {
  text-align: center;
  font-family: Bebas Neue;
  font-size: 1.7708vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 3.125vw;
}
.how-top-items {
  display: flex;
  justify-content: space-between;
  margin-bottom: 7.2917vw;
}
.how-top-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  width: 18.75vw;
  height: 16.4583vw;
  box-shadow: 0vw 1.4063vw 3.0729vw 0vw rgba(161, 161, 161, 0.1), 0vw 5.5729vw 5.5729vw 0vw rgba(161, 161, 161, 0.09), 0vw 12.5521vw 7.5521vw 0vw rgba(161, 161, 161, 0.05), 0vw 22.3438vw 8.9583vw 0vw rgba(161, 161, 161, 0.01), 0vw 34.8958vw 9.7917vw 0vw rgba(161, 161, 161, 0);
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .how-top-item {
    border-radius: 2.5vw;
  }
}
.how-top-item-img {
  width: 12.4167vw;
  height: 8.3333vw;
  margin-bottom: 1.0417vw;
}
.how-top-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-top-item-text {
  text-align: center;
  font-family: Bebas Neue;
  font-size: 1.4583vw;
  font-weight: 700;
  line-height: 1.2;
}
.how-bot-items {
  display: flex;
  justify-content: space-between;
}
.how-bot-item {
  position: relative;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  width: 14.5833vw;
  height: 17.5vw;
  padding: 1.7708vw 2.0313vw;
  margin-bottom: 3.125vw;
  box-shadow: 0vw 1.4063vw 3.0729vw 0vw rgba(161, 161, 161, 0.1), 0vw 5.5729vw 5.5729vw 0vw rgba(161, 161, 161, 0.09), 0vw 12.5521vw 7.5521vw 0vw rgba(161, 161, 161, 0.05), 0vw 22.3438vw 8.9583vw 0vw rgba(161, 161, 161, 0.01), 0vw 34.8958vw 9.7917vw 0vw rgba(161, 161, 161, 0);
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .how-bot-item {
    border-radius: 2.5vw;
  }
}
.how-bot-item-img {
  position: absolute;
  width: 100%;
  height: 11.4583vw;
  left: 0;
  bottom: 0;
}
.how-bot-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.how-bot-item-text {
  text-align: center;
  font-family: Bebas Neue;
  font-size: 1.4583vw;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 6.25vw;
}
.how-btn {
  display: flex;
  justify-content: center;
}

@media (max-width: 600px) {
  .how {
    border-radius: 13.889vw;
  }
  .how-title {
    margin-bottom: 3.889vw;
    font-size: 8.333vw;
  }
  .how-subtitle {
    margin-bottom: 3.889vw;
  }
  .how-top-title {
    font-size: 6.667vw;
    margin-bottom: 16.667vw;
  }
  .how-top-items {
    display: flex;
    flex-direction: column;
    margin-bottom: 16.667vw;
  }
  .how-top-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    width: 100%;
    height: 62.778vw;
    margin-bottom: 5.556vw;
    box-shadow: 0vw 1.4063vw 3.0729vw 0vw rgba(161, 161, 161, 0.1), 0vw 5.5729vw 5.5729vw 0vw rgba(161, 161, 161, 0.09), 0vw 12.5521vw 7.5521vw 0vw rgba(161, 161, 161, 0.05), 0vw 22.3438vw 8.9583vw 0vw rgba(161, 161, 161, 0.01), 0vw 34.8958vw 9.7917vw 0vw rgba(161, 161, 161, 0);
  }
  .how-top-item:last-child {
    margin-bottom: 0;
  }
  .how-top-item-img {
    width: 34.722vw;
    height: 27.778vw;
    margin-bottom: 5.556vw;
  }
  .how-top-item-text {
    font-size: 6.667vw;
  }
  .how-bot-title {
    font-size: 8vw;
  }
  .how-bot-title > br {
    display: none;
  }
  .how-bot-title-wrapper {
    margin-bottom: 16.667vw;
  }
  .how-bot-items {
    flex-direction: column;
    margin-bottom: 16.667vw;
  }
  .how-bot-item {
    width: 100%;
    height: 87.778vw;
    padding: 6.667vw 20vw;
    margin-bottom: 5.556vw;
    box-shadow: 0vw 1.4063vw 3.0729vw 0vw rgba(161, 161, 161, 0.1), 0vw 5.5729vw 5.5729vw 0vw rgba(161, 161, 161, 0.09), 0vw 12.5521vw 7.5521vw 0vw rgba(161, 161, 161, 0.05), 0vw 22.3438vw 8.9583vw 0vw rgba(161, 161, 161, 0.01), 0vw 34.8958vw 9.7917vw 0vw rgba(161, 161, 161, 0);
    overflow: hidden;
  }
  .how-bot-item:last-child {
    margin-bottom: 0;
  }
  .how-bot-item-img {
    height: 61.111vw;
  }
  .how-bot-item-img > img {
    object-fit: contain;
  }
  .how-bot-item:last-child > .how-bot-item-img {
    bottom: -1vw;
  }
  .how-bot-item:last-child > .how-bot-item-img > img {
    object-fit: fill;
  }
  .how-bot-item-text {
    font-size: 6.667vw;
    margin-bottom: 35vw;
  }
  .how-btn {
    display: flex;
    justify-content: center;
  }
}
.team {
  padding: 6.3333vw 4vw 6.1667vw;
}
.team-wrapper {
  display: flex;
  justify-content: space-between;
}
.team-left {
  width: 47.3958vw;
}
.team-title {
  text-align: left;
  margin-bottom: 0.7292vw;
}
.team-text {
  font-size: 1.1458vw;
  margin-bottom: 1.7708vw;
}
.team-right {
  position: relative;
  width: 31.25vw;
  overflow: hidden;
  border: 0.0521vw solid #D9E0E4;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .team-right {
    border-radius: 2.5vw;
  }
}
.team-right-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-right-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.team-right-link {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  top: 31vw;
  left: 50%;
  transform: translate(-50%, -50%);
}
.team-play {
  position: relative;
  width: 4.35vw;
  height: 4.35vw;
  margin-bottom: 2.0833vw;
}
.team-play > img {
  width: 100%;
  height: 100%;
}
.team-play::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #72DAF3;
  opacity: 0.2;
  border-radius: 50%;
  -webkit-animation: animPulse 2s linear infinite;
  animation: animPulse 2s linear infinite;
  z-index: -1;
}
.team-description {
  display: block;
  padding: 1.7188vw 1.4vw;
  background-color: #ffffff;
  text-align: center;
  font-size: 0.9375vw;
  line-height: 1.6;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .team-description {
    border-radius: 2.5vw;
  }
}
.team-description > span {
  text-decoration: underline;
  text-underline-offset: 0.2083vw;
  font-weight: 500;
}

@media (max-width: 600px) {
  .team {
  }
  .team-wrapper {
    flex-direction: column;
  }
  .team-left {
    width: 100%;
  }
  .team-title {
    text-align: center;
    margin-bottom: 3.889vw;
    font-size: 8.333vw;
  }
  .team-text {
    font-size: 4.167vw;
    margin-bottom: 11.111vw;
    text-align: center;
  }
  .team-right {
    width: 100%;
    height: 122.778vw;
    border: 0.278vw solid #D9E0E4;
  }
  .team-right-link {
    top: 90vw;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .team-play {
    position: relative;
    width: 16.66vw;
    height: 16.66vw;
    margin-bottom: 6vw;
  }
  .team-description {
    display: block;
    width: 37.778vw;
    padding: 5vw;
    font-size: 2.778vw;
  }
  .team-description > span {
    text-decoration: underline;
    text-underline-offset: 0.7vw;
    font-weight: 500;
  }
}
.tg_offer-wrapper {
  background: #eef6fc;
  padding: 3.125vw;
  border: 0.0521vw solid #D9E0E4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .tg_offer-wrapper {
    border-radius: 2.5vw;
  }
}
.tg_offer-title {
  text-align: left;
  font-size: 2.5vw;
}
.tg_offer-right {
  background-color: #ffffff;
  display: flex;
  align-items: center;
  padding: 1.5625vw;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .tg_offer-right {
    border-radius: 2.5vw;
  }
}
.tg_offer-right-name {
  font-family: Bebas Neue;
  font-size: 1.7286vw;
  font-weight: 700;
  line-height: 1.2;
  margin-right: 0.7292vw;
  padding: 0.2604vw 0;
}
.tg_offer-right-icone {
  width: 1.7708vw;
  height: 1.7708vw;
  margin-top: -0.4vw;
}
.tg_offer-right-flag {
  display: flex;
  align-items: center;
}
.tg_offer-right-quantity {
  font-size: 0.9375vw;
  color: rgba(40, 40, 40, 0.5);
}
.tg_offer-logo {
  width: 5.2083vw;
  height: 5.2083vw;
  margin-right: 1.25vw;
}
.tg_offer-logo > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tg_offer-logo-wrapper {
  display: flex;
  margin-right: 2.6042vw;
  align-items: center;
}

@media (max-width: 600px) {
  .tg_offer-wrapper {
    padding: 11.111vw 6.667vw;
    border: 0.278vw solid #D9E0E4;
    flex-direction: column;
  }
  .tg_offer-title {
    text-align: center;
    font-size: 7.222vw;
    margin-bottom: 8.889vw;
  }
  .tg_offer-right {
    flex-direction: column;
    padding: 6.667vw 0;
    width: 80vw;
  }
  .tg_offer-right-name {
    font-size: 6.111vw;
    margin-right: 2.778vw;
    padding: 0.2604vw 0;
  }
  .tg_offer-right-icone {
    width: 5.556vw;
    height: 5.556vw;
    margin-top: -0.9vw;
  }
  .tg_offer-right-quantity {
    font-size: 3.889vw;
  }
  .tg_offer-logo {
    width: 18.889vw;
    height: 18.889vw;
    margin-right: 3.889vw;
  }
  .tg_offer-logo-wrapper {
    margin-right: 0;
    margin-bottom: 6.667vw;
  }
}
.catalog-title {
  margin-bottom: 0.7292vw;
}
.catalog-items {
  display: flex;
  flex-wrap: wrap;
}
.catalog-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 18.75vw;
  background: #eef6fc;
  padding: 1.5625vw;
  border: 0.0521vw solid #D9E0E4;
  margin-right: 2.0833vw;
  margin-bottom: 2.0833vw;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .catalog-item {
    border-radius: 2.5vw;
  }
}
.catalog-item:nth-child(4n) {
  margin-right: 0;
}
.catalog-item-img {
  width: 100%;
  height: 13.5417vw;
  margin-bottom: 1.5625vw;
  overflow: hidden;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .catalog-item-img {
    border-radius: 2.5vw;
  }
}
.catalog-item-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-item-title {
  font-size: 1.4583vw;
  font-weight: 700;
  line-height: 1.2;
  font-family: Bebas Neue;
  margin-bottom: 0.4167vw;
  min-height: 3.5417vw;
}
.catalog-item-price {
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1.8;
}
.catalog-item-top {
  width: 100%;
  margin-bottom: 1.4583vw;
}
.catalog-item:nth-child(1) .catalog-item-btn .btn-blick::after {
  animation-delay: 0.8s;
}
.catalog-item:nth-child(2) .catalog-item-btn .btn-blick::after {
  animation-delay: 1s;
}
.catalog-item:nth-child(3) .catalog-item-btn .btn-blick::after {
  animation-delay: 1.2s;
}
.catalog-item:nth-child(4) .catalog-item-btn .btn-blick::after {
  animation-delay: 1.4s;
}
.catalog-item:nth-child(5) .catalog-item-btn .btn-blick::after {
  animation-delay: 1.6s;
}
.catalog-item:nth-child(6) .catalog-item-btn .btn-blick::after {
  animation-delay: 1.8s;
}
.catalog-item:nth-child(7) .catalog-item-btn .btn-blick::after {
  animation-delay: 2s;
}
.catalog-item:nth-child(8) .catalog-item-btn .btn-blick::after {
  animation-delay: 2.2s;
}
.catalog-item:nth-child(9) .catalog-item-btn .btn-blick::after {
  animation-delay: 2.4s;
}
.catalog-item:nth-child(10) .catalog-item-btn .btn-blick::after {
  animation-delay: 2.6s;
}
.catalog-item:nth-child(11) .catalog-item-btn .btn-blick::after {
  animation-delay: 2.8s;
}
.catalog-item:nth-child(12) .catalog-item-btn .btn-blick::after {
  animation-delay: 3s;
}

@media (max-width: 600px) {
  .catalog-title {
    font-size: 8.333vw;
    margin-bottom: 3.889vw;
  }
  .catalog-subtitle {
    font-size: 4.167vw;
    text-align: center;
  }
  .catalog-items {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 43.5vw;
    padding: 2.778vw 3vw 6.667vw;
    border: 0.278vw solid #D9E0E4;
    margin-right: 3vw;
    margin-bottom: 3vw;
    border-radius: 0.5208vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .catalog-item {
    border-radius: 2.5vw;
  }
}
@media (max-width: 600px) {
  .catalog-item:nth-child(4n) {
    margin-right: 0vw;
  }
  .catalog-item:nth-child(2n) {
    margin-right: 0vw;
  }
  .catalog-item-img {
    height: 33.333vw;
    margin-bottom: 5.556vw;
  }
  .catalog-item-title {
    font-size: 5.278vw;
    margin-bottom: 2.222vw;
    min-height: 12.778vw;
  }
  .catalog-item-price {
    font-size: 3.611vw;
  }
  .catalog-item-top {
    margin-bottom: 5vw;
  }
  .catalog-item-btn > a {
    width: 37vw;
    height: 13.333vw;
  }
  .catalog-item-btn > a > span {
    font-size: 2.5vw;
  }
}
.goods-items {
  display: flex;
  flex-wrap: wrap;
}
.goods-item {
  width: 20.3125vw;
  height: 17.7083vw;
  transition: 0.3s ease;
}
.goods-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.goods-item:hover {
  box-shadow: 0vw 0.4063vw 1vw 0vw rgba(94, 94, 94, 0.4588235294);
  transform: scale(1.3);
}

@media (max-width: 600px) {
  .goods-item {
    width: 45vw;
    height: 40vw;
  }
  .goods-item:hover {
    box-shadow: 0vw 1vw 10vw 0vw rgba(94, 94, 94, 0.4588235294);
  }
}
.rewievs-items {
  margin: 0 -1.0417vw;
}
.rewievs-item {
  display: block;
  width: 18.75vw;
  height: 23.9583vw;
  margin: 0 1.0417vw;
  overflow: hidden;
  border: 0.0521vw solid #D9E0E4;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .rewievs-item {
    border-radius: 2.5vw;
  }
}
.rewievs-item > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 600px) {
  .rewievs-items {
    margin: 0 -1.5vw;
  }
  .rewievs-item {
    height: 57.778vw;
    margin: 0 1.5vw;
    overflow: hidden;
    border: 0.0521vw solid #D9E0E4;
    border-radius: 0.5208vw;
  }
}
@media (max-width: 600px) and (max-width: 600px) {
  .rewievs-item {
    border-radius: 2.5vw;
  }
}
@media (max-width: 600px) {
  .rewievs-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
.questions .slick-track {
  display: flex;
  align-items: flex-start;
}
.questions-items {
  width: 67.7083vw;
  margin: 0 -1vw;
}
.questions-items > .slick-prev {
  top: 50%;
  left: -1vw;
  transform: translate(-100%, -50%);
}
.questions-items > .slick-next {
  top: 50%;
  right: -1vw;
  transform: translate(100%, -50%);
}
.questions > .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.questions-item {
  margin: 0 1vw;
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1 1 auto;
  overflow: visible;
}
.questions-item-wrapper {
  display: flex;
}
.questions-item-tel {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 16.3021vw;
  height: 33.8542vw;
}
.questions-item-tel > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.questions-item-tel-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
}
.questions-item-tel-play {
  width: 4.1667vw;
  height: 4.1667vw;
}
.questions-item-tel-play > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.questions-item-content {
  background-color: #eef6fc;
  border: 0.0521vw solid #D9E0E4;
  padding: 2.9167vw 5.2083vw 2.2396vw 5.5833vw;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .questions-item-content {
    border-radius: 2.5vw;
  }
}
.questions-item-title {
  font-family: Bebas Neue;
  font-size: 1.7708vw;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.7292vw;
}
.questions-item-text {
  font-size: 0.9375vw;
  margin-bottom: 1.7708vw;
}

@media (max-width: 600px) {
  .questions .slick-track {
    align-items: flex-start;
  }
  .questions-items {
    width: 100%;
    margin: 0 -1.5vw;
  }
  .questions-items > .slick-prev {
    left: 10vw;
    transform: translate(-100%, -50%);
  }
  .questions-items > .slick-next {
    right: 10vw;
    transform: translate(100%, -50%);
  }
  .questions-item {
    min-height: auto;
    flex: 0 1 auto;
    height: fit-content;
    margin: 0 1.5vw;
  }
  .questions-item-wrapper {
    display: flex;
    flex-direction: column;
  }
  .questions-item-tel {
    position: absolute;
    top: 0;
    transform: translate(-50%, 0);
    left: 50%;
    width: 53.333vw;
    height: 111.111vw;
  }
  .questions-item-content {
    border: 0.278vw solid #D9E0E4;
    padding: 5vw 5.556vw 5.111vw;
    margin-left: 0;
    text-align: center;
  }
  .questions-item-title {
    font-size: 7.778vw;
    margin-bottom: 6.667vw;
  }
  .questions-item-text {
    font-size: 3.889vw;
    margin-bottom: 0;
  }
  .questions-item-btn {
    display: none;
  }
}
.stages {
  padding: 0;
}
.stages .slick-track {
  display: flex;
  align-items: center;
}
.stages .slick-track > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stages-item-tel-wrapper > .slick-prev {
  top: 50%;
  left: 2vw;
  transform: translate(0, -50%);
}
.stages-item-tel-wrapper > .slick-next {
  top: 50%;
  right: 2vw;
  transform: translate(0, -50%);
}
.stages-item {
  display: flex;
  align-items: center;
  flex: 1 0 auto;
  padding: 2.6042vw 0;
}
.stages-item-tel-wrapper {
  flex-shrink: 0;
  width: 30.2083vw;
  height: 28.125vw;
  border: 0.0521vw solid #D9E0E4;
  overflow: hidden;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .stages-item-tel-wrapper {
    border-radius: 2.5vw;
  }
}
.stages-item-tel-wrapper > .slick-list {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stages-item-tel-wrapper > .slick-list > .slick-track {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stages-item-content {
  margin-right: 3.125vw;
}
.stages-item-title {
  font-family: Bebas Neue;
  font-size: 2.8125vw;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.7292vw;
}
.stages-item-text {
  font-size: 1.1458vw;
  line-height: 2.2;
}

@media (max-width: 600px) {
  .stages-item {
    flex-direction: column;
    padding: 10vw 0;
  }
  .stages-item-tel-wrapper {
    width: 100%;
    height: 100vw;
    border: 0.278vw solid #D9E0E4;
  }
  .stages-item-content {
    margin-right: 0;
  }
  .stages-item-title {
    text-align: center;
    font-size: 8.1vw;
    margin-bottom: 3.889vw;
  }
  .stages-item-text {
    text-align: center;
    font-size: 3.5vw;
    margin-bottom: 8.889vw;
  }
}
.booking-item {
  background: #eef6fc;
  border: 0.0521vw solid #D9E0E4;
  margin-right: 2.0833vw;
  overflow: hidden;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .booking-item {
    border-radius: 2.5vw;
  }
}
.booking-item:last-child {
  margin-right: 0;
}
.booking-item-title {
  font-family: Bebas Neue;
  font-size: 1.7708vw;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.4167vw;
  z-index: 10;
  position: relative;
}
.booking-item-text {
  font-size: 0.9375vw;
  margin-bottom: 1.5625vw;
}
.booking-top {
  display: flex;
  margin-bottom: 2.0833vw;
}
.booking-top-item {
  padding: 2.0833vw;
  flex: 1 1 50%;
}
.booking-btn-wrapper {
  margin-bottom: 2.0833vw;
}
.booking-btn-wrapper > a {
  margin-right: 1.25vw;
}
.booking-btn-wrapper > a > span:not(.btn-blick) {
  text-align: left;
  margin-right: 0.3125vw;
}
.booking-btn-wrapper > a > img {
  width: 1.3542vw;
  height: 1.3542vw;
  object-fit: cover;
}
.booking-qr-wrapper {
  display: flex;
}
.booking-qr-img {
  width: 5.2083vw;
  height: 5.2083vw;
  overflow: hidden;
  border-radius: 0.2083vw;
  margin-right: 1.25vw;
}
.booking-qr-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-qr-text {
  font-size: 0.8333vw;
  width: 15.9375vw;
}
.booking-bot {
  display: flex;
}
.booking-bot-item {
  position: relative;
  flex: 1 1 30%;
  height: 25.5208vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.0417vw;
}
.booking-bot-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.booking-bot-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.booking-link {
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 9;
  left: 50%;
  top: 13.3333vw;
}

@media (max-width: 600px) {
  .booking-subtitle {
    text-align: center;
  }
  .booking-item {
    border: 0.278vw solid #D9E0E4;
    margin-right: 0;
  }
  .booking-item-title {
    font-size: 6.667vw;
    margin-bottom: 0.7292vw;
  }
  .booking-item-text {
    font-size: 3.889vw;
    margin-bottom: 8.333vw;
  }
  .booking-top {
    flex-direction: column;
    margin-bottom: 0;
  }
  .booking-top-item {
    padding: 11.111vw 6.667vw;
    flex: 1 1 100%;
    margin-bottom: 11.111vw;
  }
  .booking-top-item:last-child {
    margin-bottom: 11.111vw;
  }
  .booking-top-item:last-child .booking-btn-wrapper {
    margin-bottom: 11.111vw;
  }
  .booking-btn-wrapper {
    display: flex;
  }
  .booking-btn-wrapper > a {
    width: 100%;
    padding: 0 3vw;
    margin-right: 3vw;
  }
  .booking-btn-wrapper > a:last-child {
    margin-right: 0;
  }
  .booking-btn-wrapper > a > span:not(.btn-blick) {
    margin-right: 1vw;
  }
  .booking-btn-wrapper > a > img {
    width: 6.111vw;
    height: 6.111vw;
  }
  .booking-qr-img {
    width: 22.222vw;
    height: 22.222vw;
    border-radius: 1.111vw;
    margin-right: 6.667vw;
    flex-shrink: 0;
  }
  .booking-qr-text {
    font-size: 3.333vw;
    width: 100%;
  }
  .booking-bot {
    flex-direction: column;
  }
  .booking-bot-item {
    flex: 1 1 auto;
    height: 93.056vw;
    padding-top: 5.556vw;
    margin-bottom: 11.111vw;
  }
  .booking-bot-item:last-child {
    margin-bottom: 0;
  }
  .booking-link {
    position: absolute;
    transform: translate(-50%, 0);
    z-index: 9;
    left: 50%;
    top: 48.333vw;
  }
}
.instruction-item {
  background: #eef6fc;
  border: 0.0521vw solid #D9E0E4;
  margin-right: 2.0833vw;
  overflow: hidden;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .instruction-item {
    border-radius: 2.5vw;
  }
}
.instruction-item:last-child {
  margin-right: 0;
}
.instruction-item-title {
  font-family: Bebas Neue;
  font-size: 1.7708vw;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.4167vw;
  z-index: 10;
  position: relative;
}
.instruction-title {
  margin-bottom: 0.5208vw;
}
.instruction-subtitle {
  margin-bottom: 0.7292vw;
}
.instruction-top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 2.0833vw;
}
.instruction-top-item {
  padding: 2.0833vw;
  flex: 1 1 50%;
}
.instruction-btn-wrapper {
  margin-bottom: 2.0833vw;
}
.instruction-btn-wrapper > a {
  margin-right: 1.25vw;
}
.instruction-btn-wrapper > a > span:not(.btn-blick) {
  text-align: left;
  margin-right: 0.3125vw;
}
.instruction-btn-wrapper > a > img {
  width: 1.3542vw;
  height: 1.3542vw;
  object-fit: cover;
}
.instruction-qr-wrapper {
  display: flex;
}
.instruction-qr-img {
  width: 5.2083vw;
  height: 5.2083vw;
  overflow: hidden;
  border-radius: 0.2083vw;
  margin-right: 1.25vw;
}
.instruction-qr-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instruction-qr-text {
  font-size: 0.8333vw;
  width: 15.9375vw;
}
.instruction-bot {
  display: flex;
}
.instruction-bot-item {
  position: relative;
  flex: 1 1 30%;
  height: 25.5208vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1.0417vw;
}
.instruction-bot-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8;
}
.instruction-bot-bg > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.instruction-link {
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 9;
  left: 50%;
  top: 13.3333vw;
}

@media (max-width: 600px) {
  .instruction-title {
    margin-bottom: 3.889vw;
  }
  .instruction-subtitle {
    margin-bottom: 3.889vw;
    text-align: center;
  }
  .instruction-item {
    border: 0.278vw solid #D9E0E4;
    margin-right: 0;
  }
  .instruction-item-title {
    font-size: 6.667vw;
    margin-bottom: 0.7292vw;
  }
  .instruction-item-text {
    font-size: 3.889vw;
    margin-bottom: 8.333vw;
  }
  .instruction-top {
    flex-direction: column;
    align-items: center;
    margin-bottom: 11.111vw;
  }
  .instruction-top-item {
    padding: 11.111vw 6.667vw;
    flex: 1 1 100%;
    margin-bottom: 11.111vw;
  }
  .instruction-top-item:last-child {
    margin-bottom: 11.111vw;
  }
  .instruction-btn-wrapper {
    margin-bottom: 0;
  }
  .instruction-btn-wrapper > a {
    width: 39vw;
    padding: 0 3vw;
    margin-right: 10vw;
  }
  .instruction-btn-wrapper > a:last-child {
    margin-right: 0;
  }
  .instruction-btn-wrapper > a > span:not(.btn-blick) {
    margin-right: 1vw;
  }
  .instruction-btn-wrapper > a > img {
    width: 6.111vw;
    height: 6.111vw;
  }
  .instruction-qr-img {
    width: 22.222vw;
    height: 22.222vw;
    border-radius: 1.111vw;
    margin-right: 6.667vw;
    flex-shrink: 0;
  }
  .instruction-qr-text {
    font-size: 3.333vw;
    width: 100%;
  }
  .instruction-bot {
    flex-direction: column;
  }
  .instruction-bot-item {
    flex: 1 1 auto;
    height: 93.056vw;
    padding-top: 5.556vw;
    margin-bottom: 11.111vw;
  }
  .instruction-bot-item:last-child {
    margin-bottom: 0;
  }
  .instruction-link {
    position: absolute;
    transform: translate(-50%, 0);
    z-index: 9;
    left: 50%;
    top: 48.333vw;
  }
}
.articles {
  position: relative;
  padding: 6.1667vw 0 6.1667vw 0;
}
.articles-title {
  text-align: left;
}
.articles-wrapper {
  display: flex;
  justify-content: space-between;
}
.articles-left {
  flex: 0 0 57.2917vw;
  margin-right: 3.125vw;
}
.articles-left > a {
  margin-top: 2.0833vw;
  font-size: 0.9375vw;
  font-weight: 600;
  line-height: 1.4;
}
.articles-text-wrapper > h2 {
  font-family: Bebas Neue;
  font-size: 2.1875vw;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 1.0417vw;
  margin-top: 1.0417vw;
}
.articles-text-wrapper > h2:first-child {
  margin-top: 0;
}
.articles-text-wrapper > h3 {
  font-family: Bebas Neue;
  font-size: 1.3542vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.0417vw;
  margin-top: 1.0417vw;
}
.articles-text-wrapper > h3:first-child {
  margin-top: 0;
}
.articles-text-wrapper > p {
  font-size: 1.1458vw;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 1vw;
}
.articles-text-wrapper > span {
  font-size: 1.0417vw;
  font-weight: 700;
  line-height: 2;
}
.articles-text-wrapper > ul {
  list-style: disc;
  list-style-type: disc;
}
.articles-text-wrapper > ul > li {
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
  display: list-item;
  list-style-position: inside;
}
.articles-text-wrapper > ol > li {
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 2;
}
.articles-text-wrapper > div, .articles-text-wrapper > figure {
  width: 44.7917vw;
  margin-bottom: 3.125vw;
  overflow: hidden;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .articles-text-wrapper > div, .articles-text-wrapper > figure {
    border-radius: 2.5vw;
  }
}
.articles-text-wrapper > div.wp-block-table, .articles-text-wrapper > figure.wp-block-table {
  border-radius: 0 !important;
}
.articles-text-wrapper > div > img, .articles-text-wrapper > figure > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.articles-right {
  top: 2.6042vw;
  position: sticky;
  flex: 0 0 20.8333vw;
  height: 27.8125vw;
  padding: 2.0833vw 1.7708vw;
  overflow: hidden;
  background: #eef6fc;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .articles-right {
    border-radius: 2.5vw;
  }
}
.articles-right-wrapper {
  position: relative;
  display: flex;
}
.articles-right-title {
  text-align: left;
  font-size: 1.5625vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 1.0417vw;
}
.articles-right-subtitle {
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 2.0833vw;
}
.articles-right .tg_offer-right {
  flex-direction: column;
}
.articles-right .tg_offer-right-name {
  font-size: 1.12vw;
}
.articles-right .tg_offer-right-icone {
  width: 1.25vw;
  height: 1.25vw;
}
.articles-right .tg_offer-right-quantity {
  font-size: 0.8333vw;
}
.articles-right .tg_offer-logo {
  width: 3.5417vw;
  height: 3.5417vw;
  flex-shrink: 0;
  margin-right: 0.8333vw;
}
.articles-right .tg_offer-logo-wrapper {
  margin-right: 0;
  margin-bottom: 1.0417vw;
}
.articles-right .btn-tg {
  width: 100%;
}

@media (max-width: 600px) {
  .articles-wrapper {
    flex-direction: column;
  }
  .articles-left {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .articles-text-wrapper > h2 {
    font-size: 7vw;
    margin-bottom: 3.889vw;
    margin-top: 3.889vw;
  }
  .articles-text-wrapper > h2:first-child {
    margin-top: 0;
  }
  .articles-text-wrapper > h3 {
    font-size: 6vw;
    margin-top: 3.889vw;
    margin-bottom: 3.889vw;
  }
  .articles-text-wrapper > h3:first-child {
    margin-top: 0;
  }
  .articles-text-wrapper > p {
    font-size: 4.167vw;
    margin-bottom: 3vw;
  }
  .articles-text-wrapper > div, .articles-text-wrapper > figure {
    width: 100%;
    height: 62.5vw;
    margin-bottom: 2vw;
  }
  .articles-text-wrapper > ul > li {
    font-size: 4.167vw;
  }
  .articles-text-wrapper > ol > li {
    font-size: 4.167vw;
  }
  .articles-right {
    display: none;
  }
}
.order {
  padding: 7.1667vw 0 4.1667vw 0;
}
.order-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.order-title {
  margin-bottom: 0.7292vw;
}
.order-btn {
  margin-bottom: 3.125vw;
}

@media (max-width: 600px) {
  .order {
    padding: 11.111vw 0;
  }
  .order-title {
    margin-bottom: 3.889vw;
  }
  .order-title > br {
    display: none;
  }
  .order-btn {
    margin-bottom: 11.111vw;
    height: 16.111vw;
  }
  .order-btn > span {
    font-size: 2.778vw;
  }
  .order-btn > div {
    width: 3.889vw;
    height: 3.889vw;
  }
}
.news-cards {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3.125vw;
  gap: 2.0833vw;
}
.news-card {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 25.6944333333vw;
}
.news-card-img {
  width: 100%;
  height: 15.1042vw;
  margin-bottom: 1.0417vw;
  overflow: hidden;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .news-card-img {
    border-radius: 2.5vw;
  }
}
.news-card-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-card-title {
  font-size: 1.1458vw;
  font-weight: 700;
  margin-bottom: 0.9375vw;
  line-height: 1.4;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-wrap: balance;
}
.news-card-date {
  color: #739596;
  font-size: 0.7292vw;
  font-weight: 500;
}

@media (max-width: 600px) {
  .news-cards {
    margin-bottom: 11.111vw;
    gap: 11.111vw;
  }
  .news-card {
    width: 100%;
  }
  .news-card-img {
    width: 100%;
    height: 55vw;
    margin-bottom: 5.556vw;
  }
  .news-card-title {
    font-size: 5vw;
    margin-bottom: 3vw;
  }
  .news-card-date {
    font-size: 3.333vw;
  }
}
.information-wrapper {
  display: flex;
}
.information-text {
  width: 22.8125vw;
  flex-shrink: 0;
  margin-right: 3.8021vw;
}
.information-title {
  margin-bottom: 1.0417vw;
  text-align: left;
}
.information-subtitle {
  font-size: 1.0417vw;
  color: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  font-weight: 700;
  line-height: 1.4;
}
.information-subtitle > span {
  display: block;
  font-weight: 400;
  color: #04050a;
}
.information-subtitle-items {
  width: 19.9479vw;
  display: flex;
  justify-content: space-between;
}
.information-item {
  margin-bottom: 0.9375vw;
}
.information-item:last-child {
  margin-bottom: 0;
}
.information-item-number {
  display: flex;
  align-items: center;
  margin-bottom: 0.2083vw;
}
.information-item-number-subtitle {
  margin-bottom: 0.7292vw;
}
.information-item-number:last-child {
  margin-bottom: 0;
}
.information-item-icone {
  width: 0.9375vw;
  height: 0.9375vw;
  margin-right: 0.7292vw;
}
.information-item-icone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.information-item-text {
  font-size: 1.0417vw;
  font-weight: 400;
  line-height: 1.4;
}
.information-textarea {
  width: 47.9167vw;
}
.information-textarea-wrapper {
  padding: 2.8646vw 3.3854vw;
  flex-grow: 0;
  height: fit-content;
}
.information-media {
  display: flex;
  align-items: center;
}
.information-media-item {
  display: block;
  flex-shrink: 0;
  width: 2.3958vw;
  height: 2.3958vw;
  margin-right: 0.5208vw;
}
.information-media-item:last-child {
  margin-right: 0;
}
.information-media-item > svg {
  height: 100%;
  object-fit: cover;
  fill: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  transition: 0.3s ease;
}
.information-media-item:hover > svg {
  fill: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #55c6e2;
}

@media (max-width: 600px) {
  .information-title {
    margin-bottom: 4vw;
  }
  .information-wrapper {
    flex-direction: column;
  }
  .information-text {
    width: 100%;
    margin-right: 0;
  }
  .information-subtitle {
    font-size: 4.6vw;
  }
  .information-subtitle-items {
    width: 80vw;
  }
  .information-item {
    margin-bottom: 5vw;
  }
  .information-item-number {
    margin-bottom: 3vw;
  }
  .information-item-number-subtitle {
    margin-bottom: 4vw;
  }
  .information-item-icone {
    width: 5vw;
    height: 4vw;
    margin-right: 3vw;
  }
  .information-item-text {
    font-size: 4vw;
  }
  .information-items {
    margin-bottom: 8vw;
  }
  .information-textarea {
    width: 100%;
  }
  .information-textarea-wrapper {
    padding: 8vw 5vw;
  }
  .information-media {
    display: none;
  }
}
.contacts {
  padding: 4.1667vw 0 0 0;
}
.contacts-map {
  width: 100%;
  height: 36.4583vw;
}
.contacts-map > iframe {
  width: 100%;
  height: 100%;
}
.contacts-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.125vw 0;
}
.contacts-info-item {
  display: flex;
  align-items: center;
}
.contacts-info-item-icone {
  width: 1.1458vw;
  height: 1.1458vw;
  margin-right: 0.7292vw;
}
.contacts-info-item-icone > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contacts-info-item-text {
  font-weight: 700;
  font-size: 1.25vw;
  line-height: 1;
  color: #04050a;
}
.contacts-media-item {
  display: block;
  height: 2.8125vw;
  width: 2.8125vw;
  margin-right: 0.9375vw;
}
.contacts-media-item > svg {
  height: 2.8125vw;
  width: 2.8125vw;
  object-fit: cover;
  fill: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  transition: 0.3s ease;
}
.contacts-media-item:last-child {
  margin-right: 0;
}
.contacts-media-item:hover > svg {
  fill: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #55c6e2;
}

@media (max-width: 600px) {
  .contacts {
    padding: 10vw 0 0 0;
  }
  .contacts-map {
    width: 100%;
    height: 70vw;
  }
  .contacts-info {
    padding: 10vw 0;
    flex-direction: column;
  }
  .contacts-info-item {
    margin-bottom: 4vw;
  }
  .contacts-info-item:last-child {
    margin-bottom: 0;
  }
  .contacts-info-item-icone {
    width: 4vw;
    height: 4vw;
    margin-right: 3vw;
  }
  .contacts-info-item-text {
    font-size: 4.6vw;
  }
  .contacts-media-item {
    height: 12vw;
    width: 12vw;
    margin-right: 2vw;
  }
  .contacts-media-item > svg {
    height: 12vw;
    width: 12vw;
  }
}
.footer {
  background-color: #eef6fc;
  border-radius: 4.1667vw 4.1667vw 0 0;
}
.footer-text {
  padding: 1.5625vw 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer-text-logo {
  display: flex;
  align-items: center;
}
.footer-text-logo-img {
  width: 9.4609vw;
  height: 4.4792vw;
  margin-right: 1.6667vw;
}
.footer-text-logo-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer-text-logo-text {
  line-height: 1.4;
  font-size: 0.7813vw;
}
.footer-text-right {
  text-align: right;
  font-size: 0.7292vw;
  line-height: 1.4;
}
.footer-text-link {
  position: relative;
  align-items: flex-end;
  font-size: 0.7292vw;
  font-weight: 400;
  line-height: 1.4;
  display: flex;
  width: fit-content;
}
.footer-media-wrapper {
  display: flex;
}

@media (max-width: 600px) {
  .footer {
    border-radius: 11.111vw 11.111vw 0 0;
  }
  .footer-text {
    padding: 22.222vw 0 22.5vw 0;
    flex-direction: column;
  }
  .footer-text-logo {
    margin-bottom: 11.111vw;
    flex-direction: column;
  }
  .footer-text-logo-img {
    width: 50.458vw;
    height: 23.889vw;
    margin-right: 0;
    margin-bottom: 6.667vw;
  }
  .footer-text-logo-text {
    text-align: center;
    font-size: 4.167vw;
    line-height: 1.55;
  }
  .footer-text-year {
    font-size: 3vw;
    margin-bottom: 4vw;
  }
  .footer-text-right {
    text-align: center;
    font-size: 4.167vw;
  }
  .footer-text-link {
    font-size: 3.889vw;
    margin-top: 30px;
    margin-bottom: 11.111vw;
  }
  .footer-media-wrapper {
    flex-direction: column;
    align-items: center;
    margin-bottom: 11.111vw;
  }
  .footer-media-text > br {
    display: block;
  }
}
.modal {
  position: absolute;
  left: 50%;
  transition: all 0.8s ease;
  transform-style: preserve-3d;
  z-index: 77;
  top: 5vw;
  width: auto;
  transform: translateX(-50%);
  text-align: center;
  margin-bottom: 0;
  border: 0;
  border-radius: 0.5208vw;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 600px) {
  .modal {
    border-radius: 2.5vw;
  }
}
.modal::-webkit-scrollbar {
  width: 0;
}
.modal-overlay {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
}
.modal__close {
  display: flex;
  position: absolute;
  top: 1.667vw;
  right: 1.5625vw;
  width: 0.9375vw;
  cursor: pointer;
  transition: 0.3s;
  z-index: 999;
}
.modal__close svg {
  width: 100%;
  height: 100%;
  transition: 0.3s;
  fill: #D9E0E4;
}
.modal__close svg:hover {
  fill: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
}
.modal-price__title {
  margin: 0vw -1.3021vw 0.7292vw -1.3021vw;
}
.modal-phone {
  background-color: #ffffff;
}
.modal-phone-container {
  width: 25vw;
  padding: 3.125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .modal-phone-container {
    border-radius: 2.5vw;
  }
}
.modal-phone__title {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.7292vw;
}
@media (max-width: 600px) {
  .modal-phone__title {
    font-size: 5.2vw;
  }
}
.modal-phone__img {
  position: relative;
  display: flex;
  margin-bottom: 1.5625vw;
  width: 14.5833vw;
  height: 10.4167vw;
  overflow: hidden;
  border: 0.1042vw solid #E5E5E5;
  border-radius: 0.5208vw;
}
@media (max-width: 600px) {
  .modal-phone__img {
    border-radius: 2.5vw;
  }
}
.modal-phone__img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-phone__img::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 5vw;
  height: 2vw;
  content: "";
  background: url(../img/logo/logo-item.svg) center no-repeat;
  z-index: 1;
  background-size: 100%;
  border-radius: 0vw 0vw 0vw 0.2083vw;
}
.modal-phone__subtitle {
  margin: 0 -0.9896vw;
  font-size: 0.8333vw;
  font-weight: 400;
  line-height: 1.8;
  margin-bottom: 0.4167vw;
  text-align: center;
  margin-bottom: 1.5625vw;
}
.modal-phone__marker {
  font-size: 0.8333vw;
  margin-bottom: 0.5208vw;
}
@media (max-width: 600px) {
  .modal-phone__marker {
    font-size: 3vw;
    line-height: 1.6;
  }
}
.modal-phone__marker-wrapper {
  padding-left: 2.60417vw;
  display: flex;
  width: 100%;
}
.modal-phone-input {
  border: 0.1042vw solid #D9E0E4;
  width: 100%;
  height: 3.4375vw;
  margin-bottom: 0.5208vw;
}
.modal-phone-btn {
  width: 100%;
  height: 3.4375vw;
  margin-bottom: 0.5208vw;
}
.modal-phone-checkbox {
  justify-content: center;
}
.modal-phone-checkbox > p {
  width: auto;
  color: #04050a;
}
.modal-phone-checkbox > p > a {
  line-height: 1.55;
}
.modal-image {
  background-color: #ffffff;
}
.modal-image-container {
  position: relative;
  width: 51.0417vw;
  padding: 3.6458vw 27.0833vw 3.6458vw 3.125vw;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.modal-image__title {
  font-size: 1.1458vw;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.8333vw;
}
@media (max-width: 600px) {
  .modal-image__title {
    font-size: 5.2vw;
  }
}
.modal-image__subtitle {
  font-size: 0.7292vw;
  margin-bottom: 1.5625vw;
}
@media (max-width: 600px) {
  .modal-image__subtitle {
    font-size: 3.5vw;
    line-height: 1.6;
  }
}
.modal-image__marker {
  font-size: 0.8333vw;
  margin-bottom: 0.5208vw;
}
@media (max-width: 600px) {
  .modal-image__marker {
    font-size: 3vw;
    line-height: 1.6;
  }
}
.modal-image__marker-wrapper {
  padding-left: 2.60417vw;
  display: flex;
  width: 100%;
}
.modal-image-top {
  width: 100%;
  margin-bottom: 1.0417vw;
}
.modal-image-input {
  border: 0.1vw solid #D9E0E4;
  width: 100%;
  height: 5.2083vw;
  margin-bottom: 0.8333vw;
}
.modal-image-form-select {
  border: 0.1vw solid #D9E0E4;
  width: 100%;
  padding: 0px 2.60417vw;
  height: 5.2083vw;
  border-radius: 2.6vw;
  margin-bottom: 0.8333vw;
}
.modal-image-btn {
  width: 100%;
  height: 5.2083vw;
  margin-bottom: 1.0417vw;
}
.modal-image-portfolio {
  position: absolute;
  right: -13vw;
  bottom: 0;
  width: 40.1042vw;
  height: 31.25vw;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}
.modal-image-kp {
  position: absolute;
  right: -10vw;
  bottom: 0;
  width: 40.1042vw;
  height: 31.25vw;
  object-fit: cover;
  pointer-events: none;
  z-index: -1;
}
.modal-politics {
  background-color: #ffffff;
}
.modal-politics-container {
  position: relative;
  width: 70vw;
  padding: 4vw 4vw 4vw 4vw;
  overflow: hidden;
  border-radius: 0.2083vw;
}
@media (max-width: 600px) {
  .modal-politics-container {
    border-radius: 0.8vw;
  }
}
.modal-politics-container h2 {
  text-align: left;
  font-size: 1.6667vw;
  margin-bottom: 1.3020833333vw;
}
.modal-politics-container p {
  text-align: left;
  font-size: 0.9375vw;
  margin-bottom: 1.3020833333vw;
}

@media (max-width: 600px) {
  .modal {
    top: 20vw;
  }
  .modal__close {
    top: 6vw;
    right: 6vw;
    width: 3vw;
  }
  .modal-phone-container {
    width: 90vw;
    padding: 8vw 5vw;
  }
  .modal-phone-container::before {
    width: 70vw;
    height: 1.6vw;
    border-radius: 0vw 0vw 0.8vw 0.8vw;
  }
  .modal-phone__title {
    margin-bottom: 3vw;
    font-size: 4.6vw;
  }
  .modal-phone__subtitle {
    margin: 0vw 0vw 3vw 0vw;
    font-size: 3.6vw;
    margin-bottom: 3vw;
  }
  .modal-phone__subtitle-wrapper {
    padding-left: 0;
    margin-bottom: 2vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
  }
  .modal-phone__img {
    width: 60vw;
    height: 40vw;
    margin-bottom: 3vw;
    border: 0.278vw solid #D9E0E4;
  }
  .modal-phone__img::before {
    width: 15vw;
    height: 7.5vw;
  }
  .modal-phone-input {
    border: 0.278vw solid #D9E0E4;
    padding: 0px 8vw;
    width: 100%;
    height: 14vw;
    margin-bottom: 3vw;
  }
  .modal-phone-form-select {
    border: 0.278vw solid #D9E0E4;
    padding: 0px 8vw;
    width: 100%;
    height: 18vw;
    margin-bottom: 3vw;
    border-radius: 8.6vw;
  }
  .modal-phone-btn {
    width: 100%;
    height: 14vw;
    margin-bottom: 3vw;
  }
  .modal-phone-btn span {
    font-size: 2.8vw;
  }
  .modal-phone .list .option {
    line-height: 18vw;
    padding: 0 8vw;
  }
  .modal-phone .list {
    border-bottom-left-radius: 8.6vw;
    border-bottom-right-radius: 8.6vw;
  }
  .modal-phone .current {
    line-height: 18vw;
  }
  .modal-image-top {
    width: 100%;
    margin-bottom: 5vw;
  }
  .modal-image-container {
    width: 90vw;
    padding: 10vw 10vw 42vw 10vw;
  }
  .modal-image__title {
    margin-bottom: 4vw;
  }
  .modal-image__subtitle {
    margin-bottom: 4vw;
  }
  .modal-image__marker {
    text-align: center;
    margin-bottom: 4vw;
  }
  .modal-image__marker-wrapper {
    padding-left: 0;
    margin-bottom: 2vw;
    font-weight: 400;
    display: flex;
    justify-content: center;
  }
  .modal-image-input {
    border: 0.3125vw solid #D9E0E4;
    padding: 0px 8vw;
    width: 100%;
    height: 18vw;
    margin-bottom: 3vw;
  }
  .modal-image-form-select {
    padding: 0px 8vw;
    width: 100%;
    height: 18vw;
    margin-bottom: 3vw;
    border-radius: 8.6vw;
  }
  .modal-image-btn {
    width: 100%;
    height: 18vw;
    margin-bottom: 0vw;
  }
  .modal-image-btn span {
    font-size: 2.8vw;
  }
  .modal-image-portfolio {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10vw;
    width: 72.188vw;
    height: 56.25vw;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
  }
  .modal-image-kp {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: -10vw;
    width: 72.188vw;
    height: 56.25vw;
    object-fit: cover;
    pointer-events: none;
    z-index: -1;
  }
  .modal-image .list .option {
    line-height: 18vw;
    padding: 0 8vw;
  }
  .modal-image .list {
    border-bottom-left-radius: 8.6vw;
    border-bottom-right-radius: 8.6vw;
  }
  .modal-image .current {
    line-height: 18vw;
  }
  .modal-politics-container {
    width: 90vw;
    padding: 10vw 10vw 10vw 10vw;
  }
  .modal-politics-container h2 {
    font-size: 4vw;
    margin-bottom: 4vw;
  }
  .modal-politics-container p {
    text-align: left;
    font-size: 2.5vw;
    margin-bottom: 3vw;
  }
}
.documents {
  padding-top: 14vw;
}
.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;
}

@media (max-width: 600px) {
  .documents {
    padding-top: 26vw;
  }
  .documents h1 {
    font-size: 8vw;
    margin-bottom: 10vw;
  }
  .documents h2 {
    font-size: 6vw;
    margin-bottom: 8vw;
  }
  .documents p {
    font-size: 4.1vw;
    margin-bottom: 6vw;
  }
}
.seo_text {
  padding: 4.1667vw 0 8.3333vw;
}
.seo_text-title {
  text-align: left;
  font-size: 2.0833vw;
  margin-bottom: 0.8333vw;
}
.seo_text-subtitle {
  font-size: 0.9375vw;
}
.seo_text .wysiwyg {
  line-height: 1.8;
}
.seo_text .wysiwyg a {
  color: #72DAF3;
  text-decoration: underline;
}
.seo_text .wysiwyg h3 {
  font-size: 1.1458vw;
  margin-bottom: 0.8333vw;
  margin-top: 1.4583vw;
}
.seo_text .wysiwyg p, .seo_text .wysiwyg ul, .seo_text .wysiwyg ol {
  font-size: 0.9375vw;
  margin-bottom: 0.7292vw;
}
.seo_text .wysiwyg p:last-child, .seo_text .wysiwyg ul:last-child, .seo_text .wysiwyg ol:last-child {
  margin-bottom: 0;
}
.seo_text .wysiwyg ul > li {
  position: relative;
  margin-left: 1.3021vw;
}
.seo_text .wysiwyg ul > li::before {
  display: block;
  content: "";
  position: absolute;
  background: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  border-radius: 50%;
  width: 0.4167vw;
  height: 0.4167vw;
  left: -1.3542vw;
  top: 0.9375vw;
  transform: translate(50%, -50%);
}
.seo_text .wysiwyg ol > li {
  margin-left: 1.3021vw;
}
.seo_text-bottom {
  margin-top: 2.0833vw;
}

@media (max-width: 600px) {
  .seo_text {
    padding: 11.111vw 0;
  }
  .seo_text-title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
  .seo_text-subtitle {
    font-size: 4.267vw;
    line-height: 1.8;
  }
  .seo_text .wysiwyg a {
    color: #72DAF3;
    text-decoration: underline;
  }
  .seo_text .wysiwyg h3 {
    font-size: 5.333vw;
    line-height: 1.4;
    margin-bottom: 5vw;
    margin-top: 8vw;
  }
  .seo_text .wysiwyg p, .seo_text .wysiwyg ul, .seo_text .wysiwyg ol {
    font-size: 4.267vw;
    margin-bottom: 4vw;
  }
  .seo_text .wysiwyg p:last-child, .seo_text .wysiwyg ul:last-child, .seo_text .wysiwyg ol:last-child {
    margin-bottom: 0;
  }
  .seo_text .wysiwyg ul > li {
    position: relative;
    margin-left: 5vw;
  }
  .seo_text .wysiwyg ul > li::before {
    width: 2vw;
    height: 2vw;
    left: -5vw;
    top: 3.5vw;
  }
  .seo_text .wysiwyg ol > li {
    margin-left: 5vw;
  }
  .seo_text-bottom {
    margin-top: 8vw;
    font-size: 3vw;
  }
}
@media (max-width: 600px) {
  .widget-contacts {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    background: 0 0;
    height: auto;
    z-index: 102;
    width: 100%;
  }
  .widget-contact {
    background: #72DAF3;
    display: flex;
    justify-content: center;
    padding: 3.889vw 0;
    height: 15vw;
    color: #ffffff;
    flex-basis: 100%;
  }
  .widget-contact:first-child {
    color: radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
    border: 0.278vw solid radial-gradient(74.47% 74.44% at 50% 0%, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%), #72DAF3;
  }
  .widget-contact:nth-child(2) {
    background: radial-gradient(168.85% 168.85% at 0.13% 99.62%, #F9ED41 0%, #FF833D 24.12%, #EE5568 40.1%, #E7407B 48.88%, #0028FF 100%);
  }
  .widget-contact:nth-child(2) > span {
    color: #ffffff;
  }
  .widget-contact:last-child {
    background: #05A0EB;
    margin-right: 0;
  }
  .widget-contact:last-child > span {
    color: #ffffff;
  }
  .widget-contact > img {
    width: 4vw;
    height: 4vw;
    margin-right: 2.778vw;
  }
  .widget-contact > span {
    font-size: 2.222vw;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.4;
    font-weight: 600;
  }
}/*# sourceMappingURL=style.css.map */