.footer-contacts__column,
.footer-contacts__main,
.footer-menu,
.section-title {
  text-align: center;
}
.header #menu > .menuList .menu-item:last-child,
.header-contacts__link:last-child {
  margin-right: 0;
}
.text-content ul,
ol,
ul {
  padding-left: 0;
}
table,
td {
  border-spacing: 0;
}
.new,
.popup,
body {
  background: #013754;
}
.footer-menu,
.header-contacts__main,
.wrapper,
.wrapper__content,
input[type="radio"]:checked ~ label ~ .tab-content {
  -webkit-box-direction: normal;
}
.image-cover,
.wrapper,
body,
html {
  height: 100%;
}
@font-face {
  font-family: "Harmonia Sans Pro Cyr";
  font-style: normal;
  font-weight: 400;
  font-display: optional;
  src:
    local("Harmonia Sans Pro Cyr Regular"), local("HarmoniaSansProCyr-Regular"),
    url(../../fonts/HarmoniaSansProCyr/HARMONIASANSPROCYR-REGULAR.OTF);
}
@font-face {
  font-family: "Harmonia Sans Pro Cyr";
  font-style: normal;
  font-weight: 700;
  font-display: optional;
  src:
    local("Harmonia Sans Pro Cyr Bold"), local("HarmoniaSansProCyr-Bold"),
    url(../../fonts/HarmoniaSansProCyr/HARMONIASANSPROCYR-BOLD.OTF);
}
body {
  font-family:
    "Harmonia Sans Pro Cyr",
    system-ui,
    BlinkMacSystemFont,
    -apple-system,
    sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}
body.no-scroll {
  overflow: hidden;
}
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-track {
  background: #013754;
}
::-webkit-scrollbar-thumb {
  background: #0185ce;
}
.no-transition :not(.lazy) {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}
.wrapper,
input[type="radio"]:checked ~ label ~ .tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
}
.advantages,
.advantages .advantages-item,
.contacts__title,
.content-form__content,
.content-form__main,
.footer-contacts__item,
.footer-policy,
.header #menu > .menuList,
.header__content,
.header__logo,
.header__main,
.header__menu,
.hero__content,
.item__content,
.item__details,
.list-dots-section ul.slick-dots,
.list-dots-section ul.slick-dots li,
.popup,
.popup__content,
.popup__wrapper,
.slick-arrow,
.sliders--section,
.sliders--wrapper,
.step,
.tabs .tab label,
.white-blocks,
.white-blocks .white-block,
.wrapper__content {
  display: -webkit-box;
  display: -ms-flexbox;
}
.wrapper__content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.wrapper__footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 700px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 850px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
.header__logo-svg,
.item__img,
img,
table {
  max-width: 100%;
}
.image-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.christmas,
.content-form__container-wrapper,
.footer-contacts,
.footer-menu,
.hero,
.new,
.popup_mobile,
.section-title,
.tabs,
.wrapper__header {
  position: relative;
}
.section {
  margin: 64px 0;
}
.section-title {
  font-weight: 400;
  padding-bottom: 16px;
  line-height: 64px;
  font-size: 46px;
  margin-bottom: 69px;
}
.section-title.policy {
  text-align: left;
  font-size: 30px;
  margin-bottom: 0;
}
.section-title__text:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: calc(100% - 4px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  min-width: 150px;
  height: 6px;
  border-radius: 3px;
  background: #0185ce;
}
.section.privacy {
  margin-top: 120px;
}
.section.privacy .policy_text {
  font-size: 18px;
  margin-bottom: 15px;
}
*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
ol[class],
ul[class] {
  padding: 0;
  list-style: none;
}
.footer-policy .agreement,
li.custom_list_style {
  padding-left: 20px;
}
blockquote,
body,
dd,
dl,
figcaption,
figure,
h1,
h2,
h3,
h4,
li,
ol[class],
p,
ul[class] {
  margin: 0;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a {
  text-decoration: none;
}
img {
  display: block;
  vertical-align: middle;
}
button,
input,
select,
textarea {
  font: inherit;
}
svg {
  width: 1em;
  height: 1em;
}
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0s !important;
    animation-duration: 0s !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0s !important;
    -o-transition-duration: 0s !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
.header {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  font-size: 16px;
}
.header.sticky {
  background: #fff;
  position: fixed;
  top: -1px;
  margin-top: 0;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  z-index: 3;
}
.header__content {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  padding: 0 8px;
  margin-top: 10px;
  border-radius: 6px;
  -webkit-transition: padding 0.15s;
  -o-transition: padding 0.15s;
  transition: padding 0.15s;
}
.header__logo {
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.header__main,
.header__menu {
  -webkit-box-flex: 1;
  display: flex;
}
.header__logo-svg {
  width: auto;
  height: auto;
  max-height: 100%;
}
.header__main {
  -ms-flex: 1;
  flex: 1;
  margin-left: 32px;
}
.header__menu {
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
}
.header-svg {
  width: 18px;
  height: 18px;
  color: #04469c;
}
.header #hamburger,
.header #menu > .menuList .contacts,
.header #menu > .menuList .footer-menu,
.tabs .tab input[type="radio"] {
  display: none;
}
.header #menu {
  width: 100%;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.header #menu > .menuList .menu-item__link,
.popup__close,
.white-blocks .white-block {
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
}
.header #menu > .menuList {
  width: 90%;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header #menu > .menuList .menu-item,
.header #menu > .menuList .submenu-item {
  -webkit-box-align: center;
  height: 86px;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.header #menu > .menuList .menu-item {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
  position: relative;
}
.header #menu > .menuList .submenu {
  position: absolute;
  background-color: #fff;
  top: 86px;
  width: 100%;
  min-width: fit-content;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.header #menu > .menuList .submenu-item {
  font-size: 14px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.header #menu > .menuList .submenu-item:hover {
  background: #04469c;
}
.header #menu > .menuList .menu-item__link,
.header #menu > .menuList .submenu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  height: 100%;
  padding: 0 1px;
  -webkit-tap-highlight-color: transparent;
  transition: 0.15s;
  color: #000;
}
@media (min-width: 992px) {
  .header #menu > .menuList .menu-item__link.have_sub::after {
    content: "\25BE";
    display: block;
    margin-left: 10px;
  }
}
.header #menu > .menuList .menu-item:hover .submenu {
  opacity: 1;
  visibility: visible;
}
.header #menu > .menuList .menu-item:hover > .menu-item__link.have_sub:after {
  transform: rotate(180deg);
}
.header #menu > .menuList .menu-item__link:hover,
.header #menu > .menuList .submenu-item:hover a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #04469c;
  color: #fff;
}
.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  padding: 8px 0;
}
.header-contacts---wrapper,
.list-dots-section ul.slick-dots li.slick-active button:before {
  background: #fff;
}
.alert-block,
.header-contacts__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contacts__column {
  margin-right: 16px;
  padding-right: 16px;
  border-right: 1px solid rgba(4, 70, 156, 0.2);
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header-contacts__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.header-contacts__item,
.wrapper__footer {
  display: -webkit-box;
  display: -ms-flexbox;
}
.blog__content,
.footer-menu {
  -webkit-box-orient: horizontal;
}
.header-contacts__item {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.footer-contacts__text,
.header-contacts__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
}
.form__item:last-child,
.header-contacts__item:last-child,
.hero__main,
.step:last-child,
.text-block p:last-child {
  margin-bottom: 0;
}
.header-contacts__link {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  color: #04469c;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
  margin-right: 10px;
}
.header-contacts__link-svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: #04469c;
  -webkit-transition: fill 0.15s;
  -o-transition: fill 0.15s;
  transition: fill 0.15s;
}
.footer-contacts__link,
.footer-menu .menu-item__link {
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  -webkit-tap-highlight-color: transparent;
}
.header-contacts__link:hover {
  color: #000;
}
.header-contacts__link:hover .header-contacts__link-svg {
  fill: #000;
}
.wrapper__footer {
  background: #fff;
  color: #000;
  border-bottom: 10px solid #013754;
  padding: 16px 0;
  position: relative;
  display: flex;
}
.footer-menu {
  font-size: 14px;
  z-index: 0;
  -ms-flex-direction: row;
  flex-direction: row;
}
.footer-menu .menu-item {
  margin-bottom: 0.5em;
}
.footer-contacts__link:last-child,
.footer-menu .menu-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.footer-menu .menu-item .submenu-item {
  padding-top: 0.5em;
}
@media (min-width: 768px) {
  .footer-menu .menu-item .submenu-item {
    text-align: left;
    padding: 0.5em 2px 0;
  }
  .footer-menu .menu-item .submenu-item:hover {
    background: #04469c;
  }
  .footer-menu .menu-item .submenu-item:hover .submenu-item__link {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #04469c;
    color: #fff;
  }
}
.footer-menu .menu-item .submenu-item__link,
.footer-menu .menu-item__link {
  transition: color 0.15s;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}
