@charset "UTF-8";
/* Fonts (Roboto, Gilroy, Inter) provided by global styles.min.css */
.footer-v5__bottom-wrap .divider {
  height: 16px;
  width: 1px;
  background: #b1b2c1;
  margin: 0 12px;
}
body,
div,
h1,
h3,
header,
li,
p,
section,
ul {
  margin: 0;
  padding: 0;
}
img,
span {
  border: none;
}
ul {
  list-style: none;
}
header,
main,
section {
  display: block;
}
* {
  box-sizing: border-box;
}
body,
html {
  width: 100%;
  height: 100%;
}
body {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  background: #131426;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1,
h3 {
  font-weight: 400;
}
a {
  color: inherit;
  text-decoration: none;
}
.title {
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  line-height: 29px;
  font-weight: 800;
}
.wrap-v4 {
  padding-left: 40px;
  padding-right: 40px;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}
.page {
  min-height: 100%;
}
.middle {
  position: relative;
  padding-top: 64px;
  padding-bottom: 251px;
}
@media (min-width: 768px) {
  .title {
    font-size: 32px;
    line-height: 40px;
  }
  .middle {
    padding-top: 64px;
    padding-bottom: 174px;
  }
}
@media (min-width: 768px) and (max-width: 1279px) {
  .middle {
    padding-bottom: 157px;
  }
}
.header-v4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 102;
  animation: 1.5s fadein;
  border-bottom: 1px solid #e3e4ef;
  background: #fff;
}
.header-v4 .header-wrap {
  max-width: 1380px;
  padding-left: 40px;
  padding-right: 40px;
  margin: 0 auto;
}
@media (max-width: 1299px) {
  .header-v4 .header-wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media (max-width: 767px) {
  .footer-v5__bottom-wrap .contacts-block .divider {
    display: none;
  }
  .wrap-v4 {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-v4 .header-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.header-v4__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
}
@media (max-width: 1279px) {
  .header-v4__body {
    padding: 0 30px;
  }
}
.header-v4__body .logo-dark {
  display: block;
}
.header-v4__body .logo-white {
  display: none;
}
.header-v4__logo {
  position: relative;
}
.header-v4__logo img {
  height: 26px;
  display: block;
}
.header-v4__logo span {
  font-family: Gilroy, sans-serif;
  display: none;
  position: absolute;
  justify-content: space-between;
  align-items: center;
  top: -2px;
  left: 121px;
  width: 236px;
  height: 32px;
  font-weight: 500;
  font-size: 13px;
  line-height: 24px;
  color: #131426;
  padding: 4px 16px;
  text-align: center;
  background: linear-gradient(
    90.22deg,
    rgba(255, 189, 18, 0.12) 0,
    rgba(224, 61, 61, 0.12) 53.72%,
    rgba(205, 33, 233, 0.12) 101.11%
  );
  border-radius: 20px;
}
@media (max-width: 767px) {
  .header-v4__body {
    padding: 0 24px;
  }
  .header-v4__logo span {
    display: none;
  }
}
.header-v4__logo span svg {
  display: inline-block;
  width: 16px;
  height: 16px;
}
.header-v4__tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1280px) {
  .header-v4__tools {
    flex-direction: row-reverse;
    width: calc(100% - 200px);
  }
}
.header-v4 .button {
  width: auto;
  height: auto;
  padding: 0.75rem 2rem;
  background-color: #f8b000;
  border-color: #f8b000;
  color: #131426;
  font-size: 18px;
  line-height: 1;
}
.header-v4__menu {
  width: calc(100% - 100px);
  display: flex;
  justify-content: center;
}
.header-v4__door {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-left: 16px;
  margin-right: -8px;
}
@media (min-width: 1280px) {
  .header-v4__door {
    display: none;
  }
}
.header-v4__door svg {
  fill: #131426;
}
.header-v4__door svg.-menu {
  width: 32px;
  height: 32px;
}
.header-v4__door svg.-close {
  display: none;
  width: 32px;
  height: 32px;
}
.header-v4 .header-v4__logo span {
  opacity: 1;
}
.header-v4:not(.-fixed) .header-v4__logo span {
  opacity: 0;
}
main {
  animation: 2s fadein;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.menu-v4 {
  display: flex;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  gap: 32px;
  color: rgba(19, 20, 38, 0.64);
}
.menu-v4__item {
  position: static;
  border-bottom: 2px solid transparent;
}
@media (max-width: 1279px) {
  .header-v4__menu .menu-v4 {
    display: none;
    position: fixed;
    top: 65px;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: left;
    padding-top: 24px;
    padding-bottom: 40px;
    background-color: #fff;
  }
  .menu-v4 {
    font-size: 16px;
  }
  .menu-v4__item {
    display: flex;
    align-items: center;
    padding-left: 24px;
    margin-bottom: 22px;
    position: relative;
  }
  .menu-v4__link {
    width: 100%;
    display: flex;
  }
}
@media (max-width: 767px) {
  .menu-v4__item {
    padding-left: 15px;
  }
}
.menu-v4__item .sub-menu-section-heading {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: rgba(19, 20, 38, 0.64);
  margin-bottom: 24px;
}
.menu-v4__item .sub-menu-section-heading svg {
  margin-right: 12px;
}
.menu-v4 .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  top: 65px;
  left: 0;
  right: 0;
  padding: 32px 16px;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, 0.1215686275);
}
.menu-v4 .sub-menu .sub-menu-body {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.menu-v4 .sub-menu .sub-menu-body .left {
  width: 500px;
}
.menu-v4 .sub-menu .sub-menu-body .left h3 {
  color: #131426;
  font-family: Gilroy, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: -0.48px;
  margin-bottom: 16px;
}
.menu-v4 .sub-menu .sub-menu-body .left p {
  color: #7c7d8a;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.menu-v4 .sub-menu .sub-menu-body .right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 532px);
}
.menu-v4 .sub-menu .sub-menu-body .right .col {
  width: 368px;
  display: flex;
  flex-direction: column;
}
.menu-v4 .sub-menu .menu-item {
  margin-bottom: 8px;
}
.menu-v4 .sub-menu .menu-v4__link {
  color: rgba(19, 20, 38, 0.64);
}
.menu-v4 .sub-menu .menu__link span:before {
  display: none;
}
.button {
  display: inline-block;
  font-family: Gilroy, sans-serif;
  font-weight: 900;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #faa900;
  text-decoration: none;
  white-space: nowrap;
  outline: 0;
}
section.subscribe-v4 .inner form .right .form-item button {
  display: none;
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 4px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  background: #131426;
  border-radius: 8px;
  color: #fff;
  border: none;
}
section.subscribe-v4 .inner form .right .form-item button::after {
  content: " ";
  width: 12px;
  height: 10px;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.97098 10.0142C6.84293 9.88536 6.77106 9.71111 6.77106 9.52949C6.77106 9.34786 6.84293 9.17361 6.97098 9.0448L10.1335 5.88917H1.50536C1.32302 5.88917 1.14815 5.81674 1.01922 5.68781C0.890287 5.55888 0.817856 5.38401 0.817856 5.20167C0.817856 5.01934 0.890287 4.84447 1.01922 4.71554C1.14815 4.58661 1.32302 4.51417 1.50536 4.51417H10.1129L6.97098 1.3723C6.84061 1.24284 6.76701 1.06689 6.76636 0.883167C6.76572 0.69944 6.83808 0.522982 6.96754 0.392611C7.097 0.262241 7.27295 0.188637 7.45667 0.187993C7.6404 0.187348 7.81686 0.259715 7.94723 0.389174L12.3197 4.76855C12.4352 4.88451 12.5 5.04148 12.5 5.20511C12.5 5.36874 12.4352 5.52571 12.3197 5.64167L7.94723 10.0142C7.88332 10.0786 7.80728 10.1298 7.7235 10.1647C7.63972 10.1996 7.54986 10.2175 7.4591 10.2175C7.36835 10.2175 7.27849 10.1996 7.19471 10.1647C7.11093 10.1298 7.03489 10.0786 6.97098 10.0142Z' fill='white'/%3E%3C/svg%3E%0A");
}
section.subscribe-v4 .subscribe-v4-send__body {
  display: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  background: linear-gradient(94.67deg, #9935e8 0, #e85535 100%);
}
@media (min-width: 1280px) {
  .menu-v4__item {
    padding: 20px 0;
  }
  .menu-v4 .sub-menu.current-menu-parent.b-desktop {
    display: none;
  }
  section.subscribe-v4 .subscribe-v4-send__body {
    border-radius: 12px;
    padding: 40px 210px;
    width: 1300px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  section.subscribe-v4 .subscribe-v4-send__body {
    padding: 40px 15px;
  }
}
section.subscribe-v4 .subscribe-v4-send__body svg {
  margin-right: 24px;
}
section.subscribe-v4 .subscribe-v4-send__content {
  text-align: left;
}
section.subscribe-v4 .subscribe-v4-send__content .subscribe-v4-send__title {
  font-family: Gilroy;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 4px;
}
section.subscribe-v4 .subscribe-v4-send__content p {
  font-family: Inter;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.-blog-v4 {
  padding-top: 64px;
}
.-blog-v4 .middle {
  background: url(../images/blog-v4/blog_bg.jpg) center top no-repeat;
  background-color: #f5f5f5;
}
.-blog-v4 .title {
  font-family: Gilroy, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  color: #131426;
  text-align: center;
}
@media (max-width: 1279px) {
  .menu-v4 .sub-menu .menu-item {
    margin-bottom: 24px;
  }
  .menu-v4 .sub-menu.current-menu-parent.a-desktop {
    display: none;
  }
  .-blog-v4 .title {
    font-size: 32px;
    font-weight: 700;
    line-height: 36px;
  }
}
.-blog-v4 .filters {
  display: flex;
  flex-direction: row;
  gap: 32px;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
}
.-blog-v4 .filters .filter a {
  display: block;
  color: rgba(19, 20, 38, 0.64);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  padding: 12px 0;
  border-bottom: 2px solid transparent;
}
.-blog-v4 .filters .filter a.-active {
  color: #131426;
  border-color: #131426;
}
@media (max-width: 767px) {
  section.subscribe-v4 .subscribe-v4-send__body {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .-blog-v4 .title {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
  }
  .-blog-v4 .filters {
    overflow-x: scroll;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 32px;
  }
  .-blog-v4 .filters::-webkit-scrollbar {
    display: none;
  }
  .-blog-v4 .filters .filter a {
    white-space: nowrap;
  }
}
.-blog-v4 .blog-v4 {
  color: #131426;
}
.-blog-v4 .blog-v4__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto 40px;
}
.-blog-v4 .blog-v4__item {
  flex: 0 0 calc(50% - 20px);
}
@media (max-width: 767px) {
  .-blog-v4 .blog-v4__item {
    flex: 1 1 100%;
  }
}
.-blog-v4 .blog-v4__img {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 16px;
}
.-blog-v4 .blog-v4__img img {
  display: block;
  max-width: 100%;
}
.-blog-v4 .blog-v4__title {
  font-family: Gilroy, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 8px;
}
.-blog-v4 .blog-v4__content {
  padding: 0 12px;
}
.-blog-v4 .blog-v4__date {
  color: #4b4c6c;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: -0.12px;
  margin-bottom: 8px;
}
.-blog-v4 .blog-v4__desc {
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.28px;
  height: 44px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
