@import "../fonts/stylesheet.css";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

:root {
  --app-height: 100%;
  --white: #ffffff;
  --white10: rgba(255, 255, 255, 0.1);
  --white20: rgba(255, 255, 255, 0.2);
  --white30: rgba(255, 255, 255, 0.3);
  --white50: rgba(255, 255, 255, 0.5);
  --white60: rgba(255, 255, 255, 0.6);
  --gold10: rgba(137, 125, 86, 0.1);
  --gold20: rgba(137, 125, 86, 0.2);
  --gold30: rgba(137, 125, 86, 0.3);
  --gold50: rgba(137, 125, 86, 0.5);
  --gold60: rgba(137, 125, 86, 0.6);
  --black: #000;
  --violet: #8800ff;
  --grey1: #777c85;
  --grey3: #777c85;
  --grey: #afafaf;
  --dark: #111e36;
  --dark2: #000a22;
  --dark3: #141414;
  --blue: #002272;
  --gold: #897d56;
  --gold_gover: #756942;
  --gradient_blue: linear-gradient(0deg, #111e36 18%, rgba(17, 30, 54, 0) 100%);
}

.text_gradient {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.c_wh {
  color: var(--white);
}

.c_gold {
  color: var(--gold);
}

.c_black {
  color: var(--black);
}

.c_violet {
  color: var(--violet);
}

.c_grey1 {
  color: var(--grey);
}

.c_grey {
  color: var(--grey1);
}

.c_dark {
  color: var(--dark);
}

.c_dark2 {
  color: var(--dark2);
}

.c_dark3 {
  color: var(--dark3);
}

.c_blue {
  color: var(--blue);
}

.bg_wh {
  background-color: var(--white);
}

.bg_gold {
  background-color: var(--gold);
}

.bg_black {
  background-color: var(--black);
}

.bg_violet {
  background-color: var(--violet);
}

.bg_grey {
  background-color: var(--grey);
}

.bg_dark {
  background-color: var(--dark);
}

.bg_dark2 {
  background-color: var(--dark2);
}

.bg_blue {
  background-color: var(--blue);
}

.elem__anim > h1, .elem__anim > h2, .elem__anim > h3, .elem__anim > h4, .elem__anim > a, .elem__anim > button, .elem__anim > p, .elem__anim > ul, .elem__anim > ol {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}

.swiper-container {
  overflow: hidden;
}

.xyz_start {
  opacity: 0;
}

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

body {
  font-family: "Gilroy", sans-serif;
  color: var(--dark3);
  margin: 0;
  padding: 0;
  position: relative;
  min-height: 100vh;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  background-color: var(--white);
}
body:visitor_hidden {
  overflow: hidden;
}

section {
  position: relative;
}

body,
html {
  overflow-x: hidden;
}

h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}

a:hover,
a:active,
a:visited,
a {
  text-decoration: none;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

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

li {
  display: block;
}

p {
  margin-bottom: 0;
  line-height: 1.3em;
}

input:hover,
select:hover,
textarea:hover,
input:active,
select:active,
textarea:active,
input:focus,
select:focus,
textarea:focus,
input,
select,
textarea {
  display: block;
  outline: none;
  font-family: "Gilroy", sans-serif;
}

button {
  background-color: transparent;
  border: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

button,
button:focus,
button:active,
button:hover {
  outline: none;
}

svg,
path,
stroke {
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}

.container {
  position: relative;
}

button {
  cursor: pointer;
}

span.btn,
a.btn,
button.btn {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  font-family: "Gilroy", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--white);
  height: 56px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  position: relative;
  background-color: var(--gold);
  border: 1px solid var(--gold);
  border-radius: 0px;
  padding: 0 32px;
  height: 55px;
  text-transform: uppercase;
  border-radius: 16px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid transparent;
}
span.btn ~ .content__link svg path,
a.btn ~ .content__link svg path,
button.btn ~ .content__link svg path {
  stroke: var(--gold);
}
span.btn:hover,
a.btn:hover,
button.btn:hover {
  background-color: var(--gold_gover);
  border: 1px solid var(--gold_gover);
}
span.btn:hover ~ .content__link svg,
a.btn:hover ~ .content__link svg,
button.btn:hover ~ .content__link svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
span.btn:hover ~ .content__link svg path,
a.btn:hover ~ .content__link svg path,
button.btn:hover ~ .content__link svg path {
  stroke: var(--gold_gover);
}
span.btn.btn_tr,
a.btn.btn_tr,
button.btn.btn_tr {
  color: var(--dark3);
  background-color: var(--white);
  border: 1px solid var(--white);
}
span.btn.btn_tr:hover,
a.btn.btn_tr:hover,
button.btn.btn_tr:hover {
  color: var(--white);
  color: var(--dark3);
  background-color: rgba(255, 255, 255, 0.8);
}
span.btn.btn_tr ~ .content__link,
a.btn.btn_tr ~ .content__link,
button.btn.btn_tr ~ .content__link {
  border: 1px solid var(--white);
}
span.btn.btn_tr ~ .content__link svg path,
a.btn.btn_tr ~ .content__link svg path,
button.btn.btn_tr ~ .content__link svg path {
  stroke: var(--white);
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: var(--white);
  padding-top: 0;
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 0 rgba(0, 0, 0, 0.25);
}
.header.header_fixed {
  padding-top: 0;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}
.header .container {
  max-width: 1396px;
}
.header .btn.header__btn {
  height: 44px;
}
.header .header__block {
  padding: 15px 0;
}

.custom-logo-link {
  width: auto;
  display: block;
}
.custom-logo-link img {
  width: 120px;
  height: auto;
}

.logo__text {
  margin-left: 24px;
  line-height: 1.1em;
  color: var(--grey1);
}

.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}
.nav__menu .nav__item {
  margin-right: 32px;
  padding: 0px 0;
}
.nav__menu .nav__item:last-child {
  margin-right: 0;
}
.nav__menu .nav__item.current-menu-item > a {
  color: var(--gold);
}
.nav__menu .nav__item a {
  font-size: 16px;
  font-family: "Gilroy", sans-serif;
  font-weight: 600;
  line-height: 1.2em;
  padding: 0;
  color: var(--dark3);
  position: relative;
  display: block;
  padding-bottom: 20px;
  padding-top: 20px;
}
.nav__menu .nav__item a:hover {
  color: var(--gold);
}
.nav__menu .nav__item.menu-item-has-children:hover > a:before {
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav__menu .nav__item.menu-item-has-children:hover > a::after {
  opacity: 1;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav__menu .nav__item.menu-item-has-children > a {
  position: relative;
  padding-right: 26px;
}
.nav__menu .nav__item.menu-item-has-children > a:before, .nav__menu .nav__item.menu-item-has-children > a::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 0;
  top: calc(50% - 12px);
  background: url(../img/menu_arrow.svg) no-repeat center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.nav__menu .nav__item.menu-item-has-children > a::after {
  opacity: 0;
  background: url(../img/menu_arrow_v.svg) no-repeat center;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu {
  width: 100%;
  padding: 4px 0;
  background-color: var(--white);
  position: absolute;
  left: 0;
  top: calc(100% - 16px);
  -webkit-transform: translateY(-15px);
  transform: translateY(-15px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  pointer-events: none;
  border-radius: 16px;
  -webkit-box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
          box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  z-index: 2;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li {
  margin: 0;
  padding: 4px 8px;
  width: 25%;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li.current-menu-item > a {
  color: var(--white);
  background-color: var(--gold);
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li a {
  font-size: 16;
  font-weight: 400;
  text-transform: initial;
  color: var(--dark3);
  letter-spacing: 0;
  padding: 12px;
  border-radius: 8px;
  width: 100%;
}
.nav__menu .nav__item.menu-item-has-children .sub-menu li a:hover {
  color: var(--white);
  background-color: var(--gold);
}

@media screen and (min-width: 992px) {
  .nav__menu .nav__item.menu-item-has-children:hover > a:before {
    opacity: 0;
  }
  .nav__menu .nav__item.menu-item-has-children:hover > a::after {
    opacity: 1;
  }
  .nav__menu .nav__item.menu-item-has-children:hover .sub-menu {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    pointer-events: all;
  }
}
.menu__burger {
  display: none;
  width: 32px;
}

@media screen and (max-width: 1440px) {
  .header .header__top .header__btn {
    margin-left: 25px;
  }
  .header .header__top .container-fluid {
    padding: 0 12px;
  }
  .header .header__top .custom-logo-link {
    margin-right: 25px;
  }
}
@media screen and (max-width: 1199px) {
  .nav__menu .nav__item {
    margin-right: 20px;
  }
  .header .header__top .custom-logo-link {
    margin-right: 0px;
    width: 170px;
  }
}
@media screen and (max-width: 991px) {
  .nav {
    position: fixed;
    width: 100%;
    max-width: 375px;
    height: 100vh;
    z-index: 999999;
    right: -375px;
    top: -15px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    overflow-y: auto;
    padding: 36px 16px;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: var(--white);
  }
  .nav.open_menu {
    right: -12px;
    top: -15px;
    opacity: 1;
    pointer-events: all;
  }
  .nav .nav__row {
    width: 100%;
    padding: 0;
    position: relative;
    margin-bottom: 40px;
  }
  .nav .nav__row .custom-logo-link {
    width: 120px;
  }
  .nav .menu__close {
    width: 32px;
    height: 32px;
    outline: none;
    /* margin-left: auto; */
    position: relative;
    background-color: none;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-left: auto;
    background: url(../img/close_menu_wh.svg) no-repeat center;
  }
  .nav .menu__close > * {
    pointer-events: none;
  }
  .nav .nav__menu {
    padding: 0 10px;
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
  .nav .nav__menu .nav__item {
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    margin-right: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 8px;
  }
  .nav .nav__menu .nav__item:last-child {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  }
  .nav .nav__menu .nav__item a {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    color: var(--dark3);
    display: block;
    padding: 12px 0;
    border: none;
    line-height: 1.8em;
  }
  .nav .nav__menu .nav__item a:hover {
    color: var(--gold);
  }
  .nav .nav__menu .nav__item a::after, .nav .nav__menu .nav__item a::before {
    display: none;
  }
  .nav .nav__menu .nav__item.menu-item-has-children > a {
    padding-right: 24px;
  }
  .nav .nav__menu .nav__item.menu-item-has-children > a.open .open_child_menu {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  .nav .nav__menu .nav__item.menu-item-has-children .open_child_menu {
    position: absolute;
    display: block;
    right: -8px;
    top: calc(50% - 13px);
    width: 26px;
    height: 26px;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
  }
  .nav .nav__menu .nav__item.menu-item-has-children .open_child_menu::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../img/menu_arrow.svg) no-repeat center;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: none;
  }
  .nav .nav__menu .nav__item.menu-item-has-children .sub-menu {
    width: 100%;
    min-width: 250px;
    padding: 0 10px;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    position: static;
    left: auto;
    top: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    pointer-events: all;
    border-radius: 0;
  }
  .nav .nav__menu .nav__item.menu-item-has-children .sub-menu li {
    width: 100%;
    padding: 0;
    margin-bottom: 0;
  }
  .nav .nav__menu .nav__item.menu-item-has-children .sub-menu li:last-child {
    padding-bottom: 20px;
  }
  .nav .nav__menu .nav__item.menu-item-has-children .sub-menu li a {
    font-size: 16px;
    font-weight: 600;
    position: relative;
    color: var(--dark);
    display: block;
    padding: 4px 0;
    border: none;
    line-height: 1.4em;
  }
  .nav .nav__menu .nav__item.menu-item-has-children .sub-menu li a:hover {
    color: var(--gold);
    background-color: var(--white);
  }
  .nav .header__contact .contact__item a svg {
    margin-right: 8px;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .nav .header__contact .contact__item a span {
    line-height: 1.1em;
  }
  .nav .header__contact .contact__item a:hover {
    color: var(--grey);
  }
  .nav .header__contact .contact__item a:hover svg {
    stroke: var(--grey);
  }
  .nav .header__btns .btn {
    width: calc(100% - 63px);
  }
  .menu__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 32px;
    cursor: pointer;
    background-color: transparent;
    border: none;
  }
  .menu__burger svg {
    pointer-events: none;
  }
}
.title_1 {
  font-family: "Gilroy", sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 1em;
}

.section__title {
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1em;
}

.section__subtitle {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2em;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gold);
}

.title_2 {
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 40px;
}

.title_3 {
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 40px;
}

.title_4 {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 16px;
}

.text__content h2 {
  font-family: "Gilroy", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 40px;
}
.text__content h3 {
  font-family: "Gilroy", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 40px;
}
.text__content h4 {
  font-family: "Gilroy", sans-serif;
  font-family: Gilroy;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
  margin-bottom: 16px;
}
.text__content p,
.text__content li {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-style: normal;
  line-height: 150%;
  color: var(--dark3);
}
.text__content p {
  margin-bottom: 1.4em;
}
.text__content p:last-child {
  margin-bottom: 0;
}
.text__content ul {
  margin-bottom: 0;
}
.text__content li {
  font-size: 18px;
  padding-left: 52px;
  position: relative;
  color: var(--dark3);
}
.text__content li:not(:last-child) {
  margin-bottom: 16px;
}
.text__content li:before {
  content: "";
  display: block;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--white) url(../img/icon_list.svg) no-repeat center;
  position: absolute;
  left: 0;
  top: 0px;
}
.text__content.text__content_short p,
.text__content.text__content_short ul,
.text__content.text__content_short ol {
  max-width: 70%;
}

.ff_tenor {
  font-family: "Gilroy", sans-serif;
}

@media screen and (max-width: 1439px) {
  .title_1 {
    font-size: 60px;
  }
  .section__title {
    font-size: 40px;
  }
  .text__content h2 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .title_1 {
    font-size: 48px;
  }
  .section__title {
    font-size: 36px;
  }
  .text__content h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 991px) {
  .title_1 {
    font-size: 36px;
  }
  .section__title {
    font-size: 32px;
  }
  .text__content h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .text__content h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .title_1 {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .header .header__block {
    padding: 20px 12px;
  }
  .logo__text {
    margin-left: 16px;
  }
}
.form__wrap {
  width: 100%;
}
.form__wrap .input__group {
  margin-bottom: 24px;
}
.form__wrap .input__group .order__input {
  display: block;
  width: 100%;
  height: 72px;
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  padding-left: 24px;
  border: none;
  border-radius: 16px;
  background-color: var(--white);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: var(--dark3);
  border: 2px solid rgba(0, 0, 0, 0.5);
}
.form__wrap .input__group .order__input.wpcf7-not-valid {
  border-color: red;
}
.form__wrap .input__group .order__input:focus {
  border: 2px solid var(--gold);
}
.form__wrap .input__group .order__input:focus::-webkit-input-placeholder {
  color: rgb(0, 0, 0);
}
.form__wrap .input__group .order__input:focus::-moz-placeholder {
  color: rgb(0, 0, 0);
}
.form__wrap .input__group .order__input:focus:-ms-input-placeholder {
  color: rgb(0, 0, 0);
}
.form__wrap .input__group .order__input:focus::-ms-input-placeholder {
  color: rgb(0, 0, 0);
}
.form__wrap .input__group .order__input:focus::placeholder {
  color: rgb(0, 0, 0);
}
.form__wrap .input__group .order__input::-webkit-input-placeholder {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-moz-placeholder {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input:-ms-input-placeholder {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::-ms-input-placeholder {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group .order__input::placeholder {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.form__wrap .input__group.input__group_accept label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.form__wrap .input__group.input__group_accept label input {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.form__wrap .input__group.input__group_accept label span {
  font-size: 13px;
  line-height: 1.4em;
}
.form__wrap .wpcf7-list-item-label a {
  color: inherit;
  text-decoration: underline;
}
.form__wrap input[type=checkbox] {
  display: block;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: none;
  background-color: var(--white);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin-right: 10px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid var(--gold);
}
.form__wrap input[type=checkbox]:checked {
  background: var(--gold) url(../img/check_icon_w.svg) no-repeat center;
}
.form__wrap .wpcf7-not-valid-tip {
  font-size: 18px;
  color: var(--orange);
}
.form__wrap span {
  display: block;
}
.form__wrap .wpcf7-list-item {
  display: block;
  margin: 0 !important;
}

p {
  letter-spacing: 0.03em;
}

.col_40 {
  width: 40%;
}

.col_60 {
  width: 60%;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: var(--black);
  opacity: 0.2;
}

.head__container {
  max-width: 1840px;
}

.swiper__arrows .swiper__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.head__section {
  padding-top: 90px;
  padding-left: 40px;
  padding-right: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}
.head__section .head__doted {
  position: absolute;
  left: -64px;
  top: 100%;
  width: 404px;
  pointer-events: none;
  z-index: 2;
}
.head__section .head__doted.doted_right {
  top: calc(100% + 470px);
  left: auto;
  right: -64px;
}
.head__section .swiper-slide {
  border-radius: 32px;
  overflow: hidden;
  max-height: 750px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head__section .head__swiper {
  position: relative;
}
.head__section .head__swiper .swiper__arrows {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 0;
  top: calc(50% - 28px);
  pointer-events: none;
  z-index: 2;
  width: 100%;
  padding: 0 40px;
}
.head__section .head__swiper .swiper__arrows .swiper__arrow {
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border-color: var(--white);
  pointer-events: all;
}
.head__section .head__swiper .swiper__arrows .swiper__arrow:hover {
  background-color: var(--gold);
  border-color: var(--gold);
}
.head__section .head__swiper .head__pag {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  width: 100%;
}
.head__section .head__swiper .head__pag .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--white);
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 4px;
}
.head__section .head__swiper .head__pag .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}
.head__section .container {
  z-index: 3;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head__section .head__img {
  position: relative;
  width: 100%;
}
.head__section .head__img img {
  width: 100%;
  height: auto;
}
.head__section .head__img video {
  width: 100%;
  height: auto;
  display: block;
}
.head__section .head__img:after {
  content: "";
  width: 60%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #141414), to(rgba(20, 20, 20, 0)));
  background: linear-gradient(90deg, #141414 50%, rgba(20, 20, 20, 0) 100%);
}
.head__section .offer .offer__title {
  font-size: 72px;
  font-weight: 700;
  line-height: 1em;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.head__section .offer .offer__col {
  width: 40%;
}
.head__section .offer .offer__text {
  max-width: 340px;
  margin-bottom: 40px;
}
.head__section .offer .head__money {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 155px;
  height: auto;
}
.head__section .head__video {
  position: relative;
  width: 1440px;
  max-width: calc(100% - 24px);
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
  z-index: 3;
}
.head__section .head__video video,
.head__section .head__video img {
  width: 100%;
  height: auto;
}
.head__section.head__section_single {
  padding-left: 0;
  padding-right: 0;
}
.head__section.head__section_single .container {
  position: relative;
  left: auto;
  top: auto;
  -webkit-transform: none;
          transform: none;
  margin: 0 auto;
  display: block;
}
.head__section.head__section_single .offer .offer__title {
  color: var(--dark3);
}
.head__section.head__section_single .offer .offer__text {
  max-width: 100%;
}
.head__section.head__section_single .offer .breadcrumbs {
  color: var(--white);
}
.head__section.head__section_single .offer .breadcrumbs span {
  color: var(--grey1);
}
.head__section.head__section_single .offer .breadcrumbs span a {
  color: var(--grey1);
  opacity: 1;
}
.head__section.head__section_single .offer .breadcrumbs span.breadcrumb_last {
  color: var(--dark3);
  opacity: 1;
}
.head__section.head__section_single .single__thumnail {
  overflow: hidden;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  margin: 40px auto 0;
  border-radius: 32px;
  max-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.head__section.head__section_single .single__thumnail img {
  width: auto;
  max-width: 100%;
  height: auto;
}
.head__section.head__section_success {
  min-height: 550px;
}

.search .head__section.head__section_game,
.category .head__section.head__section_game,
.blog .head__section.head__section_game {
  padding-bottom: 120px;
}
.search .head__section.head__section_game .container,
.category .head__section.head__section_game .container,
.blog .head__section.head__section_game .container {
  z-index: 5;
}
.search .head__section.head__section_game::after,
.category .head__section.head__section_game::after,
.blog .head__section.head__section_game::after {
  height: 230px;
}
.search .blog__short p,
.category .blog__short p,
.blog .blog__short p {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
}
.search .blog__btn,
.category .blog__btn,
.blog .blog__btn {
  padding-bottom: 8px;
  color: var(--grey);
  font-size: 16px;
  border-bottom: 2px solid transparent;
  margin-right: 12px;
}
.search .blog__btn.active, .search .blog__btn:hover,
.category .blog__btn.active,
.category .blog__btn:hover,
.blog .blog__btn.active,
.blog .blog__btn:hover {
  color: var(--dark3);
  border-bottom: 2px solid var(--dark3);
}

.search input {
  border: 2px solid #d0d0d0;
  padding: 0 12px 0 56px;
  border-radius: 16px;
  background: rgba(231, 234, 227, 0.05) url(../img/icon_search_dark.svg) no-repeat 24px center;
  backdrop-filter: blur(4px);
  -webkit-transition: all 0.4se ease;
  transition: all 0.4se ease;
  height: 56px;
  overflow: hidden;
  width: calc(100% - 134px);
  color: var(--dark3);
  display: block;
  font-size: 16px;
}
.search input::-webkit-input-placeholder {
  color: var(--grey1);
  font-size: 16px;
}
.search input::-moz-placeholder {
  color: var(--grey1);
  font-size: 16px;
}
.search input:-ms-input-placeholder {
  color: var(--grey1);
  font-size: 16px;
}
.search input::-ms-input-placeholder {
  color: var(--grey1);
  font-size: 16px;
}
.search input::placeholder {
  color: var(--grey1);
  font-size: 16px;
}
.search button {
  margin-left: 12px;
}

.content__link {
  width: 55px;
  height: 55px;
  border-radius: 16px;
  border: 1px solid var(--gold);
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.content__link:hover svg {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.breadcrumbs {
  color: var(--white);
}
.breadcrumbs span {
  font-size: 12px;
  font-weight: 400;
  color: var(--white);
}
.breadcrumbs span a {
  color: var(--white);
  opacity: 0.6;
}
.breadcrumbs span.breadcrumb_last {
  opacity: 1;
}

.blog__contact {
  padding: 60px 40px;
  border-radius: 32px;
  position: relative;
  background: linear-gradient(56deg, #897d56 0%, #9c7d7c 100%);
}
.blog__contact .form__wrap .input__group > p {
  color: var(--white);
}
.blog__contact .form__wrap .contacts__btns {
  width: 100%;
}
.blog__contact .form__wrap .contacts__btns .btn {
  width: calc(100% - 63px);
}

.page-template-template-contact .head__section.head__section_game,
.single .head__section.head__section_game {
  padding-bottom: 60px;
  background-image: none;
}
.page-template-template-contact .head__section.head__section_game::after,
.single .head__section.head__section_game::after {
  display: none;
}
.page-template-template-contact .head__section.head__section_game .head__bg,
.single .head__section.head__section_game .head__bg {
  background-color: transparent;
  height: 730px;
  background: linear-gradient(97.18deg, #111e36 38.99%, #8800ff 94.29%);
  width: 100%;
}
.page-template-template-contact .head__section.head__section_game .head__bg::after,
.single .head__section.head__section_game .head__bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 230px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--gradient_blue);
  z-index: 4;
}
.page-template-template-contact .head__section.head__section_game .offer .offer__row,
.single .head__section.head__section_game .offer .offer__row {
  padding-bottom: 60px;
}
.page-template-template-contact .head__section.head__section_game .offer .offer__title,
.single .head__section.head__section_game .offer .offer__title {
  font-size: 96px;
}
.page-template-template-contact .head__section.head__section_game .single__thumnail,
.single .head__section.head__section_game .single__thumnail {
  height: 600px;
  border-radius: 32px;
  overflow: hidden;
}
.page-template-template-contact .head__section.head__section_game .single__thumnail img,
.single .head__section.head__section_game .single__thumnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-template-template-contact .content__block .text__content h2,
.single .content__block .text__content h2 {
  margin-bottom: 24px;
}
.page-template-template-contact .content__block .text__content h2:not(:first-child),
.single .content__block .text__content h2:not(:first-child) {
  padding-top: 20px;
}
.page-template-template-contact .content__block .text__content h3,
.single .content__block .text__content h3 {
  margin-bottom: 20px;
}
.page-template-template-contact .content__block .text__content h3:not(:first-child),
.single .content__block .text__content h3:not(:first-child) {
  padding-top: 20px;
}
.page-template-template-contact .content__block .text__content h4,
.single .content__block .text__content h4 {
  margin-bottom: 15px;
}
.page-template-template-contact .content__block .text__content h4:not(:first-child),
.single .content__block .text__content h4:not(:first-child) {
  padding-top: 10px;
}
.page-template-template-contact .content__block .text__content p,
.page-template-template-contact .content__block .text__content li,
.single .content__block .text__content p,
.single .content__block .text__content li {
  font-size: 14px;
  margin-bottom: 1.2em;
  color: var(--dark3);
}
.page-template-template-contact .content__block .text__content p a,
.page-template-template-contact .content__block .text__content li a,
.single .content__block .text__content p a,
.single .content__block .text__content li a {
  color: var(--gold);
}
.page-template-template-contact .content__block .text__content .wp-block-quote,
.single .content__block .text__content .wp-block-quote {
  border-left: 2px solid var(--grey3);
  padding: 3px 0 3px 16px;
  margin-bottom: 1.2em;
}
.page-template-template-contact .content__block .text__content ul,
.page-template-template-contact .content__block .text__content ol,
.single .content__block .text__content ul,
.single .content__block .text__content ol {
  margin-bottom: 1.3em;
}
.page-template-template-contact .content__block .text__content ul li,
.single .content__block .text__content ul li {
  padding-left: 24px;
}
.page-template-template-contact .content__block .text__content ul li:before,
.single .content__block .text__content ul li:before {
  background: var(--dark3);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 8px;
  left: 10px;
}
.page-template-template-contact .content__block .text__content ol,
.page-template-template-contact .content__block .text__content ol.wp-block-list,
.single .content__block .text__content ol,
.single .content__block .text__content ol.wp-block-list {
  list-style: none;
  counter-reset: item;
}
.page-template-template-contact .content__block .text__content ol li,
.page-template-template-contact .content__block .text__content ol.wp-block-list li,
.single .content__block .text__content ol li,
.single .content__block .text__content ol.wp-block-list li {
  counter-increment: item;
  color: var(--dark3);
  font-size: 14px;
  padding-left: 24px;
}
.page-template-template-contact .content__block .text__content ol li:not(:last-child),
.page-template-template-contact .content__block .text__content ol.wp-block-list li:not(:last-child),
.single .content__block .text__content ol li:not(:last-child),
.single .content__block .text__content ol.wp-block-list li:not(:last-child) {
  margin-bottom: 7px;
}
.page-template-template-contact .content__block .text__content ol li:before,
.page-template-template-contact .content__block .text__content ol.wp-block-list li:before,
.single .content__block .text__content ol li:before,
.single .content__block .text__content ol.wp-block-list li:before {
  margin-right: 0;
  content: counter(item) ".";
  background: transparent;
  color: var(--dark3);
  font-size: 14px;
  width: 24px;
  text-align: center;
  display: inline-block;
  height: 14px;
  top: 0px;
}
.page-template-template-contact .content__block .text__content .wp-block-image img,
.single .content__block .text__content .wp-block-image img {
  border-radius: 32px;
}
.page-template-template-contact .content__block .content__news .news__thumbnail,
.single .content__block .content__news .news__thumbnail {
  width: 112px;
  height: 112px;
  border-radius: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 16px;
  overflow: hidden;
}
.page-template-template-contact .content__block .content__news .news__thumbnail img,
.single .content__block .content__news .news__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.page-template-template-contact .head__section.head__section_game .head__bg {
  height: 100%;
}

.single .head__section.head__section_game .offer .offer__title {
  text-transform: none;
}

.big_text {
  z-index: 2;
}
.big_text p {
  font-size: 84px;
  line-height: 1em;
  text-transform: uppercase;
}

@media screen and (max-width: 1600px) {
  .head__section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .head__section .head__swiper .swiper__arrows {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1439px) {
  .head__section {
    padding-left: 12px;
    padding-right: 12px;
  }
  .head__section .offer .offer__title {
    font-size: 62px;
  }
  .head__section .head__swiper .swiper__arrows {
    top: calc(50% - 20px);
    padding: 0 5px;
  }
  .head__section .head__swiper .swiper__arrows .swiper__arrow {
    width: 40px;
    height: 40px;
  }
  .head__section.head__section_game {
    padding-bottom: 200px;
  }
  .single .content__block .content__news .news__thumbnail {
    width: 100px;
    height: 100px;
  }
  .single .content__block .content__news .news__name {
    font-size: 20px;
  }
  .single .head__section.head__section_game .single__thumnail {
    height: 500px;
  }
  .big_text p {
    font-size: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .head__section .offer .offer__title {
    font-size: 56px;
  }
  .page-template-template-contact .head__section.head__section_game .offer .offer__title,
  .head__section.head__section_game .offer .offer__title,
  .single .head__section.head__section_game .offer .offer__title,
  .head__section.head__section_about .offer .offer__title {
    font-size: 56px;
  }
  .breadcrumbs {
    padding-bottom: 50px;
  }
  .head__section.head__section_game {
    padding-bottom: 150px;
  }
  .blog__contact {
    padding: 40px 24px;
  }
  .blog__contact .blog__contact_title {
    font-size: 28px;
    margin-bottom: 25px;
  }
  .single .head__section.head__section_game .single__thumnail {
    height: 400px;
  }
  .big_text p {
    font-size: 66px;
  }
}
@media screen and (max-width: 991px) {
  .head__section {
    margin-bottom: 20px;
  }
  .head__section .head__swiper {
    height: 92vw;
  }
  .head__section .head__swiper video {
    height: 100%;
  }
  .head__section .offer .offer__title {
    font-size: 48px;
  }
  .page-template-template-contact .head__section.head__section_game .offer .offer__title,
  .head__section.head__section_game .offer .offer__title,
  .single .head__section.head__section_game .offer .offer__title,
  .head__section.head__section_about .offer .offer__title {
    font-size: 60px;
  }
  .single .content__block .col_60 {
    width: 100%;
  }
  .big_text {
    padding-top: 20px;
  }
  .big_text p {
    font-size: 56px;
  }
}
@media screen and (max-width: 767px) {
  .col_60,
  .col_40 {
    width: 100%;
  }
  .col_40 {
    margin-bottom: 24px;
  }
  .head__section .offer .offer__title {
    font-size: 48px;
  }
  .head__section .head__img:after {
    background: linear-gradient(124deg, #141414 25%, rgba(20, 20, 20, 0) 46%);
    width: 100%;
  }
  .head__section .head__swiper .swiper__arrows {
    opacity: 0;
  }
  .head__section .head__swiper .swiper__arrows .swiper__arrow {
    pointer-events: none;
  }
  .breadcrumbs {
    padding-bottom: 35px;
  }
  .page-template-template-contact .head__section.head__section_game .offer .offer__title,
  .head__section.head__section_game .offer .offer__title,
  .single .head__section.head__section_game .offer .offer__title,
  .head__section.head__section_about .offer .offer__title {
    font-size: 48px;
  }
  .single .head__section.head__section_game .single__thumnail {
    height: 360px;
  }
  .big_text p {
    font-size: 48px;
  }
}
@media screen and (max-width: 576px) {
  .head__section .offer .offer__text {
    font-size: 3.2vw;
    margin-bottom: 4vw;
  }
  .head__section .offer .btn {
    font-size: 3vw;
    height: 10.5vw;
    padding-left: 5.6vw;
    padding-right: 5.6vw;
  }
  .head__section .offer .offer__title {
    font-size: 8vw;
    margin-bottom: 4vw;
  }
  .head__section .offer .content__link {
    display: none !important;
  }
  .head__section .head__video {
    height: 337px;
  }
  .head__section .head__video img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .head__section.head__section_game .head_circle {
    display: none;
  }
  .head__section.head__section_game.head__section_404 .head__video {
    left: 0%;
  }
  .head__section.head__section_game.head__section_404 .head__video img {
    height: 80%;
  }
  .head__section.head__section_game .head__bg {
    width: 100%;
    background: linear-gradient(21deg, #111e36 34.6%, rgba(136, 0, 255, 0.4) 45.71%, rgba(136, 0, 255, 0) 59.71%);
  }
  .page-template-template-contact .head__section.head__section_game {
    padding-top: 100px;
  }
  .head__section.head__section_game {
    padding-top: 48vh;
  }
  .head__section.head__section_game .head__video .head__img {
    display: none;
  }
  .head__section.head__section_game .head__video .head__img.head__img_mob {
    display: block;
  }
  .head__section.head__section_game .head__video .head__img.head__img_mob img {
    -o-object-position: center top;
       object-position: center top;
  }
  .page-template-template-contact .head__section.head__section_game .offer .offer__title,
  .head__section.head__section_game .offer .offer__title,
  .single .head__section.head__section_game .offer .offer__title,
  .head__section.head__section_about .offer .offer__title {
    font-size: 11vw;
    margin-bottom: 20px;
  }
  .single .head__section.head__section_game .offer .offer__row {
    padding-bottom: 40px;
  }
  .search input {
    background-position: 12px center;
    background-size: 18px;
    padding-left: 36px;
    font-size: 14px;
    padding-right: 12px;
  }
  .search input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .search input::-moz-placeholder {
    font-size: 14px;
  }
  .search input:-ms-input-placeholder {
    font-size: 14px;
  }
  .search input::-ms-input-placeholder {
    font-size: 14px;
  }
  .search input::placeholder {
    font-size: 14px;
  }
  .big_text {
    padding-top: 3vw;
  }
  .big_text p {
    font-size: 9vw;
  }
  .head__section.head__section_game .head__video.head__video_video {
    left: 0;
    width: 100%;
  }
}
.block_more {
  display: none;
}
.block_more.active {
  display: block;
}

.swiper__arrow {
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 1px solid var(--gold);
  border-radius: 50%;
}
.swiper__arrow:hover {
  background-color: var(--gold);
  border-color: var(--gold);
}
.swiper__arrow:hover path {
  stroke: var(--white);
}

.btn__more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 500;
  color: var(--gold);
  background: none;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
}
.btn__more span {
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid var(--gold);
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.btn__more:hover {
  opacity: 0.8;
  color: var(--gold);
}
.btn__more:hover span svg {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

p.btn__more {
  cursor: initial;
}
p.btn__more:hover {
  opacity: 1;
}

.slider_pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.slider_pagination .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: var(--gold);
  opacity: 0.5;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 0 4px;
}
.slider_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.about.pos_rel {
  z-index: 2;
}
.about .about__logo {
  width: 226px;
  height: auto;
}
.about .section__subtitle {
  margin-right: 20px;
}
.about .block__img {
  width: 243px;
  height: 243px;
  border-radius: 32px;
  overflow: hidden;
}
.about .block__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .block__img.block__sub_img {
  width: 282px;
  height: 282px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
}
.about .block__img.block__img_full {
  width: 100%;
  height: auto;
}
.about .block__img.block__img_full img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .block__img.block__img_full.block__img_animation {
  position: relative;
}
.about .block__img.block__img_full.block__img_animation.management_animate img {
  position: absolute;
}
.about .block__img.block__img_full.block__img_animation.management_animate img.management_circle1 {
  width: 52%;
  height: auto;
  left: 12%;
  top: 12%;
  --duration: 10s;
  -webkit-animation: circleManagmentRight var(--duration) linear infinite;
          animation: circleManagmentRight var(--duration) linear infinite;
}
.about .block__img.block__img_full.block__img_animation.management_animate img.management_circle2 {
  width: 43%;
  height: auto;
  left: 31%;
  top: 32%;
  --duration: 10s;
  -webkit-animation: circleManagmentLeft var(--duration) linear infinite;
          animation: circleManagmentLeft var(--duration) linear infinite;
}
.about .block__img.block__img_full.block__img_animation.management_animate img.management_money {
  width: 15%;
  height: auto;
  left: 45%;
  top: 45%;
}
@-webkit-keyframes circleManagmentRight {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes circleManagmentRight {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes circleManagmentLeft {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes circleManagmentLeft {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
.about .block__img.block__img_full.block__img_animation.wallet_animation.animate_play img.wallet_animation_2 {
  -webkit-animation: walletTransform 3s linear 1 forwards;
          animation: walletTransform 3s linear 1 forwards;
}
.about .block__img.block__img_full.block__img_animation.wallet_animation:hover img.wallet_animation_2 {
  -webkit-transform: rotate(-10deg) translate(-36%, 17%);
          transform: rotate(-10deg) translate(-36%, 17%);
}
.about .block__img.block__img_full.block__img_animation.wallet_animation img {
  position: absolute;
}
.about .block__img.block__img_full.block__img_animation.wallet_animation img.wallet_animation_1 {
  width: 50%;
  height: auto;
  left: 13%;
  top: 32%;
}
.about .block__img.block__img_full.block__img_animation.wallet_animation img.wallet_animation_2 {
  width: 46%;
  height: auto;
  left: 41%;
  top: 11%;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.about .block__img.block__img_full.block__img_animation.wallet_animation img.wallet_animation_3 {
  width: 50%;
  height: auto;
  left: 16%;
  top: 35%;
  z-index: 3;
  backdrop-filter: blur(3px);
  border-radius: 13%;
}
@-webkit-keyframes walletTransform {
  0% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
  33% {
    -webkit-transform: rotate(-10deg) translate(-36%, 17%);
            transform: rotate(-10deg) translate(-36%, 17%);
  }
  66% {
    -webkit-transform: rotate(-10deg) translate(16%, 17%);
            transform: rotate(-10deg) translate(16%, 17%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
}
@keyframes walletTransform {
  0% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
  33% {
    -webkit-transform: rotate(-10deg) translate(-36%, 17%);
            transform: rotate(-10deg) translate(-36%, 17%);
  }
  66% {
    -webkit-transform: rotate(-10deg) translate(16%, 17%);
            transform: rotate(-10deg) translate(16%, 17%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
}
@-webkit-keyframes walletTransform1 {
  0% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
  33% {
    -webkit-transform: rotate(-10deg) translate(-36%, 17%);
            transform: rotate(-10deg) translate(-36%, 17%);
  }
  66% {
    -webkit-transform: rotate(-10deg) translate(16%, 17%);
            transform: rotate(-10deg) translate(16%, 17%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
}
@keyframes walletTransform1 {
  0% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
  33% {
    -webkit-transform: rotate(-10deg) translate(-36%, 17%);
            transform: rotate(-10deg) translate(-36%, 17%);
  }
  66% {
    -webkit-transform: rotate(-10deg) translate(16%, 17%);
            transform: rotate(-10deg) translate(16%, 17%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
}
.about .block__img.block__img_full.block__img_animation.animate_graphick {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about .block__img.block__img_full.block__img_animation.animate_graphick img {
  width: 100%;
  height: auto;
}
.about .block__img.block__img_full.block__img_animation.animate_graphick img.animate_graphick1 {
  width: 70%;
}
.about .block__img.block__img_full.block__img_animation.animate_graphick img.animate_graphick2 {
  width: auto;
  height: 88%;
}
.about .block__img.block__img_full.block__img_animation.animate_graphick .wrap_animate_graphick2 {
  position: absolute;
  padding-left: 9%;
  padding-top: 9%;
  left: 15%;
  top: 15%;
  z-index: 2;
  width: 0%;
  height: 70%;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about .block__img.block__img_full.block__img_animation.animate_graphick.animate_play .wrap_animate_graphick2 {
  -webkit-animation: widthScale 2s linear 1 forwards;
          animation: widthScale 2s linear 1 forwards;
}
.about .block__img.block__img_full.block__img_animation.animate_graphick.animate_end .wrap_animate_graphick2 {
  width: 70%;
}
.about .block__img.block__img_full.block__img_animation.animate_graphick:hover .wrap_animate_graphick2 {
  -webkit-animation: widthScale1 2s linear 1 forwards;
          animation: widthScale1 2s linear 1 forwards;
}
@-webkit-keyframes widthScale {
  0% {
    width: 0%;
    opacity: 1;
  }
  100% {
    width: 70%;
    opacity: 1;
  }
}
@keyframes widthScale {
  0% {
    width: 0%;
    opacity: 1;
  }
  100% {
    width: 70%;
    opacity: 1;
  }
}
@-webkit-keyframes widthScale1 {
  0% {
    width: 0%;
    opacity: 1;
  }
  100% {
    width: 70%;
    opacity: 1;
  }
}
@keyframes widthScale1 {
  0% {
    width: 0%;
    opacity: 1;
  }
  100% {
    width: 70%;
    opacity: 1;
  }
}
.about .block__img.block__img_full.block__img_animation.animate_cube {
  position: relative;
}
.about .block__img.block__img_full.block__img_animation.animate_cube img {
  position: absolute;
}
.about .block__img.block__img_full.block__img_animation.animate_cube img.animate_cube1 {
  width: 23%;
  height: auto;
  left: 41.5%;
  top: 25%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.about .block__img.block__img_full.block__img_animation.animate_cube img.animate_cube2 {
  width: 18%;
  height: auto;
  left: 15%;
  top: 20%;
  -webkit-animation: jump 4s ease-in-out infinite;
          animation: jump 4s ease-in-out infinite;
}
.about .block__img.block__img_full.block__img_animation.animate_cube img.animate_cube3 {
  width: 18%;
  height: auto;
  left: 64%;
  top: 44%;
  -webkit-animation: jump 4s ease-in-out infinite;
          animation: jump 4s ease-in-out infinite;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.about .block__img.block__img_full.block__img_animation.animate_cube img.animate_cube4 {
  width: 13%;
  height: auto;
  left: 27%;
  top: 66%;
  -webkit-animation: jump 4s linear infinite;
          animation: jump 4s linear infinite;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.about .block__img.block__img_full.block__img_animation.animate_cube img.animate_cube5 {
  width: 34%;
  height: auto;
  left: 35%;
  top: 43%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.about .block__img.block__img_full.block__img_animation.animate_cube img.animate_cube6 {
  width: 41%;
  height: auto;
  left: 10%;
  top: 30%;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.about .block__img.block__img_full.block__img_animation.animate_cube.animate_play img.animate_cube1 {
  -webkit-animation: jumpArrow 1.3s linear forwards;
          animation: jumpArrow 1.3s linear forwards;
}
.about .block__img.block__img_full.block__img_animation.animate_cube.animate_play img.animate_cube5 {
  -webkit-animation: rotateCubeRight 1s linear forwards;
          animation: rotateCubeRight 1s linear forwards;
}
.about .block__img.block__img_full.block__img_animation.animate_cube.animate_play img.animate_cube6 {
  -webkit-animation: rotateCubeLeft 1s linear forwards;
          animation: rotateCubeLeft 1s linear forwards;
}
.about .block__img.block__img_full.block__img_animation.animate_cube:hover img.animate_cube1 {
  -webkit-transform: translateY(-15%);
          transform: translateY(-15%);
}
.about .block__img.block__img_full.block__img_animation.animate_cube:hover img.animate_cube5 {
  -webkit-transform: rotate(360deg);
          transform: rotate(360deg);
}
.about .block__img.block__img_full.block__img_animation.animate_cube:hover img.animate_cube6 {
  -webkit-transform: rotate(-360deg);
          transform: rotate(-360deg);
}
@-webkit-keyframes jumpArrow {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes jumpArrow {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes jumpArrow1 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes jumpArrow1 {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@-webkit-keyframes rotateCubeLeft {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotateCubeLeft {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateCubeLeft1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@keyframes rotateCubeLeft1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotateCubeRight {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateCubeRight {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateCubeRight1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateCubeRight1 {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes jump {
  0% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
@keyframes jump {
  0% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
  50% {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  100% {
    -webkit-transform: translateY(-15%);
            transform: translateY(-15%);
  }
}
.about .block__img.block__img_full.block__img_animation.animate_hand {
  position: relative;
}
.about .block__img.block__img_full.block__img_animation.animate_hand img {
  position: absolute;
}
.about .block__img.block__img_full.block__img_animation.animate_hand img.animate_hand1 {
  width: 100%;
  height: auto;
  left: 0;
  top: auto;
  bottom: 10%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about .block__img.block__img_full.block__img_animation.animate_hand img.animate_hand2 {
  width: 50%;
  height: auto;
  left: auto;
  top: 25%;
  left: auto;
  right: 6%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about .block__img.block__img_full.block__img_animation.animate_hand img.animate_hand3 {
  width: 50%;
  height: auto;
  left: 6%;
  top: 25%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about .block__img.block__img_full.block__img_animation.animate_hand img.animate_hand4 {
  width: 18%;
  height: auto;
  right: 26%;
  top: 27%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about .block__img.block__img_full.block__img_animation.animate_hand img.animate_hand5 {
  width: 4%;
  height: auto;
  left: 48%;
  top: 23%;
  z-index: 5;
  backdrop-filter: blur(5px);
  border-radius: 50%;
}
.about .block__img.block__img_full.block__img_animation.animate_hand img.animate_hand6 {
  width: 8%;
  height: auto;
  left: 47%;
  top: 19%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about .block__img.block__img_full.block__img_animation.animate_hand.animate_play img.animate_hand1 {
  -webkit-animation: moneyBottom 1.5s linear forwards;
          animation: moneyBottom 1.5s linear forwards;
}
.about .block__img.block__img_full.block__img_animation.animate_hand.animate_play img.animate_hand2 {
  -webkit-animation: handRight 1.5s linear forwards;
          animation: handRight 1.5s linear forwards;
}
.about .block__img.block__img_full.block__img_animation.animate_hand.animate_play img.animate_hand3 {
  -webkit-animation: handLeft 1.5s linear forwards;
          animation: handLeft 1.5s linear forwards;
}
.about .block__img.block__img_full.block__img_animation.animate_hand.animate_play img.animate_hand4 {
  -webkit-animation: handRight2 1.5s linear forwards;
          animation: handRight2 1.5s linear forwards;
}
.about .block__img.block__img_full.block__img_animation.animate_hand.animate_play img.animate_hand6 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about .block__img.block__img_full.block__img_animation.animate_hand.animate_end img.animate_hand6 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about .block__img.block__img_full.block__img_animation.animate_hand:hover img.animate_hand1 {
  bottom: 12%;
}
.about .block__img.block__img_full.block__img_animation.animate_hand:hover img.animate_hand2 {
  right: 15%;
}
.about .block__img.block__img_full.block__img_animation.animate_hand:hover img.animate_hand3 {
  left: 18%;
}
.about .block__img.block__img_full.block__img_animation.animate_hand:hover img.animate_hand4 {
  right: 35%;
}
.about .block__img.block__img_full.block__img_animation.animate_hand:hover img.animate_hand6 {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@-webkit-keyframes moneyBottom {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 12%;
  }
  100% {
    bottom: 10%;
  }
}
@keyframes moneyBottom {
  0% {
    bottom: 10%;
  }
  50% {
    bottom: 12%;
  }
  100% {
    bottom: 10%;
  }
}
@-webkit-keyframes handLeft {
  0% {
    left: 6%;
  }
  50% {
    left: 15%;
  }
  100% {
    left: 6%;
  }
}
@keyframes handLeft {
  0% {
    left: 6%;
  }
  50% {
    left: 15%;
  }
  100% {
    left: 6%;
  }
}
@-webkit-keyframes handRight {
  0% {
    right: 6%;
  }
  50% {
    right: 18%;
  }
  100% {
    right: 6%;
  }
}
@keyframes handRight {
  0% {
    right: 6%;
  }
  50% {
    right: 18%;
  }
  100% {
    right: 6%;
  }
}
@-webkit-keyframes handRight2 {
  0% {
    right: 26%;
  }
  50% {
    right: 35%;
  }
  100% {
    right: 26%;
  }
}
@keyframes handRight2 {
  0% {
    right: 26%;
  }
  50% {
    right: 35%;
  }
  100% {
    right: 26%;
  }
}
.about .block__img.block__img_full.block__img_animation.animate_shield img {
  position: absolute;
}
.about .block__img.block__img_full.block__img_animation.animate_shield img.animate_shield1 {
  width: 66%;
  height: auto;
  left: 17%;
  top: 10%;
}
.about .block__img.block__img_full.block__img_animation.animate_shield img.animate_shield2 {
  width: 14%;
  height: auto;
  left: 43%;
  top: 31%;
  -webkit-transform-origin: 2% bottom;
          transform-origin: 2% bottom;
  -webkit-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.about .block__img.block__img_full.block__img_animation.animate_shield img.animate_shield3 {
  width: 18%;
  height: auto;
  left: 41%;
  top: 42%;
  -webkit-transition: all 0.6s linear;
  transition: all 0.6s linear;
}
.about .block__img.block__img_full.block__img_animation.animate_shield.animate_play img.animate_shield2 {
  -webkit-animation: shieldRotate 1.5s linear forwards;
          animation: shieldRotate 1.5s linear forwards;
}
.about .block__img.block__img_full.block__img_animation.animate_shield.animate_play img.animate_shield3 {
  -webkit-animation: shieldDown 1.5s linear forwards;
          animation: shieldDown 1.5s linear forwards;
}
.about .block__img.block__img_full.block__img_animation.animate_shield:hover img.animate_shield2 {
  -webkit-transform: rotate(-30deg);
          transform: rotate(-30deg);
}
.about .block__img.block__img_full.block__img_animation.animate_shield:hover img.animate_shield3 {
  -webkit-transform: translateY(8%);
          transform: translateY(8%);
}
@-webkit-keyframes shieldRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes shieldRotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(-30deg);
            transform: rotate(-30deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@-webkit-keyframes shieldDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
@keyframes shieldDown {
  0% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(8%);
            transform: translateY(8%);
  }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%);
  }
}
.about .block__img.block__img_full.block__img_animation.animate_clouds img {
  position: absolute;
}
.about .block__img.block__img_full.block__img_animation.animate_clouds img.animate_clouds1 {
  width: 43%;
  height: auto;
  left: 11%;
  top: 10%;
  -webkit-animation: rotateSun 10s linear infinite;
          animation: rotateSun 10s linear infinite;
}
.about .block__img.block__img_full.block__img_animation.animate_clouds img.animate_clouds2 {
  width: 36%;
  height: auto;
  left: 5%;
  top: 32%;
}
.about .block__img.block__img_full.block__img_animation.animate_clouds img.animate_clouds3 {
  width: 45%;
  height: auto;
  left: 26%;
  top: 32%;
}
.about .block__img.block__img_full.block__img_animation.animate_clouds img.animate_clouds4 {
  width: 18%;
  height: auto;
  left: 49%;
  top: 45%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about .block__img.block__img_full.block__img_animation.animate_clouds img.animate_clouds5 {
  width: 21%;
  height: auto;
  left: 32%;
  top: 51%;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.about .block__img.block__img_full.block__img_animation.animate_clouds.animate_play img.animate_clouds4 {
  -webkit-animation: rotateCardRight 2s linear infinite;
          animation: rotateCardRight 2s linear infinite;
}
.about .block__img.block__img_full.block__img_animation.animate_clouds.animate_play img.animate_clouds5 {
  -webkit-animation: rotateCardLeft 2s linear infinite;
          animation: rotateCardLeft 2s linear infinite;
}
.about .block__img.block__img_full.block__img_animation.animate_clouds:hover img.animate_clouds4 {
  -webkit-transform: rotate(5deg) translate(5%, -33%);
          transform: rotate(5deg) translate(5%, -33%);
}
.about .block__img.block__img_full.block__img_animation.animate_clouds:hover img.animate_clouds5 {
  -webkit-transform: rotate(-5deg) translate(-7%, -33%);
          transform: rotate(-5deg) translate(-7%, -33%);
}
@-webkit-keyframes rotateSun {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateSun {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateCardRight {
  0% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
  50% {
    -webkit-transform: rotate(5deg) translate(5%, -33%);
            transform: rotate(5deg) translate(5%, -33%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
}
@keyframes rotateCardRight {
  0% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
  50% {
    -webkit-transform: rotate(5deg) translate(5%, -33%);
            transform: rotate(5deg) translate(5%, -33%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
}
@-webkit-keyframes rotateCardLeft {
  0% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
  50% {
    -webkit-transform: rotate(-5deg) translate(-7%, -33%);
            transform: rotate(-5deg) translate(-7%, -33%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
}
@keyframes rotateCardLeft {
  0% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
  50% {
    -webkit-transform: rotate(-5deg) translate(-7%, -33%);
            transform: rotate(-5deg) translate(-7%, -33%);
  }
  100% {
    -webkit-transform: rotate(0deg) translate(0%, 0%);
            transform: rotate(0deg) translate(0%, 0%);
  }
}
.about .block__img.block__img_full.block__img_animation.animate_photo img {
  position: absolute;
}
.about .block__img.block__img_full.block__img_animation.animate_photo img.animate_photo1 {
  width: 60%;
  height: auto;
  left: 15%;
  top: 15%;
  -webkit-transition: all 1s cubic-bezier(0.54, -1.28, 0.45, 2.06);
  transition: all 1s cubic-bezier(0.54, -1.28, 0.45, 2.06);
}
.about .block__img.block__img_full.block__img_animation.animate_photo img.animate_photo2 {
  width: 60%;
  height: auto;
  left: 15%;
  top: 15%;
}
.about .block__img.block__img_full.block__img_animation.animate_photo img.animate_photo3 {
  width: 23%;
  height: auto;
  left: 28%;
  top: 33%;
  -webkit-transition: all 1s cubic-bezier(0.54, -1.28, 0.45, 2.06);
  transition: all 1s cubic-bezier(0.54, -1.28, 0.45, 2.06);
  -webkit-transform-origin: 80% bottom;
          transform-origin: 80% bottom;
}
.about .block__img.block__img_full.block__img_animation.animate_photo img.animate_photo4 {
  width: 20%;
  height: auto;
  left: 35%;
  top: 52%;
}
.about .block__img.block__img_full.block__img_animation.animate_photo.animate_play img.animate_photo1 {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.about .block__img.block__img_full.block__img_animation.animate_photo.animate_play img.animate_photo3 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
.about .block__img.block__img_full.block__img_animation.animate_photo.animate_end img.animate_photo1 {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.about .block__img.block__img_full.block__img_animation.animate_photo.animate_end img.animate_photo3 {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.about .block__img.block__img_full.block__img_animation.animate_photo:hover img.animate_photo1 {
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
}
.about .block__img.block__img_full.block__img_animation.animate_photo:hover img.animate_photo3 {
  -webkit-transform: rotate(20deg);
          transform: rotate(20deg);
}
@-webkit-keyframes {}
@keyframes {}
.about .block__img.block__img_full.block__img_animation.animate_angle img {
  position: absolute;
}
.about .block__img.block__img_full.block__img_animation.animate_angle img.animate_angle1 {
  width: 60%;
  height: auto;
}
.about .block__img.block__img_full.block__img_animation.animate_angle img.animate_angle2 {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 2;
}
.about .block__img.block__img_full.block__img_animation.animate_angle img.animate_angle3 {
  width: 10%;
  height: auto;
  left: 44%;
  top: 16%;
  -webkit-animation: rotateAngleCircle 3s linear infinite;
          animation: rotateAngleCircle 3s linear infinite;
}
.about .block__img.block__img_full.block__img_animation.animate_angle img.animate_angle4 {
  width: 8%;
  height: auto;
  left: 20%;
  top: 54.5%;
  -webkit-animation: transformAngleCircle2 1.8s linear infinite alternate;
          animation: transformAngleCircle2 1.8s linear infinite alternate;
}
.about .block__img.block__img_full.block__img_animation.animate_angle img.animate_angle5 {
  width: 7%;
  height: auto;
  left: 30%;
  top: 55%;
  -webkit-animation: transformAngleCircle3 2.4s linear infinite alternate;
          animation: transformAngleCircle3 2.4s linear infinite alternate;
}
.about .block__img.block__img_full.block__img_animation.animate_angle .wrap_animate_angle2 {
  width: 10%;
  height: auto;
  left: 22%;
  top: 5%;
  position: absolute;
  -webkit-animation: transformAngleCircle1 1.5s linear infinite alternate;
          animation: transformAngleCircle1 1.5s linear infinite alternate;
}
.about .block__img.block__img_full.block__img_animation.animate_angle .wrap_animate_angle2::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(47, 80, 213, 0.2);
  border-radius: 50%;
  backdrop-filter: blur(5px);
  overflow: hidden;
}
@-webkit-keyframes rotateAngleCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotateAngleCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes transformAngleCircle1 {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-162%, 81%);
            transform: translate(-162%, 81%);
  }
}
@keyframes transformAngleCircle1 {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(-162%, 81%);
            transform: translate(-162%, 81%);
  }
}
@-webkit-keyframes transformAngleCircle2 {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(249%, -167%);
            transform: translate(249%, -167%);
  }
}
@keyframes transformAngleCircle2 {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(249%, -167%);
            transform: translate(249%, -167%);
  }
}
@-webkit-keyframes transformAngleCircle3 {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(212%, -148%);
            transform: translate(212%, -148%);
  }
}
@keyframes transformAngleCircle3 {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
  100% {
    -webkit-transform: translate(212%, -148%);
            transform: translate(212%, -148%);
  }
}
.about .block__img.block__img_full.block__img_animation.animate_people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}
.about .block__img.block__img_full.block__img_animation.animate_people img.animate_people1 {
  width: 70%;
  height: auto;
}
.about.integration .integration__card {
  border: 1px solid var(--gold);
  padding: 24px;
  border-radius: 32px;
  background-color: rgba(231, 234, 227, 0.05);
  backdrop-filter: blur(4px);
  -webkit-transition: all 0.4se ease;
  transition: all 0.4se ease;
  min-height: 393px;
  padding-bottom: 180px;
  overflow: hidden;
}
.about.integration .integration__card:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: var(--violet);
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.about.integration .integration__card img {
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about.news {
  overflow: hidden;
}
.about.news .swiper__arrows {
  padding-top: 40px;
  width: 100%;
}
.about.news .swiper__arrows .slider_pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.about.news .swiper__arrows .swiper__arrow {
  width: 55px;
  height: 55px;
  border-color: var(--gold);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.about.news .swiper__arrows .swiper__arrow:hover {
  background-color: var(--gold);
}
.about.news .swiper__arrows .swiper__arrow:hover path {
  stroke: var(--white);
}
.about.news .swiper-container {
  overflow: visible;
}
.about.news .swiper-slide {
  width: 385px;
}
.about.news .swiper-slide .news__thumbnail {
  width: 100%;
  height: 250px;
  margin-bottom: 16px;
  overflow: hidden;
  border-radius: 32px;
}
.about.news .swiper-slide .news__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about.news.news_blog .swiper-slide {
  width: 100%;
}
.about.news.news_blog .swiper-slide .news__thumbnail {
  height: 250px;
  margin-bottom: 16px;
}
.about.awards .awards__logo {
  border-radius: 32px;
  overflow: hidden;
}
.about.awards .awards__logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.about .about__item {
  margin-bottom: 20px;
}
.about .about__item:last-child {
  margin-bottom: 0;
}
.about .about__item .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--gold);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.about .about__item .icon path {
  fill: var(--white);
}
.about .about__item.about__item_card {
  border: 1px solid var(--gold);
  padding: 24px;
  border-radius: 32px;
  background-color: rgba(231, 234, 227, 0.05);
  backdrop-filter: blur(4px);
  -webkit-transition: all 0.4se ease;
  transition: all 0.4se ease;
  overflow: hidden;
  margin-bottom: 20px;
}
.about .about__item.about__item_card:last-child {
  margin-bottom: 0;
}
.about .about__item.about__item_card .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--gold);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.about .about__item.about__item_card .icon path {
  fill: var(--white);
}
.about .about__item.about__item_card p span {
  font-size: 16px !important;
}
.about .about__item.about__item_column {
  width: 33%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-right: 9px;
}
.about .about__item.about__item_column .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--gold);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
.about .about__item.about__item_column .icon path {
  fill: var(--white);
}
.about .about__item p span {
  color: var(--dark3);
  display: block;
}
.about .about__item p span:first-child {
  font-size: 18px;
  position: relative;
}
.about .about__item p span:nth-child(2) {
  font-size: 16px;
  padding-top: 8px;
}
.about.standard .block__video {
  overflow: hidden;
}
.about.standard .block__video video {
  border-radius: 36px;
  width: 100%;
  height: auto;
}

.single .about.news .swiper__arrows {
  position: static;
  padding-top: 35px;
}

@media screen and (max-width: 1439px) {
  .about .block__img.block__sub_img {
    width: 240px;
    height: 240px;
  }
}
@media screen and (max-width: 1199px) {
  .about .block__img.block__sub_img {
    width: 210px;
    height: 210px;
  }
  .about.standard .block__video video {
    border-radius: 30px;
  }
}
@media screen and (max-width: 991px) {
  section.pt_60 {
    padding-top: 40px;
  }
  section.pt_25 {
    padding-top: 20px;
  }
  section.pt_35 {
    padding-top: 30px;
  }
  section.pb_60 {
    padding-bottom: 40px;
  }
  section.pb_25 {
    padding-bottom: 20px;
  }
  section.pb_35 {
    padding-bottom: 30px;
  }
  .about .block__img,
  .about .block__img.block__sub_img {
    margin-left: 0;
  }
  .about .block__img.block__sub_img {
    width: 243px;
    height: 243px;
    margin-top: 20px;
  }
  .about.integration .col_60 {
    width: 100%;
  }
  .integration__cards {
    padding-top: 40px;
  }
  .about.news .swiper-slide {
    width: 320px;
  }
  .about.news .swiper-slide .news__thumbnail {
    height: 320px;
  }
  .about.news .new__item.col_60 {
    width: 100%;
  }
  .about.news .swiper__arrows {
    position: relative;
    right: auto;
    top: auto;
    -webkit-transform: none;
            transform: none;
    padding-top: 40px;
  }
  .about.news .news__slider {
    padding-top: 40px;
  }
  .about .about__item.about__item_column .icon {
    margin-bottom: 20px;
  }
  .about .about__item.about__item_column {
    width: 100%;
    margin-bottom: 25px;
  }
  .about .about__item.about__item_column:last-child {
    margin-bottom: 0;
  }
  .about.standard .block__video video {
    border-radius: 25px;
  }
}
@media screen and (max-width: 767px) {
  .about .about__logo {
    width: 100px;
  }
  .about.standard {
    padding-bottom: 40px;
  }
  .about.standard .block__img {
    width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .about .block__img.block__sub_img {
    width: 264px;
    height: 264px;
  }
  .about .block__img {
    width: 100%;
    height: 300px;
  }
  .about.standard {
    padding-bottom: 40px;
  }
  .about.standard .block__img {
    width: 264px;
    max-width: 100%;
  }
  .about .about__item.about__item_card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about .about__item.about__item_card .icon {
    margin-bottom: 20px;
  }
  .about.standard .block__video video {
    border-radius: 16px;
  }
}
@media screen and (max-width: 375px) {
  .about.news .swiper-slide {
    width: 280px;
  }
  .about.news .swiper-slide .news__thumbnail {
    height: 280px;
  }
}
.advant .advant__card {
  width: 100%;
  border: 1px solid var(--gold50);
  padding: 24px;
  border-radius: 32px;
  -webkit-transition: all 0.4se ease;
  transition: all 0.4se ease;
  min-height: 280px;
  overflow: hidden;
}
.advant .advant__card .icon {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: var(--gold);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.advant .advant__card .advant__text {
  color: var(--grey1);
}
.advant.advant_min .advant__card {
  min-height: 260px;
}

@media screen and (max-width: 1199px) {
  .advant .advant__card {
    border-radius: 24px;
    padding: 16px;
  }
}
@media screen and (max-width: 991px) {
  .advant .advant__card {
    padding: 24px;
    min-height: initial;
  }
  .advant .advant__wrap {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .advant .advant__wrap:not(:last-child) {
    margin-bottom: 20px;
  }
}
.callback .callback__wrap {
  background: linear-gradient(56deg, #897d56 0%, #9c7d7c 100%);
  padding: 40px;
  border-radius: 40px;
  position: relative;
  overflow: hidden;
  min-height: 344px;
}
.callback .callback__wrap:before {
  content: "";
  display: block;
  width: 400px;
  height: 470px;
  background: url(../img/doted.svg) no-repeat center;
  position: absolute;
  right: 0;
  top: calc(50% - 235px);
  pointer-events: none;
}
.callback .callback__wrap .section__subtitle,
.callback .callback__wrap .callback__title {
  color: var(--white);
}
.callback .callback__wrap .callback__content {
  max-width: 666px;
}
.callback .callback__wrap .callback__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1em;
}

.subscribe .section__subtitle {
  color: var(--white);
}
.subscribe .subscribe__block {
  padding: 40px;
  border-radius: 32px;
  position: relative;
  background: linear-gradient(56deg, #897d56 0%, #9c7d7c 100%);
}
.subscribe .subscribe__block:before {
  content: "";
  display: block;
  width: 400px;
  height: 470px;
  background: url(../img/doted.svg) no-repeat center;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  pointer-events: none;
}
.subscribe .subscribe__block .subscribe__title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 32px;
}
.subscribe .subscribe__block .form__wrap {
  max-width: 490px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.subscribe .subscribe__block .form__wrap .input__group {
  max-width: calc(100% - 160px);
  width: 332px;
  margin-bottom: 30px;
  margin-right: 12px;
}
.subscribe .subscribe__block .form__wrap .input__group .order__input {
  border: 1px solid var(--white20);
}
.subscribe .subscribe__block .form__wrap .input__group .fz_18 {
  display: none;
}
.subscribe .subscribe__block .form__wrap .input__group .order__input {
  height: 58px;
}
.subscribe .subscribe__block .form__wrap .contacts__btns {
  width: 100%;
}
.subscribe .subscribe__block .form__wrap .contacts__btns .btn {
  height: 58px;
  width: 143px;
  margin-bottom: 30px;
}
.subscribe .subscribe__block .form__wrap .contacts__btns .content__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.subscribe .subscribe__block .wpcf7 form.invalid .wpcf7-response-output,
.subscribe .subscribe__block .wpcf7 form.unaccepted .wpcf7-response-output {
  position: static;
  font-size: 12px;
  margin-bottom: 5px;
  padding: 3px 5px;
}

.contact .head__doted {
  position: absolute;
  right: -217px;
  top: -128px;
  width: 404px;
  pointer-events: none;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.contact .head__doted img {
  width: 100%;
  height: auto;
}
.contact .head_circle {
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background-color: rgba(50, 141, 255, 0.549);
  -webkit-filter: blur(200px);
          filter: blur(200px);
  pointer-events: none;
  top: 356px;
  right: -50px;
}
.contact .contact__block {
  padding: 60px;
  border-radius: 32px;
  position: relative;
  background: linear-gradient(56deg, #897d56 0%, #9c7d7c 100%);
}
.contact .contact__block:before {
  content: "";
  display: block;
  width: 400px;
  height: 470px;
  background: url(../img/doted.svg) no-repeat center;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
  pointer-events: none;
}
.contact .contact__block .contact__title {
  font-size: 48px;
  font-weight: 500;
  line-height: 1.1em;
  margin-bottom: 24px;
}
.contact .contact__block .section__subtitle,
.contact .contact__block .callback__title {
  color: var(--white);
}
.contact .contact__block .contact__item a {
  color: var(--white);
}
.contact .contact__block .contact__item a svg {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.contact .contact__block .contact__item a span {
  line-height: 1.1em;
}
.contact .contact__block .contact__item a:hover {
  color: var(--grey);
}
.contact .contact__block .contact__item a:hover svg {
  stroke: var(--grey);
}
.contact .contact__block .form__wrap {
  background-color: var(--white);
  border-radius: 25px;
  padding: 24px;
}
.contact .contact__block .form__wrap .contacts__btns {
  width: 100%;
}
.contact .contact__block .form__wrap .contacts__btns .btn {
  width: 100%;
}
.contact .contact__block .form__wrap .contacts__btns .content__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

@media screen and (max-width: 1439px) {
  .contact .contact__block {
    padding: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .contact .contact__block .contact__title,
  .callback .callback__wrap .callback__title {
    font-size: 42px;
  }
  .contact .contact__block {
    padding: 35px;
  }
}
.swiper-lazy-preloader {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .callback .section__subtitle {
    margin-bottom: 24px;
  }
  .contact .contact__block .contact__title,
  .callback .callback__wrap .callback__title {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .callback .callback__wrap {
    min-height: initial;
  }
  .contact .contact__block {
    padding: 32px 20px;
    border-radius: 24px;
  }
  .contact .contact__block .contac__text {
    margin-bottom: 40px;
  }
  .contact .contact__block .contact__info {
    margin-bottom: 40px;
  }
  .subscribe .subscribe__block .col_40 {
    width: 100%;
    margin-bottom: 24px;
  }
  .subscribe .subscribe__block .col_60 {
    width: 100%;
  }
  .subscribe .subscribe__block .subscribe__title {
    font-size: 30px;
  }
  .contact .contact__block .form__wrap {
    border-radius: 24px;
  }
}
@media screen and (max-width: 767px) {
  .callback .callback__wrap {
    padding: 24px;
    border-radius: 24px;
  }
  .contact .contact__block .contact__title,
  .callback .callback__wrap .callback__title {
    font-size: 28x;
  }
  .subscribe .subscribe__block {
    padding: 40px 20px;
  }
  .subscribe .subscribe__block .subscribe__title {
    font-size: 32px;
  }
}
@media screen and (max-width: 576px) {
  .contact .contact__block .contact__title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .contact .container {
    padding: 0;
  }
  .contact .contact__block {
    padding: 24px 16px;
  }
  .contact .contact__block .form__wrap {
    padding: 24px 16px;
    border-radius: 24px;
  }
  .subscribe .subscribe__block .form__wrap {
    display: block;
  }
  .subscribe .subscribe__block .form__wrap .input__group {
    width: 100%;
    max-width: 100%;
  }
  .subscribe .subscribe__block {
    padding: 40px 12px;
  }
  .subscribe .subscribe__block .form__wrap .contacts__btns .btn {
    width: 100%;
  }
}
.partners .partners__item {
  width: 20%;
}
.partners .partners__item .partners__card {
  border-radius: 16px;
  border: 1px solid var(--white20);
  height: 72px;
}
.partners .partners__item .partners__card img {
  max-width: 120px;
  height: auto;
  max-height: 50px;
}

@media screen and (max-width: 1199px) {
  .text__content.text__content_short p,
  .text__content.text__content_short ul,
  .text__content.text__content_short ol {
    max-width: 100%;
  }
}
@media screen and (max-width: 991px) {
  .partners .partners__item {
    width: 25%;
  }
  .partners .partners__list {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .partners .partners__item {
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 576px) {
  .partners .partners__item {
    width: 50%;
  }
  .partners .partners__item .partners__card {
    height: 52px;
  }
  .partners .partners__item .partners__card img {
    max-width: 86px;
  }
}
.facts .head__doted {
  position: absolute;
  right: -238px;
  top: 180px;
  width: 404px;
  pointer-events: none;
}
.facts .head__doted img {
  width: 100%;
  height: auto;
}
.facts .head_circle {
  position: absolute;
  width: 650px;
  height: 650px;
  border-radius: 50%;
  background-color: rgba(136, 0, 255, 0.549);
  -webkit-filter: blur(200px);
          filter: blur(200px);
  pointer-events: none;
  top: 250px;
  right: -65px;
}
.facts .facts__list .facts__item {
  border-bottom: 1px solid var(--white10);
  padding: 24px;
}
.facts .facts__list .facts__item:nth-child(odd) {
  border-right: 1px solid var(--white10);
}
.facts .facts__list .facts__item:last-child {
  border-bottom: 0;
}
.facts .facts__list .facts__item:nth-last-child(2) {
  border-bottom: 0;
}
.facts .facts__list .facts__item .facts__number {
  font-size: 140px;
  background: linear-gradient(158deg, rgb(255, 255, 255) 0%, rgb(50, 141, 255) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media screen and (max-width: 1199px) {
  .facts .facts__list .facts__item .facts__number {
    font-size: 110px;
  }
}
@media screen and (max-width: 991px) {
  .facts .facts__list .facts__item .facts__number {
    font-size: 75px;
  }
}
@media screen and (max-width: 767px) {
  .facts .facts__list .facts__item .facts__number {
    font-size: 100px;
  }
}
@media screen and (max-width: 576px) {
  .facts .facts__list .facts__item .facts__number {
    font-size: 124px;
  }
  .facts .facts__list .facts__item {
    border: none !important;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .facts .facts__list .facts__item:last-child {
    margin-bottom: 0;
  }
}
.card {
  overflow: hidden;
}
.card .swiper-container {
  overflow: visible;
}
.card .swiper-slide {
  width: 380px;
}
.card .slider_pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.card .card__item {
  height: auto;
}
.card .card__item .btn {
  width: 100%;
  max-width: 340px;
  height: 44px;
  font-size: 14px;
  text-transform: uppercase;
}
.card .card__img {
  border-radius: 32px;
  overflow: hidden;
  width: 380px;
  height: 380px;
}
.card .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 1439px) {
  .card .card__item {
    width: 340px;
  }
  .card .card__item .card__img {
    width: 340px;
    height: 340px;
  }
}
@media screen and (max-width: 1199px) {
  .card .card__item {
    width: 300px;
  }
  .card .card__item .card__img {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 991px) {
  .card .card__item {
    width: 280px;
  }
  .card .card__item .card__img {
    width: 280px;
    height: 280px;
  }
}
.gallery .slider_pagination {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.gallery .gallery__swiper {
  overflow: visible;
}
.gallery .gallery__swiper.gallery__swiper_min .swiper-slide {
  width: 468px;
}
.gallery .gallery__swiper .swiper-slide {
  width: 710px;
  height: 385px;
  border-radius: 32px;
  overflow: hidden;
}
.gallery .gallery__swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery__cards {
  height: 464px;
}
.gallery .gallery__cards .col-auto {
  height: inherit;
}
.gallery .gallery__cards .gallery__item {
  height: 464px;
  overflow: hidden;
  border-radius: 32px;
  display: block;
}
.gallery .gallery__cards .gallery__item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery .gallery__cards .gallery__item.gallery__item_min {
  height: calc(50% - 10px);
}

.compare .img-comp-container {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
}
.compare .compare_video_play {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  top: calc(50% - 25px);
}
.compare .compare_video_play img {
  width: 45px;
  height: auto;
}
.compare .img-comp-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.compare .img-comp-img.img-comp-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.compare .img-comp-img.img-comp-overlay img {
  display: block;
  width: auto;
  height: 100%;
}
.compare .img-comp-img img {
  display: block;
  width: 100%;
  height: auto;
}
.compare .img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 80px;
  height: 100%;
  background-color: transparent;
}
.compare .img-comp-slider::before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 38px;
  top: 0;
  background-color: var(--white);
  pointer-events: none;
}
.compare .img-comp-slider:after {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  background: var(--white) url(../img/compare_arrow.svg) no-repeat center/66%;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .gallery.gallery_arrow_right .swiper__arrows {
    position: static;
  }
  .compare .img-comp-container {
    border-radius: 25px;
  }
  .compare .img-comp-slider {
    width: 40px;
  }
  .compare .img-comp-slider::before {
    left: 18px;
  }
  .compare .img-comp-slider::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .gallery .gallery__swiper {
    overflow: visible;
  }
  .gallery .gallery__swiper.gallery__swiper_min .swiper-slide {
    width: auto;
  }
  .gallery .gallery__cards {
    height: auto;
  }
  .gallery .gallery__cards .gallery__item {
    height: 222px;
    overflow: hidden;
    border-radius: 32px;
    margin-bottom: 20px;
  }
  .gallery .gallery__cards .gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .gallery .gallery__cards .gallery__item.gallery__item_min {
    height: 222px;
  }
}
@media screen and (max-width: 576px) {
  .compare .img-comp-container {
    border-radius: 16px;
  }
}
.footer {
  margin-top: 30px;
  background-color: var(--dark3);
}
.footer .footer__item {
  width: 20%;
}
.footer .custom-logo-link {
  width: 120px;
  margin-bottom: 25px;
  display: block;
}
.footer .custom-logo-link img {
  width: 100%;
  height: auto;
}
.footer .footer__text {
  opacity: 0.6;
}
.footer .section__subtitle {
  opacity: 0.6;
  color: var(--white);
}
.footer .footer__col {
  width: 20%;
}
.footer .footer__menu li {
  margin-bottom: 12px;
}
.footer .footer__menu li:last-child {
  margin-bottom: 0;
}
.footer .footer__menu li a {
  font-weight: 400;
  font-size: 16px;
  color: var(--white);
  line-height: 1.1em;
  border-bottom: 1px solid transparent;
}
.footer .footer__menu li a:hover {
  color: var(--grey);
  border-color: var(--grey);
}
.footer .contact__item a svg {
  margin-right: 8px;
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.footer .contact__item a span {
  line-height: 1.1em;
}
.footer .contact__item a:hover {
  color: var(--grey);
}
.footer .contact__item a:hover svg {
  stroke: var(--grey);
}
.footer .social a {
  width: 40px;
  height: 40px;
  border: 1px solid var(--white);
  border-radius: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5%;
}

.content__img img {
  width: 100%;
  height: auto;
}

.cat_list .cat_list__img {
  max-width: 220px;
  height: 220px;
  width: 100%;
  border-radius: 32px;
  overflow: hidden;
}
.cat_list .cat_list__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cat_list .cat_list__card .cat_list__name {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.cat_list .cat_list__card:hover .cat_list__name {
  color: var(--gold);
}

.simple__content .head__bg {
  width: 100%;
  height: 730px;
  position: absolute;
  left: 0;
  top: 0;
  background: rgb(17, 30, 54);
  z-index: 2;
  background: linear-gradient(97.18deg, #111e36 38.99%, #8800ff 94.29%);
}
.simple__content .head__bg:after {
  content: "";
  display: block;
  width: 100%;
  height: 230px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: var(--gradient_blue);
  z-index: 4;
}
.simple__content h1 {
  font-size: 96px;
  font-weight: 700;
  margin-bottom: 77px;
  line-height: 1em;
}
.simple__content .container {
  z-index: 5;
}
.simple__content .img-comp-container {
  position: relative;
}
.simple__content .img-comp-img {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.simple__content .img-comp-img.img-comp-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.simple__content .img-comp-img.img-comp-overlay img {
  display: block;
  width: auto;
  height: 100%;
}
.simple__content .img-comp-img img {
  display: block;
  width: 100%;
  height: auto;
}
.simple__content .text__content {
  max-width: 740px;
}
.simple__content .text__content h2 {
  margin-bottom: 24px;
}
.simple__content .text__content h2:not(:first-child) {
  padding-top: 20px;
}
.simple__content .text__content h3 {
  margin-bottom: 20px;
}
.simple__content .text__content h3:not(:first-child) {
  padding-top: 20px;
}
.simple__content .text__content h4 {
  margin-bottom: 15px;
}
.simple__content .text__content h4:not(:first-child) {
  padding-top: 10px;
}
.simple__content .text__content p,
.simple__content .text__content li {
  font-size: 14px;
  margin-bottom: 1.2em;
  color: var(--dark3);
}
.simple__content .text__content p a,
.simple__content .text__content li a {
  color: var(--gold);
}
.simple__content .text__content .wp-block-quote {
  border-left: 2px solid var(--white);
  padding: 3px 0 3px 16px;
  margin-bottom: 1.2em;
}
.simple__content .text__content ul,
.simple__content .text__content ol {
  margin-bottom: 1.3em;
}
.simple__content .text__content ul li {
  padding-left: 24px;
}
.simple__content .text__content ul li:before {
  background: var(--white);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  top: 8px;
  left: 10px;
}
.simple__content .text__content ol,
.simple__content .text__content ol.wp-block-list {
  list-style: none;
  counter-reset: item;
}
.simple__content .text__content ol li,
.simple__content .text__content ol.wp-block-list li {
  counter-increment: item;
  color: var(--white);
  font-size: 14px;
  padding-left: 24px;
}
.simple__content .text__content ol li:not(:last-child),
.simple__content .text__content ol.wp-block-list li:not(:last-child) {
  margin-bottom: 7px;
}
.simple__content .text__content ol li:before,
.simple__content .text__content ol.wp-block-list li:before {
  margin-right: 0;
  content: counter(item) ".";
  background: transparent;
  color: var(--white);
  font-size: 14px;
  width: 24px;
  text-align: center;
  display: inline-block;
  height: 14px;
  top: 0px;
}
.simple__content .text__content .wp-block-image img {
  border-radius: 32px;
}
.simple__content .img-comp-slider {
  position: absolute;
  z-index: 9;
  cursor: ew-resize;
  /*set the appearance of the slider:*/
  width: 40px;
  height: 100%;
  background-color: transparent;
  opacity: 0.7;
}
.simple__content .img-comp-slider::after {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  position: absolute;
  left: 18px;
  top: 0;
  background-color: var(--white);
  pointer-events: none;
}

@media screen and (max-width: 1439px) {
  .simple__content h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 80px;
  }
  .footer .custom-logo-link {
    width: 120px;
    margin-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer__text {
    max-width: 500px;
  }
  .simple__content {
    padding-top: 70px;
  }
  .simple__content h1 {
    font-size: 40px;
    margin-bottom: 30px;
  }
  .footer .social a {
    margin-right: 12px;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 60px;
  }
  .simple__content .head__bg {
    height: 500px;
  }
  .footer .footer__bottom {
    margin-top: 0;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer__links {
    text-align: center;
  }
}
.sticky__btn {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--white);
  letter-spacing: 0.05em;
  line-height: 1.1em;
  width: 96px;
  height: 96px;
  -webkit-box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1), 3px 7px 7px rgba(0, 0, 0, 0.1), 8px 15px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.1), 3px 7px 7px rgba(0, 0, 0, 0.1), 8px 15px 10px rgba(0, 0, 0, 0.05);
  background-color: #5c8678;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 999;
  border-radius: 50%;
  text-transform: uppercase;
}
.sticky__btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  border: 1px solid #5c8678;
  pointer-events: none;
  -webkit-animation: zoomElem 2.5s ease-in-out infinite;
          animation: zoomElem 2.5s ease-in-out infinite;
}
@-webkit-keyframes zoomElem {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes zoomElem {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
  }
}
.sticky__btn span {
  display: block;
  position: relative;
  z-index: 1;
  pointer-events: none;
}

.popup {
  position: fixed;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(14, 15, 15, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}
.popup.open {
  z-index: 999999;
  opacity: 1;
  pointer-events: all;
}
.popup.open .popup__content {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.popup .popup__content {
  background-color: var(--white);
  width: 96%;
  max-width: 450px;
  padding: 0;
  position: relative;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 96%;
  overflow-y: auto;
  border-radius: 32px;
  padding: 40px 32px;
}
.popup .popup__content .close_popup {
  background: transparent url(../img/close_menu_wh.svg) no-repeat center/16px;
  border: none;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.popup .popup__content .form__wrap .input__group {
  margin-bottom: 10px;
}
.popup .popup__content .form__wrap .input__group .order__input {
  height: 50px;
  padding-left: 12px;
  font-size: 16px;
}
.popup .popup__content .form__wrap .contacts__btns {
  width: 100%;
}
.popup .popup__content .form__wrap .contacts__btns .btn {
  width: calc(100% - 63px);
}
.popup .popup__content .form__wrap .form__text {
  margin-bottom: 10px;
  color: var(--text_grey);
}
.popup .popup__content .form__wrap .form__text a {
  text-decoration: underline;
  color: var(--text_grey);
}
.popup .popup__content .blog__contact {
  padding: 107px 40px;
}
.popup .popup__content .icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.popup__visitors {
  position: fixed;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(14, 15, 15, 0.35);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  backdrop-filter: blur(10px);
}
.popup__visitors.open {
  z-index: 999999;
  opacity: 1;
  pointer-events: all;
}
.popup__visitors.open .popup__content {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.popup__visitors .popup__content {
  background-color: var(--white);
  width: 96%;
  max-width: 450px;
  padding: 0;
  position: relative;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  max-height: 96%;
  overflow-y: auto;
  border-radius: 32px;
  padding: 0;
}
.popup__visitors .popup__content .btn__more {
  font-size: 18px;
  font-weight: 600;
}

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

@media screen and (max-width: 576px) {
  .popup .popup__content {
    padding: 40px 20px;
    border-radius: 20px;
  }
  .sticky__btn {
    right: 16px;
    bottom: 16px;
    width: 88px;
    height: 88px;
    font-size: 11px;
  }
}
.wpcf7 form {
  position: relative;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  position: absolute;
  top: 100%;
  margin-top: 0;
  left: 0;
  font-size: 14px;
  width: 100%;
  margin: 0;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none;
}

.form__wrap .wpcf7-not-valid-tip {
  font-size: 10px;
  position: absolute;
  top: 100%;
  margin-top: 0;
  left: 0;
  width: 100%;
}

.img_18 {
  width: 245px;
  max-width: 100%;
}

.page_404 {
  height: calc(100vh - 43px);
  min-height: 560px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.page_404 .page_404__title {
  font-size: 200px;
  font-style: normal;
  font-weight: 600;
  font-family: "Gilroy";
  text-transform: uppercase;
  color: var(--lightgrey);
  margin-bottom: 30px;
  line-height: 0.75em;
}
.page_404 .page_404_subtitle {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--dark);
  line-height: 1em;
}
.page_404 .page_404__text {
  font-size: 18px;
  max-width: 284px;
  margin: 0 auto 30px;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  .page_404 .page_404__title {
    font-size: 150px;
  }
}
.cky-prefrence-btn-wrapper .cky-btn {
  font-size: 18px !important;
  border-radius: 10px !important;
}
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-accept:hover {
  background-color: #333333;
}
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject, .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences {
  border-width: 1px;
}
.cky-prefrence-btn-wrapper .cky-btn.cky-btn-reject:hover, .cky-prefrence-btn-wrapper .cky-btn.cky-btn-preferences:hover {
  background-color: #f7f7f7;
}

.cky-preference-body-wrapper p {
  font-size: 16px;
}

.cky-consent-container.cky-box-bottom-left {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 15, 15, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cky-consent-container.cky-box-bottom-left.cky-hide {
  display: none;
}
.cky-consent-container.cky-box-bottom-left .cky-consent-bar {
  width: 100%;
  border-radius: 20px;
  max-width: 420px;
  padding: 40px;
}
.cky-consent-container.cky-box-bottom-left .cky-notice .cky-title {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 1.1em;
}
.cky-consent-container.cky-box-bottom-left .cky-notice-des {
  margin-bottom: 40px;
}
.cky-consent-container.cky-box-bottom-left .cky-notice-des p {
  font-size: 18px;
  line-height: 1.4em;
}
.cky-consent-container.cky-box-bottom-left .cky-btn {
  font-size: 18px;
  border-radius: 10px;
}
.cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-accept:hover {
  background-color: #333333;
}
.cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-reject, .cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-preferences {
  border-width: 1px;
}
.cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-reject:hover, .cky-consent-container.cky-box-bottom-left .cky-btn.cky-btn-preferences:hover {
  background-color: #f7f7f7;
}
@media screen and (max-width: 576px) {
  .page_404 .page_404__title {
    font-size: 120px;
  }
  .page_404 .page_404_subtitle {
    font-size: 32px;
  }
  .page_404 .page_404__text {
    font-size: 16px;
  }
  .cky-consent-container.cky-box-bottom-left .cky-consent-bar {
    width: 100%;
    max-width: 90%;
    padding: 30px;
  }
  .cky-consent-container.cky-box-bottom-left .cky-notice .cky-title {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
  }
  .cky-consent-container.cky-box-bottom-left .cky-notice-des p {
    font-size: 16px;
  }
  .popup .popup__content ifrane {
    padding-bottom: 45px;
  }
}
.ti-widget.ti-goog .ti-controls .ti-next:after,
.ti-widget.ti-goog .ti-controls .ti-prev:after,
.ti-widget.ti-goog .ti-controls .ti-next:before,
.ti-widget.ti-goog .ti-controls .ti-prev:before {
  background-color: var(--btn_green) !important;
}

.ti-widget.ti-goog .ti-footer-filter-text {
  text-align: center !important;
}

html.with-fancybox {
  overflow: auto;
}

#sb_instagram #sbi_load .sbi_load_btn {
  margin: 0 auto;
  height: 56px;
  border-radius: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 32px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  font-size: 16px;
  font-weight: 500;
}

.sbi_follow_btn,
.sb_instagram_header,
.instagram-gallery__actions {
  display: none !important;
}

#instagram-gallery-feed-0 .instagram-gallery-item__media-mask {
  opacity: 0 !important;
}

.instagram-gallery-square .instagram-gallery-item__media-wrap {
  position: relative;
}
.instagram-gallery-square .instagram-gallery-item__media-wrap::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3) url(../img/icon_zoom.svg) no-repeat center/25px !important;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 5;
}
.instagram-gallery-square .instagram-gallery-item__media-wrap:hover::before {
  opacity: 1;
}

.cky-btn-preferences {
  color: var(--dark3);
}/*# sourceMappingURL=main.css.map */