.footer-menu .menu-item .submenu-item__link {
  margin: 0 2px;
}
.footer-menu .menu-item__link:hover {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  background: #04469c;
  color: #fff;
}
.footer-contacts {
  max-width: 320px;
  margin: 32px auto 0;
  z-index: 0;
}
.footer-contacts__column {
  margin-bottom: 24px;
}
.footer-contacts__column-header {
  text-transform: uppercase;
  font-size: 1.5em;
  margin-bottom: 0.5em;
}
.footer-contacts__column-image {
  width: 103px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto 0.5em;
}
.footer-contacts__item {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em;
}
.footer-contacts__text {
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
}
.footer-contacts__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 0.5em;
  margin-bottom: 0.2em;
  color: #000;
  transition: color 0.15s;
}
.footer-contacts__link:hover {
  color: #04469c;
}
.footer-contacts__link-svg {
  fill: #04469c;
  min-width: 1em;
  display: none;
  margin-right: 0.5em;
}
.footer-contacts__link--small {
  font-size: 0.9em;
}
.footer-contacts__main .footer-contacts__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-contacts__main .footer-contacts__link-svg,
.hero__decoration,
.new .decoration {
  display: block;
}
.footer-policy {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
}
.footer-policy .privacy {
  border-right: 1px solid;
  padding-right: 20px;
}
input,
textarea {
  outline: 0;
}
input[type="submit"] {
  -webkit-appearance: none;
}
.tabs {
  height: 520px;
  margin: 25px 0;
}
.tabs .tab {
  float: right;
}
.tabs .tab label {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #04469c;
  border-radius: 6px;
  margin-left: 14px;
}
.tabs .tab label img {
  height: 42px;
  width: 42px;
  -o-object-fit: contain;
  object-fit: contain;
}
.tabs .tab-content {
  margin-top: 48px;
  position: absolute;
  top: 28px;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  border: 1px solid #ccc;
  display: none;
}
input[type="radio"]:checked ~ label {
  background: #fff;
  border-bottom: 1px solid #fff;
}
.contacts {
  margin-top: 60px;
}
.contacts__title {
  display: flex;
  position: absolute;
  top: 4px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 18px;
}
.contacts__nav-title {
  display: none;
  text-transform: uppercase;
}
.contacts__info {
  color: #000;
  padding: 32px 16px;
  text-align: left;
  height: 588px;
  width: 100%;
}
.contacts__map,
.contacts__map iframe {
  width: 100%;
  height: 100%;
}
.contacts__map {
  position: relative;
  padding-bottom: 0;
}
.contacts__row {
  margin-bottom: 7px;
}
.contacts__country {
  text-transform: uppercase;
  font-size: 22.4px;
  margin-bottom: 7px;
}
.contacts__link,
.contacts__text {
  font-weight: 700;
}
.contacts__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 12px;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.contacts__link-svg {
  min-width: 18px;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: #000;
  -webkit-transition: fill 0.15s;
  -o-transition: fill 0.15s;
  transition: fill 0.15s;
}
.contacts__link:active,
.contacts__link:focus,
.contacts__link:hover {
  color: #0185ce;
  fill: #0185ce;
}
.contacts__link-svg:active,
.contacts__link-svg:focus,
.contacts__link-svg:hover {
  fill: #0185ce;
}
@media only screen and (min-width: 320px) {
  .contacts {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 425px) {
  .tabs {
    height: 577px;
  }
}
@media only screen and (min-width: 480px) {
  .footer-contacts {
    max-width: 448px;
  }
  .footer-contacts__link-svg {
    display: block;
  }
  .tabs {
    height: 650px;
  }
  .tabs .tab label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 72px;
    height: 72px;
    cursor: pointer;
    background: #04469c;
    border-radius: 6px;
    margin-left: 28px;
  }
  .tabs .tab-content {
    margin-top: 70px;
  }
  input[type="radio"]:checked ~ label > .contacts__nav-title {
    color: #04469c;
  }
  .contacts__nav-title {
    display: block;
    font-size: 14px;
  }
  .contacts__title {
    top: 20px;
  }
  .contacts__info {
    height: 480px;
    max-width: none;
  }
}
@media only screen and (min-width: 640px) {
  .tabs {
    height: 702px;
  }
  .tabs .tab label {
    width: 130px;
    height: 50px;
    margin-left: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .tabs .tab label img {
    margin-left: -13px;
  }
  .tabs .tab-content {
    margin-top: 50px;
  }
  .contacts__info {
    height: 500px;
    max-width: none;
  }
  .contacts__title {
    top: 13px;
  }
  .contacts__nav-title {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-contacts__columns,
  .footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .footer-menu {
    display: flex;
    z-index: 1;
  }
  .footer-menu .menu-item {
    margin-bottom: 0;
    position: relative;
  }
  .footer-menu .menu-item__link {
    display: flex;
    padding: 4px 8px;
  }
  .footer-menu .menu-item__link.have_sub:after {
    content: "\25BE";
    display: block;
    margin-left: 10px;
  }
  .footer-menu .menu-item:hover > .menu-item__link.have_sub:after {
    transform: rotate(180deg);
  }
  .footer-menu .menu-item .submenu {
    position: absolute;
    background-color: #fff;
    top: 30px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
  }
  .footer-menu .menu-item:hover .submenu {
    opacity: 1;
    visibility: visible;
    min-width: min-content;
  }
  .footer-contacts {
    max-width: none;
  }
  .footer-contacts__columns {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-contacts__column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    margin-right: 32px;
    margin-bottom: 16px;
  }
  .footer-contacts__column:last-child {
    margin-right: 0;
  }
  .footer-contacts__column-image {
    margin: 0 auto 0.5em 0;
  }
  .footer-contacts__item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .footer-contacts__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer-contacts__main .footer-contacts__item {
    margin-right: 2em;
  }
  input[type="radio"]:checked ~ label ~ .tab-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border: 16px solid #024264;
  }
  .tabs {
    height: 400px;
  }
  .tabs .tab label {
    position: relative;
    width: 145px;
    height: 32px;
  }
  .tabs .tab label img {
    width: 48px;
    height: 48px;
  }
  .tabs .tab-content {
    margin-top: 30px;
  }
  .contacts__title {
    top: -5px;
    font-size: 28px;
  }
  .contacts__nav-title {
    display: block;
    font-size: 16px;
  }
  .contacts__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 100%;
    border-left: 10px solid #04469c;
    max-width: 25%;
  }
  .contacts__map {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .wrapper__footer .footer:before,
  .wrapper__footer:after {
    display: block;
    content: "";
    top: 0;
    bottom: 0;
    width: 50%;
    pointer-events: none;
    z-index: 0;
  }
  .wrapper__footer {
    position: relative;
    border-bottom-width: 30px;
    padding: 48px 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .wrapper__footer:after {
    position: absolute;
    right: 0;
    background: url(https://staging.bolgaria.me/wp-content/uploads/2022/11/footer-stars-2.png)
      80% / contain no-repeat;
  }
  .tabs .tab label,
  .wrapper__footer .footer {
    position: relative;
  }
  .wrapper__footer .footer:before {
    position: absolute;
    left: 8%;
    background: url(https://staging.bolgaria.me/wp-content/uploads/2022/11/footer-stars-1.png)
      0 0 / contain no-repeat;
  }
  .contacts__link,
  .footer-contacts,
  .footer-menu {
    font-size: 16px;
  }
  .footer-contacts__column-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer-contacts__column-image {
    margin-right: 24px;
  }
  .footer-contacts__link {
    margin-bottom: 0;
  }
  .footer-contacts__link--small {
    font-size: 0.75em;
  }
  .tabs {
    min-height: 600px;
  }
  .tabs .tab label {
    width: 207px;
    height: 46px;
  }
  .tabs .tab label img {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 21px;
  }
  .tabs .tab-content {
    margin-top: 50px;
  }
  .contacts {
    margin-top: 180px;
  }
  .contacts__title {
    top: -5px;
    font-size: 36px;
  }
  .contacts__nav-title {
    font-size: 20px;
    margin-left: 46px;
  }
  .contacts__info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 100%;
    border-left: 10px solid #04469c;
  }
  .contacts__map {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
  }
  .contacts__country {
    font-size: 36px;
  }
  .contacts__row,
  .contacts__text {
    font-size: 18px;
  }
  .contacts__row {
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer-menu {
    font-size: 18px;
  }
  .footer-menu .menu-item {
    padding-right: 2em;
  }
  .footer-contacts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer-contacts__column {
    margin-bottom: 0;
  }
  .footer-contacts__column:last-child {
    margin-right: 32px;
  }
  .footer-contacts__item {
    margin-bottom: 0.75em;
  }
  .footer-contacts__main {
    margin: 0 auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 84.5px;
  }
  .tabs {
    min-height: 650px;
  }
  .tabs .tab label {
    position: relative;
    width: 237px;
    height: 52px;
  }
  .tabs .tab label img {
    width: 72px;
    height: 72px;
  }
  .tabs .tab-content {
    margin-top: 69px;
  }
  .contacts__nav-title {
    font-size: 24px;
  }
  .contacts__title {
    font-size: 42px;
  }
}
@media only screen and (min-width: 1400px) {
  .tabs {
    min-height: 650px;
  }
  .tabs .tab label {
    position: relative;
    width: 237px;
    height: 52px;
  }
  .tabs .tab label img {
    width: 72px;
    height: 72px;
  }
  .tabs .tab-content {
    margin-top: 75px;
  }
}
.hero__content_blog {
  padding-top: 120px;
  padding-right: 300px;
}
.blog_hero_single .hero__content.hero__content_blog {
  padding: 48px 0;
  margin: 0;
}
.blog_hero_single .hero__title {
  margin-bottom: 14px;
}
.blog__content,
.blog__content.single {
  display: -webkit-box;
  display: -ms-flexbox;
  margin-bottom: 80px;
}
.blog {
  padding: 80px 0;
}
.blog__content {
  display: flex;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.blog__content.single,
.blog__item.item,
.content-form__main,
.form__item,
.hero__main,
.item__content,
.item__details,
.list-dots-section ul.slick-dots,
.list-dots-section ul.slick-dots li button {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.blog__content.single {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.blog__item.item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  margin-bottom: 30px;
}
.item__img {
  width: 100%;
  max-height: 100%;
  height: 250px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.emphasis::after,
.item__title:after {
  width: 150px;
  height: 8px;
  content: "";
}
.item__content {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 30px;
}
.item__title {
  font-size: 40px;
  line-height: 1.2em;
  color: #fff;
}
.get_consult .consult,
.text,
.text-content p,
li.custom_list_style {
  font-size: 18px;
  line-height: 140%;
}
.item__link,
.item__meta,
.item__text {
  line-height: 1.4em;
  font-size: 18px;
}
.item__title:after {
  display: block;
  background: #0185ce;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 15px;
}
.get_consult .consult,
.item__link {
  border-radius: 3px;
  text-align: center;
  text-transform: uppercase;
}
.item__text {
  color: #fff;
}
.item__details {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
  margin: 16px 0 24px;
}
.item__meta {
  display: block;
  color: #a6a6a6;
}
.item__link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background: #b70101;
  font-weight: 600;
  color: #fff;
  padding: 8px 18px;
  margin-top: auto;
}
.get_consult,
li.custom_list_style::before {
  background-repeat: no-repeat;
  background-size: cover;
}
.emphasis,
.text-content h2 {
  margin-top: 80px;
  margin-bottom: 50px;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  color: #fff;
  position: relative;
}
.emphasis::after {
  position: absolute;
  background-color: #0185ce;
  left: 0;
  bottom: -15px;
}
.list,
.text-content h3 {
  display: block;
  font-size: 26px;
  line-height: 31px;
  color: #fff;
  margin: 40px 0;
}
li.custom_list_style,
ol li {
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  list-style-type: none;
}
li.custom_list_style::before {
  position: absolute;
  content: "";
  background-image: url(../../images/images/5c.svg);
  width: 14px;
  height: 16.59px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 0;
}
ol {
  list-style-type: none;
  counter-reset: section;
}
ol li {
  font-size: 16px;
  line-height: 150%;
  padding-left: 33px;
}
ol li::before {
  position: absolute;
  left: 0;
  top: 0;
  height: 20px;
  font-weight: 700;
  font-size: 16px;
  line-height: 148%;
  color: #fff;
  counter-increment: section;
  content: counters(section, ".") " .";
}
.blog_hero {
  height: 550px;
  width: 100%;
}
.blog_hero .hero__content--wrapper {
  position: relative;
  margin-top: 111px;
}
.aside-sub-title::after,
.aside-title::after {
  position: absolute;
  width: 150px;
  background-color: #0185ce;
  bottom: -15px;
  left: 0;
  content: "";
}
.aside-title {
  margin: 0 0 50px;
  font-weight: 700;
}
.aside-title::after {
  height: 8px;
}
.aside-sub-title {
  font-size: 22px;
  margin-top: 10px;
  line-height: 28px;
}
.aside-sub-title::after {
  height: 3px;
}
.other-news__item-img {
  max-width: 335px;
  max-height: 223px;
  width: 100%;
  height: 100%;
}
.get_consult {
  max-width: 1014px;
  width: 100%;
  padding: 65px 50px;
  margin-top: 80px;
}
.get_consult p {
  font-size: 26px;
  line-height: 31px;
  color: #fff;
  margin: 40px 0;
}
.get_consult .consult {
  background: #b70101;
  padding: 10px 18px;
  text-decoration: none;
  font-weight: 600;
  color: #fff;
  max-width: 304px;
  width: 100%;
  cursor: pointer;
  border: none;
}
@media (min-width: 320px) {
  .blog__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .blog__content .single {
    margin-top: -40px;
  }
  .blog__item.item {
    width: 100%;
  }
  .blog__item.item .item__title {
    font-size: 32px;
  }
  .blog__item {
    margin-bottom: 80px;
  }
}
@media (min-width: 575px) {
  .blog__item.item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .item__content {
    padding: 5px;
  }
  .item__img {
    width: 236px;
    -o-object-fit: cover;
    object-fit: cover;
    margin-right: 10px;
  }
}
.content-form__image img,
.hero__image--img {
  -o-object-fit: cover;
  -o-object-position: left;
}
@media (min-width: 640px) {
  .blog_hero_single .hero__content.hero__content_blog {
    padding: 48px 300px 48px 0;
    margin: 0;
  }
  .hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 767px) {
  .blog .container.blog__content,
  .blog__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
  }
  .blog__content {
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog__item.item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 15px;
  }
  .blog__item.item .item__title {
    font-size: 40px;
  }
  .item__img {
    width: 100%;
  }
  .blog .container.blog__content {
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .table-wrapper {
    width: 100%;
    overflow-x: auto;
    margin-top: 15px;
  }
  .aside {
    width: 35%;
    margin-left: 3%;
  }
}
.hero,
.new,
.slick-section .slick-wrap,
.slick-track,
.slider .slick-list,
.sliders--wrapper {
  overflow-x: hidden;
}
.content-form__image,
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.hero__image--img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: left;
}
.hero__image--error404 {
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.hero__decoration-big,
.hero__decoration-small {
  position: absolute;
}
.hero__decoration-small {
  left: 0;
  bottom: 0;
  height: 35%;
}
.hero__decoration-big {
  right: -10%;
  top: 0;
  height: 100%;
}
.hero .error-404__decoration {
  display: block;
  position: absolute;
  height: 55px;
  left: -20px;
  right: -20px;
  top: 83%;
}
.hero .error-404__decoration-1,
.hero .error-404__decoration-2 {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.hero .error-404__decoration-1 {
  -webkit-animation: 5s linear infinite anim1;
  animation: 5s linear infinite anim1;
}
@-webkit-keyframes anim1 {
  0%,
  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@keyframes anim1 {
  0%,
  100% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  50% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
.hero .error-404__decoration-2 {
  -webkit-animation: 5s linear infinite anim2;
  animation: 5s linear infinite anim2;
}
@-webkit-keyframes anim2 {
  0%,
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@keyframes anim2 {
  0%,
  100% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
.hero__content--wrapper {
  position: relative;
  margin-top: 100px;
}
.hero__content {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 125px;
}
.form__item,
.hero__main {
  display: -webkit-box;
  display: -ms-flexbox;
}
.hero__main {
  max-width: 70%;
  width: 779px;
  margin-right: 16px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}
.hero__title {
  font-size: 49px;
  text-transform: uppercase;
}
.hero__subtitle {
  font-size: 30px;
}
.hero__form,
.popup__form {
  margin: 20px 0;
}
.form,
.form__content,
.form__title {
  font-size: 20px;
}
@media (max-width: 420px) {
  .hero__form {
    min-width: 250px;
  }
}
.form {
  background: #fff;
  -webkit-box-shadow: 0 2px 10px 0 #000;
  box-shadow: 0 2px 10px 0 #000;
  color: #000;
  border-radius: 6px;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 32px;
}
.form__content:after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  right: 0;
  display: block;
  height: 16px;
  background: #0185ce;
  border-radius: 0 0 6px 6px;
}
.form__arrow {
  display: block;
  width: 210px;
  height: 69px;
  position: absolute;
  bottom: 11%;
  right: 90%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.form__title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.form__item {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 19px;
}
.form__item-title {
  line-height: 1;
  margin-bottom: 0.5em;
}
.form__item-error {
  color: #b70101;
  font-size: 12px;
  line-height: 1.2em;
  margin-top: 0.5em;
}
.form__item-button,
.form__item-input {
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
}
.form__item-input {
  background: #d6e6ef;
  outline: 0;
  width: 100%;
  -webkit-transition: border-color 0.15s;
  -o-transition: border-color 0.15s;
  transition: border-color 0.15s;
}
.form__item-button,
.popup__close:focus:after,
.popup__close:focus:before,
.popup__close:hover:after,
.popup__close:hover:before {
  background: #b70101;
}
.form__item-button {
  color: #fff;
  text-transform: uppercase;
  outline: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.15s;
  -o-transition: background-color 0.15s;
  transition: background-color 0.15s;
}
.form__item-button:hover {
  background: #9e0101;
}
.icons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -32px;
  font-size: 18px;
}
.icons-block__item {
  width: 33%;
  text-align: left;
  max-width: none;
  padding: 10px 16px;
}
.icons-block__item-image {
  width: 121px;
  height: 121px;
  margin: 0 0 16px;
  position: relative;
}
.icons-block__item-image--img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.advantages .advantages-item__title,
.icons-block__item-title {
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.icons-block.items-4 .icons-block__item {
  width: 25%;
}
.text-block {
  text-indent: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
  font-size: 18px;
}
.text-block p {
  margin-bottom: 18px;
}
.alert-block__icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 81px;
  width: 81px;
  height: 81px;
  margin-right: 18px;
}
.advantages {
  display: flex;
}
.advantages__left {
  width: 45%;
  min-width: 45%;
}
.advantages__image {
  position: sticky;
  top: 16px;
  margin-bottom: 0;
  max-width: none;
}
.advantages__list {
  display: block;
  padding-left: 42px;
}
.advantages .advantages-item {
  width: auto;
  text-align: left;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  padding: 0;
  margin-bottom: 36px;
}
.advantages .advantages-item__icon {
  display: block;
  margin-bottom: 0;
  margin-right: 18px;
  min-width: 100px;
  width: 100px;
  height: 115px;
}
.advantages .advantages-item__icon img {
  height: 100%;
  margin: 0 auto;
}
.content-form {
  position: relative;
  padding: 16px 0;
  margin: 128px 0;
}
.content-form__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-position: left;
  object-fit: cover;
}
.content-form__triangle {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
}
.content-form__content,
.white-blocks .white-block {
  position: relative;
  display: flex;
  -webkit-box-align: center;
}
.content-form__triangle--img {
  max-height: 100%;
}
.content-form__content {
  -ms-flex-align: center;
  align-items: center;
}
.content-form__main {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
  font-size: 24px;
  width: calc(100% - 432px);
  min-height: 398px;
}
.content-form__title {
  text-transform: uppercase;
  font-size: 43px;
  line-height: 60px;
  margin-bottom: 21px;
}
.content-form__form {
  width: 400px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-top: 0;
}
.content-form__form .form {
  height: 500px;
}
.content-form__form .form__item {
  margin-bottom: 36px;
}
.white-blocks {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  margin-left: auto;
  margin-right: auto;
}
.white-blocks .white-block {
  background: #fff;
  color: #000;
  padding: 16px;
  -ms-flex-align: center;
  align-items: center;
  width: calc(25% - 2px);
  height: 250px;
  transition: 0.15s;
  margin: 45px 1px;
}
.white-blocks .white-block:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.white-blocks .white-block__icon {
  position: absolute;
  top: -54px;
  width: 108px;
  height: 108px;
}
.white-blocks .white-block__icon--img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1200px) {
  .section.privacy {
    margin: 48px 0;
  }
  .section-title {
    font-size: 40px;
    margin-bottom: 60px;
    line-height: 56px;
  }
  .header,
  .header-contacts,
  .header__menu {
    font-size: 12px;
  }
  .header {
    left: 0;
    top: 0;
    margin-top: 90px;
    background: 0 0;
    -webkit-transition: background-color 0.15s;
    -o-transition: background-color 0.15s;
    transition: background-color 0.15s;
  }
  .header .menuList {
    width: 100%;
  }
  .header__content {
    padding: 0 8px;
  }
  .header__logo {
    margin: 8px 0;
  }
  .header__main {
    margin-left: 16px;
  }
  .header__hamburger {
    display: none;
  }
  .hero {
    min-height: 580px;
  }
  .form__content,
  .hero__content {
    font-size: 15px;
  }
  .hero__main {
    max-width: 60%;
    margin-right: 16px;
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }
  .hero__title {
    font-size: 35px;
  }
  .hero__subtitle {
    font-size: 25px;
  }
  .icons-block,
  .white-blocks {
    font-size: 16px;
  }
  .icons-block__item {
    width: 33%;
    text-align: center;
    margin: 0 auto 32px;
    padding: 0 8px;
  }
  .icons-block__item-image {
    width: 96px;
    height: 96px;
    margin: 0 auto 16px;
  }
  .icons-block.items-4 .icons-block__item {
    width: 33%;
  }
  .advantages__list {
    padding-left: 28px;
  }
  .advantages__left {
    min-width: 50%;
    width: 50%;
  }
  .advantages .advantages-item {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .advantages .advantages-item__icon {
    margin-right: 16px;
    min-width: 96px;
    width: 96px;
    height: 96px;
  }
  .content-form {
    margin: 96px 0 0;
  }
  .content-form__main {
    font-size: 22px;
  }
  .content-form__title {
    font-size: 33px;
    line-height: 46px;
  }
  .content-form__form {
    width: 330px;
  }
  .content-form__form .form {
    height: 475px;
    padding: 27px;
  }
  .content-form__form .form__item {
    margin-bottom: 47px;
  }
  .white-blocks .white-block__icon {
    top: -40px;
    width: 80px;
    height: 80px;
  }
}
@media (max-width: 992px) {
  .section-title {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 48px;
  }
  .section-title__text:after {
    height: 4px;
  }
  .header #menu .menuList,
  .header .hamburger {
    background: #013754;
    display: -webkit-box;
    display: -ms-flexbox;
  }
  .header,
  .header__content,
  .hero__content--wrapper {
    margin-top: 0;
  }
  .header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 2;
  }
  .header #menu,
  .header label {
    position: absolute;
  }
  .header #menu > .menuList .submenu-item,
  .header .container {
    padding: 0;
  }
  .header #menu {
    left: -150%;
    top: 66px;
  }
  .header #menu .menuList {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0;
    padding: 10px;
    height: calc(100vh - 66px);
    max-width: 300px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: auto;
  }
  .header #menu .menuList .contacts,
  .header #menu .menuList .footer-menu {
    display: block;
  }
  .header .hamburger {
    margin-right: 10px;
    display: flex;
    width: 29px;
    height: 2.5px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 3px;
    z-index: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header #hamburger:checked ~ #menu {
    left: 0;
  }
  .header #hamburger:checked ~ #menu .menuList {
    z-index: 100;
  }
  .header #hamburger:checked ~ #menu .menuList .menu-item,
  .header #menu > .menuList .submenu-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: max-content;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    text-transform: uppercase;
    font-weight: 700;
    margin-left: 0;
  }
  .header #menu > .menuList .submenu {
    position: static;
    background-color: transparent;
    opacity: 1;
    visibility: visible;
    overflow: visible;
  }
  .header #menu > .menuList .submenu-item a {
    color: #fff;
  }
  .header #hamburger:checked ~ #menu .menuList .menu-item:last-child {
    margin-right: 0;
  }
  .header #hamburger:checked ~ #menu .menuList .menu-item__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 0 1px;
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s;
    color: #fff;
  }
  .header #hamburger:checked ~ #menu .menuList .menu-item__link:hover {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #04469c;
    color: #fff;
  }
  .header #hamburger:checked + label span {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #0185ce;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
  }
  .header #hamburger:checked + label span:first-child {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
  }
  .header #hamburger:checked + label span:nth-child(2) {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 13px;
  }
  .header #hamburger:checked + label span:nth-child(3) {
    opacity: 0;
    -webkit-transform: rotate(0) scale(0.2, 0.2);
    -ms-transform: rotate(0) scale(0.2, 0.2);
    transform: rotate(0) scale(0.2, 0.2);
  }
  .header .contacts {
    display: block;
    margin-top: 32px;
    font-size: 12px;
  }
  .header .contacts-country {
    margin-bottom: 16px;
  }
  .header .contacts-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 6px;
  }
  .header .contacts-item .contacts-link {
    color: #0185ce;
    margin-right: 6px;
    -webkit-transition: color 0.15s;
    -o-transition: color 0.15s;
    transition: color 0.15s;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header .contacts-item .contacts-link--svg {
    fill: #0185ce;
    margin-right: 4px;
  }
  .header .footer-menu {
    margin-top: auto;
    margin-bottom: 15px;
  }
  .header__logo {
    height: 50px;
  }
  .header__main {
    margin-left: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .header__menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header-contacts,
  .hero__decoration {
    display: none;
  }
  .hero__title {
    font-size: 25px;
  }
  .hero__subtitle {
    font-size: 20px;
  }
  .form__title {
    font-size: 18px;
  }
  .form__content {
    font-size: 14px;
  }
  .icons-block__item-image {
    width: 80px;
    height: 80px;
  }
  .alert-block,
  .text-block {
    font-size: 16px;
  }
  .text-block {
    grid-gap: 16px;
  }
  .alert-block__icon {
    min-width: 48px;
    width: 48px;
    height: 48px;
    margin-right: 16px;
  }
  .advantages__left {
    min-width: 35%;
    width: 35%;
  }
  .advantages .advantages-item {
    font-size: 16px;
    margin-bottom: 32px;
  }
  .advantages .advantages-item__icon {
    margin-bottom: 0;
    margin-right: 16px;
    min-width: 80px;
    width: 80px;
    height: 80px;
  }
  .content-form__main {
    width: calc(100% - 362px);
    font-size: 18px;
  }
  .content-form__title {
    font-size: 27px;
    line-height: 37px;
  }
  .content-form__form {
    width: 330px;
  }
  .content-form__form .form {
    height: 475px;
    padding: 27px;
  }
  .content-form__form .form__item {
    margin-bottom: 47px;
  }
  .white-blocks .white-block {
    width: calc(30% - 2px);
    height: 270px;
  }
}
@media (max-width: 768px) {
  .section {
    margin: 32px 0;
  }
		.section.privacy .section-title.policy {
		font-size: 24px;
}
  .section.privacy .section-title {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 19px;
  }

  .hero__title {
    font-size: 28px;
    line-height: 33px;
  }
  .hero__subtitle {
    font-size: 17px;
  }
  .content-form__triangle,
  .hero .error-404__decoration {
    display: none;
  }
  .form {
    width: 300px;
    padding: 20px;
  }
  .advantages .advantages-item,
  .icons-block__item {
    width: 50%;
    max-width: none;
    padding: 0 16px;
  }
  .form__content:after {
    content: none;
  }
  .form__arrow {
    right: 95%;
  }
  .alert-block,
  .icons-block,
  .text-block {
    font-size: 14px;
  }
  .icons-block__item-image {
    width: 70px;
    height: 70px;
  }
  .icons-block.items-4 .icons-block__item {
    width: 50%;
  }
  .text-block {
    grid-gap: 16px;
  }
  .alert-block__icon {
    min-width: 42px;
    width: 42px;
    height: 42px;
    margin-right: 14px;
  }
  .advantages,
  .advantages .advantages-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .advantages {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .advantages__image {
    max-width: 288px;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 28px;
  }
  .advantages__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
  }
  .advantages__left {
    width: auto;
  }
  .advantages .advantages-item {
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }
  .advantages .advantages-item__icon {
    position: relative;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .advantages .advantages-item__content {
    text-align: center;
  }
  .content-form__main {
    width: calc(100% - 291px);
    min-height: 369px;
    font-size: 16px;
  }
  .content-form__title {
    font-size: 20px;
    line-height: 29px;
  }
  .content-form__form {
    width: 288px;
  }
  .content-form__form .form {
    height: 400px;
    padding: 27px;
  }
  .content-form__form .form__item {
    margin-bottom: 20px;
  }
  .content-form__form .form__title {
    font-size: 17px;
  }
  .white-blocks .white-block {
    width: calc(50% - 2px);
    height: 165px;
  }
  .white-blocks .white-block__icon {
    top: -35px;
    width: 70px;
    height: 70px;
  }
}
@media (max-width: 598px) {
  .white-blocks .white-block {
    height: 220px;
  }
}
.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  font-size: 0;
  border: none;
  border-radius: 6px;
  padding: 0;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  color: #fff;
  outline: 0;
  cursor: pointer;
  background: #0185ce;
}
.slick-next::after,
.slick-prev::after {
  display: inline-block;
  padding: 3px;
  top: 5px;
}
.slick-prev {
  left: 65px;
}
.slick-prev::after {
  content: " ";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  left: 5px;
}
.slick-next {
  right: 65px;
}
.slick-next::after {
  content: " ";
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 5px;
  z-index: 12;
}
.list-dots-section ul.slick-dots {
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  font-size: 20px;
  padding: 16px 0;
  border-left: 2px solid #0185ce;
  list-style-type: none;
  height: 100%;
  gap: 20px;
}
.list-dots-section ul.slick-dots li {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  border: 2px solid transparent;
  position: relative;
  left: -2px;
}
.list-dots-section ul.slick-dots li:hover {
  border: 2px solid #0185ce;
}
.list-dots-section ul.slick-dots li button {
  background-color: transparent;
  color: #fff;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
  width: 100%;
  font-size: 18px;
  position: relative;
  padding: 16px 16px 16px 32px;
}
.list-dots-section ul.slick-dots li button:before {
  content: " ";
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  width: 27px;
  height: 32px;
  background: #0185ce;
  position: absolute;
  top: 50%;
  left: -13px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.list-dots-section ul.slick-dots li.slick-active {
  border: 2px solid #fff;
}
.sliders--wrapper {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 700px;
}
.popup__content,
.sliders--section {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
}
.list-dots-section {
  width: 30%;
}
.sliders--section {
  height: 100%;
  width: 70%;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 0;
}
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.slider .slick-list {
  height: 562px;
}
.slider .slick-list .slider__item {
  margin: 0 30px;
  text-align: center;
  opacity: 0;
}
.slider .slick-list .slider__item.slick-active {
  -webkit-filter: blur(5px);
  filter: blur(5px);
  opacity: 0.7;
}
.slider .slick-list .slider__item img {
  margin: auto;
}
.slider .slick-list .slider__item.slick-center {
  -webkit-filter: blur(0);
  filter: blur(0);
  opacity: 1;
  z-index: 1;
}
.slider .slick-list .slider__item.slick-center img {
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}
.slick-section {
  padding: 25px;
  text-align: center;
  position: relative;
}
.slick-section .slick-container {
  width: 60%;
  margin: 0 auto;
}
.slick-section .slick-wrap .slick-track {
  -webkit-box-pack: unset;
  -ms-flex-pack: unset;
  justify-content: unset;
}
.slick-section .slick-wrap .slick-item {
  opacity: 0;
}
.slick-section .slick-wrap .slick-item p {
  font-size: 24px;
}
.slick-section .slick-wrap .slick-item.slick-center {
  opacity: 1;
}
@media (max-width: 390px) {
  .sliders--wrapper {
    height: 462px !important;
  }
  .slider .slick-list {
    height: 318px !important;
  }
  .slider .slick-list .slider__item.slick-center img {
    -webkit-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
  }
  .slick-section .slick-wrap .slick-item p {
    font-size: 14px !important;
  }
  .slick-prev {
    left: 25px;
  }
  .slick-next {
    right: 25px;
  }
}
@media (max-width: 444px) {
  .sliders--wrapper {
    height: 462px !important;
  }
  .slick-section .slick-wrap .slick-item p {
    font-size: 14px;
  }
  .slider .slick-list {
    height: 342px !important;
  }
  .slider .slick-list .slider__item.slick-center img {
    -webkit-transform: scale(0.8) !important;
    -ms-transform: scale(0.8) !important;
    transform: scale(0.8) !important;
  }
}
@media (max-width: 570px) {
  .slick-prev {
    left: 35px;
  }
  .slick-next {
    right: 35px;
  }
}
@media (max-width: 649px) {
  .sliders--wrapper {
    height: 478px !important;
  }
  .slider .slick-list {
    height: 344px !important;
  }
  .slider .slick-list .slider__item.slick-center img {
    -webkit-transform: scale(0.7) !important;
    -ms-transform: scale(0.7) !important;
    transform: scale(0.7) !important;
  }
  .slick-section .slick-wrap .slick-item p {
    font-size: 16px !important;
  }
}
@media (max-width: 788px) {
  .slick-section .slick-wrap .slick-item p {
    font-size: 18px;
  }
}
@media (max-width: 991px) {
  .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .list-dots-section {
    display: none;
  }
  .sliders--section {
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .list-dots-section ul.slick-dots li button {
    text-align: left;
  }
  .slick-section .slick-wrap .slick-item p {
    font-size: 18px;
  }
  .sliders--wrapper {
    height: 546px;
  }
  .slider .slick-list {
    height: 415px;
  }
  .slider .slick-list .slider__item.slick-center img {
    -webkit-transform: scale(1.8);
    -ms-transform: scale(1.8);
    transform: scale(1.8);
  }
}
.step__counter,
.step__counter-svg {
  width: 94px;
  height: 94px;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1365px;
  }
  .hero {
    font-size: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 580px;
    overflow: hidden;
  }
  .hero .hero__content--wrapper {
    margin: auto;
    width: 100%;
  }
  .blog_hero_single {
    height: 650px;
    width: 100%;
    padding-top: 100px;
  }
  .list-dots-section ul.slick-dots li button {
    text-align: left;
  }
}
.step {
  display: flex;
  font-size: 20px;
  margin-bottom: 60px;
  color: #e1e3e5;
}
.step__counter {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-width: 94px;
  margin-right: 20px;
  transition: color 0.15s;
}
.popup,
.popup__wrapper {
  display: flex;
  width: 100%;
}
.step__counter-svg {
  position: absolute;
  top: 0;
  left: 0;
  color: #013754;
  transition: color 0.15s;
}
.step__counter-digit {
  position: relative;
  font-weight: 700;
  font-size: 40px;
}
.step__title {
  text-transform: uppercase;
  font-size: 22px;
  margin-bottom: 11px;
}
.step:hover .step__counter {
  color: #0185ce;
}
.step:hover .step__counter-svg {
  color: #fff;
}
.step.hexa {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 14px;
}
.breadcrumbs {
  position: absolute;
  top: 171px;
  left: 0;
  right: 0;
  margin-top: 7px;
  z-index: 1;
  padding: 8px 0;
  font-size: 15px;
  font-weight: 700;
  color: #e1e3e5;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.breadcrumbs__link {
  color: inherit;
  -webkit-transition: color 0.15s;
  -o-transition: color 0.15s;
  transition: color 0.15s;
}
.breadcrumbs__link:hover {
  color: #fff;
}
.breadcrumbs__separator {
  margin: 0 4px;
}
@media only screen and (min-width: 320px) {
  .breadcrumbs {
    padding: 16px 0;
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .breadcrumbs {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  .step__counter,
  .step__counter-svg {
    width: 66px;
    height: 66px;
  }
  .step {
    font-size: 18px;
  }
  .step__counter {
    min-width: 66px;
  }
  .step__counter-digit {
    font-size: 27px;
  }
  .step__title {
    font-size: 19px;
  }
  .breadcrumbs {
    top: 70px;
    margin-top: -10px;
  }
}
.popup {
  height: 60%;
  margin: 32px auto;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup-mobile,
.popup__wrapper {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
.popup__wrapper {
  position: fixed;
  height: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: 0.3s;
}
.popup__wrapper:target {
  visibility: visible;
  opacity: 1;
}
.popup__wrapper.active {
  background: rgba(0, 0, 0, 0.8);
}
.popup__wrapper.active .popup {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}
.popup__container {
  width: 100%;
  padding: 16px;
  max-height: 100%;
  overflow-y: auto;
}
.popup__container::-webkit-scrollbar {
  width: 2px;
}
.popup__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.popup__image--img {
  width: 100%;
  height: 100%;
  -o-object-position: left center;
  object-position: left center;
  -o-object-fit: cover;
  object-fit: cover;
}
.popup__content {
  position: relative;
  max-width: 60%;
  margin-right: 16px;
  margin-bottom: 0;
  font-size: 28px;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: left;
}
.popup__content--wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.popup__title {
  font-size: 48px;
  line-height: 58px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.popup__close {
  position: absolute;
  top: -15px;
  margin-left: 4px;
  left: 100%;
  width: 16px;
  height: 16px;
  cursor: pointer;
  color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.15s;
}
.popup__close:after,
.popup__close:before {
  content: "";
  display: block;
  border-radius: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.popup__close:before {
  width: 100%;
  height: 2px;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.popup__close:after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
}
@media (max-width: 1200px) {
  .popup__content {
    max-width: 50%;
    font-size: 20px;
  }
  .popup__title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 768px) {
  .step__counter,
  .step__counter-svg {
    width: 40px;
    height: 40px;
  }
  .step,
  .step__body,
  .step__counter-digit {
    font-size: 16px;
  }
  .step__counter {
    min-width: 40px;
  }
  .step__title {
    font-size: 17px;
  }
  .popup {
    width: 85vw;
    height: 85vh;
    max-height: 700px;
  }
  .popup__container,
  .popup__image {
    height: 700px;
  }
  .popup__content {
    max-width: 100%;
    margin: 0;
    font-size: 20px;
    text-align: center;
  }
  .popup__content--wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .popup__title {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 640px) {
  .content-form__content,
  .footer-policy,
  .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .footer-policy {
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
  }
  .footer-policy .privacy {
    border-right: none;
    padding-right: 0;
  }
  .footer-policy .agreement {
    padding-left: 0;
  }
  .hero__content {
    margin-top: 30px;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .hero__main {
    max-width: none;
    text-align: center;
    width: 100%;
  }
  .hero__title {
    font-size: 28px;
    margin-top: 20px;
  }
  .hero__subtitle {
    font-size: 17px;
  }
  .form__arrow {
    display: none;
  }
  .content-form {
    margin: 96px 0 -100px;
  }
  .content-form__main {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
    text-align: center;
  }
  .content-form__image {
    height: 80%;
  }
  .content-form__title {
    font-size: 18px;
    line-height: 24px;
  }
  .content-form__content {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .content-form__form {
    position: relative;
  }
  .popup__content {
    font-size: 18px;
  }
  .popup__title {
    font-size: 27px;
    line-height: 37px;
  }
}
@media (max-width: 320px) {
  .popup {
    height: 80vh;
  }
  .popup__container {
    height: 100%;
    max-height: 700px;
  }
  .popup__close {
    top: -28px;
    margin-left: -24px;
    width: 25px;
    height: 25px;
  }
}
.popup-mobile {
  z-index: 2;
  position: fixed;
  width: 100%;
  padding: 27px;
  left: 0;
  bottom: 0;
  background: #fff;
  -webkit-box-shadow: 0 -5px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 -5px 4px rgba(0, 0, 0, 0.25);
  border-radius: 3px 3px 0 0;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: 0.3s;
}
.popup-mobile .popUpMobBtnFirst,
.popup__wrapper-mobile .popUpMobBtn {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 140%;
  margin: 0 auto;
  text-transform: uppercase;
}
.popup-mobile .popUpMobBtnFirst {
  border: none;
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(358.26deg, #e34560 34.82%, #ed7316 89.66%);
  background: linear-gradient(91.74deg, #e34560 34.82%, #ed7316 89.66%);
  border-radius: 3px;
  text-align: center;
}
.popup__wrapper-mobile {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  bottom: -1px;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.popup__wrapper-mobile .popUpMobBtn {
  width: 100%;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -o-linear-gradient(358.26deg, #e34560 34.82%, #ed7316 89.66%);
  background: linear-gradient(91.74deg, #e34560 34.82%, #ed7316 89.66%);
  border-radius: 3px;
  text-align: center;
}
.popup_mobile {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.popup_mobile .form {
  width: 90vw;
  margin: 0 auto;
  position: absolute;
  bottom: 40px;
  left: 5vw;
}
.popup_mobile .popup__close-mobile {
  position: absolute;
  left: calc(100% - 56px);
  top: 50px;
  width: 36px;
  height: 36px;
}
.popup_mobile .popup__close-mobile:after,
.popup_mobile .popup__close-mobile:before {
  content: "";
  width: 3px;
  height: 36px;
  display: block;
  border-radius: 2px;
  background: #0185ce;
  position: absolute;
  -webkit-transition: 0.15s;
  -o-transition: 0.15s;
  transition: 0.15s;
}
.popup_mobile .popup__close-mobile:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup_mobile .popup__close-mobile:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.thanks-block {
  border: 4px solid #fff;
  border-radius: 12px;
  padding: 64px;
  margin: 178px auto 0;
  text-align: center;
  max-width: 60%;
}
.thanks-block__title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 56px;
}
.thanks-block__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  background: #b70101;
  margin-top: 28px;
  padding: 14px 42px;
  border-radius: 6px;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .thanks-block {
    max-width: 70%;
    padding: 28px 14px;
  }
  .thanks-block__title {
    font-size: 48px;
  }
}
@media (max-width: 992px) {
  .thanks-block {
    margin: 65px auto 0;
  }
  .thanks-block__title {
    font-size: 48px;
  }
}
@media (max-width: 768px) {
  .thanks-block__title {
    font-size: 37px;
  }
}
@media (max-width: 480px) {
	.section.privacy .section-title.policy {
        font-size: 19px;
		margin-bottom: 0;
    }
	.section.privacy .policy_text {
		font-size: 16px;
	}
  .icons-block,
  .white-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
  }
  .section-title {
    font-size: 21px;
    line-height: 29px;
    margin-bottom: 31px;
    padding-bottom: 10px;
  }
  .popup__content,
  .white-blocks {
    font-size: 14px;
  }
  .icons-block {
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .icons-block__item {
    width: 288px;
    padding: 0;
  }
  .text-block {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
  .alert-block__icon {
    min-width: 35px;
    width: 35px;
    height: 35px;
    margin-right: 7px;
  }
  .advantages .advantages-item {
    width: 100%;
  }
  .white-blocks {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .white-blocks .white-block {
    min-width: 300px;
    height: 150px;
  }
  .popup__title {
    font-size: 21px;
    line-height: 29px;
  }
  .popup__form {
    width: 250px;
    margin: 0;
  }
  .thanks-block__title {
    font-size: 16px;
  }
  .thanks-block__button {
    margin-top: 14px;
    padding: 4px 14px;
  }
}
.new {
  max-width: 100%;
  width: 1920px;
  height: 110px;
}
.new .decoration__left {
  position: absolute;
  left: 0;
  z-index: 0;
}
.new .decoration__right {
  position: absolute;
  right: 0;
  z-index: 0;
}
.new .descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
}
.new .descr p {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background-color: #fff;
  background-image: -o-linear-gradient(
    301.48deg,
    #e99e46 -0.27%,
    #f9e4cc 73.76%
  );
  background-image: linear-gradient(148.52deg, #e99e46 -0.27%, #f9e4cc 73.76%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 1;
}
@media (max-width: 1572px) {
  .new .descr {
    padding: 20px 0;
    max-width: 800px;
  }
}
@media (max-width: 1280px) {
  .new .descr {
    max-width: 550px;
  }
  .new .descr p {
    font-size: 16px;
    line-height: normal;
  }
}
@media (max-width: 922px) {
  .new {
    height: 140px;
  }
  .new .decoration__left {
    width: auto;
    height: auto;
    left: -100px;
    top: 31px;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .new .decoration__right {
    width: auto;
    height: auto;
    right: -100px;
    top: 37px;
  }
  .new .descr {
    max-width: 530px;
    padding: 30px 0;
  }
  .new .descr p {
    font-size: 16px;
  }
}
@media (max-width: 692px) {
  .new .decoration__right {
    right: -144px;
  }
  .new .descr {
    max-width: 429px;
  }
  .new .descr p {
    font-size: 14px;
  }
}
@media (max-width: 582px) {
  .new {
    height: 160px;
  }
  .new .decoration__left,
  .new .decoration__right {
    top: 50px;
  }
  .new .descr {
    max-width: 280px;
  }
  .new .descr p {
    font-size: 14px;
  }
}
@media (max-width: 454px) {
  .new {
    height: 150px;
  }
  .new .decoration__left,
  .new .decoration__right {
    top: 70px;
  }
  .new .descr {
    padding: 20px 0;
  }
}
@media (max-width: 400px) {
  .new {
    height: 140px;
  }
  .new .decoration__left,
  .new .decoration__right {
    top: 70px;
  }
}
@media (max-width: 380px) {
  .new {
    height: 137px;
  }
  .new .decoration__left,
  .new .decoration__right {
    top: 60px;
  }
  .new .descr {
    padding: 14px 0;
  }
}
.alert-block .decor,
.christmas__image,
.christmas__image--bg {
  top: 0;
  position: absolute;
  left: 0;
}
.christmas {
  max-width: 741px;
  max-height: 80px;
  margin-top: 30px;
  z-index: 1;
}
.christmas__image {
  right: 0;
  bottom: 0;
  z-index: -1;
}
.christmas__image--bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}
.christmas .christmas__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  color: #fff;
  padding: 8px 0 0 36px;
}
.christmas .christmas__subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  color: #fff;
  padding: 0 0 8px 43px;
}
.christmas__decoration_star--big {
  position: absolute;
  top: -30px;
  left: -40px;
}
.christmas__decoration_star--medium {
  position: absolute;
  top: 17px;
  right: 25px;
  height: 52px;
}
.christmas__decoration_star--small {
  position: absolute;
  top: -15px;
  right: 100px;
  height: 31px;
}
.christmas__decoration_balls--red {
  position: absolute;
  left: 20px;
  top: 38px;
  z-index: -2;
  width: 31px;
  height: 109px;
}
.christmas__decoration_balls--gold {
  position: absolute;
  z-index: -4;
  left: 44px;
  top: 56px;
}
.christmas__decoration_balls--blue {
  position: absolute;
  z-index: -2;
  right: 113px;
  top: 43px;
  height: 90px;
}
.christmas__decoration_balls--gold_small {
  position: absolute;
  z-index: -2;
  right: 155px;
  top: 44px;
}
@media (max-width: 1200px) {
  .christmas {
    max-width: 440px;
    max-height: 47px;
    margin-top: 15px;
  }
  .christmas .christmas__title {
    font-size: 20px;
    line-height: 20px;
    padding: 6px 0 0 17px;
  }
  .christmas .christmas__subtitle {
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 8px 25px;
  }
  .christmas__decoration_star--big {
    top: -18px;
    left: -24px;
    width: 50px;
  }
  .christmas__decoration_star--medium {
    top: 0;
    right: 5px;
    width: 40px;
  }
  .christmas__decoration_star--small {
    top: -23px;
    right: 70px;
    width: 20px;
  }
  .christmas__decoration_balls--red {
    left: 27px;
    top: 24px;
    width: 20px;
  }
  .christmas__decoration_balls--gold {
    left: 43px;
    top: 31px;
    width: 15px;
  }
  .christmas__decoration_balls--blue {
    right: 21px;
    top: 35px;
    width: 17px;
  }
  .christmas__decoration_balls--gold_small {
    right: 56px;
    top: 31px;
    width: 14px;
  }
}
@media (max-width: 768px) {
  .christmas {
    max-width: 317px;
    max-height: 35px;
  }
  .christmas .christmas__title {
    font-size: 15px;
    line-height: 11px;
    padding: 6px 0 0 20px;
  }
  .christmas .christmas__subtitle {
    font-size: 10px;
    line-height: 20px;
    padding: 0 0 8px 28px;
  }
  .christmas__decoration_star--big {
    top: -18px;
    left: -24px;
    width: 50px;
  }
  .christmas__decoration_star--medium {
    right: -16px;
  }
  .christmas__decoration_star--small {
    top: -18px;
    right: 30px;
    width: 23px;
  }
  .christmas__decoration_balls--red {
    left: 27px;
    top: -12px;
    width: 20px;
  }
  .christmas__decoration_balls--gold {
    left: 43px;
    top: 16px;
    height: 50px;
  }
  .christmas__decoration_balls--blue {
    right: 21px;
    top: 5px;
    height: 70px;
  }
  .christmas__decoration_balls--gold_small {
    right: 56px;
    top: 7px;
    height: 60px;
  }
}
@media (max-width: 640px) {
  .christmas {
    max-width: 410px;
    max-height: 44px;
    text-align: start;
    margin: 30px auto;
    width: 100%;
  }
  .christmas .christmas__title {
    font-size: 19px;
    line-height: 12px;
    padding: 9px 0 0 17px;
  }
  .christmas .christmas__subtitle {
    line-height: 24px;
    font-size: 12px;
    padding: 0 0 4px 21px;
  }
  .christmas__decoration_star--medium {
    right: 3px;
  }
  .christmas__decoration_star--small {
    top: -16px;
    right: 54px;
  }
  .christmas__decoration_balls--red {
    top: -5px;
  }
  .christmas__decoration_balls--gold {
    top: 23px;
  }
  .christmas__decoration_balls--blue,
  .christmas__decoration_balls--gold_small {
    top: 18px;
  }
}
@media (max-width: 444px) {
  .christmas {
    max-width: 320px;
    max-height: 35px;
  }
  .christmas .christmas__title {
    font-size: 16px;
    line-height: 11px;
    padding: 4px 0 0 8px;
  }
  .christmas .christmas__subtitle {
    line-height: 21px;
    padding: 0 0 4px 11px;
  }
  .christmas__decoration_star--medium {
    top: -5px;
    right: 0;
    width: 25px;
  }
  .christmas__decoration_star--small {
    right: 27px;
    top: -20px;
    width: 15px;
  }
  .christmas__decoration_balls--red {
    left: 21px;
    top: -13px;
    width: 15px;
  }
  .christmas__decoration_balls--gold {
    left: 34px;
    top: 14px;
    width: 12px;
  }
  .christmas__decoration_balls--blue {
    right: 22px;
    top: 10px;
    width: 14px;
  }
  .christmas__decoration_balls--gold_small {
    right: 44px;
    top: 9px;
    width: 12px;
  }
}
@media (max-width: 351px) {
  .christmas {
    max-width: 290px;
    max-height: 32px;
  }
  .christmas .christmas__title {
    font-size: 14px;
    line-height: 8px;
  }
  .christmas .christmas__subtitle {
    font-size: 11px;
    padding: 1px 0 0 14px;
  }
  .christmas__decoration_star--medium {
    top: -2px;
    right: -11px;
    width: 30px;
  }
  .christmas__decoration_star--small {
    right: 18px;
    top: -17px;
    width: 22px;
  }
  .christmas__decoration_balls--red {
    left: 21px;
    top: -13px;
    width: 15px;
  }
  .christmas__decoration_balls--gold {
    left: 34px;
    top: 14px;
    width: 12px;
  }
  .christmas__decoration_balls--blue {
    right: 22px;
    top: 10px;
    width: 14px;
  }
  .christmas__decoration_balls--gold_small {
    right: 44px;
    top: 9px;
    width: 12px;
  }
}
.img_full {
  width: 100%;
  margin: 15px 0 35px;
}
.alert-block {
  margin: 30px 0;
  padding: 30px 20px 30px 66px;
  position: relative;
  background: #fff;
  color: rgba(0, 0, 0, 0.95);
  font-family: "Harmonia Sans Pro Cyr";
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 140%;
}
.alert-block2,
.alert-block3 {
  background-repeat: no-repeat;
  background-position: 20px 30px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.95);
  font-family: "Harmonia Sans Pro Cyr";
  font-style: italic;
  font-weight: 600;
  margin: 30px 0;
  padding: 100px 20px 30px;
  font-size: 18px;
  line-height: 140%;
}
.alert-block .decor {
  width: 66px;
  padding: 30px 10px 30px 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.alert-block .decor svg {
  width: 35px;
  height: 35px;
}
.alert-block .decor span {
  display: block;
  width: 2px;
  height: calc(100% - 70px);
  background: #0185ce;
}
.alert-block2 {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none"><g clip-path="url(%23clip0_2112_333)"><path d="M42.3712 0H17.3196L0 17.3196V42.6804L17.3196 60H42.3712L60 42.6804V17.3196L42.3712 0Z" fill="url(%23paint0_linear_2112_333)"/><path d="M36.5363 42.3834C20.1788 25.3766 5.36315 35.2972 0 42.3834V23.8978C5.47485 18.044 18.905 9.41731 28.8268 21.7411C38.7486 34.0649 53.743 28.3138 60 23.8978V42.3834C50.8825 50.7635 40.5587 45.8751 36.5363 42.3834Z" fill="url(%23paint1_linear_2112_333)"/><path d="M24.3181 42.7839C25.0716 42.7839 25.7942 42.4846 26.327 41.9519C26.8597 41.4191 27.1591 40.6965 27.1591 39.943V31.4203C27.1591 30.6668 26.8597 29.9442 26.327 29.4115C25.7942 28.8787 25.0716 28.5794 24.3181 28.5794C23.9414 28.5794 23.5801 28.4297 23.3137 28.1633C23.0473 27.897 22.8977 27.5357 22.8977 27.1589V25.7385C22.8977 24.985 23.197 24.2624 23.7298 23.7297C24.2626 23.1969 24.9851 22.8976 25.7386 22.8976C26.1153 22.8976 26.4766 22.7479 26.743 22.4815C27.0094 22.2151 27.1591 21.8538 27.1591 21.4771V18.6362C27.1591 18.2595 27.0094 17.8982 26.743 17.6318C26.4766 17.3654 26.1153 17.2158 25.7386 17.2158C23.4782 17.2158 21.3104 18.1137 19.7121 19.712C18.1138 21.3103 17.2159 23.4781 17.2159 25.7385V39.943C17.2159 40.6965 17.5152 41.4191 18.048 41.9519C18.5807 42.4846 19.3033 42.7839 20.0568 42.7839H24.3181ZM39.9431 42.7839C40.6966 42.7839 41.4192 42.4846 41.952 41.9519C42.4847 41.4191 42.7841 40.6965 42.7841 39.943V31.4203C42.7841 30.6668 42.4847 29.9442 41.952 29.4115C41.4192 28.8787 40.6966 28.5794 39.9431 28.5794C39.5664 28.5794 39.2051 28.4297 38.9387 28.1633C38.6723 27.897 38.5227 27.5357 38.5227 27.1589V25.7385C38.5227 24.985 38.822 24.2624 39.3548 23.7297C39.8876 23.1969 40.6101 22.8976 41.3636 22.8976C41.7403 22.8976 42.1016 22.7479 42.368 22.4815C42.6344 22.2151 42.7841 21.8538 42.7841 21.4771V18.6362C42.7841 18.2595 42.6344 17.8982 42.368 17.6318C42.1016 17.3654 41.7403 17.2158 41.3636 17.2158C39.1032 17.2158 36.9354 18.1137 35.3371 19.712C33.7388 21.3103 32.8409 23.4781 32.8409 25.7385V39.943C32.8409 40.6965 33.1402 41.4191 33.673 41.9519C34.2057 42.4846 34.9283 42.7839 35.6818 42.7839H39.9431Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><linearGradient id="paint0_linear_2112_333" x1="29.8454" y1="0" x2="29.8454" y2="60" gradientUnits="userSpaceOnUse"><stop stop-color="%23E24461"/><stop offset="1" stop-color="%23ED7314"/></linearGradient><linearGradient id="paint1_linear_2112_333" x1="6.80111e-07" y1="27.526" x2="57.2165" y2="45.1549" gradientUnits="userSpaceOnUse"><stop stop-color="%23E2425D"/><stop offset="1" stop-color="%23ED8111"/></linearGradient><clipPath id="clip0_2112_333"><rect width="60" height="60" fill="white"/></clipPath></defs></svg>');
}
.alert-block3 {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="60" height="60" viewBox="0 0 60 60" fill="none"><g clip-path="url(%23clip0_2112_342)"><path d="M42.3712 0H17.3196L0 17.3196V42.6804L17.3196 60H42.3712L60 42.6804V17.3196L42.3712 0Z" fill="url(%23paint0_linear_2112_342)"/><path d="M36.5363 42.3834C20.1788 25.3766 5.36315 35.2972 0 42.3834V23.8978C5.47485 18.044 18.905 9.41731 28.8268 21.7411C38.7486 34.0649 53.743 28.3138 60 23.8978V42.3834C50.8825 50.7635 40.5587 45.8751 36.5363 42.3834Z" fill="url(%23paint1_linear_2112_342)"/><path d="M24.3181 42.7839C25.0716 42.7839 25.7942 42.4846 26.327 41.9519C26.8597 41.4191 27.1591 40.6965 27.1591 39.943V31.4203C27.1591 30.6668 26.8597 29.9442 26.327 29.4115C25.7942 28.8787 25.0716 28.5794 24.3181 28.5794C23.9414 28.5794 23.5801 28.4297 23.3137 28.1633C23.0473 27.897 22.8977 27.5357 22.8977 27.1589V25.7385C22.8977 24.985 23.197 24.2624 23.7298 23.7297C24.2626 23.1969 24.9851 22.8976 25.7386 22.8976C26.1153 22.8976 26.4766 22.7479 26.743 22.4815C27.0094 22.2151 27.1591 21.8538 27.1591 21.4771V18.6362C27.1591 18.2595 27.0094 17.8982 26.743 17.6318C26.4766 17.3654 26.1153 17.2158 25.7386 17.2158C23.4782 17.2158 21.3104 18.1137 19.7121 19.712C18.1138 21.3103 17.2159 23.4781 17.2159 25.7385V39.943C17.2159 40.6965 17.5152 41.4191 18.048 41.9519C18.5807 42.4846 19.3033 42.7839 20.0568 42.7839H24.3181ZM39.9431 42.7839C40.6966 42.7839 41.4192 42.4846 41.952 41.9519C42.4847 41.4191 42.7841 40.6965 42.7841 39.943V31.4203C42.7841 30.6668 42.4847 29.9442 41.952 29.4115C41.4192 28.8787 40.6966 28.5794 39.9431 28.5794C39.5664 28.5794 39.2051 28.4297 38.9387 28.1633C38.6723 27.897 38.5227 27.5357 38.5227 27.1589V25.7385C38.5227 24.985 38.822 24.2624 39.3548 23.7297C39.8876 23.1969 40.6101 22.8976 41.3636 22.8976C41.7403 22.8976 42.1016 22.7479 42.368 22.4815C42.6344 22.2151 42.7841 21.8538 42.7841 21.4771V18.6362C42.7841 18.2595 42.6344 17.8982 42.368 17.6318C42.1016 17.3654 41.7403 17.2158 41.3636 17.2158C39.1032 17.2158 36.9354 18.1137 35.3371 19.712C33.7388 21.3103 32.8409 23.4781 32.8409 25.7385V39.943C32.8409 40.6965 33.1402 41.4191 33.673 41.9519C34.2057 42.4846 34.9283 42.7839 35.6818 42.7839H39.9431Z" stroke="white" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></g><defs><linearGradient id="paint0_linear_2112_342" x1="33.3704" y1="3.75768e-07" x2="26.3203" y2="60" gradientUnits="userSpaceOnUse"><stop stop-color="%230015FF"/><stop offset="1" stop-color="%234E66FF"/></linearGradient><linearGradient id="paint1_linear_2112_342" x1="0" y1="31.2373" x2="60" y2="31.2373" gradientUnits="userSpaceOnUse"><stop stop-color="%230015FF"/><stop offset="1" stop-color="%234E66FF"/></linearGradient><clipPath id="clip0_2112_342"><rect width="60" height="60" fill="white"/></clipPath></defs></svg>');
}
@media (min-width: 450px) {
  .alert-block2,
  .alert-block3 {
    padding: 30px 20px 30px 100px;
  }
}
.text-content h2::after {
  position: absolute;
  background-color: #0185ce;
  left: 0;
  bottom: -15px;
  width: 150px;
  height: 8px;
  content: "";
}
.text-content ul li {
  font-size: 18px;
  line-height: 140%;
  position: relative;
  color: #fff;
  margin-bottom: 15px;
  list-style-type: none;
  padding-left: 20px;
}
.text-content ul li::before {
  position: absolute;
  content: "";
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="17" viewBox="0 0 14 17" fill="none"><path d="M0 4.40719L7 0.203735L14 4.40719V12.6666L7 16.7963L0 12.6666V4.40719Z" fill="%230185CE"/></svg>');
  width: 14px;
  height: 16.59px;
  top: 50%;
  -webkit-transform: translatey(-50%);
  -ms-transform: translatey(-50%);
  transform: translatey(-50%);
  left: 0;
}
.table-wrapper {
  overflow-x: auto;
  margin-top: 15px;
  width: 100%;
}
.table-wrapper table {
  margin-bottom: 20px;
  border-collapse: collapse;
  overflow-x: auto;
  max-width: 100%;
}
.table-wrapper td,
.table-wrapper th {
  background: rgba(22, 80, 157, 0.94);
  border: 1px solid #fff;
  padding: 5px;
  vertical-align: top;
}
.table-wrapper td a {
  text-decoration: underline;
  color: #fff;
}
.footer__soc {
  display: flex;
  gap: 20px;
  svg {
    width: 24px;
    height: 24px;
  }
  @media (max-width: 767px) {
    justify-content: center;
    margin-bottom: 25px;
  }
}
body.lock {
  overflow: hidden;
}
@media(min-width:992px){
	.section.privacy .section__content {
		margin-top: 160px;
	}
}
@media(max-width:426px) {
	.wrapper__footer {
		padding-bottom: 120px
	}
}