@charset "UTF-8";
* {
  font-family: 'Roboto', sans-serif;
  -webkit-tap-highlight-color: transparent; }

.container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

@media (max-width: 1240px) {
  .container {
    padding: 0 30px; } }

@media (max-width: 992px) {
  .container {
    padding: 0 15px; } }

.wrapper {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px; }

@media (min-width: 768px) {
  .wrapper {
    width: 750px; } }

@media (min-width: 992px) {
  .wrapper {
    width: 970px; } }

@media (min-width: 1200px) {
  .wrapper {
    width: 1170px; } }

.wrapper-960 {
  margin-right: auto;
  margin-left: auto;
  max-width: 960px; }

.wrapper-1000 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1000px; }

.wrapper-1070 {
  margin-right: auto;
  margin-left: auto;
  max-width: 1070px; }

#scrollToTopBtn {
  position: fixed;
  right: 8px;
  bottom: 8px;
  width: 50px;
  height: 50px;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #e0dfe6;
  border-radius: 50px;
  z-index: 1000;
  cursor: pointer; }

#scrollToTopBtn:hover {
  opacity: .6; }

@-webkit-keyframes showBlock {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes showBlock {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes rotateArrow {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  20% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }
  30% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  40% {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  60% {
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg); }
  70% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg); }
  80% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  90% {
    -webkit-transform: rotate(170deg);
    transform: rotate(170deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@keyframes rotateArrow {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  10% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  20% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }
  30% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  40% {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  60% {
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg); }
  70% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg); }
  80% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  90% {
    -webkit-transform: rotate(170deg);
    transform: rotate(170deg); }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); } }

@-webkit-keyframes rotateArrowLeft {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  10% {
    -webkit-transform: rotate(170deg);
    transform: rotate(170deg); }
  20% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  30% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg); }
  40% {
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  60% {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg); }
  70% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  80% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }
  90% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

@keyframes rotateArrowLeft {
  0% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  10% {
    -webkit-transform: rotate(170deg);
    transform: rotate(170deg); }
  20% {
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg); }
  30% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg); }
  40% {
    -webkit-transform: rotate(110deg);
    transform: rotate(110deg); }
  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  60% {
    -webkit-transform: rotate(70deg);
    transform: rotate(70deg); }
  70% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  80% {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg); }
  90% {
    -webkit-transform: rotate(20deg);
    transform: rotate(20deg); }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); } }

.anchor_head_btn.active_anchor_head_btn {
  -webkit-animation: rotateArrow .3s linear forwards;
  animation: rotateArrow .3s linear forwards; }

