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

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, input, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  text-decoration: none;
}

html {
  height: 100%;
}

body {
  color: #000;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.container {
  padding: 0 20px;
  margin: 0 auto;
}
@media (min-width: 480px) {
  .container {
    max-width: 400px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 760px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 990px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1560px;
    padding: 0 40px;
  }
}

html {
  scrollbar-width: thin;
  scrollbar-gutter: stable;
}

body {
  background: #085870;
}
body.b--open {
  overflow: hidden;
}
body:has(.header.fixed) {
  padding-top: calc(var(--hgt-header));
}

section {
  padding: 40px 0;
}
@media screen and (min-width: 991.98px) {
  section {
    padding: 80px 0;
  }
}

@keyframes showBlockLtoR {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes showBlockRtoL {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-up-big {
  0% {
    transform: translateY(10px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeOutNew {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.95);
  }
}
@keyframes slit-in-vertical {
  0% {
    transform: translateY(20px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes growFromTop {
  0% {
    opacity: 0;
    transform: scaleY(0);
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
@keyframes growFromCenter {
  0% {
    opacity: 0;
    transform: scaleX(0);
  }
  100% {
    opacity: 1;
    transform: scaleX(1);
  }
}
@keyframes zooming {
  0% {
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2em;
  z-index: 1;
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: 1em;
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: 0.7;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #fff;
  transform: scale(1.4);
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }
  .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
    border-color: #0bf;
  }
}
.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav > .splide__list > .splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

strong,
b {
  font-weight: 700;
}

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

h2 {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
}
@media screen and (min-width: 992px) {
  h2 {
    font-size: 32px;
  }
}

h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
}
@media screen and (min-width: 992px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
@media screen and (min-width: 992px) {
  h4 {
    font-size: 24px;
  }
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
@media screen and (min-width: 992px) {
  p {
    font-size: 18px;
  }
}

.form input:not([type="checkbox"]):not(.button), .form textarea {
  width: 100%;
  padding: 15px 30px;
  outline: none;
  border-radius: 10px;
  border: 1px solid #000;
  transition: 0.1s ease;
  resize: none;
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  scrollbar-width: none;
}
.form input:hover, .form textarea:hover {
  border-color: rgba(0, 0, 0, 0.1);
}
.form input::placeholder, .form textarea::placeholder {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
.form textarea {
  height: 100px;
}
.form .form-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.form .form-fields.form-fields--action {
  margin: 0;
  align-items: center;
}
.form .form-fields > * {
  flex: 1 1 calc((100% - 20px) / 3);
  min-width: 220px;
}

.checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
}
.checkbox__input {
  display: none;
}
.checkbox__box {
  min-width: 25px;
  width: 25px;
  height: 25px;
  border: 1px solid #fff;
  flex-shrink: 0;
  position: relative;
  transition: all 0.2s;
}
.checkbox__box:after {
  content: "";
  position: absolute;
  inset: 2px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.2s;
}
.checkbox__input:checked + .checkbox__box:after {
  opacity: 1;
}

header {
  z-index: 9;
  flex: 0 0 auto;
}
header.fixed .main-header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  background: #085870;
  box-shadow: rgba(0, 0, 0, 0.2) 0 4px 8px;
  animation: slit-out-vertical 0.5s ease-out forwards;
}

.main-header {
  padding: 10px 0;
}
@media screen and (min-width: 991.98px) {
  .main-header {
    padding: 20px 0;
  }
}
.main-header__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (min-width: 991.98px) {
  .main-header__wrapper {
    gap: 40px;
  }
}
.main-header__logo {
  display: inline-flex;
}
.main-header__logo a .icon {
  display: block;
  min-width: 220px;
  width: 220px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  user-select: none;
}
.main-header .menu-btn {
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 991.98px) {
  .main-header .menu-btn {
    display: none;
  }
}
.main-header .menu-btn__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  cursor: pointer;
}
.main-header .menu-btn__btn .icon {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: 0.1s ease;
  cursor: pointer;
  min-width: 60px;
  width: 60px;
  height: 60px;
}
.main-header .menu-btn__btn .icon i {
  width: 60px;
  height: 4px;
  background: #fff;
  transition-property: margin, transform;
  transition-duration: 0.3s;
  transition-timing-function: ease, ease;
  transition-delay: 0s;
  transform: rotate(0);
}
.main-header .menu-btn__btn.is--active .icon i {
  margin: -10px -2px -4px -2px;
}
.main-header .menu-btn__btn.is--active .icon i:nth-of-type(1) {
  transform: rotate(45deg);
}
.main-header .menu-btn__btn.is--active .icon i:nth-of-type(2) {
  transform: rotate(-45deg);
}
.main-header .menu-btn__btn.is--active .icon i:nth-of-type(3) {
  display: none;
}
.main-header__menu {
  display: none;
}
@media screen and (min-width: 991.98px) {
  .main-header__menu {
    display: block;
    flex: 1;
  }
}
.main-header__menu-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (min-width: 991.98px) {
  .main-header__menu-wrapper {
    flex-direction: row;
    justify-content: space-between;
  }
}
@media screen and (min-width: 991.98px) {
  .main-header__menu nav {
    display: flex;
    justify-content: center;
    width: 100%;
  }
}
.main-header__menu nav ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 991.98px) {
  .main-header__menu nav ul {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 40px;
  }
}
@media screen and (min-width: 1639.98px) {
  .main-header__menu nav ul {
    gap: 10px 60px;
  }
}
.main-header__menu nav ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  transition: 0.2s ease;
}
@media screen and (min-width: 991.98px) {
  .main-header__menu nav ul li a {
    font-size: 16px;
  }
}
.main-header__menu nav ul li a:hover {
  color: #be0031;
}
.main-header__menu .lang {
  padding-top: 40px;
  border-top: 1px solid #fff;
}
@media screen and (min-width: 991.98px) {
  .main-header__menu .lang {
    padding: 0;
    border: none;
  }
}
.main-header__menu .lang__options {
  display: flex;
  align-items: center;
}
.main-header__menu .lang__option {
  display: inline-flex;
  align-items: center;
}
.main-header__menu .lang__option.is-active a{
  color: #be0031;
}
.main-header__menu .lang__option:not(:last-child):after {
  content: "|";
  color: #fff;
  padding: 0 10px;
}
.main-header__menu .lang__option a {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-transform: uppercase;
  color: #fff;
  transition: 0.2s ease;
}
@media screen and (min-width: 991.98px) {
  .main-header__menu .lang__option a {
    font-size: 16px;
  }
}
.main-header__menu .lang__option a:hover {
  color: #be0031;
}
@media screen and (min-width: 991.98px) {
  .main-header__menu .container {
    display: contents;
  }
}
@media screen and (max-width: 991.98px) {
  .main-header__menu.is--active {
    display: block;
    animation: slit-in-vertical 0.5s ease;
    position: absolute;
    left: 0;
    right: 0;
    top: 80px;
    height: calc(100vh - 80px);
    z-index: 1;
    overflow-y: auto;
    background: #085870;
    padding: 40px 0;
  }
}
.main-header__action {
  display: flex;
  align-items: center;
  gap: 20px;
}
.main-header__action-number a {
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #fff;
  transition: 0.2s ease;
}
@media screen and (min-width: 991.98px) {
  .main-header__action-number a {
    font-size: 16px;
  }
}
.main-header__action-number a:hover {
  filter: brightness(70%);
}
.main-header__action-number a .icon {
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  filter: brightness(0) invert(1);
}
.main-header__action-socials {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
.main-header__action-socials li a {
  transition: 0.2s ease;
}
.main-header__action-socials li a:hover {
  filter: brightness(70%);
}
.main-header__action-socials li a .icon {
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  filter: brightness(0) invert(1);
}

main {
  flex: 1 0 auto;
}

.footer {
  flex: 0 0 auto;
  background: rgb(245, 245, 245);
}
.footer__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .footer__wrapper {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 666px;
  }
}
@media screen and (min-width: 992px) {
  .footer__wrapper {
    padding: 80px 0;
  }
}
.footer__logo a .icon {
  display: block;
  min-width: 120px;
  width: 120px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  user-select: none;
}
.footer__nav ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer__nav ul li {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__nav ul li {
    text-align: left;
  }
}
.footer__nav ul li a {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #000;
  transition: 0.2s ease;
}
.footer__nav ul li a:hover {
  color: #be0031;
}
@media screen and (min-width: 992px) {
  .footer__nav ul li a {
    font-size: 16px;
  }
}

.button {
  position: relative;
  overflow: hidden;
  z-index: 0;
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  white-space: nowrap;
  padding: 12px 24px;
  width: 100%;
  max-width: fit-content;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.5s ease;
}
@media screen and (min-width: 400px) {
  .button {
    min-width: 160px;
  }
}
@media screen and (min-width: 992px) {
  .button {
    padding: 16px 32px;
  }
}

.button--primary {
  background: #be0031;
  color: #FFF;
}
.button--primary::before {
  opacity: 0;
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.8) 45%, rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.8) 55%, transparent 100%);
  transform: skewX(-20deg);
  z-index: 1;
  pointer-events: none;
}
.button--primary:hover::before {
  animation: shineEffect 1s ease forwards;
}
.button--primary:hover {
  transform: translateY(-5px);
}

@keyframes shineEffect {
  0% {
    opacity: 0;
    left: -100%;
  }
  100% {
    opacity: 1;
    left: 100%;
  }
}
.banner {
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
@media screen and (min-width: 991.98px) {
  .banner {
    padding: 40px 0;
  }
}
.banner__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  border: 2px solid #fff;
  background: rgba(0, 115, 145, 0.9);
}
@media screen and (min-width: 768px) {
  .banner__body {
    flex-direction: row;
  }
}
.banner__bg {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .banner__bg {
    padding-top: 40px;
  }
}
.banner__bg picture img {
  width: 100%;
  height: auto;
  max-height: 640px;
  object-fit: cover;
}
.banner__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 40px;
}
.banner__content-info {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .banner__content-info {
    min-width: 480px;
  }
}
@media screen and (min-width: 992px) {
  .banner__content-info {
    padding: 40px;
    min-width: 520px;
  }
}
.banner__content-info h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  color: #FFF;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .banner__content-info h1 {
    font-size: 28px;
  }
}
@media screen and (min-width: 1200px) {
  .banner__content-info h1 {
    font-size: 36px;
  }
}
.banner__content-info p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFF;
}
@media screen and (min-width: 768px) {
  .banner__content-info p {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .banner__content-info p {
    font-size: 20px;
  }
}
.banner__content-info-socials {
  margin-top: 40px;
}
.banner__content-info-socials ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.banner__content-info-socials ul li a {
  transition: 0.2s ease;
}
.banner__content-info-socials ul li a:hover {
  filter: brightness(70%);
}
.banner__content-info-socials ul li a .icon {
  display: block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  .banner__content-action .button {
    min-width: 210px;
  }
}

.order {
  padding: 20px 0 40px;
}
@media screen and (min-width: 991.98px) {
  .order {
    padding: 40px 0 80px;
  }
}
.order h2 {
  max-width: 740px;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .order h2 {
    margin-bottom: 40px;
  }
}
.order__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .order__wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .order__wrapper {
    gap: 80px;
  }
}
.order__form, .order__content {
  flex: 1;
}
.order__content h3 {
  color: #fff;
  margin-bottom: 20px;
}
.order__content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #fff;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 992px) {
  .order__content ul li {
    font-size: 18px;
  }
}
.order__content ul li:not(:last-child) {
  margin-bottom: 20px;
}
.order__content ul li:before {
  content: "";
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI0LjZMOSAxOC42TDExLjEgMTYuNUwxNSAyMC40TDI0LjkgMTAuNUwyNyAxMi42TDE1IDI0LjZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
  position: absolute;
  left: 0;
  top: 0;
}
.insurance {
  background: #fff;
  padding: 40px 0 20px;
}
@media screen and (min-width: 991.98px) {
  .insurance {
    padding: 80px 0 40px;
  }
}
.insurance__heading {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .insurance__heading {
    margin-bottom: 40px;
  }
}
.insurance__heading h2 {
  margin-bottom: 10px;
}
.insurance__heading-subtitle {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .insurance__heading-subtitle {
    font-size: 20px;
  }
}
.insurance__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .insurance__wrapper {
    flex-direction: row;
  }
}
@media screen and (min-width: 1200px) {
  .insurance__wrapper {
    gap: 80px;
  }
}
.insurance__form, .insurance__faq {
  flex: 1;
}
.insurance__form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.insurance__form-info h4 {
  margin-bottom: 20px;
}
.insurance__form-info p:not(:last-child), .insurance__form-info ul:not(:last-child) {
  margin-bottom: 20px;
}
.insurance__form-info ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 992px) {
  .insurance__form-info ul li {
    font-size: 18px;
  }
}
.insurance__form-info ul li:not(:last-child) {
  margin-bottom: 10px;
}
.insurance__form-info ul li:before {
  content: "";
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI0LjZMOSAxOC42TDExLjEgMTYuNUwxNSAyMC40TDI0LjkgMTAuNUwyNyAxMi42TDE1IDI0LjZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.insurance__form-info-socials {
  margin-top: 20px;
}
.insurance__form-info-socials ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.insurance__form-info-socials ul li {
  padding: 0;
}
.insurance__form-info-socials ul li:before {
  display: none;
}
.insurance__form-info-socials ul li:not(:last-child) {
  margin-bottom: 0;
}
.insurance__form-info-socials ul li a {
  transition: 0.2s ease;
}
.insurance__form-info-socials ul li a:hover {
  filter: brightness(70%);
}
.insurance__form-info-socials ul li a .icon {
  display: block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.insurance__form .checkbox__box {
  border-color: #000;
}
.insurance__form .checkbox__box:after {
  background: #000;
}
.insurance__form .checkbox__text {
  color: #000;
}

.accordion__item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.accordion__item:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
.accordion__header {
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  font-size: 16px;
  line-height: 140%;
  color: #000;
}
@media screen and (min-width: 992px) {
  .accordion__header {
    padding: 20px 0;
    font-size: 18px;
  }
}
.accordion__header:hover {
  opacity: 0.7;
}
.accordion__icon {
  min-width: 12px;
  width: 12px;
  height: 12px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: rotate(45deg);
  transition: transform 0.2s;
}
.accordion__item--active .accordion__icon {
  transform: rotate(-135deg);
}
.accordion__content {
  max-height: 0;
  overflow: hidden;
  transition: 0.2s ease;
}
.accordion__content p:not(:last-child) {
  margin-bottom: 10px;
}
.accordion__content ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 992px) {
  .accordion__content ul li {
    font-size: 18px;
  }
}
.accordion__content ul li:not(:last-child) {
  margin-bottom: 10px;
}
.accordion__content ul li:before {
  content: "";
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI0LjZMOSAxOC42TDExLjEgMTYuNUwxNSAyMC40TDI0LjkgMTAuNUwyNyAxMi42TDE1IDI0LjZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.accordion__item--active .accordion__content {
  max-height: initial;
  padding-bottom: 10px;
}

.infos {
  background: #fff;
  padding: 20px 0 40px;
}
@media screen and (min-width: 991.98px) {
  .infos {
    padding: 40px 0 80px;
  }
}
.infos .infos__items {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .infos .infos__items {
    flex-direction: row;
    justify-content: space-between;
  }
}
.infos .infos__item {
  flex: 1;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .infos .infos__item {
    max-width: 33.333%;
  }
}
.infos .infos__item-top {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .infos .infos__item-top {
    font-size: 32px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.infos .infos__item-top::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 60px;
  height: 2px;
  background-color: #000;
}
.advantages {
  background: rgb(245, 245, 245);
}
.advantages h2 {
  text-align: center;
  color: #000;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .advantages h2 {
    margin-bottom: 40px;
  }
}
.advantages__cards {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .advantages__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .advantages__cards {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}

.card-advantages {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  gap: 20px;
  transition: 0.2s ease;
}
@media screen and (min-width: 992px) {
  .card-advantages {
    padding: 40px;
  }
}
.card-advantages:hover {
  transform: translateY(-5px);
}
.card-advantages__icon {
  flex-shrink: 0;
}
.card-advantages__icon .icon {
  display: block;
  min-width: 40px;
  width: 40px;
  height: 40px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.card-advantages__info h4 {
  margin-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .card-advantages__info h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 992px) {
  .card-advantages__info p {
    font-size: 16px;
  }
}

.tariffs {
  padding: 40px 0 20px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .tariffs {
    padding: 80px 0 40px;
  }
}
.tariffs h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .tariffs h2 {
    margin-bottom: 40px;
  }
}
.tariffs__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.tariffs__article {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
}
.tariffs__article-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #eb2323;
  min-width: 40px;
  width: 40px;
  height: 40px;
}
.tariffs__article-icon .icon {
  display: block;
  min-width: 20px;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.tariffs__table table {
  width: 100%;
  border-collapse: collapse;
}
.tariffs__table table thead th {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-align: center;
}
.tariffs__table table tbody td {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media screen and (max-width: 992px) {
  .tariffs__table table,
  .tariffs__table thead,
  .tariffs__table tbody,
  .tariffs__table th,
  .tariffs__table td,
  .tariffs__table tr {
    display: block;
  }
  .tariffs__table thead {
    display: none;
  }
  .tariffs__table tbody tr {
    margin-bottom: 20px;
    overflow: hidden;
  }
  .tariffs__table tbody td {
    padding: 20px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
  .tariffs__table tbody td:first-child {
    font-weight: 700;
    text-decoration: underline;
  }
  .tariffs__table tbody td:not(:last-child) {
    border-bottom: none;
  }
  .tariffs__table tbody td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    margin-bottom: 10px;
  }
}
.tariffs__form {
  max-width: 666px;
  margin: auto;
}
.tariffs__form .form-field__field-checkboxes {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.tariffs__form .checkbox__box {
  border-color: #000;
}
.tariffs__form .checkbox__box:after {
  background: #000;
}
.tariffs__form .checkbox__text {
  color: #000;
}
.tariffs__form .form-description {
  margin-top: 20px;
}

.base {
  padding: 20px 0 40px;
  background: #fff;
}
@media screen and (min-width: 992px) {
  .base {
    padding: 40px 0 80px;
  }
}
.base h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .base h2 {
    margin-bottom: 40px;
  }
}
.base__wrapper {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.base__table table {
  width: 100%;
  border-collapse: collapse;
}
.base__table table thead th {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-weight: 700;
  text-align: center;
}
.base__table table tbody td {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
}
@media screen and (max-width: 992px) {
  .base__table table,
  .base__table thead,
  .base__table tbody,
  .base__table th,
  .base__table td,
  .base__table tr {
    display: block;
  }
  .base__table thead {
    display: none;
  }
  .base__table tbody tr {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
  }
  .base__table tbody td {
    padding: 12px 16px;
    position: relative;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: left;
  }
  .base__table tbody td:first-child {
    font-weight: 700;
    text-decoration: underline;
    background: #f9f9f9;
  }
  .base__table tbody td:last-child {
    border-bottom: none;
  }
  .base__table tbody td::before {
    content: attr(data-label);
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #444;
  }
}
.base__form {
  max-width: 666px;
  margin: auto;
}
.base__form .checkbox__box {
  border-color: #000;
}
.base__form .checkbox__box:after {
  background: #000;
}
.base__form .checkbox__text {
  color: #000;
}

.articles {
  background: rgb(245, 245, 245);
}
.articles h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .articles h2 {
    margin-bottom: 40px;
  }
}
.articles__cards {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media screen and (min-width: 992px) {
  .articles__cards {
    gap: 80px;
    max-width: 999px;
    margin: auto;
  }
}
.articles .card-articles {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .articles .card-articles {
    flex-direction: row;
    gap: 40px;
  }
}
.articles .card-articles__img {
  max-height: 200px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .articles .card-articles__img {
    min-width: 320px;
    max-width: 320px;
  }
}
.articles .card-articles__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease;
}
.articles .card-articles__img a:hover img {
  transform: scale(1.05);
}
.articles .card-articles__info h4 {
  margin-bottom: 20px;
}
.articles .card-articles__info h4 a {
  color: #000;
  text-decoration: underline;
  transition: 0.2s ease;
}
.articles .card-articles__info h4 a:hover {
  color: #be0031;
}
.benefits {
  background: #fff;
  padding: 40px 0 20px;
}
@media screen and (min-width: 992px) {
  .benefits {
    padding: 80px 0 40px;
  }
}
.benefits h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .benefits h2 {
    margin-bottom: 40px;
  }
}
.benefits__info {
  margin-bottom: 40px;
}
.benefits__info ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 992px) {
  .benefits__info ul li {
    font-size: 18px;
  }
}
.benefits__info ul li:not(:last-child) {
  margin-bottom: 20px;
}
.benefits__info ul li:before {
  content: "";
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI0LjZMOSAxOC42TDExLjEgMTYuNUwxNSAyMC40TDI0LjkgMTAuNUwyNyAxMi42TDE1IDI0LjZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.benefits__items {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .benefits__items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.benefits__video {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.reviews {
  background: #fff;
  padding: 20px 0 40px;
}
@media screen and (min-width: 992px) {
  .reviews {
    padding: 40px 0 80px;
  }
}
.reviews h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .reviews h2 {
    margin-bottom: 40px;
  }
}
.reviews__items {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .reviews__items {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
    max-width: 1100px;
    margin: auto;
  }
}
.reviews__item {
  padding: 20px;
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.2s ease;
}
.reviews__item:hover {
  transform: translateY(-5px);
}
@media screen and (min-width: 992px) {
  .reviews__item {
    padding: 40px;
  }
}
.reviews__item-info p {
  font-size: 15px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 16px;
}
.reviews__item-avatar {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
}
.reviews__item-avatar-img {
  flex-shrink: 0;
  overflow: hidden;
  min-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.reviews__item-avatar-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews__item-avatar-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  text-decoration: underline;
}

.certificates {
  background: rgb(245, 245, 245);
}
.certificates h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .certificates h2 {
    margin-bottom: 40px;
  }
}
.certificates__slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.certificates__slider-arrow {
  background: none;
  border: none;
  position: absolute;
}
.certificates__slider-arrow--prev {
  left: 20px;
}
@media screen and (min-width: 1200px) {
  .certificates__slider-arrow--prev {
    left: -30px;
  }
}
.certificates__slider-arrow--next {
  right: 20px;
}
@media screen and (min-width: 1200px) {
  .certificates__slider-arrow--next {
    right: -30px;
  }
}
.certificates__slider-arrow .icon {
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.certificates__slider .splide__pagination {
  position: static;
  margin-top: 40px;
}
.certificates__slider .splide__pagination li button {
  width: 10px;
  height: 10px;
  opacity: 1;
}
.certificates__slider .splide__pagination li button.is-active {
  transform: initial;
  background: #000;
}

.contacts {
  background: #fff;
}
.contacts h2 {
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .contacts h2 {
    margin-bottom: 40px;
  }
}
.contacts__wrapper {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 992px) {
  .contacts__wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
  }
}
.contacts__info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.contacts__info ul li:not(:last-child) {
  margin-bottom: 20px;
}
.contacts__info ul span {
  font-weight: 700;
  color: #be0031;
}
.contacts__info h4 {
  margin-bottom: 20px;
}
.contacts__info-socials ul li a {
  font-weight: 700;
  color: #000;
  transition: 0.2s;
}
.contacts__info-socials ul li a:hover {
  color: #be0031;
}
.contacts__info-socials-messengers ul {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contacts__info-socials-messengers ul li {
  margin: 0;
}
.contacts__info-socials-messengers ul li:not(:last-child) {
  margin: 0;
}
.contacts__info-socials-messengers ul li a {
  transition: 0.2s;
}
.contacts__info-socials-messengers ul li a:hover {
  filter: brightness(70%);
}
.contacts__info-socials-messengers ul li a .icon {
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
}
.contacts__action {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contacts__action-map {
  flex: 1;
}
.contacts__action-map iframe {
  width: 100%;
  height: 300px;
}
.contacts-slider {
  flex: 1;
}
.contacts-slider picture img {
  width: 100%;
  height: 300px;
}
.contacts .contacts-slider__slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.contacts .contacts-slider__slider-controls .contacts-slider__slider-arrow {
  background: none;
  border: none;
  position: absolute;
}
.contacts .contacts-slider__slider-controls .contacts-slider__slider-arrow--prev {
  left: 20px;
}
@media screen and (min-width: 1200px) {
  .contacts .contacts-slider__slider-controls .contacts-slider__slider-arrow--prev {
    left: -30px;
  }
}
.contacts .contacts-slider__slider-controls .contacts-slider__slider-arrow--next {
  right: 20px;
}
@media screen and (min-width: 1200px) {
  .contacts .contacts-slider__slider-controls .contacts-slider__slider-arrow--next {
    right: -30px;
  }
}
.contacts .contacts-slider__slider-controls .contacts-slider__slider-arrow .icon {
  display: block;
  min-width: 24px;
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.contacts__form {
  max-width: 666px;
  margin: 40px auto 0;
}
.contacts__form .checkbox__box {
  border-color: #000;
}
.contacts__form .checkbox__box:after {
  background: #000;
}
.contacts__form .checkbox__text {
  color: #000;
}

.banner .banner__body {
  opacity: 0;
  animation-fill-mode: forwards;
}
.banner.is-animated .banner__body {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}

.order h2,
.order .order__wrapper {
  opacity: 0;
  animation-fill-mode: forwards;
}
.order.is-animated h2 {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}
.order.is-animated .order__wrapper {
  animation: slit-in-vertical 0.5s ease-out 0.5s forwards;
}

.insurance .insurance__heading,
.insurance .insurance__wrapper {
  opacity: 0;
  animation-fill-mode: forwards;
}
.insurance.is-animated .insurance__heading {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}
.insurance.is-animated .insurance__wrapper {
  animation: slit-in-vertical 0.5s ease-out 0.5s forwards;
}

.infos .infos__items {
  opacity: 0;
  animation-fill-mode: forwards;
}
.infos.is-animated .infos__items {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}

.advantages h2,
.advantages .advantages__cards {
  opacity: 0;
  animation-fill-mode: forwards;
}
.advantages.is-animated h2 {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}
.advantages.is-animated .advantages__cards {
  animation: slit-in-vertical 0.5s ease-out 0.5s forwards;
}

.tariffs h2,
.tariffs .tariffs__article,
.tariffs .tariffs__wrapper {
  opacity: 0;
  animation-fill-mode: forwards;
}
.tariffs.is-animated h2 {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}
.tariffs.is-animated .tariffs__article {
  animation: slit-in-vertical 0.5s ease-out 0.5s forwards;
}
.tariffs.is-animated .tariffs__wrapper {
  animation: slit-in-vertical 0.5s ease-out 1s forwards;
}

.base h2,
.base .base__wrapper {
  opacity: 0;
  animation-fill-mode: forwards;
}
.base.is-animated h2 {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}
.base.is-animated .base__wrapper {
  animation: slit-in-vertical 0.5s ease-out 0.5s forwards;
}

.articles h2,
.articles .articles__cards {
  opacity: 0;
  animation-fill-mode: forwards;
}
.articles.is-animated h2 {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}
.articles.is-animated .articles__cards {
  animation: slit-in-vertical 0.5s ease-out 0.5s forwards;
}

.benefits h2,
.benefits .benefits__info,
.benefits .benefits__items {
  opacity: 0;
  animation-fill-mode: forwards;
}
.benefits.is-animated h2 {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}
.benefits.is-animated .benefits__info {
  animation: slit-in-vertical 0.5s ease-out 0.5s forwards;
}
.benefits.is-animated .benefits__items {
  animation: slit-in-vertical 0.5s ease-out 1s forwards;
}

.reviews h2,
.reviews .reviews__items {
  opacity: 0;
  animation-fill-mode: forwards;
}
.reviews.is-animated h2 {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}
.reviews.is-animated .reviews__items {
  animation: slit-in-vertical 0.5s ease-out 0.5s forwards;
}

.certificates h2,
.certificates .certificates__slider {
  opacity: 0;
  animation-fill-mode: forwards;
}
.certificates.is-animated h2 {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}
.certificates.is-animated .certificates__slider {
  animation: slit-in-vertical 0.5s ease-out 0.5s forwards;
}

.contacts h2,
.contacts .contacts__wrapper,
.contacts .contacts__form {
  opacity: 0;
  animation-fill-mode: forwards;
}
.contacts.is-animated h2 {
  animation: slit-in-vertical 0.5s ease-out 0s forwards;
}
.contacts.is-animated .contacts__wrapper {
  animation: slit-in-vertical 0.5s ease-out 0.5s forwards;
}
.contacts.is-animated .contacts__form {
  animation: slit-in-vertical 0.5s ease-out 1s forwards;
}
/*-----------------*/
.wpcf7-spinner {
  display: none;
}
.wpcf7-response-output {
  margin: 20px 0 0 !important;
  padding: 0 !important;
  border: none !important;

  font-size: 16px;
  line-height: 140%;
}
.order .wpcf7-response-output {
  color: #FFF;
}
.form-field__field-checkbox .wpcf7-list-item {
  margin: 0;
}
.form-field__field-checkbox .wpcf7-list-item label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.form-field__field-checkbox .wpcf7-list-item input[type="checkbox"] {
  appearance: auto;
  min-width: 25px;
  width: 25px;
  height: 25px;
  border: 1px solid #FFF;
}
.form-field__field-checkbox .wpcf7-list-item-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
}
.order .form-field__field-checkbox .wpcf7-list-item-label {
  color: #FFF;
}
.gdpr {
  background: #FFF;
}
.gdpr h2 {
  margin-bottom: 20px;
}
.gdpr ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  position: relative;
  padding-left: 40px;
}
@media screen and (min-width: 992px) {
  .gdpr h2 {
    margin-bottom: 40px;
  }
  .gdpr ul li {
    font-size: 18px;
  }
}
.gdpr ul li:not(:last-child) {
  margin-bottom: 20px;
}
.gdpr p:not(:last-child) {
  margin-bottom: 20px;
}
.gdpr ul li:before {
  content: "";
  display: block;
  min-width: 30px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzYiIGhlaWdodD0iMzYiIHZpZXdCb3g9IjAgMCAzNiAzNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1IDI0LjZMOSAxOC42TDExLjEgMTYuNUwxNSAyMC40TDI0LjkgMTAuNUwyNyAxMi42TDE1IDI0LjZaIiBmaWxsPSJibGFjayIvPgo8L3N2Zz4K);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0;
  top: 0;
}
.header--pages .main-header__menu nav {
  display: none;
}
@media screen and (min-width: 991.98px){
  .header--pages .main-header__menu .lang {
    margin-left: auto;
  }
}
