@charset "UTF-8";
/* Указываем box sizing */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Убираем внутренние отступы */
ul[class],
ol[class],
ul,
ol,
li {
  padding: 0;
  margin: 0;
}

/* Убираем внешние отступы */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Выставляем основные настройки по-умолчанию для body */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Удаляем стандартную стилизацию для всех ul и il, у которых есть атрибут class*/
ul[class],
ol[class],
li {
  list-style: none;
}

a {
  text-decoration: none;
}

/* Элементы a, у которых нет класса, сбрасываем до дефолтных стилей */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Упрощаем работу с изображениями */
img {
  max-width: 100%;
  display: block;
}

/* Наследуем шрифты для инпутов и кнопок */
input,
button,
textarea,
select {
  font: inherit;
  border: none;
}

button,
[role=button] {
  cursor: pointer;
}

/* Удаляем все анимации и переходы для людей, которые предпочитай их не использовать */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.container {
  max-width: 1180px;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (min-width: 768px) {
  .container.-no-p {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (max-width: 768px) {
  .wp-block-group.is-layout-constrained {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2 !important;
}

@media (max-width: 768px) {
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 24px;
  }
  h4 {
    font-size: 22px;
  }
  h5 {
    font-size: 20px;
  }
  .has-small-font-size {
    font-size: 14px !important;
  }
  .has-medium-font-size {
    font-size: 16px !important;
  }
  .has-large-font-size {
    font-size: 24px !important;
  }
  .has-x-large-font-size {
    font-size: 28px !important;
  }
  .has-xx-large-font-size {
    font-size: 32px !important;
  }
}
.header-area-type-v2 {
  background: #1E385B;
  padding: 14px 0;
  margin-bottom: 24px;
}
.header-area-type-v2 .container {
  padding: 0;
}

.has-header-shadow {
  box-shadow: 0px 19.01px 100px 0px rgba(13, 38, 85, 0.1490196078);
}

.mob-header-block {
  display: none;
}
@media (max-width: 876px) {
  .mob-header-block {
    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-gap: 16px;
    align-items: center;
    padding: 12px 16px;
  }
  .mob-header-block > section {
    text-align: right;
  }
}

.mob-header-block__btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url("../../images/mob-menu-btn.svg") no-repeat center;
  background-size: contain;
}
.mob-header-block__btn.-toggle {
  background: url("../../images/mob-menu-btn-close.svg") no-repeat center;
  background-size: contain;
}

.mob-header-block-menu {
  display: none;
}
@media (max-width: 876px) {
  .mob-header-block-menu {
    background: #1C3051;
    padding: 20px 16px;
    width: 100%;
  }
  .mob-header-block-menu.-toggle {
    display: block;
  }
}

.mob-header-block__login {
  display: inline-block;
  background: linear-gradient(86.6deg, #0099FA 0%, #002ED9 100%);
  color: #fff;
  padding: 4px 20px;
  border-radius: 6px;
  font-size: 14px;
  text-transform: uppercase;
}
.mob-header-block__login:hover {
  opacity: 0.86;
}

@media (max-width: 876px) {
  .main-site-header {
    display: none;
  }
}

.wp-block-button .wp-element-button {
  border-radius: 5px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 12px 52px;
}
@media (max-width: 768px) {
  .wp-block-button .wp-element-button {
    display: inline-block;
    text-align: center;
  }
}
.wp-block-button.is-style-outline .wp-element-button {
  background: transparent;
  border: 1px solid #1E385B;
  color: #1E385B;
  padding: 11px 52px;
}
.wp-block-button.is-white .wp-element-button {
  background: #fff;
  color: #1E385B;
  box-shadow: 0.98px 0.98px 34.13px 4.88px rgba(76, 174, 221, 0.1490196078);
}
.wp-block-button:hover {
  opacity: 0.76;
}

.header-logo img {
  width: auto;
  height: 32px !important;
}

.site-header__langs {
  position: relative;
  margin-right: 24px !important;
}
@media (max-width: 876px) {
  .site-header__langs {
    margin-bottom: 24px;
  }
}
.site-header__langs:hover .site-header__langs__list {
  display: block;
}
.site-header__langs .site-header__langs__btn {
  font-size: 12px;
  color: #23283B;
  background: url("../../images/lang-icon-arrow.svg") no-repeat right center;
  background-size: 10px;
  padding: 0 16px 0 0;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 876px) {
  .site-header__langs .site-header__langs__btn {
    color: #fff;
    background: url("../../images/lang-icon-arrow-w.svg") no-repeat right center;
    background-size: 10px;
  }
}
.site-header__langs .site-header__langs__btn img {
  width: 22px;
  height: auto;
  margin-right: 6px;
}
.site-header__langs .site-header__langs__btn span {
  max-width: 116px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
  color: #1E385B;
  font-size: 17px;
}
@media (max-width: 876px) {
  .site-header__langs .site-header__langs__btn span {
    color: #fff;
  }
}
.site-header__langs .site-header__langs__list {
  display: none;
  width: 180px;
  background: #fff;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.237);
  border-radius: 3px;
  padding: 20px 16px;
  position: absolute;
  top: 92%;
  left: -16px;
  z-index: 999;
}
.site-header__langs .site-header__langs__list.-fl ul li:not(:last-child) {
  margin-bottom: 12px;
}
@media (max-width: 876px) {
  .site-header__langs .site-header__langs__list {
    left: unset;
    right: -16px;
  }
}
.site-header__langs .site-header__langs__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-header__langs .site-header__langs__list ul li {
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.site-header__langs .site-header__langs__list ul li a {
  color: #23283B;
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}
.site-header__langs .site-header__langs__list ul li a img {
  width: 20px !important;
  height: auto !important;
  border: 1px solid #ececec;
}
.site-header__langs .site-header__langs__list ul li a:hover {
  opacity: 0.86;
}

.g-card-item {
  box-shadow: 0.98px 0.98px 34.13px 4.88px rgba(76, 174, 221, 0.1490196078);
  background: #fff;
}
.g-card-item .g-card-title {
  background: #F8F8F8;
  border-radius: 0 0 42px 42px;
  margin: -20px -20px 4px -20px !important;
  max-width: calc(100% + 40px);
  width: calc(100% + 40px);
  padding: 20px 20px 42px 20px;
  font-size: 24px !important;
}
.g-card-item .g-card-title h2,
.g-card-item .g-card-title h3,
.g-card-item .g-card-title h4,
.g-card-item .g-card-title h5,
.g-card-item .g-card-title h6 {
  margin: 0;
}
.g-card-item .g-card-title > * {
  font-size: 24px !important;
}

.wp-block-table {
  overflow: hidden;
  border-radius: 5px;
  background: #23283B;
  padding: 20px;
  margin-bottom: 46px;
}
@media (max-width: 768px) {
  .wp-block-table {
    width: calc(100% + 20px);
    margin-right: -20px;
    margin-bottom: 24px;
    overflow-x: auto;
    padding-bottom: 4px;
  }
}
.wp-block-table::-webkit-scrollbar {
  -webkit-appearance: none;
}
.wp-block-table::-webkit-scrollbar:vertical {
  width: 8px;
}
.wp-block-table::-webkit-scrollbar:horizontal {
  height: 8px;
}
.wp-block-table::-webkit-scrollbar-thumb {
  background-color: #3779FF;
  border-radius: 8px;
  border: 2px solid #ffffff;
}
.wp-block-table::-webkit-scrollbar-track {
  border-radius: 8px;
  background-color: #ffffff;
}
.wp-block-table table {
  width: 100%;
}
@media (max-width: 768px) {
  .wp-block-table table {
    width: 800px;
  }
}
.wp-block-table thead {
  border: none !important;
}
.wp-block-table thead tr th {
  padding: 14px 20px !important;
  background: #293145;
  font-weight: bold;
  text-align: left;
  color: #fff;
  border: none !important;
}

table {
  background: transparent;
  border: none !important;
  border-collapse: collapse;
}
table tr:nth-child(even) {
  background: #293145;
}
table tr:first-child {
  border-radius: 10px 10px 0 0;
}
table tr:last-child {
  border-radius: 0 0 10px 10px;
}
table tr td {
  padding: 14px 20px !important;
  text-align: left;
  color: #fff;
  border: none !important;
}

.header-area {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 24px;
  align-items: center;
}
@media (max-width: 876px) {
  .header-area.-hide-mob {
    display: none;
  }
}

@media (max-width: 876px) {
  .header-menu:not(.-mobile-menu) {
    display: none;
  }
  .header-menu.-mobile-menu {
    margin-top: 24px;
    background: #23283B;
    padding: 16px;
    border-radius: 6px;
  }
}
.header-menu ul {
  display: flex;
  gap: 24px;
}
@media (max-width: 876px) {
  .header-menu ul {
    flex-direction: column;
  }
}
.header-menu ul li {
  position: relative;
}
.header-menu ul li a {
  font-size: 18px;
  color: #fff !important;
}
@media (max-width: 876px) {
  .header-menu ul li a {
    display: block;
  }
}
.header-menu ul li.menu-item-has-children > a {
  background: url("../../images/arrow-down-w.svg") no-repeat center right;
  background-size: 11px;
  padding-right: 20px;
}
@media (max-width: 876px) {
  .header-menu ul li.menu-item-has-children > a {
    background: transparent;
  }
}
@media (max-width: 876px) {
  .header-menu ul li.menu-item-has-children {
    position: relative;
    padding-right: 34px;
  }
  .header-menu ul li.menu-item-has-children .g-mob-btn {
    display: inline-block;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 0;
    top: 2px;
    background: url("../../images/arrow-down-w.svg") no-repeat center;
    background-size: 11px;
  }
}
.header-menu ul li.menu-item-has-children.-toggle > ul {
  display: block;
  margin-top: 10px;
}
.header-menu ul li.menu-item-has-children.-toggle .g-mob-btn {
  transform: rotate(180deg);
}
.header-menu ul li ul {
  display: none;
  width: 200px;
  background: #fff;
  box-shadow: 0.98px 0.98px 34.13px 4.88px rgba(76, 174, 221, 0.1490196078);
  border-radius: 4px;
  padding: 16px;
}
@media (min-width: 876px) {
  .header-menu ul li ul {
    position: absolute;
    top: 100%;
    left: -16px;
    z-index: 9999;
  }
}
.header-menu ul li ul li:not(:last-child) {
  margin-bottom: 10px;
}
.header-menu ul li ul li a {
  color: #000 !important;
  font-size: 16px;
}
.header-menu ul li ul li:hover > a {
  color: #3779FF;
}
.header-menu ul li:hover > a {
  color: #f7f7f7;
}
@media (min-width: 876px) {
  .header-menu ul li:hover > ul {
    display: block;
  }
}

.header-area__search {
  width: 430px;
  position: relative;
}
.header-area__search form {
  width: 430px;
}
.header-area__search form input[type=text],
.header-area__search form input[type=email],
.header-area__search form input[type=password],
.header-area__search form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 16px;
  color: #333;
  background: transparent;
  border-bottom: 1px solid #96AEC1;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #fff !important;
}
.header-area__search form input[type=text]:focus,
.header-area__search form input[type=email]:focus,
.header-area__search form input[type=password]:focus,
.header-area__search form textarea:focus {
  color: #fff !important;
}
.header-area__search form input[type=text]:focus,
.header-area__search form input[type=email]:focus,
.header-area__search form input[type=password]:focus,
.header-area__search form textarea:focus {
  outline: none;
  color: #000;
}
.header-area__search form textarea {
  height: 188px;
}
.header-area__search form ::-webkit-input-placeholder {
  font-size: 16px;
  color: #96AEC1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.header-area__search form ::-moz-placeholder {
  font-size: 16px;
  color: #96AEC1;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.header-area__search form :-ms-input-placeholder {
  font-size: 16px;
  color: #96AEC1;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.header-area__search form :-moz-placeholder {
  font-size: 16px;
  color: #96AEC1;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.header-area__search form :focus::-webkit-input-placeholder {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.header-area__search form :focus::-moz-placeholder {
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.header-area__search form :focus:-ms-input-placeholder {
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.header-area__search form :focus:-moz-placeholder {
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.header-area__search form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #96AEC1;
  text-indent: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.header-area__search form textarea::-moz-placeholder {
  font-size: 16px;
  color: #96AEC1;
  text-indent: 0;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.header-area__search form textarea:-moz-placeholder {
  font-size: 16px;
  color: #96AEC1;
  text-indent: 0;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.header-area__search form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #96AEC1;
  text-indent: 0;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.header-area__search form textarea:focus::-webkit-input-placeholder {
  text-indent: 50px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.header-area__search form textarea:focus::-moz-placeholder {
  text-indent: 50px;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.header-area__search form textarea:focus:-moz-placeholder {
  text-indent: 50px;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.header-area__search form textarea:focus:-ms-input-placeholder {
  text-indent: 50px;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.header-area__search form button {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0;
}
.header-area__search form button:hover {
  opacity: 0.86;
}
.header-area__search form input {
  width: 100%;
  background: rgba(255, 255, 255, 0.4) !important;
  border: 1px solid #fff !important;
  border-radius: 5px !important;
  padding: 10px 12px !important;
  font-size: 14px;
  color: #fff !important;
}
.header-area__search form input:focus {
  color: #fff !important;
}
.header-area__search form button {
  width: 24px;
  height: 24px;
  background: url("../../images/search-icon-w.svg") no-repeat center;
  background-size: 16px;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: translateY(-50%);
}
.header-area__search form button:hover {
  opacity: 0.86;
}

.hero-block {
  padding-top: 16px;
  background: #1C3051;
  margin-bottom: 60px;
  color: #fff;
}
@media (max-width: 768px) {
  .hero-block {
    margin-bottom: 32px;
  }
}
.hero-block .hero-block__container {
  padding-left: 16px;
  padding-right: 16px;
}
@media (min-width: 768px) {
  .hero-block .hero-block__container {
    padding: 0;
  }
}
.hero-block .hero-block__container.-content-align-center {
  text-align: center;
}
.hero-block .hero-block__container.-content-align-center .hero-block__wrapper,
.hero-block .hero-block__container.-content-align-center .wp-block-buttons {
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
}
.hero-block .hero-block__container.-content-align-center .hero-block__wrapper {
  padding: 16px 0 140px;
}
.hero-block .hero-block__container.-content-align-center .hero-block__content {
  width: 100%;
  max-width: 100%;
}
.hero-block .hero-block__container.-content-align-center .hero-block__img {
  order: -1;
}
.hero-block .hero-block__container.-content-align-center .hero-block__img img {
  width: 240px;
}
.hero-block .hero-block__wrapper {
  display: grid;
  grid-template-columns: 1fr 500px;
  grid-gap: 76px;
  align-items: center;
  padding: 140px 0;
}
@media (max-width: 768px) {
  .hero-block .hero-block__wrapper {
    padding: 32px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    place-content: center;
    place-items: center;
  }
}
.hero-block .hero-block__wrapper .hero-block__content {
  padding: 0;
}
.hero-block .hero-block__img {
  display: flex;
  place-content: center;
  place-items: enter;
}
@media (max-width: 768px) {
  .hero-block .hero-block__img {
    display: none;
  }
}
.hero-block .hero-block__img img {
  width: 100%;
  height: auto;
}
.hero-block .hero-block__content {
  padding: 140px 0;
  max-width: 680px;
}
@media (max-width: 768px) {
  .hero-block .hero-block__content {
    padding: 32px 0;
  }
  .hero-block .hero-block__content .hero-block__btn .wp-block-button {
    width: 100%;
  }
  .hero-block .hero-block__content .hero-block__btn .wp-block-button__link {
    width: 100%;
    display: block;
    text-align: center;
  }
}
.hero-block .hero-block__content.-small-p {
  padding: 42px 0;
}
.hero-block h1 {
  color: #fff;
  font-size: 60px;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .hero-block h1 {
    font-size: 32px;
    text-align: center;
  }
}
.hero-block .hero-block__text {
  font-size: 16px;
  margin-top: 16px;
}
@media (max-width: 768px) {
  .hero-block .hero-block__text {
    text-align: center;
  }
}

.hero-block__btn:hover .main-btn-hover {
  opacity: 1;
}
.hero-block__btn:hover .main-btn-hover .wp-block-button__link {
  opacity: 0.76;
}
@media (min-width: 768px) {
  .hero-block__btn .main-btn-hover {
    position: relative;
  }
  .hero-block__btn .main-btn-hover:hover .main-btn-hover__hint {
    display: block;
  }
}
.hero-block__btn .main-btn-hover__hint {
  width: 166px;
  position: relative;
  background: #071a31;
  box-shadow: 0.98px 0.98px 34.13px 4.88px rgba(76, 174, 221, 0.1490196078);
  border-radius: 10px 10px 0 0;
  padding: 16px;
  padding-bottom: 8px;
  font-size: 14px;
  color: #f7f7f7;
  position: absolute;
  left: 95%;
  bottom: 100%;
  z-index: 999;
  display: none;
}
.hero-block__btn .main-btn-hover__hint::before {
  content: "";
  display: inline-block;
  width: 166px;
  height: 100%;
  background: url("../../images/btn-hover-bg.svg") no-repeat left bottom;
  background-size: cover;
  position: absolute;
  left: 0;
  bottom: -22px;
  z-index: -1;
}

@media (max-width: 876px) {
  .wp-block-button.is-style-outline .wp-element-button {
    border: 1px solid #fff;
    background: #fff;
    color: #000;
  }
  .mob-header-btns {
    display: grid !important;
    grid-template-columns: 1fr max-content;
  }
}
.content-cards-block {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .content-cards-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .content-cards-block .g-card-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.content-cards-block ul {
  margin-bottom: 24px;
}
.content-cards-block ul li {
  position: relative;
  padding-left: 16px;
}
.content-cards-block ul li:not(:last-child) {
  margin-bottom: 8px;
}
.content-cards-block ul li::before {
  content: "✓";
  display: inline-block;
  font-size: 16px;
  color: #4CAF50;
  position: absolute;
  left: 0;
  top: 1px;
}
.content-cards-block .wp-block-buttons {
  place-content: center;
  place-items: center;
}

img.aligncenter {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.grey-bg-block {
  padding: 60px 0;
  background: #EEF2F9;
}
@media (min-width: 768px) {
  .grey-bg-block .grey-bg-block--row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 46px;
    align-items: center;
  }
}
.grey-bg-block .grey-bg-block__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
}
@media (max-width: 768px) {
  .grey-bg-block .grey-bg-block__content {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    gap: 16px;
    text-align: center;
  }
}
.grey-bg-block .grey-bg-block__block-title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  color: #1C3051;
  margin-bottom: 16px;
}
.grey-bg-block .grey-bg-block__block-text {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 24px;
}
.grey-bg-block .grey-bg-block__content__item .grey-bg-block__content__title {
  background: linear-gradient(88.42deg, #0099FA 0%, #002ED9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 34px;
  font-weight: 800;
  line-height: 1;
  margin-bottom: 5px;
}
.grey-bg-block .grey-bg-block__content__item .grey-bg-block__content__text {
  color: rgba(23, 50, 87, 0.6980392157);
  font-size: 16px;
}
.grey-bg-block .grey-bg-block__img {
  display: flex;
  place-content: center;
  place-items: center;
}
@media (max-width: 768px) {
  .grey-bg-block .grey-bg-block__img {
    display: none;
  }
}
.grey-bg-block .grey-bg-block__img img {
  width: 100%;
}

.toc-block {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  margin-top: -60px;
  margin-bottom: 60px;
  position: relative;
  z-index: 555;
}
@media (max-width: 768px) {
  .toc-block {
    margin-top: 20px;
  }
}
.toc-block .toc-block__title {
  width: 100%;
  display: block;
  background: #293145;
  color: #fff;
  padding: 16px 20px;
  font-size: 18px;
  font-weight: 800;
  position: relative;
}
.toc-block .toc-block__title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../images/arrow-down-big-w.svg") no-repeat center;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
.toc-block .toc-block__title.-style-closed::after {
  transform: translateY(-50%) rotate(0deg);
}
.toc-block .toc-block__list {
  background: #23283B;
  padding: 30px 20px;
}
.toc-block .toc-block__list.-style-opened {
  display: block;
}
.toc-block .toc-block__list.-style-closed {
  display: none;
}
@media (min-width: 768px) {
  .toc-block .toc-block__list ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.toc-block .toc-block__list ul li {
  position: relative;
  padding-left: 16px;
  font-size: 16px;
}
.toc-block .toc-block__list ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #f7f7f7;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}
.toc-block .toc-block__list ul li:not(:last-child) {
  margin-bottom: 8px;
}
.toc-block .toc-block__list ul li a {
  color: #fff;
}
.toc-block .toc-block__list ul li a:hover {
  opacity: 0.76;
}

.cta-block-dark {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 100px;
  align-items: center;
  padding: 30px;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .cta-block-dark {
    display: flex;
    flex-direction: column;
    gap: 16px;
    place-content: center;
    place-items: center;
    text-align: center;
  }
}
.cta-block-dark .cta-block-dark__content {
  max-width: 460px;
  width: 100%;
}
@media (max-width: 768px) {
  .cta-block-dark .cta-block-dark__content {
    display: flex;
    flex-direction: column;
    gap: 16px;
    place-content: center;
    place-items: center;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .cta-block-dark .wp-block-buttons {
    margin-top: 42px;
  }
}
.cta-block-dark .cta-block-dark__logo {
  margin-bottom: 20px;
}
.cta-block-dark .cta-block-dark__logo img {
  max-width: 210px;
  width: auto;
  height: auto;
}
.cta-block-dark .cta-block-dark__title {
  color: #01A5F4;
  display: inline-block;
  line-height: 1.1;
  font-size: 44px;
  font-weight: 800;
}
.cta-block-dark .cta-block-dark__desc {
  font-size: 18px;
  color: #fff;
  margin-top: 16px;
}
.cta-block-dark .cta-block-dark__btn-text {
  color: #fff;
  font-size: 11px;
  text-align: center;
  margin-top: 6px;
}

.custom-cards-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .custom-cards-block {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
  }
}
.custom-cards-block .custom-cards-block__item {
  display: block;
  background: #EEF2F9;
  border-radius: 5px;
  padding: 10px 16px 24px 10px;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
  gap: 18px;
}
.custom-cards-block img {
  width: 100%;
  height: 92px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.custom-cards-block .custom-cards-block__title {
  color: #1E1E1E;
  font-size: 14px;
  font-weight: 800;
  margin: 0;
  line-height: 1.2;
  text-align: center;
}

ol.wp-block-list {
  padding-left: 32px !important;
  padding-bottom: 32px !important;
}
@media (min-width: 768px) {
  ol.wp-block-list.-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 56px;
    grid-row-gap: 0;
  }
}
ol.wp-block-list li {
  list-style: decimal;
}
ol.wp-block-list li:not(:last-child) {
  margin-bottom: 8px;
}
ol.wp-block-list li::marker {
  font-size: 18px;
  font-weight: 700;
  color: #3779FF;
}

ul.wp-block-list {
  padding-left: 0 !important;
  padding-bottom: 32px !important;
}
@media (min-width: 768px) {
  ul.wp-block-list.-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 56px;
    grid-row-gap: 0;
  }
}
ul.wp-block-list li {
  position: relative;
  padding-left: 16px;
}
ul.wp-block-list li:not(:last-child) {
  margin-bottom: 8px;
}
ul.wp-block-list li::before {
  content: "✓";
  display: inline-block;
  font-size: 16px;
  color: #28a107;
  position: absolute;
  left: 0;
  top: 1px;
}

@media (min-width: 876px) {
  .wp-block-media-text > .wp-block-media-text__content {
    padding: 0 0 0 24px !important;
  }
}
.wp-block-media-text > .wp-block-media-text__content h2,
.wp-block-media-text > .wp-block-media-text__content h3,
.wp-block-media-text > .wp-block-media-text__content h4,
.wp-block-media-text > .wp-block-media-text__content h5,
.wp-block-media-text > .wp-block-media-text__content h6 {
  margin-bottom: 16px;
}
@media (min-width: 876px) {
  .wp-block-media-text.has-media-on-the-right > .wp-block-media-text__content {
    padding: 0 !important;
  }
}

.cta-block-grey {
  background: #EEF2F9;
  padding: 20px 0;
  margin-bottom: 60px;
}
.cta-block-grey .container {
  display: flex;
  place-content: center;
  place-items: center;
  gap: 20px;
}
@media (max-width: 768px) {
  .cta-block-grey .container {
    flex-direction: column;
  }
}
.cta-block-grey .cta-block-grey__img i {
  display: inline-block;
  width: 150px;
  height: 150px;
}
.cta-block-grey .cta-block-grey__text {
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  color: #000;
  margin-bottom: 10px;
}
.main-rating-stars-v2 {
  display: flex;
  align-items: center;
}
.main-rating-stars-v2 .star {
  font-size: 18px !important;
  color: #fff;
  margin-right: 5px;
  color: #0099FA;
  border-radius: 3px;
  line-height: 1.6 !important;
}
.main-rating-stars-v2 .star.empty {
  color: #acbcdc;
}
.main-rating-stars-v2 .star.half {
  color: #acbcdc;
}
.main-rating-stars-v2 .rating-text {
  margin-left: 10px;
  font-size: 14px;
  color: #B4C0D8;
}
@media (max-width: 768px) {
  .main-rating-stars-v2 .rating-text {
    margin-left: 2px;
    margin-top: 3px;
  }
}

.reviews-block__w {
  margin-bottom: 60px;
}

@media (min-width: 768px) {
  .reviews-block:not(.-no-grid) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
.reviews-block.-no-grid .reviews-block__item:not(:last-child) {
  margin-bottom: 16px;
}
.reviews-block .reviews-block__item {
  box-shadow: 0.98px 0.98px 34.13px 4.88px rgba(76, 174, 221, 0.1490196078);
  background: #fff;
  padding: 32px 20px;
  border-radius: 5px;
}
.reviews-block .reviews-block__item.-hide-elem {
  display: none;
}
.reviews-block .reviews-block__item.-hide-elem.-show {
  display: block;
}
.reviews-block .reviews-block__head {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 16px;
  align-items: center;
  margin-bottom: 16px;
}
.reviews-block .reviews-block__date {
  font-size: 14px;
  opacity: 0.65;
}
.reviews-block .reviews-block__text {
  color: #515151;
  font-size: 14px;
}
.reviews-block .reviews-block__bottom {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid rgba(150, 174, 193, 0.4);
}
.reviews-block .reviews-block__user {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 8px;
  align-items: center;
}
.reviews-block .reviews-block__user img {
  width: 42px;
  height: auto;
}
.reviews-block .reviews-block__user section {
  display: flex;
  flex-direction: column;
}
.reviews-block .reviews-block__user strong {
  color: #3A4A68;
  font-size: 14px;
  font-weight: 800;
}
.reviews-block .reviews-block__user span {
  font-size: 12px;
  color: #3A4A68;
}

.reviews-block__btn__w {
  display: flex;
  place-content: center;
  place-items: center;
  margin-top: 32px;
}

.reviews-block__btn {
  display: inline-block;
  background: linear-gradient(86.6deg, #0099FA 0%, #002ED9 100%);
  color: #fff;
  border-radius: 5px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
}
.reviews-block__btn:hover {
  opacity: 0.76;
}

.faq-block .faq-block__item {
  padding: 20px 0;
  border-bottom: 1px solid #3779FF;
}
.faq-block .faq-block__item:not(:last-child) {
  margin-bottom: 32px;
}
.faq-block .faq-block__item.-toggle .faq-block__title i {
  width: 34px;
  background: url("../../images/faq-item-close-icon.svg.svg") no-repeat center;
  background-size: contain;
}
@media (max-width: 768px) {
  .faq-block .faq-block__item.-toggle .faq-block__title i {
    width: 24px;
  }
}
.faq-block .faq-block__item.-toggle .faq-block__text {
  display: block;
}
.faq-block .faq-block__title {
  display: grid;
  grid-template-columns: 120px 1fr max-content;
  grid-gap: 20px;
  align-items: center;
}
@media (max-width: 768px) {
  .faq-block .faq-block__title {
    grid-template-columns: 40px 1fr max-content;
    grid-gap: 16px;
  }
}
.faq-block .faq-block__title .faq-block__num {
  font-size: 18px;
  color: #3779FF;
}
@media (max-width: 768px) {
  .faq-block .faq-block__title .faq-block__num {
    font-size: 14px;
  }
}
.faq-block .faq-block__title h3 {
  font-size: 28px;
  text-transform: uppercase;
  color: #1C3051;
  font-weight: 700;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .faq-block .faq-block__title h3 {
    font-size: 24px;
  }
}
.faq-block .faq-block__title i {
  display: inline-block;
  width: 74px;
  height: 34px;
  background: url("../../images/faq-item-arrow-icon.svg") no-repeat center right;
  background-size: contain;
}
@media (max-width: 768px) {
  .faq-block .faq-block__title i {
    width: 54px;
  }
}
.faq-block .faq-block__text {
  display: none;
  padding-top: 20px;
  padding-left: 140px;
  padding-right: 80px;
  font-size: 18px;
}
@media (max-width: 768px) {
  .faq-block .faq-block__text {
    padding-left: 60px;
    font-size: 16px;
  }
}

.breadcrumbs {
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .breadcrumbs {
    text-align: center;
  }
}

.cta-block-present {
  position: relative;
  margin-top: -100px;
  z-index: 999;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .cta-block-present {
    margin-top: 0;
  }
}
.cta-block-present .container {
  background: #EEF2F9;
  border-radius: 12px;
  height: 247px;
  padding: 20px 64px 20px 210px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 56px;
  align-items: center;
}
@media (max-width: 768px) {
  .cta-block-present .container {
    padding: 20px 16px 32px;
    height: auto;
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    gap: 12px;
    text-align: center;
  }
}
.cta-block-present .cta-block-present__icon {
  display: inline-block;
  width: 280px;
  height: 300px;
  background: url("../../images/cta-present-icon.png") no-repeat left bottom;
  background-size: contain;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 768px) {
  .cta-block-present .cta-block-present__icon {
    display: none;
  }
}
.cta-block-present .cta-block-present__content {
  position: relative;
  z-index: 2;
}
.cta-block-present .cta-block-present__title {
  color: #1E385B;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
}
.cta-block-present .cta-block-present__text {
  font-size: 17px;
  color: #515151;
}
@media (max-width: 768px) {
  .cta-block-present .cta-block-present__text {
    margin-bottom: 16px;
  }
}
.custom-cards-big {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .custom-cards-big {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
.custom-cards-big .custom-cards-big__item {
  background: #EEF2F9;
  padding: 16px;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .custom-cards-big .custom-cards-big__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.custom-cards-big .custom-cards-big__head {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #A2B7DC;
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 16px;
  align-items: center;
}
.custom-cards-big .custom-cards-big__text {
  line-height: 1.2;
  font-size: 22px;
  font-weight: 800;
  color: #1C3051;
}
.custom-cards-big .custom-cards-big__link {
  display: inline-block;
  width: 36px;
  height: 36px;
}
.custom-cards-big .custom-cards-big__link:hover {
  opacity: 0.86;
}
.custom-cards-big .custom-cards-big__link i {
  display: inline-block;
  width: 36px;
  height: 36px;
  background: url("../../images/card-head-arrow-icon.svg") no-repeat center;
  background-size: contain;
}
.custom-cards-big .custom-cards-big__title {
  margin: 0;
  color: #1C3051;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (max-width: 768px) {
  .custom-cards-big .custom-cards-big__title {
    font-size: 32px;
  }
}
.custom-cards-big .custom-cards-big__title.-align-center {
  text-align: center;
}
.custom-cards-big .custom-cards-big__title.-align-right {
  text-align: right;
}
.custom-cards-big .custom-cards-big__desc {
  font-size: 16px;
  color: #1E385B;
  margin-bottom: 14px;
}
.custom-cards-big .custom-cards-big__img img {
  width: 100%;
  height: 214px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 5px;
}
@media (max-width: 768px) {
  .custom-cards-big .custom-cards-big__img img {
    height: auto;
  }
}

.hero-block__form {
  box-shadow: 0.98px 0.98px 34.13px 4.88px rgba(76, 174, 221, 0.1490196078);
  background: #061B38;
  padding: 24px 20px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .hero-block__form {
    width: 100%;
  }
}
.hero-block__form .hero-block__form__title {
  color: #01A5F4;
  font-size: 42px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.hero-block__form form input[type=text],
.hero-block__form form input[type=email],
.hero-block__form form input[type=password],
.hero-block__form form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 16px;
  color: #333;
  background: transparent;
  border-bottom: 1px solid #96AEC1;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #fff !important;
}
.hero-block__form form input[type=text]:focus,
.hero-block__form form input[type=email]:focus,
.hero-block__form form input[type=password]:focus,
.hero-block__form form textarea:focus {
  color: #fff !important;
}
.hero-block__form form input[type=text]:focus,
.hero-block__form form input[type=email]:focus,
.hero-block__form form input[type=password]:focus,
.hero-block__form form textarea:focus {
  outline: none;
  color: #000;
}
.hero-block__form form textarea {
  height: 188px;
}
.hero-block__form form ::-webkit-input-placeholder {
  font-size: 16px;
  color: #96AEC1;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hero-block__form form ::-moz-placeholder {
  font-size: 16px;
  color: #96AEC1;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hero-block__form form :-ms-input-placeholder {
  font-size: 16px;
  color: #96AEC1;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hero-block__form form :-moz-placeholder {
  font-size: 16px;
  color: #96AEC1;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hero-block__form form :focus::-webkit-input-placeholder {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.hero-block__form form :focus::-moz-placeholder {
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.hero-block__form form :focus:-ms-input-placeholder {
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.hero-block__form form :focus:-moz-placeholder {
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.hero-block__form form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #96AEC1;
  text-indent: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hero-block__form form textarea::-moz-placeholder {
  font-size: 16px;
  color: #96AEC1;
  text-indent: 0;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hero-block__form form textarea:-moz-placeholder {
  font-size: 16px;
  color: #96AEC1;
  text-indent: 0;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hero-block__form form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #96AEC1;
  text-indent: 0;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.hero-block__form form textarea:focus::-webkit-input-placeholder {
  text-indent: 50px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.hero-block__form form textarea:focus::-moz-placeholder {
  text-indent: 50px;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.hero-block__form form textarea:focus:-moz-placeholder {
  text-indent: 50px;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.hero-block__form form textarea:focus:-ms-input-placeholder {
  text-indent: 50px;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.hero-block__form form button {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0;
}
.hero-block__form form button:hover {
  opacity: 0.86;
}
.hero-block__form form input {
  margin-bottom: 10px;
}
.hero-block__form .checkbox-field {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 8px;
  align-items: baseline;
  margin-bottom: 16px;
}
.hero-block__form .checkbox-field input {
  background: transparent !important;
  border: 1px solid #96AEC1 !important;
  margin: 0;
  position: relative;
  top: 3px;
}
.hero-block__form .checkbox-field span {
  font-size: 14px;
  color: #96AEC1;
}
.hero-block__form .wp-block-buttons {
  place-content: center;
  place-items: center;
  margin: 20px 0;
}
.hero-block__form .fake-form-recovery-link {
  display: flex;
  gap: 8px;
  align-items: center;
}
.hero-block__form .fake-form-recovery-link i {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url("../../images/recovery-icon-w.svg") no-repeat center;
  background-size: contain;
}
.hero-block__form .fake-form-recovery-link span {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}
.hero-block__form .hero-block__form__small {
  font-size: 14px;
  margin-top: 16px;
}

.hero-block__form__soc-btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 16px;
}
.hero-block__form__soc-btns .form__soc-btn {
  display: block;
  width: 100%;
  height: 46px;
  border-radius: 8px;
  overflow: hidden;
}
.hero-block__form__soc-btns .form__soc-btn i {
  display: block;
  width: 100%;
  height: 46px;
}
.hero-block__form__soc-btns .form__soc-btn i.fb-icon {
  background: #0099FA url("../../images/fb-icon-w.svg") no-repeat center;
  background-size: 42%;
}
.hero-block__form__soc-btns .form__soc-btn i.go-icon {
  background: #fff url("../../images/go-icon.svg") no-repeat center;
  background-size: 42%;
}
.hero-block__form__soc-btns .form__soc-btn:hover {
  opacity: 0.86;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.revs-page {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .revs-page {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}

@media (max-width: 768px) {
  .revs-page__form {
    margin-top: 32px;
  }
}
.revs-page__form form {
  background: #EEF2F9;
  padding: 20px;
  border-radius: 12px;
}
.revs-page__form form input[type=text],
.revs-page__form form input[type=email],
.revs-page__form form input[type=password],
.revs-page__form form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: #fff;
  border: none;
  border-radius: 5px;
  padding: 12px 16px;
  color: #333;
  background: transparent;
  border-bottom: 1px solid #3779FF;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  color: #343434 !important;
}
.revs-page__form form input[type=text]:focus,
.revs-page__form form input[type=email]:focus,
.revs-page__form form input[type=password]:focus,
.revs-page__form form textarea:focus {
  color: #343434 !important;
}
.revs-page__form form input[type=text]:focus,
.revs-page__form form input[type=email]:focus,
.revs-page__form form input[type=password]:focus,
.revs-page__form form textarea:focus {
  outline: none;
  color: #000;
}
.revs-page__form form textarea {
  height: 188px;
}
.revs-page__form form ::-webkit-input-placeholder {
  font-size: 16px;
  color: #767676;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.revs-page__form form ::-moz-placeholder {
  font-size: 16px;
  color: #767676;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.revs-page__form form :-ms-input-placeholder {
  font-size: 16px;
  color: #767676;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.revs-page__form form :-moz-placeholder {
  font-size: 16px;
  color: #767676;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.revs-page__form form :focus::-webkit-input-placeholder {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.revs-page__form form :focus::-moz-placeholder {
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.revs-page__form form :focus:-ms-input-placeholder {
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.revs-page__form form :focus:-moz-placeholder {
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.revs-page__form form textarea::-webkit-input-placeholder {
  font-size: 16px;
  color: #767676;
  text-indent: 0;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.revs-page__form form textarea::-moz-placeholder {
  font-size: 16px;
  color: #767676;
  text-indent: 0;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.revs-page__form form textarea:-moz-placeholder {
  font-size: 16px;
  color: #767676;
  text-indent: 0;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.revs-page__form form textarea:-ms-input-placeholder {
  font-size: 16px;
  color: #767676;
  text-indent: 0;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
}
.revs-page__form form textarea:focus::-webkit-input-placeholder {
  text-indent: 50px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.revs-page__form form textarea:focus::-moz-placeholder {
  text-indent: 50px;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.revs-page__form form textarea:focus:-moz-placeholder {
  text-indent: 50px;
  -moz-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.revs-page__form form textarea:focus:-ms-input-placeholder {
  text-indent: 50px;
  -ms-transition: all 0.7s ease;
  transition: all 0.7s ease;
  opacity: 0;
}
.revs-page__form form button {
  display: inline-block;
  border: none;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  padding: 0;
}
.revs-page__form form button:hover {
  opacity: 0.86;
}
.revs-page__form form input,
.revs-page__form form textarea {
  margin-bottom: 16px;
}
.revs-page__form form textarea {
  resize: none;
  height: 100px;
}
.revs-page__form form select {
  background: transparent;
  border: 1px solid rgba(150, 174, 193, 0.4);
  border-radius: 3px;
  padding: 15px 10px;
  font-size: 14px;
}
.revs-page__form form button {
  display: block;
  width: 100%;
  padding: 12px 24px;
  background: linear-gradient(86.6deg, #0099FA 0%, #002ED9 100%);
  border-radius: 5px;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.revs-page__form form button:hover {
  opacity: 0.86;
}

.revs-form-avatar {
  margin-bottom: 16px;
}
.revs-form-avatar .revs-form-avatar__title {
  font-size: 18px;
  font-weight: 800;
  background: linear-gradient(88.42deg, #0099FA 0%, #002ED9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 8px;
}

.revs-form-avatar__preview {
  display: none;
}
.revs-form-avatar__preview.-toggle {
  display: block;
}
.revs-form-avatar__preview .revs-form-avatar__preview__title {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 8px;
}
.revs-form-avatar__preview .revs-form-avatar__preview__img img {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
}
.revs-form-avatar__preview .revs-form-avatar__preview_remove {
  background: transparent;
  padding: 0;
  margin: 14px 0;
  font-size: 15px;
  font-weight: 700;
  color: #a00505;
  text-align: left;
}
.revs-form-avatar__preview .revs-form-avatar__preview_remove:hover {
  opacity: 0.86;
}

.row-grid {
  display: grid;
  grid-template-columns: 1fr 110px;
  grid-gap: 16px;
}
.row-grid label {
  background: linear-gradient(88.42deg, #0099FA 0%, #002ED9 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
  margin-bottom: 8px;
}

.page-navigation {
  margin-top: 24px;
}
.page-navigation .page-numbers {
  background: #EEF2F9;
  color: #585858;
  display: inline-block;
  padding: 3px 11px;
  border-radius: 3px;
}
.page-navigation .page-numbers.current, .page-navigation .page-numbers:hover {
  background: #3779FF;
  color: #fff;
}

.custom-cards-v3 {
  background: #EEF2F9;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .custom-cards-v3 {
    padding-top: 24px;
  }
}
.custom-cards-v3 .custom-cards-v3--row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
  position: relative;
  top: -42px;
  z-index: 777;
}
@media (max-width: 768px) {
  .custom-cards-v3 .custom-cards-v3--row {
    top: unset;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}
.custom-cards-v3 .custom-cards-v3__item {
  overflow: hidden;
  border-radius: 12px;
  padding: 30px;
  background: #23283B;
  color: #fff;
}
@media (max-width: 768px) {
  .custom-cards-v3 .custom-cards-v3__item {
    padding: 20px 16px 32px;
  }
}
.custom-cards-v3 .custom-cards-v3__subtitle {
  font-size: 18px;
  margin-bottom: 14px;
}
.custom-cards-v3 .custom-cards-v3__title {
  margin: 0 0 16px 0 !important;
  color: #fff;
  font-size: 38px;
  font-weight: 800;
  line-height: 1.2;
}
.custom-cards-v3 .custom-cards-v3__content {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .custom-cards-v3 .custom-cards-v3__content {
    margin-bottom: 24px;
  }
}
.custom-cards-v3 .custom-cards-v3__content ul li {
  position: relative;
  padding-left: 16px;
}
.custom-cards-v3 .custom-cards-v3__content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.custom-cards-v3 .custom-cards-v3__content ul li::before {
  content: "✓";
  display: inline-block;
  font-size: 16px;
  color: #fff;
  position: absolute;
  left: 0;
  top: 1px;
}

.custom-cols-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding-top: 60px;
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  .custom-cols-cards {
    display: flex;
    flex-direction: column;
    gap: 46px;
  }
}
.custom-cols-cards.-sticky-yes {
  margin-top: -60px;
}
.custom-cols-cards .custom-cols-cards__item {
  background: #EEF2F9;
  border-radius: 12px;
  position: relative;
  padding: 20px;
}
.custom-cols-cards .custom-cols-cards__icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(86.6deg, #0099FA 0%, #002ED9 100%);
  border-radius: 12px;
  display: flex;
  place-content: center;
  place-items: center;
  position: relative;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: -50px;
}
.custom-cols-cards .custom-cols-cards__icon i {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.custom-cols-cards .custom-cols-cards__title {
  margin: 20px 0 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(150, 174, 193, 0.4);
  font-size: 24px;
  font-weight: 800;
  color: #1E1E1E;
  text-align: center;
}
.custom-cols-cards .custom-cols-cards__title.-align-center {
  text-align: center;
}
.custom-cols-cards .custom-cols-cards__title.-align-right {
  text-align: right;
}
.custom-cols-cards .custom-cols-cards__content {
  font-size: 14px;
  color: #474747;
}
.custom-cols-cards .custom-cols-cards__content ul li {
  position: relative;
  padding-left: 16px;
}
.custom-cols-cards .custom-cols-cards__content ul li:not(:last-child) {
  margin-bottom: 8px;
}
.custom-cols-cards .custom-cols-cards__content ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #3779FF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 7px;
}

.custom-cols-cards-v5 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}
@media (max-width: 768px) {
  .custom-cols-cards-v5 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 16px;
  }
}
.custom-cols-cards-v5 .custom-cols-cards-v5__item {
  background: #fff;
  padding: 20px;
  border-radius: 12px;
}
.custom-cols-cards-v5 .custom-cols-cards-v5__icon i {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.custom-cols-cards-v5 .custom-cols-cards-v5__title {
  margin-top: 10px;
  line-height: 1.2;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 800;
  color: #23283B;
}
@media (max-width: 768px) {
  .custom-cols-cards-v5 .custom-cols-cards-v5__title {
    font-size: 24px;
  }
}
.custom-cols-cards-v5 .custom-cols-cards-v5__text {
  margin-top: 10px;
}

.payments-tabs, .categories-tabs {
  margin-bottom: 54px;
}
.payments-tabs .payments-tabs__head, .categories-tabs .payments-tabs__head {
  display: flex;
  gap: 1px;
  place-content: center;
  place-items: center;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .payments-tabs .payments-tabs__head, .categories-tabs .payments-tabs__head {
    flex-wrap: wrap;
  }
}
.payments-tabs .payments-tabs__head .payments-tabs__btn, .categories-tabs .payments-tabs__head .payments-tabs__btn {
  font-size: 16px;
  color: #fff;
  background: #04294B;
  padding: 3px 8px;
}
.payments-tabs .payments-tabs__head .payments-tabs__btn:hover, .categories-tabs .payments-tabs__head .payments-tabs__btn:hover, .payments-tabs .payments-tabs__head .payments-tabs__btn.-toggle, .categories-tabs .payments-tabs__head .payments-tabs__btn.-toggle {
  background: linear-gradient(86.6deg, #0099FA 0%, #002ED9 100%);
}
.payments-tabs .payments-tabs__content, .categories-tabs .payments-tabs__content {
  display: none;
}
@media (min-width: 768px) {
  .payments-tabs .payments-tabs__content, .categories-tabs .payments-tabs__content {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
.payments-tabs .payments-tabs__content.-toggle, .categories-tabs .payments-tabs__content.-toggle {
  display: grid;
}

.payments-tabs__content__item {
  background: #EEF2F9;
  padding: 20px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .payments-tabs__content__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.payments-tabs__content__item .payments-tabs__content__item__logo {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(150, 174, 193, 0.4);
  display: flex;
  place-content: center;
  place-items: center;
}
.payments-tabs__content__item .payments-tabs__content__item__logo img {
  width: 100%;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.payments-tabs__content__item .payments-tabs__content__item__title {
  font-size: 20px;
  font-weight: 800;
  color: #1C3051;
  margin-bottom: 14px;
  text-align: center;
}
.payments-tabs__content__item .payments-tabs__content__item__rc {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  align-items: center;
}
.payments-tabs__content__item .payments-tabs__content__item__rc:not(:last-child) {
  margin-bottom: 12px;
}
.payments-tabs__content__item .payments-tabs__content__item__label {
  font-size: 18px;
  font-weight: 700;
}
.payments-tabs__content__item .payments-tabs__content__item__val {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 4px 16px;
  background: linear-gradient(86.6deg, #0099FA 0%, #002ED9 100%);
  border-radius: 8px;
  text-align: center;
}

.categories-tabs__posts {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .categories-tabs__posts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
  }
}
.categories-tabs__posts .categories-tabs__posts__item {
  background: #EEF2F9;
  padding: 16px;
  padding-bottom: 24px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .categories-tabs__posts .categories-tabs__posts__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.categories-tabs__posts .categories-tabs__posts__item__img {
  display: block;
  margin-bottom: 20px;
}
.categories-tabs__posts .categories-tabs__posts__item__img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}
.categories-tabs__posts .categories-tabs__posts__item__date {
  font-size: 14px;
  margin-bottom: 14px;
}
.categories-tabs__posts .categories-tabs__posts__item__title {
  line-height: 1.2;
  font-size: 18px;
  font-weight: 700;
}
.categories-tabs__posts .categories-tabs__posts__item__title a {
  color: #1C3051;
}
.categories-tabs__posts .categories-tabs__posts__item__title a:hover {
  color: #01A5F4;
}

.hero-block__date_w {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 8px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .hero-block__date_w {
    width: 100%;
    place-items: center;
    place-content: center;
  }
}
.hero-block__date_w span {
  font-size: 12px;
}

.hero-block__date {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 12px;
}
.hero-block__date .hero-block__date__label {
  color: #01A5F4;
}
.hero-block__date .hero-block__date__val {
  color: #fff;
}

.wp-block-image {
  margin-bottom: 24px;
}

.contacts-cards-block {
  margin-bottom: 60px;
  position: relative;
}
@media (min-width: 768px) {
  .contacts-cards-block {
    margin-top: -100px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 768px) {
  .contacts-cards-block {
    margin-top: 72px;
  }
}
.contacts-cards-block .contacts-cards-block__item {
  background: #EEF2F9;
  padding: 20px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .contacts-cards-block .contacts-cards-block__item:not(:last-child) {
    margin-bottom: 72px;
  }
}
.contacts-cards-block .contacts-cards-block__icon {
  display: flex;
  place-content: center;
  place-items: center;
  position: relative;
  margin-top: -70px;
}
.contacts-cards-block .contacts-cards-block__icon i {
  display: inline-block;
  width: 100px;
  height: 100px;
}
.contacts-cards-block .contacts-cards-block__title {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 10px;
  margin-bottom: 12px;
  margin-top: 15px;
}
.contacts-cards-block .contacts-cards-block__text {
  font-size: 18px;
  text-align: center;
}
.contacts-cards-block .contacts-cards-block__text p {
  margin-bottom: 0;
}
.contacts-cards-block .contacts-cards-block__text a {
  color: #3779FF;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.contacts-cards-block .contacts-cards-block__text a:hover {
  text-decoration: none;
}

.contacts-page h2,
.contacts-page h3 {
  line-height: 1.2;
  margin-bottom: 16px;
}

.dep-items-block {
  margin-top: 24px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .dep-items-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
.dep-items-block .dep-items-block__item {
  background: #EEF2F9;
  padding: 16px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .dep-items-block .dep-items-block__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.dep-items-block .dep-items-block__title {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 800;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 10px;
  margin-bottom: 12px;
  margin-top: 15px;
}
.dep-items-block .dep-items-block__data:not(:last-child) {
  margin-bottom: 14px;
}
.dep-items-block .dep-items-block__data .dep-items-block__data__label {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 12px;
}
.dep-items-block .dep-items-block__data .dep-items-block__data__val {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  padding: 4px 16px;
  background: linear-gradient(86.6deg, #0099FA 0%, #002ED9 100%);
  border-radius: 8px;
  text-align: center;
}
.dep-items-block .dep-items-block__data .dep-items-block__data__val a {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.dep-items-block .dep-items-block__data .dep-items-block__data__val a:hover {
  text-decoration: none;
}

.locations-block {
  margin-bottom: 32px;
}
@media (min-width: 768px) {
  .locations-block {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
  }
}
.locations-block .locations-block__item {
  background: #EEF2F9;
  padding: 16px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .locations-block .locations-block__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.locations-block .locations-block__country {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-gap: 14px;
  align-items: center;
  border-bottom: 1px solid #DBDBDB;
  padding-bottom: 10px;
  margin-bottom: 12px;
}
.locations-block .locations-block__country i {
  display: inline-block;
  width: 32px;
  height: 32px;
}
.locations-block .locations-block__country span {
  color: #1E1E1E;
  font-size: 20px;
  font-weight: 800;
}
.locations-block .locations-block__str {
  font-size: 20px;
}

.quote-block {
  min-height: 140px;
  background: #fff url("../../images/quote-icon.svg") no-repeat left 20px center;
  background-size: 180px;
  padding: 20px 20px 20px 220px;
  border-radius: 12px;
  box-shadow: 0px 11.74px 61.79px 0px rgba(13, 38, 85, 0.1490196078);
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .quote-block {
    background: #fff url("../../images/quote-icon.svg") no-repeat top 16px left 16px;
    background-size: 42px;
    padding: 20px 20px 20px 74px;
  }
}

.documents-block {
  min-height: 180px;
  background: #fff url("../../images/documents-icon.png") no-repeat left 20px center;
  background-size: 140px;
  padding: 20px 20px 20px 220px;
  border-radius: 12px;
  box-shadow: 0px 11.74px 61.79px 0px rgba(13, 38, 85, 0.1490196078);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .documents-block {
    background: #fff;
    padding: 20px 16px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    place-content: center;
    place-items: center;
  }
}
.documents-block .documents-block__title {
  color: #1E385B;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 16px;
}
.documents-block .documents-block__text {
  font-size: 17px;
}
@media (min-width: 768px) {
  .documents-block ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 24px;
    grid-row-gap: 8px;
  }
}
@media (max-width: 768px) {
  .documents-block ul {
    width: 100%;
  }
}
.documents-block ul li {
  font-size: 17px;
}
@media (max-width: 768px) {
  .documents-block ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.documents-block ul a {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-color: #01A5F4;
  color: #1C3051;
}
.documents-block ul a:hover {
  text-decoration: none;
}

.custom-cols-cards-v6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  margin-bottom: 54px;
}
@media (max-width: 768px) {
  .custom-cols-cards-v6 {
    display: block;
  }
}
.custom-cols-cards-v6 .custom-cols-cards-v6__item {
  background: #EEF2F9;
  padding: 16px;
  border-radius: 12px;
}
@media (max-width: 768px) {
  .custom-cols-cards-v6 .custom-cols-cards-v6__item {
    text-align: center;
  }
  .custom-cols-cards-v6 .custom-cols-cards-v6__item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.custom-cols-cards-v6 .custom-cols-cards-v6__icon {
  margin-bottom: 12px;
}
.custom-cols-cards-v6 .custom-cols-cards-v6__icon i {
  display: inline-block;
  width: 60px;
  height: 60px;
}
.custom-cols-cards-v6 .custom-cols-cards-v6__title {
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  color: #1C3051;
}
.custom-cols-cards-v6 .custom-cols-cards-v6__text {
  margin-top: 12px;
  font-size: 16px;
}

.news-cta-block {
  background: #3779FF;
  padding: 42px 0;
  margin-bottom: 60px;
}
.news-cta-block .news-cta-block__title {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .news-cta-block .news-cta-block__title {
    font-size: 24px;
  }
}
.news-cta-block .news-cta-block__text {
  color: #fff;
  margin-top: 14px;
}
.news-cta-block .news-cta-block--row {
  margin-top: 24px;
}
@media (min-width: 768px) {
  .news-cta-block .news-cta-block--row {
    display: grid;
    grid-template-columns: 35% 1fr;
    grid-gap: 54px;
    align-items: center;
  }
}
@media (max-width: 768px) {
  .news-cta-block .news-cta-block--row > img {
    display: none;
  }
}
.news-cta-block .news-cta-block__socials {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  place-content: center;
  place-items: center;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item {
  display: flex;
  gap: 8px;
  place-content: center;
  place-items: center;
  width: 184px;
  padding: 10px 24px;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .news-cta-block .news-cta-block__socials .news-cta-block__socials__item {
    width: auto;
  }
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-youtube {
  background: #D8000E;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-facebook {
  background: #0099FA;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-instagram {
  background: linear-gradient(76.91deg, #F99335 0%, #F0693C 20%, #C82CC2 57%, #7047CE 100%);
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-discord {
  background: #707AF7;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-telegram {
  background: #2F9EDF;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-twitter {
  background: #2A9BED;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item.-soc-tiktok {
  background: #FE2C55;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-youtube {
  background: url("../../images/icon-youtube.svg") no-repeat center;
  background-size: contain;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-facebook {
  background: url("../../images/icon-facebook.svg") no-repeat center;
  background-size: contain;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-instagram {
  background: url("../../images/icon-instagram.svg") no-repeat center;
  background-size: contain;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-discord {
  background: url("../../images/icon-discord.svg") no-repeat center;
  background-size: contain;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-telegram {
  background: url("../../images/icon-telegram.svg") no-repeat center;
  background-size: contain;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-twitter {
  background: url("../../images/icon-twitter.svg") no-repeat center;
  background-size: contain;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item i.icon-tiktok {
  background: url("../../images/icon-tiktok.svg") no-repeat center;
  background-size: contain;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item span {
  font-size: 15px;
  color: #fff;
}
.news-cta-block .news-cta-block__socials .news-cta-block__socials__item:hover {
  opacity: 0.76;
}

.cta-block-v4 {
  background: url("../../images/cta-blue-bg.svg") no-repeat center;
  background-size: cover;
  border-radius: 12px;
  padding: 32px 54px;
  margin-bottom: 32px;
  display: flex;
  flex-direction: column;
  place-content: center;
  place-items: center;
}
.cta-block-v4 .cta-block-v4__title {
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 12px;
}
.cta-block-v4 .cta-block-v4__text {
  color: #fff;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.site-footer {
  background: #001027;
  padding: 36px 0;
  margin-top: 54px;
}

.site-footer__head {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 24px;
  align-items: center;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .site-footer__head {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    text-align: center;
  }
}
.site-footer__head > section img {
  max-width: 224px;
  width: auto;
  height: auto;
}
@media (max-width: 768px) {
  .site-footer__head > section img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
}
.site-footer__head > section .footer-text-after-logo {
  color: #E2E2E2;
  font-size: 14px;
  margin-top: 16px;
}
.site-footer__head > section .footer-text-after-logo p {
  margin-bottom: 0;
}
.site-footer__head > section .footer-text-after-logo a {
  color: #3779FF;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.site-footer__head > section .footer-text-after-logo a:hover {
  text-decoration: none;
}
.site-footer__head .site-footer__head__c {
  display: flex;
  flex-direction: column;
  place-content: flex-end;
  place-items: flex-end;
}
.site-footer__head .site-footer__head__img img {
  max-width: 154px;
  width: auto;
  height: auto;
}

.site-footer__socials {
  margin-top: 32px;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.site-footer__socials .site-footer__socials__link {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.site-footer__socials .site-footer__socials__link i {
  display: inline-block;
  width: 24px;
  height: 24px;
}
.site-footer__socials .site-footer__socials__link i.icon-telegram {
  background: url("../../images/footer-icon-telegram.svg") no-repeat center;
  background-size: contain;
}
.site-footer__socials .site-footer__socials__link i.icon-facebook {
  background: url("../../images/footer-icon-facebook.svg") no-repeat center;
  background-size: contain;
}
.site-footer__socials .site-footer__socials__link i.icon-instagram {
  background: url("../../images/footer-icon-instagram.svg") no-repeat center;
  background-size: contain;
}
.site-footer__socials .site-footer__socials__link i.icon-twitter {
  background: url("../../images/footer-icon-twitter.svg") no-repeat center;
  background-size: contain;
}
.site-footer__socials .site-footer__socials__link i.icon-youtube {
  background: url("../../images/footer-icon-youtube.svg") no-repeat center;
  background-size: contain;
}
.site-footer__socials .site-footer__socials__link i.icon-discord {
  background: url("../../images/footer-icon-discord.svg") no-repeat center;
  background-size: contain;
}
.site-footer__socials .site-footer__socials__link:hover {
  opacity: 0.76;
}

.site-footer__menues {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
}
@media (max-width: 768px) {
  .site-footer__menues {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}

.site-footer__menu {
  margin-bottom: 24px;
}
.site-footer__menu .site-footer__menu__title {
  color: #E2E2E2;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
}
.site-footer__menu .footer-menu-col ul li {
  font-size: 15px;
  line-height: 1.2;
}
.site-footer__menu .footer-menu-col ul li:not(:last-child) {
  margin-bottom: 4px;
}
.site-footer__menu .footer-menu-col ul li a {
  color: #fff;
}
.site-footer__menu .footer-menu-col ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer__b {
  display: grid;
  grid-template-columns: 1fr max-content;
  grid-gap: 24px;
  align-items: center;
  margin-top: 12px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .site-footer__b {
    display: flex;
    flex-direction: column;
    place-content: center;
    place-items: center;
    text-align: center;
  }
}
.site-footer__b .site-footer__copyr {
  color: #E2E2E2;
  font-size: 16px;
}
.site-footer__b .footer-menu ul {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  .site-footer__b .footer-menu ul {
    place-content: center;
    place-items: center;
  }
}
.site-footer__b .footer-menu ul li {
  font-size: 15px;
}
.site-footer__b .footer-menu ul li a {
  color: #E2E2E2;
}
.site-footer__b .footer-menu ul li a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer__logos-w {
  margin-bottom: 32px;
}

.site-footer__logos {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 16px;
}
@media (max-width: 768px) {
  .site-footer__logos {
    grid-template-columns: repeat(2, 1fr);
  }
}
.site-footer__logos a:hover {
  opacity: 0.76;
}
.site-footer__logos .site-footer__logos__item {
  display: block;
}
.site-footer__logos .site-footer__logos__item img {
  width: 100%;
  height: auto;
}
.site-footer__logos .site-footer__logos__item.-hide-elem {
  display: none;
}
.site-footer__logos .site-footer__logos__item.-hide-elem.-show {
  display: block;
}

.site-footer__btn {
  width: 100%;
  background: transparent;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-top: 20px;
}
.site-footer__btn span {
  display: inline-block;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  border-bottom: 1px solid #0099FA;
}
.site-footer__btn span:hover {
  opacity: 0.76;
}

.site-footer__full-text {
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 24px 20px;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
}
.site-footer__full-text p {
  margin-bottom: 0;
}

.text-img-block {
  margin-top: 42px;
  margin-bottom: 54px;
}
.text-img-block .wp-block-media-text__media {
  display: flex;
  place-content: center;
  place-items: center;
  position: relative;
}
@media (max-width: 768px) {
  .text-img-block .wp-block-media-text__media {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .text-img-block .wp-block-media-text__media {
    padding-left: 42px;
  }
}
.text-img-block .wp-block-media-text__media img {
  width: auto;
  max-width: 100%;
}
@media (max-width: 768px) {
  .text-img-block .wp-block-media-text__media img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  .text-img-block .wp-block-button {
    width: 100%;
  }
  .text-img-block .wp-block-button .wp-element-button {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .text-img-block .text-img-block__btns {
    display: flex;
    gap: 16px;
    flex-direction: column;
    position: absolute;
    left: 32px;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 768px) {
  .text-img-block .text-img-block__btns {
    width: calc(100% - 16px);
    display: flex;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 20px;
    padding-left: 6px;
    padding-right: 16px;
  }
  .text-img-block .text-img-block__btns .text-img-block__btns__btn {
    width: 50%;
    flex: 1 0 auto;
  }
}
.text-img-block .text-img-block__btns__btn {
  display: flex;
  flex-direction: column;
  gap: 14px;
  place-content: center;
  place-items: center;
  text-align: center;
  background: #04294B;
  box-shadow: 1px 1px 35px 0px rgba(76, 174, 221, 0.5019607843);
  border-radius: 12px;
  padding: 32px 20px;
  width: 220px;
}
@media (max-width: 768px) {
  .text-img-block .text-img-block__btns__btn {
    width: 100%;
    padding: 24px 16px;
  }
}
.text-img-block .text-img-block__btns__btn i {
  display: inline-block;
  width: 64px;
  height: 64px;
}
@media (max-width: 768px) {
  .text-img-block .text-img-block__btns__btn i {
    width: 42px;
    height: 42px;
  }
}
.text-img-block .text-img-block__btns__btn i.icon-ios {
  background: url("../../images/ios-icon.svg") no-repeat center;
  background-size: contain;
}
.text-img-block .text-img-block__btns__btn i.icon-android {
  background: url("../../images/android-icon.svg") no-repeat center;
  background-size: contain;
}
.text-img-block .text-img-block__btns__btn span {
  font-size: 17px;
  color: #fff;
}
@media (max-width: 768px) {
  .text-img-block .text-img-block__btns__btn span {
    font-size: 15px;
  }
}
.text-img-block .text-img-block__btns__btn:hover {
  background: #071e34;
  box-shadow: 1px 1px 35px 0px rgba(49, 121, 155, 0.5019607843);
}

.wp-block-media-text__content ul {
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .wp-block-media-text__content ul {
    margin-bottom: 20px;
  }
}
.wp-block-media-text__content ul li {
  position: relative;
  padding-left: 16px;
}
.wp-block-media-text__content ul li:not(:last-child) {
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .wp-block-media-text__content ul li:not(:last-child) {
    margin-bottom: 8px;
  }
}
.wp-block-media-text__content ul li::before {
  content: "";
  width: 6px;
  height: 6px;
  background: #3779FF;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}
@media (max-width: 768px) {
  .wp-block-media-text__content ul li::before {
    top: 8px;
  }
}
.wp-block-media-text__content ul.flex-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 32px;
}
@media (max-width: 768px) {
  .wp-block-media-text__content ul.flex-list {
    display: block;
  }
}
.wp-block-media-text__content ol {
  padding-left: 20px;
  margin-bottom: 24px;
}
.wp-block-media-text__content ol li {
  list-style: decimal;
  position: relative;
}
.wp-block-media-text__content ol li span,
.wp-block-media-text__content ol li strong,
.wp-block-media-text__content ol li b {
  font-weight: 600;
}
.wp-block-media-text__content ol li:not(:last-child) {
  margin-bottom: 10px;
}
.wp-block-media-text__content ol li::marker {
  font-size: 18px;
}

.entry-content a:not([class]) {
  color: #3779FF;
}
.entry-content a:not([class]):hover {
  color: #01A5F4;
}

@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  .wp-block-media-text__media {
    margin-bottom: 16px !important;
  }
  .wp-block-media-text__content {
    padding: 0 16px !important;
  }
}
@media (max-width: 876px) {
  .wp-block-buttons > .wp-block-button {
    flex: 1 0 auto;
  }
  .wp-block-button .wp-element-button {
    display: block;
  }
}