.countries__popup.active_modal {
  -webkit-animation: showBlock .3s linear forwards;
  animation: showBlock .3s linear forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.modal.active_modal {
  -webkit-animation: showBlock .3s linear forwards;
  animation: showBlock .3s linear forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.nav-item.activeCurrentNavItem {
  border-top: 4px solid #00ABF9;
  border-bottom: 4px solid #00ABF9; }

@media (max-width: 1084px) {
  .nav-item.activeCurrentNavItem {
    border: none; } }

.wow_title {
  opacity: 0;
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }

.wow_active {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1; }

.wow_title_wrapper.column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.wow_title_wrapper.column .wow_text_descr {
  width: 100%; }

.wow_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cdd6dc;
  padding-bottom: 20px; }

@media (max-width: 768px) {
  .wow_title_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 30px; } }

.wow_title_wrapper:before {
  content: "";
  background-color: #00ABF9;
  position: absolute;
  bottom: -2px;
  height: 5px;
  width: 50px; }

.wow_title_wrapper .wow_text_white {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  position: relative;
  color: #fff; }

.wow_title_wrapper .wow_text_white .small_text {
  font-size: 30px;
  line-height: 30px; }

@media (max-width: 992px) {
  .wow_title_wrapper .wow_text_white {
    font-size: 50px; } }

@media (max-width: 500px) {
  .wow_title_wrapper .wow_text_white {
    font-size: 40px;
    line-height: 60px; }
  .wow_title_wrapper .wow_text_white .small_text {
    font-size: 20px;
    line-height: 20px; } }

@media (max-width: 400px) {
  .wow_title_wrapper .wow_text_white {
    font-size: 32px;
    line-height: 40px; } }

.wow_title_wrapper .wow_text_black {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  position: relative;
  color: #242434; }

.wow_title_wrapper .wow_text_black .small_text {
  font-size: 30px;
  line-height: 30px; }

@media (max-width: 992px) {
  .wow_title_wrapper .wow_text_black {
    font-size: 50px; } }

@media (max-width: 500px) {
  .wow_title_wrapper .wow_text_black {
    font-size: 40px;
    line-height: 60px; }
  .wow_title_wrapper .wow_text_black .small_text {
    font-size: 20px;
    line-height: 20px; } }

@media (max-width: 400px) {
  .wow_title_wrapper .wow_text_black {
    font-size: 32px;
    line-height: 40px; } }

.wow_title_wrapper .wow_text_descr {
  opacity: 0;
  -webkit-transform: translate(50%, 0px);
  -ms-transform: translate(50%, 0px);
  transform: translate(50%, 0px);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  width: 50%;
  color: #fff;
  border-left: 1px solid #817bba; }

@media (max-width: 768px) {
  .wow_title_wrapper .wow_text_descr {
    width: 100%; } }

.wow_title_wrapper .wow_text_descr .text {
  padding: 15px 15px 15px 25px; }

.wow_title_wrapper .wow_text_descr.wow_active_right {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  opacity: 1; }

.blue {
  color: #00ABF9; }

.no-scroll {
  overflow: hidden; }

.big_img {
  max-width: 100%;
  min-height: 240px;
  max-height: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 3.2em 0; }

.old_price {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  margin: 0 20px; }

@media (max-width: 400px) {
  .old_price {
    margin: 0 7px; } }

.old_price svg {
  position: absolute;
  width: 163px;
  height: 31px; }

@media (max-width: 600px) {
  .old_price svg {
    width: 125px; } }

@media (max-width: 400px) {
  .old_price svg {
    width: 90px;
    height: 20px; } }

.italic {
  font-style: italic;
  color: #00ABF9; }

a.leaf-link {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #00ABF9; }

.form-container .form-body form .field input.error-validation {
  border: 1px solid red; }

.form .field input.error-validation {
  border: 1px solid red; }

.block .container-form .form-otzyvy input.error-validation {
  border: 1px solid red; }

@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Light';
  src: url("../fonts/Roboto-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Medium';
  src: url("../fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Thin';
  src: url("../fonts/Roboto-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Black';
  src: url("../fonts/Roboto-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Roboto-Bold';
  src: url("../fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

.header__contacts {
  position: relative;
  z-index: 4;
  overflow: hidden;
  background: #1b1542;
  background-size: cover;
  color: #e2e2eb;
  padding: 0 0 15px 0;
  line-height: 24px; }

@media (max-width: 1084px) {
  .header__contacts {
    display: none; } }

#header__top {
  position: relative; }

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0; }

.info__block__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.info__block__item .icon {
  width: 11px;
  height: 15px;
  margin-right: 5px; }

.info__block__item .text {
  font-size: 14px; }

.info__block__item .country {
  font-size: 12px;
  font-weight: 400;
  margin-right: 5px; }

.info__block__item .phone {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-decoration: none; }

.info__block__item .phone__free {
  position: relative; }

.info__block__item .phone__free::after {
  content: 'Бесплатно из Украины';
  position: absolute;
  left: 0;
  bottom: -5px;
  font-size: 10px;
  line-height: 1;
  color: #ffffff;
  width: 123px; }

.info__block__item .icon__link img {
  width: 16px;
  height: 16px; }

.info__block__item .icon__link--big {
  width: 20px;
  height: 20px;
  margin-right: 10px; }

.info__block__item .text__link {
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  text-decoration: none; }

.info__block .quality__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2px 5px 2px 10px;
  font-size: 14px;
  color: #fff;
  min-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  margin-top: 0;
  padding: 5px 24px;
  max-width: 184px;
  width: 100%;
  text-decoration: none;
  border-left: 1px solid #C0BCE8;
  border-right: 1px solid #C0BCE8; }

.info__block .quality__block .quality__link {
  width: 26px;
  height: 26px;
  margin-right: 10px; }

.info__block .quality__block p {
  font-size: 13px;
  line-height: 17px;
  color: #fff;
  text-align: center; }

.menu__desktop {
  position: relative;
  background-color: #fff;
  z-index: 4;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08); }

@media (min-width: 1084px) {
  .menu__desktop {
    z-index: 4; } }

.menu__desktop.fixed {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: #fff;
  z-index: 3333; }

.navbar-collapse {
  width: 100%; }

.nav__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.nav__container .menu__logo {
  display: none;
  margin-bottom: 9px;
  width: 125px;
  height: 42px; }

.nav__container .menu__logo img {
  width: 100%;
  height: 100%; }

@media (max-width: 1165px) {
  .nav__container .menu__logo {
    width: 120px; } }

@media (max-width: 1150px) {
  .nav__container .menu__logo {
    width: 100px; } }

@media (max-width: 1084px) {
  .nav__container .menu__logo {
    display: block; } }

.nav__container .menu__logo--mob {
  display: none; }

@media (max-width: 1084px) {
  .nav__container .menu__logo--mob {
    display: block;
    width: 125px;
    height: 42px;
    margin: 0 auto; }
  .nav__container .menu__logo--mob img {
    width: 100%;
    height: 100%; } }

.navbar-collapse .navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.nav-item {
  cursor: pointer; }

.nav-item a {
  font-size: 13px;
  color: #242434;
  text-transform: uppercase;
  padding: 36px 7px;
  text-decoration: none; }

@media (max-width: 1126px) {
  .nav-item a {
    font-size: 12px;
    padding: 36px 10px; } }

.nav-item .preventDefault {
  font-size: 13px;
  color: #242434;
  text-transform: uppercase;
  padding: 36px 7px; }

@media (max-width: 1126px) {
  .nav-item .preventDefault {
    font-size: 12px; } }

.nav-item:hover {
  border-top: 4px solid #00ABF9;
  border-bottom: 4px solid #00ABF9; }

.nav-item:last-child,
.nav-item:not(:last-child) {
  border-right: none; }

.nav-item:first-child {
  border-left: none; }

.nav-item:not(:last-child)::after {
  width: calc(100% - 1px); }

.nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.nav-item {
  width: auto;
  text-align: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  border-top: 4px solid #fff;
  border-bottom: 4px solid #fff; }

.sub-nav-block {
  display: none;
  z-index: 2;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  position: absolute;
  margin: 0;
  width: 1170px;
  top: 91px;
  left: -350px;
  background: #575b80;
  z-index: 13;
  -webkit-box-shadow: -15px 15px 10px -15px #000;
  box-shadow: -15px 15px 10px -15px #000;
  cursor: pointer; }

.sub-nav-block a {
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  text-transform: none;
  display: block;
  line-height: 1.3;
  width: 100%;
  padding: 30px 25px 30px 25px; }

.sub-nav-block li {
  position: relative;
  background-color: #575b80;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 25%;
  border-right: 1px solid #6E718F; }

.sub-nav-block li .dropdown_white {
  position: absolute;
  right: 0; }

.sub-nav-block li:hover {
  background: #00ABF9; }

@media (max-width: 1240px) {
  .sub-nav-block {
    width: 1045px; } }

.nav-item:hover > .sub-nav-block.es,
.nav-item:hover > .sub-nav-block.usa,
.nav-item:hover > .sub-nav-block.il,
.nav-item:hover > .sub-nav-block.passport,
.nav-item:hover > .sub-nav-block.vnj {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  right: 0;
  left: 0; }

.nav-item:hover ~ body {
  background: rgba(0, 0, 0, 0.5); }

.wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
  height: 100%;
  z-index: -1;
  opacity: 0;
  filter: alpha(opacity=0); }

.wrap.fade {
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
  z-index: 1;
  opacity: .5;
  filter: alpha(opacity=50); }

.content-shadow {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background: rgba(30, 30, 30, 0.8);
  z-index: 2; }

.sub-nav-block.es .es:hover .sub-nav-block__links.es {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: 0px; }

.sub-nav-block.es .rum:hover .sub-nav-block__links.rum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: -292px; }

@media (max-width: 1240px) {
  .sub-nav-block.es .rum:hover .sub-nav-block__links.rum {
    left: -261px; } }

.sub-nav-block.es .bulg:hover .sub-nav-block__links.bulg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: -585px; }

@media (max-width: 1240px) {
  .sub-nav-block.es .bulg:hover .sub-nav-block__links.bulg {
    left: -522px; } }

.sub-nav-block.es .pol:hover .sub-nav-block__links.pol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  left: -877px; }

@media (max-width: 1240px) {
  .sub-nav-block.es .pol:hover .sub-nav-block__links.pol {
    left: -783px; } }

.sub-nav-block.es a,
.sub-nav-block.usa a,
.sub-nav-block.il a,
.sub-nav-block.passport a,
.sub-nav-block.vnj a {
  padding: 28px;
  text-align: center; }

.sub-nav-block.es li,
.sub-nav-block.usa li,
.sub-nav-block.il li,
.sub-nav-block.passport li,
.sub-nav-block.vnj li {
  position: relative;
  border: none; }

.sub-nav-block.es li::before,
.sub-nav-block.usa li::before,
.sub-nav-block.il li::before,
.sub-nav-block.passport li::before,
.sub-nav-block.vnj li::before {
  content: '';
  width: 80%;
  height: 1px;
  position: absolute;
  left: 10%;
  bottom: 0;
  background: #6e718f; }

.sub-nav-block.es li::after,
.sub-nav-block.usa li::after,
.sub-nav-block.il li::after,
.sub-nav-block.passport li::after,
.sub-nav-block.vnj li::after {
  content: "";
  width: 1px;
  background: #6e718f;
  height: 50px;
  position: absolute;
  right: 0;
  top: 25px; }

.sub-nav-block .nav-item:not(:last-child)::after {
  width: calc(100% - 1px); }

@media (min-width: 1084px) {
  .navbar-toggle {
    display: none; }
  .back {
    display: none; } }

@media (max-width: 1084px) {
  .nav__container {
    position: relative; }
  .navbar-toggle {
    position: absolute;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #3d356f;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 9px 10px;
    cursor: pointer;
    margin: 15px 0; }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: #fff; }
  .desktop {
    display: none; }
  .navbar-collapse .navbar-nav {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: -100%; } }

.navbar-collapse .navbar-nav.active {
  display: block;
  height: 100%;
  position: fixed;
  left: 30%;
  -webkit-box-shadow: -15px 15px 10px -15px #000;
  box-shadow: -15px 15px 10px -15px #000;
  background-color: #fff;
  width: 70%;
  top: 0;
  z-index: 20;
  overflow: auto; }

@media (max-width: 375px) {
  .navbar-collapse .navbar-nav.active {
    width: 80%;
    left: 20%; } }

.navbar-collapse .navbar-nav.active .nav-item_mob {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 45px; }

.navbar-collapse .navbar-nav.active .nav-item_mob:nth-child(9) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.navbar-collapse .navbar-nav.active .nav-item_mob a {
  font-size: 15px;
  text-transform: none;
  padding: 12px 10px 12px 20px; }

.navbar-collapse .navbar-nav.active .nav-item_mob .preventDefault {
  font-size: 15px;
  text-transform: none;
  padding: 12px 10px 12px 20px; }

.navbar-collapse .navbar-nav.active .nav-item_mob .arrow_mobile_first {
  display: inline-block;
  border: solid #242434;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 4px;
  position: absolute;
  right: 25px; }

.navbar-collapse .navbar-nav.active .nav-item_mob .arrow_mobile {
  position: absolute;
  right: 0;
  width: 50px;
  height: 45px; }

.navbar-collapse .navbar-nav.active .nav-item_mob .arrow_mobile .arrow {
  margin-left: 15px;
  margin-top: 15px;
  display: inline-block;
  border: solid #242434;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  padding: 4px; }

.navbar-collapse .navbar-nav.active .nav-item_mob .arrow_mobile.back_arrow {
  -webkit-transform: rotate(136deg);
  -ms-transform: rotate(136deg);
  transform: rotate(136deg);
  right: 950px;
  border-color: #fff; }

.navbar-collapse .navbar-nav.active .nav-item_mob .back {
  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;
  cursor: pointer;
  background: #575b80;
  min-height: 50px; }

.navbar-collapse .navbar-nav.active .nav-item_mob .back_title {
  text-align: center;
  color: #fff; }

.navbar-collapse .navbar-nav.active .nav-item_mob:hover {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: none; }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.es.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.rum.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.bulg.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.pol.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.es.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.rum.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.bulg.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.pol.mobile {
  position: fixed;
  display: block;
  background: #fff;
  width: 70%;
  top: 0px;
  height: 100%;
  left: -200%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  z-index: 30; }

@media (max-width: 375px) {
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.es.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.rum.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.bulg.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.pol.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.es.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.rum.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.bulg.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.pol.mobile {
    width: 80%; } }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.es.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.rum.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.bulg.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.pol.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.es.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.rum.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.bulg.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.pol.mobile li {
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  min-height: 45px;
  width: 100%;
  background-color: #fff; }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.es.mobile li:last-child,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile li:last-child,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile li:last-child,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile li:last-child,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile li:last-child,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.rum.mobile li:last-child,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.bulg.mobile li:last-child,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.pol.mobile li:last-child,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.es.mobile li:last-child,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.rum.mobile li:last-child,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.bulg.mobile li:last-child,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.pol.mobile li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.es.mobile li .dropdown_white,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile li .dropdown_white,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile li .dropdown_white,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile li .dropdown_white,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile li .dropdown_white,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.rum.mobile li .dropdown_white,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.bulg.mobile li .dropdown_white,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.pol.mobile li .dropdown_white,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.es.mobile li .dropdown_white,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.rum.mobile li .dropdown_white,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.bulg.mobile li .dropdown_white,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.pol.mobile li .dropdown_white {
  display: none; }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.es.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.rum.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.bulg.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.pol.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.es.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.rum.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.bulg.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.pol.mobile li a {
  display: block;
  margin-right: 55px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
  color: #242434; }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.es.mobile.active_mobile_es_first,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.rum.mobile.active_mobile_es_first,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.bulg.mobile.active_mobile_es_first,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.pol.mobile.active_mobile_es_first,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile.active_mobile_es_first,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile.active_mobile_es_first,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile.active_mobile_es_first,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile.active_mobile_es_first {
  left: 30%; }

@media (max-width: 375px) {
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.es.mobile.active_mobile_es_first,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.rum.mobile.active_mobile_es_first,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.bulg.mobile.active_mobile_es_first,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.pol.mobile.active_mobile_es_first,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile.active_mobile_es_first,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile.active_mobile_es_first,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile.active_mobile_es_first,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile.active_mobile_es_first {
    left: 20%; } }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.es.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.rum.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.bulg.mobile,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.pol.mobile {
  left: 155%;
  width: 100%;
  z-index: 40;
  overflow: auto; }

@media (max-width: 375px) {
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.es.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.rum.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.bulg.mobile,
  .navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.pol.mobile {
    left: 150%; } }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.es.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.rum.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.bulg.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.pol.mobile li a {
  display: block;
  margin-right: 55px;
  border-right: none;
  font-size: 15px;
  color: #242434; }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.es.mobile li::before,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.rum.mobile li::before,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.bulg.mobile li::before,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.pol.mobile li::before {
  content: none; }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.es.mobile.active_mobile_es_second,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.rum.mobile.active_mobile_es_second,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.bulg.mobile.active_mobile_es_second,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block__links.pol.mobile.active_mobile_es_second {
  left: 0%; }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile li,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile li {
  display: block; }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile li a,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile li a {
  display: block;
  text-align: left;
  margin-right: 55px;
  border-right: none;
  font-size: 15px;
  color: #242434; }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile li::before,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile li::before,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile li::before,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile li::before {
  content: none; }

.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.usa.mobile li::after,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.il.mobile li::after,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.passport.mobile li::after,
.navbar-collapse .navbar-nav.active .nav-item_mob .sub-nav-block.vnj.mobile li::after {
  content: none; }

#arrow_prev {
  z-index: 200; }

#arrow_prev_second {
  z-index: 300; }

#arrow_prev.disable {
  z-index: 0; }

.arrow_prev_second {
  position: absolute;
  left: 0;
  width: 50px;
  height: 45px;
  cursor: pointer; }

@media (min-width: 1084px) {
  .arrow_prev_second {
    display: none; } }

.arrow_prev_second .arrow {
  margin-left: 20px;
  margin-top: 15px;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  padding: 6px; }

.arrow_prev {
  position: absolute;
  left: 0;
  top: 3px;
  width: 50px;
  height: 45px;
  cursor: pointer; }

@media (min-width: 1084px) {
  .arrow_prev {
    display: none; } }

.arrow_prev .arrow {
  margin-left: 20px;
  margin-top: 15px;
  display: inline-block;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  padding: 6px; }

.burger__contacts {
  display: none; }

.qc__li {
  display: none; }

@media (max-width: 1084px) {
  .burger__contacts {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 25px 0 0 20px; }
  .burger__contacts .burger__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
  .burger__contacts .burger__info .burger__icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 25px;
    font-weight: 700;
    font-size: 16px;
    margin-right: 15px; } }

@media (max-width: 1084px) and (max-width: 375px) {
  .burger__contacts .burger__info .burger__icon {
    margin-right: 10px; } }

@media (max-width: 1084px) {
  .burger__contacts .burger__info .burger__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px; }
  .burger__contacts .burger__info .burger__links .messangers__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px; }
  .burger__contacts .burger__info .burger__links .icons__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px; }
  .burger__contacts .burger__info .burger__links .icons__wrapper .icon__link {
    width: 16px;
    height: 16px; }
  .burger__contacts .burger__info .burger__links .icons__wrapper .icon__link img {
    width: 100%;
    height: 100%; }
  .burger__contacts .burger__info a {
    font-size: 15px;
    color: #242434;
    text-decoration: none; }
  .burger__contacts .burger__info .phone--free {
    position: relative; }
  .burger__contacts .burger__info .phone--free:after {
    content: 'Бесплатно из Украины';
    position: absolute;
    left: 0;
    font-size: 10px;
    line-height: 1;
    width: 123px;
    color: #242434;
    bottom: -7px; }
  .qc__li {
    display: block;
    padding: 10px 0 0;
    border-color: transparent; }
  .qc__li .quality__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 5px 2px 10px;
    text-align: center;
    border: 1px solid #FFFFFF;
    height: 40px;
    min-height: 40px;
    margin: 0 auto;
    background: #1b1542;
    padding: 3px 32px;
    max-width: 199.3px;
    width: 100%;
    text-decoration: none; }
  .qc__li .quality__block img {
    width: 26px;
    height: 26px; }
  .qc__li .quality__block p {
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    text-align: center; } }

@media (max-width: 330px) {
  .burger__contacts {
    padding: 25px 0 0 10px; } }

.sub-nav-block__links {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  position: absolute;
  margin: 0;
  left: -350px;
  width: 1170px;
  background-color: #fff;
  top: -115px;
  cursor: pointer;
  top: 75px; }

.sub-nav-block__links a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 1.3;
  width: 100%;
  padding: 25px 25px 25px 25px; }

.sub-nav-block__links a p {
  font-size: 14px;
  color: #242434;
  line-height: 1.3; }

.sub-nav-block__links li {
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  border: none; }

.sub-nav-block__links li::before {
  content: '';
  background-color: #ebebeb;
  width: 80%;
  height: 1px;
  position: absolute;
  left: 10%;
  bottom: 0; }

.sub-nav-block__links li::after {
  content: '';
  background-color: #ebebeb;
  width: 1px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 10px; }

.sub-nav-block__links li:hover {
  background: #fff; }

@media (max-width: 1240px) {
  .sub-nav-block__links {
    width: 1045px; } }

.sub-nav-block__links.es,
.sub-nav-block__links.rum,
.sub-nav-block__links.bulg,
.sub-nav-block__links.pol {
  display: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 2;
  -webkit-transform: scale(0.97);
  -ms-transform: scale(0.97);
  transform: scale(0.97);
  position: absolute;
  margin: 0;
  left: -350px;
  width: 1170px;
  background-color: #fff;
  top: -115px;
  cursor: pointer;
  top: 75px; }

.sub-nav-block__links.es a,
.sub-nav-block__links.rum a,
.sub-nav-block__links.bulg a,
.sub-nav-block__links.pol a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  display: block;
  line-height: 1.3;
  width: 100%;
  padding: 25px 25px 25px 25px; }

.sub-nav-block__links.es a p,
.sub-nav-block__links.rum a p,
.sub-nav-block__links.bulg a p,
.sub-nav-block__links.pol a p {
  font-size: 14px;
  color: #242434;
  line-height: 1.3; }

.sub-nav-block__links.es li,
.sub-nav-block__links.rum li,
.sub-nav-block__links.bulg li,
.sub-nav-block__links.pol li {
  background-color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 25%;
  border: none; }

.sub-nav-block__links.es li::before,
.sub-nav-block__links.rum li::before,
.sub-nav-block__links.bulg li::before,
.sub-nav-block__links.pol li::before {
  content: '';
  background-color: #ebebeb;
  width: 80%;
  height: 1px;
  position: absolute;
  left: 10%;
  bottom: 0; }

.sub-nav-block__links.es li::after,
.sub-nav-block__links.rum li::after,
.sub-nav-block__links.bulg li::after,
.sub-nav-block__links.pol li::after {
  content: '';
  background-color: #ebebeb;
  width: 1px;
  height: 50px;
  position: absolute;
  right: 0;
  top: 10px; }

.sub-nav-block__links.es li:hover,
.sub-nav-block__links.rum li:hover,
.sub-nav-block__links.bulg li:hover,
.sub-nav-block__links.pol li:hover {
  background: #fff; }

@media (max-width: 1240px) {
  .sub-nav-block__links.es,
  .sub-nav-block__links.rum,
  .sub-nav-block__links.bulg,
  .sub-nav-block__links.pol {
    width: 1045px; } }

.header-top-soc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #C0BCE8; }

.soc-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
  padding: 0 10px; }

.soc-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.soc-right .info__block__item {
  gap: 10px;
  padding: 0 30px; }

.logo-adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px; }

.logo-adress #logo-desktop img {
  max-width: 160px;
  width: 100%;
  height: 100%; }

img.desktop {
  width: 9px;
  height: 5px; }

.header__content .info__block.num {
  padding: 0 10px; }

.footer {
  background: #2d294c;
  padding: 60px 0; }

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none; }

.footer__item {
  width: calc(100% / 3);
  padding-right: 80px; }

.footer__title {
  margin-bottom: 24px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.25;
  text-transform: uppercase;
  color: #FEFEFF; }

.footer .address {
  margin-bottom: 0; }

.footer .address__wrapper {
  position: relative;
  top: 0; }

.footer .address__wrapper:not(first-child) {
  margin-top: 10px; }

.footer .address__wrapper .address__desc {
  padding-left: 23px;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.43;
  color: #FEFEFF; }

.footer .address__img {
  position: absolute; }

.footer .schedule {
  margin-top: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.79;
  color: #FEFEFF; }

.footer .schedule__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 24px; }

.footer .schedule__wrapper:not(first-child) {
  margin-top: 12px; }

.footer .schedule__img {
  margin-right: 12px;
  width: 20px;
  height: 20px; }

.footer .schedule__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.79;
  color: #FEFEFF; }

.footer .schedule__skype {
  font-size: 13px;
  line-height: 1.38;
  color: #FFFFFF;
  text-decoration: none; }

.footer .schedule__skype:hover {
  color: #23527c; }

.footer .schedule__email {
  font-size: 13px;
  line-height: 1.38;
  color: #C0BCE8;
  text-decoration: none; }

.footer .list-styled {
  padding-left: 15px;
  list-style: none;
  color: #c0bce8; }

.footer .list-styled li {
  position: relative; }

.footer .list-styled li:before {
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: -15px;
  width: 6px;
  height: 10px;
  background: url(../images/list.png) center center no-repeat; }

.footer .list-styled a {
  color: #c0bce8;
  cursor: pointer;
  text-decoration: none; }

.footer .list-styled a:hover {
  color: #fff; }

.footer .text {
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  color: #c0bce8;
  margin-bottom: 10px; }

.footer .contacts-footer {
  list-style: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.29;
  color: #FFFFFF; }

.footer .contacts-footer ul {
  list-style: none; }

.footer .contacts-footer__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer .contacts-footer__item:not(first-child) {
  margin-top: 24px; }

.footer .contacts-footer__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.footer .contacts-footer__name {
  margin-right: 10px; }

.footer .contacts-footer__number {
  font-size: 15px;
  line-height: 1.2;
  color: #C0BCE8;
  text-decoration: none; }

.footer .contacts-footer__number:hover {
  color: #FFF; }

.footer .contacts-footer__info {
  font-size: 10px;
  line-height: 1.8;
  color: #C0BCE8; }

.footer .contacts-footer__number-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-width: 220px;
  margin-bottom: 3px; }

.footer .contacts-footer__icons-wrapper {
  margin: 0 0 0 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer .contacts-footer__icons-wrapper .icon__link {
  width: 16px;
  height: 16px; }

.footer .contacts-footer__icons-wrapper .icon__link img {
  width: 100%;
  height: 100%; }

.footer .contacts-footer__icons-wrapper .icon__link:not(last-child) {
  margin-right: 5px; }

.footer .partner__title {
  margin: 40px 0 0; }

.footer .partner-footer__icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid white;
  padding: 16px 16px 16px 46px;
  color: #b8b2dc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 24px;
  cursor: pointer;
  text-decoration: none; }

@media (max-width: 768px) {
  .footer .partner-footer__icon {
    max-width: 230px; } }

.footer .partner-footer__icon:hover {
  color: #FFF; }

.footer .partner-footer__icon:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/user.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.footer .copyright {
  font-size: 14px;
  color: #c0bce8;
  font-weight: 400;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto 0 auto;
  width: 100%;
  max-width: 460px; }

.footer .copyright__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%; }

.footer .copyright__btn-wrapper .quality__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border: 1px solid #FFFFFF;
  height: 40px;
  min-height: 40px;
  margin-left: 0;
  margin-top: 0;
  padding: 3px 24px;
  max-width: 184px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 10px;
  text-decoration: none; }

.footer .copyright__btn-wrapper .quality__block img {
  min-width: 23px;
  width: 26px;
  height: 26px;
  margin-right: 10px; }

.footer .copyright__btn-wrapper .quality__block p {
  font-size: 13px;
  line-height: 1.3;
  color: #fff;
  text-align: center; }

.footer .soc-icons-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  gap: 20px; }

.footer .soc-icons-block a {
  width: 20px;
  height: 20px; }

.footer .soc-icons-block a img {
  width: 100%;
  height: 100%; }

.footer .copyright__container {
  margin-top: 10px; }

.footer .user-agree-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px; }

.footer .user-agree-wrap .user-agree {
  display: inline-block;
  color: #c0bce8;
  text-decoration: none;
  margin-right: 10px; }

.footer .user-agree-wrap .user-agree:hover {
  color: #fff; }

@media (max-width: 1200px) {
  .footer {
    padding: 40px 0 30px 0; }
  .footer__item {
    padding-right: 15px; }
  .footer__wrapper:not(first-child) {
    margin-top: 8px; }
  .footer .address__desc {
    font-size: 12px;
    line-height: 1.54; }
  .footer .text {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.92;
    margin-bottom: 0; }
  .footer .schedule__date, .footer .schedule__skype, .footer .schedule__email {
    font-size: 12px; }
  .footer .copyright {
    margin-top: 24px; } }

@media (max-width: 768px) {
  .footer {
    padding: 48px 0 41px 0; }
  .footer__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer__item {
    width: 100%;
    max-width: 330px;
    padding-right: 0; }
  .footer__services, .footer__contacts,
  .footer .copyright {
    margin-top: 24px; }
  .footer .address__wrapper .address__desc {
    font-size: 13px; }
  .footer .schedule__date, .footer .schedule__skype, .footer .schedule__email {
    font-size: 13px; }
  .footer .copyright {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-right: 0;
    margin-left: 0; }
  .footer .copyright__btn-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    gap: 15px; }
  .footer .copyright .quality__block {
    padding: 3px 32px;
    max-width: 219px; }
  .footer .copyright .copyright .copyright__container {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer .copyright .user-agree-wrap {
    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-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .footer .copyright .user-agree-wrap a {
    margin-top: 0; }
  .footer .copyright .user-agree-wrap a:last-child {
    margin-top: 10px; } }

@media (max-width: 435px) {
  .footer .text {
    padding-left: 15px; }
  .footer .address__wrapper .address__desc {
    padding-left: 23px; }
  .footer .address {
    padding-left: 0; } }

.footer .blog-link,
.footer .client-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
  color: #b8b2dc;
  margin-top: 24px;
  border: 1px solid white;
  padding: 16px 16px 16px 46px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer; }

.footer .blog-link:hover,
.footer .client-link:hover {
  color: #FFF; }

.footer .blog-link::after,
.footer .client-link::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/blog.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

@media (max-width: 768px) {
  .footer .blog-link,
  .footer .client-link {
    max-width: 230px; } }

.footer .client-link::after {
  background: url(../images/client-cases.svg) center no-repeat; }

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

input,
textarea {
  outline: none; }

input[type="submit"] {
  -webkit-appearance: none; }

img {
  vertical-align: middle; }

.modal__main {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4444;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  visibility: hidden; }

.modal__main:target {
  -webkit-animation: showBlock .2s linear forwards;
  animation: showBlock .2s linear forwards;
  visibility: visible;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@keyframes showBlock {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.modal__main .blur_wrapper {
  background-color: rgba(255, 255, 255, 0.72);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.modal__main .popup {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  max-width: 990px;
  margin: 100px auto; }

.modal__main .popup__wrapper.bg__modal-es {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.modal__main .popup__wrapper.bg__modal-poland {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.modal__main .popup__wrapper.bg__modal-usa {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.modal__main .popup__wrapper.bg__modal-isr {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.modal__main .popup__wrapper.bg__modal-isr .popup__text .title_popup {
  font-size: 45px; }

@media (max-width: 1050px) {
  .modal__main .popup__wrapper.bg__modal-isr .popup__text .title_popup {
    font-size: 40px; } }

@media (max-width: 475px) {
  .modal__main .popup__wrapper.bg__modal-isr .popup__text .title_popup {
    font-size: 16px; } }

.modal__main .popup__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #e8e8ec;
  border-color: #fcfeff;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.modal__main .popup__wrapper .popup__text {
  padding: 55px 0px 55px 50px; }

.modal__main .popup__wrapper .popup__text .title_popup {
  font-size: 60px;
  color: #fff;
  font-weight: 600; }

.modal__main .popup__wrapper .popup__text .subtitle_popup {
  font-size: 22px;
  color: #fff;
  line-height: 36px;
  margin-top: 50px; }

.modal__main .popup__wrapper .popup__form {
  background: 0 0;
  float: right;
  width: 100%;
  max-width: 450px;
  position: relative;
  text-align: center; }

.modal__main .popup__wrapper .popup__form::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/popup-arrow.png) center no-repeat;
  background-size: contain;
  width: 180px;
  height: 80px;
  bottom: 30px;
  left: -187px;
  -webkit-transform: rotate(16deg);
  -ms-transform: rotate(16deg);
  transform: rotate(16deg); }

.modal__main .popup__wrapper .popup__form .popup__close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 5px;
  background: url(../images/close_white.svg) center no-repeat;
  cursor: pointer;
  z-index: 2; }

.modal__main .popup__wrapper .popup__form .popup__close:hover {
  background: url(../images/close_hover_red.svg) center no-repeat; }

.modal__main .popup__wrapper .popup__form .form__content .modal__title {
  color: #fff;
  text-align: center;
  line-height: normal;
  font-size: 36px;
  padding: 0;
  margin-bottom: 5px;
  margin-top: 50px;
  text-transform: none;
  font-weight: 400; }

.modal__main .popup__wrapper .popup__form .form__content p {
  font-size: 22px;
  line-height: 28px;
  max-width: 400px;
  margin: 0 auto 5px;
  color: #fff;
  text-align: center; }

@media (max-width: 1050px) {
  .modal__main .popup {
    margin: 70px auto; }
  .modal__main .popup__wrapper .popup__text .title_popup {
    font-size: 40px; }
  .modal__main .popup__wrapper .popup__text .subtitle_popup {
    font-size: 20px; } }

@media (max-width: 768px) {
  .modal__main .popup {
    max-width: 600px; }
  .modal__main .popup__wrapper {
    -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;
    text-align: center; }
  .modal__main .popup__wrapper .popup__text {
    padding: 25px; }
  .modal__main .popup__wrapper .popup__text .subtitle_popup {
    margin-top: 25px; }
  .modal__main .popup__wrapper .popup__form {
    position: static; }
  .modal__main .popup__wrapper .popup__form .popup__close {
    right: 5px; }
  .modal__main .popup__wrapper .popup__form::before {
    content: none; } }

@media (max-width: 530px) {
  .modal__main .popup__wrapper .popup__form .form__content p {
    font-size: 20px;
    line-height: 30px; } }

@media (max-width: 475px) {
  .modal__main .popup__wrapper .popup__text .title_popup {
    font-size: 16px; }
  .modal__main .popup__wrapper .popup__text .subtitle_popup {
    font-size: 12px;
    line-height: 15px;
    margin-top: 10px; }
  .modal__main .popup__wrapper .popup__form .form__content .modal__title {
    line-height: normal;
    font-size: 16px;
    margin-top: 0; }
  .modal__main .popup__wrapper .popup__form .form__content p {
    font-size: 12px;
    line-height: normal; } }

.form .field {
  padding: 10px 35px;
  width: 100%; }

.form .field input {
  display: block;
  height: 40px;
  background-color: #fff;
  max-width: 390px;
  border: none;
  color: #000;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px 0;
  padding-left: 30px;
  font-size: 15px; }

.form .submit-field {
  background-color: transparent;
  margin-top: 0;
  padding: 35px 45px; }

.form .submit-field button {
  background: url(../images/form-btn-bg.png) center;
  background-size: cover;
  border: 1px solid #fff;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 180px;
  padding: 15px 0;
  font-size: 20px;
  width: 100%;
  max-width: 300px;
  cursor: pointer; }

@media (max-width: 475px) {
  .form .submit-field button {
    font-size: 14px; } }

.popup-mobile {
  display: none;
  position: fixed;
  left: 10px;
  bottom: 8px;
  z-index: 5;
  -webkit-filter: drop-shadow(0px 4px 18px rgba(99, 99, 99, 0.25));
  filter: drop-shadow(0px 4px 18px rgba(99, 99, 99, 0.25)); }

.popup-mobile .popUpMobBtnFirst {
  font-weight: 700;
  font-size: 16px;
  line-height: 17px;
  text-transform: uppercase;
  width: 225px;
  height: 52px;
  -webkit-filter: drop-shadow(0px 4px 18px rgba(99, 99, 99, 0.25));
  filter: drop-shadow(0px 4px 18px rgba(99, 99, 99, 0.25));
  background-image: url("../images/form-btn-bg_1.png");
  background-repeat: no-repeat;
  background-size: cover;
  border: none;
  color: #fff; }

.countries__popup .popup__wrapper .popup__content.mobile_form {
  background-color: #d5d5d5;
  border: 3px solid #2d294c; }

.countries__popup .popup__wrapper .popup__content.mobile_form .popup__body {
  background-color: #2d294c; }

.countries__popup .popup__wrapper .popup__content.mobile_form .popup__body .title_popup {
  color: #fff; }

.countries__popup .popup__wrapper .popup__content.mobile_form .popup__body .popup__close {
  background: url(../images/close_white.svg) center no-repeat; }

.countries__popup .popup__wrapper .popup__content.mobile_form .popup__body .submit-field {
  background-color: #5b577a; }

.not_found {
  padding: 60px 0; }

.blocks_not_found {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media (max-width: 768px) {
  .blocks_not_found {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 60px; } }

.blocks_not_found .not_found_item img {
  width: 100%;
  height: 100%; }

.blocks_not_found .link_list {
  list-style-type: none; }

.blocks_not_found .link_list a {
  padding: 5px 10px;
  text-transform: uppercase;
  display: block;
  font-size: 18px;
  max-width: 260px;
  margin: 5px 0;
  color: #242434;
  text-decoration: none; }

.blocks_not_found .link_list a:hover {
  background: #4cb2f7;
  color: #fff; }

.blocks_not_found .not_found_text {
  position: relative;
  margin-top: 15px;
  text-align: center; }

.blocks_not_found .not_found_text:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/404.svg) center no-repeat;
  background-size: cover;
  width: 185px;
  height: 95px;
  left: -185px;
  top: -130px; }

@media (max-width: 920px) {
  .blocks_not_found .not_found_text:before {
    content: none; } }

.text_bottom {
  margin-top: 60px;
  text-align: center;
  padding: 0px 80px; }

@media (max-width: 768px) {
  .text_bottom {
    padding: 0px; } }

.text_bottom .text__link {
  text-decoration: none;
  color: inherit; }

.thank-container {
  padding: 120px 0; }

.wrapper_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 40px; }

@media (max-width: 768px) {
  .wrapper_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.wrapper_content .info__wrapper {
  border-right: 2px solid #4cb2f7;
  padding-right: 5px; }

@media (max-width: 768px) {
  .wrapper_content .info__wrapper {
    text-align: center;
    border: none;
    padding: 0; } }

.wrapper_content .info__wrapper .info_content {
  margin-right: 40px; }

@media (max-width: 768px) {
  .wrapper_content .info__wrapper .info_content {
    margin-right: 0; } }

.wrapper_content .info__wrapper p {
  font-size: 17px;
  line-height: normal;
  max-width: 300px; }

@media (max-width: 768px) {
  .wrapper_content .info__wrapper p {
    max-width: 100%; } }

.wrapper_content .info__wrapper .head {
  font-size: 53px;
  color: #1b1542;
  text-transform: uppercase;
  margin-bottom: 35px; }

@media (max-width: 420px) {
  .wrapper_content .info__wrapper .head {
    font-size: 32px; } }

.wrapper_content .info__wrapper a {
  text-decoration: none; }

.wrapper_content .info__wrapper a .go_home {
  background: url(../images/form-btn-bg.png) center;
  background-size: cover;
  display: block;
  border: 1px solid #fff;
  padding: 14px 0;
  font-size: 24px;
  margin-top: 35px;
  color: #fff;
  text-transform: uppercase;
  min-width: 250px;
  width: 230px;
  cursor: pointer; }

@media (max-width: 768px) {
  .wrapper_content .info__wrapper a .go_home {
    margin: 35px auto; } }

@media (max-width: 420px) {
  .wrapper_content .info__wrapper a .go_home {
    font-size: 21px; } }

.wrapper_content .img__wrapper img {
  width: 100%;
  height: 100%; }

.thanks_doc {
  background: #d7effb;
  padding: 60px 0; }

.thanks_doc .thanks_doc_title_wrapp {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cdd6dc;
  padding-bottom: 20px; }

.thanks_doc .thanks_doc_title_wrapp:before {
  content: "";
  background-color: #00ABF9;
  position: absolute;
  bottom: -2px;
  height: 5px;
  width: 50px; }

.thanks_doc .thanks_doc_title_wrapp .thanks_doc_title {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  position: relative;
  color: #242434; }

.thanks_doc .thanks_doc_title_wrapp .thanks_doc_title .small_text {
  font-size: 30px;
  line-height: 30px; }

@media (max-width: 992px) {
  .thanks_doc .thanks_doc_title_wrapp .thanks_doc_title {
    font-size: 50px; } }

@media (max-width: 500px) {
  .thanks_doc .thanks_doc_title_wrapp .thanks_doc_title {
    font-size: 40px;
    line-height: 60px; }
  .thanks_doc .thanks_doc_title_wrapp .thanks_doc_title .small_text {
    font-size: 20px;
    line-height: 20px; } }

@media (max-width: 400px) {
  .thanks_doc .thanks_doc_title_wrapp .thanks_doc_title {
    font-size: 32px;
    line-height: 40px; } }

.img__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 40px;
  -webkit-box-shadow: 0px 0px 20px -1px #9a9a9a;
  box-shadow: 0px 0px 20px -1px #9a9a9a;
  background: #fff;
  padding: 50px 25px;
  border: 3px solid #618dde;
  border-radius: 5px;
  margin-top: 60px; }

.img__box .img-container {
  width: 255px;
  height: 255px;
  overflow: hidden;
  border-radius: 45px 0;
  border: 2px solid #0a82bd;
  margin: 35px auto 25px;
  position: relative; }

.img__box .img-container .img-card_small {
  margin-top: 15%; }

.img__box .img-container img {
  width: 100%;
  max-width: 100%;
  height: auto; }

.img__box .img-container + p {
  font-size: 18px;
  color: #1b1542;
  text-align: center;
  margin-bottom: 40px; }

.breadcrumbs {
  padding: 10px 15px;
  font-size: 13px; }

.breadcrumbs__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.breadcrumbs__block .breadcrumbs__item {
  display: inline;
  color: #242434;
  line-height: 1.4; }

.breadcrumbs__block .breadcrumbs__item a {
  text-decoration: none;
  color: #242434; }

.breadcrumbs__block .breadcrumbs__item::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  background: url(../images/breadcrumbs.png) center center no-repeat;
  margin: 0 10px; }

.breadcrumbs__block .breadcrumbs__item:last-child::after {
  content: none; }

.block_steps_background_image {
  padding: 60px 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.block_steps_background {
  padding: 60px 0;
  background: #fff; }

.block_steps_background .steps_title_wrapper .steps_title {
  color: #242434; }

.basic_title {
  font-size: 24px;
  color: #1b1542;
  letter-spacing: -.5px;
  margin-bottom: 25px;
  padding: 10px;
  line-height: 1.2; }

.text_center {
  text-align: center; }

.steps_wrapper.black_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px; }

.steps_wrapper.black_arrows .step {
  width: 20%; }

.steps_wrapper.black_arrows .step:nth-child(2n-1) {
  padding-top: 20px; }

.steps_wrapper.black_arrows .step:nth-child(2n-1) .step__block {
  min-height: 130px; }

.steps_wrapper.black_arrows .step:nth-child(2n-1) .step__block:after {
  top: 50px;
  right: -40px;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%); }

.steps_wrapper.black_arrows .step:nth-child(2n) {
  padding-top: 190px; }

.steps_wrapper.black_arrows .step:nth-child(2n) .step__block {
  min-height: 130px; }

.steps_wrapper.black_arrows .step:nth-child(2n) .step__block:after {
  top: -140px;
  right: -20px;
  -webkit-transform: translateX(-50%) translateY(0) rotate(-180deg) rotateY(180deg);
  transform: translateX(-50%) translateY(0) rotate(-180deg) rotateY(180deg); }

.steps_wrapper.black_arrows .step:last-child .step__block:after {
  content: none; }

.steps_wrapper.black_arrows .step:last-child .step__block:before {
  content: none; }

.steps_wrapper.black_arrows .step__container {
  width: 238px;
  padding: 3px;
  margin: 0 auto;
  position: relative; }

.steps_wrapper.black_arrows .step__container.white_border {
  border: 1px solid #414670; }

.steps_wrapper.black_arrows .step__container.grey_border {
  border: 1px solid #fff; }

.steps_wrapper.black_arrows .step__number {
  position: absolute;
  border: 6px solid #1b1542;
  padding: 2px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  margin-left: -25px;
  top: -33px; }

.steps_wrapper.black_arrows .step__number .number {
  border-radius: 50%;
  border: 7px solid #1b1542;
  color: #1b1542;
  font-size: 16px;
  text-align: center;
  width: 34px;
  height: 34px;
  padding-top: 2px;
  font-weight: 700; }

.steps_wrapper.black_arrows .step__block.grey_step {
  border: 1px solid #fff;
  background-color: #9f9fb1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px; }

.steps_wrapper.black_arrows .step__block.grey_step:after {
  content: '';
  width: 100px;
  height: 90px;
  background: url(../images/icon__arrow_black.png) center no-repeat;
  background-size: contain;
  position: absolute; }

.steps_wrapper.black_arrows .step__block.grey_step p {
  font-size: 16px;
  color: #1b1542;
  font-weight: 700;
  vertical-align: middle; }

.steps_wrapper.black_arrows .step__block.white_step {
  background: #dfdede;
  border: 1px solid #414670;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px; }

.steps_wrapper.black_arrows .step__block.white_step:after {
  content: '';
  width: 100px;
  height: 90px;
  background: url(../images/icon__arrow_black.png) center no-repeat;
  background-size: contain;
  position: absolute; }

.steps_wrapper.black_arrows .step__block.white_step p {
  font-size: 16px;
  color: #1b1542;
  font-weight: 700;
  vertical-align: middle; }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.black_arrows .step {
    width: 33%; }
  .steps_wrapper.black_arrows .step:nth-child(2n-1) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.black_arrows .step:nth-child(2n-1) .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows .step:nth-child(2n-1) .step__block:before {
    content: none; }
  .steps_wrapper.black_arrows .step:nth-child(2n) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.black_arrows .step:nth-child(2n) .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows .step:nth-child(2n) .step__block:before {
    content: none; } }

@media (max-width: 992px) {
  .steps_wrapper.black_arrows .step {
    width: 50%; }
  .steps_wrapper.black_arrows .step:nth-child(2n-1) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.black_arrows .step:nth-child(2n-1):before {
    width: 131px;
    top: 33px;
    left: 245px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg); }
  .steps_wrapper.black_arrows .step:nth-child(2n) {
    padding-top: 0;
    margin-bottom: 60px; } }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows .step {
    width: 100%; } }

.steps_wrapper.black_arrows.items-8 .step {
  width: 25%; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(2n-1) .step__block:after {
  right: -103px;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-8 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.black_arrows.items-8 .step:nth-child(2n) {
  padding-top: 0; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(2n) .step__block:after {
  right: -103px;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-8 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.black_arrows.items-8 .step:nth-child(4) .step__block:after {
  right: -57px;
  top: 107%;
  -webkit-transform: rotate3d(65, 65, 10, 180deg);
  transform: rotate3d(65, 65, 10, 180deg); }

.steps_wrapper.black_arrows.items-8 .step:nth-child(5) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
  margin-top: 60px; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(5) .step__block:after {
  content: none; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(6) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  margin-top: 60px; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(6) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.steps_wrapper.black_arrows.items-8 .step:nth-child(7) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-top: 60px; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(7) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.steps_wrapper.black_arrows.items-8 .step:nth-child(8) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 60px; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(8) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-8 .step:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 0; }
  .steps_wrapper.black_arrows.items-8 .step:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-top: 0; }
  .steps_wrapper.black_arrows.items-8 .step:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    margin-top: 0; }
  .steps_wrapper.black_arrows.items-8 .step:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    margin-top: 0; } }

.steps_wrapper.black_arrows.items-8 .step:last-child .step__block:after {
  content: ''; }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-8 .step:last-child .step__block:after {
    content: none; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-8 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-8 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-8 .step {
    width: 100%; } }

.steps_wrapper.black_arrows.items-8 .step__block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.steps_wrapper.black_arrows.items-8 .step__block:after {
  background: url(../images/arrow_right_black.png) no-repeat;
  position: absolute;
  content: ''; }

.steps_wrapper.black_arrows.items-8 .step__block:before {
  content: none; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-8 .step__container {
    margin-top: 65px; } }

.steps_wrapper.black_arrows.items-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 55px; }

.steps_wrapper.black_arrows.items-7 .step {
  width: 15%; }

.steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
  top: 70px; }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.black_arrows.items-7 .step:nth-child(2n) {
  padding-top: 190px; }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows.items-7 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 992px) {
  .steps_wrapper.black_arrows.items-7 .step {
    width: 30%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-7 .step {
    width: 100%; } }

.steps_wrapper.black_arrows.items-7 .step__container {
  width: 150px; }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows.items-7 .step__container {
    width: 238px;
    margin-top: 80px; } }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-7 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:last-child .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows.items-7 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1050px) {
  .steps_wrapper.black_arrows.items-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.black_arrows.items-7 .step {
    width: 50%;
    height: 200px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: '';
    right: -100px;
    top: 140px;
    -webkit-transform: translateX(-50%) translateY(0) rotate(100deg) rotateY(0deg);
    transform: translateX(-50%) translateY(0) rotate(100deg) rotateY(0deg); }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) {
    padding-top: 150px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: '';
    top: -120px;
    right: 310px;
    -webkit-transform: translateX(-50%) translateY(0) rotate(255deg) rotateY(180deg);
    transform: translateX(-50%) translateY(0) rotate(255deg) rotateY(180deg); }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:last-child .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows.items-7 .step:last-child .step__block:before {
    content: none; }
  .steps_wrapper.black_arrows.items-7 .step__container {
    width: 388px; }
  .steps_wrapper.black_arrows.items-7 .step:last-child {
    margin-right: 500px; } }

@media (max-width: 988px) {
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    right: -60px;
    top: 150px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:after {
    top: -120px;
    right: 260px; }
  .steps_wrapper.black_arrows.items-7 .step:last-child {
    margin-right: 444px; } }

@media (max-width: 870px) {
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    right: -20px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:after {
    right: 220px; }
  .steps_wrapper.black_arrows.items-7 .step:last-child {
    margin-right: 400px; } }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows.items-7 {
    -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; }
  .steps_wrapper.black_arrows.items-7 .step {
    width: 100%;
    height: auto;
    margin-bottom: 0; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) {
    margin-bottom: 0;
    padding-top: 50px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) {
    padding-top: 50px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows.items-7 .step:last-child {
    margin-right: 0; } }

@media (max-width: 520px) {
  .steps_wrapper.black_arrows.items-7 .step__container {
    width: 100%; } }

@media (max-width: 460px) {
  .steps_wrapper.black_arrows.items-7 {
    margin-top: -60px; } }

.steps_wrapper.black_arrows.items-5 .step {
  width: 20%; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-5 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-5 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-5 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-5 .step {
    width: 33%; } }

@media (max-width: 992px) {
  .steps_wrapper.black_arrows.items-5 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-5 .step {
    width: 100%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-5 .step__container {
    margin-top: 65px; } }

.steps_wrapper.black_arrows.items-4 .step {
  width: 25%; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-4 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-4 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-4 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-4 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-4 .step {
    width: 100%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-4 .step__container {
    margin-top: 65px; } }

.steps_wrapper.black_arrows.items-3 .step {
  width: 33%; }

.steps_wrapper.black_arrows.items-3 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.black_arrows.items-3 .step:nth-child(2n-1) .step__block:before {
  width: 131px;
  top: 33px;
  left: 245px;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg); }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step:nth-child(2n-1) .step__block:before {
    content: '';
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

.steps_wrapper.black_arrows.items-3 .step:nth-child(2n) {
  padding-top: 0; }

.steps_wrapper.black_arrows.items-3 .step:nth-child(2n) .step__block:before {
  width: 133px;
  top: 5px;
  left: 244px;
  -webkit-transform: scaleY(-1) rotate(-4deg);
  -ms-transform: scaleY(-1) rotate(-4deg);
  transform: scaleY(-1) rotate(-4deg); }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step:nth-child(2n) .step__block:before {
    content: '';
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-3 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step {
    width: 100%; } }

.steps_wrapper.black_arrows.items-3 .step__block:before {
  background: url(../images/arrow_2_black.svg) no-repeat;
  height: 71px;
  position: absolute;
  content: ''; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step__block:before {
    content: '';
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

.steps_wrapper.black_arrows.items-3 .step__block:after {
  content: none; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step__container {
    margin-top: 65px; } }

.steps_wrapper.black_arrows.items-2 .step {
  width: 50%; }

.steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
  width: 131px;
  top: 33px;
  left: 426px;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg); }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: '';
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 400px; } }

@media (max-width: 1080px) {
  .steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: none; } }

@media (max-width: 880px) {
  .steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: '';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 420px) {
  .steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    top: 210px; } }

.steps_wrapper.black_arrows.items-2 .step:nth-child(2n) {
  padding-top: 0; }

@media (max-width: 880px) {
  .steps_wrapper.black_arrows.items-2 .step {
    width: 100%; } }

.steps_wrapper.black_arrows.items-2 .step__container {
  width: 400px; }

@media (max-width: 880px) {
  .steps_wrapper.black_arrows.items-2 .step__container {
    margin-top: 60px; } }

@media (max-width: 420px) {
  .steps_wrapper.black_arrows.items-2 .step__container {
    width: 288px; } }

.steps_wrapper.black_arrows.items-2 .step__block {
  height: 140px; }

@media (max-width: 420px) {
  .steps_wrapper.black_arrows.items-2 .step__block {
    height: 195px; } }

.steps_wrapper.black_arrows.items-2 .step__block:before {
  background: url(../images/arrow_2_black.svg) no-repeat;
  height: 71px;
  position: absolute;
  content: ''; }

.steps_wrapper.black_arrows.items-2 .step__block:after {
  content: none; }

.steps_wrapper.white_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px; }

.steps_wrapper.white_arrows .step {
  width: 20%; }

.steps_wrapper.white_arrows .step:nth-child(2n-1) {
  padding-top: 20px; }

.steps_wrapper.white_arrows .step:nth-child(2n-1) .step__block {
  min-height: 130px; }

.steps_wrapper.white_arrows .step:nth-child(2n-1) .step__block:after {
  top: 50px;
  right: -40px;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%); }

.steps_wrapper.white_arrows .step:nth-child(2n) {
  padding-top: 190px; }

.steps_wrapper.white_arrows .step:nth-child(2n) .step__block {
  min-height: 130px; }

.steps_wrapper.white_arrows .step:nth-child(2n) .step__block:after {
  top: -140px;
  right: -20px;
  -webkit-transform: translateX(-50%) translateY(0) rotate(-180deg) rotateY(180deg);
  transform: translateX(-50%) translateY(0) rotate(-180deg) rotateY(180deg); }

.steps_wrapper.white_arrows .step:last-child .step__block:after {
  content: none; }

.steps_wrapper.white_arrows .step:last-child .step__block:before {
  content: none; }

.steps_wrapper.white_arrows .step__container {
  width: 238px;
  padding: 3px;
  margin: 0 auto;
  position: relative; }

.steps_wrapper.white_arrows .step__container.white_border {
  border: 1px solid #414670; }

.steps_wrapper.white_arrows .step__container.grey_border {
  border: 1px solid #fff; }

.steps_wrapper.white_arrows .step__number {
  position: absolute;
  border: 6px solid #1b1542;
  padding: 2px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  margin-left: -25px;
  top: -33px; }

.steps_wrapper.white_arrows .step__number .number {
  border-radius: 50%;
  border: 7px solid #1b1542;
  color: #1b1542;
  font-size: 16px;
  text-align: center;
  width: 34px;
  height: 34px;
  padding-top: 2px;
  font-weight: 700; }

.steps_wrapper.white_arrows .step__block.grey_step {
  border: 1px solid #fff;
  background-color: #9f9fb1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px; }

.steps_wrapper.white_arrows .step__block.grey_step:after {
  content: '';
  width: 100px;
  height: 90px;
  background: url(../images/arrow_1.svg) center no-repeat;
  background-size: contain;
  position: absolute; }

.steps_wrapper.white_arrows .step__block.grey_step p {
  font-size: 16px;
  color: #1b1542;
  font-weight: 700;
  vertical-align: middle; }

.steps_wrapper.white_arrows .step__block.white_step {
  background: #dfdede;
  border: 1px solid #414670;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px; }

.steps_wrapper.white_arrows .step__block.white_step:after {
  content: '';
  width: 100px;
  height: 90px;
  background: url(../images/arrow_1.svg) center no-repeat;
  background-size: contain;
  position: absolute; }

.steps_wrapper.white_arrows .step__block.white_step p {
  font-size: 16px;
  color: #1b1542;
  font-weight: 700;
  vertical-align: middle; }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.white_arrows .step {
    width: 33%; }
  .steps_wrapper.white_arrows .step:nth-child(2n-1) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.white_arrows .step:nth-child(2n-1) .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows .step:nth-child(2n-1) .step__block:before {
    content: none; }
  .steps_wrapper.white_arrows .step:nth-child(2n) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.white_arrows .step:nth-child(2n) .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows .step:nth-child(2n) .step__block:before {
    content: none; } }

@media (max-width: 992px) {
  .steps_wrapper.white_arrows .step {
    width: 50%; }
  .steps_wrapper.white_arrows .step:nth-child(2n-1) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.white_arrows .step:nth-child(2n-1):before {
    width: 131px;
    top: 33px;
    left: 245px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg); }
  .steps_wrapper.white_arrows .step:nth-child(2n) {
    padding-top: 0;
    margin-bottom: 60px; } }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows .step {
    width: 100%; } }

.steps_wrapper.white_arrows.items-8 .step {
  width: 25%; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(2n-1) .step__block:after {
  right: -103px;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-8 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.white_arrows.items-8 .step:nth-child(2n) {
  padding-top: 0; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(2n) .step__block:after {
  right: -103px;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-8 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.white_arrows.items-8 .step:nth-child(4) .step__block:after {
  right: -57px;
  top: 107%;
  -webkit-transform: rotate3d(65, 65, 10, 180deg);
  transform: rotate3d(65, 65, 10, 180deg); }

.steps_wrapper.white_arrows.items-8 .step:nth-child(5) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
  margin-top: 60px; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(5) .step__block:after {
  content: none; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(6) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  margin-top: 60px; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(6) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.steps_wrapper.white_arrows.items-8 .step:nth-child(7) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-top: 60px; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(7) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.steps_wrapper.white_arrows.items-8 .step:nth-child(8) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 60px; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(8) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-8 .step:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 0; }
  .steps_wrapper.white_arrows.items-8 .step:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-top: 0; }
  .steps_wrapper.white_arrows.items-8 .step:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    margin-top: 0; }
  .steps_wrapper.white_arrows.items-8 .step:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    margin-top: 0; } }

.steps_wrapper.white_arrows.items-8 .step:last-child .step__block:after {
  content: ''; }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-8 .step:last-child .step__block:after {
    content: none; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-8 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-8 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-8 .step {
    width: 100%; } }

.steps_wrapper.white_arrows.items-8 .step__block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.steps_wrapper.white_arrows.items-8 .step__block:after {
  background: url(../images/arrow_right.png) no-repeat;
  position: absolute;
  content: ''; }

.steps_wrapper.white_arrows.items-8 .step__block:before {
  content: none; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-8 .step__container {
    margin-top: 65px; } }

.steps_wrapper.white_arrows.items-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 55px; }

.steps_wrapper.white_arrows.items-7 .step {
  width: 15%; }

.steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
  top: 70px; }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.white_arrows.items-7 .step:nth-child(2n) {
  padding-top: 190px; }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 992px) {
  .steps_wrapper.white_arrows.items-7 .step {
    width: 30%; } }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 .step {
    width: 100%; } }

.steps_wrapper.white_arrows.items-7 .step__container {
  width: 150px; }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 .step__container {
    width: 238px;
    margin-top: 80px; } }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-7 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:last-child .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows.items-7 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1050px) {
  .steps_wrapper.white_arrows.items-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.white_arrows.items-7 .step {
    width: 50%;
    height: 200px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: '';
    right: -100px;
    top: 140px;
    -webkit-transform: translateX(-50%) translateY(0) rotate(100deg) rotateY(0deg);
    transform: translateX(-50%) translateY(0) rotate(100deg) rotateY(0deg); }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) {
    padding-top: 150px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: '';
    top: -120px;
    right: 310px;
    -webkit-transform: translateX(-50%) translateY(0) rotate(255deg) rotateY(180deg);
    transform: translateX(-50%) translateY(0) rotate(255deg) rotateY(180deg); }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:last-child .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows.items-7 .step:last-child .step__block:before {
    content: none; }
  .steps_wrapper.white_arrows.items-7 .step__container {
    width: 388px; }
  .steps_wrapper.white_arrows.items-7 .step:last-child {
    margin-right: 500px; } }

@media (max-width: 988px) {
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    right: -60px;
    top: 150px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:after {
    top: -120px;
    right: 260px; }
  .steps_wrapper.white_arrows.items-7 .step:last-child {
    margin-right: 444px; } }

@media (max-width: 870px) {
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    right: -20px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:after {
    right: 220px; }
  .steps_wrapper.white_arrows.items-7 .step:last-child {
    margin-right: 400px; } }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 {
    -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; }
  .steps_wrapper.white_arrows.items-7 .step {
    width: 100%;
    height: auto;
    margin-bottom: 0; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) {
    margin-bottom: 0;
    padding-top: 50px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) {
    padding-top: 50px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows.items-7 .step:last-child {
    margin-right: 0; } }

@media (max-width: 520px) {
  .steps_wrapper.white_arrows.items-7 .step__container {
    width: 100%; } }

.steps_wrapper.white_arrows.items-5 .step {
  width: 20%; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-5 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-5 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-5 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-5 .step {
    width: 33%; } }

@media (max-width: 992px) {
  .steps_wrapper.white_arrows.items-5 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-5 .step {
    width: 100%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-5 .step__container {
    margin-top: 65px; } }

.steps_wrapper.white_arrows.items-4 .step {
  width: 25%; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-4 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-4 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-4 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-4 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-4 .step {
    width: 100%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-4 .step__container {
    margin-top: 65px; } }

.steps_wrapper.white_arrows.items-3 .step {
  width: 33%; }

.steps_wrapper.white_arrows.items-3 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.white_arrows.items-3 .step:nth-child(2n-1) .step__block:before {
  width: 131px;
  top: 33px;
  left: 245px;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg); }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step:nth-child(2n-1) .step__block:before {
    content: '';
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

.steps_wrapper.white_arrows.items-3 .step:nth-child(2n) {
  padding-top: 0; }

.steps_wrapper.white_arrows.items-3 .step:nth-child(2n) .step__block:before {
  width: 133px;
  top: 5px;
  left: 244px;
  -webkit-transform: scaleY(-1) rotate(-4deg);
  -ms-transform: scaleY(-1) rotate(-4deg);
  transform: scaleY(-1) rotate(-4deg); }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step:nth-child(2n) .step__block:before {
    content: '';
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-3 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step {
    width: 100%; } }

.steps_wrapper.white_arrows.items-3 .step__block:before {
  background: url(../images/arrow_2.svg) no-repeat;
  height: 71px;
  position: absolute;
  content: ''; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step__block:before {
    content: '';
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

.steps_wrapper.white_arrows.items-3 .step__block:after {
  content: none; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step__container {
    margin-top: 65px; } }

.steps_wrapper.white_arrows.items-2 .step {
  width: 50%; }

.steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
  width: 131px;
  top: 33px;
  left: 426px;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg); }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: '';
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 400px; } }

@media (max-width: 1080px) {
  .steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: none; } }

@media (max-width: 880px) {
  .steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: '';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 420px) {
  .steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    top: 210px; } }

