body,
html {
  scrollbar-color: #b52220 #f0f0f0;
  scrollbar-width: thick;
  overflow-x: hidden;
}

body {
  font-family: "Inter", sans-serif;
  color: #555555;
  margin: 0;
  padding: 0;
  /* letter-spacing: 0.025em; */
  position: relative;
  font-size: 16px;
  min-height: 100vh;
}

.swiper-container {
  overflow: hidden;
}

/* ::-webkit-scrollbar {
  height: 5px;
} */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #e0e0e0;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #f6a429;
}

body * {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: top;
}

figure,
ul,
li {
  display: block;
  margin: 0;
  padding: 0;
}

button {
  padding: 0;
  margin: 0;
  background-color: transparent;
}

button,
button:hover,
button:active,
button:focus {
  outline: none;
  border: none;
  cursor: pointer;
}

p,
div,
a,
ul,
li,
h1,
h2,
h3,
h4,
h5,
button {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

p {
  color: #1a1f18;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}

a,
button,
input {
  transition: all 0.5s ease;
}

select {
  cursor: pointer;
}

select:hover,
select:active,
select:focus,
input,
input:hover,
input:focus,
button,
button:hover,
button:active,
button:focus,
textarea:focus {
  outline: none;
  box-shadow: none;
  font-family: "Inter", sans-serif;
}

a,
a:hover,
a:active {
  text-decoration: none;
}

.pos_rel {
  position: relative;
}

.pos_abs {
  position: absolute;
}

.container {
  position: relative;
  max-width: 1720px;
}

.custom__logo,
.custom-logo-link {
  width: 120px;
  display: block;
  flex-shrink: 0;
}
.custom__logo img,
.custom-logo-link img {
  width: 100%;
  height: auto;
}

header,
section,
footer {
  position: relative;
  /* z-index: 5; */
  /* overflow-x: hidden; */
}

header.header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 5000;
  transition: all 0.4s ease;
  background: #fff;
  border-top: 1px solid #e7e7ea;
  border-bottom: 1px solid #e7e7ea;
}

.sticky__header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 4500;
  width: 100%;
  border-bottom: 1px solid #e7e7ea;
  background-color: #fff;
  transform: translateY(-150px);
  transition: all 0.4s ease;
}
.sticky__header.fixed_header {
  opacity: 1;
  transform: translateY(0);
}
.sticky__header.scroll__up.fixed_header {
  margin-top: 0;
}
.sticky__header.scroll__down.fixed_header {
  margin-top: -150px;
}
.sticky__header .custom-logo-link {
  width: 60px;
}
.sticky__header .logo__wrap {
  padding: 5px 0;
  width: 180px;
  flex-shrink: 0;
  border-right: 1px solid #e7e7ea;
}
.sticky__header .button__wrap {
  border-left: 1px solid #e7e7ea;
  padding-left: 35px;
}
.sticky__header .contact__header {
  padding: 0 35px;
  border-left: 1px solid #e7e7ea;
  margin-right: auto;
  align-items: center;
}
.sticky__header .contact__header .contact__item {
  margin-right: 15px;
}
.sticky__header .contact__header .contact__item:last-child {
  margin-right: 0;
}
.sticky__header .contact__header .contact__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: flex;
  align-items: center;
}
.sticky__header .contact__header .contact__item a svg {
  margin-right: 8px;
}
.sticky__header .contact__header .contact__item a:hover {
  color: #225cec;
  text-decoration: underline;
}
.sticky__header .contact__header .contact__item a:hover path {
  fill: #225cec;
}
.sticky__header .sticky__btn {
  height: 54px;
}

.header__logo {
  padding: 16px 76px 16px 0;
  border-right: 1px solid #e7e7ea;
}

.header__other {
  width: 100%;
}
.header__other .header__top {
  padding-left: 20px;
  border-bottom: 1px solid #e7e7ea;
}
.header__other .header__bottom .header__item_last {
  padding: 25px 0;
}
.header__other .logo_text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #2c3b8e;
  margin-right: 79px;
  display: flex;
  align-items: center;
  max-width: 250px;
}
.header__other .contact__header {
  padding: 15px 0;
  margin-right: auto;
}
.header__other .contact__header .contact__item {
  margin-right: 40px;
}
.header__other .contact__header .contact__item:last-child {
  margin-right: 0;
}
.header__other .contact__header .contact__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  display: flex;
  align-items: center;
}
.header__other .contact__header .contact__item a svg {
  margin-right: 8px;
}
.header__other .contact__header .contact__item a:hover {
  color: #225cec;
  text-decoration: underline;
}
.header__other .contact__header .contact__item a:hover path {
  fill: #225cec;
}
.header__other .nav__menu {
  margin-right: auto;
  padding-left: 20px;
  display: flex;
  align-items: center;
}
.header__other .nav__menu .nav__item {
  position: relative;
}
.header__other .nav__menu .nav__item a {
  padding: 23px 0 23px;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  color: #555555;
}
.header__other .nav__menu .nav__item a:hover {
  color: #225cec;
}
.header__other .nav__menu .nav__item.menu-item-has-children > a {
  padding-right: 22px;
  position: relative;
}
.header__other .nav__menu .nav__item.menu-item-has-children > a:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 0;
  top: calc(50% - 9px);
  background: url(../img/has_children.svg) no-repeat center;
  transition: all 0.4s ease;
}
.header__other .nav__menu .nav__item.menu-item-has-children > a:hover:after {
  transform: rotate(180deg);
}
.header__other .nav__menu .nav__item:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}
.header__other .nav__menu .nav__item .sub-menu {
  padding: 0 20px;
  background: #225cec;
  border-radius: 8px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.header__other .nav__menu .nav__item .sub-menu li {
  position: relative;
}
.header__other .nav__menu .nav__item .sub-menu li:after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  background: #e7e7ea;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.header__other .nav__menu .nav__item .sub-menu li:last-child:after {
  display: none;
}
.header__other .nav__menu .nav__item .sub-menu a {
  color: #ffffff;
  position: relative;
  padding: 20px 0;
  display: flex;
}
.header__other .nav__menu .nav__item .sub-menu a:hover {
  color: #10d7d0;
}
.header__other .nav__menu .nav__item:not(:last-child) {
  margin-right: 32px;
}
.header__other .header__search {
  margin-left: auto;
  border-left: 1px solid #e7e7ea;
  display: flex;
  align-items: center;
}
.header__other .header__search .search__btn {
  margin: 0 76px;
  color: #225cec;
}
.header__other .header__item_last {
  flex-shrink: 0;
  width: 350px;
  display: flex;
  align-items: center;
  position: relative;
  border-left: 1px solid #e7e7ea;
}
.header__other .header__item_last::after {
  content: "";
  display: block;
  width: 3000px;
  height: 1px;
  background-color: #e7e7ea;
  position: absolute;
  left: 99%;
  bottom: -1px;
}
.header__other .header__item_last .header__btn {
  height: 54px;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #225cec;
  margin-left: auto;
}
.header__other .header__item_last .lang {
  margin-left: auto;
  width: -moz-max-content;
  width: max-content;
  margin-right: 63px;
  display: flex;
  align-items: center;
}
.header__other .header__item_last .lang li {
  margin-left: 14px;
  position: relative;
}
.header__other .header__item_last .lang li:not(:last-child):after {
  content: "";
  display: block;
  width: 1px;
  height: 20px;
  position: absolute;
  right: -7px;
  top: calc(50% - 10px);
  background-color: #000;
}
.header__other .header__item_last .lang .current-lang a {
  color: #225cec;
}
.header__other .header__item_last .lang a {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.3em;
  text-transform: uppercase;
  color: #555555;
}
.header__other .header__item_last .lang a:hover {
  color: #225cec;
}

