@charset "UTF-8";
@font-face {
  font-family: "Stolzl";
  font-display: swap;
  src: url("../fonts/Stolzl-Bold.woff2") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  font-display: swap;
  src: url("../fonts/Stolzl-Light.woff2") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  font-display: swap;
  src: url("../fonts/Stolzl-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Stolzl";
  font-display: swap;
  src: url("../fonts/Stolzl-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}
* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  min-width: 320px;
  cursor: default;
  line-height: normal;
}

body {
  line-height: 1;
  font-family: "Stolzl", sans-serif;
  text-rendering: optimizeLegibility;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Stolzl", sans-serif;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  background-color: #f5f6f7;
}

.loсk {
  overflow: hidden;
}

.container {
  max-width: 1920px;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 1199px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.btn {
  background-color: white;
  border-radius: 42px;
  line-height: 140%;
  font-size: 24px;
  padding: 22px 60px;
}
@media (max-width: 1500px) {
  .btn {
    font-size: 16px;
    padding: 16px 32px;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: 12px;
    padding: 12px 30px;
  }
}

.secondary-btn {
  padding: 10px 20px;
  color: #fff;
  line-height: 140%;
  border-radius: 42px;
  font-weight: 300;
  border: 1px solid #fff;
  background-color: transparent;
  font-size: 24px;
}
@media (max-width: 1500px) {
  .secondary-btn {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .secondary-btn {
    font-size: 12px;
  }
}

.hashtag {
  color: #fff;
  line-height: 140%;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .hashtag {
    font-size: 15px;
  }
}
@media (max-width: 767px) {
  .hashtag {
    font-size: 12px;
  }
}

.title {
  color: #fff;
  line-height: 116%;
  font-size: 68px;
}
@media (max-width: 1500px) {
  .title {
    font-size: 44px;
  }
}
@media (max-width: 1199px) {
  .title {
    font-size: 36px;
  }
}
@media (max-width: 767px) {
  .title {
    font-size: 20px;
  }
}
.title span {
  background-color: white;
  color: #3048ea;
  padding: 0 15px;
}

.subtitle {
  color: #fff;
  line-height: 120%;
  font-size: 40px;
}
@media (max-width: 1500px) {
  .subtitle {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .subtitle {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 16px;
  }
}

.padding-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 40px;
}
@media (max-width: 1500px) {
  .padding-block {
    padding: 40px 28px;
  }
}
@media (max-width: 767px) {
  .padding-block {
    padding: 32px 29px 32px 20px;
  }
}

.text {
  color: #fff;
  line-height: 140%;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .text {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .text {
    font-size: 12px;
  }
}

.header {
  padding-top: 20px;
  padding-bottom: 40px;
}
@media (max-width: 1500px) {
  .header {
    padding-bottom: 33px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 10px;
    padding-bottom: 30px;
  }
}
.header__block {
  background-color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100px;
  padding: 30px 50px;
}
@media (max-width: 1500px) {
  .header__block {
    padding: 12px 40px;
    border-radius: 40px;
  }
}
@media (max-width: 1199px) {
  .header__block {
    border-radius: 69px;
  }
}
@media (max-width: 767px) {
  .header__block {
    border-radius: 69px;
    padding: 10px 20px;
  }
}
.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
}
@media (max-width: 1500px) {
  .header__nav {
    gap: 44px;
  }
}
@media (max-width: 1199px) {
  .header__nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .header__nav {
    gap: 44px;
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .header__nav-wrapper {
    padding: 26px 22px;
    margin-left: auto;
    width: 358px;
    background-color: white;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 767px) {
  .header__nav-wrapper {
    width: 320px;
  }
}
.header__nav li a {
  color: #14151f;
  font-size: 20px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .header__nav li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .header__nav li a {
    font-size: 14px;
  }
}
.header__list {
  display: none;
}
@media (max-width: 1199px) {
  .header__list {
    display: block;
    margin-top: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__list li a {
    color: #3048ea;
    font-style: normal;
    line-height: 120%;
  }
}
@media (max-width: 1199px) {
  .header__mobile-block {
    background: rgba(0, 0, 0, 0.51);
    -webkit-backdrop-filter: blur(6.6999998093px);
            backdrop-filter: blur(6.6999998093px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 100;
  }
  .header__mobile-block.active {
    opacity: 1;
    visibility: visible;
  }
}
.header__mobile-logo {
  display: none;
}
@media (max-width: 1199px) {
  .header__mobile-logo {
    display: block;
    margin-bottom: 50px;
  }
}
.header__close-btn {
  display: none;
}
@media (max-width: 1199px) {
  .header__close-btn {
    display: block;
    position: absolute;
    top: 20px;
    right: 16px;
    background-color: transparent;
  }
}
.header__open-btn {
  background-color: transparent;
  display: none;
}
@media (max-width: 1199px) {
  .header__open-btn {
    display: block;
  }
}

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 120%;
  gap: 15px;
}
@media (max-width: 1500px) {
  .logo {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .logo {
    gap: 11px;
  }
}
.logo img {
  width: 136px;
}
@media (max-width: 1500px) {
  .logo img {
    width: 107px;
  }
}
@media (max-width: 1199px) {
  .logo img {
    width: 84px;
  }
}
@media (max-width: 767px) {
  .logo img {
    width: 62px;
  }
}
.logo a {
  color: #14151f;
  font-size: 16px;
  line-height: 120%;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .logo a {
    font-size: 13px;
  }
}
@media (max-width: 1199px) {
  .logo a {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .logo a {
    font-size: 10px;
  }
}

.slider {
  background-image: url("../img/bg-1.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 214px;
  padding-bottom: 199px;
}
@media (max-width: 1500px) {
  .slider {
    padding-top: 149px;
    padding-bottom: 185px;
  }
}
@media (max-width: 1300px) {
  .slider {
    background-image: url("../img/bg-5.png");
  }
}
@media (max-width: 1199px) {
  .slider {
    padding-top: 163px;
    padding-bottom: 134px;
  }
}
@media (max-width: 767px) {
  .slider {
    padding-top: 98px;
    padding-bottom: 101px;
  }
}
@media (max-width: 380px) {
  .slider {
    background-image: url("../img/bg-7.png");
  }
}
.slider__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}
@media (max-width: 1500px) {
  .slider__buttons {
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .slider__buttons {
    gap: 10px;
  }
}
.slider__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slider__flex h2 {
  color: #14151f;
  margin-bottom: 24px;
}
@media (max-width: 1500px) {
  .slider__flex h2 {
    margin-bottom: 12px;
  }
}
.slider__flex p {
  color: #43444c;
}
.slider__flex button {
  background-color: #f5f6f7;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  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;
}
.slider__flex button svg {
  width: 18px;
  height: 24px;
}
@media (max-width: 1500px) {
  .slider__flex button {
    width: 40px;
    height: 40px;
  }
  .slider__flex button svg {
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}
@media (max-width: 767px) {
  .slider__flex button {
    width: 33px;
    height: 33px;
  }
}
.slider__swiper {
  overflow: hidden;
  margin-top: 60px;
}
@media (max-width: 1500px) {
  .slider__swiper {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .slider__swiper {
    margin-right: -20px;
  }
}
@media (max-width: 767px) {
  .slider__swiper {
    margin-top: 45px;
  }
}
.slider__slide h3 {
  color: #14151f;
  line-height: 120%;
  font-size: 32px;
}
@media (max-width: 1500px) {
  .slider__slide h3 {
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .slider__slide h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .slider__slide h3 {
    font-size: 16px;
  }
}
.slider__slide p {
  font-size: 22px;
  margin-top: 8px;
  font-weight: 300;
  line-height: 140%;
}
@media (max-width: 1500px) {
  .slider__slide p {
    font-size: 16px;
  }
}
@media (max-width: 1199px) {
  .slider__slide p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .slider__slide p {
    font-size: 12px;
    margin-top: 6px;
  }
}
.slider__slide-img {
  overflow: hidden;
  background-color: #f5f6f7;
  border-radius: 40px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .slider__slide-img {
    border-radius: 28px;
    margin-bottom: 18px;
  }
}
.slider__slide-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.guide {
  background-image: url("../img/bg-4.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding-top: 126px;
}
@media (max-width: 767px) {
  .guide {
    padding-top: 74px;
  }
}
.guide__wrapper {
  background-color: #8230ea;
}
.guide__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .guide__container {
    gap: 8px;
    padding-top: 32px;
    padding-bottom: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.guide__container p {
  color: white;
  line-height: 120%;
  font-size: 36px;
}
@media (max-width: 1500px) {
  .guide__container p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .guide__container p {
    font-size: 16px;
  }
}
.guide__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 23px;
}
@media (max-width: 767px) {
  .guide__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.guide__flex img {
  width: 338px;
}
@media (max-width: 1500px) {
  .guide__flex img {
    width: auto;
    height: 98px;
  }
}
@media (max-width: 767px) {
  .guide__flex img {
    height: 58px;
    -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
            transform: scale(-1, 1);
  }
}
.guide__flex a {
  color: #8230ea;
}

.intro {
  padding-bottom: 90px;
}
@media (max-width: 1500px) {
  .intro {
    padding-bottom: 80px;
  }
}
@media (max-width: 1199px) {
  .intro {
    padding-bottom: 10px;
  }
}
@media (max-width: 767px) {
  .intro {
    padding-bottom: 40px;
  }
}
.intro__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 57.8804347826% 41.0326086957%;
  grid-template-columns: 57.8804347826% 41.0326086957%;
  gap: 20px;
}
@media (max-width: 1199px) {
  .intro__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .intro__container {
    gap: 12px;
  }
}
.intro__block-1 {
  background-color: #3048ea;
  background-image: url("../img/img-1.png");
  background-position: bottom left;
  height: 888px;
}
@media (max-width: 1500px) {
  .intro__block-1 {
    height: 596px;
  }
}
@media (max-width: 1199px) {
  .intro__block-1 {
    background-image: url("../img/img-23.png");
    background-position: right;
    height: 389px;
  }
}
@media (max-width: 767px) {
  .intro__block-1 {
    height: 356px;
    background-image: url("../img/img-25.png");
    background-size: auto;
    background-position: left 120px;
  }
}
.intro__block-1 h2 {
  max-width: 884px;
  margin-bottom: 26px;
}
@media (max-width: 1500px) {
  .intro__block-1 h2 {
    max-width: 538px;
  }
}
@media (max-width: 767px) {
  .intro__block-1 h2 {
    margin-bottom: 8px;
  }
}
.intro__block-1 p {
  max-width: 750px;
  opacity: 0.8;
}
@media (max-width: 1500px) {
  .intro__block-1 p {
    max-width: 503px;
  }
}
@media (max-width: 1199px) {
  .intro__block-1 p {
    max-width: 379px;
  }
}
.intro__block-2 {
  background-color: #ea30ab;
  background-image: url("../img/img-2.png");
  background-position: right bottom;
}
@media (max-width: 1199px) {
  .intro__block-2 {
    background-image: url("../img/img-24.png");
    background-size: auto;
  }
}
@media (max-width: 767px) {
  .intro__block-2 {
    background-position: top right;
    background-image: url("../img/img-26.png");
  }
}
.intro__block-2 h2 {
  max-width: 521px;
}
@media (max-width: 1500px) {
  .intro__block-2 h2 {
    max-width: 317px;
  }
}
.intro__block-3 {
  background-color: #8230e9;
  background-image: url("../img/img-3.png");
  background-position: right;
}
@media (max-width: 767px) {
  .intro__block-3 {
    background-position: bottom right;
    background-image: url("../img/img-27.png");
  }
}
@media (max-width: 1500px) {
  .intro__block-3 h2 {
    max-width: 300px;
  }
}
.intro__block-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
@media (max-width: 1199px) {
  .intro__block-4 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .intro__block-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .intro__block-4 {
    gap: 12px;
  }
}
.intro__block-2, .intro__block-3 {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
@media (max-width: 1199px) {
  .intro__block-2, .intro__block-3 {
    height: 302px;
  }
}
@media (max-width: 767px) {
  .intro__block-2, .intro__block-3 {
    height: 219px;
  }
}
.intro__block-1, .intro__block-2, .intro__block-3 {
  border-radius: 60px;
}
@media (max-width: 1500px) {
  .intro__block-1, .intro__block-2, .intro__block-3 {
    border-radius: 40px;
  }
}
@media (max-width: 767px) {
  .intro__block-1, .intro__block-2, .intro__block-3 {
    border-radius: 28px;
  }
}
.intro__block-1 button, .intro__block-2 button, .intro__block-3 button {
  margin-right: 20px;
}
@media (max-width: 1500px) {
  .intro__block-1 button, .intro__block-2 button, .intro__block-3 button {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .intro__block-1 button, .intro__block-2 button, .intro__block-3 button {
    margin-right: 12px;
  }
}

.how {
  padding-top: 113px;
  padding-bottom: 62px;
}
@media (max-width: 1500px) {
  .how {
    padding-top: 54px;
    padding-bottom: 74px;
  }
}
@media (max-width: 1199px) {
  .how {
    padding-top: 41px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .how {
    padding-top: 41px;
    padding-bottom: 48px;
  }
}
.how__container {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 1199px) {
  .how__container {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .how__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .how__container {
    gap: 12px;
    padding: 0;
    overflow: hidden;
  }
}
.how__block-1 {
  background-color: #ea30ab;
}
.how__block-2 {
  background-color: #f88470;
  z-index: 1;
}
.how__block-2 img {
  position: absolute;
  right: -80%;
  display: none;
}
@media (max-width: 1500px) {
  .how__block-2 img {
    display: block;
  }
}
@media (max-width: 1199px) {
  .how__block-2 img {
    display: none;
  }
}
.how__block-3 {
  background-color: #8230ea;
  z-index: 3;
}
@media (max-width: 1199px) {
  .how__block-3 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
}
@media (max-width: 767px) {
  .how__block-3 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
.how__block-3 img {
  display: none;
}
@media (max-width: 1199px) {
  .how__block-3 img {
    position: absolute;
    display: block;
    -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
            transform: translateY(-100px);
    width: 520px;
    top: 0;
    right: 0;
  }
}
@media (max-width: 767px) {
  .how__block-3 img {
    width: 274px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media (max-width: 400px) {
  .how__block-3 img {
    right: -70px;
  }
}
@media (max-width: 1199px) {
  .how__block-3 h2 {
    max-width: 296px;
  }
}
.how__block-1, .how__block-2, .how__block-3 {
  gap: 20px;
  position: relative;
  min-height: 374px;
  border-radius: 40px;
}
@media (max-width: 1500px) {
  .how__block-1, .how__block-2, .how__block-3 {
    min-height: 301px;
  }
}
@media (max-width: 767px) {
  .how__block-1, .how__block-2, .how__block-3 {
    min-height: 216px;
    border-radius: 28px;
    margin: 0 20px;
  }
}
@media (max-width: 1500px) {
  .how__block-1 > div, .how__block-2 > div, .how__block-3 > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }
}
@media (max-width: 1500px) and (max-width: 767px) {
  .how__block-1 > div, .how__block-2 > div, .how__block-3 > div {
    gap: 12px;
  }
}
.how__block-1 > div button, .how__block-2 > div button, .how__block-3 > div button {
  margin-right: 15px;
}

.promo {
  background-image: url("../img/bg-2.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 258px;
  padding-bottom: 256px;
}
@media (max-width: 1500px) {
  .promo {
    padding-top: 162px;
    padding-bottom: 146px;
  }
}
@media (max-width: 1199px) {
  .promo {
    padding-top: 148px;
    padding-bottom: 117px;
  }
}
@media (max-width: 767px) {
  .promo {
    padding-top: 99px;
    padding-bottom: 137px;
  }
}
.promo__container {
  background-color: #14151f;
  background-size: auto;
  background-repeat: no-repeat;
  background-image: url("../img/img-4.png");
  background-position: right;
  border-radius: 40px;
  padding: 130px 50px;
}
@media (max-width: 1500px) {
  .promo__container {
    background-image: url("../img/img-28.png");
    padding: 70px 28px;
  }
}
@media (max-width: 1199px) {
  .promo__container {
    background-image: url("../img/img-29.png");
  }
}
@media (max-width: 767px) {
  .promo__container {
    border-radius: 28px;
    padding: 66px 20px;
    min-height: 491px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    background-image: url("../img/img-30.png");
  }
}
@media (max-width: 500px) {
  .promo__container {
    background-position: center;
  }
}
.promo__container a {
  color: #14151f;
}
@media (max-width: 767px) {
  .promo__container a {
    margin-top: auto;
  }
}
@media (max-width: 500px) {
  .promo__container a {
    width: 100%;
    text-align: center;
  }
}
.promo h2 {
  max-width: 872px;
  margin-bottom: 20px;
}
.promo h2 span {
  background-color: #3048e9;
  color: white;
}
@media (max-width: 1500px) {
  .promo h2 {
    max-width: 538px;
  }
}
@media (max-width: 767px) {
  .promo h2 {
    margin-bottom: 16px;
  }
}
.promo p {
  max-width: 696px;
  margin-bottom: 60px;
}
@media (max-width: 1500px) {
  .promo p {
    max-width: 376px;
  }
}
@media (max-width: 767px) {
  .promo p {
    margin-bottom: 48px;
  }
}

.subscription {
  background-image: url("../img/bg-3.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden;
  padding-top: 262px;
  padding-bottom: 252px;
}
@media (max-width: 1500px) {
  .subscription {
    padding-top: 164px;
    padding-bottom: 165px;
    background-image: url("../img/bg-10.png");
  }
}
@media (max-width: 1199px) {
  .subscription {
    padding-top: 131px;
    padding-bottom: 160px;
  }
}
@media (max-width: 767px) {
  .subscription {
    padding-top: 131px;
    padding-bottom: 160px;
  }
}
.subscription__container {
  background-color: #3048ea;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  gap: 81px;
  -ms-grid-columns: 1fr 550px;
  grid-template-columns: 1fr 550px;
  border-radius: 40px;
  padding: 154px 50px 169px 50px;
}
@media (max-width: 1500px) {
  .subscription__container {
    padding: 70px 28px 81px 28px;
    gap: 40px;
    -ms-grid-columns: 1fr 356px;
    grid-template-columns: 1fr 356px;
  }
}
@media (max-width: 1199px) {
  .subscription__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 70px 30px 70px 30px;
  }
}
@media (max-width: 767px) {
  .subscription__container {
    border-radius: 28px;
    padding: 70px 30px 70px 30px;
    gap: 32px;
  }
}
.subscription__container img {
  position: absolute;
  right: -3%;
  top: -10%;
  width: 793px;
}
@media (max-width: 1500px) {
  .subscription__container img {
    width: 457px;
    top: -60px;
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .subscription__container img {
    top: auto;
    bottom: -14%;
    right: -3%;
    width: 395px;
    -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
            transform: rotate(10deg);
  }
}
@media (max-width: 767px) {
  .subscription__container img {
    width: 191px;
    top: 110px;
    z-index: 1;
    right: -80px;
  }
}
@media (max-width: 1199px) {
  .subscription__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.subscription__block-1 h2 {
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .subscription__block-1 h2 {
    max-width: 721px;
  }
}
@media (max-width: 767px) {
  .subscription__block-1 h2 {
    margin-bottom: 16px;
  }
}
.subscription__block-1 p {
  color: white;
  max-width: 603px;
}
.subscription__block-2 {
  position: relative;
}
.subscription__block-2 form {
  position: relative;
  z-index: 1;
  background-color: white;
  border-radius: 40px;
  padding: 64px;
}
@media (max-width: 1500px) {
  .subscription__block-2 form {
    padding: 30px 28px;
  }
}
@media (max-width: 1199px) {
  .subscription__block-2 form {
    max-width: 356px;
  }
}
@media (max-width: 767px) {
  .subscription__block-2 form {
    border-radius: 24px;
    padding: 36px 20px;
  }
}
.subscription__input {
  height: 37px;
  padding-bottom: 8px;
  width: 100%;
  border-bottom: 1px solid #14151f;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .subscription__input {
    margin-bottom: 12px;
  }
}
.subscription__input label {
  position: absolute;
  left: 0;
}
.subscription__input input::-webkit-input-placeholder {
  color: #14151f;
  line-height: 140%;
  font-size: 20px;
}
.subscription__input input::-moz-placeholder {
  color: #14151f;
  line-height: 140%;
  font-size: 20px;
}
.subscription__input input:-ms-input-placeholder {
  color: #14151f;
  line-height: 140%;
  font-size: 20px;
}
.subscription__input input::-ms-input-placeholder {
  color: #14151f;
  line-height: 140%;
  font-size: 20px;
}
.subscription__input input,
.subscription__input input::placeholder {
  color: #14151f;
  line-height: 140%;
  font-size: 20px;
}
@media (max-width: 1500px) {
  .subscription__input input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .subscription__input input::-moz-placeholder {
    font-size: 16px;
  }
  .subscription__input input:-ms-input-placeholder {
    font-size: 16px;
  }
  .subscription__input input::-ms-input-placeholder {
    font-size: 16px;
  }
  .subscription__input input,
  .subscription__input input::placeholder {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .subscription__input input::-webkit-input-placeholder {
    font-size: 12px;
  }
  .subscription__input input::-moz-placeholder {
    font-size: 12px;
  }
  .subscription__input input:-ms-input-placeholder {
    font-size: 12px;
  }
  .subscription__input input::-ms-input-placeholder {
    font-size: 12px;
  }
  .subscription__input input,
  .subscription__input input::placeholder {
    font-size: 12px;
  }
}
.subscription__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #14151f;
  font-size: 14px;
}
@media (max-width: 1500px) {
  .subscription__checkbox {
    font-size: 10px;
  }
}
@media (max-width: 767px) {
  .subscription__checkbox {
    font-size: 8px;
  }
}
.subscription__checkbox a {
  color: #14151f;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  margin-left: 5px;
}
.subscription__checkbox input {
  margin-right: 10px;
}
.subscription__btn {
  width: 100%;
  background-color: #3048ea;
  text-align: center;
  border-radius: 42px;
  color: #fff;
  font-size: 24px;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 40px;
}
@media (max-width: 1500px) {
  .subscription__btn {
    margin-top: 22px;
    padding: 16px 32px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .subscription__btn {
    font-size: 12px;
    padding-top: 14px;
    padding-bottom: 14px;
    margin-top: 24px;
  }
}

.articles {
  padding-top: 60px;
  padding-bottom: 56px;
}
@media (max-width: 1500px) {
  .articles {
    padding-top: 40px;
    padding-bottom: 74px;
  }
}
@media (max-width: 1199px) {
  .articles {
    padding-top: 40px;
    padding-bottom: 32px;
  }
}
@media (max-width: 767px) {
  .articles {
    padding-top: 40px;
    padding-bottom: 51px;
  }
}
.articles__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media (max-width: 767px) {
  .articles__container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .articles__container {
    gap: 16px;
  }
}
.articles__container > div {
  position: relative;
  background-repeat: no-repeat;
  background-position: right;
  background-size: auto;
  border-radius: 40px;
  padding: 46px 50px;
}
@media (max-width: 1500px) {
  .articles__container > div {
    padding: 41px 28px;
  }
}
@media (max-width: 1199px) {
  .articles__container > div {
    padding: 28px;
  }
}
@media (max-width: 767px) {
  .articles__container > div {
    border-radius: 28px;
    padding: 32px 20px;
    min-height: 174px !important;
  }
}
.articles__container > div img {
  position: absolute;
}
.articles__container > div:nth-child(1) > div span {
  margin-right: 20px;
}
.articles__container > div:nth-child(1), .articles__container > div:nth-child(2) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 767px) {
  .articles__container > div:nth-child(1), .articles__container > div:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.articles__container > div:nth-child(2) {
  border: 1px solid #3048ea;
}
.articles__container > div:nth-child(2) h2,
.articles__container > div:nth-child(2) button {
  color: #3048ea;
}
.articles__container > div:nth-child(2) button {
  border-color: #3048ea;
}
.articles__container > div:nth-child(2) > div span {
  color: #3048ea;
  margin-right: 20px;
}
.articles__container > div:nth-child(n+3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
  min-height: 330px;
}
@media (max-width: 1500px) {
  .articles__container > div:nth-child(n+3) {
    min-height: 180px;
  }
}
@media (max-width: 1199px) {
  .articles__container > div:nth-child(n+3) {
    min-height: 256px;
  }
}
@media (max-width: 767px) {
  .articles__container > div:nth-child(n+3) {
    gap: 20px;
  }
}
.articles__container > div:nth-child(n+3) button {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .articles__container > div:nth-child(n+3) button {
    margin-right: 12px;
  }
}
.articles__btn {
  color: #3048ea;
  border: 1px solid #3048ea;
  width: 100%;
  background-color: #f5f6f7;
  font-size: 24px;
  height: 98px;
  border-radius: 75px;
  margin-top: 60px;
}
@media (max-width: 1500px) {
  .articles__btn {
    font-size: 16px;
    height: 54px;
  }
}
@media (max-width: 1199px) {
  .articles__btn {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .articles__btn {
    font-size: 12px;
    height: 49px;
    border-radius: 42px;
    margin-top: 40px;
  }
}

.articles-1 > div {
  background-size: auto;
}
.articles-1 > div:nth-child(1) {
  background-color: #ea30ab;
}
.articles-1 > div:nth-child(1) img {
  right: 15%;
  display: none;
  z-index: 1;
}
@media (max-width: 1500px) {
  .articles-1 > div:nth-child(1) img {
    display: block;
  }
}
@media (max-width: 1199px) {
  .articles-1 > div:nth-child(1) img {
    top: 10px;
    right: 25%;
    width: 183px;
  }
}
@media (max-width: 767px) {
  .articles-1 > div:nth-child(1) img {
    width: 131px;
    right: 0;
    top: 40px;
  }
}
@media (max-width: 1199px) {
  .articles-1 > div:nth-child(1) h2 {
    max-width: 338px;
  }
}
@media (max-width: 1199px) {
  .articles-1 > div:nth-child(2) h2 {
    max-width: 338px;
  }
}
.articles-1 > div:nth-child(3) {
  background-color: #64d85c;
  background-image: url("../img/img-5.png");
}
.articles-1 > div:nth-child(3) h2 {
  max-width: 612px;
}
@media (max-width: 1500px) {
  .articles-1 > div:nth-child(3) {
    background-image: url("../img/img-20.png");
  }
}
@media (max-width: 767px) {
  .articles-1 > div:nth-child(3) {
    background-image: url("../img/img-31.png");
  }
}
.articles-1 > div:nth-child(4) {
  background-color: #8230ea;
}
.articles-1 > div:nth-child(4) h2 {
  max-width: 620px;
}
.articles-1 > div:nth-child(5) {
  background-color: #4993ff;
}
.articles-1 > div:nth-child(5) h2 {
  max-width: 668px;
}
.articles-1 > div:nth-child(6) {
  background-color: #ffa53f;
  background-image: url("../img/img-6.png");
}
@media (max-width: 1500px) {
  .articles-1 > div:nth-child(6) {
    background-image: url("../img/img-21.png");
  }
}
@media (max-width: 767px) {
  .articles-1 > div:nth-child(6) {
    background-image: url("../img/img-32.png");
  }
}

.articles-2 > div:nth-child(1) {
  background-color: #ffa53f;
}
.articles-2 > div:nth-child(2) img {
  bottom: -100px;
  right: 20%;
}
@media (max-width: 1500px) {
  .articles-2 > div:nth-child(2) img {
    right: 13%;
    width: 280px;
    bottom: -70px;
  }
}
@media (max-width: 1199px) {
  .articles-2 > div:nth-child(2) img {
    display: none;
  }
}
.articles-2 > div:nth-child(2) h2 {
  max-width: 59.7826086957%;
}
.articles-2 > div:nth-child(3) {
  background-color: #ea30ab;
}
.articles-2 > div:nth-child(3) h2 {
  max-width: 600px;
}
.articles-2 > div:nth-child(4) {
  background-color: #4993ff;
}
.articles-2 > div:nth-child(5) {
  background-color: #14151f;
  background-image: url("../img/img-9.png");
}
.articles-2 > div:nth-child(5) h2 {
  max-width: 548px;
}
@media (max-width: 1500px) {
  .articles-2 > div:nth-child(5) {
    background-image: url("../img/img-22.png");
    background-position: bottom right;
  }
}
@media (max-width: 1199px) {
  .articles-2 > div:nth-child(5) {
    background-image: url("../img/img-33.png");
  }
}
@media (max-width: 767px) {
  .articles-2 > div:nth-child(5) {
    background-image: url("../img/img-34.png");
  }
}
.articles-2 > div:nth-child(6) {
  background-color: #3048ea;
}
.articles-2 > div:nth-child(6) h2 {
  max-width: 718px;
}

.footer {
  background-color: white;
}
.footer__block {
  border-bottom: 1px solid rgba(20, 21, 31, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 80px;
  padding-bottom: 45px;
}
@media (max-width: 1500px) {
  .footer__block {
    padding-bottom: 28px;
  }
}
@media (max-width: 1199px) {
  .footer__block {
    padding-top: 60px;
    padding-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .footer__block {
    padding-top: 60px;
    padding-bottom: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 24px;
  }
}
.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 68px;
}
@media (max-width: 1500px) {
  .footer__list {
    gap: 43px;
  }
}
@media (max-width: 1199px) {
  .footer__list {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .footer__list {
    gap: 36px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__list li a {
  color: #14151f;
  line-height: 120%;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .footer__list li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer__list li a {
    font-size: 12px;
  }
}
.footer__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 92px;
}
@media (max-width: 1500px) {
  .footer__flex {
    gap: 56px;
  }
}
@media (max-width: 1199px) {
  .footer__flex {
    gap: 27px;
  }
}
@media (max-width: 767px) {
  .footer__flex {
    gap: 8px;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer__flex a {
  color: #14151f;
  line-height: 120%;
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .footer__flex a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .footer__flex a {
    font-size: 12px;
  }
}
.footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 22px;
  padding-top: 46px;
  padding-bottom: 46px;
  font-weight: 300;
}
@media (max-width: 1500px) {
  .footer__copyright {
    font-size: 14px;
    padding-top: 28px;
    padding-bottom: 28px;
  }
}
@media (max-width: 1199px) {
  .footer__copyright {
    padding-top: 34px;
    padding-bottom: 20px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .footer__copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    font-size: 10px;
    padding-top: 26px;
    padding-bottom: 20px;
  }
}
.footer__copyright span,
.footer__copyright a {
  color: rgba(20, 21, 31, 0.4);
  line-height: 120%;
}

.error404 {
  max-width: 1775px;
  margin: 0 auto;
  padding: 25px 40px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
@media (max-width: 1199px) {
  .error404 {
    padding: 25px 0 0 0;
  }
}
.error404__img {
  margin-top: -30px;
}
@media (max-width: 1500px) {
  .error404__img {
    width: 685px;
  }
}
@media (max-width: 1199px) {
  .error404__img {
    width: 523px;
  }
}
@media (max-width: 767px) {
  .error404__img {
    width: 100%;
  }
}
@media (max-width: 1500px) {
  .error404__logo {
    width: 72px;
  }
}
@media (max-width: 767px) {
  .error404__logo {
    width: 48px;
  }
}
.error404 h1 {
  font-size: 52px;
  color: #14151f;
  line-height: 120%;
  margin-top: -60px;
  margin-bottom: 100px;
}
@media (max-width: 1500px) {
  .error404 h1 {
    font-size: 36px;
    margin-bottom: 82px;
  }
}
@media (max-width: 1199px) {
  .error404 h1 {
    font-size: 24px;
    margin-bottom: 63px;
  }
}
@media (max-width: 767px) {
  .error404 h1 {
    font-size: 14px;
    margin-top: 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}
.error404__block {
  border-top-right-radius: 40px;
  border-top-left-radius: 40px;
  background: #3048ea;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 23px;
  padding-right: 23px;
  width: 100%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 44px;
}
@media (max-width: 1500px) {
  .error404__block {
    padding-top: 66px;
    padding-bottom: 75px;
    border-top-right-radius: 26px;
    border-top-left-radius: 26px;
    gap: 30px;
  }
}
@media (max-width: 1199px) {
  .error404__block {
    padding-top: 45px;
    padding-bottom: 51px;
    gap: 20px;
  }
}
@media (max-width: 767px) {
  .error404__block {
    padding-top: 49px;
  }
}
.error404__block h2 {
  color: #fff;
  font-size: 32px;
  line-height: 120%;
  text-align: center;
}
@media (max-width: 1500px) {
  .error404__block h2 {
    font-size: 20px;
  }
}
@media (max-width: 1199px) {
  .error404__block h2 {
    font-size: 18px;
  }
}
.error404__block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 1500px) {
  .error404__block ul {
    gap: 28px;
  }
}
@media (max-width: 1199px) {
  .error404__block ul {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .error404__block ul {
    gap: 10px;
  }
}
.error404__block ul li a {
  display: block;
  padding: 14px 32px;
  color: #3048ea;
  font-size: 20px;
  border-radius: 24px;
  background: #fff;
}
@media (max-width: 1500px) {
  .error404__block ul li a {
    padding: 10px 22px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .error404__block ul li a {
    font-size: 12px;
  }
}

.they-were-able {
  padding-bottom: 53px;
  padding-top: 37px;
}
@media (max-width: 767px) {
  .they-were-able {
    padding-top: 10px;
  }
}
.they-were-able h2 {
  color: #14151f;
  margin-bottom: 24px;
}
@media (max-width: 1500px) {
  .they-were-able h2 {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .they-were-able h2 {
    margin-bottom: 8px;
  }
}
.they-were-able p {
  color: #43444c;
}
.they-were-able__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 60px;
}
@media (max-width: 1500px) {
  .they-were-able__grid {
    margin-top: 40px;
  }
}
@media (max-width: 1199px) {
  .they-were-able__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .they-were-able__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
}
.they-were-able__grid-item {
  position: relative;
}
.they-were-able__grid-item a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.they-were-able__grid-item img {
  height: 455px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 40px;
  margin-bottom: 28px;
}
@media (max-width: 1500px) {
  .they-were-able__grid-item img {
    height: 272px;
  }
}
@media (max-width: 1199px) {
  .they-were-able__grid-item img {
    height: 240px;
  }
}
@media (max-width: 767px) {
  .they-were-able__grid-item img {
    border-radius: 28px;
    height: 198px;
    margin-bottom: 18px;
  }
}
.they-were-able__grid-item h3 {
  color: #14151f;
  font-size: 32px;
  line-height: 120%;
  margin-bottom: 20px;
}
@media (max-width: 1500px) {
  .they-were-able__grid-item h3 {
    font-size: 24px;
    margin-bottom: 12px;
  }
}
@media (max-width: 1199px) {
  .they-were-able__grid-item h3 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .they-were-able__grid-item h3 {
    font-size: 16px;
  }
}
.they-were-able__grid-item p {
  color: #43444c;
  font-size: 22px;
  line-height: 140%;
}
@media (max-width: 1500px) {
  .they-were-able__grid-item p {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .they-were-able__grid-item p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .they-were-able__grid-item p {
    font-size: 12px;
  }
}
.they-were-able__grid-item > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 22px;
  line-height: 140%;
  border-radius: 40px;
  padding: 10px 20px;
  margin-bottom: 24px;
}
@media (max-width: 1500px) {
  .they-were-able__grid-item > div {
    font-size: 14px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .they-were-able__grid-item > div {
    font-size: 12px;
    margin-bottom: 16px;
  }
}

.privacy-policy {
  padding-bottom: 120px;
}
@media (max-width: 1500px) {
  .privacy-policy {
    padding-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .privacy-policy {
    padding-bottom: 80px;
  }
}
.privacy-policy__wrapper {
  padding: 0 150px;
}
@media (max-width: 1500px) {
  .privacy-policy__wrapper {
    padding: 0 95px;
  }
}
@media (max-width: 1199px) {
  .privacy-policy__wrapper {
    padding: 0;
  }
}
.privacy-policy h1 {
  color: #14151f;
  margin-bottom: 40px;
}
.privacy-policy p,
.privacy-policy li {
  color: #43444c;
  line-height: 140%;
  font-size: 24px;
  font-weight: 300;
}
.privacy-policy p a,
.privacy-policy li a {
  color: #3048ea;
  text-decoration: underline;
}
@media (max-width: 1500px) {
  .privacy-policy p,
  .privacy-policy li {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .privacy-policy p,
  .privacy-policy li {
    font-size: 12px;
  }
}
.privacy-policy ul {
  padding-left: 20px;
}
.privacy-policy ul li {
  list-style-type: disc;
}

.category-articles h2 {
  color: #14151f;
}

.article-intro__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  border-radius: 60px;
  overflow: hidden;
}
.article-intro__grid > div:first-child {
  background: #8230ea;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.article-intro__grid > div:first-child button {
  margin-right: 20px;
}
.article-intro__grid > div:last-child {
  background-color: white;
  padding: 431px 50px 50px 55px;
  position: relative;
}
.article-intro__grid > div:last-child > img {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-91px) translateX(-34px);
      -ms-transform: translateY(-91px) translateX(-34px);
          transform: translateY(-91px) translateX(-34px);
}
.article-intro__grid > div:last-child > p {
  color: #14151f;
}
.article-intro__grid-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 100px 1fr;
  grid-template-columns: 100px 1fr;
  gap: 24px;
  margin-bottom: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-intro__grid-2 img {
  border-radius: 100%;
}
.article-intro__grid-2 > div h3 {
  color: #14151f;
  font-size: 28px;
  line-height: 120%;
  margin-bottom: 8px;
}
.article-intro__grid-2 > div p {
  color: #43444c;
  font-size: 22px;
  line-height: 140%;
}

.article-lists {
  padding-top: 250px;
  padding-bottom: 250px;
}
.article-lists__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 120px;
}
.article-lists__1, .article-lists__2 {
  padding: 150px 50px;
  border-radius: 60px;
}
.article-lists__1 h2, .article-lists__2 h2 {
  margin-bottom: 32px;
  max-width: 1281px;
}
.article-lists__1 p, .article-lists__2 p {
  font-size: 32px;
  color: #fff;
  line-height: 150%;
  margin-bottom: 100px;
  font-weight: 300;
  max-width: 1217px;
}
.article-lists__1 ul, .article-lists__2 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 44px;
  font-size: 32px;
  color: #fff;
  line-height: 150%;
  font-weight: 300;
  max-width: 1170px;
}
.article-lists__1 ul li, .article-lists__2 ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 28px;
}
.article-lists__1 ul li span, .article-lists__2 ul li span {
  margin-top: 7px;
}
.article-lists__1 {
  background: #ea30ab;
}
.article-lists__1 ul li span {
  min-width: 46px;
  height: 46px;
  border-radius: 100%;
  background-color: white;
  color: #ea30ab;
  font-size: 24px;
  line-height: 150%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.article-lists__2 {
  border-radius: 60px;
  background: #8230ea;
}
.article-lists__2 ul li span {
  min-width: 20px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
}

.more-articles {
  padding-bottom: 192px;
}
.more-articles > .container > h2 {
  color: #14151f;
  margin-bottom: 60px;
}
.more-articles__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.more-articles__grid > div {
  padding: 50px 32px 50px 50px;
  gap: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.more-articles__grid > div > div span {
  margin-right: 16px;
}
.more-articles__grid > div:nth-child(1), .more-articles__grid > div:nth-child(2), .more-articles__grid > div:nth-child(3) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 374px;
}
.more-articles__grid > div:nth-child(1) {
  background: #64d85c;
}
.more-articles__grid > div:nth-child(2) {
  background: #ed4b3b;
}
.more-articles__grid > div:nth-child(3) {
  background: #3048ea;
}
.more-articles__grid > div:nth-child(4), .more-articles__grid > div:nth-child(5) {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.more-articles__grid > div:nth-child(4) {
  border: 1px solid #3048ea;
}
.more-articles__grid > div:nth-child(4) h2,
.more-articles__grid > div:nth-child(4) button,
.more-articles__grid > div:nth-child(4) span {
  color: #3048ea;
}
.more-articles__grid > div:nth-child(4) button {
  border-color: #3048ea;
}
.more-articles__grid > div:nth-child(5) {
  background-color: #ea30ab;
}