.steps_wrapper.white_arrows.items-2 .step:nth-child(2n) {
  padding-top: 0; }

@media (max-width: 880px) {
  .steps_wrapper.white_arrows.items-2 .step {
    width: 100%; } }

.steps_wrapper.white_arrows.items-2 .step__container {
  width: 400px; }

@media (max-width: 880px) {
  .steps_wrapper.white_arrows.items-2 .step__container {
    margin-top: 60px; } }

@media (max-width: 420px) {
  .steps_wrapper.white_arrows.items-2 .step__container {
    width: 288px; } }

.steps_wrapper.white_arrows.items-2 .step__block {
  height: 140px; }

@media (max-width: 420px) {
  .steps_wrapper.white_arrows.items-2 .step__block {
    height: 195px; } }

.steps_wrapper.white_arrows.items-2 .step__block:before {
  background: url(../images/arrow_2.svg) no-repeat;
  height: 71px;
  position: absolute;
  content: ''; }

.steps_wrapper.white_arrows.items-2 .step__block:after {
  content: none; }

.documents {
  padding: 60px 0; }

.documents .title {
  border-bottom: 1px solid #00abf9;
  color: #1b1542;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  padding-bottom: 30px; }

.documents__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.documents__item {
  width: 25%; }

.documents__item-3 {
  width: 33.33%; }

.documents__item .image__wrap {
  cursor: pointer; }

.documents__item .image__wrap .image__container {
  width: 205px;
  height: 205px;
  overflow: hidden;
  border-radius: 45px 0;
  border: 2px solid #0a82bd;
  margin: 35px auto 25px;
  position: relative; }

.documents__item .image__wrap .image__container .layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: initial;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer; }

.documents__item .image__wrap .image__container .layer:hover {
  background-color: rgba(0, 125, 186, 0.37); }

.documents__item .image__wrap .image__container .image {
  width: 100%;
  max-width: 100%;
  height: 100%; }

.documents__item .image__wrap .image__container .image.small_image {
  margin-top: 15%;
  width: 100%;
  max-width: 100%;
  height: 70%; }

.documents__item p {
  font-size: 18px;
  color: #1b1542;
  text-align: center;
  margin-bottom: 40px; }

@media (max-width: 1200px) {
  .documents__item {
    width: 33%; } }

@media (max-width: 768px) {
  .documents__item {
    width: 50%; } }

@media (max-width: 475px) {
  .documents__item {
    width: 100%; } }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4444;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.modal .modal__wrapper {
  background-color: rgba(27, 21, 66, 0.72);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.modal__content {
  display: block;
  max-width: 765px;
  height: auto;
  width: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  position: relative;
  z-index: 10;
  background-color: #fff;
  background-clip: padding-box; }

.modal__content img {
  max-width: 100%;
  display: block;
  margin: auto;
  height: 100%;
  max-height: 700px; }

.modal__content .modal__close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 12px;
  top: 12px;
  background: url(../images/close.svg) center no-repeat;
  z-index: 22;
  cursor: pointer; }

.modal__content .modal__close:hover {
  background: url(../images/close_hover.svg) center no-repeat; }

.modal__content .modal__decor {
  width: 100%;
  position: relative;
  display: block;
  height: 0;
  margin-top: -55px;
  left: 50%;
  top: 0;
  z-index: 2;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border-bottom: 70px solid #1b1542;
  border-left: 90px solid transparent;
  border-right: 90px solid transparent; }

.modal__content .modal__decor .modal__description {
  position: relative;
  color: #fff;
  width: 100%;
  display: block;
  max-width: 310px;
  margin: 0 auto;
  padding-top: 15px;
  z-index: 24;
  text-align: center;
  font-size: 18px; }

@media (max-width: 475px) {
  .modal__content {
    margin: 50% auto; } }

@media (max-width: 530px) {
  .modal__content .modal__decor .modal__description {
    font-size: 16px; } }

@media (max-width: 425px) {
  .modal__content .modal__decor {
    border-bottom: 55px solid #1b1542;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    margin-top: -39px; }
  .modal__content .modal__decor .modal__description {
    font-size: 13px; } }

.no-scroll {
  overflow: hidden; }

.countries_section {
  padding: 60px 0; }

.countries_section .countries_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  margin-top: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 992px) {
  .countries_section .countries_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.countries_section .countries_content .hot_offer_block {
  border: 1px solid #00ABF9;
  padding: 15px 25px 40px;
  background-color: #f1f1f1;
  max-width: 500px;
  position: relative;
  width: 50%; }

@media (max-width: 992px) {
  .countries_section .countries_content .hot_offer_block {
    width: auto; } }

.countries_section .countries_content .hot_offer_block .offer_heading_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.countries_section .countries_content .hot_offer_block .offer_heading_block .grazh-marker {
  max-width: 100%;
  width: 195px;
  height: 100%; }

.countries_section .countries_content .hot_offer_block .offer_heading_block .offer_heading {
  font-size: 32px;
  color: #007dba;
  font-weight: 700; }

.countries_section .countries_content .hot_offer_block .offer_subheading_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.countries_section .countries_content .hot_offer_block .offer_subheading_block .offer_subheading {
  font-size: 16px;
  color: #00ABF9;
  line-height: 18px;
  max-width: 365px;
  padding-top: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #00ABF9;
  margin-bottom: 10px;
  padding-right: 20px; }

.countries_section .countries_content .hot_offer_block .offer_subheading_block .offer_subheading .blue-bg {
  font-size: 16px;
  color: #fff;
  background: #00ABF9;
  padding: 0 5px; }

.countries_section .countries_content .hot_offer_block .offer_subheading_block .grazh-pasport {
  position: absolute;
  display: block;
  max-width: 100%;
  height: auto;
  right: -25px;
  top: -45px; }

@media (max-width: 1200px) {
  .countries_section .countries_content .hot_offer_block .offer_subheading_block .grazh-pasport {
    top: 8px;
    max-width: 80px; } }

@media (max-width: 992px) {
  .countries_section .countries_content .hot_offer_block .offer_subheading_block .grazh-pasport {
    max-width: 100%;
    top: -45px; } }

@media (max-width: 530px) {
  .countries_section .countries_content .hot_offer_block .offer_subheading_block .grazh-pasport {
    display: none; } }

.countries_section .countries_content .hot_offer_block .offer_subdescription {
  display: block;
  font-size: 16px;
  color: #1b1542;
  margin-bottom: 10px; }

.countries_section .countries_content .flag_block {
  width: 100%; }

.countries_section .countries_content .flag_block .flag_list {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.countries_section .countries_content .flag_block .flag_list ul {
  list-style-type: none; }

@media (max-width: 1200px) {
  .countries_section .countries_content .flag_block .flag_list {
    gap: 13px; } }

@media (max-width: 992px) {
  .countries_section .countries_content .flag_block .flag_list {
    gap: 30px; } }

@media (max-width: 530px) {
  .countries_section .countries_content .flag_block .flag_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0px; } }

.countries_section .countries_content .flag_block .flag_list li {
  margin: 18px 0; }

.countries_section .countries_content .flag_block .flag_list li .flag_list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none; }

.countries_section .countries_content .flag_block .flag_list li .flag_list_item .country_flag {
  width: 32px;
  height: 20px;
  margin-right: 15px; }

.countries_section .countries_content .flag_block .flag_list li .flag_list_item img {
  max-width: 100%; }

.countries_section .countries_content .flag_block .flag_list li .flag_list_item .flag_name {
  color: #1b1542;
  font-size: 16px;
  display: inline-block;
  margin-top: 2px;
  line-height: normal; }

.countries_section .countries_content .flag_block .flag_list li .flag_list_item .flag_name:hover {
  text-decoration: underline; }

.countries__popup {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4444;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto; }

@keyframes showBlock {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.countries__popup .blur_wrapper {
  background-color: #000;
  opacity: .5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.countries__popup .popup {
  display: block;
  position: relative;
  width: 100%;
  max-width: 420px;
  margin: 100px auto;
  padding: 12px; }

.countries__popup .popup__wrapper {
  position: relative;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  z-index: 10;
  border-radius: 6px; }

.countries__popup .popup__wrapper .popup__content {
  border: 3px solid #e8e8ec;
  padding: 12px;
  width: 100%;
  max-width: 415px;
  position: relative; }

.countries__popup .popup__wrapper .popup__content .popup__body {
  background-color: #dad8e0;
  text-align: center; }

.countries__popup .popup__wrapper .popup__content .popup__body .popup__close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 16px;
  top: 16px;
  background: url(../images/close.svg) center no-repeat;
  z-index: 2;
  cursor: pointer; }

.countries__popup .popup__wrapper .popup__content .popup__body .popup__close:hover {
  background: url(../images/close_hover.svg) center no-repeat; }

.countries__popup .popup__wrapper .popup__content .popup__body .title_popup {
  font-size: 30px;
  color: #1b1542;
  text-transform: uppercase;
  padding: 25px 32px;
  line-height: 1.2; }

@media (max-width: 475px) {
  .countries__popup .popup__wrapper .popup__content .popup__body .title_popup {
    font-size: 26px;
    padding: 35px 15px 25px; } }

.contacts_section {
  padding: 60px 0;
  overflow: hidden; }

.contact-box__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px;
  flex-wrap: wrap; }

.contact-box__main .contact-box__item {
  width: 50%;
  margin-bottom: 60px;
  padding-right: 20px; }

@media (max-width: 560px) {
  .contact-box__main .contact-box__item {
    width: 100%; } }

.contact-box__main .contact-box__item .title_contacts {
  display: inline-block;
  font-size: 30px;
  color: #00ABF9;
  padding-right: 50px;
  margin-bottom: 15px;
  text-transform: uppercase;
  position: relative;
  font-weight: 400; }

.contact-box__main .contact-box__item .title_contacts::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #00ABF9;
  position: absolute;
  left: 0;
  bottom: -5px; }

.contact-box__main .contact-box__item .contact-box__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px; }

.contact-box__main .contact-box__item .contact-box__item-icon .icons_img {
  width: 15px;
  height: 23px; }

.contact-box__main .contact-box__item .contact-box__item-icon .icons_img img {
  width: 100%;
  height: 100%; }

.contact-box__main .contact-box__item .contact-box__item-icon .text_item {
  position: relative;
  font-size: 17px;
  line-height: normal;
  text-decoration: none;
  color: #000; }

.contact-box__main .contact-box__item .contact-box__item-icon .text_item_phone {
  position: relative;
  font-size: 17px;
  line-height: normal;
  text-decoration: none;
  color: #000;
  cursor: pointer; }

.contact-box__main .contact-box__item .contact-box__item-icon .phone--free::after {
  content: 'Бесплатно из Украины';
  position: absolute;
  left: 0;
  font-size: 10px;
  line-height: 1;
  color: #333;
  bottom: -8px;
  width: 123px; }

.contact-box__main .contact-box__item .contact-box__item-icon .icons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px; }