.bg__style {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.my_row {
  width: 100%;
  display: flex;
}

.my_row_menu {
  display: none;
}

.menu {
  width: 100%;
}

.nav {
  width: 100%;
}

.nav__list {
  width: 100%;
  display: flex;
}

.menu__close {
  width: 40px;
  height: 40px;
  background: url(../img/close.svg) no-repeat center;
  outline: none;
  /* margin-left: auto; */
  position: relative;
  background-color: none;
  border: none;
}

.menu__close::before {
  left: 0;
  transform: rotate(45deg);
}

.menu__close::after {
  right: 2px;
  transform: rotate(-45deg);
}

.nav .nav__item {
  position: relative;
  width: auto;
}

.nav .nav__item:not(:last-child) {
  margin-right: 15px;
}

.nav .nav__item a {
  padding: 23px 0 23px;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3em;
  color: #555555;
}
.nav .nav__item a:hover {
  color: #225cec;
}

.nav .nav__item.current-menu-item a {
  color: #225cec;
}

.nav .nav__item .sub-menu {
  padding: 0 20px;
  background: #225cec;
  border-radius: 8px;
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.nav .nav__item .sub-menu li {
  position: relative;
}
.nav .nav__item .sub-menu li:after {
  content: "";
  display: block;
  width: 160px;
  height: 1px;
  background: #e7e7ea;
  opacity: 0.2;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nav .nav__item .sub-menu li:last-child:after {
  display: none;
}
.nav .nav__item .sub-menu a {
  color: #ffffff;
  position: relative;
  padding: 20px 0;
  display: flex;
}
.nav .nav__item .sub-menu a:hover {
  color: #10d7d0;
}

@media screen and (min-width: 1199px) {
  .nav__item:hover .sub-menu {
    opacity: 1;
    pointer-events: all;
  }
  .nav__item.menu-item-has-children > a {
    padding-right: 22px;
    position: relative;
  }
  .nav__item.menu-item-has-children > a:after {
    content: "";
    display: block;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 0;
    top: calc(50% - 9px);
    background: url(../img/has_children.svg) no-repeat center;
    transition: all 0.4s ease;
  }
  .nav__item.menu-item-has-children > a:hover:after {
    transform: rotate(180deg);
  }
}
.menu__burger {
  cursor: pointer;
  width: 30px;
  padding: 0;
}
.menu__burger span {
  width: 100%;
  display: block;
  height: 2px;
  margin-bottom: 6px;
  background: #2c3b8e;
  border-radius: 3px;
}
.menu__burger span.burger__line_third {
  margin-bottom: 0;
}

@media screen and (max-width: 1199px) {
  /* Menu style */
  .menu__burger {
    display: block;
  }
  .nav {
    display: block;
  }
  .nav__list {
    width: 100%;
    display: block;
  }
  .nav__list:first-child {
    padding-right: 0;
    margin-bottom: 0;
  }
  .nav__list:last-child {
    padding-left: 0;
  }
  .menu {
    position: fixed;
    left: auto;
    top: 0;
    bottom: 0;
    right: -400px;
    overflow-y: auto;
    background: #ffffff;
    width: 100%;
    max-width: 320px;
    z-index: 400;
    transition: all 0.6s ease;
    scrollbar-color: #225cec #e0e0e0;
    scrollbar-width: thin;
    overflow-x: hidden;
    text-align: left;
  }
  .close__burger {
    animation: rightBottomHide 1s cubic-bezier(0.55, 0.085, 0, 0.99) forwards;
  }
  .menu.open_menu {
    /* transform: translateX(0); */
    width: 100%;
    box-shadow: -5px 0 10px rgba(95, 93, 91, 0.7);
    z-index: 9999;
    right: 0;
  }
  .my_row_menu {
    display: flex;
    border: 1px solid #e7e7ea;
    margin-bottom: 8px;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
  }
  .my_row_menu .custom-logo-link {
    width: 55px;
  }
  .my_row_menu .custom-logo-link img {
    width: 100%;
  }
  .nav {
    margin-top: 30px;
    margin-bottom: 30px;
    padding: 0 10px;
  }
  .nav__list {
    display: block;
    margin-top: 0;
    margin-bottom: 120px;
  }
  .nav .nav__item {
    padding: 8px 0 8px;
    width: -moz-max-content;
    width: max-content;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  .nav .nav__item:not(:last-child) {
    margin-right: auto;
  }
  .nav .nav__item > a {
    color: #555555;
    padding: 0;
    font-size: 16px !important;
    text-align: left;
    font-weight: 400;
    width: -moz-max-content;
    width: max-content;
    margin: 0 auto;
    display: block;
  }
  @keyframes fadeInTopCustom {
    0% {
      transform: translateY(-50px);
      opacity: 0;
    }
    100% {
      transform: translateY(0);
      overflow: visible;
      opacity: 1;
    }
  }
  .nav .nav__item.menu-item-has-children > a {
    position: relative;
    padding-right: 24px;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
  }
  .open_child_menu {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: calc(50% - 10px);
    background: url(../img/has_children.svg) no-repeat center;
    transition: all 0.4s ease;
  }
  .open_child_menu:hover {
    background: url(../img/has_children.svg) no-repeat center;
  }
  .nav .nav__item .sub-menu {
    width: 100%;
    max-width: 100%;
    padding: 0;
    border-radius: 0;
    border-bottom: none;
    opacity: 1;
    pointer-events: all;
    position: static;
    display: block;
    background-color: #fff;
    text-align: center;
    max-height: 0;
    overflow: hidden;
  }
  .nav__item li {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .nav .nav__item .sub-menu a {
    margin: 0 auto;
    color: #555;
    font-size: 16px;
    text-align: center;
    padding: 5px 0;
    display: block;
  }
  .nav .nav__item .sub-menu li:after {
    display: none;
  }
  .nav__item li:first-child {
    margin-top: 25px;
  }
  .nav__item li:hover {
    transform: none;
  }
  .nav__item li:last-child {
    margin-bottom: 25px;
  }
}
.section__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #000000;
}

p.section__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  margin-bottom: 24px;
  color: #555555;
}

.secondary__title {
  font-size: 32px;
  font-weight: 400;
  color: #000000;
  padding-top: 33px;
}

a.btn,
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  font-weight: 500;
  font-family: "Inter";
  position: relative;
  color: #fff;
  background: #225cec;
  border-radius: 8px;
  flex-shrink: 0;
  padding-left: 32px;
  padding-right: 32px;
}
a.btn:hover, a.btn:active,
.btn:hover,
.btn:active {
  background: #7db2ff;
}
a.btn.btn_tr,
.btn.btn_tr {
  border: 1px solid #225cec;
  background-color: #fff;
  color: #225cec;
}
a.btn.btn_tr:hover,
.btn.btn_tr:hover {
  background: #225cec;
  color: #fff;
}
a.btn.btn_tr:hover .fill path,
.btn.btn_tr:hover .fill path {
  fill: #fff;
}
a.btn.btn_tr:hover .stroke path,
.btn.btn_tr:hover .stroke path {
  stroke: #fff;
}

.btn.open__form > * {
  pointer-events: none;
}

.header__phone a {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2em;
  color: #000;
  font-family: "Inter", sans-serif;
}
.header__phone a svg {
  display: none;
}
.header__phone a span {
  font-weight: 700;
}
.header__phone a:hover {
  color: #f6a429;
}

path {
  transition: all 0.4s ease;
}

.scroll_to * {
  pointer-events: none;
}

.header .btn {
  margin-left: 66px;
}
.header .btn > * {
  pointer-events: none;
}

.head__section {
  padding-top: 330px;
  margin-bottom: 120px;
}
.head__section .offer {
  position: relative;
  z-index: 2;
}
.head__section .offer .offer__logo {
  position: absolute;
  width: 187px;
  display: flex;
  justify-content: end;
  overflow: hidden;
  top: -125px;
  left: -60px;
  height: 380px;
  padding-right: 25px;
}
.head__section .offer .offer__logo:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, #ffffff 11.05%, rgba(255, 255, 255, 0.820102) 38.69%, rgba(255, 255, 255, 0.679999) 62.84%, rgba(255, 255, 255, 0.291364) 87.86%, rgba(255, 255, 255, 0) 100%);
}
.head__section .offer .offer__logo img {
  width: auto;
  animation: rotate 5s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.head__section .offer .offer__wrap {
  display: flex;
  flex-direction: column;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
}
.head__section .offer .offer__wrap h1 {
  font-weight: 600;
  font-size: 96px;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  color: #2c3b8e;
  margin-bottom: 26px;
}
.head__section .offer .offer__wrap p.offer__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  text-align: right;
  color: #2c3b8e;
}
.head__section .offer .offer__right {
  padding-left: 12%;
}
.head__section .offer .offer__right p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #555555;
  max-width: 409px;
}
.head__section .offer .offer__right .offer_btn {
  margin-top: 57px;
  height: 70px;
}
.head__section .head__faq {
  margin-top: 125px;
}
.head__section .head__bg {
  position: absolute;
  bottom: 0;
  left: 75%;
}

.head__faq {
  position: relative;
  background-color: #fff;
  z-index: 2;
  border-radius: 8px;
  position: relative;
}
.head__faq .faq__arrow {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #7db2ff;
  position: absolute;
  top: -40px;
  left: calc(50% - 40px);
  z-index: 5;
}
.head__faq .faq__arrow::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  border: 1px solid #7db2ff;
  animation: pulcCircle 2s ease-in-out infinite;
}
@keyframes pulcCircle {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  75% {
    transform: scale(1.1);
    opacity: 0.75;
  }
  100% {
    transform: scale(1.1);
    opacity: 0;
  }
}
.head__faq .faq__arrow svg {
  width: 13px;
  height: 13px;
}
.head__faq .faq__item {
  position: relative;
  border: 2px solid #2c3b8e;
  border-bottom: none;
}
.head__faq .faq__item:first-child {
  border-radius: 8px 8px 0 0;
}
.head__faq .faq__item:last-child {
  border-bottom: 2px solid #2c3b8e;
  border-radius: 0 0 8px 8px;
}
.head__faq .faq__item .faq__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all 0.4s ease;
}
.head__faq .faq__item .faq__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.head__faq .faq__item.open .faq__bg {
  opacity: 1;
}
.head__faq .faq__item .faq__qwestion {
  padding: 40px 70px 40px 40px;
  position: relative;
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: #000000;
  cursor: pointer;
  transition: all 0.4s ease;
}
.head__faq .faq__item .faq__qwestion svg {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 40px;
  top: 50px;
  pointer-events: none;
  transition: all 0.4s ease;
}
.head__faq .faq__item.open .faq__qwestion {
  color: #fff;
}
.head__faq .faq__item.open .faq__qwestion svg {
  transform: rotate(-90deg);
}
.head__faq .faq__item.open .faq__qwestion svg path {
  stroke: #fff;
}
.head__faq .faq__item .faq__answer {
  position: relative;
}
.head__faq .faq__item .faq__answer .answer__title {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #fff;
  margin-bottom: 8px;
}
.head__faq .faq__item .faq__answer .answer__link {
  padding-top: 24px;
}
.head__faq .faq__item .faq__answer .answer__link a {
  font-weight: 400;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  color: #fff;
}

.home .faq__item:nth-child(2) {
  border-radius: 8px 8px 0 0;
}

