html {
  line-height: 1.15;
}

body {
  margin: 0;
}

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

[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;
}

:root {
  --color-whatsapp: #2BB741;
  --color-telegram: #27A7E7;
  --color-facebook-messenger: #FF6968;
  --color-instagram: #833AB4;
  --color-facebook: #0165E1;
  --color-tiktok: #FE2C55;
  --color-youtube: #FF0000;
  --color-error: #FF0000;
  --font-primary: "Wix Madefor Text", sans-serif;
  --font-accent: "Ruda", sans-serif;
  --section-gap: 80px;
  --page-padding-x: 20px;
}
@media (min-width: 768px) {
  :root {
    --section-gap: 100px;
    --page-padding-x: 40px;
  }
}
@media (min-width: 1366px) {
  :root {
    --section-gap: 120px;
  }
}
@media (min-width: 1900px) {
  :root {
    --section-gap: 150px;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  font-family: var(--font-primary);
  font-size: 12px;
  line-height: 1.3;
  color: #212322;
  background: #f6f6f6;
}
@media (min-width: 768px) {
  body {
    font-size: 14px;
  }
}
@media (min-width: 1366px) {
  body {
    font-size: 16px;
  }
}
@media (min-width: 1900px) {
  body {
    font-size: 18px;
  }
}

a,
button {
  transition: 0.6s;
  cursor: pointer;
}

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

::-moz-placeholder {
  color: #a9a9a9;
}

::placeholder {
  color: #a9a9a9;
}

.hidden {
  display: none !important;
}
@media (max-width: 767px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1365px) {
  .hidden-lg {
    display: none !important;
  }
}
@media (min-width: 1366px) and (max-width: 1899px) {
  .hidden-xl {
    display: none !important;
  }
}
@media (min-width: 1900px) {
  .hidden-xxl {
    display: none !important;
  }
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.relative {
  position: relative !important;
}

.z-2 {
  z-index: 2;
}

.animation {
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

[data-animation=fade-up] {
  transform: translateY(100px);
}

[data-animation=fade-up-small] {
  transform: translateY(50px);
}

[data-animation=fade-up-percent] {
  transform: translateY(100%);
}

[data-animation=fade-left] {
  transform: translateX(100px);
}

[data-animation=fade-left-small] {
  transform: translateX(50px);
}

[data-animation=fade-left-percent] {
  transform: translateX(100%);
}

[data-animation=fade-right] {
  transform: translateX(-100px);
}

[data-animation=fade-right-small] {
  transform: translateX(-50px);
}

[data-animation=fade-right-percent] {
  transform: translateX(-100%);
}

[data-animation=fade-down] {
  transform: translateY(-100px);
}

[data-animation=fade-down-small] {
  transform: translateY(-50px);
}

[data-animation=fade-down-percent] {
  transform: translateY(-100%);
}

[data-animation=zoom-in] {
  transform: scale(0.6);
}

[data-animation=zoom-out] {
  transform: scale(1.4);
}

[data-animation=scale] {
  transform: scale(0);
}

[data-animation-delay="100"] {
  transition-delay: 100ms;
}

[data-animation-delay="200"] {
  transition-delay: 200ms;
}

[data-animation-delay="300"] {
  transition-delay: 300ms;
}

[data-animation-delay="400"] {
  transition-delay: 400ms;
}

[data-animation-delay="500"] {
  transition-delay: 500ms;
}

[data-animation-delay="600"] {
  transition-delay: 600ms;
}

[data-animation-delay="700"] {
  transition-delay: 700ms;
}

[data-animation-delay="800"] {
  transition-delay: 800ms;
}

[data-animation-delay="900"] {
  transition-delay: 900ms;
}

[data-animation-delay="1000"] {
  transition-delay: 1000ms;
}

[data-animation-delay="1100"] {
  transition-delay: 1100ms;
}

[data-animation-delay="1200"] {
  transition-delay: 1200ms;
}

[data-animation-delay="1300"] {
  transition-delay: 1300ms;
}

[data-animation-delay="1400"] {
  transition-delay: 1400ms;
}

[data-animation-delay="1500"] {
  transition-delay: 1500ms;
}

[data-animation-delay="1600"] {
  transition-delay: 1600ms;
}

[data-animation-delay="1700"] {
  transition-delay: 1700ms;
}

[data-animation-delay="1800"] {
  transition-delay: 1800ms;
}

[data-animation-delay="1900"] {
  transition-delay: 1900ms;
}

[data-animation-delay="2000"] {
  transition-delay: 2000ms;
}

.animated {
  transform: none;
  opacity: 1;
  visibility: visible;
}

@keyframes expandFade {
  0% {
    width: var(--width-start);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    width: var(--width-final);
    opacity: 0;
  }
}
.btn {
  border: 1px solid #FB8500;
  background: #FB8500;
  color: #fff;
  fill: #fff;
  stroke: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 15px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  font-family: var(--font-primary);
  line-height: 1.125;
  padding: 9px 29px;
  min-height: 50px;
}
@media (min-width: 1366px) {
  .btn {
    min-height: 60px;
    font-size: 18px;
    border-radius: 20px;
  }
}
@media (min-width: 1900px) {
  .btn {
    min-height: 70px;
    font-size: 20px;
  }
}
.btn__icon {
  width: 18px;
  aspect-ratio: 1;
  flex-shrink: 0;
}
@media (min-width: 1366px) {
  .btn__icon {
    width: 20px;
  }
}
@media (min-width: 1900px) {
  .btn__icon {
    width: 25px;
  }
}
.btn:hover, .btn:active {
  background: #E96602;
  border-color: #E96602;
}
.btn--disabled, .btn[disabled] {
  opacity: 0.2;
  cursor: default;
  pointer-events: none;
}
.btn--light {
  background: #fff;
  border-color: #fff;
  color: #212322;
  fill: #212322;
  stroke: #212322;
}
.btn--light:hover, .btn--light:active {
  background: #FB8500;
  border-color: #FB8500;
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
.btn--gray {
  background: #E0E0E0;
  border-color: #E0E0E0;
  color: #212322;
  fill: #212322;
  stroke: #212322;
}
.btn--gray:hover, .btn--gray:active {
  background: #212322;
  border-color: #212322;
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
.btn--dark {
  background: #212322;
  border-color: #212322;
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
.btn--dark:hover, .btn--dark:active {
  background: #0353A4;
  border-color: #0353A4;
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
.btn--str {
  background: transparent;
  border-color: #E0E0E0;
  color: #212322;
  fill: #212322;
  stroke: #212322;
}
.btn--str:hover, .btn--str:active {
  background: transparent;
  border-color: #212322;
  color: #212322;
  fill: #212322;
  stroke: #212322;
}
.btn--str-light {
  background: transparent;
  border-color: rgba(234, 234, 234, 0.5);
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
.btn--str-light:hover, .btn--str-light:active {
  background: transparent;
  border-color: #fff;
  color: #fff;
  fill: #fff;
  stroke: #fff;
}
.btn--sm {
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.07143;
  padding: 9px 19px;
  min-height: 40px;
}
.btn--full-width {
  width: 100%;
}

.input {
  position: relative;
}
.input__field {
  border-radius: 15px;
  border: none;
  background: #f6f6f6;
  height: 50px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  color: #212322;
  outline: none;
}
@media (min-width: 1366px) {
  .input__field {
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .input__field {
    height: 70px;
    padding: 0 30px;
    font-size: 20px;
  }
}
.input__postfix {
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  color: #a9a9a9;
}
.input__iti {
  display: block;
  --iti-border-width: 0;
}
.input__iti .iti__selected-country-primary {
  display: none;
}
.input__iti .iti__selected-dial-code {
  margin: 0;
  padding-right: 21px;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.125;
}
@media (min-width: 1366px) {
  .input__iti .iti__selected-dial-code {
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .input__iti .iti__selected-dial-code {
    font-size: 20px;
  }
}
.input__iti .iti__selected-dial-code::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 0;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23212322' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/16px 16px;
}
.input__iti .iti__selected-country {
  padding: 0 0 0 20px;
}
@media (min-width: 1900px) {
  .input__iti .iti__selected-country {
    padding-left: 30px;
  }
}
.input__iti .iti__search-input {
  height: 40px;
  border-bottom: 2px solid #f2f2f2;
  border-radius: 0;
}

.select {
  position: relative;
}
.select::before {
  content: "";
  position: absolute;
  top: calc(50% - 8px);
  right: 20px;
  width: 16px;
  height: 16px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23212322' stroke-width='1.5' stroke-linecap='square' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center/16px 16px;
}
.select__field {
  border-radius: 15px;
  border: none;
  background: #f6f6f6;
  height: 50px;
  padding: 0 56px 0 20px;
  font-size: 16px;
  font-weight: 600;
  width: 100%;
  color: #212322;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (min-width: 1366px) {
  .select__field {
    height: 60px;
    font-size: 18px;
  }
}
@media (min-width: 1900px) {
  .select__field {
    height: 70px;
    padding: 0 30px;
    font-size: 20px;
  }
}

.checkbox {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  line-height: 1.08333;
  cursor: pointer;
}
@media (min-width: 768px) {
  .checkbox {
    font-size: 12px;
  }
}
@media (min-width: 1366px) {
  .checkbox {
    font-size: 14px;
  }
}
.checkbox__mark {
  position: relative;
  width: 22px;
  aspect-ratio: 1;
  flex-shrink: 0;
  margin: -1px;
}
.checkbox__input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.checkbox__input + .checkbox__custom::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 12 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 3.25L4.84615 7L11 1' stroke='%23212322' stroke-width='2'/%3E%3C/svg%3E") no-repeat center/12px 9px;
  width: 12px;
  height: 9px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.checkbox__input:checked + .checkbox__custom::before {
  opacity: 1;
  visibility: visible;
}
.checkbox__input.error + .checkbox__custom {
  border-color: var(--color-error);
}
.checkbox__custom {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #E0E0E0;
  border-radius: 5px;
}
.checkbox__link {
  color: inherit;
}
@media (min-width: 1366px) {
  .checkbox__link {
    text-underline-offset: 2px;
  }
}
.checkbox__link:hover {
  text-decoration-color: transparent;
}

.breadcrumbs {
  color: #212322;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  --breadcrumbs-separator-color: #A9A9A9;
}
@media (min-width: 1366px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
.breadcrumbs--light {
  color: #fff;
  --breadcrumbs-separator-color: rgb(255 255 255 / .5);
}
.breadcrumbs__item:not(:last-child) {
  display: flex;
  align-items: center;
  gap: 5px;
  flex-shrink: 0;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "/";
  color: var(--breadcrumbs-separator-color);
}
.breadcrumbs__item:last-child {
  flex-shrink: 1;
  min-width: 0;
}
.breadcrumbs__link {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs__link:hover {
  color: #FB8500;
}
.breadcrumbs__text {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.content {
  line-height: 1.333333;
  --img-margin-top: 16px;
  --img-margin-bottom: 16px;
  --p-margin-top: 16px;
  --p-margin-bottom: 16px;
  --h-margin-top: 30px;
  --h-margin-bottom: 15px;
  --l-margin-top: 16px;
  --l-margin-bottom: 16px;
  --l-margin-left: 24px;
  --h-weight: 500;
  --h-line-height: 1.2;
  --h-color: #0353A4;
}
@media (min-width: 768px) {
  .content {
    line-height: 1.3;
    --img-margin-top: 17px;
    --img-margin-bottom: 17px;
    --p-margin-top: 17px;
    --p-margin-bottom: 17px;
    --h-margin-top: 40px;
    --h-margin-bottom: 20px;
    --l-margin-top: 17px;
    --l-margin-bottom: 17px;
  }
}
@media (min-width: 1366px) {
  .content {
    line-height: 1.3125;
    --img-margin-top: 20px;
    --img-margin-bottom: 21px;
    --p-margin-top: 20px;
    --p-margin-bottom: 21px;
    --h-margin-top: 50px;
    --l-margin-top: 20px;
    --l-margin-bottom: 21px;
  }
}
@media (min-width: 1900px) {
  .content {
    line-height: 1.27778;
    --img-margin-bottom: 23px;
    --p-margin-bottom: 23px;
    --h-margin-top: 60px;
    --l-margin-bottom: 23px;
  }
}
.content > *:first-child {
  margin-top: 0;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content a {
  color: inherit;
}
.content a:hover {
  text-decoration-color: transparent;
}
.content img {
  max-width: 100%;
  border-radius: 30px;
  margin-top: var(--img-margin-top);
  margin-bottom: var(--img-margin-bottom);
  display: block;
  height: auto;
}
.content p {
  margin-top: var(--p-margin-top);
  margin-bottom: var(--p-margin-bottom);
}
.content h1,
.content h2,
.content h3,
.content h4 {
  font-weight: var(--h-weight);
  color: var(--h-color);
  line-height: var(--h-line-height);
  margin-top: var(--h-margin-top);
  margin-bottom: var(--h-margin-bottom);
}
.content h1 {
  font-size: 24px;
}
@media (min-width: 768px) {
  .content h1 {
    font-size: 28px;
  }
}
@media (min-width: 1366px) {
  .content h1 {
    font-size: 32px;
  }
}
@media (min-width: 1900px) {
  .content h1 {
    font-size: 36px;
  }
}
.content h2 {
  font-size: 20px;
}
@media (min-width: 768px) {
  .content h2 {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .content h2 {
    font-size: 25px;
  }
}
@media (min-width: 1900px) {
  .content h2 {
    font-size: 30px;
  }
}
.content h3 {
  font-size: 18px;
}
@media (min-width: 768px) {
  .content h3 {
    font-size: 20px;
  }
}
@media (min-width: 1366px) {
  .content h3 {
    font-size: 22px;
  }
}
@media (min-width: 1900px) {
  .content h3 {
    font-size: 26px;
  }
}
.content h4 {
  font-size: 16px;
}
@media (min-width: 768px) {
  .content h4 {
    font-size: 18px;
  }
}
@media (min-width: 1366px) {
  .content h4 {
    font-size: 20px;
  }
}
@media (min-width: 1900px) {
  .content h4 {
    font-size: 22px;
  }
}
.content ul,
.content ol {
  margin-top: var(--l-margin-top);
  margin-bottom: var(--l-margin-bottom);
}
.content ul {
  list-style: disc;
  margin-left: var(--l-margin-left);
}
.content ol {
  list-style: decimal;
  margin-left: var(--l-margin-left);
}

.lang-selector {
  position: relative;
}
.lang-selector__current {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  gap: 5px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  border-radius: 10px;
  border: none;
  color: #fff;
  stroke: #fff;
  height: 35px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  text-transform: uppercase;
  --lang-selector-icon-transform: none;
}
.lang-selector__current.active {
  --lang-selector-icon-transform: rotate(180deg);
}
.lang-selector__current.active + .lang-selector__list {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.lang-selector__icon {
  width: 14px;
  aspect-ratio: 1;
  transform: var(--lang-selector-icon-transform);
  transition: 0.6s;
}
.lang-selector__list {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  background: #f6f6f6;
  padding: 15px;
  border-radius: 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(30px);
  transition: 0.6s;
  z-index: 2;
}
@media (min-width: 1900px) {
  .lang-selector__list {
    font-size: 16px;
  }
}
.lang-selector__link {
  color: #212322;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
}
.lang-selector__link:hover {
  color: #FB8500;
}

.section {
  padding-left: var(--page-padding-x);
  padding-right: var(--page-padding-x);
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .section {
    gap: 50px;
  }
}
@media (min-width: 1900px) {
  .section {
    gap: 60px;
    max-width: 1900px;
    margin-left: auto;
    margin-right: auto;
  }
}
.section--pull-up {
  margin-top: -50px;
}
@media (min-width: 768px) {
  .section--pull-up {
    margin-top: -60px;
  }
}
@media (min-width: 1366px) {
  .section--pull-up {
    margin-top: -70px;
  }
}
@media (min-width: 1900px) {
  .section--pull-up {
    margin-top: -100px;
  }
}
.section__header {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .section__header {
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .section__header {
    max-width: 1294px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1900px) {
  .section__header {
    gap: 30px;
  }
}
.section__header-heading {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .section__header-heading {
    gap: 15px;
  }
}
@media (min-width: 1900px) {
  .section__header-heading {
    gap: 20px;
  }
}
.section__sub-title {
  font-size: 20px;
  line-height: 1.1;
  font-family: var(--font-accent);
  text-transform: uppercase;
  margin: 0;
}
@media (min-width: 768px) {
  .section__sub-title {
    font-size: 30px;
  }
}
@media (min-width: 1366px) {
  .section__sub-title {
    font-size: 40px;
  }
}
@media (min-width: 1900px) {
  .section__sub-title {
    font-size: 50px;
  }
}
.section__title {
  margin: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  font-family: var(--font-accent);
}
@media (min-width: 768px) {
  .section__title {
    font-size: 50px;
  }
}
@media (min-width: 1366px) {
  .section__title {
    font-size: 70px;
  }
}
@media (min-width: 1900px) {
  .section__title {
    font-size: 80px;
  }
}
.section__description {
  margin: 0;
  font-size: 16px;
  line-height: 1.1875;
}
@media (min-width: 768px) {
  .section__description {
    font-size: 22px;
  }
}
@media (min-width: 1366px) {
  .section__description {
    font-size: 25px;
    line-height: 1.2;
  }
}
@media (min-width: 1900px) {
  .section__description {
    font-size: 30px;
  }
}

.slider-controls {
  display: none;
}
@media (min-width: 1366px) {
  .slider-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #E0E0E0;
    padding: 9px;
    border-radius: 10px;
  }
}
@media (min-width: 1900px) {
  .slider-controls {
    align-items: center;
  }
}
@media (min-width: 1366px) {
  .slider-controls__btn {
    width: 20px;
    height: 20px;
    stroke: #212322;
    background: none;
    padding: 0;
    border: none;
  }
}
@media (min-width: 1900px) {
  .slider-controls__btn {
    width: 25px;
    height: 25px;
  }
}
@media (min-width: 1366px) {
  .slider-controls__btn[data-direction=prev] {
    transform: rotate(180deg);
  }
}
@media (min-width: 1366px) {
  .slider-controls__btn:hover {
    stroke: #0353A4;
  }
}
@media (min-width: 1366px) {
  .slider-controls__btn[disabled] {
    opacity: 0.2;
    cursor: default;
    pointer-events: none;
  }
}
@media (min-width: 1366px) {
  .slider-controls__btn-icon {
    width: 100%;
    height: 100%;
    display: block;
  }
}
@media (min-width: 1366px) {
  .slider-controls__divider {
    width: 100%;
    height: 1px;
    background: #E0E0E0;
  }
}
@media (min-width: 1900px) {
  .slider-controls__divider {
    width: 30px;
  }
}

@media (min-width: 1366px) {
  .slider-container {
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 1900px) {
  .slider-container {
    gap: 67px;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5px;
}
@media (min-width: 768px) {
  .pagination {
    gap: 10px;
  }
}
.pagination__active, .pagination__link, .pagination__text {
  width: 35px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  font-weight: 500;
  color: #212322;
  text-decoration: none;
}
@media (min-width: 768px) {
  .pagination__active, .pagination__link, .pagination__text {
    width: 40px;
  }
}
@media (min-width: 1366px) {
  .pagination__active, .pagination__link, .pagination__text {
    width: 50px;
  }
}
.pagination__link:hover {
  border-color: #212322;
}
.pagination__active {
  background: #0353A4;
  color: #fff;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  padding: 20px;
  transform: translateY(100px);
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: 0.6s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.modal.active {
  transform: none;
  opacity: 1;
  visibility: visible;
}
@media (min-width: 768px) {
  .modal--sm .modal__inner {
    width: 420px;
  }
}
.modal__inner {
  position: relative;
  width: 320px;
  max-width: calc(100vw - var(--page-padding-x) * 2);
  margin: auto;
  background: #fff;
  border-radius: 30px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .modal__inner {
    padding: 40px;
    width: 511px;
  }
}
@media (min-width: 1366px) {
  .modal__inner {
    width: 623px;
  }
}
@media (min-width: 1900px) {
  .modal__inner {
    width: 666px;
    padding: 60px;
  }
}

.header {
  padding: 20px var(--page-padding-x) 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  width: 100%;
}
.header--sticky {
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .header__left {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .header__left {
    gap: 40px;
  }
}
.header__burger {
  padding: 10px;
  border: none;
  border-radius: 10px;
  background: #fff;
  fill: #212322;
  width: 35px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__burger:hover {
  fill: #0353A4;
}
.header__burger-icon {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .header__lang .lang-selector__current {
    background: #E0E0E0;
    -webkit-backdrop-filter: none;
            backdrop-filter: none;
    color: #212322;
    stroke: #212322;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__lang .lang-selector__current {
    font-size: 14px;
    height: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header__lang .lang-selector__icon {
    width: 12px;
  }
}
@media (min-width: 768px) {
  .header__lang .lang-selector__list {
    background: #E0E0E0;
  }
}
@media (min-width: 1366px) {
  .header__time {
    color: #A9A9A9;
    font-size: 14px;
  }
}
.header__logo {
  height: 50px;
}
@media (min-width: 1366px) {
  .header__logo {
    height: 60px;
  }
}
@media (min-width: 1900px) {
  .header__logo {
    height: 70px;
  }
}
.header__logo-img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__contacts {
  display: flex;
  justify-content: flex-end;
}
@media (min-width: 1366px) {
  .header__contacts {
    gap: 20px;
    align-items: center;
  }
}
.header__contact {
  min-height: 35px;
  padding: 4px 14px;
}
.header__phone {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  color: #212322;
  text-decoration: none;
}
.header__phone:hover {
  color: #0353A4;
}
.header__social {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header__social-link {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px;
  background: #fff;
  border-radius: 10px;
  fill: #212322;
}
.header__social-link:hover {
  background: #212322;
  fill: #fff;
}
.header__social-link--whatsapp:hover {
  background: var(--color-whatsapp);
}
.header__social-link--telegram:hover {
  background: var(--color-telegram);
}
.header__social-link--facebook-messenger:hover {
  background: var(--color-facebook-messenger);
}
.header__social-icon {
  width: 100%;
  height: 100%;
  display: block;
}
.header__callback {
  min-height: 35px;
  padding-left: 14px;
  padding-right: 14px;
}
.header__phone-btn {
  padding: 0;
  border: none;
  border-radius: 10px;
  background: #fff;
  fill: #212322;
  width: 35px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__phone-btn:hover {
  fill: #0353A4;
}
.header__phone-btn-icon {
  width: 18px;
  aspect-ratio: 1;
}
.header--light .lang-selector__current {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  color: #fff;
  stroke: #fff;
}
.header--light .header__time {
  color: #fff;
}
.header--light .header__phone {
  color: #fff;
}
.header--light .header__callback {
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-color: transparent;
  color: #fff;
}

.main {
  padding: var(--section-gap) 0;
  display: flex;
  flex-direction: column;
  gap: var(--section-gap);
}
.main .main {
  margin: calc(var(--section-gap) * -1) 0;
}

[class*=bg-] + [class*=bg-] {
  margin-top: calc(var(--section-gap) * -1);
}

.bg {
  background: #f6f6f6;
}

.bg-white {
  background-color: #fff;
  padding-top: inherit;
  padding-bottom: inherit;
}
.bg-white:first-child {
  padding-top: calc(var(--section-gap));
  margin-top: calc((var(--section-gap)) * -1);
}
.bg-white:last-child {
  padding-bottom: calc(var(--section-gap) + 34px);
  margin-bottom: calc((var(--section-gap) + 34px) * -1);
}

.bg-colored {
  position: relative;
  color: #fff;
  padding-top: inherit;
  padding-bottom: inherit;
}

.bg-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.bg-video::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(3, 83, 164, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.bg-video__item {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.c-scrollbar {
  --color-track: #e6f0fc;
  --color-thumb: #cfe2f9;
  --color-thumb-hover: #b8d4f7;
  scrollbar-width: thin;
  scrollbar-color: var(--color-thumb) var(--color-track);
}
.c-scrollbar::-webkit-scrollbar-button {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.c-scrollbar::-webkit-scrollbar-button:start:decrement, .c-scrollbar::-webkit-scrollbar-button:end:increment {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.c-scrollbar::-webkit-scrollbar-button:horizontal:start:decrement, .c-scrollbar::-webkit-scrollbar-button:horizontal:end:increment {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.c-scrollbar::-webkit-scrollbar-button:vertical:start:decrement, .c-scrollbar::-webkit-scrollbar-button:vertical:end:increment {
  display: none !important;
  width: 0 !important;
  height: 0 !important;
}
.c-scrollbar::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  -webkit-appearance: none;
}
.c-scrollbar::-webkit-scrollbar-track {
  background: var(--color-track);
  border-radius: 10px;
  margin: 0;
  padding: 0;
}
.c-scrollbar::-webkit-scrollbar-thumb {
  background: var(--color-thumb);
  border-radius: 10px;
  -webkit-appearance: none;
}
.c-scrollbar::-webkit-scrollbar-thumb:hover {
  background: var(--color-thumb-hover);
}/*# sourceMappingURL=critical.css.map */