table {
  width: 100%;
  border: 0.5px solid #EEF1F3; }

.table-title-ro {
  padding: 5px 30px 5px 60px;
  height: 80px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.19;
  border: 0.5px solid #EEF1F3; }

.table-data-ro {
  padding: 5px 30px 5px 60px;
  height: 87px;
  vertical-align: middle;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  border: 0.5px solid #EEF1F3; }

.table-data-ro a {
  color: #337ab7;
  text-decoration: none; }

.table-bg {
  background-color: #F3F7F9; }

@media screen and (max-width: 768px) {
  .table-title-ro {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px; }
  .table-data-ro {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 14px; } }

.info {
  margin-top: 60px;
  width: 100%; }

.info__btn {
  background: url("../images/form-btn-bg.png") center;
  background-size: cover;
  border: 1px solid #fff;
  padding: 20px 30px;
  font-size: 16px;
  line-height: 1.3;
  color: #fff;
  white-space: nowrap;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer; }

@media screen and (max-width: 768px) {
  .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; } }

#map-canvas {
  height: 460px;
  background: #485b77;
  -webkit-box-shadow: inset 0px 10px 10px 0px rgba(50, 50, 50, 0.75);
  box-shadow: inset 0px 10px 10px 0px rgba(50, 50, 50, 0.75); }

.otzyvy_section {
  padding: 60px 0; }

.otzyvy_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 50px; }

.otzyvy-item {
  width: 100%;
  border-radius: 15px;
  border: 1px solid #00ABF9;
  padding: 25px;
  margin-bottom: 10px;
  list-style-type: none; }

.otzyvy-item h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  text-transform: uppercase;
  margin-bottom: 17px;
  color: #00ABF9; }

.otzyvy-item p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 10px;
  color: #333333; }

.otzyvy-item a {
  text-decoration: none;
  color: #337ab7; }

.otzyvy-item .hidden {
  display: none;
  -webkit-animation: showBlock .3s linear forwards;
  animation: showBlock .3s linear forwards; }

.hidden.more {
  -webkit-animation: showBlock .3s linear forwards;
  animation: showBlock .3s linear forwards;
  display: block; }

.show-content {
  border: none;
  background-color: white;
  color: #00ABF9;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer; }

.arrow_up {
  width: 13px;
  height: 8px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 5px;
  cursor: pointer; }

.arr-btn__reverse {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.container-form {
  max-width: 843px;
  margin: 0 auto; }

.form-otzyvy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.title-form {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #2D294C;
  margin-bottom: 80px; }

input {
  height: 53px;
  padding: 11px 18px;
  border: 2px solid #00ABF9;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  margin: 0 10px 25px 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.send {
  width: 316px;
  margin: 36px auto 120px !important;
  height: 53px;
  padding: 11px 18px;
  border: 2px solid #00ABF9;
  background-color: #00ABF9;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: white;
  margin: 0 10px 25px 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }

textarea {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  padding: 11px 18px;
  resize: none;
  margin: 0 10px 25px 10px;
  border: 2px solid #00ABF9;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }

@media screen and (max-width: 1199px) {
  .fixed {
    width: 940px; } }

@media screen and (max-width: 991px) {
  .fixed {
    width: 720px;
    top: 64px; } }

@media screen and (max-width: 720px) {
  .send {
    max-width: 100%;
    margin-top: 20px; }
  .title-form {
    font-style: normal;
    font-weight: bold;
    font-size: 24px; } }

.qc_section {
  padding: 80px 0;
  background-image: url(../images/bg-qc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0; }

.qc_section .qc_title_wrapper {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #cdd6dc;
  padding-bottom: 20px; }

.qc_section .qc_title_wrapper:before {
  content: "";
  background-color: #00ABF9;
  position: absolute;
  bottom: -2px;
  height: 5px;
  width: 50px; }

.qc_section .qc_title_wrapper .otzyvy_title {
  display: block;
  text-align: left;
  font-weight: 400;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
  position: relative;
  color: #242434; }

.qc_section .qc_title_wrapper .otzyvy_title .small_text {
  font-size: 30px;
  line-height: 30px; }

@media (max-width: 992px) {
  .qc_section .qc_title_wrapper .otzyvy_title {
    font-size: 50px; } }

@media (max-width: 500px) {
  .qc_section .qc_title_wrapper .otzyvy_title {
    font-size: 40px;
    line-height: 60px; }
  .qc_section .qc_title_wrapper .otzyvy_title .small_text {
    font-size: 20px;
    line-height: 20px; } }

@media (max-width: 400px) {
  .qc_section .qc_title_wrapper .otzyvy_title {
    font-size: 32px;
    line-height: 40px; } }

.qc_section .text_block {
  width: 100%;
  margin-top: 40px; }

.qc_section .text_block p {
  margin-bottom: 15px; }

.qc_section .text_block p:last-child {
  margin-bottom: 40px; }

.qc_section .form_block {
  width: 100%;
  margin: 0 auto; }

.form-container {
  margin: 0 auto 30px;
  max-width: 470px;
  border: 3px solid #2d294c;
  padding: 12px;
  width: 100%;
  position: relative; }

.form-container::before {
  content: '';
  position: absolute;
  display: block;
  height: 101px;
  width: 90px;
  background: url(../images/form-arrow.png) center no-repeat;
  left: -55px;
  bottom: 15px;
  z-index: 2; }

@media (max-width: 600px) {
  .form-container::before {
    content: none; } }

.form-container .form-body {
  background-color: #2d294c;
  text-align: center; }

.form-container .form-body .modal__title {
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  padding: 25px;
  text-transform: uppercase; }

@media (max-width: 460px) {
  .form-container .form-body .modal__title {
    font-size: 18px;
    line-height: 1.3;
    padding: 25px 15px 10px; } }

.form-container .form-body form {
  margin-bottom: 0; }

.form-container .form-body form .field {
  width: 100%;
  padding: 10px 35px; }

@media (max-width: 470px) {
  .form-container .form-body form .field {
    padding: 10px 0; } }

@media (max-width: 400px) {
  .form-container .form-body form .field {
    padding: 10px 10px; } }

.form-container .form-body form .field input {
  display: block;
  height: 40px;
  background-color: #fff;
  border: 2px solid #d4d1d7;
  max-width: 325px;
  color: #000;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px 0;
  padding-left: 30px; }

.form-container .form-body form .deacr-field {
  padding-top: 0;
  padding-bottom: 0; }

.form-container .form-body form .deacr-field p {
  font-size: 13px;
  text-align: center; }

.form-container .form-body form .deacr-field p span {
  color: #00ABF9; }

.form-container .form-body form .custom_data_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
  padding: 10px 0;
  max-width: 325px;
  margin: 0 auto; }

@media (max-width: 400px) {
  .form-container .form-body form .custom_data_wrapper {
    padding: 10px 10px; } }

.form-container .form-body form .custom_data_wrapper select {
  display: block;
  background: #fff;
  border-radius: 10px 0;
  width: 100%;
  height: 40px;
  padding: 0 7px;
  margin: 0 auto;
  border: 2px solid #d4d1d7;
  outline: none;
  cursor: pointer;
  font-family: Roboto, sans-serif, Arial;
  font-weight: 400;
  line-height: inherit;
  font-size: 16px;
  color: #1b15428f; }

.form-container .form-body form .custom_data_wrapper option {
  font-size: 14px;
  color: #000;
  font-family: Roboto, sans-serif, Arial;
  font-weight: 400; }

.form-container .form-body form .custom_data_wrapper option:first-child[disabled] {
  display: none; }

.form-container .form-body form .custom_data_wrapper textarea {
  resize: none;
  display: block;
  grid-column: 1 / 3;
  outline: none;
  border: 2px solid #d4d1d7;
  border-radius: 10px 0;
  padding: 13px;
  min-height: 80px;
  margin: 0;
  font-family: Roboto, sans-serif, Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: inherit;
  color: #000; }

.form-container .form-body form .custom_data_wrapper textarea.errorInput {
  border: 1px solid #ed302d; }

.form-container .form-body form .custom_data_wrapper textarea::-webkit-input-placeholder {
  font-family: Roboto, sans-serif, Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: inherit;
  color: #1b15428f; }

@media (max-width: 767px) {
  .form-container .form-body form .custom_data_wrapper {
    grid-template-columns: 1fr; }
  .form-container .form-body form .custom_data_wrapper textarea {
    grid-column: unset; } }

.form-container .form-body form .submit-field {
  width: 100%;
  background-color: #5b577a;
  padding: 25px 0;
  margin-top: 20px; }

.form-container .form-body form .submit-field input,
.form-container .form-body form .submit-field button {
  background: url(../images/form-btn-bg.png) center;
  height: auto;
  background-size: cover;
  border: 1px solid #fff;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 230px;
  width: 230px;
  border-radius: 0;
  margin: 0;
  cursor: pointer; }

@media (max-width: 400px) {
  .form-container .form-body form .submit-field input,
  .form-container .form-body form .submit-field button {
    font-size: 14px;
    min-width: 200px;
    max-width: 200px;
    text-transform: none; } }

.form-container .form-body form .submit-field button {
  padding: 10px 5px;
  width: auto; }

.form-container.hero {
  border: 3px solid #e8e8ec;
  max-width: 388px; }

.form-container.hero .form-body {
  background-color: #dad8e0; }

.form-container.hero .form-body .modal__title {
  color: #1b1542;
  font-size: 30px; }

@media (max-width: 460px) {
  .form-container.hero .form-body .modal__title {
    font-size: 28px; } }

.form-container.hero .form-body .modal__title.fz-25 {
  font-size: 25px; }

.form-container.hero .form-body form {
  margin-bottom: 0; }

.form-container.hero .form-body form .submit-field {
  background-color: #f1f0f1; }

@media (max-width: 400px) {
  .form-container.hero .form-body form .submit-field input {
    text-transform: uppercase; } }

.form-container.black-form {
  border: 3px solid #2d294c; }

.form-container.black-form .form-body {
  background-color: #2d294c; }

.form-container.black-form .form-body .modal__title {
  color: #fff; }

.form-container.black-form .form-body form .submit-field {
  background-color: #5b577a; }

.form-container.black-form .form-body form .deacr-field {
  color: #fff; }

.block {
  background-size: cover;
  background-position: center center;
  overflow: hidden;
  padding: 60px 0; }

.block .container-form {
  max-width: 843px;
  margin: 0 auto; }

.block .container-form .title-form {
  font-style: normal;
  font-weight: bold;
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #2D294C;
  margin-bottom: 80px; }

@media (max-width: 720px) {
  .block .container-form .title-form {
    font-style: normal;
    font-weight: bold;
    font-size: 24px; } }

.block .container-form .form-otzyvy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%; }

.block .container-form .form-otzyvy input {
  height: 53px;
  padding: 11px 18px;
  border: 2px solid #00ABF9;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  margin: 0 10px 25px 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.block .container-form .form-otzyvy textarea {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: #333333;
  padding: 11px 18px;
  resize: none;
  margin: 0 10px 25px 10px;
  border: 2px solid #00ABF9;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px; }

.block .container-form .form-otzyvy .send {
  width: 316px;
  margin: 36px auto 120px;
  height: 53px;
  padding: 11px 18px;
  border: 2px solid #00ABF9;
  background-color: #00ABF9;
  font-weight: normal;
  font-size: 18px;
  line-height: 150%;
  color: white;
  margin: 0 10px 25px 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  cursor: pointer; }

@media (max-width: 720px) {
  .block .container-form .form-otzyvy .send {
    max-width: 100%; } }

.hero,
.hero-simple {
  position: relative; }

.hero__image,
.hero-simple__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.hero__image img,
.hero-simple__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left; }

.fz-50 {
  font-size: 50px; }

@media (max-width: 640px) {
  .fz-50 {
    font-size: 40px; } }

@media (max-width: 500px) {
  .fz-50 {
    font-size: 30px; } }

@media (max-width: 400px) {
  .fz-50 {
    font-size: 25px; } }

.fz-40 {
  font-size: 40px; }

@media (max-width: 768px) {
  .fz-40 {
    font-size: 30px; } }

@media (max-width: 550px) {
  .fz-40 {
    font-size: 24px; } }

.fz-30 {
  font-size: 30px; }

@media (max-width: 640px) {
  .fz-30 {
    font-size: 25px; } }

@media (max-width: 400px) {
  .fz-30 {
    font-size: 18px; } }

.fz-25 {
  font-size: 25px; }

@media (max-width: 640px) {
  .fz-25 {
    font-size: 20px; } }

@media (max-width: 400px) {
  .fz-25 {
    font-size: 18px; } }

.fz-17 {
  font-size: 17px; }

.hero_section {
  padding: 60px 0;
  position: relative;
  overflow: hidden; }

.hero_section .hero_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 992px) {
  .hero_section .hero_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.hero_section .heading-container {
  width: 60%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (max-width: 992px) {
  .hero_section .heading-container {
    width: 80%;
    text-align: center;
    margin-bottom: 30px; } }

@media (max-width: 500px) {
  .hero_section .heading-container {
    width: 100%; } }

.hero_section .heading-container .heading_title {
  font-weight: 600; }

.hero_section .heading-container .heading_small_title {
  line-height: 1.5;
  font-weight: 500;
  font-family: Roboto-Medium; }

.hero_section .heading-container .contacts_info_ru {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: 30px;
  color: #fff; }

.hero_section .heading-container .contacts_info_ru:first-child {
  margin-left: 0; }

@media (max-width: 500px) {
  .hero_section .heading-container .contacts_info_ru {
    margin-left: 10px; } }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .icon-box.ru {
  display: block;
  text-decoration: none;
  margin: 5px 0 20px;
  padding-left: 30px;
  color: #fff;
  text-align: left;
  position: relative; }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .icon-box.ru:after {
  content: 'RU';
  width: 20px;
  height: 20px;
  display: block;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .icon-box.location {
  font-size: 16px;
  position: relative;
  margin-bottom: 15px;
  text-align: left; }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .icon-box {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  color: #fff;
  text-align: left;
  position: relative; }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .icon-box.by {
  display: block;
  text-decoration: none;
  margin: 5px 0 20px;
  padding-left: 30px;
  color: #fff;
  text-align: left;
  position: relative; }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .icon-box.by:after {
  content: 'BY';
  width: 20px;
  height: 20px;
  display: block;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .icon-box.ua {
  display: block;
  text-decoration: none;
  margin: 5px 0 20px;
  padding-left: 30px;
  color: #fff;
  text-align: left;
  position: relative; }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .icon-box.ua:after {
  content: 'UA';
  width: 20px;
  height: 20px;
  display: block;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .contacts_info__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 10px; }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .contacts_info__item-icon .icon {
  width: 20px;
  height: 20px;
  display: block;
  -o-object-fit: contain;
  object-fit: contain; }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .contacts_info__item-icon img {
  width: 100%;
  height: 100%; }

.hero_section .heading-container .contacts_info_ru .contacts_info__item .contacts_info__item-icon .link_name {
  text-decoration: none;
  display: block;
  color: #fff;
  cursor: pointer; }

.hero_section .heading-container.black_text {
  color: #1b1542; }

.hero_section .heading-container.black_text .contacts_info_ru {
  color: #1b1542; }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .icon-box.ru {
  color: #1b1542; }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .icon-box.ru:after {
  content: 'RU';
  width: 20px;
  height: 20px;
  display: block;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .icon-box.location {
  text-align: left; }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .icon-box {
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
  color: #1b1542;
  text-align: left;
  position: relative; }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .icon-box.by {
  display: block;
  text-decoration: none;
  margin: 5px 0 20px;
  padding-left: 30px;
  color: #1b1542;
  text-align: left;
  position: relative; }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .icon-box.by:after {
  content: 'BY';
  width: 20px;
  height: 20px;
  display: block;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .icon-box.ua {
  display: block;
  text-decoration: none;
  margin: 5px 0 20px;
  padding-left: 30px;
  color: #1b1542;
  text-align: left;
  position: relative; }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .icon-box.ua:after {
  content: 'UA';
  width: 20px;
  height: 20px;
  display: block;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .contacts_info__item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 10px; }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .contacts_info__item-icon .icon {
  width: 20px;
  height: 20px;
  display: block; }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .contacts_info__item-icon img {
  width: 100%;
  height: 100%; }

.hero_section .heading-container.black_text .contacts_info_ru .contacts_info__item .contacts_info__item-icon .link_name {
  text-decoration: none;
  display: block;
  color: #000;
  cursor: pointer; }

.contacts_items_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 630px) {
  .contacts_items_wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.dosar_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.dosar_content .image_dosar {
  width: 360px;
  height: 360px; }

.dosar_content .image_dosar img {
  width: 100%;
  height: 100%; }

@media (max-width: 992px) {
  .dosar_content .image_dosar {
    display: none; } }

.dosar_content .form-container-dosar-rom {
  border: 3px solid #e2e2e7;
  margin: 0;
  max-width: 415px; }

.dosar_content .form-container-dosar-rom .form-body {
  background-color: #dad8e0; }

.dosar_content .form-container-dosar-rom .form-body .header-form-dosar {
  color: #1b1542;
  padding-bottom: 4px;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 25px 32px;
  line-height: 1.2; }

@media (max-width: 360px) {
  .dosar_content .form-container-dosar-rom .form-body .header-form-dosar {
    font-size: 22px; } }

.result_dosare {
  display: none;
  background: #e8e8e8;
  margin-bottom: 40px; }

.result_dosare .text-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: none;
  background: #e8e8e8;
  margin-bottom: 0; }

#dosareNumberAnk {
  margin-bottom: 10px; }

#resultSearch {
  font-size: 18px;
  line-height: 1.25;
  font-weight: 700;
  margin: 0 auto; }

.download-pdf.pdf__link {
  width: 220px;
  height: 40px;
  position: relative;
  margin: 0;
  background: #5b577a;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.download-pdf.pdf__link .img-wrapper {
  content: '';
  width: 17px;
  height: 15px;
  display: block;
  position: relative;
  margin: 0 15px 0 0;
  background: #5b577a;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff; }

.pdf {
  padding: 30px 0; }

.pdf .pdf-viewer {
  text-align: center; }

.pdf .viewer-container {
  text-align: center;
  position: relative; }

.pdf .pdf-pages-ar.prev {
  background: url(../images/slider-ar.png) center no-repeat;
  background-size: contain;
  left: 0; }

.pdf canvas {
  display: inline-block;
  max-width: 100%;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.13); }

.pdf .pdf-pages-ar {
  width: 41px;
  height: 154px;
  border: none;
  outline: 0;
  opacity: .8;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto; }

.pdf .pdf-pages-ar.next {
  background: url(../images/slider-ar.png) center no-repeat;
  background-size: contain;
  right: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.pdf .pages p {
  text-align: center;
  margin: 10px 0; }

.ank_content {
  gap: 40px; }

@media (max-width: 992px) {
  .ank_content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.ank-form-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 15px 0 0;
  margin-top: 36px;
  width: 50%; }

@media (max-width: 992px) {
  .ank-form-text {
    width: 100%; } }

.ank-form-text .ank-form-parag {
  color: #fff;
  font-size: 18px;
  margin-bottom: 36px;
  line-height: 23px; }

.ank-form-text .ank-form-parag:first-child {
  font-style: italic; }

.ank-form {
  max-width: 419px;
  height: 254px;
  border: 3px solid #a3a1b3;
  padding: 12px;
  margin-left: auto; }

.ank-form .input-section {
  min-height: 100%;
  min-width: 100%;
  background-color: #787590;
  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: center; }

@media (max-width: 480px) {
  .ank-form .input-section {
    padding: 0 7px; } }

.ank-form .ank-input {
  height: 40px;
  border: 2px solid #d4d1d7;
  max-width: 325px;
  color: #000;
  width: 326px;
  margin: 0 auto 14px;
  border-radius: 10px 0;
  padding-left: 30px; }

@media (max-width: 480px) {
  .ank-form .ank-input {
    width: 100%;
    font-size: 17px; } }

.ank-form .ank-input:last-child {
  margin-bottom: 20px; }

.ank-form .ank-form-btn {
  padding: 6px;
  height: 48px;
  border: 1px solid #00ABF9;
  background-color: transparent;
  width: 325px;
  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-transform: uppercase;
  color: #fff;
  font-size: 16px;
  -ms-flex-item-align: center;
  align-self: center; }

@media (max-width: 480px) {
  .ank-form .ank-form-btn {
    width: 100%; } }

.ank-form .ank-form-btn .ank-form-btn-inside {
  background-color: #00ABF9;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.hero-simple .heading_small_title {
  font-size: 30px; }

@media (max-width: 768px) {
  .hero-simple .heading_small_title {
    font-size: 24px; } }

@media (max-width: 550px) {
  .hero-simple .heading_small_title {
    font-size: 18px; } }

.hero-overlay.purple {
  position: relative; }

.hero-overlay.purple .hero__image {
  z-index: 0; }

.hero-overlay.purple .hero__image img {
  -o-object-position: unset;
  object-position: unset; }

.hero-overlay.purple .hero_wrapper {
  position: relative;
  z-index: 2; }

.hero-overlay.purple:before, .hero-overlay.purple:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #453F63CC;
  width: calc(100% - (250/1920 + 378/1920)*100%);
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 250px) 50%, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, calc(100% - 250px) 50%, 100% 100%, 0 100%);
  z-index: 1; }

.hero-overlay.purple:after {
  left: auto;
  right: 0;
  width: 200px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 250px 50%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 250px 50%); }

@media (max-width: 992px) {
  .hero-overlay.purple:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 20%;
    -webkit-clip-path: polygon(0 0, 50% 140%, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 140%, 100% 0, 100% 100%, 0 100%); } }

@media (max-width: 992px) {
  .hero-overlay.purple::before {
    bottom: auto;
    top: 0;
    width: 100%;
    height: 65%;
    -webkit-clip-path: polygon(0 0, 0 100%, 50% calc(100% - 250px), 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 100%, 50% calc(100% - 250px), 100% 100%, 100% 0); } }

.hero-overlay.white {
  position: relative; }

.hero-overlay.white .hero__image {
  z-index: 0; }

.hero-overlay.white .hero__image img {
  -o-object-position: unset;
  object-position: unset; }

.hero-overlay.white .hero_wrapper {
  position: relative;
  z-index: 2; }

.hero-overlay.white .hero_section .heading-container {
  color: #242434; }

.hero-overlay.white:before, .hero-overlay.white:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffffe6;
  width: calc(100% - calc(250 / 1920 + 378 / 1920)* 100%);
  height: 100%;
  -webkit-clip-path: polygon(0% 0%, 100% 0, calc(100% - 320px) 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0, calc(100% - 320px) 100%, 100% 100%, 0% 100%);
  z-index: 1; }

.hero-overlay.white:after {
  left: auto;
  right: 0;
  width: 200px;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 300px 0%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%, 300px 0%); }

@media (max-width: 992px) {
  .hero-overlay.white:after {
    left: auto;
    right: 0;
    width: 100%;
    -webkit-clip-path: polygon(50% 100%, 100% 80%, 100% 100%, 0% 100%, 0% 100%);
    clip-path: polygon(50% 100%, 100% 80%, 100% 100%, 0% 100%, 0% 100%); } }

@media (max-width: 992px) {
  .hero-overlay.white::before {
    width: 100%;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 40%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 40%, 0% 75%); } }

.hero__post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px; }

.hero__post_date {
  position: relative;
  color: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.hero__post_date::before {
  content: '';
  display: inline-block;
  background-image: url("../images/blog_calendar.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  margin-top: -5px; }

.rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.rating p {
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px; }

.stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.star {
  cursor: pointer;
  width: 25px;
  height: 25px;
  -webkit-transform: translate(2.5px, 2.5px);
  -ms-transform: translate(2.5px, 2.5px);
  transform: translate(2.5px, 2.5px); }

.star path {
  -webkit-transition: fill 0.3s ease;
  -o-transition: fill 0.3s ease;
  transition: fill 0.3s ease; }

.star.full path {
  fill: #00aaff; }

.star.partial path {
  fill: url(all-66e6f04a64.css#partial-fill); }

.star.empty path {
  fill: #E2E2E2; }

all-66e6f04a64.css#partial-fill {
  stop-color: #00aaff;
  stop-opacity: 1; }

all-66e6f04a64.css#partial-fill stop:first-child {
  stop-color: #00aaff; }

.privacy_policy_block {
  padding: 60px 0; }

.privacy_policy_block .user-agree-title {
  color: #1b1542;
  font-size: 36px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 20px; }

@media (max-width: 420px) {
  .privacy_policy_block .user-agree-title {
    font-size: 25px; } }

.privacy_policy_block a {
  text-decoration: none;
  background-color: transparent;
  color: #337ab7; }

.privacy_policy_block .mb-20 {
  margin-bottom: 20px; }

.privacy_policy_block .mb-50 {
  margin-bottom: 50px; }

.privacy_policy_block .mb-60 {
  margin-bottom: 60px; }

.privacy_policy_block .w-bold {
  font-weight: 700; }

.privacy_policy_block .list-style {
  padding-left: 30px; }

.privacy_policy_block .list-style li {
  margin-bottom: 12px;
  font-size: 17px;
  line-height: 1.2em; }

.apostil_banner {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 50px 0; }

.apostil_banner .wrapper-apostil {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 831px) {
  .apostil_banner .wrapper-apostil {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.apostil_banner .title_banner_apostil {
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 15px;
  line-height: 35px; }

@media (max-width: 620px) {
  .apostil_banner .title_banner_apostil {
    font-size: 21px; } }

.apostil_banner span {
  padding: 5px;
  display: block;
  width: 100%;
  max-width: 335px;
  border: 1px solid #00abf9; }

.apostil_banner span a {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
  outline: none;
  background-color: #00abf9;
  padding: 15px 35px;
  display: block;
  text-align: center;
  cursor: pointer; }

@media (max-width: 620px) {
  .apostil_banner span a {
    font-size: 16px;
    padding: 10px 20px; } }

.banner {
  background: #cdd6dc; }

.banner .wrapper_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 0; }

@media (max-width: 831px) {
  .banner .wrapper_banner {
    gap: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.banner .wrapper_banner .title_banner_apostil {
  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;
  margin-top: 6px;
  font-size: 17px;
  line-height: normal; }

.banner .wrapper_banner .title_banner_apostil .title-bold {
  font-size: 25px;
  color: #242434;
  text-transform: uppercase;
  margin-right: 10px; }

.banner .wrapper_banner .title_banner_apostil .text-thin {
  font-size: 17px;
  line-height: 25px;
  color: #6b6a6a; }

.banner .wrapper_banner .button_banner {
  display: inline-block;
  border: 1px solid #00abf9;
  margin: 0 auto; }

.banner .wrapper_banner .button_banner button {
  border: 3px solid #cdd6dc;
  display: inline-block;
  font-size: 18px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  background: #00abf9;
  color: #fff;
  padding: 7px 30px;
  cursor: pointer; }

.banner .wrapper_banner .button_banner button:hover {
  background: #3d356f;
  color: #fff; }

.banner.banner__min {
  background: none; }

.banner.banner__min .wrapper_banner {
  background: #443e60;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  text-align: center;
  padding: 30px 20px; }

.banner.banner__min .title_banner_apostil .title-bold {
  color: #fff; }

.banner.banner__min .title_banner_apostil .text-thin {
  color: #fff; }

.banner.banner__min .button_banner {
  border: 1px solid #dad7d7;
  margin: 0; }

.banner.banner__min .button_banner:hover {
  border: 1px solid #00abf9; }

.banner.banner__min .button_banner button {
  border: 3px solid #443e60;
  display: inline-block;
  font-size: 18px;
  line-height: 19px;
  text-decoration: none;
  text-transform: uppercase;
  background: #dad7d7;
  color: #443e60;
  padding: 7px 30px;
  cursor: pointer;
  font-weight: 600; }

.banner.banner__min .button_banner button:hover {
  border: 3px solid #00ABF9;
  background: #00ABF9;
  color: #fff; }

.text__container {
  padding: 30px 0; }

.text__container .grey_block {
  padding: 20px 30px;
  margin: 0 auto;
  max-width: 1000px;
  background: #cdd6dc; }

.text__container .grey_block p {
  text-align: center;
  color: #1b1542;
  font-size: 17px;
  line-height: normal; }

.consult__container {
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  position: relative; }

@media (max-width: 1240px) {
  .consult__container {
    padding: 0 30px; } }

@media (max-width: 992px) {
  .consult__container {
    padding: 0 15px; } }

@media (max-width: 420px) {
  .consult__container {
    padding: 0; } }

.consult__container .filled {
  background: #f0f0f0;
  padding: 30px; }

@media (max-width: 420px) {
  .consult__container .filled {
    padding: 10px; } }

.consult__container .consult_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 992px) {
  .consult__container .consult_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.consult__container .consult_block .consult_text_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px; }

.consult__container .consult_block .consult_text_block .consult_text {
  font-weight: 700;
  font-size: 20px;
  color: #1b1542; }

@media (max-width: 768px) {
  .consult__container .consult_block .consult_text_block .consult_text {
    font-size: 18px; } }

.consult__container .consult_block .consult_text_block .consult_subtext {
  color: #1b1542;
  font-size: 17px;
  margin-bottom: 15px; }

@media (max-width: 768px) {
  .consult__container .consult_block .consult_text_block .consult_subtext {
    font-size: 16px; } }

.consult__container .consult_block .consult_button {
  background: #00abf9;
  min-width: 300px;
  height: 70px;
  color: #fff;
  font-size: 18px;
  border: none;
  cursor: pointer;
  -ms-flex-item-align: center;
  align-self: center;
  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;
  padding: 1px 6px; }

@media (max-width: 922px) {
  .consult__container .consult_block .consult_button {
    margin: 20px auto 0;
    min-width: 280px;
    font-size: 17px; } }

@media (max-width: 420px) {
  .consult__container .consult_block .consult_button {
    width: 100%; } }

.block_pointer {
  background-color: #e6e5e5;
  padding: 60px 0; }

.point_wrapp {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-top: 30px; }

@media (max-width: 768px) {
  .point_wrapp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.point_wrapp .point_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px; }

@media (max-width: 768px) {
  .point_wrapp .point_left {
    gap: 0; } }

.point_wrapp .point_left .point_item {
  height: 76px;
  max-width: 480px;
  padding: 3px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 1060px) {
  .point_wrapp .point_left .point_item {
    max-width: 390px; } }

@media (max-width: 850px) {
  .point_wrapp .point_left .point_item {
    max-width: 340px; } }

@media (max-width: 768px) {
  .point_wrapp .point_left .point_item {
    max-width: 80%; } }

.point_wrapp .point_left .point_item .s-text-cont {
  height: auto;
  width: 100%;
  background-color: #504a6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.point_wrapp .point_left .point_item p {
  font-size: 23px;
  color: #fff;
  display: block;
  padding: 5px 5px 5px 25px;
  line-height: normal; }

.point_wrapp .point_left .point_item p .s-blue {
  color: #00ABF9; }

@media (max-width: 1060px) {
  .point_wrapp .point_left .point_item p {
    font-size: 18px; } }

@media (max-width: 400px) {
  .point_wrapp .point_left .point_item p {
    font-size: 14px; } }

.point_wrapp .point_left .point_item .trangle_left {
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent;
  border-left: 55px solid #504a6c; }

@media (max-width: 540px) {
  .point_wrapp .point_left .point_item .trangle_left {
    border-left: 30px solid #504a6c; } }

.point_wrapp .point_right {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px; }

@media (max-width: 768px) {
  .point_wrapp .point_right {
    margin-top: 0;
    gap: 0; } }

.point_wrapp .point_right .point_item {
  height: 76px;
  max-width: 480px;
  padding: 3px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 1060px) {
  .point_wrapp .point_right .point_item {
    max-width: 390px; } }

@media (max-width: 850px) {
  .point_wrapp .point_right .point_item {
    max-width: 340px; } }

@media (max-width: 768px) {
  .point_wrapp .point_right .point_item {
    max-width: 80%; } }

.point_wrapp .point_right .point_item .s-text-cont {
  height: auto;
  width: 100%;
  background-color: #504a6c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.point_wrapp .point_right .point_item p {
  font-size: 23px;
  color: #fff;
  display: block;
  line-height: normal;
  padding: 5px 5px 5px 25px; }

.point_wrapp .point_right .point_item p .s-blue {
  color: #00ABF9; }

@media (max-width: 1060px) {
  .point_wrapp .point_right .point_item p {
    font-size: 18px; } }

@media (max-width: 400px) {
  .point_wrapp .point_right .point_item p {
    font-size: 14px; } }

.point_wrapp .point_right .point_item .trangle_right {
  border-right: 55px solid #504a6c;
  width: 0;
  height: 0;
  border-top: 35px solid transparent;
  border-bottom: 35px solid transparent; }

@media (max-width: 768px) {
  .point_wrapp .point_right .point_item .trangle_right {
    display: none; } }

.point_wrapp .point_right .point_item .trangle_left {
  display: none; }

@media (max-width: 768px) {
  .point_wrapp .point_right .point_item .trangle_left {
    display: block;
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 55px solid #504a6c; } }

@media (max-width: 768px) and (max-width: 540px) {
  .point_wrapp .point_right .point_item .trangle_left {
    border-left: 30px solid #504a6c; } }

@media (max-width: 768px) {
  .point_wrapp .center_line {
    position: absolute;
    height: 100%;
    right: 10%; } }

.point_wrapp .center_line .s-line {
  width: 12px;
  position: relative;
  left: 50%;
  height: 100%;
  margin-left: -6px;
  background-color: #00ABF9;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  top: 0; }

.point_wrapp .center_line .s-line .circle {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #1b1442;
  position: relative;
  left: 49%;
  margin-left: -10px;
  margin-top: -10px; }

.apostil-docs .apostil_title {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 30px; }

.documents_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.documents_cards .item .img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
  width: 100%; }

.documents_cards .item .img-wrapper .buttonImg {
  display: inline-block;
  border: 1px solid #00ABF9;
  margin: 0 auto;
  cursor: pointer; }

.documents_cards .item .img-wrapper img {
  max-width: 100%;
  height: auto; }

.modal__content .img_apostil {
  padding-bottom: 55px; }

.modal__content .modal__decor.apostil {
  border-bottom: 55px solid #1b1542;
  margin-top: -55px; }

.documents_cards .modal__content {
  max-width: 555px;
  height: 275px; }

.hero_doc {
  position: relative; }

.hero_doc__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.hero_doc__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left; }

.download-wrap {
  padding: 82px 10px;
  max-width: 640px;
  margin: 0 auto; }

.download-wrap .download-title {
  font-size: 36px;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #2d294c;
  margin-bottom: 16px; }

@media (max-width: 500px) {
  .download-wrap .download-title {
    font-size: 30px; } }

.download-wrap .download-descr {
  font-size: 17px;
  line-height: normal;
  text-align: center;
  color: #2D294C;
  margin-bottom: 40px; }

.download-wrap .download-btn {
  background: url(../images/form-btn-bg.png) center;
  background-size: cover;
  border: 1px solid #fff;
  padding: 20px 47px;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 180px;
  max-width: 286px;
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  text-decoration: none; }

.download-wrap .download-btn:hover {
  color: #23527c; }

.type_visa_block {
  position: relative;
  padding: 60px 0; }

.type_visa_block__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.type_visa_block__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left; }

.type_visa_block .type_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 100px;
  margin-top: 70px; }

@media (max-width: 800px) {
  .type_visa_block .type_block {
    gap: 55px; } }

@media (max-width: 768px) {
  .type_visa_block .type_block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; } }

.type_visa_block .type_block .image_block {
  width: 450px;
  height: 300px; }

@media (max-width: 450px) {
  .type_visa_block .type_block .image_block {
    width: 300px;
    height: 250px; } }

.type_visa_block .type_block .image_block img {
  width: 100%;
  height: 100%; }

.type_visa_block .type_block .list_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (max-width: 768px) {
  .type_visa_block .type_block .list_block {
    gap: 15px; } }

.type_visa_block .type_block .list_block li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none; }

.type_visa_block .type_block .list_block li img {
  width: 37px;
  height: 32px; }

.type_visa_block .type_block .list_block li p {
  font-size: 18px; }

.icons_big_block {
  background: #ffffff;
  padding: 60px 0; }

.icons_big_block .icons_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 70px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 50px; }

.icons_big_block .icons_wrapper .item .img-container {
  width: 270px;
  height: 270px;
  overflow: hidden;
  border-radius: 45px 0;
  border: 0 solid #1b1542;
  margin: 35px auto 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.icons_big_block .icons_wrapper .item .img-container img {
  display: block;
  width: 100%;
  height: auto; }

.icons_big_block .icons_wrapper .item p {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  font-size: 17px;
  color: #1b1542; }

.icons_big_block .icons_wrapper.education_container {
  gap: 0; }

.icons_big_block .icons_wrapper.education_container .item {
  width: 25%; }

@media (max-width: 992px) {
  .icons_big_block .icons_wrapper.education_container .item {
    width: 50%; } }

@media (max-width: 768px) {
  .icons_big_block .icons_wrapper.education_container .item {
    width: 100%; } }

.icons_big_block .icons_wrapper.education_container .item .img-container {
  height: 200px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px; }

.icons_big_block .icons_wrapper.education_container .item .img-container img {
  width: auto;
  height: 100%;
  border: 2px solid #140e40;
  border-radius: 50px 0; }

.icons_big_block .icons_wrapper.education_container .item .svg__title {
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: 700;
  font-size: 17px;
  color: #1b1542; }

.icons_big_block .icons_wrapper.education_container .item p {
  padding: 0 10px;
  font-size: 17px;
  color: #1b1542; }

.custom-ul-list {
  list-style: none;
  margin: 2em 0; }

.custom-ul-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px; }

.custom-ul-list li:not(:last-of-type) {
  margin-bottom: 1.4em; }

.custom-ul-list .li-mark {
  display: block;
  width: 53px;
  height: 47px;
  margin-top: -12px; }

@media (max-width: 767px) {
  .custom-ul-list .li-mark {
    width: 43px;
    height: 37px;
    margin-top: -9px; } }

.custom-ul-list p {
  font-size: 18px;
  text-align: left; }

.custom-ul-list p:last-of-type {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .custom-ul-list p {
    font-size: 16px; } }

.anchor__container {
  padding: 30px 0; }

.anchor__container .anchor {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 24px 15px 34px;
  border-left: 10px solid #1b1442;
  border-right: 10px solid #1b1442;
  -webkit-box-shadow: -1px 0px 22px -6px rgba(0, 0, 0, 0.57);
  box-shadow: -1px 0px 22px -6px rgba(0, 0, 0, 0.57); }

@media (max-width: 992px) {
  .anchor__container .anchor {
    display: none; } }

.anchor__container .anchor__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer; }

.anchor__container .anchor__list {
  margin-top: 10px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  color: #00ABF9;
  font-weight: bold; }

.anchor__container .anchor__list li {
  list-style: none;
  margin-bottom: 12px; }

.anchor__container .anchor__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #00ABF9;
  font-weight: bold;
  text-decoration: none; }

.anchor__container .anchor__list li p {
  font-size: 17px;
  line-height: normal;
  color: #00ABF9; }

.anchor__container .anchor__list li:last-child {
  display: none; }

.anchor__container .anchor_mobile {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 24px 15px 34px;
  border-left: 10px solid #1b1442;
  -webkit-box-shadow: -1px 0px 22px -6px rgba(0, 0, 0, 0.57);
  box-shadow: -1px 0px 22px -6px rgba(0, 0, 0, 0.57); }

@media (min-width: 992px) {
  .anchor__container .anchor_mobile {
    display: none; } }

.anchor__container .anchor_mobile .anchor_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.anchor__container .anchor_mobile .anchor__list {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 20px;
  gap: 10px; }

.anchor__container .anchor_mobile .anchor__list li:nth-child(2n) {
  display: none; }

.anchor__container .anchor_mobile .anchor__list.active_anchor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: showBlock .3s linear;
  animation: showBlock .3s linear; }

.anchor__container .anchor_mobile .anchor_head_btn {
  -webkit-animation: rotateArrowLeft .3s linear forwards;
  animation: rotateArrowLeft .3s linear forwards; }

.anchor__container .anchor_mobile .anchor_head_btn.active_anchor_head_btn {
  -webkit-animation: rotateArrow .3s linear forwards;
  animation: rotateArrow .3s linear forwards; }

.fixed__anchor {
  position: fixed;
  top: 58px;
  z-index: 100;
  background: #ffffff;
  width: 1140px;
  top: 100px; }

@media (max-width: 1199px) {
  .fixed__anchor {
    width: 1080px; } }

@media (max-width: 1120px) {
  .fixed__anchor {
    width: 1000px; } }

@media (max-width: 1085px) {
  .fixed__anchor {
    top: 50px; } }

@media (max-width: 1035px) {
  .fixed__anchor {
    width: 940px; } }

@media (max-width: 993px) {
  .fixed__anchor {
    width: 95%;
    right: 50%;
    -webkit-transform: translate(50%);
    -ms-transform: translate(50%);
    transform: translate(50%); } }

.info-list {
  max-width: 555px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0; }

.info-list .baby__accordion {
  list-style-type: none;
  margin-bottom: 5px;
  border-bottom: 1px solid #e4e0f2; }

.info-list .baby__accordion__head {
  padding: 10px 15px 5px;
  background: #f3f2f6;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-size: 14px;
  line-height: normal;
  color: #1b1542;
  cursor: pointer; }

.info-list .baby__accordion__head:hover {
  background: #615996;
  color: #fff; }

.info-list .baby__accordion__description {
  display: block;
  width: 100%;
  color: #fff;
  background: #3d3570;
  font-size: 14px;
  line-height: normal;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.baby__accordion__description.active_head {
  padding: 15px;
  opacity: 1;
  overflow: visible; }

.content_block {
  padding: 30px 0; }

.content_block .text_image_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 77px; }

@media (max-width: 990px) {
  .content_block .text_image_wrapper {
    gap: 15px; } }

@media (max-width: 960px) {
  .content_block .text_image_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.content_block .text_image_wrapper .image__wrap {
  min-height: 350px;
  border-radius: 90px 0;
  border: 3px solid #40adf6;
  cursor: pointer;
  width: 50%;
  background-color: #fff; }

@media (max-width: 960px) {
  .content_block .text_image_wrapper .image__wrap {
    width: 100%; } }

.content_block .text_image_wrapper .image__wrap img {
  height: 312px;
  display: block;
  margin: 16px auto; }

.content_block .text_image_wrapper .content__wrap {
  color: #1b1442;
  width: 100%; }

.content_block .text_image_wrapper .content__wrap .title_descr {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 35px; }

.content_block .text_image_wrapper .content__wrap p {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 20px; }

.content_block .text_image_wrapper .content__wrap p a {
  cursor: pointer;
  text-decoration: none;
  color: #337AB7; }

.content_block .text_image_wrapper .content__wrap .cert_list {
  list-style-type: none;
  padding-left: 40px;
  margin-bottom: 20px; }

.content_block .text_image_wrapper .content__wrap .cert_list .cert-list-item {
  margin-bottom: 20px;
  font-size: 17px;
  position: relative; }

.content_block .text_image_wrapper .content__wrap .cert_list .cert-list-item::before {
  content: '';
  width: 13px;
  height: 13px;
  display: block;
  position: absolute;
  border-radius: 50%;
  background-color: #00ABF9;
  left: -40px;
  top: 4px; }

.content_block.dark_bg {
  background-color: #504b6d; }

.content_block.dark_bg .content__wrap {
  color: #fff; }

.text_image_wrapper.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media (max-width: 960px) {
  .text_image_wrapper.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.modal__certificate {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 4444;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.modal__certificate .modal__wrapper {
  background-color: rgba(27, 21, 66, 0.72);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer; }

.modal__certificate .modal__content {
  max-width: 765px;
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  width: 600px;
  height: auto;
  position: relative; }

@media (max-width: 610px) {
  .modal__certificate .modal__content {
    width: auto; } }

@media (max-width: 475px) {
  .modal__certificate .modal__content {
    margin: 50% auto; } }

.modal__certificate .modal__content img {
  max-width: 100%;
  display: block;
  margin: auto;
  max-height: 626px; }

.modal__certificate .modal__content .modal__close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 12px;
  top: 12px;
  background: url(../images/close.svg) center no-repeat;
  z-index: 22;
  cursor: pointer; }

.modal__certificate .modal__content .modal__close:hover {
  background: url(../images/close_hover.svg) center no-repeat; }

.modal__certificate.active_modal {
  -webkit-animation: showBlock 0.3s linear forwards;
  animation: showBlock 0.3s linear forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.slider_pdf {
  min-width: 0;
  padding: 20px 0; }

.slider_pdf .image-slider {
  padding: 30px 0 70px 0;
  overflow: hidden; }

.slider_pdf .image-slider__slide {
  padding: 10px; }

.slider_pdf .image-slider__image {
  margin: 0 auto;
  -webkit-box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.13);
  box-shadow: 0 5px 10px 2px rgba(0, 0, 0, 0.13);
  max-height: 841px;
  max-width: 595px; }

.slider_pdf .image-slider__image img {
  max-width: 100%; }

.slider_pdf .image-slider .swiper-button-next::after,
.slider_pdf .image-slider .swiper-button-prev::after {
  color: #CCD1D4;
  font-size: 70px; }

@media (max-width: 768px) {
  .slider_pdf .image-slider .swiper-button-next,
  .slider_pdf .image-slider .swiper-button-prev {
    display: none; } }

.slider_pdf .download-pdf {
  width: 170px;
  height: 44px;
  background-color: #00ABF9;
  color: #fff;
  text-transform: uppercase;
  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;
  margin: 33px auto 0;
  gap: 18px;
  text-decoration: none; }

.table-visa-pol__wrapper {
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-size: cover;
  width: 100%; }

@media (max-width: 800px) {
  .table-visa-pol__wrapper {
    overflow: hidden;
    overflow-x: scroll; } }

.table-visa-pol {
  width: 100%;
  background-color: rgba(197, 197, 209, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 800px) {
  .table-visa-pol {
    overflow-x: scroll;
    width: 735px; } }

.table-visa-pol__field {
  width: calc(100% - 100px);
  background-color: rgba(118, 114, 142, 0.9);
  margin: 80px auto;
  position: relative; }

@media (max-width: 992px) {
  .table-visa-pol__field {
    width: calc(100% - 60px); } }

@media (max-width: 460px) {
  .table-visa-pol__field {
    margin-left: 0; } }

.table-visa-pol__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #d6d6d6;
  width: calc(100% - 54px);
  margin: auto;
  padding: 43px 0; }

.table-visa-pol__block:last-child {
  border-bottom: none; }

.table-visa-pol__block > .table-visa-pol__block_text {
  font-size: 17px;
  line-height: 1.3;
  text-align: center; }

.table-visa-pol__block > div:last-child {
  width: 150px; }

.table-visa-pol__block > div {
  font-size: 48px;
  color: #fff;
  width: 204px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.table-visa-pol__block > div:first-child {
  font-size: 17px;
  padding-left: 13px;
  font-weight: 700;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 270px; }

.table-visa-pol__block:first-child > div {
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.table-visa-pol__block:first-child > div:first-child {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.blue-table-desc {
  color: #fff;
  text-transform: uppercase;
  background-color: #00ABF9;
  font-size: 16px;
  padding: 0 12px;
  min-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: -59px; }

@media (max-width: 1200px) {
  .blue-table-desc {
    width: 90%;
    padding-top: 10px;
    padding-bottom: 10px; } }

@media (max-width: 992px) {
  .blue-table-desc {
    font-size: 13px;
    line-height: 1.1; } }

.block_steps_background_image {
  padding: 60px 0;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center; }

.block_steps_background {
  padding: 60px 0;
  background: #fff; }

.block_steps_background .steps_title_wrapper .steps_title {
  color: #242434; }

.basic_title {
  font-size: 24px;
  color: #1b1542;
  letter-spacing: -.5px;
  margin-bottom: 25px;
  padding: 10px;
  line-height: 1.2; }

.text_center {
  text-align: center; }

.steps_wrapper.black_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px; }

.steps_wrapper.black_arrows .step {
  width: 20%; }

.steps_wrapper.black_arrows .step:nth-child(2n-1) {
  padding-top: 20px; }

.steps_wrapper.black_arrows .step:nth-child(2n-1) .step__block {
  min-height: 130px; }

.steps_wrapper.black_arrows .step:nth-child(2n-1) .step__block:after {
  top: 50px;
  right: -40px;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%); }

.steps_wrapper.black_arrows .step:nth-child(2n) {
  padding-top: 190px; }

.steps_wrapper.black_arrows .step:nth-child(2n) .step__block {
  min-height: 130px; }

.steps_wrapper.black_arrows .step:nth-child(2n) .step__block:after {
  top: -140px;
  right: -20px;
  -webkit-transform: translateX(-50%) translateY(0) rotate(-180deg) rotateY(180deg);
  transform: translateX(-50%) translateY(0) rotate(-180deg) rotateY(180deg); }

.steps_wrapper.black_arrows .step:last-child .step__block:after {
  content: none; }

.steps_wrapper.black_arrows .step:last-child .step__block:before {
  content: none; }

.steps_wrapper.black_arrows .step__container {
  width: 238px;
  padding: 3px;
  margin: 0 auto;
  position: relative; }

.steps_wrapper.black_arrows .step__container.white_border {
  border: 1px solid #414670; }

.steps_wrapper.black_arrows .step__container.grey_border {
  border: 1px solid #fff; }

.steps_wrapper.black_arrows .step__number {
  position: absolute;
  border: 6px solid #1b1542;
  padding: 2px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  margin-left: -25px;
  top: -33px; }

.steps_wrapper.black_arrows .step__number .number {
  border-radius: 50%;
  border: 7px solid #1b1542;
  color: #1b1542;
  font-size: 16px;
  text-align: center;
  width: 34px;
  height: 34px;
  padding-top: 2px;
  font-weight: 700; }

.steps_wrapper.black_arrows .step__block.grey_step {
  border: 1px solid #fff;
  background-color: #9f9fb1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px; }

.steps_wrapper.black_arrows .step__block.grey_step:after {
  content: '';
  width: 100px;
  height: 90px;
  background: url(../images/icon__arrow_black.png) center no-repeat;
  background-size: contain;
  position: absolute; }

.steps_wrapper.black_arrows .step__block.grey_step p {
  font-size: 16px;
  color: #1b1542;
  font-weight: 700;
  vertical-align: middle; }

.steps_wrapper.black_arrows .step__block.white_step {
  background: #dfdede;
  border: 1px solid #414670;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px; }

.steps_wrapper.black_arrows .step__block.white_step:after {
  content: '';
  width: 100px;
  height: 90px;
  background: url(../images/icon__arrow_black.png) center no-repeat;
  background-size: contain;
  position: absolute; }

.steps_wrapper.black_arrows .step__block.white_step p {
  font-size: 16px;
  color: #1b1542;
  font-weight: 700;
  vertical-align: middle; }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.black_arrows .step {
    width: 33%; }
  .steps_wrapper.black_arrows .step:nth-child(2n-1) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.black_arrows .step:nth-child(2n-1) .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows .step:nth-child(2n-1) .step__block:before {
    content: none; }
  .steps_wrapper.black_arrows .step:nth-child(2n) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.black_arrows .step:nth-child(2n) .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows .step:nth-child(2n) .step__block:before {
    content: none; } }

@media (max-width: 992px) {
  .steps_wrapper.black_arrows .step {
    width: 50%; }
  .steps_wrapper.black_arrows .step:nth-child(2n-1) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.black_arrows .step:nth-child(2n-1):before {
    width: 131px;
    top: 33px;
    left: 245px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg); }
  .steps_wrapper.black_arrows .step:nth-child(2n) {
    padding-top: 0;
    margin-bottom: 60px; } }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows .step {
    width: 100%; } }

.steps_wrapper.black_arrows.items-8 .step {
  width: 25%; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(2n-1) .step__block:after {
  right: -103px;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-8 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.black_arrows.items-8 .step:nth-child(2n) {
  padding-top: 0; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(2n) .step__block:after {
  right: -103px;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-8 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.black_arrows.items-8 .step:nth-child(4) .step__block:after {
  right: -57px;
  top: 107%;
  -webkit-transform: rotate3d(65, 65, 10, 180deg);
  transform: rotate3d(65, 65, 10, 180deg); }

.steps_wrapper.black_arrows.items-8 .step:nth-child(5) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
  margin-top: 60px; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(5) .step__block:after {
  content: none; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(6) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  margin-top: 60px; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(6) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.steps_wrapper.black_arrows.items-8 .step:nth-child(7) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-top: 60px; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(7) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.steps_wrapper.black_arrows.items-8 .step:nth-child(8) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 60px; }

.steps_wrapper.black_arrows.items-8 .step:nth-child(8) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-8 .step:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 0; }
  .steps_wrapper.black_arrows.items-8 .step:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-top: 0; }
  .steps_wrapper.black_arrows.items-8 .step:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    margin-top: 0; }
  .steps_wrapper.black_arrows.items-8 .step:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    margin-top: 0; } }

.steps_wrapper.black_arrows.items-8 .step:last-child .step__block:after {
  content: ''; }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-8 .step:last-child .step__block:after {
    content: none; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-8 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-8 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-8 .step {
    width: 100%; } }

.steps_wrapper.black_arrows.items-8 .step__block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.steps_wrapper.black_arrows.items-8 .step__block:after {
  background: url(../images/arrow_right_black.png) no-repeat;
  position: absolute;
  content: ''; }

.steps_wrapper.black_arrows.items-8 .step__block:before {
  content: none; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-8 .step__container {
    margin-top: 65px; } }

.steps_wrapper.black_arrows.items-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 55px; }

.steps_wrapper.black_arrows.items-7 .step {
  width: 15%; }

.steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
  top: 70px; }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.black_arrows.items-7 .step:nth-child(2n) {
  padding-top: 190px; }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows.items-7 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 992px) {
  .steps_wrapper.black_arrows.items-7 .step {
    width: 30%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-7 .step {
    width: 100%; } }

.steps_wrapper.black_arrows.items-7 .step__container {
  width: 150px; }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows.items-7 .step__container {
    width: 238px;
    margin-top: 80px; } }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-7 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:last-child .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows.items-7 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1050px) {
  .steps_wrapper.black_arrows.items-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.black_arrows.items-7 .step {
    width: 50%;
    height: 200px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: '';
    right: -100px;
    top: 140px;
    -webkit-transform: translateX(-50%) translateY(0) rotate(100deg) rotateY(0deg);
    transform: translateX(-50%) translateY(0) rotate(100deg) rotateY(0deg); }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) {
    padding-top: 150px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: '';
    top: -120px;
    right: 310px;
    -webkit-transform: translateX(-50%) translateY(0) rotate(255deg) rotateY(180deg);
    transform: translateX(-50%) translateY(0) rotate(255deg) rotateY(180deg); }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: ''; }
  .steps_wrapper.black_arrows.items-7 .step:last-child .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows.items-7 .step:last-child .step__block:before {
    content: none; }
  .steps_wrapper.black_arrows.items-7 .step__container {
    width: 388px; }
  .steps_wrapper.black_arrows.items-7 .step:last-child {
    margin-right: 500px; } }

@media (max-width: 988px) {
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    right: -60px;
    top: 150px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:after {
    top: -120px;
    right: 260px; }
  .steps_wrapper.black_arrows.items-7 .step:last-child {
    margin-right: 444px; } }

@media (max-width: 870px) {
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    right: -20px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:after {
    right: 220px; }
  .steps_wrapper.black_arrows.items-7 .step:last-child {
    margin-right: 400px; } }

@media (max-width: 850px) {
  .steps_wrapper.black_arrows.items-7 {
    -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; }
  .steps_wrapper.black_arrows.items-7 .step {
    width: 100%;
    height: auto;
    margin-bottom: 0; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) {
    margin-bottom: 0;
    padding-top: 50px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) {
    padding-top: 50px; }
  .steps_wrapper.black_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: none; }
  .steps_wrapper.black_arrows.items-7 .step:last-child {
    margin-right: 0; } }

@media (max-width: 520px) {
  .steps_wrapper.black_arrows.items-7 .step__container {
    width: 100%; } }

@media (max-width: 460px) {
  .steps_wrapper.black_arrows.items-7 {
    margin-top: -60px; } }

.steps_wrapper.black_arrows.items-5 .step {
  width: 20%; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-5 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-5 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-5 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-5 .step {
    width: 33%; } }

@media (max-width: 992px) {
  .steps_wrapper.black_arrows.items-5 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-5 .step {
    width: 100%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-5 .step__container {
    margin-top: 65px; } }

.steps_wrapper.black_arrows.items-4 .step {
  width: 25%; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-4 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-4 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-4 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-4 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-4 .step {
    width: 100%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-4 .step__container {
    margin-top: 65px; } }

.steps_wrapper.black_arrows.items-3 .step {
  width: 33%; }

.steps_wrapper.black_arrows.items-3 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.black_arrows.items-3 .step:nth-child(2n-1) .step__block:before {
  width: 131px;
  top: 33px;
  left: 245px;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg); }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step:nth-child(2n-1) .step__block:before {
    content: '';
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

.steps_wrapper.black_arrows.items-3 .step:nth-child(2n) {
  padding-top: 0; }

.steps_wrapper.black_arrows.items-3 .step:nth-child(2n) .step__block:before {
  width: 133px;
  top: 5px;
  left: 244px;
  -webkit-transform: scaleY(-1) rotate(-4deg);
  -ms-transform: scaleY(-1) rotate(-4deg);
  transform: scaleY(-1) rotate(-4deg); }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step:nth-child(2n) .step__block:before {
    content: '';
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-3 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step {
    width: 100%; } }

.steps_wrapper.black_arrows.items-3 .step__block:before {
  background: url(../images/arrow_2_black.svg) no-repeat;
  height: 71px;
  position: absolute;
  content: ''; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step__block:before {
    content: '';
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

.steps_wrapper.black_arrows.items-3 .step__block:after {
  content: none; }

@media (max-width: 650px) {
  .steps_wrapper.black_arrows.items-3 .step__container {
    margin-top: 65px; } }

.steps_wrapper.black_arrows.items-2 .step {
  width: 50%; }

.steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
  width: 131px;
  top: 33px;
  left: 426px;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg); }

@media (max-width: 1250px) {
  .steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: '';
    background: url(../images/arrow-0-black.svg) center no-repeat;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 400px; } }

@media (max-width: 1080px) {
  .steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: none; } }

@media (max-width: 880px) {
  .steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: '';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 420px) {
  .steps_wrapper.black_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    top: 210px; } }

.steps_wrapper.black_arrows.items-2 .step:nth-child(2n) {
  padding-top: 0; }

@media (max-width: 880px) {
  .steps_wrapper.black_arrows.items-2 .step {
    width: 100%; } }

.steps_wrapper.black_arrows.items-2 .step__container {
  width: 400px; }

@media (max-width: 880px) {
  .steps_wrapper.black_arrows.items-2 .step__container {
    margin-top: 60px; } }

@media (max-width: 420px) {
  .steps_wrapper.black_arrows.items-2 .step__container {
    width: 288px; } }

.steps_wrapper.black_arrows.items-2 .step__block {
  height: 140px; }

@media (max-width: 420px) {
  .steps_wrapper.black_arrows.items-2 .step__block {
    height: 195px; } }

.steps_wrapper.black_arrows.items-2 .step__block:before {
  background: url(../images/arrow_2_black.svg) no-repeat;
  height: 71px;
  position: absolute;
  content: ''; }

.steps_wrapper.black_arrows.items-2 .step__block:after {
  content: none; }

.steps_wrapper.white_arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 55px; }

.steps_wrapper.white_arrows .step {
  width: 20%; }

.steps_wrapper.white_arrows .step:nth-child(2n-1) {
  padding-top: 20px; }

.steps_wrapper.white_arrows .step:nth-child(2n-1) .step__block {
  min-height: 130px; }

.steps_wrapper.white_arrows .step:nth-child(2n-1) .step__block:after {
  top: 50px;
  right: -40px;
  -webkit-transform: translateX(-50%) translateY(100%);
  -ms-transform: translateX(-50%) translateY(100%);
  transform: translateX(-50%) translateY(100%); }

.steps_wrapper.white_arrows .step:nth-child(2n) {
  padding-top: 190px; }

.steps_wrapper.white_arrows .step:nth-child(2n) .step__block {
  min-height: 130px; }

.steps_wrapper.white_arrows .step:nth-child(2n) .step__block:after {
  top: -140px;
  right: -20px;
  -webkit-transform: translateX(-50%) translateY(0) rotate(-180deg) rotateY(180deg);
  transform: translateX(-50%) translateY(0) rotate(-180deg) rotateY(180deg); }

.steps_wrapper.white_arrows .step:last-child .step__block:after {
  content: none; }

.steps_wrapper.white_arrows .step:last-child .step__block:before {
  content: none; }

.steps_wrapper.white_arrows .step__container {
  width: 238px;
  padding: 3px;
  margin: 0 auto;
  position: relative; }

.steps_wrapper.white_arrows .step__container.white_border {
  border: 1px solid #414670; }

.steps_wrapper.white_arrows .step__container.grey_border {
  border: 1px solid #fff; }

.steps_wrapper.white_arrows .step__number {
  position: absolute;
  border: 6px solid #1b1542;
  padding: 2px;
  border-radius: 50%;
  background: #fff;
  left: 50%;
  margin-left: -25px;
  top: -33px; }

.steps_wrapper.white_arrows .step__number .number {
  border-radius: 50%;
  border: 7px solid #1b1542;
  color: #1b1542;
  font-size: 16px;
  text-align: center;
  width: 34px;
  height: 34px;
  padding-top: 2px;
  font-weight: 700; }

.steps_wrapper.white_arrows .step__block.grey_step {
  border: 1px solid #fff;
  background-color: #9f9fb1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px; }

.steps_wrapper.white_arrows .step__block.grey_step:after {
  content: '';
  width: 100px;
  height: 90px;
  background: url(../images/arrow_1.svg) center no-repeat;
  background-size: contain;
  position: absolute; }

.steps_wrapper.white_arrows .step__block.grey_step p {
  font-size: 16px;
  color: #1b1542;
  font-weight: 700;
  vertical-align: middle; }

.steps_wrapper.white_arrows .step__block.white_step {
  background: #dfdede;
  border: 1px solid #414670;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 5px; }

.steps_wrapper.white_arrows .step__block.white_step:after {
  content: '';
  width: 100px;
  height: 90px;
  background: url(../images/arrow_1.svg) center no-repeat;
  background-size: contain;
  position: absolute; }

.steps_wrapper.white_arrows .step__block.white_step p {
  font-size: 16px;
  color: #1b1542;
  font-weight: 700;
  vertical-align: middle; }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.white_arrows .step {
    width: 33%; }
  .steps_wrapper.white_arrows .step:nth-child(2n-1) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.white_arrows .step:nth-child(2n-1) .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows .step:nth-child(2n-1) .step__block:before {
    content: none; }
  .steps_wrapper.white_arrows .step:nth-child(2n) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.white_arrows .step:nth-child(2n) .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows .step:nth-child(2n) .step__block:before {
    content: none; } }

@media (max-width: 992px) {
  .steps_wrapper.white_arrows .step {
    width: 50%; }
  .steps_wrapper.white_arrows .step:nth-child(2n-1) {
    padding-top: 0;
    margin-bottom: 60px; }
  .steps_wrapper.white_arrows .step:nth-child(2n-1):before {
    width: 131px;
    top: 33px;
    left: 245px;
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg); }
  .steps_wrapper.white_arrows .step:nth-child(2n) {
    padding-top: 0;
    margin-bottom: 60px; } }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows .step {
    width: 100%; } }

.steps_wrapper.white_arrows.items-8 .step {
  width: 25%; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(2n-1) .step__block:after {
  right: -103px;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-8 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.white_arrows.items-8 .step:nth-child(2n) {
  padding-top: 0; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(2n) .step__block:after {
  right: -103px;
  top: 50%;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-8 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.white_arrows.items-8 .step:nth-child(4) .step__block:after {
  right: -57px;
  top: 107%;
  -webkit-transform: rotate3d(65, 65, 10, 180deg);
  transform: rotate3d(65, 65, 10, 180deg); }

.steps_wrapper.white_arrows.items-8 .step:nth-child(5) {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
  margin-top: 60px; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(5) .step__block:after {
  content: none; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(6) {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
  margin-top: 60px; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(6) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.steps_wrapper.white_arrows.items-8 .step:nth-child(7) {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
  margin-top: 60px; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(7) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.steps_wrapper.white_arrows.items-8 .step:nth-child(8) {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
  margin-top: 60px; }

.steps_wrapper.white_arrows.items-8 .step:nth-child(8) .step__block:after {
  right: -55px;
  top: -20%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-8 .step:nth-child(5) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin-top: 0; }
  .steps_wrapper.white_arrows.items-8 .step:nth-child(6) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
    margin-top: 0; }
  .steps_wrapper.white_arrows.items-8 .step:nth-child(7) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
    margin-top: 0; }
  .steps_wrapper.white_arrows.items-8 .step:nth-child(8) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
    margin-top: 0; } }

.steps_wrapper.white_arrows.items-8 .step:last-child .step__block:after {
  content: ''; }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-8 .step:last-child .step__block:after {
    content: none; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-8 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-8 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-8 .step {
    width: 100%; } }

.steps_wrapper.white_arrows.items-8 .step__block {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.steps_wrapper.white_arrows.items-8 .step__block:after {
  background: url(../images/arrow_right.png) no-repeat;
  position: absolute;
  content: ''; }

.steps_wrapper.white_arrows.items-8 .step__block:before {
  content: none; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-8 .step__container {
    margin-top: 65px; } }

.steps_wrapper.white_arrows.items-7 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-top: 55px; }

.steps_wrapper.white_arrows.items-7 .step {
  width: 15%; }

.steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
  top: 70px; }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

.steps_wrapper.white_arrows.items-7 .step:nth-child(2n) {
  padding-top: 190px; }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 992px) {
  .steps_wrapper.white_arrows.items-7 .step {
    width: 30%; } }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 .step {
    width: 100%; } }

.steps_wrapper.white_arrows.items-7 .step__container {
  width: 150px; }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 .step__container {
    width: 238px;
    margin-top: 80px; } }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-7 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:last-child .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows.items-7 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1050px) {
  .steps_wrapper.white_arrows.items-7 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .steps_wrapper.white_arrows.items-7 .step {
    width: 50%;
    height: 200px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: '';
    right: -100px;
    top: 140px;
    -webkit-transform: translateX(-50%) translateY(0) rotate(100deg) rotateY(0deg);
    transform: translateX(-50%) translateY(0) rotate(100deg) rotateY(0deg); }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:before {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) {
    padding-top: 150px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: '';
    top: -120px;
    right: 310px;
    -webkit-transform: translateX(-50%) translateY(0) rotate(255deg) rotateY(180deg);
    transform: translateX(-50%) translateY(0) rotate(255deg) rotateY(180deg); }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:before {
    content: ''; }
  .steps_wrapper.white_arrows.items-7 .step:last-child .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows.items-7 .step:last-child .step__block:before {
    content: none; }
  .steps_wrapper.white_arrows.items-7 .step__container {
    width: 388px; }
  .steps_wrapper.white_arrows.items-7 .step:last-child {
    margin-right: 500px; } }

@media (max-width: 988px) {
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    right: -60px;
    top: 150px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:after {
    top: -120px;
    right: 260px; }
  .steps_wrapper.white_arrows.items-7 .step:last-child {
    margin-right: 444px; } }

@media (max-width: 870px) {
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    right: -20px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:after {
    right: 220px; }
  .steps_wrapper.white_arrows.items-7 .step:last-child {
    margin-right: 400px; } }

@media (max-width: 850px) {
  .steps_wrapper.white_arrows.items-7 {
    -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; }
  .steps_wrapper.white_arrows.items-7 .step {
    width: 100%;
    height: auto;
    margin-bottom: 0; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) {
    margin-bottom: 0;
    padding-top: 50px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n-1) .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) {
    padding-top: 50px; }
  .steps_wrapper.white_arrows.items-7 .step:nth-child(2n) .step__block:after {
    content: none; }
  .steps_wrapper.white_arrows.items-7 .step:last-child {
    margin-right: 0; } }

@media (max-width: 520px) {
  .steps_wrapper.white_arrows.items-7 .step__container {
    width: 100%; } }

.steps_wrapper.white_arrows.items-5 .step {
  width: 20%; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-5 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-5 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-5 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-5 .step {
    width: 33%; } }

@media (max-width: 992px) {
  .steps_wrapper.white_arrows.items-5 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-5 .step {
    width: 100%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-5 .step__container {
    margin-top: 65px; } }

.steps_wrapper.white_arrows.items-4 .step {
  width: 25%; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-4 .step:nth-child(2n-1) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-4 .step:nth-child(2n) .step__block:before {
    content: '';
    width: 131px;
    height: 71px;
    position: absolute;
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-4 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-4 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-4 .step {
    width: 100%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-4 .step__container {
    margin-top: 65px; } }

.steps_wrapper.white_arrows.items-3 .step {
  width: 33%; }

.steps_wrapper.white_arrows.items-3 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.white_arrows.items-3 .step:nth-child(2n-1) .step__block:before {
  width: 131px;
  top: 33px;
  left: 245px;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg); }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step:nth-child(2n-1) .step__block:before {
    content: '';
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

.steps_wrapper.white_arrows.items-3 .step:nth-child(2n) {
  padding-top: 0; }

.steps_wrapper.white_arrows.items-3 .step:nth-child(2n) .step__block:before {
  width: 133px;
  top: 5px;
  left: 244px;
  -webkit-transform: scaleY(-1) rotate(-4deg);
  -ms-transform: scaleY(-1) rotate(-4deg);
  transform: scaleY(-1) rotate(-4deg); }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step:nth-child(2n) .step__block:before {
    content: '';
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step:last-child .step__block:before {
    content: none; } }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-3 .step {
    width: 50%; } }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step {
    width: 100%; } }

.steps_wrapper.white_arrows.items-3 .step__block:before {
  background: url(../images/arrow_2.svg) no-repeat;
  height: 71px;
  position: absolute;
  content: ''; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step__block:before {
    content: '';
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 150px; } }

.steps_wrapper.white_arrows.items-3 .step__block:after {
  content: none; }

@media (max-width: 650px) {
  .steps_wrapper.white_arrows.items-3 .step__container {
    margin-top: 65px; } }

.steps_wrapper.white_arrows.items-2 .step {
  width: 50%; }

.steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) {
  padding-top: 0; }

.steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
  width: 131px;
  top: 33px;
  left: 426px;
  -webkit-transform: rotate(-9deg);
  -ms-transform: rotate(-9deg);
  transform: rotate(-9deg); }

@media (max-width: 1250px) {
  .steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: '';
    background: url(../images/arrow-0.svg) center no-repeat;
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    left: 400px; } }

@media (max-width: 1080px) {
  .steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: none; } }

@media (max-width: 880px) {
  .steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    content: '';
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    top: 155px; } }

@media (max-width: 420px) {
  .steps_wrapper.white_arrows.items-2 .step:nth-child(2n-1) .step__block:before {
    top: 210px; } }

.steps_wrapper.white_arrows.items-2 .step:nth-child(2n) {
  padding-top: 0; }

@media (max-width: 880px) {
  .steps_wrapper.white_arrows.items-2 .step {
    width: 100%; } }

.steps_wrapper.white_arrows.items-2 .step__container {
  width: 400px; }

@media (max-width: 880px) {
  .steps_wrapper.white_arrows.items-2 .step__container {
    margin-top: 60px; } }

@media (max-width: 420px) {
  .steps_wrapper.white_arrows.items-2 .step__container {
    width: 288px; } }

.steps_wrapper.white_arrows.items-2 .step__block {
  height: 140px; }

@media (max-width: 420px) {
  .steps_wrapper.white_arrows.items-2 .step__block {
    height: 195px; } }

.steps_wrapper.white_arrows.items-2 .step__block:before {
  background: url(../images/arrow_2.svg) no-repeat;
  height: 71px;
  position: absolute;
  content: ''; }

.steps_wrapper.white_arrows.items-2 .step__block:after {
  content: none; }

.quote {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 50px;
  font-size: 17px;
  line-height: normal;
  position: relative;
  -webkit-box-shadow: 2px 6px 11px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 6px 11px 0px rgba(0, 0, 0, 0.18); }

.quote-blue {
  background: #ebf7ff; }

.quote::after {
  content: '';
  position: absolute;
  width: 32px;
  height: 36px;
  display: block;
  background: url(../images/quote-branch.png);
  right: -10px;
  bottom: 10px; }

.comments {
  position: relative;
  padding-top: 35px;
  padding-bottom: 40px; }

.comments__title {
  font-size: 30px;
  text-align: center;
  color: #1b1542;
  font-weight: 600;
  margin-bottom: 25px; }

.comments__slider {
  overflow: hidden; }

.comments__item {
  outline: 0;
  margin-bottom: 35px;
  display: inline-grid;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.comments__photo {
  width: 116px;
  height: 116px;
  border: 1px solid #2c3a45;
  margin: 0 auto 15px;
  border-radius: 30px 0;
  overflow: hidden; }

.comments__author {
  color: #1b1542;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3px; }

.comments__line {
  width: 195px;
  height: 1px;
  background: #ccc;
  margin: 0 auto; }

.comments__text {
  margin-top: 8px;
  color: #1b1542;
  font-size: 14px;
  max-width: 320px;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.comments .slick-dots {
  text-align: center; }

.comments .slick-dots li {
  height: 2px;
  width: 54px;
  background: #ccc; }

.comments .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

@media (max-width: 800px) {
  .comments .slick-dots li {
    width: 5px;
    height: 5px;
    border-radius: 50%; } }

.comments .slick-dots li.slick-active {
  height: 5px;
  background: #00ABF9;
  border: none; }

.comments .slick-dots button {
  visibility: hidden; }

.faq.color_bc {
  background: #E8E8E8;
  padding-top: 0px; }

.faq {
  padding-top: 60px;
  padding-bottom: 57px; }

.faq.pt-0 {
  padding-top: 0; }

.faq__item {
  margin-bottom: 30px; }

.faq__title {
  color: #1b1542;
  font-size: 30px;
  letter-spacing: -.5px;
  font-weight: 500;
  margin-bottom: 25px;
  padding: 10px;
  line-height: 1.2;
  text-align: center; }

@media (max-width: 768px) {
  .faq__title {
    font-size: 22px; } }

.faq__title-left {
  font-weight: 400;
  text-align: left;
  padding: 0; }

.faq__question {
  text-align: left;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 40px;
  color: #fff;
  font-weight: 700;
  background: #5b577a;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  line-height: 1.2;
  font-size: 18px; }

@media (max-width: 576px) {
  .faq__question {
    padding: 20px;
    height: auto; } }

.faq__question div {
  padding-right: 10px; }

.faq__text {
  background: #f2f2f2;
  color: #242434;
  font-size: 17px;
  opacity: 0;
  overflow: hidden;
  max-height: 0px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.faq__ul {
  padding-left: 55px; }

@media (max-width: 480px) {
  .faq__ul {
    padding-left: 70px; } }

.faq__ul li {
  list-style: none;
  margin-bottom: 30px;
  position: relative; }

.faq__ul li::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/passport-check.png) center no-repeat;
  background-size: cover;
  width: 34px;
  height: 30px;
  left: -55px;
  top: -6px; }

.faq__input {
  display: none; }

.faq__text.active_question {
  padding: 20px;
  opacity: 1;
  overflow: visible; }

.arrow_faq {
  -webkit-animation: rotateArrowLeft .3s linear forwards;
  animation: rotateArrowLeft .3s linear forwards;
  background: url(../images/arr-bezkorney.png);
  background-repeat: no-repeat;
  width: 36px;
  height: 12px; }

.arrow_faq.active_question {
  -webkit-animation: rotateArrow .3s linear forwards;
  animation: rotateArrow .3s linear forwards; }

.faq__item-white {
  border-bottom: 1px solid #CDD6DC; }

.faq__item-white .faq__question {
  height: 71px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  color: black;
  font-weight: 700;
  background: white;
  cursor: pointer;
  border-bottom: 3px solid transparent; }

.faq__item-white .faq__text {
  background: none; }

.faq__item-poland .faq__question {
  padding: 24px 15px 24px 20px;
  border-bottom: 3px solid #2FACFC; }

.faq__item-poland .faq__question .img__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }

@media (max-width: 440px) {
  .faq__item-poland .faq__question .img__title .faq_question_text {
    font-size: 17px; } }

.faq__item-poland .faq__question .img__title img {
  width: 60px;
  height: 60px; }

@media (max-width: 440px) {
  .faq__item-poland .faq__question .img__title img {
    width: 40px;
    height: 40px; } }

.faq__item-poland .faq__question .arrow_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px; }

.faq__item-poland .faq__question .arrow_block .best_faq {
  width: 140px;
  height: 50px; }

@media (max-width: 480px) {
  .faq__item-poland .faq__question .arrow_block .best_faq {
    width: 100px;
    height: 40px; } }

.faq__item-poland .faq__text {
  background: #F2F2F2; }

.arrow_block .arrow_faq {
  -webkit-animation: rotateArrowLeft .3s linear forwards;
  animation: rotateArrowLeft .3s linear forwards; }

.arrow_block.active_question .arrow_faq {
  -webkit-animation: rotateArrow .3s linear forwards;
  animation: rotateArrow .3s linear forwards; }

.tabs {
  position: relative;
  padding-top: 60px;
  padding-bottom: 57px; }

.tabs__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.tabs__text {
  font-size: 17px;
  line-height: normal;
  text-align: justify; }

.tabs__text--bottom {
  background: #ebf7ff;
  margin-bottom: 20px;
  padding: 30px;
  font-size: 17px;
  line-height: normal;
  position: relative;
  -webkit-box-shadow: 2px 6px 11px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 6px 11px 0px rgba(0, 0, 0, 0.18); }

@media (max-width: 700px) {
  .tabs__text {
    text-align: left; } }

.tabs__text-card {
  text-align: center; }

.tabs__text-center {
  font-size: 24px;
  padding-bottom: 30px;
  font-weight: 700;
  text-align: center; }

.tabs__text-lower {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 50px; }

.tabs__wrap {
  max-width: 765px;
  padding: 40px;
  background: #ffffff;
  margin: auto;
  margin-bottom: 60px; }

@media (max-width: 550px) {
  .tabs__wrap {
    padding: 20px; } }

.tab__container, .tab__container_two {
  width: 100%; }

.tab__container-label, .tab__container-label_two, .tab__container_two-label, .tab__container_two-label_two {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 700px) {
  .tab__container-label, .tab__container-label_two, .tab__container_two-label, .tab__container_two-label_two {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; } }

.tab__container-label.items-4, .tab__container_two-label.items-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 700px) {
  .tab__container-label.items-4, .tab__container_two-label.items-4 {
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse; } }

.tab__item, .tab__item_two {
  position: relative;
  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;
  height: 60px;
  background: #414670;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  width: 100%; }

@media (max-width: 480px) {
  .tab__item, .tab__item_two {
    font-size: 16px; } }

.tab__content, .tab__content_two {
  width: 100%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-top: unset;
  padding: 30px 45px 35px 45px; }

@media (max-width: 480px) {
  .tab__content, .tab__content_two {
    padding: 30px 15px 35px 15px; } }

.tab__content-white, .tab__content_two-white {
  background: #ffffff; }

.tab__content-border, .tab__content_two-border {
  border: none; }

.tab__ul {
  width: 540px;
  padding-top: 40px;
  margin: auto;
  padding-bottom: 30px; }

@media (max-width: 700px) {
  .tab__ul {
    width: 100%; } }

.tab__ul.left_icons {
  margin-left: 30px; }

@media (max-width: 700px) {
  .tab__ul.left_icons {
    margin: auto; } }

.tab__title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #414670;
  padding-bottom: 30px;
  border-bottom: 1px solid #e8e8e8; }

@media (max-width: 420px) {
  .tab__title {
    font-size: 20px; } }

.tab__icon {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }

.tab__icon-img {
  margin-right: 20px;
  width: 100%;
  max-width: 40px;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

.tab__card {
  display: grid;
  grid-template-columns: repeat(3, 1fr); }

@media (max-width: 1200px) {
  .tab__card {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) {
  .tab__card {
    grid-template-columns: 1fr; } }

.tab__card-container {
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin-bottom: 33px;
  min-height: 280px;
  float: left;
  padding: 0 15px; }

.tab__card-img {
  width: 205px;
  height: 205px;
  border-radius: 45px 0 45px;
  margin-bottom: 25px; }

.title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color: #242434;
  text-transform: uppercase;
  position: relative; }

.title-white {
  color: #fefeff; }

@media (min-width: 768px) and (max-width: 991px) {
  .title {
    font-size: 52px; } }

@media (max-width: 767px) {
  .title {
    font-size: 7vw; } }

@media (max-width: 530px) {
  .title {
    line-height: normal; } }

.title__container {
  position: relative;
  border-bottom: 1px solid #cdd6dc;
  padding-bottom: 20px;
  margin-bottom: 55px; }

.title__container::before {
  content: "";
  bottom: -1px;
  height: 3px;
  width: 50px;
  background-color: #00ABF9;
  position: absolute; }

.title__first {
  display: block;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  line-height: 30px; }

@media (max-width: 500px) {
  .title__first {
    font-size: 20px;
    line-height: 20px; } }

.title span {
  color: #00ABF9; }

.price__block {
  margin: 40px 30px 60px;
  background: #e9f8ff;
  padding: 35px 20px;
  position: relative; }

@media (max-width: 576px) {
  .price__block {
    margin: 40px 10px 30px; } }

.price__block-title {
  margin-bottom: 25px;
  font-size: 18px;
  color: #4cb2f7;
  text-align: center;
  font-weight: 700; }

.price__block-one {
  font-weight: bold;
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #e8e8e8; }

.price__block-one-num {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  margin-top: 20px;
  margin-bottom: 20px; }

.price__countrys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

@media (max-width: 1200px) {
  .price__countrys {
    display: grid;
    -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; } }

.price__countrys-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 992px) {
  .price__countrys-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 20px 0; } }

.price__countrys-item img {
  margin-right: 10px; }

.price__info-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0; }

.price__info-number {
  font-size: 36px;
  font-weight: bold; }

.price__btn {
  display: block;
  background-size: cover;
  background: #ff1e00;
  border: 1px solid #fff;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  min-width: 180px;
  width: 230px;
  text-align: center;
  margin: auto;
  cursor: pointer; }

.price__btn-blue {
  background: url(../images/form-btn-bg_1.png) center; }

.bg__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1; }

.tab-active {
  background: #00ABF9; }

.mlt__title-line {
  margin-bottom: 60px;
  color: #1b1542;
  font-size: 36px;
  padding-bottom: 25px;
  border-bottom: 1px solid #00ABF9;
  width: 100%; }

.mlt__container {
  padding-top: 60px;
  padding-bottom: 57px;
  background-size: cover;
  background-position: center center; }

.mlt__container-pt0 {
  padding-top: 0; }

.mlt__container-pb0 {
  padding-bottom: 0; }

.mlt__container a,
.mlt__container a:active,
.mlt__container a:hover,
.mlt__container a:link,
.mlt__container a:visited {
  cursor: pointer;
  text-decoration: none;
  outline: 0; }

.mlt__container a {
  color: #337ab7; }

.mlt__container a:hover {
  color: #23527c;
  text-decoration: underline; }

.mlt__paragraph {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: normal;
  color: #1b1542;
  text-align: justify; }

.mlt__paragraph-white {
  color: #fff; }

.mlt__paragraph-center {
  text-align: center; }

.mlt__list-ul {
  display: grid;
  list-style-type: none;
  margin: 2em 0;
  font-size: 17px;
  line-height: normal; }

.mlt__list-ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-left: 80px; }

.mlt__list-ul li:not(:last-of-type) {
  margin-bottom: 2em; }

.mlt__list-ul .li__text {
  font-size: 17px;
  line-height: normal; }

.mlt__list-ul .li__text-white {
  color: #fff; }

.mlt__list-ul .li__text::before {
  content: '';
  left: 0;
  display: block;
  width: 53px;
  height: 47px;
  position: absolute;
  background: url(../images/passport-check.png) center no-repeat;
  background-size: cover; }

.mlt__list-ul .li__text span {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-left: 25px;
  margin-top: 7px; }

.mlt__list-ul .li__text span::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background: #44aef7;
  border-radius: 50%; }

.mlt__list-ul li.ul_point {
  padding-left: 40px; }

.mlt__list-ul li.ul_point::before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 10px;
  height: 10px;
  border: 1px solid #00ABF9;
  border-radius: 10px;
  background: #00ABF9; }

.mlt__list-ul .small-mark {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-left: 50px; }

.mlt__list-ul .small-mark_top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }

.mlt__list-ul .small-mark::before {
  width: 34px;
  height: 30px; }

.mlt__list-ul .small-mark:not(:last-of-type) {
  margin-bottom: 20px; }

.mlt__list-ul .small-mark p {
  padding-top: 4px; }

.mlt__list-ul-2 {
  grid-template-columns: repeat(2, 1fr); }

@media (max-width: 550px) {
  .mlt__list-ul-2 {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-bottom: 0; } }

.mlt__list-ul-2 li {
  margin-bottom: 15px; }

.mlt__list-ul-3 {
  grid-template-columns: repeat(3, 1fr); }

@media (max-width: 656px) {
  .mlt__list-ul-3 {
    grid-template-columns: repeat(2, 1fr); } }

.mlt__list-ul-3 li {
  margin-bottom: 2em; }

@media (max-width: 450px) {
  .mlt__list-ul-3 li {
    padding: 5px 5px 5px 40px; } }

@media (max-width: 450px) {
  .mlt__list-ul-3 .li__text {
    font-size: 14px; } }

@media (max-width: 450px) {
  .mlt__list-ul-3 .li__text::before {
    content: '';
    width: 31px;
    height: 27px; } }

.mlt__list-ol {
  counter-reset: counter;
  list-style: none;
  margin: 2em 0; }

.mlt__list-ol-2 {
  grid-template-columns: repeat(2, 1fr); }

.mlt__list-ol li {
  counter-increment: counter; }

.mlt__list-ol li:not(:last-of-type) {
  margin-bottom: 2em; }

.mlt__list-ol li strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  font: 700 18px/1.3em 'Roboto', sans-serif;
  color: #333;
  margin-bottom: 0.5em; }

.mlt__list-ol li strong::before {
  content: counter(counter) ".";
  font: 800 30px/1.3em 'Roboto', sans-serif;
  color: #00ABF9; }

.mlt__list-ol li strong.ol_20fs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.mlt__list-ol li strong.ol_20fs::before {
  font-size: 20px; }

.mlt__list-ol li span {
  display: block;
  font: 400 18px/1.3em 'Roboto', sans-serif;
  color: #333; }

.mlt__list-ol li.li__border::before {
  content: counter(counter);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  border: 3px solid #00ABF9;
  background: #fff;
  border-radius: 10px 0;
  color: #00ABF9;
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  margin-top: 5px;
  padding-top: 1px;
  float: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.mlt__list-ol li.li__border strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-left: 50px;
  font: 700 18px/1.3em 'Roboto', sans-serif;
  color: #333;
  margin-bottom: 0.5em; }

.mlt__list-ol li.li__border strong::before {
  content: none; }

.mlt__list-ol li.li__border span {
  padding-left: 60px; }

.mlt__img {
  max-width: 100%;
  width: 100%;
  min-height: 240px;
  max-height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 60px 0; }

@media (min-width: 768px) {
  .mlt__img {
    width: 750px; } }

@media (min-width: 992px) {
  .mlt__img {
    width: 970px; } }

@media (min-width: 1200px) {
  .mlt__img {
    width: 1170px; } }

.icons {
  max-width: 960px;
  padding-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0 auto; }

.icons__all-width {
  max-width: none; }

.icons-2column {
  grid-template-columns: repeat(2, 1fr); }

@media (max-width: 992px) {
  .icons-2column {
    grid-template-columns: 1fr; } }

.icons-3column {
  grid-template-columns: repeat(3, 1fr); }

@media (max-width: 992px) {
  .icons-3column {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) {
  .icons-3column {
    grid-template-columns: 1fr; } }

.icons-4column {
  grid-template-columns: repeat(4, 1fr);
  gap: 0 20px; }

@media (max-width: 992px) {
  .icons-4column {
    grid-template-columns: repeat(2, 1fr); } }

@media (max-width: 768px) {
  .icons-4column {
    grid-template-columns: 1fr; } }

.icons__item {
  margin-bottom: 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 550px) {
  .icons__item {
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; } }

.icons__item-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }

@media (max-width: 475px) {
  .icons__item-row .icons__img {
    width: 50px;
    height: 50px; } }

@media (max-width: 550px) {
  .icons__item-row .icons__content {
    text-align: left; } }

.icons__item-column {
  -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;
  gap: 30px; }

.icons__item-column .icons__content {
  margin-left: 0;
  text-align: center; }

.icons__border {
  width: 82px;
  height: 82px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #1b1542;
  border-radius: 30px 0 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0; }

@media (max-width: 550px) {
  .icons__border {
    margin-right: 20px; } }

.icons__img {
  float: left;
  width: 80px;
  min-width: 80px;
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain; }

@media (max-width: 550px) {
  .icons__img-box {
    margin-bottom: 15px;
    margin-right: 20px; } }

.icons__img-border {
  max-width: 100%;
  height: auto;
  width: auto;
  min-width: auto; }

.icons__img-68 {
  width: 68px;
  display: block;
  min-width: auto;
  height: 68px; }

.icons__content {
  max-width: 100%;
  float: left;
  margin-left: 30px;
  text-align: left; }

@media (max-width: 550px) {
  .icons__content {
    text-align: center;
    margin-left: 0; } }

.icons__content-2column, .icons__content-3column {
  max-width: 335px; }

@media (max-width: 550px) {
  .icons__content-left {
    text-align: left; } }

.icons__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px; }

.icons__title a {
  color: #1b1542;
  cursor: pointer;
  max-width: 100%;
  text-decoration: underline; }

.icons__ul {
  list-style: disc inside;
  font-size: 16px;
  line-height: 1.4; }

.icons__ul li {
  margin-bottom: 10px;
  color: #1b1542; }

.icons__text {
  font-size: 16px;
  color: #1b1542;
  max-width: 100%; }

.icons__text-2column, .icons__text-3column {
  max-width: 300px; }

@media (max-width: 992px) {
  .icons__text-2column, .icons__text-3column {
    max-width: none; } }

.card {
  padding-bottom: 57px;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }

.card__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly; }

.card__title {
  font-size: 17px;
  line-height: normal;
  font-weight: 700;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 30px; }

.card__title-white {
  color: #fff; }

.card__title-left {
  text-align: left; }

.card__item {
  padding: 35px 15px 30px;
  width: 33.33%;
  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: start;
  -ms-flex-pack: start;
  justify-content: start; }

.card__item .border {
  border: 1px solid #2e7bee;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  height: 150px;
  width: 150px;
  margin: 0 auto 35px;
  height: 150px;
  overflow: hidden; }

.card__item .border img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  max-height: none; }

@media (max-width: 991px) {
  .card__item {
    width: 50%; } }

@media (max-width: 768px) {
  .card__item {
    width: 100%; } }

.card__item-4 {
  width: 25%; }

@media (max-width: 991px) {
  .card__item-4 {
    width: 50%; } }

@media (max-width: 768px) {
  .card__item-4 {
    width: 100%; } }

.card__item-5 {
  width: 20%; }

@media (max-width: 1024px) {
  .card__item-5 {
    width: 33.33%; } }

@media (max-width: 767px) {
  .card__item-5 {
    width: 50%; } }

@media (max-width: 550px) {
  .card__item-5 {
    width: 100%; } }

.card__item img {
  min-height: 110px;
  margin: 0 auto 35px;
  display: block;
  -o-object-fit: scale-down;
  object-fit: scale-down; }

.card__item-h92 img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  min-height: 92px;
  max-height: 92px; }

.card__item-h70 img {
  -o-object-fit: scale-down;
  object-fit: scale-down;
  max-width: 70px;
  max-height: 70px;
  min-width: 70px;
  min-height: 70px; }

.card__item-2row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%; }

@media (max-width: 991px) {
  .card__item-2row {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.card__item-2row img {
  margin: auto 30px auto 35px; }

.card__item-2row .card__text {
  text-align: justify;
  max-width: 100%; }

.card__text {
  font-size: 17px;
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: 15px; }

.card__text-white {
  color: #fff; }

.card__text-top, .card__text-lower {
  text-align: justify;
  max-width: 100%; }

.card__text-lower:first-child {
  margin-top: 30px; }

.text_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding-top: 35px;
  padding-bottom: 30px; }

@media (max-width: 1200px) {
  .text_img {
    display: block; } }

@media (max-width: 768px) {
  .text_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.text_img-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.text_img-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

@media (max-width: 1200px) {
  .text_img-reverse {
    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-align: center;
    -ms-flex-align: center;
    align-items: center; } }

@media (max-width: 1200px) {
  .text_img-reverse .text_img-img {
    margin: 0 auto;
    margin-bottom: 20px; } }

.text_img-img {
  display: block;
  max-height: initial;
  margin-bottom: 0;
  margin-right: 30px;
  width: 100%;
  max-width: 270px;
  float: left; }

.text_img-img-round {
  border-top-left-radius: 29px;
  border-bottom-right-radius: 29px; }

.text_img-img-ml30 {
  margin-right: 0;
  margin-left: 30px; }

@media (max-width: 768px) {
  .text_img-img {
    margin: 0 auto;
    margin-bottom: 20px; } }

.text_img-title {
  display: block;
  margin-bottom: 15px;
  font-size: 24px; }

@media (max-width: 768px) {
  .text_img-title {
    font-size: 20px; } }

.text_img-list {
  padding: 25px 0 25px 50px;
  margin: 0; }

@media (max-width: 768px) {
  .text_img-list {
    padding: 0; } }

.text_img div {
  max-width: 100%;
  margin: 0;
  text-align: left; }

@media (max-width: 768px) {
  .text_img div {
    text-align: center;
    font-size: 16px; } }

@media (max-width: 500px) {
  .text_img div {
    text-align: left; } }

.text_img .no-limit {
  width: auto;
  max-width: 100%; }

.stages__item {
  padding: 40px 30px;
  background-color: #e8e8e8;
  border-left: 25px solid #1b1442;
  margin-bottom: 24px;
  list-style: none; }

.stages__item-white {
  background-color: #fff; }

@media (max-width: 480px) {
  .stages__item {
    padding: 15px;
    border-left: 10px solid #1b1442; } }

.stages__title {
  font-size: 20px;
  font-weight: 600;
  color: #1b1442;
  margin-bottom: 20px; }

.stages__text {
  color: #1b1442;
  font-size: 17px;
  line-height: 1.3; }

.stages__text-center {
  margin-top: 30px;
  text-align: center; }

.stages__ul {
  margin-top: 25px;
  margin-bottom: 7px;
  margin-left: 7px;
  color: #1b1442;
  font-size: 17px;
  line-height: 1.3; }

.stages__ul li {
  margin-bottom: 5px;
  margin-left: 10px;
  padding-left: 10px; }

.mlt-list {
  background-size: cover; }

.mlt-list__container {
  gap: 30px; }

.mlt-list__container--2fr {
  display: grid;
  grid-template-columns: repeat(2, 1fr); }

@media (max-width: 992px) {
  .mlt-list__container--2fr {
    grid-template-columns: 1fr; } }

.mlt-list__title {
  min-height: unset;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif; }

.mlt-list__title-white {
  color: #fff; }

.mlt-list__list {
  list-style-type: none;
  margin-top: 20px; }

.mlt-list__list li {
  position: relative;
  padding: 25px 0 25px 70px;
  background: url(../images/service-line.png) bottom left repeat-x;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (max-width: 550px) {
  .mlt-list__list li {
    padding: 25px 0 25px 55px; } }

.mlt-list__list li:last-child {
  background: 0 0; }

.mlt-list__list li::before {
  content: '';
  display: block;
  width: 53px;
  height: 47px;
  position: absolute;
  top: 50%;
  margin-top: -24px;
  left: 0;
  background: url(../images/passport-check.png) center no-repeat; }

.mlt-list__text {
  display: inline-block;
  max-width: 990px;
  font-size: 17px;
  font-weight: 400; }

.mlt-list__text-lower {
  padding-bottom: 10px;
  padding-top: 20px; }

.mlt-list__text-white {
  color: #fff; }

.mlt-list__text-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px; }

.mb-0 {
  margin-bottom: 0px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mt-30 {
  margin-top: 30px; }

.mb-30 {
  margin-bottom: 30px; }

.p10 {
  padding-top: 10px;
  padding-bottom: 10px; }

.p26 {
  padding-top: 26px;
  padding-bottom: 26px; }

.fs20 {
  font-size: 20px; }

.fs24 {
  font-size: 24px; }

.text-center {
  text-align: center; }

.grey {
  padding: 20px 30px;
  margin: 0 auto;
  background: #cdd6dc; }

.bg_blue {
  padding: 20px 30px;
  margin-bottom: 30px;
  background: #00ABF9; }

.blue-light {
  padding: 20px;
  font-weight: bold;
  background: #d9edf7; }

.blue-light span {
  width: 800px;
  margin: auto;
  margin-bottom: 10px; }

.test {
  height: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px; }

.mlt__container .wrapper .hero_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

@media (max-width: 992px) {
  .mlt__container .wrapper .hero_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.mlt__container .wrapper .heading-container {
  width: 50%;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 35px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

@media (max-width: 992px) {
  .mlt__container .wrapper .heading-container {
    width: 80%;
    text-align: center;
    margin-bottom: 30px; } }

@media (max-width: 500px) {
  .mlt__container .wrapper .heading-container {
    width: 100%; } }

.mlt__container .wrapper .heading-container .heading_small_title {
  line-height: 1.5;
  font-weight: 400; }

.posts {
  position: relative;
  margin-bottom: 80px;
  margin-top: 40px; }

@media (max-width: 800px) {
  .posts {
    max-width: 400px;
    float: none;
    margin: 40px auto 80px; } }

.posts__slider {
  overflow: hidden; }

.posts__item {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.posts a {
  text-decoration: none; }

.posts__img {
  height: 328px;
  margin: auto;
  overflow: hidden;
  border-radius: 24% 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

@media (max-width: 992px) {
  .posts__img {
    height: 280px; } }

@media (max-width: 800px) {
  .posts__img {
    height: 300px;
    overflow: hidden; } }

@media (max-width: 360px) {
  .posts__img {
    height: 250px; } }

.posts__img img {
  width: auto;
  height: 328px;
  overflow: hidden;
  margin: 0 auto;
  border-radius: 24% 0;
  max-width: 446px;
  -o-object-fit: cover;
  object-fit: cover; }

@media (max-width: 800px) {
  .posts__img img {
    max-height: 300px;
    width: 100%;
    height: 100%; } }

@media (max-width: 768px) {
  .posts__img img {
    max-width: 370px; } }

.posts__title, .posts__text {
  text-align: justify;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 700;
  width: 100%;
  font-size: 17px;
  line-height: normal;
  color: #1b1542; }

.posts__text {
  margin-bottom: 40px;
  margin-top: 0;
  font-weight: normal; }

@media (max-width: 800px) {
  .posts__text {
    margin-bottom: 15px;
    width: 100%; } }

.posts__text-btn {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: inline-block;
  text-transform: uppercase; }

.posts__btn {
  background-color: #00ABF9;
  width: 170px;
  height: 44px;
  display: block;
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  text-align: center;
  position: relative; }

.posts .slick-next,
.posts .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  background: none; }

.posts .slick-next,
.posts .slick-prev {
  display: block;
  width: 30px;
  height: 100%; }

.posts .slick-prev {
  left: -50px;
  bottom: 0; }

@media (max-width: 1250px) {
  .posts .slick-prev {
    left: -24px; } }

@media (max-width: 1199px) {
  .posts .slick-prev {
    left: -70px; } }

@media (max-width: 1110px) {
  .posts .slick-prev {
    left: -50px; } }

@media (max-width: 1050px) {
  .posts .slick-prev {
    left: -35px; } }

@media (max-width: 1035px) {
  .posts .slick-prev {
    left: -40px; } }

@media (max-width: 992px) {
  .posts .slick-prev {
    left: -50px; } }

@media (max-width: 830px) {
  .posts .slick-prev {
    left: -38px; } }

.posts .slick-next {
  right: -50px;
  top: 0;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

@media (max-width: 1250px) {
  .posts .slick-next {
    right: -24px; } }

@media (max-width: 1199px) {
  .posts .slick-next {
    right: -70px; } }

@media (max-width: 1110px) {
  .posts .slick-next {
    right: -50px; } }

@media (max-width: 1050px) {
  .posts .slick-next {
    right: -35px; } }

@media (max-width: 1035px) {
  .posts .slick-next {
    right: -40px; } }

@media (max-width: 992px) {
  .posts .slick-next {
    right: -50px; } }

@media (max-width: 830px) {
  .posts .slick-next {
    right: -38px; } }

.posts .slick-arrow::before {
  content: url(../images/arrowLeftpng.png); }

.posts .slick-dots {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  margin-top: 30px; }

.posts .slick-dots li {
  height: 2px;
  width: 54px;
  background: #ccc; }

.posts .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 5px;
  height: 5px;
  border-radius: 50%; }

.posts .slick-dots li.slick-active {
  height: 5px;
  background: #00ABF9;
  border: none; }

.posts .slick-dots button {
  visibility: hidden; }

.posts .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.posts .slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slider__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: calc(100vh - 58px);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.slider__container .title__container {
  border-bottom: 1px solid #817bba;
  padding-top: 50px; }

.slider__container .title__first {
  display: block;
  font-size: 30px;
  line-height: 30px;
  color: #fefeff; }

@media (max-width: 992px) {
  .slider__container .title__second {
    font-size: 32px; } }

.slider__container .video-sliderbig {
  position: relative;
  z-index: 0; }

.slider__container .video-sliderbig .video-slider__arrow {
  height: 24px;
  width: 24px; }

.slider__container .video-sliderbig__reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

@media (max-width: 768px) {
  .slider__container .video-sliderbig__reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; } }

.slider__container .video-sliderbig__item {
  width: 100%;
  height: 100%; }

.slider__container .video-sliderbig__play-img {
  max-width: 410px; }

.slider__container .video-sliderbig__content {
  position: relative;
  padding: 60px 0 210px;
  padding: 15px 0 210px;
  min-height: calc(100vh - 58px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

@media (max-width: 990px) {
  .slider__container .video-sliderbig__content {
    max-width: 100%; } }

.slider__container .video-sliderbig__play {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.slider__container .video-sliderbig__play-img {
  border-style: none;
  width: auto;
  height: auto;
  max-height: 100%;
  cursor: pointer; }

@media (max-width: 992px) {
  .slider__container .video-sliderbig__play-img {
    max-width: 100px; } }

@media (max-width: 768px) {
  .slider__container .video-sliderbig__play-img {
    max-width: 90px; } }

.slider__container .video-sliderbig__text {
  font-size: 22px;
  color: #fff;
  max-width: 850px;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto; }

@media (max-width: 480px) {
  .slider__container .video-sliderbig__text {
    font-size: 17px; } }

.slider__container .video-sliderbig__img {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%; }

@media (max-width: 768px) {
  .slider__container .video-sliderbig__img-big {
    display: none; } }

.slider__container .video-sliderbig__img-medium {
  display: none; }

@media (max-width: 768px) {
  .slider__container .video-sliderbig__img-medium {
    display: block; } }

.slider__container .video-sliderbig__img-small {
  display: none; }

@media (max-width: 460px) {
  .slider__container .video-sliderbig__img-small {
    display: block; } }

.slider__container .video-slider {
  max-width: 850px;
  width: 100%;
  position: relative;
  margin-top: -100px; }

@media (max-width: 990px) {
  .slider__container .video-slider {
    margin-top: 10px; } }

.slider__container .video-slider__item {
  height: auto;
  padding: 6px; }

.slider__container .video-slider__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  max-height: 100%; }

.slider__container .video-slider .slick-next,
.slider__container .video-slider .slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 30px;
  height: 100%;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  background: 0 0; }

.slider__container .video-slider .slick-prev {
  left: -50px !important;
  bottom: 0 !important;
  top: 50% !important; }

@media (max-width: 830px) {
  .slider__container .video-slider .slick-prev {
    left: -38px !important; } }

.slider__container .video-slider .slick-prev::before {
  content: url(../images/arrowLeftpng.png); }

.slider__container .video-slider .slick-next {
  top: 50% !important;
  right: -50px !important; }

@media (max-width: 830px) {
  .slider__container .video-slider .slick-next {
    right: -38px !important; } }

.slider__container .video-slider .slick-next::before {
  content: url(../images/arrowRight.png); }

.slider__container .video-slider .slick-track {
  height: 280px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

@media (max-width: 992px) {
  .slider__container .video-slider .slick-track {
    height: 200px; } }

.slider__container .video-slider .slick-current.slick-active img {
  -webkit-transform: scale(1.06);
  -ms-transform: scale(1.06);
  transform: scale(1.06);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 6px solid #1A9AE1;
  outline: none; }

@media (max-width: 480px) {
  .slider__container .video-slider .slick-current.slick-active img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    border: 0; } }

.slider__container .video-slider .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  max-width: 781px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  float: none;
  clear: both;
  position: relative;
  bottom: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center; }

.slider__container .video-slider .slick-dots li.slick-active {
  height: 5px;
  background: #00ABF9;
  border: none; }

.slider__container .video-slider .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  height: 2px;
  width: 54px;
  background: #ccc;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

@media (max-width: 800px) {
  .slider__container .video-slider .slick-dots li {
    max-width: 5px;
    width: 5px;
    height: 5px;
    border-radius: 50%; } }

.slider__container .video-slider .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  border: 0;
  background: 0 0; }

.slider__container .video-slider .slick-dots li button::before {
  content: '';
  width: 100%;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  text-align: center;
  opacity: .25;
  color: #000; }

@media (max-width: 990px) {
  .slider__container .flex-style {
    padding: 50px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; } }

.slider__container .slick-list {
  overflow: hidden; }

.slider__container .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.slider__container .video-slider {
  max-width: 80%;
  margin: -220px auto 40px; }

@media (max-width: 480px) {
  .slider__container .video-slider {
    margin: -220px auto; } }

.slider__container .video-slider__item .slick-slider-item {
  padding: 70px 0 255px; }

.slider__container .video-slider .slick-current img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border: 0;
  outline: none; }

/* MODAL
---------------------------*/
.modal-trigger:hover {
  cursor: pointer; }

.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  background: rgba(30, 30, 30, 0.8);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  z-index: 2; }

.modal-container {
  position: fixed;
  max-width: 780px;
  top: 50%;
  left: 50%;
  text-align: center;
  width: 90%;
  visibility: hidden;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 5; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.no-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 0;
  background: #000; }

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: .3em 0.4em;
  color: #333;
  font-size: 2em; }

.modal-close:hover {
  cursor: pointer; }

.modal--show {
  visibility: visible; }

.modal--show ~ .modal-overlay {
  visibility: visible;
  opacity: 1; }

.modal--show .modal-content {
  opacity: 1;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s; }

.youtube-container {
  overflow: hidden;
  position: relative;
  width: 100%; }

.youtube-container::after {
  padding-top: 56.25%;
  display: block;
  content: ''; }

.youtube-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important; }

.table__container-simple.light tr:first-child {
  background: #F3F7F9;
  color: #000000;
  text-transform: none;
  text-align: left; }

.table__container-simple.light.zebra tr:first-child {
  background: #FFF;
  color: #000000;
  text-transform: none;
  text-align: left; }

.table__container-simple.zebra tr:nth-child(2n) {
  background-color: #F3F7F9; }

.table__container-simple.light tr {
  border: 0.5px solid #EEF1F3;
  color: #000000;
  background: #fff; }

.table__container-simple.light tr > * {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 25%; }

.table {
  padding-top: 0;
  padding-bottom: 0; }

@media (max-width: 992px) {
  .table {
    overflow-x: scroll;
    margin-right: 15px; } }

.table__container {
  width: 100%;
  background: url(../images/flags-bg.webp) center no-repeat fixed;
  background-size: cover;
  -webkit-background-size: cover; }

.table__container::before {
  display: table;
  content: " "; }

.table__container-simple {
  background: #f1f0f1;
  color: #1b1542;
  width: 1070px;
  padding: 0;
  border: 1px solid #dad8e0;
  border-bottom: none;
  margin-bottom: 5em; }

@media (max-width: 1200px) {
  .table__container-simple {
    width: 100%; } }

@media (max-width: 992px) {
  .table__container-simple {
    width: 960px; } }

@media (max-width: 550px) {
  .table__container-simple {
    width: 640px; } }

.table__container-simple table {
  width: 100%; }

.table__container-simple table.tw-950 {
  max-width: 950px;
  margin: 0 auto; }

.table__container-simple table.tw-634 {
  max-width: 634px;
  margin: 0 auto; }

.table__container-simple tr {
  min-height: 85px;
  border-bottom: 1px solid #dad8e0; }

.table__container-simple tr td {
  border: 1px solid #dad8e0; }

.table__container-simple tr td img {
  margin-right: 15px; }

.table__container-simple tr td a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  color: #337ab7; }

.table__container-simple tr td div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.table__container-simple tr:first-child {
  background: #414670;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }

.table__container-simple tr > :nth-child(1) {
  width: 25%; }

.table__container-simple tr > :nth-child(2) {
  width: 25%; }

.table__container-simple tr > :nth-child(3) {
  width: 25%; }

.table__container-simple tr > * {
  padding: 25px 30px; }

@media (max-width: 550px) {
  .table__container-simple tr > * {
    padding: 15px; } }

.table__container-simple.width_auto {
  display: contents; }

.table__container-simple.width_auto tr > * {
  width: auto;
  padding: 14px 20px; }

.table__block {
  max-width: 760px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 20px; }

.table__block:nth-child(even) .table__days,
.table__block:nth-child(even) .table__head-text {
  background: #00ABF9; }

.table__block::before {
  display: table;
  content: " "; }

.table__head {
  background: #dad7d7; }

.table__head::before {
  display: table;
  content: " "; }

.table__head::after {
  display: table;
  content: " ";
  clear: both; }

.table__head-text {
  display: block;
  width: 115px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  float: left;
  background: #1b1442;
  text-transform: uppercase;
  padding: 5px 0; }

.table__text {
  padding: 10px 0;
  font-size: 17px;
  color: #1b1442; }

.table__cell-container::before {
  display: table;
  content: " "; }

.table__cell-container::after {
  display: table;
  content: " ";
  clear: both; }

.table__row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 150px; }

@media (max-width: 768px) {
  .table__row {
    grid-template-columns: 1fr; } }

.table__row-container {
  max-width: 295px;
  width: 100%;
  float: left;
  margin: 8px 0; }

@media (max-width: 768px) {
  .table__row-container {
    max-width: none; }
  .table__row-container:first-child {
    margin-bottom: 0; }
  .table__row-container:last-child {
    margin-top: 0; } }

.table__row-cell {
  float: left;
  width: 100%;
  border-bottom: 1px solid #d6d6d6;
  min-height: 27px;
  position: relative; }

.table__country {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  height: 100%;
  font-size: 17px;
  max-width: 216px;
  color: #1b1442; }

.table__days {
  padding: 5px;
  height: 100%;
  display: inline-block;
  position: absolute;
  right: 0;
  width: 80px;
  background: #8a88a2;
  color: #fff;
  font-size: 16px;
  text-align: right;
  font-weight: 300; }

.table__container-simple.text_center tr > * {
  text-align: center; }

.program {
  padding-top: 60px;
  padding-bottom: 57px; }

.program__title {
  color: #1b1542;
  letter-spacing: -.5px;
  font-family: Roboto, sans-serif, Arial;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 25px;
  padding: 10px;
  line-height: 1.2;
  text-align: center; }

@media (max-width: 767px) {
  .program__title {
    font-size: 24px; } }

.program__text {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 50px;
  text-align: justify; }

.program__items {
  padding-left: 0;
  font-size: 17px;
  line-height: normal; }

.program__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px; }

@media (max-width: 550px) {
  .program__item {
    -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; } }

.program__item-icon {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 50px; }

@media (max-width: 1199px) {
  .program__item-icon {
    width: 110px; } }

@media (max-width: 991px) {
  .program__item-icon {
    margin-right: 20px; } }

@media (max-width: 550px) {
  .program__item-icon {
    margin-bottom: 20px;
    margin-right: 0; } }

.program__item-icon img {
  height: 100px; }

.program__item-icon-big {
  width: 195px;
  margin-right: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start; }

@media (max-width: 991px) {
  .program__item-icon-big {
    margin-right: 20px; } }

@media (max-width: 550px) {
  .program__item-icon-big {
    margin-bottom: 20px;
    margin-right: 0; } }

.program__item-icon-big img {
  height: auto; }

.program__item-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px; }

@media (max-width: 550px) {
  .program__item-content {
    text-align: center; } }

.program__item-text p {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 10px; }

.program__item-list {
  margin-top: 30px;
  padding-left: 55px; }

.program__item-list li {
  list-style: none;
  margin-bottom: 30px;
  position: relative; }

.program__item-list li::before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/passport-check.png) center no-repeat;
  background-size: cover;
  width: 34px;
  height: 30px;
  left: -55px;
  top: -6px; }

.video-section {
  position: relative; }

.video-section .background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1; }

.video-section .background .banner-img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  min-width: 100%;
  min-height: 100%;
  position: relative; }

.video-section .container {
  padding: 40px 0; }

.video-section .container .video-container {
  position: relative;
  padding-bottom: 39.55%;
  padding-top: 30px;
  height: auto;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  width: 75%;
  margin: 0 auto; }

@media (max-width: 768px) {
  .video-section .container .video-container {
    width: 100%;
    min-height: 281px;
    max-width: 500px;
    padding-bottom: 0; } }

@media (max-width: 550px) {
  .video-section .container .video-container {
    padding-bottom: 49.25%;
    background-size: cover;
    min-height: unset;
    min-width: 100%; } }

.video-section .container .video-container .play {
  background-image: url("../images/play-button2.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  height: 80px;
  margin: -40px 0 0 -40px;
  outline: none;
  padding: 0;
  width: 80px;
  top: 50%;
  left: 50%;
  position: absolute; }

.video-section .container .video-container img {
  position: absolute;
  min-width: 100%;
  height: 100%;
  top: 0;
  width: 100%; }

.video-section .container .video-container iframe {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.countries.countries_grey_bg {
  background: #e8e8e8; }

.countries {
  background: #fff;
  padding: 60px 0; }

.countries__wraper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.countries__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%; }

@media (max-width: 1200px) {
  .countries__list {
    width: 50%; }
  .countries__list:nth-child(2) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .countries__list:nth-child(4) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; } }

@media (max-width: 576px) {
  .countries__list {
    width: 100%; } }

.countries__item {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }

.countries__item-img {
  background-repeat: no-repeat;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-position: 0 0;
  margin-right: 10px;
  width: 36px;
  height: 22px; }

@media (max-width: 1200px) {
  .countries__wraper:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3; }
  .countries__wraper:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; } }

.price {
  padding: 60px 0; }

.price__wrapper {
  margin-top: 20px;
  padding-bottom: 40px;
  background-color: #fff; }

.price__wrapper.simple {
  background: #f7f7f7; }

.price__wrapper.simple .price__top {
  font-size: 24px;
  color: #ffffff;
  background: #5b577a;
  height: 90px;
  min-height: 90px;
  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-transform: uppercase; }

@media (max-width: 500px) {
  .price__wrapper.simple .price__top-title {
    font-size: 20px; } }

.price__wrapper.simple .price__icons {
  padding: 0 10px; }

.price__wrapper.simple .price__icons .price__item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 10px; }

.price__wrapper.simple .price__icons .price__item > div {
  background: none; }

.price__wrapper.simple .price__icons .price__item > p {
  text-align: left; }

.price__wrapper.simple .price__block {
  background: none;
  margin: 0; }

.price__wrapper.simple .price__block-title {
  font-size: 18px;
  color: #000;
  text-align: center; }

.price__wrapper.simple .price__block::after {
  content: none; }

.price__wrapper.simple .price__btn {
  background: url(../images/form-btn-bg.png) center; }

.price__top {
  min-height: 160px;
  background: url(../images/pass-price-bg.jpg) no-repeat center/cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px; }

.price__top-title {
  max-width: 533px;
  width: 100%;
  margin: 0 auto;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  font-size: 24px;
  font-weight: 700;
  text-align: center; }

.price__icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 50px; }

.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33%;
  margin-bottom: 15px;
  -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;
  text-align: center;
  padding: 0 10px; }

@media (max-width: 768px) {
  .price__item {
    width: 50%;
    padding: 0 10px 25px; } }

@media (max-width: 500px) {
  .price__item {
    width: 100%; } }

.price__item > div {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #4cb2f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }

.attention__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0;
  width: 100%;
  -webkit-box-shadow: 0 0 0 1px #37a9f5, 0 0 0 3px #fff, 0 0 0 4px #37a9f5;
  box-shadow: 0 0 0 1px #37a9f5, 0 0 0 3px #fff, 0 0 0 4px #37a9f5;
  padding: 15px 40px; }

.attention__container-blue {
  -webkit-box-shadow: 2px 6px 11px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 2px 6px 11px 0px rgba(0, 0, 0, 0.18);
  background: #ebf7ff; }

@media (max-width: 650px) {
  .attention__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.attention__container-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.attention__left {
  margin-right: 15px;
  float: left; }

.attention__left img {
  display: block;
  margin: 10px auto 0; }

@media (max-width: 650px) {
  .attention__left img {
    width: 50px; } }

.attention__left .attention__img-mr {
  margin-top: 0;
  margin-right: 60px; }

@media (max-width: 650px) {
  .attention__left .attention__img-mr {
    margin: 0 auto 20px; } }

.attention__message {
  white-space: nowrap;
  text-align: justify;
  text-transform: uppercase;
  font-weight: 600; }

.attention__text {
  text-align: justify;
  font-weight: 700; }

.attention__text a {
  text-decoration: none;
  color: #337ab7; }

.attention__text a:hover {
  color: #23527c; }

.questions__container {
  min-height: 530px;
  background-color: #f0f0f0;
  margin-top: 73px;
  padding: 64px; }

.questions__list {
  list-style-type: none; }

.questions__item {
  color: #1b1542;
  font-size: 20px;
  margin-bottom: 28px; }

.questions__item::after {
  content: '';
  display: block;
  height: 1px;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-top: 27px; }

.questions__link {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  color: #1b1542;
  font-size: 20px; }

.questions__link:hover {
  color: #00ABF9; }

.answer__container {
  margin-top: 107px; }

.answer__container:last-child .answer__link {
  margin-bottom: 70px; }

.answer__container hr {
  margin-top: 20px;
  border: 0;
  border-top: 1px solid #eee;
  border-color: #00ABF9;
  height: 1px;
  margin-bottom: 44px; }

.answer__question {
  text-align: center;
  font-size: 36px; }

@media (max-width: 560px) {
  .answer__question {
    font-size: 25px; } }

.answer__text {
  font-size: 17px;
  line-height: normal;
  margin-bottom: 44px;
  text-align: justify; }

.answer__text a {
  background-color: transparent;
  color: #337ab7;
  text-decoration: none; }

.answer__text a:hover {
  color: #23527c; }

.answer__cards-center {
  text-align: center;
  margin-bottom: 50px; }

.answer__cards-row {
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.answer__cards-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 60px;
  width: 20%; }

@media (max-width: 991px) {
  .answer__cards-item {
    width: 50%; } }

@media (max-width: 768px) {
  .answer__cards-item {
    width: 100%; } }

.answer__cards-item div {
  width: 12em;
  display: block;
  margin: auto auto 25px; }

.answer__cards-item div img {
  max-height: 90px; }

.answer__link {
  width: 100%;
  text-align: right; }

.answer__link a {
  text-transform: uppercase;
  color: #00ABF9;
  cursor: pointer;
  text-decoration: none;
  outline: 0; }

.img-icons {
  padding-bottom: 57px; }

.img-icons__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px; }

@media (max-width: 1200px) {
  .img-icons__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.img-icons__content {
  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;
  gap: 40px; }

.img-icons__content-icon {
  width: 60px;
  height: 60px; }

.img-icons__content-text p strong {
  font-size: 18px; }

.img-icons__content .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px; }

.simple-table_section a {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  color: #337ab7; }

.simple-table_section a:hover {
  color: #23527c;
  text-decoration: underline; }

@media (max-width: 991px) {
  .simple-table_section {
    overflow-x: scroll;
    margin-right: 15px; } }

.simple-table_section table {
  background: #f1f0f1;
  color: #1b1542;
  width: 1070px;
  padding: 0;
  border: 1px solid #dad8e0;
  border-bottom: none;
  margin-bottom: 5em; }

@media (max-width: 1200px) {
  .simple-table_section table {
    width: 100%; } }

@media (max-width: 991px) {
  .simple-table_section table {
    width: 960px; } }

@media (max-width: 550px) {
  .simple-table_section table {
    width: 640px; } }

.simple-table_section tr td,
.simple-table_section tr th {
  text-align: center;
  border: 1px solid #dad8e0;
  padding: 25px 30px; }

.simple-table_section thead tr {
  background: #414670;
  color: #fff;
  text-transform: uppercase;
  text-align: center; }

.simple-content {
  margin: 60px auto; }

.simple-content a {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  color: #337ab7; }

.simple-content a:hover {
  color: #23527c;
  text-decoration: underline; }

.simple-content h3,
.simple-content h2 {
  color: #1b1542;
  letter-spacing: -0.5px;
  font-weight: 700;
  margin-bottom: 25px;
  line-height: 1.2; }

.simple-content h2 {
  font-size: 32px; }

.simple-content h3 {
  font-size: 26px; }

.simple-content p {
  color: #242434;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px; }

.simple-content ul {
  display: grid;
  list-style-type: none;
  margin: 2em 0;
  font-size: 18px;
  line-height: normal; }

.simple-content ul li {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  padding-left: 40px; }

.simple-content ul li:not(:last-child) {
  margin-bottom: 2em; }

.simple-content ul li::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  left: 9px;
  width: 10px;
  height: 10px;
  border: 1px solid #00ABF9;
  border-radius: 10px;
  background: #00ABF9; }

.simple-content ul li strong {
  margin-bottom: 10px; }

.simple-content ul.stylization li {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 40px 30px;
  background-color: #e8e8e8;
  border-left: 25px solid #1b1442;
  margin-bottom: 24px;
  list-style: none; }

.simple-content ul.stylization li span {
  font-size: 20px;
  font-weight: 600;
  color: #1b1442;
  margin-bottom: 20px; }

.simple-content ul.stylization li::before {
  content: none; }

.simple-content ol {
  counter-reset: counter;
  list-style: none;
  margin: 2em 0; }

.simple-content ol li {
  display: block;
  font: 400 18px / 1.3em "Roboto", sans-serif;
  color: #333;
  counter-increment: counter; }

.simple-content ol li:not(:last-child) {
  margin-bottom: 2em; }

.simple-content ol li span {
  font: 700 18px / 1.3em "Roboto", sans-serif;
  color: #333;
  margin-bottom: 0.5em; }

.simple-content ol li::before {
  content: counter(counter) ".";
  font: 800 30px / 1.3em "Roboto", sans-serif;
  color: #00ABF9;
  margin-right: 10px; }

.simple-content img {
  max-width: 100%;
  width: 100%;
  min-height: 240px;
  max-height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 60px 0; }

.simple-wow-title {
  display: block;
  position: relative;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  text-transform: uppercase;
  color: #00ABF9;
  border-bottom: 1px solid #cdd6dc;
  padding-bottom: 20px;
  margin: 55px 0; }

.simple-wow-title::before {
  content: "";
  bottom: -1px;
  height: 3px;
  width: 50px;
  background-color: #00abf9;
  position: absolute; }

.simple-wow-title::first-line {
  font-size: 30px;
  line-height: 30px;
  color: #242434; }

@media (min-width: 768px) and (max-width: 991px) {
  .simple-wow-title {
    font-size: 52px; } }

@media (max-width: 767px) {
  .simple-wow-title {
    font-size: 7vw; } }

@media (max-width: 530px) {
  .simple-wow-title {
    line-height: normal; } }

.accented {
  position: relative;
  margin: 60px auto; }

.accented .accented__text {
  padding: 50px 40px;
  border-radius: 53px 0px;
  border: 4px solid #1B1542;
  text-align: justify; }

.accented .accented__text p {
  color: #242434;
  font-size: 20px;
  line-height: 140%; }

.accented .accented__text a {
  color: #00ABF9;
  font-weight: 500; }

.accented .accented__text.grey {
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px; }

.accented .accented__text.grey::before {
  content: url(../images/def_grey.svg);
  background-size: contain;
  padding: 12px 25px 12px 0;
  border-right: 1px solid #595959; }

.accented .accented__text.grey p {
  font-weight: 500; }

.accented .accented__text.purple {
  background-color: #1B1542;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px; }

.accented .accented__text.purple::before {
  content: url(../images/def_prpl.svg);
  background-size: contain;
  padding: 12px 25px 12px 0;
  border-right: 1px solid #00ABF9; }

.accented .accented__text.purple p {
  color: #FFF;
  font-weight: 500; }

.accented .accented__text.blue {
  padding: 50px 100px;
  background-color: #4CB2F7;
  border: 4px solid #4CB2F7;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px; }

.accented .accented__text.blue::before {
  content: url(../images/def_blue.svg);
  background-size: contain;
  background-color: #4cb2f7;
  z-index: 1;
  padding: 0 45px; }

.accented .accented__text.blue p {
  color: #FFF; }

.accented .accented__text.blue p::before {
  content: "";
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  z-index: 0;
  border-radius: 5px;
  background: #1B1542;
  top: -61px; }

.accented .accented__text.blue a {
  color: #1B1542; }

.accented .accented__text.megaphone {
  border: 4px solid #00ABF9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 50px 40px 50px 0; }

.accented .accented__text.megaphone p {
  padding-left: 200px; }

.accented .accented__text.megaphone::before {
  content: "";
  position: absolute;
  width: 145px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  height: 100%;
  background: url(../images/def_megaphone.svg) center no-repeat;
  background-color: #00ABF9;
  border-radius: 53px 0px; }

@media (max-width: 1200px) {
  .accented .accented__text.grey,
  .accented .accented__text.purple {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .accented .accented__text.grey::before,
  .accented .accented__text.purple::before {
    padding: 0;
    border-right: none; } }

.simple-consult {
  position: relative;
  margin: 60px auto; }

.simple-consult-bg {
  background-size: cover;
  background-position: right; }

.simple-consult a {
  cursor: pointer;
  text-decoration: none;
  outline: 0;
  color: #337ab7; }

.simple-consult a:hover {
  color: #23527c;
  text-decoration: underline; }

.simple-consult img {
  width: 100%; }

.simple-consult__content {
  max-width: 45%;
  background: rgba(27, 21, 66, 0.8);
  top: 0;
  height: 100%;
  padding: 60px 40px; }

@media (max-width: 991px) {
  .simple-consult__content {
    padding: 50px 35px; } }

@media (max-width: 767px) {
  .simple-consult__content {
    max-width: 100%; } }

@media (max-width: 480px) {
  .simple-consult__content {
    padding: 30px 15px; } }

.simple-consult__content .simple-consult__title {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  margin-bottom: 10px; }

@media (max-width: 991px) {
  .simple-consult__content .simple-consult__title {
    font-size: 32px; } }

.simple-consult__content p {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .simple-consult__content p {
    font-size: 18px; } }

.simple-consult__content .consult_btn button {
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  text-transform: uppercase;
  padding: 15px 70px;
  background: -o-linear-gradient(45deg, #4CB2F7 49.9%, #3DA2E7 49.9%, #3DA2E7 60%, #4CB2F7 60%) fixed, -o-linear-gradient(45deg, #3DA2E7 10%, #4CB2F7 10%) fixed;
  background: linear-gradient(45deg, #4CB2F7 49.9%, #3DA2E7 49.9%, #3DA2E7 60%, #4CB2F7 60%) fixed, linear-gradient(45deg, #3DA2E7 10%, #4CB2F7 10%) fixed;
  background-size: 0.5em 0.5em;
  border: 1px solid #FFF;
  cursor: pointer; }

@media (max-width: 991px) {
  .simple-consult__content .consult_btn button {
    padding: 15px 70px; } }

.float {
  margin-bottom: 80px; }

.float__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 35px;
  margin-bottom: 35px; }

.float__content.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.float .float__img {
  max-width: 575px;
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover; }

.float p {
  color: #242434;
  text-align: justify;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  margin-bottom: 24px; }

@media (max-width: 1200px) {
  .float__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .float__content.reverse {
    -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; }
  .accented .accented__text.grey {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; } }

.title-icon {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  gap: 30px; }

.title-icon::before {
  content: "";
  display: block;
  width: 200px;
  height: 200px;
  background: var(--icon) bottom/contain no-repeat; }

.title-icon .title {
  width: 100%;
  font-size: 60px;
  line-height: 70px;
  font-weight: 400;
  color: #242434;
  text-transform: uppercase;
  position: relative;
  border-bottom: 1px solid #cdd6dc; }

.title-icon .title ::before {
  content: "";
  bottom: -1px;
  height: 3px;
  width: 50px;
  background-color: #00ABF9;
  position: absolute; }

@media (max-width: 1220px) {
  .title-icon .title {
    font-size: 30px;
    line-height: 130%; } }

.new-attention {
  position: relative;
  margin-bottom: 60px;
  padding: 48px 15px;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }

@media (max-width: 768px) {
  .new-attention {
    margin-bottom: 37px; } }

.new-attention.new-attention--light::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 254, 248, 0.7)), to(rgba(255, 254, 248, 0.7)));
  background: -o-linear-gradient(bottom, rgba(255, 254, 248, 0.7) 0%, rgba(255, 254, 248, 0.7) 100%);
  background: linear-gradient(0deg, rgba(255, 254, 248, 0.7) 0%, rgba(255, 254, 248, 0.7) 100%);
  z-index: 1; }

.new-attention__content {
  position: relative;
  z-index: 2;
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 30px 34px;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 254, 248, 0.25);
  -webkit-backdrop-filter: blur(75px);
  backdrop-filter: blur(75px); }

.new-attention__icon {
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAP///////yH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==);
  width: 60px;
  height: 60px;
  margin-bottom: 10px; }

.new-attention__title {
  margin-bottom: 16px;
  color: #333;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%; }

.new-attention__text {
  color: #333;
  text-align: justify;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%; }