@media screen and (max-width: 1740px) {
  .header__other .nav__menu .nav__item:not(:last-child) {
    margin-right: 20px;
  }
  .header__other .header__item_last {
    width: 300px;
  }
  .header__other .header__search .search__btn {
    margin: 0 40px;
  }
  .header__other .contact__header .contact__item {
    margin-right: 20px;
  }
  .header__other .logo_text {
    margin-right: 35px;
  }
  .header__logo {
    padding-right: 40px;
  }
  .sticky__header .contact__header {
    padding: 0 12px;
  }
  .sticky__header .logo__wrap {
    width: 70px;
  }
  .nav .nav__item:not(:last-child) {
    margin-right: 20px;
  }
  .sticky__header .button__wrap {
    padding-left: 12px;
  }
  .sticky__header .contact__header {
    margin-right: 0;
  }
  .head__section {
    padding-top: 250px;
  }
}
@media screen and (max-width: 1500px) {
  .header__other .logo_text {
    width: 230px;
  }
  .header__other .header__item_last .header__btn {
    padding: 0 25px;
  }
  .header__other .header__search .search__btn {
    margin: 0 20px;
  }
  .header__other .header__item_last {
    width: 270px;
  }
  .custom__logo,
  .custom-logo-link {
    width: 100px;
  }
  .header__other .header__bottom .header__item_last {
    padding: 15px 0;
  }
  .header__logo {
    padding-right: 40px;
  }
  .header__logo {
    padding-right: 20px;
  }
  .nav .nav__item:not(:last-child) {
    margin-right: 25px;
  }
  .sticky__header .contact__header {
    align-items: flex-start;
  }
  .sticky__header .contact__header .contact__item {
    margin: 3px 0;
  }
  .sticky__header .contact__header {
    flex-direction: column;
    justify-content: center;
  }
  .nav .nav__item a {
    font-size: 15px;
  }
  .head__section .offer .offer__wrap h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .header__logo {
    padding-right: 10px;
  }
  .header__other .header__item_last .header__btn {
    padding: 0 12px;
  }
  .header__other .header__item_last {
    width: 244px;
  }
  .header__other .header__search .search__btn {
    margin: 0 12px;
    width: -moz-max-content;
    width: max-content;
  }
  .header__other .nav__menu .nav__item:not(:last-child) {
    margin-right: 0px;
  }
  .nav .nav__item:not(:last-child) {
    margin-right: 10px;
  }
  .sticky__header .sticky__btn {
    padding: 0 12px;
  }
  .header__other .nav__menu .nav__item a {
    font-size: 14px;
  }
  .header__other .header__top,
  .header__other .nav__menu {
    padding-left: 10px;
  }
  .header__other .nav__menu {
    width: 100%;
    justify-content: space-between;
    padding-right: 10px;
  }
  .header__other .contact__header .contact__item {
    margin-right: 10px;
  }
  .header__other .header__top .header__item_last {
    width: auto;
    border-left: none;
  }
  .header__other .logo_text {
    margin-right: 20px;
  }
  .nav .nav__item a {
    font-size: 14px;
  }
  .head__section .offer .offer__wrap h1 {
    font-size: 70px;
  }
  .head__section {
    padding-top: 220px;
  }
  .head__section .offer .offer__logo {
    height: 300px;
    top: -90px;
  }
  .head__section .head__bg {
    width: 800px;
    bottom: auto;
    top: -80px;
  }
  .head__section .head__bg img {
    width: 100%;
    height: auto;
  }
  .head__section .offer .offer__right {
    padding-left: 8%;
  }
  .head__section .head__faq {
    margin-top: 100px;
  }
  .head__section {
    margin-bottom: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .header {
    display: none;
  }
  .sticky__header.fixed_header,
  .sticky__header {
    transform: none;
  }
  .sticky__header .logo__wrap {
    width: auto;
    border-right: none;
  }
  .sticky__header .logo__text {
    margin-left: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #2c3b8e;
    max-width: 260px;
    display: flex;
    align-items: center;
  }
  .sticky__header .button__wrap,
  .sticky__header .contact__header {
    border-left: none;
  }
  .menu__burger {
    margin-left: 24px;
  }
  .nav .nav__item:not(:last-child) {
    margin-right: 0;
  }
  .menu .contact__item {
    text-align: center;
    margin-bottom: 16px;
  }
  .menu .contact__item a {
    color: #000;
  }
  .menu .menu__btn {
    width: calc(100% - 20px);
    margin-bottom: 24px;
  }
  .head__section .offer .offer__wrap h1 {
    font-size: 60px;
  }
  .head__section {
    padding-top: 180px;
  }
}
@media screen and (max-width: 991px) {
  .btn {
    height: 50px;
  }
  .sticky__header .sticky__btn {
    padding: 0 12px;
  }
  .sticky__header .logo__text {
    font-size: 10px;
    max-width: 160px;
  }
  .mobile_lang {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .mobile_lang li {
    margin: 0 7px;
    position: relative;
  }
  .mobile_lang li:not(:last-child):after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    position: absolute;
    right: -7px;
    top: calc(50% - 10px);
    background-color: #000;
  }
  .mobile_lang li a {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    text-transform: uppercase;
    color: #555555;
  }
  .mobile_lang li a:hover {
    color: #225cec;
  }
  .mobile_lang li.current-lang a {
    color: #225cec;
  }
  .head__section .offer .offer__right {
    padding-left: 12px;
    padding-top: 24px;
    position: relative;
  }
  .head__section .offer .offer__wrap p.offer__subtitle {
    text-align: left;
  }
  .head__section .offer .offer__right .offer_btn {
    height: 54px;
  }
  .head__section .head__faq {
    margin-top: 70px;
  }
  .head__faq .faq__arrow {
    width: 64px;
    height: 64px;
    top: -32px;
    left: calc(50% - 32px);
  }
  .head__faq .faq__item .faq__qwestion {
    padding: 40px 20px;
    font-size: 24px;
    padding-right: 60px;
  }
  .head__faq .faq__item.open .faq__qwestion {
    padding: 40px 60px 16px 20px;
  }
  .faq__answer {
    padding-left: 20px;
    padding-right: 20px;
  }
  .head__faq .faq__item .faq__qwestion svg {
    width: 16px;
    height: 16px;
    right: 20px;
    top: 47px;
  }
  .head__faq .faq__item .faq__answer .answer__title {
    margin-bottom: 0;
  }
  .head__section .head__bg {
    width: 616px;
    left: 60%;
  }
}
@media screen and (max-width: 767px) {
  .sticky__header .button__wrap .sticky__search {
    width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
  }
  .sticky__header .button__wrap .sticky__search svg {
    width: 22px;
    height: 22px;
    pointer-events: none;
  }
  .sticky__header .button__wrap .sticky__btn {
    display: none;
  }
  .head__section {
    padding-top: 120px;
  }
}
@media screen and (max-width: 568px) {
  .sticky__header .button__wrap {
    margin-left: auto;
  }
  .sticky__header .custom-logo-link {
    width: 55px;
  }
  .sticky__header .logo__text {
    font-size: 8px;
    max-width: 130px;
  }
  .head__section .offer .offer__wrap h1 {
    font-size: 40px;
    margin-bottom: 16px;
  }
  .head__section .offer .offer__wrap p.offer__subtitle {
    font-size: 20px;
  }
  .head__section .offer .offer__right p {
    font-size: 16px;
  }
  .head__section .offer .offer__right .offer_btn {
    margin-top: 32px;
  }
  .head__faq .faq__item .faq__qwestion {
    font-size: 20px;
  }
  .head__section .head__bg {
    width: 616px;
    left: 30%;
  }
}
.section_line {
  width: 100%;
  height: 2px;
  background: #fada4f;
  margin-bottom: 20px;
}

.about .section__title {
  font-size: 32px;
}
.about .about__content {
  width: 100%;
  max-width: 660px;
  padding: 42px 12px 0;
  margin-left: auto;
}
.about .about__content p {
  font-size: 16px;
  line-height: 160%;
  color: #000;
  margin-bottom: 1.6em;
}
.about .about__content .about__btn {
  height: 54px;
  margin-right: 30px;
  font-size: 14px;
}
.about .about__content .about__btn:hover {
  background-color: #7db2ff;
  border-color: #7db2ff;
}
.about .about__content .about__present {
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-weight: 400;
  font-size: 14px;
  color: #225cec;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid transparent;
}
.about .about__content .about__present:hover {
  border-color: #225cec;
}

@media screen and (max-width: 1400px) {
  .about {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .about.about_page {
    padding-top: 150;
  }
  .about .about__content {
    width: 50%;
  }
  .section__title {
    font-size: 36px;
  }
  .about .section__title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .about .about__content .about__btns {
    flex-direction: column;
    align-items: flex-start !important;
  }
  .about .about__content .about__btn {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .section__title {
    font-size: 30px;
  }
}
@media screen and (max-width: 991px) {
  .about .about__content {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
  }
  .section__title,
  .about .section__title {
    font-size: 24px;
  }
  .about .about__content {
    padding-top: 32px;
  }
}
@media screen and (max-width: 568px) {
  .about .about__content .about__btns {
    align-items: center !important;
  }
}
.counter {
  padding-bottom: 85px;
}
.counter .counter__wrap:not(:last-child) .counter__item:after {
  content: "";
  display: block;
  width: 2px;
  height: 230px;
  position: absolute;
  right: -11px;
  top: 5px;
  background-color: #fada4f;
}
.counter .counter__item {
  position: relative;
  border-top: 2px solid #fada4f;
  height: 240px;
}
.counter .counter__item .conter__text {
  font-weight: 400;
  font-size: 96px;
  line-height: 140%;
  letter-spacing: -0.05em;
  color: #225cec;
  margin-bottom: 10px;
}
.counter .counter__item .conter__text .small {
  letter-spacing: 0;
  font-size: 18px;
  line-height: 140%;
  color: #225cec;
}

@media screen and (max-width: 1600px) {
  .counter .counter__item .conter__text {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .counter .counter__item {
    height: 200px;
  }
  .counter .counter__wrap:not(:last-child) .counter__item:after {
    height: 210px;
  }
}
@media screen and (max-width: 1199px) {
  .counter .counter__item {
    padding-top: 15px;
  }
  .counter .counter__item .conter__text {
    font-size: 70px;
  }
}
@media screen and (max-width: 991px) {
  .counter {
    padding-top: 75px;
  }
  .counter .counter__wrap:nth-child(2) .counter__item:after {
    display: none;
  }
  .counter .counter__item {
    padding-top: 0;
  }
}
@media screen and (max-width: 568px) {
  .counter .counter__wrap:not(:last-child) .counter__item:after {
    display: none;
  }
  .counter .counter__item .conter__text {
    font-size: 64px;
  }
  .counter__wrap:last-child .counter__item {
    border-bottom: 2px solid #fada4f;
  }
}
.advant {
  padding-top: 85px;
  padding-bottom: 145px;
}
.advant .advant__item {
  flex-direction: column;
  background: #2c3b8e;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  padding: 40px;
  min-height: 216px;
  transition: all 0.4s ease;
}
.advant .advant__item:hover {
  background-color: #225cec;
}
.advant .advant__item .advant_number {
  color: #fff;
  margin-bottom: 24px;
}
.advant .advant__item .advant__name {
  margin-top: auto;
  margin-bottom: 24px;
  color: #fff;
}
.advant .advant__item .advant__text {
  color: #fff;
}
.advant .advant__order {
  border: 1px solid #2c3b8e;
  border-radius: 8px;
  min-height: 216px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.advant .advant__order .advant__btn {
  display: flex;
  padding-bottom: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #225cec;
  border-bottom: 1px solid transparent;
}
.advant .advant__order .advant__btn:hover {
  border-color: #225cec;
}

@media screen and (max-width: 1400px) {
  .advant .advant__item {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .advant .advant__item {
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  .advant .advant__item .advant__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 568px) {
  .advant p.section__subtitle {
    text-align: center;
  }
  .advant .section__offer {
    margin-bottom: 80px;
    text-align: center;
  }
  .advant .advant__item .advant_number {
    font-size: 14px;
  }
  .advant .advant__item .advant__name {
    font-size: 18px;
  }
  .advant .advant__item .advant__text {
    font-size: 14px;
  }
  .advant .advant__order,
  .advant .advant__item {
    min-height: 196px;
  }
}
.geographic {
  padding-bottom: 200px;
  overflow: hidden;
}
.geographic .container {
  z-index: 3;
}
.geographic .geographic__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.geographic .geographic__content {
  z-index: 5;
  position: relative;
}
.geographic .geographic__btn {
  height: 54px;
}
.geographic .geographic__wrap {
  position: relative;
  margin: -100px auto 0;
}
.geographic .geographic__wrap img {
  width: 100%;
  height: auto;
}
.geographic .geographic__wrap .geographic__list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.geographic .geographic__wrap .geographic__list li {
  position: absolute;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.geographic .geographic__wrap .geographic__list li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fada4f;
  border-radius: 50%;
  animation: pulsDoted 3s ease-in infinite;
}
.geographic .geographic__wrap .geographic__list li:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #225cec;
  border-radius: 50%;
}
@keyframes pulsDoted {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  40% {
    transform: scale(1.5);
    opacity: 1;
  }
  70% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}

@media screen and (max-width: 1400px) {
  .secondary__title {
    font-size: 24px;
  }
  .geographic .secondary__title {
    margin-bottom: 24px;
  }
  .geographic .geographic__wrap {
    margin-top: -50px;
  }
}
@media screen and (max-width: 1199px) {
  .secondary__title {
    padding-top: 42px;
  }
}
@media screen and (max-width: 991px) {
  .secondary__title {
    font-size: 20px;
  }
  .geographic .geographic__wrap {
    margin-top: 60px;
  }
  .geographic .geographic__wrap {
    width: 1310px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
  }
}
@media screen and (max-width: 767px) {
  .geographic {
    overflow-x: hidden;
    padding-bottom: 150px;
  }
  .geographic .geographic__wrap .geographic__list li {
    width: 14px;
    height: 14px;
  }
  .geographic .geographic__bg {
    display: none;
  }
}
.duble {
  padding: 100px 0 0;
}
.duble .section__subtitle,
.duble .section__title,
.duble p {
  color: #fff;
}
.duble .duble__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.duble .duble__bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(44, 59, 142, 0.6), rgba(44, 59, 142, 0.6));
}
.duble .document {
  padding-top: 100px;
}
.duble .document .document__wrap {
  width: 660px;
  padding: 0 12px;
  margin-left: auto;
}
.duble .document .document__wrap .document__link {
  font-size: 16px;
  color: #fff;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  border-bottom: 1px solid #fff;
  margin-bottom: 80px;
}
.duble .document .document__wrap .document__link:hover {
  color: #7db2ff;
  border-color: #7db2ff;
}
.duble .document .document__wrap .document__link:hover path {
  stroke: #7db2ff;
}
.duble .document .document__wrap .document__item {
  width: 198px;
}
.duble .document .document__wrap .document__item a {
  display: block;
  position: relative;
}
.duble .document .document__wrap .document__item a img {
  width: 100%;
  height: auto;
}
.duble .document .document__wrap .document__item a p {
  position: absolute;
  width: 100%;
  padding: 0 20px 20px;
  left: 0;
  bottom: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #2c3b8e;
}
.duble .calculation {
  padding-top: 200px;
  padding-bottom: 200px;
  background: linear-gradient(180deg, rgba(44, 59, 142, 0) 0%, rgba(44, 59, 142, 0.49) 10.81%, #2c3b8e 33.6%, #2c3b8e 100%);
}
.duble .calculation .calc__bg {
  position: absolute;
  bottom: 0;
  left: -100px;
  pointer-events: none;
}
.duble .calculation .calculation__wrap {
  width: 660px;
  padding: 0 12px;
  margin-left: auto;
}
.duble .calculation .calculation__wrap p {
  font-size: 16px;
}
.duble .calculation .calculation__wrap .calculation__btn {
  margin-top: 40px;
  width: 183px;
  height: 54px;
  background: #10d7d0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 14px;
  color: #2c3b8e;
}
.duble .calculation .calculation__wrap .calculation__btn:hover {
  background-color: #7db2ff;
  color: #fff;
}

@media screen and (max-width: 1400px) {
  .duble {
    padding-top: 40px;
  }
  .duble .calculation {
    padding-top: 170px;
    padding-bottom: 150px;
  }
  .duble .document .document__wrap {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .duble .duble__bg {
    height: 75%;
    background-position: right top;
  }
  .duble .document .document__wrap {
    width: 100%;
    margin-left: 0;
  }
  .duble .calculation .calculation__wrap {
    position: relative;
    z-index: 2;
  }
}
@media screen and (max-width: 568px) {
  .duble .calculation .calculation__wrap p {
    font-size: 14px;
  }
}
.cabinet {
  padding-top: 200px;
  padding-bottom: 100px;
}
.cabinet .section__offer {
  margin-bottom: 140px;
}
.cabinet .cabinet__link {
  height: 54px;
  margin-left: calc(25% + 12px);
  margin-bottom: 60px;
}
.cabinet .advant__item {
  flex-direction: column;
  background: #2c3b8e;
  border-radius: 8px;
  color: #fff;
  width: 100%;
  padding: 40px;
  min-height: 216px;
  transition: all 0.4s ease;
}
.cabinet .advant__item:hover {
  background: #225cec;
}
.cabinet .advant__item .advant_number {
  color: #fff;
  margin-bottom: 24px;
}
.cabinet .advant__item .advant__name {
  margin-top: auto;
  margin-bottom: 24px;
  color: #fff;
}
.cabinet .advant__item .advant__text {
  color: #fff;
}
.cabinet .cabinet__swiper {
  width: 90%;
  margin: 0 auto;
  border: 23px solid #000;
  border-radius: 30px;
  box-shadow: 40px 40px 40px rgba(0, 0, 0, 0.3);
}
.cabinet .cabinet__swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1400px) {
  .cabinet {
    padding-top: 150px;
    padding-bottom: 75px;
  }
  .cabinet .advant__item {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .cabinet .advant__item .advant__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 991px) {
  .cabinet .section__offer {
    margin-bottom: 0;
  }
  .cabinet .cabinet__link {
    margin-left: 0;
    margin-bottom: 60px;
  }
  .cabinet .cabinet__advant {
    order: 1;
    margin-top: 80px;
  }
  .cabinet .advant__item {
    min-height: 176px;
  }
}
@media screen and (max-width: 767px) {
  .cabinet .cabinet__swiper {
    width: 100%;
    margin: 0 auto;
    border: 15px solid #000;
    border-radius: 20px;
  }
}
@media screen and (max-width: 568px) {
  .cabinet .advant__item .advant_number {
    font-size: 14px;
  }
  .cabinet .advant__item .advant__name {
    font-size: 18px;
  }
  .cabinet .advant__item .advant__text {
    font-size: 14px;
  }
}
.news {
  padding-top: 100px;
  padding-bottom: 100px;
}
.news .section__offer {
  margin-bottom: 80px;
}
.news .news__arrows {
  transform: translateY(80px);
}
.news .news__arrow {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #225cec;
  border: 1px solid #225cec;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
}
.news .news__arrow:hover {
  background: #225cec;
}
.news .news__arrow:hover path {
  stroke: #fff;
}
.news .news__arrow.news_right {
  margin-left: 30px;
}
.news .news__swiper .swiper-slide {
  width: 630px;
  padding-bottom: 8px;
}
.news .news__swiper .swiper-slide .news__thumbnail {
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
  display: block;
  border-radius: 8px;
}
.news .news__swiper .swiper-slide .news__thumbnail img {
  transition: all 0.4s ease;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.news .news__swiper .swiper-slide:hover .news__thumbnail img {
  transform: scale(1.05);
}
.news .news__swiper .swiper-slide .section_line {
  height: 1px;
}
.news .news__swiper .swiper-slide .news__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #555555;
  opacity: 0.5;
  margin-bottom: 20px;
}
.news .news__swiper .swiper-slide .news__name {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 20px;
}
.news .news__swiper .swiper-slide .news__link {
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid #225cec;
  font-weight: 400;
  font-size: 14px;
  color: #225cec;
  opacity: 0;
}
.news .news__swiper .swiper-slide .news__link svg {
  margin-left: 8px;
}
.news .news__swiper .swiper-slide:hover .news__link {
  opacity: 1;
}

@media screen and (max-width: 1600px) {
  .news .news__swiper .swiper-slide {
    width: 550px;
  }
  .news .news__swiper .swiper-slide .news__thumbnail {
    height: auto;
  }
}
@media screen and (max-width: 1400px) {
  .news {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .news .news__swiper .swiper-slide {
    width: 450px;
  }
  .news .news__swiper .swiper-slide .news__name {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .news .news__swiper .swiper-slide {
    width: 350px;
  }
  .news .news__swiper .swiper-slide .news__link {
    opacity: 1;
  }
}
@media screen and (max-width: 991px) {
  .news .news__arrow {
    width: 44px;
    height: 44px;
  }
  .news .news__arrow svg {
    width: 17px;
    height: 17px;
  }
  .news .news__swiper .swiper-slide {
    width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .news .section__offer {
    margin-bottom: 40px;
  }
  .news .news__arrows {
    transform: none;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 568px) {
  .news .news__swiper .swiper-slide {
    width: 280px;
  }
  .news .news__swiper .swiper-slide .news__name {
    font-size: 18px;
  }
}
.callback {
  padding-top: 100px;
  padding-bottom: 200px;
}
.callback .callback_bg {
  position: absolute;
  left: 0;
  bottom: -40px;
}
.callback .callback_bg img {
  width: 100%;
  height: auto;
}
.callback .callback__block {
  max-width: 660px;
  padding: 40px 12px 0;
  width: 100%;
  margin-left: auto;
}
.callback .callback__block .checkbox__wrap input {
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 16px;
  height: 16px;
  background: #225cec;
  border: 1px solid #225cec;
  border-radius: 2px;
  background-position: center;
  margin-top: 3px;
  margin-right: 8px;
}
.callback .callback__block .checkbox__wrap input:checked {
  background: #225cec url(../img/check.svg) no-repeat center;
}
.callback .callback__block .checkbox__wrap p {
  font-weight: 400;
  font-size: 14px;
  color: #555555;
}
.callback .callback__block .checkbox__wrap p a {
  text-decoration-line: underline;
  font-size: 14px;
  color: #225cec;
}
.callback .callback__block .input__group {
  width: 49%;
}
.callback .callback__block .input__group.input__group_message {
  padding-top: 12px;
  width: 100%;
  margin-bottom: 30px;
}
.callback .callback__block .input__group.input__group_message .order__input_message {
  height: 68px;
}
.callback .callback__block .form__btn {
  width: 100%;
  height: 54px;
}

@media screen and (max-width: 1400px) {
  .callback {
    padding-top: 75px;
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .callback .callback__title {
    font-size: 20px;
  }
  .callback .callback_bg {
    width: 80%;
  }
}
@media screen and (max-width: 991px) {
  .callback .callback__title,
  .callback .section__offer {
    text-align: center;
    margin-bottom: 40px;
  }
  .callback .callback__block {
    padding-top: 0;
  }
  .callback .callback_bg {
    width: 550px;
  }
  .callback .callback__block {
    margin-right: auto;
    background: #fff;
  }
}
@media screen and (max-width: 568px) {
  .callback .callback_bg {
    width: 410px;
  }
  .form__wrap .input__group .order__input {
    height: 40px;
  }
  .callback .callback__block .input__group.input__group_message .order__input_message {
    height: 60px;
  }
  .callback .callback__block .checkbox__wrap p {
    font-size: 12px;
  }
  .callback .callback__block .input__group {
    width: 100%;
  }
  .callback .callback__title {
    font-size: 18px;
  }
}
.breadcrumbs {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
  margin-bottom: 34px;
}
.breadcrumbs span {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #555555;
}
.breadcrumbs a span {
  font-size: 16px;
  color: #2c3b8e;
}

.about__head {
  padding-top: 205px;
}
.about__head h1 {
  font-weight: 600;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #2c3b8e;
  margin-bottom: 80px;
  position: relative;
}
.about__head .about__bg {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 812px;
}
.about__head .about__bg img {
  width: 100%;
}
.about__head .about__logo {
  width: 340px;
  height: 340px;
  margin: 0 auto;
  position: relative;
  margin-bottom: 230px;
}
.about__head .about__logo img {
  width: 100%;
  height: auto;
  animation: rotate 5s linear infinite;
}
.about__head h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #225cec;
}
.about__head .text_content {
  width: 100%;
  max-width: 660px;
  padding: 0 12px;
  margin-left: auto;
}
.about__head .about_file {
  margin-top: 40px;
  display: flex;
  align-items: center;
  padding: 8px 0;
  font-weight: 400;
  font-size: 14px;
  color: #225cec;
  width: -moz-max-content;
  width: max-content;
  border-bottom: 1px solid transparent;
}
.about__head .about_file:hover {
  border-color: #225cec;
}

.text_content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 1.6em;
}

.about_page .head__faq {
  margin-top: 80px;
}

.task {
  padding-top: 100px;
  padding-bottom: 100px;
}
.task .section__offer {
  margin-bottom: 60px;
}
.task .task__cite {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: #225cec;
  margin-bottom: 40px;
}

.about_client {
  padding-top: 100px;
}

.partners {
  padding-top: 100px;
  padding-bottom: 100px;
}
.partners .section__offer {
  margin-bottom: 80px;
}
.partners .partners__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.partners .partners__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 12.5%;
  padding: 12px;
}
.partners .partners__item img {
  width: 100%;
}

@media screen and (max-width: 1500px) {
  .about__head h1 {
    font-size: 80px;
  }
  .about__head h2 {
    font-size: 42px;
  }
}
@media screen and (max-width: 1400px) {
  .about__head h1 {
    font-size: 70px;
  }
  .about__head .text_content {
    width: 50%;
  }
  .about__head h2 {
    font-size: 36px;
  }
  .task {
    padding: 75px 0;
  }
  .task .task__cite {
    font-size: 28px;
  }
  .about_client {
    padding-top: 75px;
  }
  .partners {
    padding-top: 75px;
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 1199px) {
  .about__head h1 {
    font-size: 60px;
  }
  .about__head h2 {
    font-size: 32px;
  }
  .task .task__cite {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .about__head {
    padding-top: 150px;
  }
  .about__head h2 {
    font-size: 28px;
    margin-bottom: 24px;
  }
  .about__head h1 {
    margin-bottom: 24px;
  }
  .about__head .pt_80 {
    padding-top: 0;
  }
  .about__head .text_content {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
    margin-top: 30px;
  }
  .about__head .about__bg {
    width: 600px;
  }
  .about__head .about__logo {
    width: 200px;
    height: 200px;
  }
  .task .task__cite {
    font-size: 20px;
  }
  .task task__name {
    font-size: 20px;
  }
  .partners .partners__item {
    width: 25%;
  }
}
@media screen and (max-width: 767px) {
  .about__head {
    padding-top: 100px;
  }
}
@media screen and (max-width: 568px) {
  .about__head h1 {
    font-size: 40px;
  }
  .about__head h2 {
    font-size: 24px;
  }
  .about__head .about__bg {
    width: 320px;
  }
  .about__head .about__logo {
    width: 130px;
    height: 130px;
    margin-bottom: 120px;
  }
  .task task__name {
    font-size: 18px;
  }
  .partners .partners__item {
    width: 33.3333333333%;
  }
  .breadcrumbs,
  .breadcrumbs span,
  .breadcrumbs a span {
    font-size: 12px;
  }
}
.service__head {
  padding-top: 200px;
  padding-bottom: 115px;
}
.service__head h1 {
  font-weight: 600;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #2c3b8e;
}
.service__head .service__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 120%;
  color: #2c3b8e;
  margin-bottom: 32px;
  max-width: 480px;
  padding-top: 120px;
}
.service__head .service__btn {
  height: 54px;
}
.service__head .service__menu {
  margin-top: 215px;
}
.service__head .service__item {
  height: 140px;
  transition: all 0.4s ease;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  padding: 28px;
  background-color: #fff;
  border: 2px solid #2c3b8e;
}
.service__head .service__item .service__menu_bg {
  background-color: #2c3b8e;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease;
  background-position: 100% center;
  background-size: auto 100%;
}
.service__head .service__item .service__menu_bg img {
  height: 100%;
  width: auto;
  margin-left: auto;
}
.service__head .service__item.open .service__menu_bg {
  opacity: 1;
}
.service__head .service__item.open .service__name {
  color: #fff;
}
.service__head .service__item.open .service__arrow {
  opacity: 0;
}
.service__head .service__item .service__name {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: capitalize;
  color: #2c3b8e;
  transition: all 0.4s ease;
  margin-bottom: 16px;
}
.service__head .service__item .service__describe {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 20px;
}
.service__head .service__item .service__arrow {
  position: absolute;
  top: 88px;
  right: 30px;
  transition: all 0.4s ease;
  width: 16px;
  height: 16px;
}
.service__head .service__item .service__arrow svg {
  width: 100%;
  height: 100%;
}
.service__head .service__item .service__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  display: flex;
  align-items: center;
  padding-bottom: 8px;
  margin-top: auto;
  margin-left: auto;
  border-bottom: 1px solid transparent;
}
.service__head .service__item .service__link:hover {
  border-color: #fff;
}
.service__head .service__bg {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 1124px;
}
.service__head .service__bg.service__bg_full {
  width: 100%;
  left: 0;
  bottom: 100px;
}
.service__head .service__bg img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1500px) {
  .service__head h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .service__head {
    padding-top: 180px;
  }
  .service__head h1 {
    font-size: 70px;
  }
  .service__head .service__menu {
    margin-top: 150px;
  }
  .service__head .service__subtitle {
    padding-top: 78px;
  }
  .service__head .service__bg {
    width: 1000px;
  }
}
@media screen and (max-width: 1199px) {
  .service__head h1 {
    font-size: 60px;
    margin-bottom: 24px;
  }
  .service__head .service__bg {
    width: 900px;
  }
}
@media screen and (max-width: 991px) {
  .service__head {
    padding-bottom: 75px;
  }
  .service__head h1 {
    font-size: 48px;
    margin-bottom: 24px;
  }
  .service__head {
    padding-top: 150px;
  }
  .service__head .service__subtitle {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .service__head .service__subtitle {
    font-size: 22px;
  }
  .service__head .service__menu {
    margin-top: 40px;
  }
  .service__head .service__item {
    padding: 20px 20px;
  }
  .service__head .service__item .service__name {
    font-size: 18px;
  }
  .service__head .service__bg {
    width: 500px;
    top: 120px;
    bottom: auto;
  }
}
@media screen and (max-width: 767px) {
  .service__head {
    padding-top: 100px;
  }
  .service__head .service__item {
    margin-bottom: 20px;
  }
  .service__head .service__bg {
    left: 30%;
  }
}
@media screen and (max-width: 568px) {
  .service__head h1 {
    font-size: 40px;
  }
  .service__head .service__subtitle {
    font-size: 20px;
  }
  .service__head .service__bg {
    left: 0%;
  }
}
.team {
  padding-top: 100px;
  padding-bottom: 100px;
}
.team .swiper-container {
  overflow: visible;
}
.team .team__content {
  width: 100%;
  max-width: 660px;
  padding: 0 12px;
  margin-bottom: 80px;
  margin-left: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.team .team__content .team__text {
  width: 100%;
}
.team .team__content p {
  font-size: 24px;
  color: #555555;
  margin-bottom: 40px;
}
.team .team__content .team__btn {
  min-height: 54px;
}
.team .team__arrow {
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #225cec;
  border: 1px solid #225cec;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.4s ease;
  cursor: pointer;
}
.team .team__arrow:hover {
  background: #225cec;
}
.team .team__arrow:hover path {
  stroke: #fff;
}
.team .team__arrow.team_right {
  margin-left: 30px;
}
.team .team__swiper .team__img {
  height: 415px;
  border-radius: 8px;
  overflow: hidden;
}
.team .team__swiper .team__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.team .team__swiper .section_line {
  margin: 16px 0;
}
.team .team__swiper .team__name {
  color: #000;
}
.team .team__swiper .team__position {
  color: #000;
  opacity: 0.5;
  margin-bottom: 4px;
}
.team .team__swiper .team__contact {
  margin-bottom: 4px;
}
.team .team__swiper .team__contact a {
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #2c3b8e;
}
.team .team__swiper .team__contact a:hover {
  color: #10d7d0;
}

@media screen and (max-width: 1400px) {
  .team {
    padding: 75px 0;
  }
  .team .team__swiper .team__img {
    height: 325px;
  }
}
@media screen and (max-width: 1199px) {
  .team .team__content {
    width: 50%;
  }
  .team .team__swiper .team__img {
    height: 370px;
  }
}
@media screen and (max-width: 991px) {
  .team .section__offer {
    margin-bottom: 40px;
  }
  .team .team__content {
    margin-left: 0;
    width: 100%;
    margin-bottom: 60px;
  }
  .team .team__content p {
    font-size: 20px;
  }
  .team .team__name {
    font-size: 20px;
  }
  .team .team__swiper .team__img {
    height: 290px;
  }
  .team .team__arrow {
    width: 44px;
    height: 44px;
  }
  .team .team__arrow svg {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 767px) {
  .team .team__swiper .team__img {
    height: 320px;
  }
}
@media screen and (max-width: 568px) {
  .team .team__name {
    font-size: 18px;
  }
  .team .team__swiper .swiper-slide {
    width: 220px;
  }
  .team .team__swiper .team__img {
    height: 220px;
  }
  .team .team__swiper .team__position {
    font-size: 14px;
  }
  .team .team__content {
    display: block;
  }
}
.about__service {
  margin-top: 80px;
}
.about__service .about__service_wrap:not(:last-child) .about__service_item:after {
  content: "";
  display: block;
  width: 2px;
  height: 162px;
  position: absolute;
  right: -11px;
  top: 5px;
  background-color: #fada4f;
}
.about__service .about__service_item {
  position: relative;
  border-top: 2px solid #fada4f;
  height: 182px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  padding: 15px 30px;
}
.about__service .about__service_item p {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: capitalize;
  color: #2c3b8e;
}

.about.about_service {
  padding-bottom: 100px;
}

@media screen and (max-width: 1400px) {
  .about__service .about__service_item {
    padding: 12px;
  }
  .about__service .about__service_item p {
    font-size: 20px;
  }
  .about.about_service {
    padding-bottom: 75px;
  }
}
@media screen and (max-width: 991px) {
  .about__service .about__service_wrap:nth-child(2) .about__service_item:after {
    display: none;
  }
  .about__service {
    margin-top: 60px;
  }
}
@media screen and (max-width: 568px) {
  .about__service .about__service_item {
    height: auto;
    min-height: 115px;
    margin-bottom: 20px;
  }
  .about__service .about__service_wrap:not(:last-child) .about__service_item:after {
    display: none;
  }
}
.about.trading {
  padding-top: 100px;
  padding-bottom: 100px;
}
.about.trading .section__offer {
  margin-bottom: 80px;
}
.about.trading .section__offer .section__title {
  font-size: 48px;
}
.about.trading .trading__subtitle {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: #000000;
  padding-top: 30px;
  margin-bottom: 40px;
}
.about.trading .trading_img {
  position: absolute;
  left: 12px;
  top: 160px;
}
.about.trading .trading_img.trading_img_translate {
  transform: translate3d(-80px, 0px, 0);
}
.about.trading .trading_img img {
  width: auto;
  max-width: 100%;
  max-height: 390px;
}
.about.trading .traiding__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.about.trading .traiding__list img {
  position: absolute;
  left: 0;
  top: -30px;
  width: 100%;
  height: auto;
  max-width: 630px;
}
.about.trading .traiding__list .traiding__item {
  position: relative;
  display: flex;
  margin-bottom: 34px;
  width: 50%;
  padding-right: 20px;
}
.about.trading .traiding__list .traiding__item .icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
  margin-right: 10px;
  background: url(../img/traiding_icon.svg) no-repeat center;
}
.about.trading .traiding__list .traiding__item p {
  font-size: 20px;
  line-height: 140%;
  color: #225cec;
}
.about.trading .about__content {
  padding-top: 0;
}

@media screen and (max-width: 1500px) {
  .about.trading .section__offer .section__title {
    font-size: 32px;
  }
  .about.trading .trading__subtitle {
    font-size: 24px;
  }
  .about.trading .trading_img img {
    max-height: 320px;
  }
}
@media screen and (max-width: 1400px) {
  .about.trading {
    padding-top: 75px;
    padding-bottom: 75px;
  }
  .about.trading .trading__subtitle {
    padding-top: 40px;
  }
  .about.trading .trading_img.trading_img_translate {
    transform: translate3d(-30px, 0px, 0);
  }
  .about.trading .trading_img {
    top: 140px;
  }
}
@media screen and (max-width: 1199px) {
  .about.trading .section__offer .section__title {
    font-size: 36px;
  }
}
@media screen and (max-width: 991px) {
  .about.trading .section__offer .section__title {
    font-size: 28px;
  }
  .about.trading .trading__subtitle {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .about.trading .section__offer {
    margin-bottom: 40px;
  }
  .about.trading .traiding__list {
    margin-bottom: 60px;
  }
  .about.trading .trading__subtitle {
    padding-top: 0;
  }
  .about.trading .trading_img {
    position: static;
  }
  .about.trading .traiding__list .traiding__item {
    width: 100%;
  }
  .about.trading .traiding__list img {
    max-width: 450px;
  }
}
@media screen and (max-width: 568px) {
  .about.trading .section__offer .section__title {
    font-size: 24px;
  }
  .about.trading .trading__subtitle {
    font-size: 20px;
  }
  .about.trading .traiding__list .traiding__item {
    width: 100%;
    margin-bottom: 16px;
  }
  .about.trading .traiding__list .traiding__item p {
    font-size: 18px;
  }
  .about.trading .traiding__list img {
    width: 380px;
  }
}
.step {
  padding-top: 100px;
  padding-bottom: 100px;
}
.step .section__offer {
  margin-bottom: 80px;
}
.step .step__item {
  background: #e7e7ea;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 40px 30px;
  transition: all 0.4s ease;
}
.step .step__item .step__number {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #555555;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #555555;
  border-radius: 50%;
  margin-bottom: 26px;
  transition: all 0.4s ease;
}
.step .step__item .step__name {
  font-size: 24px;
  line-height: 140%;
  text-transform: capitalize;
  margin-bottom: 12px;
  color: #2c3b8e;
  transition: all 0.4s ease;
}
.step .step__item .step__describe {
  font-size: 13px;
  color: #555555;
  transition: all 0.4s ease;
  margin-bottom: 20px;
}
.step .step__item .step__link {
  margin-top: auto;
  display: flex;
  align-items: center;
  color: #ffffff;
  opacity: 0;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
  width: -moz-max-content;
  width: max-content;
}
.step .step__item .step__link:hover {
  border-color: #ffffff;
}
.step .step__item:hover {
  background-color: #2c3b8e;
}
.step .step__item:hover .step__name,
.step .step__item:hover .step__describe,
.step .step__item:hover .step__number {
  color: #fff;
  border-color: #ffffff;
}
.step .step__item:hover .step__link {
  opacity: 1;
}
.step .step__btn {
  height: 54px;
}

@media screen and (max-width: 1400px) {
  .step {
    padding: 75px 0;
  }
  .step .step__item {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .step .step__item .step__number {
    margin-bottom: 16px;
  }
  .step .step__item .step__name {
    font-size: 22px;
  }
}
@media screen and (max-width: 991px) {
  .step .step__item {
    padding: 40px 30px;
  }
  .step .step__item .step__link {
    color: #225cec;
    opacity: 1;
    margin-left: auto;
  }
  .step .step__item .step__link path {
    stroke: #225cec;
  }
  .step .step__item:hover .step__link {
    color: #ffffff;
  }
  .step .step__item:hover .step__link path {
    stroke: #ffffff;
  }
}
@media screen and (max-width: 767px) {
  .step .step__item .step__name {
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.blog {
  padding-top: 215px;
  padding-bottom: 120px;
}
.blog h1 {
  font-weight: 600;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #2c3b8e;
  margin-bottom: 60px;
}
.blog .blog__item {
  margin-bottom: 40px;
}
.blog .blog__thumbnail {
  display: block;
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 24px;
}
.blog .blog__thumbnail:hover img {
  transform: scale(1.1);
}
.blog .blog__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.4s ease-in-out;
}
.blog .section_line {
  margin-bottom: 16px;
}
.blog .blog__date {
  color: #555555;
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 16px;
}
.blog .blog__name {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px;
}
.blog .blog__short {
  margin-bottom: 16px;
}
.blog .blog__short p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #555555;
}
.blog .blog__btn {
  height: 54px;
}
.blog .blog__more {
  height: 54px;
  margin-top: 60px;
}

.popular .popular__card {
  margin-bottom: 20px;
}
.popular .popular__card .section_line {
  margin-bottom: 16px;
}
.popular .popular__card .popular__date {
  color: #555555;
  font-size: 14px;
  opacity: 0.5;
  margin-bottom: 16px;
  margin-bottom: 16px;
}
.popular .popular__card .popular__name {
  font-weight: 400;
  font-size: 20px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 16px;
}
.popular .popular__card .popular__short {
  margin-bottom: 24px;
}
.popular .popular__card .popular__short p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #000000;
}
.popular .popular__card .popular__link {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  color: #225cec;
  padding-bottom: 8px;
  border-bottom: 1px solid #225cec;
  width: -moz-max-content;
  width: max-content;
}

.subscribe {
  padding: 60px 15px;
  border-radius: 8px;
  background: #2c3b8e;
  margin-top: 40px;
}
.subscribe .subscribe__content {
  max-width: 335px;
  width: 100%;
  margin: 0 auto;
}
.subscribe .subscribe__content .subscribe__title {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 15px;
}
.subscribe .subscribe__content .form__wrap .input__group {
  margin-bottom: 32px;
}
.subscribe .subscribe__content .form__wrap .order__input {
  border-color: #fff;
  background-color: transparent;
}
.subscribe .subscribe__content .form__wrap .order__input,
.subscribe .subscribe__content .form__wrap .place_span {
  color: #fff;
}
.subscribe .subscribe__content .form__wrap .form__btn {
  width: 100%;
  height: 54px;
}

.post_page {
  padding-top: 215px;
  padding-bottom: 120px;
}
.post_page h1 {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #2c3b8e;
  margin-bottom: 16px;
}
.post_page .post_page__date {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #555555;
  opacity: 0.5;
  margin-bottom: 40px;
}
.post_page .single__thumbnail {
  height: auto;
  max-height: 450px;
  margin-bottom: 25px;
  overflow: hidden;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  border-radius: 8px;
}
.post_page .single__thumbnail:hover img {
  transform: scale(1.2);
}
.post_page .single__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.4s ease;
}
.post_page .single__gallary {
  height: 300px;
  text-align: center;
}
.post_page .single__gallary:hover img {
  transform: scale(1.2);
}
.post_page .single__gallary a {
  display: block;
  overflow: hidden;
  width: 100%;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.post_page .single__gallary img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.4s ease;
}
.post_page .single__gallary.single__gallary_big {
  width: auto;
  height: auto;
  max-height: 600px;
  overflow: hidden;
}
.post_page .single__gallary.single__gallary_big img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 100%;
}
.post_page .text__content iframe {
  max-width: 100%;
  margin: 0 auto 25px;
  display: block;
}
.post_page .text__content h2 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-transform: capitalize;
  color: #000000;
  margin-bottom: 24px;
}
.post_page .text__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  margin-bottom: 1.6em;
}
.post_page .text__content li {
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #000000;
  padding-left: 26px;
}
.post_page .text__content li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 8px;
  top: 6px;
  border-radius: 50%;
  background-color: #000;
}
.post_page .sfsi_shortcode_container .sfsi_wicons {
  width: 32px !important;
  height: 32px !important;
  margin: 0 14px 0 0 !important;
}
.post_page .sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a,
.post_page .sfsi_widget .sfsi_wDiv .sfsi_wicons .inerCnt a.sficn {
  width: 32px !important;
  height: 32px !important;
}
.post_page .sfcm.sfsi_wicon {
  width: 100%;
  height: auto;
}
.post_page .sfsi_widget {
  min-height: auto;
  margin-left: 16px;
}

@media screen and (max-width: 1500px) {
  .blog h1 {
    font-size: 80px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1400px) {
  .post_page {
    padding-top: 180px;
  }
  .blog {
    padding-top: 200px;
  }
  .blog h1 {
    font-size: 70px;
  }
  .blog .blog__name {
    font-size: 28px;
  }
  .popular .popular__card .popular__name {
    font-size: 20px;
  }
  .post_page h1 {
    font-size: 42px;
  }
  .post_page .single__gallary {
    height: 250px;
  }
}
@media screen and (max-width: 1199px) {
  .blog {
    padding-top: 180px;
  }
  .blog h1 {
    font-size: 60px;
  }
  .subscribe {
    padding: 30px 15px;
  }
  .subscribe .subscribe__content .subscribe__title {
    font-size: 20px;
  }
  .blog .blog__name {
    font-size: 20px;
  }
  .post_page h1 {
    font-size: 36px;
  }
  .post_page {
    padding-top: 150px;
  }
  .popular__title {
    margin-top: 60px;
  }
  .popular.popular__mobile {
    margin-bottom: 60px;
  }
  .post_page .single__gallary {
    height: 200px;
  }
}
@media screen and (max-width: 991px) {
  .blog {
    padding-top: 150px;
  }
  .popular {
    display: flex;
    overflow-x: auto;
    scrollbar-color: #2c3b8e #f0f0f0;
    scrollbar-width: thin;
  }
  .popular .popular__card {
    width: 310px;
    flex-shrink: 0;
    margin-bottom: 0;
    margin-right: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #fada4f;
  }
  .popular::-webkit-scrollbar {
    height: 5px;
  }
  /* Track */
  .popular::-webkit-scrollbar-track {
    background: #e0e0e0;
  }
  /* Handle */
  .popular::-webkit-scrollbar-thumb {
    background: #2c3b8e;
  }
  .subscribe.subscribe_sidebar {
    display: none;
  }
  .subscribe {
    width: 300px;
    margin: 120px auto 0;
  }
  .post_page h1 {
    font-size: 32px;
  }
  .post_page {
    padding-top: 100px;
  }
  .popular .popular__card .popular__name {
    font-size: 18px;
  }
  .subscribe {
    width: 100%;
    max-width: 700px;
  }
}
@media screen and (max-width: 767px) {
  .blog {
    padding-top: 100px;
  }
  .blog .blog__name {
    font-size: 18px;
  }
  .post_page {
    padding-top: 100px;
  }
  .post_page .single__gallary {
    height: 150px;
  }
}
@media screen and (max-width: 568px) {
  .blog h1 {
    font-size: 40px;
  }
  .blog .blog__short {
    display: none;
  }
  .blog .blog__btn {
    width: 100%;
    max-width: 335px;
  }
  .blog .blog__thumbnail {
    margin-bottom: 16px;
  }
  .post_page h1 {
    font-size: 24px;
  }
}
.doc {
  padding-top: 215px;
}
.doc h1 {
  font-weight: 600;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #2c3b8e;
  margin-bottom: 80px;
}
.doc .head__faq.doc_faq .faq__item.open .faq__qwestion {
  padding-bottom: 260px;
}
.doc .head__faq.doc_faq .faq__qwestion span {
  position: relative;
  z-index: 2;
}
.doc .head__faq.doc_faq .faq__qwestion svg {
  z-index: 2;
}
.doc .head__faq.doc_faq .faq__qwestion span.faq__bg {
  position: absolute;
}
.doc .head__faq.doc_faq .faq__answer {
  background: #fff;
  border-radius: 8px;
}
.doc .head__faq.doc_faq .faq__answer .doc__item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.doc .head__faq.doc_faq .faq__answer .doc__item .icon {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: 8px;
  flex-shrink: 0;
}
.doc .head__faq.doc_faq .faq__answer .doc__item a {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.doc .head__faq.doc_faq .faq__answer .doc__item a:hover {
  color: #225cec;
}

@media screen and (max-width: 1500px) {
  .doc {
    padding-top: 200px;
  }
  .doc h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 1400px) {
  .doc {
    padding-top: 200px;
  }
  .doc h1 {
    font-size: 70px;
  }
  .doc .head__faq.doc_faq .faq__item.open .faq__qwestion {
    padding-bottom: 150px;
  }
}
@media screen and (max-width: 1199px) {
  .doc {
    padding-top: 180px;
  }
  .doc h1 {
    font-size: 60px;
  }
  .doc .head__faq.doc_faq .faq__item.open .faq__qwestion {
    padding-bottom: 130px;
  }
}
@media screen and (max-width: 991px) {
  .doc {
    padding-top: 150px;
  }
}
@media screen and (max-width: 568px) {
  .doc {
    padding-top: 100px;
  }
  .doc h1 {
    font-size: 40px;
    margin-bottom: 60px;
  }
  .doc .head__faq.doc_faq .faq__answer .doc__item {
    align-items: flex-start;
  }
  .doc .head__faq.doc_faq .faq__answer .doc__item .icon {
    width: 24px;
    height: 24px;
  }
  .doc .head__faq.doc_faq .faq__answer .doc__item .icon svg {
    width: 100%;
    height: 100%;
  }
}
.contact {
  padding-top: 215px;
}
.contact h1 {
  font-weight: 600;
  font-size: 96px;
  line-height: 100%;
  letter-spacing: -0.05em;
  color: #2c3b8e;
  margin-bottom: 80px;
}
.contact .contact_title {
  font-size: 32px;
  color: #000;
  font-weight: 400;
}
.contact p {
  font-size: 14px;
  color: #555555;
  margin-bottom: 15px;
}
.contact p.contact__item {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #000000;
}
.contact p.contact__item svg {
  margin-right: 8px;
  flex-shrink: 0;
}
.contact p.contact__item span {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.contact p.contact__item a {
  font-weight: 400;
  font-size: 14px;
  color: #000000;
}
.contact p.contact__item a:hover {
  color: #2c3b8e;
}
.contact iframe {
  width: 100%;
  height: 750px;
}

@media screen and (max-width: 1500px) {
  .contact {
    padding-top: 200px;
  }
  .contact h1 {
    font-size: 80px;
  }
  .contact iframe {
    height: 600px;
  }
}
@media screen and (max-width: 1400px) {
  .contact {
    padding-top: 180px;
  }
  .contact h1 {
    font-size: 70px;
  }
  .contact iframe {
    height: 500px;
  }
  .contact .contact_title {
    font-size: 28px;
  }
}
@media screen and (max-width: 1199px) {
  .contact {
    padding-top: 150px;
  }
  .contact h1 {
    font-size: 60px;
    margin-bottom: 60px;
  }
  .contact .contact_title {
    font-size: 24px;
  }
}
@media screen and (max-width: 991px) {
  .contact .contact_title {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .contact .contact__row {
    padding-bottom: 60px;
  }
  .contact {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 568px) {
  .contact {
    padding-top: 100px;
  }
  .contact h1 {
    font-size: 40px;
  }
  .contact__block {
    margin-bottom: 0;
  }
  .contact__block:last-child .contact__wrap {
    border-bottom: 2px solid #fada4f;
  }
  .contact__wrap {
    width: 240px;
    border-top: 2px solid #fada4f;
    margin-bottom: 0;
    padding-bottom: 24px;
    padding-top: 20px;
  }
}
.form__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form__wrap .input__group {
  width: 100%;
  position: relative;
  margin-bottom: 18px;
}
.form__wrap .input__group .order__input {
  height: 50px;
  display: block;
  background: #fff;
  width: 100%;
  border: none;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  border: none;
  border-bottom: 1px solid #555555;
}
.form__wrap .input__group .order__input.wpcf7-not-valid {
  border-color: red;
}
.form__wrap .input__group .order__input_select {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  height: 50px;
  border: none;
  border-bottom: 1px solid #555555;
  background: url(../img/select_arrow.svg) no-repeat 100% center;
}
.form__wrap .input__group .place_span {
  position: absolute;
  left: 0;
  top: 14px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(85, 85, 85, 0.5);
  transition: all 0.4s ease;
  pointer-events: none;
}
.form__wrap .input__group .place_span.fixed_span {
  opacity: 0;
}
.form__wrap .input__group:hover .place_span {
  color: #555555;
}
.form__wrap .input__group input[type=file] {
  color: transparent !important;
  background-color: transparent !important;
  width: 100%;
  display: block;
  height: 54px;
  font-size: 16px;
  cursor: pointer;
}
.form__wrap .input__group input[type=file] ~ .span_file {
  color: #bda588;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #bda588;
  border-radius: 3px;
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  color: rgba(85, 85, 85, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.form__wrap .input__group.input__group_file {
  margin-bottom: 0;
}
.form__wrap .file__row {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  width: 100%;
}
.form__wrap .file__row .file__label {
  width: 49%;
  font-size: 14px;
  line-height: 24px;
  color: #555555;
}

.footer {
  background: #2c3b8e;
  padding-top: 148px;
}
.footer .scroll_up {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 82px;
  height: 82px;
  border-radius: 50%;
  background: #2c3b8e;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  position: absolute;
  top: -170px;
  right: 12px;
}
.footer .scroll_up span {
  pointer-events: none;
}
.footer .scroll_up svg {
  transform: rotate(-90deg);
  pointer-events: none;
}
.footer .footer__logo a {
  width: 110px;
  display: block;
  margin-bottom: 7px;
}
.footer .footer__logo a img {
  width: 100%;
  height: auto;
}
.footer .footer__logo p {
  max-width: 190px;
  font-size: 12px;
  line-height: 1.4em;
  margin-bottom: 8px;
  color: #fff;
}
.footer .footer__title {
  padding-top: 50px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  margin-bottom: 22px;
}
.footer .footer__item:last-child {
  padding-right: 50px;
}
.footer .footer__menu li {
  margin-bottom: 15px;
}
.footer .footer__menu li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
.footer .footer__menu li a:hover {
  color: #10d7d0;
}
.footer .footer__contact .footer__title {
  font-size: 20px;
  margin-bottom: 48px;
}
.footer .footer__contact p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
}
.footer .footer__contact p svg {
  margin-right: 8px;
  flex-shrink: 0;
  margin-top: 3px;
}
.footer .footer__contact p a {
  color: #fff;
}
.footer .footer__contact p a:hover {
  text-decoration: underline;
  color: #10d7d0;
}
.footer .footer__contact p.contact__item {
  display: flex;
}
.footer .social {
  margin-left: 25px;
  margin-top: auto;
  padding-bottom: 50px;
  display: flex;
}
.footer .social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 14px;
}
.footer .social a:last-child {
  margin-right: 0;
}
.footer .social a:hover path {
  fill: #10d7d0;
}
.footer .footer__bottom {
  padding: 32px 0 100px;
}
.footer .footer__bottom .privacy,
.footer .footer__bottom .copyright {
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  opacity: 0.5;
}
.footer .footer__bottom .privacy {
  text-align: right;
  text-decoration: underline;
}
.footer .footer__bottom .privacy:hover {
  color: #10d7d0;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(44, 59, 142, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: -5;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease;
}
.popup.open {
  z-index: 999999;
  pointer-events: all;
  opacity: 1;
}
.popup .popup__content {
  width: 95%;
  max-width: 845px;
  max-height: 95%;
  overflow-y: auto;
  padding: 100px;
  background: #ffffff;
  border-radius: 8px;
  position: relative;
}
.popup .popup__content .close_popup {
  width: 40px;
  height: 40px;
  position: absolute;
  right: 40px;
  top: 40px;
  background: url(../img/close_popup.svg) no-repeat center;
}
.popup .popup__content .popup__title {
  font-weight: 500;
  font-size: 48px;
  line-height: 120%;
  color: #2c3b8e;
  margin-bottom: 40px;
}
.popup .popup__content .popup__subtitle {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #2e3037;
  margin-bottom: 40px;
}
.popup .popup__content .input__group {
  width: 49%;
}
.popup .popup__content .input__group.input__group_message {
  padding-top: 12px;
  width: 100%;
  margin-bottom: 30px;
}
.popup .popup__content .input__group.input__group_message .order__input_message {
  height: 68px;
}
.popup .popup__content .form__btn {
  width: 100%;
  height: 54px;
}
.popup .popup__content .checkbox__wrap input {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  background: #225cec;
  border: 1px solid #225cec;
  border-radius: 2px;
  background-position: center;
  margin-top: 3px;
  margin-right: 8px;
}
.popup .popup__content .checkbox__wrap input:checked {
  background: #225cec url(../img/check.svg) no-repeat center;
}
.popup.order_form .popup__content .popup__subtitle {
  font-size: 16px;
}
.popup.order_form .popup__content .fz_16 {
  font-size: 14px;
}
.popup.order_form .popup__content .input__group.input__group_email {
  width: 100%;
}

.popup.popup_search {
  padding-top: 63px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: rgba(44, 59, 142, 0.3);
  z-index: -5;
  pointer-events: none;
  opacity: 0;
  transition: all 0.4s ease;
  display: block;
}
.popup.popup_search:before {
  content: "";
  display: block;
  width: 100%;
  height: 160px;
  position: absolute;
  left: 0;
  top: 0;
  background: #2c3b8e;
}
.popup.popup_search.open {
  z-index: 999999;
  pointer-events: all;
  opacity: 1;
}
.popup.popup_search .close_popup {
  margin-left: 16px;
  width: 40px;
  height: 40px;
  background: url(../img/close_popup_wh.svg) no-repeat center;
  flex-shrink: 0;
  position: static;
}
.popup.popup_search .search__form.form__wrap {
  padding-top: 10px;
  width: 100%;
  position: relative;
}
.popup.popup_search .search__form.form__wrap .search__submit {
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/search_btn.svg) no-repeat center;
  opacity: 0.3;
  transition: all 0.4s ease;
}
.popup.popup_search .search__form.form__wrap .search__submit:hover {
  opacity: 1;
}
.popup.popup_search .search__form.form__wrap .input__group {
  margin-bottom: 0;
}
.popup.popup_search .search__form.form__wrap .input__group .order__input {
  height: 40px;
  color: #fff;
  border-bottom-color: #fff;
  background-color: transparent;
}
.popup.popup_search .search__form.form__wrap .input__group .place_span {
  color: #fff;
}

.search_page {
  padding-top: 200px;
}
.search_page h1 {
  font-size: 48px;
  margin-bottom: 60px;
}
.search_page .entry-title {
  margin-bottom: 25px;
}
.search_page .entry-title a {
  color: #225cec;
  padding-bottom: 8px;
  border-bottom: 1px solid transparent;
}
.search_page .entry-title a:hover {
  border-color: #225cec;
}

.form__wrap_search.form__wrap .search_btn {
  width: 50px;
  height: 50px;
  right: 0;
  bottom: 0;
  display: block;
  padding: 0;
  background: url(../img/icon_search.svg) no-repeat center/25px;
}

.cookie-policy {
  background: #2c3b8e;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 9999999;
}
.cookie-policy.close {
  bottom: -100%;
}
.cookie-policy .cookie__content {
  width: 75%;
}
.cookie-policy .cookie__content p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #ffffff;
}
.cookie-policy .cookie__content p a {
  color: #ffffff;
  text-decoration: underline;
}
.cookie-policy .policy_btn {
  width: 40px;
  height: 40px;
  background: url(../img/close_popup_wh.svg) no-repeat center;
  flex-shrink: 0;
}

.search__item .search__thumnail {
  height: 230px;
  border-radius: 8px;
  overflow: hidden;
}
.search__item .search__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media screen and (max-width: 1500px) {
  .footer {
    padding-top: 120px;
  }
  .footer .footer__item {
    padding-right: 25px;
  }
  .footer__contact_wwrap {
    margin-left: 0 !important;
  }
  .footer .scroll_up {
    top: -140px;
  }
}
@media screen and (max-width: 1400px) {
  .popup .popup__content {
    padding: 50px 75px;
    max-width: 750px;
  }
  .popup .popup__content .close_popup {
    right: 10px;
    top: 20px;
  }
  .popup .popup__content .popup__title {
    font-size: 36px;
    margin-bottom: 20px;
  }
  .popup .popup__content .popup__subtitle {
    font-size: 20px;
  }
  .cookie-policy {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1199px) {
  .popup .popup__content {
    padding: 50px;
    max-width: 600px;
  }
}
@media screen and (max-width: 991px) {
  .footer__logo {
    margin-bottom: 40px;
  }
  .footer .footer__menu {
    margin-right: 0;
  }
  .footer__item {
    width: 25%;
    padding-right: 15px;
  }
  .footer .footer__title {
    padding-top: 0;
  }
  .footer .footer__contact .footer__title {
    margin-bottom: 24px;
  }
  .popup .popup__content .popup__title {
    font-size: 30px;
  }
  .popup .popup__content .popup__subtitle {
    font-size: 16px;
  }
  .checkbox__text {
    font-size: 10px;
  }
  .popup .popup__content .input__group {
    width: 100%;
  }
  .search_page {
    padding-top: 150px;
  }
  .search_page h1 {
    font-size: 40px;
  }
  .cookie-policy {
    padding: 20px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__item {
    width: 50%;
    margin-bottom: 25px;
  }
  .popup .popup__content .popup__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
  .popup .popup__content .popup__subtitle {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .popup .popup__content .input__group.input__group_message .order__input_message {
    height: 60px;
  }
  .popup .popup__content {
    padding: 65px 20px 20px;
  }
  .popup .popup__content .form__wrap .input__group .order__input {
    height: 40px;
  }
  .popup .popup__content .form__wrap .input__group .place_span {
    top: 7px;
  }
  .form__wrap .input__group {
    margin-bottom: 15px;
  }
  .checkbox__wrap {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 568px) {
  .footer__item {
    width: 100%;
  }
  .footer .footer__contact .footer__title,
  .footer .footer__title {
    font-size: 18px;
    margin-bottom: 24px;
  }
  .footer .social {
    margin-top: 24px;
    margin-left: 0;
    padding-bottom: 0;
  }
  .footer .footer__bottom {
    padding-top: 40px;
  }
  .form__wrap .file__row {
    flex-direction: column;
  }
  .form__wrap .file__row .file__label {
    width: 100%;
    margin-bottom: 8px;
  }
}
.technick__head {
  padding-top: 250px;
  height: 760px;
}
.technick__head h1 {
  font-weight: 600;
  line-height: 100%;
  letter-spacing: -0.05em;
  margin-bottom: 40px;
  color: #2c3b8e;
}
.technick__head.technick__head_succsess h1 {
  font-size: 96px;
}
.technick__head.technick__head_404 h1 {
  font-size: 240px;
}
.technick__head .technick__subtitle {
  font-weight: 400;
  font-size: 32px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 24px;
}
.technick__head .technick__text {
  font-weight: 400;
  font-size: 16px;
  color: #555;
  margin-bottom: 40px;
}
.technick__head .technick_bg {
  position: absolute;
  bottom: -100px;
  left: 35%;
  width: 1024px;
}
.technick__head .technick_bg img {
  width: 100%;
  height: auto;
}
.technick__head .technick__link {
  height: 54px;
}

@media screen and (max-width: 1500px) {
  .technick__head {
    padding-top: 220px;
  }
  .technick__head.technick__head_succsess h1 {
    font-size: 80px;
  }
  .technick__head .technick_bg {
    width: 950px;
  }
}
@media screen and (max-width: 1400px) {
  .technick__head {
    padding-top: 200px;
  }
  .technick__head.technick__head_succsess h1 {
    font-size: 70px;
  }
  .technick__head .technick__subtitle {
    font-size: 22px;
  }
  .technick__head.technick__head_404 h1 {
    font-size: 150px;
    margin-bottom: 30px;
  }
  .technick__head .technick_bg {
    width: 800px;
  }
}
@media screen and (max-width: 1199px) {
  .technick__head.technick__head_succsess h1 {
    font-size: 60px;
  }
  .technick__head.technick__head_404 h1 {
    font-size: 130px;
    margin-bottom: 30px;
  }
  .technick__head .technick__subtitle {
    font-size: 20px;
  }
  .technick__head {
    height: 600px;
  }
  .technick__head .technick_bg {
    width: 650px;
  }
}
@media screen and (max-width: 767px) {
  .technick__head .technick_bg {
    left: 0;
  }
}
@media screen and (max-width: 568px) {
  .technick__head.technick__head_404 h1 {
    font-size: 100px;
    margin-bottom: 30px;
  }
  .technick__head.technick__head_succsess h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .technick__head {
    padding-top: 100px;
    height: auto;
    padding-bottom: 100px;
  }
  .technick__head .technick_bg {
    top: 100px;
    bottom: auto;
    width: 130%;
  }
}
.xyz_start {
  opacity: 0;
}

.xyz_start.xyz-in {
  opacity: 1;
}

.mysocial-cont {
  position: fixed;
  bottom: 21px;
  right: 80px;
  z-index: 1000;
}

.mysocial,
.mysocial:before,
.mysocial_links .mysocial_link {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  cursor: pointer;
}

.mysocial:after {
  display: block;
  position: absolute;
  border: 50%;
  border-radius: 50%;
  border: 1px solid #10d7d0;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  animation: pulse 1.5s infinite;
  pointer-events: none;
}

.mysocial {
  position: relative;
  height: 80px;
  width: 80px;
  z-index: -1;
  transition: 0.39s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #10d7d0;
  box-shadow: 0px 4px 20px #10d7d0;
}

.mysocial:before,
.mysocial:after {
  content: "";
  will-change: transform;
  pointer-events: none;
}

.mysocial:before {
  background: url("../img/messbtn.svg") no-repeat center/40px;
  z-index: 5;
  transition: 0.3s;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.mysocial.active:before {
  transform: rotate(360deg);
  background: url("../img/cancel.svg") no-repeat center/40px;
  background-color: #10d7d0;
  pointer-events: none;
}

.mysocial.active:after {
  display: none;
}

.mysocial_links .mysocial_link {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  opacity: 0;
  will-change: animation;
  pointer-events: none;
  margin-right: 0;
  font-size: 24px;
  color: #fff;
  margin: 0 auto 8px;
}

/* .mysocial_link .mysocial_link{

} */
.mysocial_links .mysocial_link {
  position: static;
}

.mysocial_links {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 160%;
  pointer-events: none;
  display: flex;
  flex-wrap: wrap;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-23 {
  order: 3;
}

.order-4 {
  order: 4;
}

.mysocial_links .mysocial_link:hover {
  box-shadow: 0 2px 9px rgba(0, 0, 0, 0.3);
}

.mysocial_links .mysocial_link.telegram {
  background: linear-gradient(180deg, #41bce7 0%, #22a6dc 99.64%);
}

.mysocial_links .mysocial_link.phone {
  background: #225cec;
}

.mysocial_links .mysocial_link.viber {
  background: #675ca8;
}

.mysocial_links .mysocial_link.active {
  animation: 0.48s up forwards;
  pointer-events: all;
}

.mysocial_links .mysocial_link.active:nth-child(1) {
  animation-delay: 0.2s;
}

.mysocial_links .mysocial_link.active:nth-child(2) {
  animation-delay: 0.3s;
}

.mysocial_links .mysocial_link.active:nth-child(3) {
  animation-delay: 0.4s;
}

.mysocial_links .mysocial_link.active:nth-child(4) {
  animation-delay: 0.5s;
}

.mysocial_links .mysocial_link.active:nth-child(5) {
  animation-delay: 0.6s;
}

.mysocial_links .mysocial_link.active:nth-child(6) {
  animation-delay: 0.7s;
}

.mysocial_links .mysocial_link.no {
  animation: none;
}

.mysocial-bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: -5;
  background: rgba(44, 59, 142, 0.3);
  transition: 0.3s;
  pointer-events: none;
}

.mysocial-bg-active {
  z-index: 50;
  transition: 0.3s;
  opacity: 1;
  pointer-events: all;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes up {
  0% {
    transform: translateY(170%);
  }
  100% {
    opacity: 1;
    transform: translateY(0%);
  }
}
@media screen and (max-width: 1400px) {
  .mysocial-cont {
    right: 30px;
  }
}
@media screen and (max-width: 991px) {
  .mysocial {
    width: 60px;
    height: 60px;
  }
  .mysocial:before,
  .mysocial:after {
    font-size: 30px;
  }
  .mysocial-cont {
    right: 10px;
  }
}
.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7 {
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: 0;
  font-size: 11px;
}

.sfsiplus_footerLnk {
  display: none !important;
}

#usm-admin-notification-widget.usm-widget {
  display: none !important;
}/*# sourceMappingURL=main.css.map */