*, :after, :before {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-family: Montserrat, sans-serif;
}
body {
    position: relative;
    font-family: Montserrat, sans-serif;
    color: #1f1a27;
    margin: 0;
    overflow-x: hidden;
    background: url("../img/content/bg-m@2x.png") no-repeat top right;
    background-size: 375px;
}
@media (min-width: 992px) {
    body {
        background: url("../img/content/bg@2x.png") no-repeat top left;
        background-size: 1080px;
    }
}
body.overflow-hidden {
    background: none;
}
a {
    text-decoration: none
}
h1,
h2 {
    margin: 0;
    font-weight: 800;
    font-size: 32px;
    line-height: 112%;
}
@media (min-width: 992px) {
    h1,
    h2 {
        font-size: 40px;
        line-height: 120%;
    }
}
#wrapper {
    overflow: hidden;
}
.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.container {
    position: relative;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1104px;
    min-width: 288px;
    padding: 0 16px;
    margin: 0 auto;
}
@media (min-width: 576px) {
    .container {
        padding: 0 32px;
    }
}
mark {
    background: none;
    color: #2ca3db;
}
.swiper__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 48px;
  margin: 32px 0 0;
}
@media (min-width: 992px) {
    .swiper__navigation {
        display: none;
    }
}
.swiper__navigation .swiper-button-prev {
  inset: 0;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 16px;
}
.swiper__navigation .swiper-button-prev::after {
  content: "";
}
.swiper__navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 0.3;
}
.swiper__navigation .swiper-button-next {
  inset: 0;
  position: relative;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 16px;
}
.swiper__navigation .swiper-button-next::after {
  content: "";
}
.swiper__navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.3;
}
.blue-button, .green-button, .black-button {
    display: inline-block;
    border-radius: 8px;
    color: #ffffff;
    text-align: center;
    padding: 20px 40px;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
@media (min-width: 992px) {
    .blue-button, .black-button {
        padding: 20px 40px;
    }
}
.blue-button {
    background: #2fbdff;
}
.green-button {
    background: #e2ff33;
    color: #1f1a27;
}
.black-button {
    background: #1f1a27;
}
/* END GENERAL */

/* CSS */
.header {
    padding: 21px 0;
    position: relative;
    z-index: 99;
    height: 70px;
}
@media (min-width: 992px) {
    .header {
        height: inherit;
        padding: 32px 0 24px;
    }
}
.header .row {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    gap: 16px;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.header .signin, .header .signup {
    padding: 10px 32px;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
    border-radius: 8px;
    display: inline-block;
}
.header__logo {
    max-width: 216px;
}
@media (min-width: 768px) {
    .header__logo {
        max-width: inherit;
    }
}
@media (max-width: 576px) {
    .hamburger-lines {
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        align-items: center;
        gap: 4px;
        height: 24px;
        width: 24px;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        cursor: pointer;
    }
    .hamburger-lines .line {
        display: block;
        height: 2px;
        width: 18px;
        background: #F20C00;
    }
    .hamburger-lines .line1 {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }
    .hamburger-lines .line2 {
        -webkit-transition: -webkit-transform 0.2s ease-in-out;
        transition: -webkit-transform 0.2s ease-in-out;
        -o-transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out;
        transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    }
    .hamburger-lines .line3 {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transition: -webkit-transform 0.4s ease-in-out;
        transition: -webkit-transform 0.4s ease-in-out;
        -o-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
    }
    .nav .menu-items {
        display: none;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        height: calc(100vh - 68px);
        width: 100%;
        -webkit-transform: translate(-150%);
        -ms-transform: translate(-150%);
        transform: translate(-150%);
        -webkit-transition: -webkit-transform 0.5s ease-in-out;
        transition: -webkit-transform 0.5s ease-in-out;
        -o-transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out;
        transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
        text-align: center;
        background: #ffffffcc;
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
    }
    .nav .menu-items a {
        margin-bottom: 20px;
    }
    .nav input[type="checkbox"]:checked~.menu-items {
        position: absolute;
        top: 48px;
        left: -16px;
        width: calc(100% + 32px);
        padding: 40px 0;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .nav input[type="checkbox"]:checked~.hamburger-lines .line1 {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .nav input[type="checkbox"]:checked~.hamburger-lines .line2 {
        -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
        transform: scaleY(0);
    }
    .nav input[type="checkbox"]:checked~.hamburger-lines .line3 {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
.header .signin {
    color: black;
}
.header .signup {
    background: #F20C00;
    color: #ffffff;
}

.start {
    padding: 40px 0 24px;
}
@media (min-width: 992px) {
    .start {
        padding: 48px 0;
    }
}
.start__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
@media (min-width: 992px) {
    .start__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
    }
}
.start__content {
    position: relative;
    z-index: 1;
}
@media (min-width: 992px) {
    .start__content {
        max-width: 634px;
    }
}
.start .winner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 16px;
}
.start__title {
    margin: 32px 0 0;
}
@media (min-width: 992px) {
    .start__title {
        margin: 40px 0 0;
    }
}
.start__title span {
    color: #f20c00;
}
.start__description {
    margin: 10px 0 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
@media (min-width: 992px) {
    .start__description {
        max-width: 510px;
        margin: 16px 0 0;
        font-size: 20px;
        line-height: 140%;
    }
}
.start .advantages {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px 32px;
    max-width: 570px;
    margin: 24px 0 0;
}
@media (min-width: 992px) {
    .start .advantages {
        grid-template-columns: 1fr 1fr;
        gap: 8px 48px;
        margin: 32px 0 0;
    }
}
.start .advantages__col {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
@media (min-width: 992px) {
   .start .advantages__col {
        max-width: 240px;
   } 
}
.start .advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}
.start .advantages__item svg {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
@media (min-width: 992px) {
    .start .advantages__item svg path {
        fill: #E2FF33;
    }
}
.start .advantages__item span {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.start .blue-button {
    width: 100%;
    margin: 40px 0 0;
    padding: 24px 40px;
}
@media (min-width: 992px) {
    .start .blue-button {
        max-width: 336px;
        margin: 48px 0 0;
        padding: 20px 40px;
    }
}
.start__picture {
    display: block;
    width: 100%;
    max-width: 648px;
    height: auto;
    margin: 16px auto 0;
}
@media (min-width: 992px) {
    .start__picture {
        position: absolute;
        top: inherit;
        right: -112px;
        bottom: 0;
        left: inherit;
        width: auto;
        max-width: 55%;
    }
}
@media (min-width: 1200px) {
    .start__picture {
        top: -16px;
        bottom: inherit;
        max-width: inherit;
    }
}

.playable {
    padding: 40px 0;
}
@media (min-width: 992px) {
    .playable {
        padding: 64px 0;
    }
}
.playable__content {
    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: 48px 40px;
    padding: 32px 20px;
    background: #f4fafd;
    border-radius: 24px;
}
@media (min-width: 992px) {
    .playable__content {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 48px;
        border-radius: 32px;
    }
}
.playable__picture {
    max-width: 100%;
    height: auto;
    margin: -32px 0 0;
}
@media (min-width: 992px) {
    .playable__picture {
        margin: -48px 0 0;
    }
}
.playable__title {
    font-size: 28px;
    line-height: 129%;
}
@media (min-width: 992px) {
    .playable__title {
        font-size: 36px;
        line-height: 122%;
    }
}
.playable__text {
    margin: 16px 0 0;
    font-size: 16px;
    line-height: 150%;
}
@media (min-width: 992px) {
    .playable__text {
        font-size: 18px;
        line-height: 156%;
    }
}

.work {
    padding: 40px 0;
}
@media (min-width: 992px) {
    .work {
        padding: 64px 0;
    }
}
.work__description {
    max-width: 970px;
    margin: 12px 0 0;
    font-size: 20px;
    line-height: 140%;
}
.work__content {
    margin: 32px 0 0;
}
@media (min-width: 992px) {
    .work__content {
        margin: 40px 0 0;
    }
}
@media (min-width: 992px) {
    .work__content .swiper-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        gap: 8px;
        width: auto;
        padding: 48px 44px 40px;
        background: #f4fafd;
        border-radius: 32px;
    }
}
@media (min-width: 1200px) {
    .work__content .swiper-wrapper {
        gap: 32px;
    }
}
.work__content .swiper {
    overflow: visible;
}
.work__content .swiper-wrapper svg {
    display: none;
    margin: 52px 0 0;
}
@media (min-width: 992px) {
    .work__content .swiper-wrapper svg {
        display: block;
    }
}
.work__item {
    position: relative;
    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;
    width: 264px;
    padding: 0 20px 40px;
    background: #f4fafd;
    border-radius: 24px;
}
@media (min-width: 992px) {
    .work__item {
        width: calc(100% / 3);
        max-width: 264px;
        padding: 0;
        margin: -48px 0 0;
    }
}
.work__picture {
    max-width: 100%;
    height: auto;
}
.work__info {
    margin: 32px 0 0;
}
.work__head {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    text-align: center;
}
@media (min-width: 992px) {
    .work__head {
        font-size: 20px;
        line-height: 120%;
    }
}
.work__text {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}

.get {
    padding: 40px 0;
}
@media (min-width: 992px) {
    .get {
        padding: 64px 0;
    }
}
.get__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 32px 0 0;
}
@media (min-width: 992px) {
    .get__content {
        grid-template-columns: 1fr 1fr 1fr;
        margin: 40px 0 0;
    }
}
.get__item {
    padding: 20px;
    background: #f4fafd;
    border-radius: 24px;
}
@media (min-width: 992px) {
    .get__item {
        padding: 32px;
        border-radius: 32px;
    }
}
.get__item:last-child {
    background: #FBFFE0;
}
.get__top-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 16px;
    margin: 0 0 16px;
}
@media (min-width: 992px) {
    .get__top-side {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 24px;
        margin: 0 0 24px;
    }
}
.get__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 11px;
    background: #2fbdff;
}
@media (min-width: 992px) {
    .get__icon {
        width: 80px;
        height: 80px;
        border-radius: 16px;
    }
}
.get__icon svg {
    width: 100%;
    max-width: 72%;
    height: auto;
}
.get__item:last-child .get__icon {
    background: #e2ff33;
}
.get__head {
    margin: 0;
    font-weight: 800;
    font-size: 16px;
    line-height: 150%;
}
@media (min-width: 992px) {
    .get__head {
        font-size: 18px;
        line-height: 133%;
    }
}
.get__text {
    margin: 16px 0 0;
    font-weight: 500;
    font-size: 14px;
    line-height: 143%;
}
@media (min-width: 992px) {
    .get__text {
        margin: 24px 0 0;
        font-size: 16px;
        line-height: 150%;
    }
}

.campaign {
    padding: 40px 0;
}
@media (min-width: 992px) {
    .campaign {
        padding: 64px 0;
    }
}
.campaign__content {
    position: relative;
    margin: 40px 0 0;
}
.campaign__slider-controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 8px;
    width: 100%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
}
@media (min-width: 992px) {
    .campaign__slider-controls {
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        max-width: 50%;
    }
}
.campaign__slider-controls button {
    width: 100%;
    min-height: 32px;
    padding: 4px 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 120%;
    text-align: center;
    border: none;
    outline: none;
    background: #f4fafd;
    color: #2CA3DB;
    border-radius: 8px;
    -webkit-box-shadow: none;
            box-shadow: none;
    cursor: pointer;
    -webkit-transition: background .3s ease, color .3s ease;
    -o-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
}
.campaign__slider-controls button.active {
    background: #2CA3DB;
    color: #f4fafd;
}
.campaign__slider {
    margin: 32px 0 0;
}
@media (min-width: 992px) {
    .campaign__slider {
        margin: 0;
    }
}
.campaign__item {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px 48px;
}
@media (min-width: 992px) {
    .campaign__item {
        grid-template-columns: 1fr 1fr;
    }
}
@media (min-width: 992px) {
    .campaign__info {
        padding: 64px 0 0;
    }
}
.campaign__picture {
    max-width: 100%;
    height: auto;
    border: 1px solid #2ca3db;
    border-radius: 8px;
}
.campaign__head {
    margin: 0;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #2ca3db;
}
.campaign__text {
    margin: 8px 0 0;
    font-size: 16px;
    line-height: 150%;
}
.campaign__text a {
    text-decoration: underline;
    color: inherit;
}
.campaign__list {
    margin: 8px 0 0;
    padding: 0 0 0 24px;
}
.campaign__list li {
    margin: 8px 0 0;
}
.campaign__list li::marker {
    font-size: 10px;
}
.campaign__slider-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 16px 0 0;
}
@media (min-width: 992px) {
    .campaign__slider-pagination {
        display: none;
    }
}
.swiper-pagination-bullet {
    border: 1px solid #2fbdff;
    background: transparent;
    opacity: 1;
}
.swiper-pagination-bullet-active {
    background: #2fbdff;
}
.campaign .green-button {
    width: 100%;
    margin: 32px 0 0;
}
@media (min-width: 992px) {
    .campaign .green-button {
        margin: 24px 0 0;
    }
}
.campaign .green-button span:first-child {
    display: none;
}
@media (min-width: 992px) {
    .campaign .green-button span:first-child {
        display: inline-block;
    }
}
.campaign .green-button span:last-child {
    display: inline-block;
}
@media (min-width: 992px) {
    .campaign .green-button span:last-child {
        display: none;
    }
}

.useful {
    padding: 40px 0;
}
@media (min-width: 992px) {
    .useful {
        padding: 64px 0;
    }
}
.useful__content {
    position: relative;
    padding: 28px 24px 296px;
    background: url("../img/content/bg-useful-m@2x.png") no-repeat bottom right, -o-linear-gradient(135deg, #26baff 0%, #2ca3db 80%);
    background: url("../img/content/bg-useful-m@2x.png") no-repeat bottom right, linear-gradient(315deg, #26baff 0%, #2ca3db 80%);
    background-size: 100%;
    border-radius: 24px;
}
@media (min-width: 576px) {
    .useful__content {
        background: -o-linear-gradient(135deg, #26baff 0%, #2ca3db 80%);
        background: linear-gradient(315deg, #26baff 0%, #2ca3db 80%);
    }
}
@media (min-width: 992px) {
    .useful__content {
        padding: 48px;
        background: url("../img/content/bg-useful@2x.png") no-repeat top right, -o-linear-gradient(135deg, #26baff 0%, #2ca3db 71.15%);
        background: url("../img/content/bg-useful@2x.png") no-repeat top right, linear-gradient(315deg, #26baff 0%, #2ca3db 71.15%);
        background-size: contain;
        border-radius: 16px;
    }
}
.useful__info {
    position: relative;
    z-index: 2;
}
.useful__title {
    position: relative;
    display: inline-block;
    font-weight: 800;
    font-size: 24px;
    line-height: 117%;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .useful__title {
        font-size: 28px;
        line-height: 143%;
    }
}
.useful__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: -10px;
    width: calc(100% + 20px);
    height: 100%;
    background: #e2ff33;
    -webkit-transform: rotate(-0.5deg);
        -ms-transform: rotate(-0.5deg);
            transform: rotate(-0.5deg);
}
.useful__title span {
    position: relative;
}
.useful__text {
    max-width: 718px;
    margin: 12px 0 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    text-shadow: 1px 1px 1px #2aaae5;
}
@media (min-width: 992px) {
    .useful__text {
        max-width: 718px;
        font-size: 18px;
        line-height: 156%;
    }
} 
.useful__picture {
    position: absolute;
    top: inherit; 
    right: 0;
    bottom: -19%;
    left: 50%;
    width: 140%;
    max-width: 461px;
    height: auto;
    margin: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (min-width: 576px) {
    .useful__picture {
        bottom: -26%;
    }
} 
@media (min-width: 992px) {
    .useful__picture {
        top: -55px; 
        right: -120px;
        bottom: inherit;
        left: inherit;
        width: auto;
        max-width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

.reviews {
    padding: 64px 0;
}
.reviews__content {
    margin: 32px 0 0;
}
@media (min-width: 992px) {
    .reviews__content {
        margin: 40px 0 0;
    }
}
.reviews__content .swiper-wrapper {
    position: relative;
    z-index: 2;
}
@media (min-width: 992px) {
    .reviews__content .swiper-wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 16px;
    }
}
.reviews__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 32px;
    padding: 24px 24px 32px;
    background: #f4fafd;
    border-radius: 32px;
}
@media (min-width: 992px) {
    .reviews__item {
        max-width: 357px;
        gap: 24px;
        padding: 32px;
    }
}
.reviews__text {
    margin: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
}
.reviews__text mark {
    font-weight: 700;
}
.reviews__bottom-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin: auto 0 0;
}
.reviews__icon {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
.reviews__note {
    margin: 0;
    font-weight: 700;
    font-size: 12px;
    line-height: 133%;
}

.boost {
    padding: 40px 0;
}
@media (min-width: 992px) {
    .boost {
        padding: 64px 0;
    }
}
.boost__content {
    position: relative;
    padding: 40px 20px 320px;
    background: url("../img/content/bg-boost-m@2x.png") no-repeat bottom right, -o-linear-gradient(135deg, #26baff 0%, #2ca3db 80%);
    background: url("../img/content/bg-boost-m@2x.png") no-repeat bottom right, linear-gradient(315deg, #26baff 0%, #2ca3db 80%);
    background-size: contain;
    border-radius: 24px;
}
@media (min-width: 576px) {
    .boost__content {
        background: -o-linear-gradient(135deg, #26baff 0%, #2ca3db 80%);
        background: linear-gradient(315deg, #26baff 0%, #2ca3db 80%);
    }
}
@media (min-width: 992px) {
    .boost__content {
        padding: 70px 68px 62px;
        background: url("../img/content/bg-boost@2x.png") no-repeat top right, -o-linear-gradient(135deg, #26baff 0%, #2ca3db 71.15%);
        background: url("../img/content/bg-boost@2x.png") no-repeat top right, linear-gradient(315deg, #26baff 0%, #2ca3db 71.15%);
        background-size: 100% 100%;
        border-radius: 32px;
    }
}
.boost__info {
    position: relative;
    z-index: 2;
}
.boost__title {
    font-weight: 900;
    font-size: 28px;
    line-height: 129%;
    color: #fff;
    text-align: center;
}
@media (min-width: 992px) {
    .boost__title {
        max-width: 500px;
        font-size: 40px;
        line-height: 120%;
        text-align: left;
    }
}
.boost__description {
    margin: 10px 0 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 129%;
    color: #fff;
    text-align: center;
}
@media (min-width: 992px) {
    .boost__description {
        font-size: 30px;
        line-height: 120%;
        text-align: left;
    }
}
.boost .green-button {
    width: 100%;
    margin: 32px 0 0;
}
@media (min-width: 992px) {
    .boost .green-button {
        max-width: 320px;
        margin: 40px 0 0;
    }
}
.boost__picture {
    position: absolute;
    top: inherit; 
    right: 0;
    bottom: -86px;
    left: 50%;
    width: 468px;
    height: auto;
    margin: auto;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
}
@media (min-width: 992px) {
    .boost__picture {
        top: -136px; 
        right: -110px;
        bottom: inherit;
        left: inherit;
        width: auto;
        max-width: 100%;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
    }
}

.footer {
    background: #f4fafd;
    padding-top: 92px;
    padding-bottom: 100px;
    width: 100%;
    margin-top: 24px;
}
@media (min-width: 992px) {
    .footer {
        margin-top: 80px;
    }
}
.footer>.container {
    position: relative;
}
.footer .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.footer .footer-menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer .footer-menu .row {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.footer .footer-menu .rnd {
    background: #ffffff;
    padding: 46px;
    border-radius: 30px;
    height: 387px;
    margin-top: -46px;
}
.footer .footer-menu .rnd img {
    margin-bottom: 34px;
}
.footer .footer-menu .heading {
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 13px;
}
.footer .footer-menu .column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 54px;
    margin-right: 48px;
}
.footer .footer-menu .column a {
    display: inline-block;
    text-decoration: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #333;
}
.footer .footer-menu .column a:hover {
    color: #ff3c32;
}
.footer .footer-column {
    max-width: 300px;
}
.footer .contacts {
    margin-top: -80px;
}
.footer .footer-column .headinger {
    font-size: 13px;
    font-weight: 700;
    line-height: 145%;
    margin-bottom: 22px;
}
.footer .footer-column svg:nth-child(1) {
    fill: #ff3c32;
}
.footer .footer-column svg:hover {
    fill: #dee2e8;
}
.footer .mail {
    display: inline-block;
    margin-top: 16px;
    font-weight: 700;
    font-size: 14px;
    line-height: 160%;
    color: #ff3c32;
    text-decoration: none;
}
.footer .social-link {
    margin-right: 28px;
}
.footer hr {
    border: 1px solid #d1d7db;
    margin: 32px 0 32px;
}
@media (max-width: 991px) {
    .footer {
        padding-top: 16px;
    }

    .footer .footer-menu .rnd {
        margin-top: 0;
        width: 100%;
        height: auto;
        padding: 46px 21px;
    }

    .footer .contacts {
        margin-top: 40px;
    }

    .footer .footer-menu .column {
        margin: 0 16px 16px 0;
    }

    .footer .footer-menu>.row {
        margin-top: 33px;
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 100%;
        display: grid;
        grid-template-columns: 1.3fr 1fr;
    }
}
.footer__bottom .bottom__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 148px;
}
.footer__bottom .bottom__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
    width: 160px;
}
.footer__bottom .bottom__item:nth-child(3) {
    width: 180px;
}
.footer__bottom a.bottom__link {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}
.footer__bottom .footer__copyright {
    color: rgba(0, 0, 0, 0.54);
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-top: 20px;
}
@media (max-width:767px) {
    .footer__bottom .bottom__grid {
        gap: 22px;
        -webkit-column-gap: 2px;
           -moz-column-gap: 2px;
                column-gap: 2px;
    }
    .footer__bottom .bottom__item {
        width: 138px;
    }
    .footer__bottom .bottom__item:nth-child(3) {
        width: 180px;
    }
    .footer__bottom .footer__copyright {
        margin-top: 44px;
    }
}
/* END CSS */