@charset "UTF-8";@font-face {
    font-family: icons;
    font-display: swap;
    src: url(../fonts/icons.html) format("woff2"),url(../fonts/icons.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Bold.html) format("woff2"),url(../fonts/Inter-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Medium.html) format("woff2"),url(../fonts/Inter-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-Regular.html) format("woff2"),url(../fonts/Inter-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Inter;
    font-display: swap;
    src: url(../fonts/Inter-SemiBold.html) format("woff2"),url(../fonts/Inter-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

[class*=_icon-]:before {
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

._icon-cloud:before {
    content: "\e905"
}

._icon-infinity-lg:before {
    content: "\e907"
}

._icon-settings:before {
    content: "\e909"
}

._icon-store:before {
    content: "\e910"
}

._icon-youtube:before {
    content: "\e90f"
}

._icon-automation:before {
    content: "\e90b"
}

._icon-chromium:before {
    content: "\e90c"
}

._icon-extensions:before {
    content: "\e90d"
}

._icon-import:before {
    content: "\e90e"
}

._icon-download:before {
    content: "\e90a"
}

._icon-apple:before {
    content: "\e900"
}

._icon-arrow-down:before {
    content: "\e901"
}

._icon-arrow-long-left:before {
    content: "\e902"
}

._icon-arrow-long-right:before {
    content: "\e903"
}

._icon-check:before {
    content: "\e904"
}

._icon-facebook:before {
    content: "\e906"
}

._icon-infinity-sm:before {
    content: "\e908"
}

._icon-minus:before {
    content: "\e923"
}

._icon-search:before {
    content: "\e924"
}

._icon-telegram:before {
    content: "\e927"
}

._icon-twitter:before {
    content: "\e928"
}

._icon-vk:before {
    content: "\e929"
}

._icon-vm:before {
    content: "\e92a"
}

._icon-watch-arrow:before {
    content: "\e92b"
}

._icon-windows:before {
    content: "\e92c"
}

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,:after,:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body,html {
    height: 100%;
    min-width: 320px
}

body {
    color: #fff;
    background-color: #0d1228;
    line-height: 1;
    font-family: Inter;
    font-size: 1.125rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

button,input,textarea {
    font-family: Inter;
    font-size: inherit
}

button {
    cursor: pointer;
    color: inherit;
    background-color: inherit
}

a {
    color: inherit
}

a:link,a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    vertical-align: top;
    /* align-items: center; */
}

h1,h2,h3,h4,h5,h6 {
    font-weight: inherit;
    font-size: inherit
}

body {
    color: #fff;
    line-height: 1.4444444444;
}

.menu-open body::after {
    opacity: 1
}

.lock body {
    overflow: hidden;
    -ms-touch-action: none;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}

.wrapper {
    min-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;
    overflow: hidden
}

.wrapper>main {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container] {
    max-width: 77.5rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    margin: 0 auto;
    padding: 0 1.25rem
}

.button {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 6.25rem;
    padding: .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
    background-color: #874dd1;
    color: #fff;
    font-weight: 400;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.button._fw {
    width: 100%
}

input[type=email],input[type=tel],input[type=text],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input {
    border-radius: 6.25rem!important;
    width: 100%;
    display: block;
    padding: 1rem 1.5rem;
    background-color: #161b33;
    color: #fff;
    outline: 0;
    height: 3.4375rem;
    position: relative
}

.input::-webkit-input-placeholder {
    color: #f1dddd
}

.input::-moz-placeholder {
    color: #f1dddd
}

.input:-ms-input-placeholder {
    color: #f1dddd
}

.input::-ms-input-placeholder {
    color: #f1dddd
}

.input::placeholder {
    color: #f1dddd
}

textarea.input {
    resize: none;
    padding: 0 0
}

.select {
    /* position: relative; */
    /* left: 0; */
    /* max-width: 0; */
    display: none;
}

.select__body {
    position: relative
}

.select__title {
    color: inherit;
    text-align: left;
    background-color: #161b33;
    cursor: pointer;
    border-radius: 6.25rem;
    width: 100%;
    padding: .3125rem .9375rem
}

.select__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem .9375rem;
    gap: .625rem
}

.select__value>* {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.select__value:after {
    content: "";
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    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;
    background: url(../images/icons/arrow-down.html) 0 0 no-repeat;
    background-repeat: no-repeat;
    width: 1.0625rem;
    height: .625rem
}

._select-open .select__value:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: .5
}

.select__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%
}

.select__options {
    color: #fff;
    position: absolute;
    top: 3.125rem;
    border-radius: 1.5rem;
    min-width: 100%;
    left: 0;
    background-color: #161b33;
    border-top: 0;
    overflow: hidden;
    padding: .625rem 0
}

.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 200px
}

.select__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 5px 15px;
    color: inherit
}

.select__option._select-selected {
    background-color: #eee
}

.select__row {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.select._select-open {
    z-index: 5
}

._select-tag {
    cursor: pointer
}

body::after {
    content: "";
    background-color: rgba(0,0,0,.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .8s ease 0s;
    -o-transition: opacity .8s ease 0s;
    transition: opacity .8s ease 0s;
    pointer-events: none;
    z-index: 149
}

.popup-show body::after {
    opacity: 1
}

.popup {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 30px 10px;
    -webkit-transition: visibility .8s ease 0s;
    -o-transition: visibility .8s ease 0s;
    transition: visibility .8s ease 0s;
    visibility: hidden;
    pointer-events: none
}

.popup_show {
    z-index: 150;
    visibility: visible;
    overflow: auto;
    pointer-events: auto
}

.popup_show .popup__content {
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.popup__wrapper {
    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;
    min-height: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center
}

.popup__content {
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
    background-color: var(--body-color);
    padding: 20px;
    width: 100%;
    max-width: 1200px;
    border-radius: 18px
}

.lock .popup__content {
    visibility: visible
}

.popup__close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: .9375rem;
    font-weight: 500;
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s
}

.popup__close img {
    width: 1.25rem;
    height: 1.25rem
}

.popup__text {
    text-align: center
}

.popup__text iframe {
    width: 100%;
    height: 31.25rem
}

.promocode__popup .popup__content {
    max-width: 20rem;
    padding: 0
}

.promocode__popup .post__promocode {
    margin-bottom: 0
}

.spollers {
    display: -ms-grid;
    display: grid;
    gap: .9375rem;
    width: 100%
}

.spollers__item:not(:last-child) {
    margin-bottom: 1.875rem
}

.spollers__title {
    width: 100%;
    cursor: default;
    text-align: left;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600
}

._spoller-init .spollers__title {
    cursor: pointer
}

._spoller-init .spollers__title._spoller-active {
    color: #a4b8ff
}

._spoller-init .spollers__title._spoller-active .spollers__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.spollers__icon {
    color: #a4b8ff
}

.spollers__arrow {
    margin-left: auto;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
    pointer-events: none
}

.spollers__body {
    padding: .625rem 1.875rem .625rem .625rem;
    color: #dde1f1
}

.tabs__navigation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tabs__title {
    border: 1px solid #eee;
    padding: .625rem .9375rem;
    border-radius: .3125rem
}

.tabs__title._tab-active {
    border: 1px solid #000
}

.tabs__content {
    border: 1px solid #eee;
    padding: .625rem .9375rem
}

[class*=-ibg] {
    position: relative
}

[class*=-ibg] img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover
}

[class*=-ibg_contain] img {
    -o-object-fit: contain;
    object-fit: contain
}

body {
    -webkit-overflow-scrolling: touch
}

#progress {
    position: fixed;
    bottom: 1.875rem;
    left: 1.875rem;
    height: 3.4375rem;
    width: 3.4375rem;
    display: none;
    place-items: center;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.2);
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
    z-index: 98
}

#progress-value {
    display: block;
    height: calc(100% - .625rem);
    width: calc(100% - .625rem);
    background-color: #fff;
    border-radius: 50%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    font-size: 1.875rem;
    color: #161b33
}

.breadcrumbs {
    margin-bottom: 1.875rem
}

.breadcrumbs ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.breadcrumbs a {
    position: relative;
    color: #a4b8ff
}

.breadcrumbs a span::after {
    content: "/";
    padding: 0 .3125rem
}

.cookies {
    background-color: #161b33;
    -webkit-box-shadow: 0 0 .3125rem rgba(0,0,0,.3);
    box-shadow: 0 0 .3125rem rgba(0,0,0,.3);
    position: fixed;
    bottom: -100%;
    left: 0;
    z-index: 99;
    border-radius: .625rem .625rem 0 0;
    padding: 1.25rem;
    -webkit-transition: bottom .3s ease 0s;
    -o-transition: bottom .3s ease 0s;
    transition: bottom .3s ease 0s
}

.cookies._active {
    bottom: 0
}

.cookies__title {
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.2857142857;
    margin-bottom: .625rem
}

.cookies__text {
    font-weight: 500;
    font-size: .875rem;
    color: #dde1f1;
    margin-bottom: .9375rem;
    max-width: 25rem
}

.cookies__text a {
    color: #a4b8ff
}

.cookies__button {
    border-radius: 1rem;
    font-weight: 600;
    font-size: 1rem;
    padding: .625rem;
    background-color: #874dd1;
    -webkit-transition: background-color .3s ease 0s;
    -o-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
    margin-left: auto
}

.maintance {
    display: -ms-grid;
    display: grid;
    height: 100%;
    place-items: center;
    background: -o-radial-gradient(52.19% 50%,25.31% 42.71%,rgba(131,89,201,.35) 0,rgba(131,89,201,0) 100%);
    background: radial-gradient(25.31% 42.71% at 52.19% 50%,rgba(131,89,201,.35) 0,rgba(131,89,201,0) 100%)
}

.maintance__title {
    line-height: 1.3;
    text-align: center;
    font-weight: 700
}

.maintance__image img {
    max-width: 100%
}

.pagination {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.pagination li a,.pagination span {
    border-radius: 6.25rem;
    display: inline-block;
    text-decoration: none;
    padding: .3125rem .9375rem
}

.pagination li.active span {
    background-color: #161b33;
    color: #fff
}

.pagination li a:hover:not(.active) {
    color: #a4b8ff
}

._section-title {
    line-height: 1.3;
    color: #fff;
    font-weight: 700;
    letter-spacing: .005em;
    text-align: center;
    margin-bottom: .9375rem
}

._section-subtitle {
    color: var(--text-color);
    text-align: center
}

.visually-hidden {
    position: fixed;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.lds-ring {
    display: block;
    position: relative;
    width: 65px;
    height: 65px;
    margin: 0 auto
}

.lds-ring div {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    border: 5px solid #fff;
    border-radius: 50%;
    -webkit-animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    animation: lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: #fff transparent transparent transparent
}

.lds-ring div:nth-child(1) {
    -webkit-animation-delay: -.45s;
    animation-delay: -.45s
}

.lds-ring div:nth-child(2) {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.lds-ring div:nth-child(3) {
    -webkit-animation-delay: -.15s;
    animation-delay: -.15s
}

@-webkit-keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes lds-ring {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.show-more {
    text-align: center
}

.show-more-button {
    background-color: transparent;
    border: .0625rem solid #dde1f1
}

.toc {
    overflow-y: auto
}

.toc>.toc-list {
    overflow: hidden;
    position: relative
}

.toc>.toc-list li {
    list-style: none
}

.js-toc {
    overflow-y: hidden
}

.toc-list {
    margin: 0;
    padding-left: 10px
}

a.toc-link {
    color: currentColor;
    height: 100%
}

.is-collapsible {
    max-height: 1000px;
    overflow: hidden;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.is-collapsed {
    max-height: 0
}

.is-position-fixed {
    position: fixed!important;
    top: 0
}

.is-active-link {
    font-weight: 700
}

.toc-link::before {
    background-color: #eee;
    content: " ";
    display: inline-block;
    height: inherit;
    left: 0;
    margin-top: -1px;
    position: absolute;
    width: 2px
}

.is-active-link::before {
    background-color: #54bc4b
}

.header {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 150;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.header._header-scroll {
    background: rgba(0,0,0,.45);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3)
}

@supports not ((-webkit-backdrop-filter: blur(20px)) or (backdrop-filter:blur(20px))) {
    .header._header-scroll {
        background-color:#0d1228
    }
}

.header__container {
    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;
    gap: .9375rem
}

.header__logo img {
    max-width: 100%
}

.header__actions {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
}

.menu {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .9375rem;
    position: relative
}

.menu__item {
    letter-spacing: .005em;
    position: relative;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    font-size: 1rem
}

.menu__item::after {
    content: "";
    position: absolute;
    bottom: -.625rem;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 50%;
    width: .375rem;
    height: .375rem;
    opacity: 0;
    visibility: hidden;
    background-color: #a4b8ff
}

.menu__item._active {
    color: #a4b8ff
}

.menu__item._active::after {
    opacity: 1;
    visibility: visible
}

.menu__item--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.25rem;
    width: 100%
}

.menu__item-download {
    position: relative;
    border-left: .0625rem solid #dde1f1;
    padding: .3125rem 0 .3125rem 1.25rem
}

.menu__item-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 1.875rem;
    margin-bottom: -1.875rem
}

.menu__item-button span {
    padding-right: .625rem
}

.menu__sublist {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translate(0,1.25rem);
    -ms-transform: translate(0,1.25rem);
    transform: translate(0,1.25rem);
    visibility: hidden;
    left: 1.25rem;
    pointer-events: none;
    position: absolute;
    margin-top: 1.25rem;
    top: 100%;
    padding: 1.25rem 1.25rem;
    background-color: #161b33;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-radius: .75rem
}

.menu__sublist-item {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s;
    white-space: nowrap
}

.menu__sublist-item [class*=_icon-] {
    padding-right: .9375rem;
    font-size: 1.25rem
}

.menu__sublist-item:not(:last-child) {
    margin-bottom: 1.875rem
}

.actions__button {
    padding: .375rem .4375rem;
    background: -o-linear-gradient(324.32deg,rgba(255,255,255,.2) -3.2%,rgba(255,255,255,0) 118.56%);
    background: linear-gradient(125.68deg,rgba(255,255,255,.2) -3.2%,rgba(255,255,255,0) 118.56%);
    border-radius: 50%
}

.actions__button img {
    width: 1.5625rem;
    height: 1.5625rem
}

.actions__dropdown {
    position: relative
}

.actions__dropdown.active .actions__dropdown-list {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1;
    visibility: visible;
    pointer-events: auto
}

.actions__dropdown-list {
    opacity: 0;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-transform: translate(0,1.25rem);
    -ms-transform: translate(0,1.25rem);
    transform: translate(0,1.25rem);
    visibility: hidden;
    min-width: 10.625rem;
    right: 0;
    pointer-events: none;
    position: absolute;
    margin-top: 1.25rem;
    top: 100%;
    padding: 1.25rem 1.25rem;
    background-color: #161b33;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
    box-shadow: 0 0 5px rgba(0,0,0,.3);
    border-radius: .75rem
}

.actions__dropdown-item:not(:last-child) {
    margin-bottom: 1.25rem
}

.actions__dropdown-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.actions__dropdown-link img {
    margin-right: .625rem;
    width: 1.5625rem;
    height: 1.5625rem
}

.actions__signup {
    background-color: #fff;
    color: #874dd1;
    padding: .5rem 1.5rem
}

.actions__login {
    background-color: transparent;
    border: .0625rem solid #dde1f1
}

.icon-menu {
    display: none
}

.footer {
    background: -o-radial-gradient(80.83% 122.75%,72.75% 72.75%,rgba(63,97,181,.6) 0,rgba(63,97,181,0) 100%),-o-radial-gradient(100% 28.68%,37.4% 132.5%,rgba(76,36,133,.8) 0,rgba(56,33,89,0) 100%),-o-radial-gradient(47.4% 100%,43.66% 45.49%,rgba(63,97,173,.3) 0,rgba(63,97,173,0) 100%),-o-radial-gradient(84.58% 115%,69.36% 69.36%,rgba(64,96,180,.85) 0,rgba(64,96,180,.17) 59.12%,rgba(13,18,40,0) 100%),-o-linear-gradient(288deg,rgba(14,19,41,.6) -.05%,rgba(14,19,41,0) 20.25%),-o-radial-gradient(4.61% 83.77%,47.37% 167.84%,rgba(103,140,210,.6) 0,rgba(103,140,210,0) 100%),-o-radial-gradient(17.92% 100%,53.39% 95.84%,#5a7ec5 0,rgba(13,18,40,0) 100%),-o-radial-gradient(1.51% 84.56%,31.56% 107.96%,#6286cc 0,rgba(13,18,40,0) 100%),#0d1228;
    background: radial-gradient(72.75% 72.75% at 80.83% 122.75%,rgba(63,97,181,.6) 0,rgba(63,97,181,0) 100%),radial-gradient(37.4% 132.5% at 100% 28.68%,rgba(76,36,133,.8) 0,rgba(56,33,89,0) 100%),radial-gradient(43.66% 45.49% at 47.4% 100%,rgba(63,97,173,.3) 0,rgba(63,97,173,0) 100%),radial-gradient(69.36% 69.36% at 84.58% 115%,rgba(64,96,180,.85) 0,rgba(64,96,180,.17) 59.12%,rgba(13,18,40,0) 100%),linear-gradient(162deg,rgba(14,19,41,.6) -.05%,rgba(14,19,41,0) 20.25%),radial-gradient(47.37% 167.84% at 4.61% 83.77%,rgba(103,140,210,.6) 0,rgba(103,140,210,0) 100%),radial-gradient(53.39% 95.84% at 17.92% 100%,#5a7ec5 0,rgba(13,18,40,0) 100%),radial-gradient(31.56% 107.96% at 1.51% 84.56%,#6286cc 0,rgba(13,18,40,0) 100%),#0d1228;
    position: relative
}

.footer::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 22.5rem;
    background: -webkit-gradient(linear,left bottom,left top,from(#0d1228),to(rgba(13,18,40,0)));
    background: -o-linear-gradient(bottom,#0d1228 0,rgba(13,18,40,0) 100%);
    background: linear-gradient(0deg,#0d1228 0,rgba(13,18,40,0) 100%);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.footer__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 19.6875rem 1fr;
    grid-template-columns: 19.6875rem 1fr;
    position: relative;
    z-index: 2
}

.footer__feedback-item {
    font-weight: 600;
    font-size: 1.5625rem
}

.footer__feedback-item:not(:last-child) {
    margin-bottom: 3.125rem
}

.footer__feedback-link {
    color: #a4b8ff
}

.footer__lists {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 1.875rem
}

.footer__list-title {
    font-weight: 600;
    margin-bottom: 1.25rem
}

.footer__item._active {
    color: #a4b8ff
}

.footer__item:not(:last-child) {
    margin-bottom: .9375rem
}

.footer__link {
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s
}

.footer__logo {
    text-align: center
}

.footer__logo span {
    font-size: 2.1875rem
}

.footer .payment__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .9375rem;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.footer .payment__item {
    background: #fff;
    border-radius: .8125rem;
    height: 1.875rem;
    padding: .3125rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.footer .payment__item img {
    max-width: 100%
}

.footer .payment__item:last-child {
    -ms-grid-column-span: 2;
    grid-column: span 2
}

.footer__others {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.875rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 3.125rem;
    border-bottom: 1px solid #a4b8ff
}

.footer__socials {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 1.875rem
}

.footer__social-icon {
    font-size: 1.5rem
}

.footer__others-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .9375rem;
    color: #a4b8ff
}

.footer__others-link a {
    color: var(--blue-color)
}

.footer__bottom {
    padding: 1.875rem 0;
    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;
    gap: .9375rem
}

.footer__bottom div {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 33.333%;
    flex: 0 1 33.333%
}

.footer__bottom-text {
    font-size: .875rem;
    line-height: 1.2857142857;
    max-width: 30.625rem;
    color: #a4b8ff
}

.footer__copyright {
    font-weight: 600;
    font-size: .875rem;
    color: #a4b8ff;
    text-align: right
}

.hero {
    background: radial-gradient(55.25% 85.63% at 9.32% -17.65%,rgba(64,96,180,.85) 0,rgba(64,96,180,.17) 59.12%,rgba(13,18,40,0) 100%),radial-gradient(68.04% 68.04% at 82.4% -18.04%,rgba(63,97,181,.6) 0,rgba(63,97,181,0) 100%),radial-gradient(35.16% 124.57% at 0 50%,rgba(76,36,133,.8) 0,rgba(56,33,89,0) 100%),radial-gradient(37.96% 39.56% at 45.13% 0,rgba(63,97,173,.3) 0,rgba(63,97,173,0) 100%),-webkit-gradient(linear,left bottom,left top,from(rgba(14,19,41,.6)),to(rgba(14,19,41,0))),radial-gradient(40.21% 142.47% at 92.19% 5.88%,rgba(103,140,210,.6) 0,rgba(103,140,210,0) 100%),radial-gradient(57.87% 114.22% at 98.65% 15.69%,#5a7ec5 0,rgba(13,18,40,0) 100%),radial-gradient(140.26% 145.29% at 59.92% -40.78%,#6286cc 0,rgba(13,18,40,0) 100%),#0d1228;
    background: -o-radial-gradient(9.32% -17.65%,55.25% 85.63%,rgba(64,96,180,.85) 0,rgba(64,96,180,.17) 59.12%,rgba(13,18,40,0) 100%),-o-radial-gradient(82.4% -18.04%,68.04% 68.04%,rgba(63,97,181,.6) 0,rgba(63,97,181,0) 100%),-o-radial-gradient(0 50%,35.16% 124.57%,rgba(76,36,133,.8) 0,rgba(56,33,89,0) 100%),-o-radial-gradient(45.13% 0,37.96% 39.56%,rgba(63,97,173,.3) 0,rgba(63,97,173,0) 100%),-o-linear-gradient(bottom,rgba(14,19,41,.6) 0,rgba(14,19,41,0) 100%),-o-radial-gradient(92.19% 5.88%,40.21% 142.47%,rgba(103,140,210,.6) 0,rgba(103,140,210,0) 100%),-o-radial-gradient(98.65% 15.69%,57.87% 114.22%,#5a7ec5 0,rgba(13,18,40,0) 100%),-o-radial-gradient(59.92% -40.78%,140.26% 145.29%,#6286cc 0,rgba(13,18,40,0) 100%),#0d1228;
    background: radial-gradient(55.25% 85.63% at 9.32% -17.65%,rgba(64,96,180,.85) 0,rgba(64,96,180,.17) 59.12%,rgba(13,18,40,0) 100%),radial-gradient(68.04% 68.04% at 82.4% -18.04%,rgba(63,97,181,.6) 0,rgba(63,97,181,0) 100%),radial-gradient(35.16% 124.57% at 0 50%,rgba(76,36,133,.8) 0,rgba(56,33,89,0) 100%),radial-gradient(37.96% 39.56% at 45.13% 0,rgba(63,97,173,.3) 0,rgba(63,97,173,0) 100%),linear-gradient(360deg,rgba(14,19,41,.6) 0,rgba(14,19,41,0) 100%),radial-gradient(40.21% 142.47% at 92.19% 5.88%,rgba(103,140,210,.6) 0,rgba(103,140,210,0) 100%),radial-gradient(57.87% 114.22% at 98.65% 15.69%,#5a7ec5 0,rgba(13,18,40,0) 100%),radial-gradient(140.26% 145.29% at 59.92% -40.78%,#6286cc 0,rgba(13,18,40,0) 100%),#0d1228;
    position: relative
}

.hero::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    width: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(#0d1228),color-stop(84.8%,rgba(18,25,49,0)));
    background: -o-linear-gradient(top,#0d1228 0,rgba(18,25,49,0) 84.8%);
    background: linear-gradient(180deg,#0d1228 0,rgba(18,25,49,0) 84.8%);
    background-size: cover;
    pointer-events: none
}

.hero__wrapper {
    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-left: max(1.25rem,(100% - 77.5rem) / 2)
}

.hero__data {
    width: 100%
}

.hero__title {
    text-align: start
}

.hero__title span {
    color: #a4b8ff;
    text-transform: lowercase
}

.hero__subtitle {
    line-height: 1.45;
    color: #dde1f1
}

.hero__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero__button {
    padding: .9375rem 1.875rem;
    font-size: 1.25rem;
    gap: .625rem;
    border: .125rem solid transparent
}

.hero__button--watch {
    background-color: transparent;
    border: .125rem solid #874dd1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hero__image {
    width: calc(100% - 25rem - 1.875rem)
}

.hero__image img {
    max-width: 100%
}

.functions__subtitle {
    text-align: center;
    color: #dde1f1;
    font-size: 1.875rem;
    line-height: 1.3
}

.functions__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 1.5rem;
    background-color: #161b33
}

.functions__image {
    background: -o-radial-gradient(72.86% -20.18%,137.34% 90.85%,#050609 0,rgba(5,6,9,0) 100%),-o-radial-gradient(100% 70.88%,65.44% 86.61%,#22388b 0,rgba(34,56,139,0) 100%),-o-linear-gradient(335.15deg,#00233d -39.28%,#011322 80.95%);
    background: radial-gradient(137.34% 90.85% at 72.86% -20.18%,#050609 0,rgba(5,6,9,0) 100%),radial-gradient(65.44% 86.61% at 100% 70.88%,#22388b 0,rgba(34,56,139,0) 100%),linear-gradient(114.85deg,#00233d -39.28%,#011322 80.95%);
    border-radius: .875rem;
    padding: .9375rem;
    width: 100%;
    display: -ms-grid;
    display: grid;
    place-items: center;
    overflow: hidden;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50.8064516129%;
    flex: 0 0 50.8064516129%
}

.functions__image img {
    max-width: 100%
}

.functions__slide--1 .functions__image {
    padding: 3.75rem 1.875rem 0
}

.functions__slide--4 .functions__image {
    padding: .9375rem 0
}

.functions__slide--5 .functions__image {
    padding: 0 .9375rem
}

.functions__slide--6 .functions__image {
    padding-bottom: 0;
    padding-right: 0
}

.functions__data {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    min-height: 26.25rem;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -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;
    gap: 1.25rem
}

.functions__slide-title {
    font-weight: 600;
    line-height: 1.28;
    color: #a4b8ff
}

.functions__slide-descr {
    color: #dde1f1
}

.functions__slide-descr a {
    color: #a4b8ff
}

.functions__slide-button {
    border: .0625rem solid #dde1f1;
    padding: .5rem 1.5rem;
    border-radius: 6.25rem;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.functions__slide-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 3.125rem;
    margin-top: auto
}

.functions__slide-buttons button span {
    font-size: 1.875rem;
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s
}

.tech__title {
    text-align: center
}

.tech__wrapper {
    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
}

.tech .spollers__body {
    padding-left: 5.625rem
}

.tech__image {
    padding: 1.875rem;
    border-radius: .875rem;
    min-height: 34.375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.1935483871%;
    flex: 0 0 49.1935483871%;
    overflow: hidden;
    background: -o-radial-gradient(109.34% 100%,153.47% 212.84%,#2fa1cb 0,rgba(47,161,203,0) 100%),-o-radial-gradient(100% -10.18%,95.94% 93.91%,#9237b3 0,rgba(255,72,193,0) 100%),-o-linear-gradient(342.19deg,#292844 -3.1%,#5f4d98 80.44%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: -ms-grid;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tech__image img {
    max-width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: changeOut;
    animation-name: changeOut
    place-items: center;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tech__image img.active {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: changeIn;
    animation-name: changeIn
    place-items: center;
}

.tech__image2 {
    padding: 1.875rem;
    border-radius: .875rem;
    min-height: 14.375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 49.1935483871%;
    flex: 0 0 49.1935483871%;
    overflow: hidden;
    background: -o-radial-gradient(109.34% 100%,153.47% 212.84%,#2fa1cb 0,rgba(47,161,203,0) 100%),-o-radial-gradient(100% -10.18%,95.94% 93.91%,#9237b3 0,rgba(255,72,193,0) 100%),-o-linear-gradient(342.19deg,#292844 -3.1%,#5f4d98 80.44%);
    background: radial-gradient(153.47% 212.84% at 109.34% 100%,#2fa1cb 0,rgba(47,161,203,0) 100%),radial-gradient(95.94% 93.91% at 100% -10.18%,#9237b3 0,rgba(255,72,193,0) 100%),linear-gradient(107.81deg,#292844 -3.1%,#5f4d98 80.44%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    display: -ms-grid;
    display: grid;
    place-items: center;
    /* height: 30%; */
    object-fit: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}


  .tech__image2 {
    padding: 0;
    margin-top: 15px;
    position: relative;
    width: 100%;
    /* height: 10%; */
  }

  .tech__image2::before {
    content: "";
    display: block;
    padding-top: 100%;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
  }

  .tech__image2 img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

.tech__image2 img {
    max-width: 100%;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: changeOut;
    animation-name: changeOut
    width: 150%;
    height: 100%;
    object-fit: cover;
}

.tech__image2 img.active {
    -webkit-animation-duration: .6s;
    animation-duration: .6s;
    -webkit-animation-name: changeIn;
    animation-name: changeIn
    width: 30%;
    height: 30%;
    object-fit: cover;
}

@-webkit-keyframes changeIn {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(300%);
        transform: translateY(300%)
    }
}

@keyframes changeIn {
    from {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    to {
        -webkit-transform: translateY(300%);
        transform: translateY(300%)
    }
}

@-webkit-keyframes changeOut {
    from {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes changeOut {
    from {
        -webkit-transform: translateY(-300%);
        transform: translateY(-300%)
    }

    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.banner {
    border-radius: .875rem
}

.banner__wrapper {
    background: -o-radial-gradient(74.11% 67.04%,9.74% 26.54%,rgba(146,55,179,.6) 0,rgba(146,55,179,0) 100%),-o-radial-gradient(71.67% 45.26%,5.42% 18.06%,rgba(51,208,236,.6) 0,rgba(51,208,236,0) 100%),-o-radial-gradient(66.32% 0,35.11% 100%,#369 0,rgba(51,102,153,0) 100%),-o-radial-gradient(84.07% 68.87%,34.07% 119.85%,#c04fdd 0,rgba(192,79,221,0) 100%),-o-linear-gradient(324.32deg,rgba(146,55,179,.3) -3.2%,rgba(255,255,255,0) 118.56%);
    background: radial-gradient(9.74% 26.54% at 74.11% 67.04%,rgba(146,55,179,.6) 0,rgba(146,55,179,0) 100%),radial-gradient(5.42% 18.06% at 71.67% 45.26%,rgba(51,208,236,.6) 0,rgba(51,208,236,0) 100%),radial-gradient(35.11% 100% at 66.32% 0,#369 0,rgba(51,102,153,0) 100%),radial-gradient(34.07% 119.85% at 84.07% 68.87%,#c04fdd 0,rgba(192,79,221,0) 100%),linear-gradient(125.68deg,rgba(146,55,179,.3) -3.2%,rgba(255,255,255,0) 118.56%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.banner__container {
    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
}

.banner__data {
    max-width: 43.125rem
}

.banner__title {
    line-height: 1.2888888889;
    font-weight: 600
}

.banner__subtitle {
    color: #dde1f1
}

.banner__button {
    padding: .9375rem 1.875rem;
    color: #d7922d;
    font-size: 1.25rem;
    font-weight: 500;
    background-color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem
}

.banner__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 44.7580645161%;
    flex: 0 0 44.7580645161%;
    -ms-flex-item-align: end;
    /* align-self: flex-end; */
}

.banner__image img {
    max-width: 100%;
}

.banner__button svg path {
    fill: currentColor
}

.use__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    gap: 1.25rem
}

.use__item {
    padding: 1.875rem;
    -webkit-transition: background-color .3s ease 0s;
    -o-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s;
    border-radius: 1.5rem;
    position: relative
}

.use__item-icons img {
    max-width: 100%
}

.use__item-title {
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: .005em;
    margin-bottom: .9375rem
}

.use__item-descr {
    color: #dde1f1
}

.use__button {
    text-align: center
}

.use__button-link {
    background-color: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .9375rem;
    border: 2px solid #874dd1;
    padding: .9375rem 1.875rem;
    font-size: 1.25rem
}

.use__button-link span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.download {
    position: relative
}

.download__decor-1 {
    right: 20%;
    bottom: 0
}

.download__decor-1 img {
    width: 12.5rem
}

.download__container {
    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;
    gap: 1.875rem
}

.download__title {
    margin-bottom: .9375rem
}

.download__subtitle {
    color: #dde1f1;
    font-weight: 400
}

.download__buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.25rem
}

.download__button {
    font-size: 1.25rem;
    white-space: nowrap;
    padding: .9375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17.8125rem;
    flex: 0 1 17.8125rem
}

.download__button2 {
    font-size: 1.25rem;
    white-space: nowrap;
    padding: .9375rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17.8125rem;
    flex: 0 1 17.8125rem
}

.download__button span {
    margin-right: .625rem
}

.download__image {
    margin-left: -45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 93.3333333333%;
    flex: 0 0 93.3333333333%
}

.download__image img {
    width: 100%;
    height: auto
}

.reviews {
    position: relative
}

.reviews__decor-1 {
    left: 15%;
    bottom: 0
}

.reviews__decor-1 img {
    width: 12.5rem
}

.reviews__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4,1fr);
    gap: .9375rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.reviews__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .9375rem
}

.reviews__item {
    background-color: #fff;
    color: #161b33;
    border-radius: .625rem;
    -webkit-box-shadow: 0 0 .3125rem rgba(0,0,0,.3);
    box-shadow: 0 0 .3125rem rgba(0,0,0,.3);
    padding: .9375rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: start;
    align-self: flex-start;
    gap: .625rem;
    position: relative
}

.reviews__item-image {
    max-width: 100%;
    width: 1.5625rem;
    height: 1.5625rem
}

.updates {
    padding: 0
}

.updates__wrapper {
    -webkit-filter: drop-shadow(0 0 35px rgba(126, 124, 207, .35));
    filter: drop-shadow(0 0 35px rgba(126, 124, 207, .35));
    background: -o-radial-gradient(68.59% -5.64%,37.33% 105.64%,#4469ea 0,rgba(51,102,153,0) 100%),-o-radial-gradient(84.07% 68.87%,34.07% 119.85%,#77a7ea 0,rgba(52,101,169,0) 100%),-o-linear-gradient(335.15deg,#668acf -39.28%,#06062c 80.95%);
    background: radial-gradient(37.33% 105.64% at 68.59% -5.64%,#4469ea 0,rgba(51,102,153,0) 100%),radial-gradient(34.07% 119.85% at 84.07% 68.87%,#77a7ea 0,rgba(52,101,169,0) 100%),linear-gradient(114.85deg,#668acf -39.28%,#06062c 80.95%)
}

.updates__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: .9375rem
}

.updates__item {
    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;
    text-align: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 18.4375rem;
    flex: 0 1 18.4375rem
}

.updates__item-logo {
    color: #a4b8ff;
    display: block;
    margin-bottom: .9375rem
}

.updates__item-title {
    line-height: 1.28;
    font-weight: 600;
    color: #fff
}

.supports {
    position: relative
}

.supports__decor-1 {
    left: 15%;
    top: 0
}

.supports__decor-1 img {
    width: 8.125rem
}

.supports__list {
    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;
    gap: .9375rem
}

.supports__item-link {
    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;
    padding: 2.1875rem 4.0625rem;
    border-radius: 1.5rem;
    -webkit-transition: background-color .2s ease 0s;
    -o-transition: background-color .2s ease 0s;
    transition: background-color .2s ease 0s
}

.supports__item-image {
    margin-bottom: 1.875rem
}

.supports__item-title {
    line-height: 1.28;
    font-weight: 600
}

.faq__spollers .spollers__title {
    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;
    gap: 1.875rem;
    line-height: 1.28;
    font-weight: 500;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.faq__spollers .spollers__title._spoller-active {
    color: #a4b8ff
}

.faq__spollers .spollers__body {
    padding-left: 0;
    color: #dde1f1
}

.top-partners {
    position: relative
}

.top-partners__subtitle {
    margin-bottom: 1.875rem
}

.top-partners .js-marquee {
    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;
    gap: .625rem
}

.top-partners__item a,.top-partners__item span {
    display: inline-block;
    padding: 1.875rem;
    border-radius: 1.5rem;
    -webkit-transition: background-color .3s ease 0s;
    -o-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

.top-partners__item a img,.top-partners__item span img {
    height: 3.4375rem;
    width: 12.1875rem;
    -o-object-fit: contain;
    object-fit: contain
}

.top-partners__button {
    text-align: center;
    margin: 0 auto
}

.top-partners__link {
    background-color: transparent;
    padding: .9375rem 1.875rem;
    border: 1px solid #5d2a9d;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .9375rem;
    font-weight: 500;
    font-size: 1.25rem
}

.top-partners__link span {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.plans__title {
    text-align: center;
    margin-bottom: 1.875rem;
    font-size: 1.875rem
}

.plans__sale {
    text-align: center;
    padding: 1rem 1.5rem;
    background: #f3ca8d;
    border-radius: 6.25rem;
    max-width: 25rem;
    margin: 0 auto;
    font-size: 1rem;
    margin-bottom: 2.8125rem
}

.plans__sale-title {
    color: #583e40;
    display: block
}

.plans__sale-subtitle {
    color: #ae8c58
}

.plans__periods {
    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;
    border: .0625rem solid #161b33;
    border-radius: 6.25rem;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    margin-bottom: 2.5rem
}

.plans__period {
    width: 12.5rem;
    padding: .9375rem 1.5625rem;
    border-radius: 6.25rem;
    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;
    gap: .625rem;
    font-size: 1.25rem;
    white-space: nowrap;
    position: relative
}

.plans__period span {
    font-size: 1rem;
    font-weight: 500;
    background-color: #874dd1;
    border-radius: 6.25rem;
    padding: 0 .3125rem;
    color: #fff;
    position: relative
}

.plans__period span::after {
    content: attr(data-newsale);
    position: absolute;
    top: -.625rem;
    right: -1.875rem;
    /* background-color:#874dd1; */
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
    border-radius: 6.25rem;
    padding: 0 .3125rem;
    color: #fff;
    font-size: 1rem
}

.plans__period._active {
    background: #5d2b9b;
}

.plans__items {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(5,1fr);
    gap: 2.5rem
}

.plan {
    border-radius: 1.25rem
}

.plan .select__options,.plan__pro .select__title {
    background-color: #232a4a
}

.plan__head {
    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;
    position: relative;
    padding: 1.25rem 0
}

.plan__head::before {
    content: "";
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    bottom: 0;
    width: 9.375rem;
    height: .0625rem;
    background-color: #232a4a
}

.plan__name {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 1.25rem
}

.plan__new-price {
    font-weight: 700;
    font-size: 1.875rem;
    line-height: 1.0666666667;
    letter-spacing: .005em;
    color: #fff;
    margin-bottom: .3125rem;
    display: inline-block
}

.plan__old-price {
    display: inline-block;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    font-weight: 200;
    color: #dde1f1;
    display: none
}

.plan__button {
    background-color: transparent;
    border: 2px solid #fff;
    margin-top: 1.25rem
}

.plan__list {
    padding: 1.875rem .9375rem
}

.plan__list-item {
    height: 7.5rem;
    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;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: .625rem
}

.plan__list-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: .3125rem
}

.plan__list-item-title {
    font-weight: 400;
    color: #f1dddd
}

.plan__list-item-subtitle {
    font-size: .875rem;
    color: #f1dddd
}

.plan__list-item-count {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    color: #dde1f1
}

.plan__select {
    min-width: 6.25rem;
    outline: 0
}

.plan [class*=_icon] {
    font-size: 1.4375rem
}

.plan ._icon-minus {
    color: #472276;
}

.plan__pro {
    background-color: #161b33
}

.plan__pro .plan__button {
    background-color: #fff;
    color: #874dd1
}

.payment {
    padding: 0
}

.payment__title {
    text-align: center
}

.payment__list {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-grid-columns: (7.5rem)[6];
    grid-template-columns: repeat(6,7.5rem);
    gap: 1.875rem
}

.payment__list-item {
    padding: .9375rem 0;
    background: #161b33;
    border-radius: .8125rem;
    text-align: center;
    display: -ms-grid;
    display: grid;
    place-items: center
}

.blog__title {
    margin-bottom: 1.875rem
}

.blog__actions {
    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;
    gap: 1.25rem
}

.blog__search {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17.5rem;
    flex: 0 1 17.5rem
}

.blog__search span {
    position: absolute;
    right: 1.5625rem;
    top: 1.1875rem
}

.blog__posts {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3,1fr);
    align-self: flex-start;
    gap: 2.5rem 1.25rem
}

.blog__post-ibg {
    padding-bottom: 72.5%;
    overflow: hidden;
    border-radius: 1.5rem;
    margin-bottom: 1.25rem;
    display: block
}

.blog__post-ibg img {
    max-width: 100%;
    -webkit-transition: -webkit-transform .2s ease 0s;
    transition: -webkit-transform .2s ease 0s;
    -o-transition: transform .2s ease 0s;
    transition: transform .2s ease 0s;
    transition: transform .2s ease 0s,-webkit-transform .2s ease 0s
}

.blog__post-body {
    padding: .9375rem
}

.blog__post-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .9375rem
}

.blog__post-category {
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.blog__post-title {
    font-weight: 600;
    line-height: 1.28;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.cases .blog__post-title {
    margin-bottom: .9375rem;
    display: block
}

.select_blog__select {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 17.5rem;
    flex: 0 1 17.5rem;
    height: 3.5rem
}

.select_blog__select .select__title {
    padding: 0
}

.select_blog__select .select__value {
    padding: 1.0625rem 1.5rem
}

.select_blog__select .select__options {
    top: 4.375rem
}

.select_blog__select .select__option {
    padding: .625rem 1.25rem;
    display: inline-block
}

.select_blog__select .select__option:not(:last-child) {
    margin-bottom: .625rem
}

.post__intro {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: .9375rem
}

.post__title {
    text-align: start;
    margin-bottom: .9375rem;
    font-weight: 600
}

.post__image-ibg {
    padding-bottom: 36.2903225806%;
    margin-bottom: 1.875rem;
    border-radius: 1.5rem;
    overflow: hidden
}

.post__data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1.875rem
}

.post__category {
    -webkit-transition: color .3s ease 0s;
    -o-transition: color .3s ease 0s;
    transition: color .3s ease 0s;
    position: relative
}

.post__category::after {
    content: "•";
    margin: 0 .625rem
}

.post__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 20rem;
    grid-template-columns: 1fr 20rem;
    gap: 1.875rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 3.75rem
}

.post__content article h1,.post__content article h2,.post__content article h3,.post__content article h4 {
    font-weight: 600;
    margin-bottom: .9375rem
}

.post__content article h4 {
    font-size: 1.25rem
}

.post__content article p {
    color: #dde1f1;
    padding: .625rem 0
}

.post__content article ul li {
    list-style-type: disc
}

.post__content article ul ol {
    list-style-type: decimal
}

.post__content article ol,.post__content article ul {
    padding-left: 1.5625rem;
    margin-bottom: .9375rem
}

.post__content article ol li,.post__content article ul li {
    line-height: 1.6666666667
}

.post__content article ol p,.post__content article ul p {
    padding-left: .625rem
}

.post__content article img {
    max-width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin: .9375rem 0 2.5rem 0;
    border-radius: 1.5rem
}

.post__content article a {
    color: #a4b8ff
}

.post__content article table {
    border-collapse: collapse;
    margin: 1.875rem 0;
    width: 100%
}

.post__content article table td,.post__content article table th {
    padding: .5em 1em;
    white-space: pre;
    border: 1px solid var(--text-color)
}

.post__content article table tbody td,.post__content article table thead th {
    text-align: center
}

.post__content article table tbody th {
    text-align: left;
    font-weight: 400
}

.post__content article table thead th {
    padding: .625rem 3.125rem;
    background: rgba(207,207,255,.05)
}

.post__content article table thead th:nth-child(2) {
    border-radius: 10px 0 0 0
}

.post__content article table thead th:last-child {
    border-radius: 0 10px 0 0
}

.post__content article pre {
    white-space: pre-line;
    padding: 1.25rem;
    background-color: #161b33;
    border-radius: .8125rem;
    word-break: break-word;
    color: #dde1f1
}

.post__content article code {
    overflow: auto
}

.post__promocode {
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.08);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.08);
    border-radius: .625rem;
    background: -o-linear-gradient(345.82deg,rgba(63,251,181,.85) 0,rgba(41,95,249,.85) 98.27%);
    background: linear-gradient(104.18deg,rgba(63,251,181,.85) 0,rgba(41,95,249,.85) 98.27%);
    max-width: 20rem;
    overflow: hidden
}

.post__promocode-top {
    padding: 1.25rem 2.5rem
}

.post__promocode-logo {
    text-align: center
}

.post__promocode-logo img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.post__promocode-title {
    font-size: 1.375rem;
    font-weight: 600;
    line-height: 1.3636363636;
    text-transform: uppercase;
    text-align: center;
    margin-top: .9375rem;
    margin-bottom: .9375rem
}

.post__promocode-value {
    display: block;
    color: #0d1228;
    font-weight: 600;
    text-align: center;
    padding: .625rem;
    font-size: 1rem;
    line-height: 1.1875;
    background: rgba(255,255,255,.45);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    border-radius: .5rem
}

.post__promocode-sale {
    background-color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    padding: .625rem;
    color: #0d1228;
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    text-align: center
}

.post__promocode-link {
    text-align: center;
    display: block;
    padding: .625rem;
    background-color: #fff;
    color: #874dd1;
    border-top: .0625rem solid #d4d4d4;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5
}

.partner-post .post__title {
    margin-bottom: 0
}

.partner-post .post__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .9375rem;
    color: #a4b8ff;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.partner-post .post__link span {
    font-size: .875rem;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.navigation {
    position: sticky;
    top: 6.25rem
}

.navigation__title {
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 600;
    color: #dde1f1;
    margin-bottom: 1.25rem
}

.navigation__item {
    list-style-type: none;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    text-underline-offset: .3125rem;
    color: #dde1f1;
    -webkit-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
    transition: color .2s ease 0s
}

.navigation__item:not(:last-child) {
    margin-bottom: .9375rem
}

.navigation .is-collapsible {
    padding-top: .3125rem
}

.navigation li a.is-active-link {
    font-weight: inherit;
    color: #a4b8ff
}

.navigation li a:before {
    display: none
}

.partners__title {
    position: fixed;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.partners__wrapper {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 18.4375rem 1fr;
    grid-template-columns: 18.4375rem 1fr;
    gap: 1.875rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 1.875rem
}

.partners__category {
    background-color: #161b33;
    padding: 1.5625rem .9375rem;
    border-radius: .9375rem;
    position: sticky;
    top: 6.25rem
}

.partners__category-count {
    font-size: 1rem
}

.partners__category-title {
    font-size: 1.25rem;
    line-height: .7142857143;
    font-weight: 500;
    margin-bottom: 1.5625rem;
    padding-left: .625rem
}

.partners__category-item:not(:last-child) {
    margin-bottom: .625rem
}

.partners__category-link {
    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;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
    border-radius: .9375rem;
    padding: .625rem
}

.partners__category-link.active {
    background-color: #fff;
    color: #874dd1
}

.partners__list {
    margin-bottom: 1.875rem
}

.partners__item {
    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;
    padding: 1.5625rem 2.5rem;
    background: -o-linear-gradient(345.82deg,#3ffbb5 0,#295ff9 98.27%);
    background: linear-gradient(104.18deg,#3ffbb5 0,#295ff9 98.27%);
    -webkit-box-shadow: 0 .125rem .25rem rgba(0,0,0,.08);
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.08);
    border-radius: .9375rem
}

.partners__item:not(:last-child) {
    margin-bottom: .9375rem
}

.partners__item-logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 11.875rem;
    flex: 0 1 11.875rem;
    height: 5rem
}

.partners__item-logo img {
    max-width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.partners__item-data {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 25rem;
    flex: 0 1 25rem
}

.partners__item-title {
    font-size: 1rem;
    line-height: 1.1875;
    font-weight: 600;
    margin-bottom: .625rem
}

.partners__item-description {
    font-size: .875rem;
    line-height: 1.2142857143;
    font-weight: 400;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.partners__item-link {
    padding: .625rem 1.875rem;
    display: -ms-grid;
    display: grid;
    place-items: center;
    background: rgba(255,255,255,.25);
    border-radius: .5rem;
    -webkit-transition: -webkit-transform .3s ease 0s;
    transition: -webkit-transform .3s ease 0s;
    -o-transition: transform .3s ease 0s;
    transition: transform .3s ease 0s;
    transition: transform .3s ease 0s,-webkit-transform .3s ease 0s;
    white-space: nowrap
}

.partners__notfound {
    font-size: 1.25rem;
    font-weight: 500;
    margin-bottom: 1.875rem
}

.changelog__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 2.5rem
}

.changelog__version {
    margin-bottom: 5rem
}

.changelog__version ul {
    padding-left: 1.25rem;
    margin-bottom: 1.25rem
}

.changelog__version li {
    list-style: disc;
    color: #dde1f1;
    margin-bottom: .625rem
}

.changelog__version li:last-child {
    margin-bottom: 0
}

.changelog__version-title {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.changelog__version-title h2 {
    font-weight: 600;
    margin-bottom: 1.875rem
}

.changelog__version-title span {
    position: absolute;
    right: -6.875rem;
    top: -.9375rem;
    padding: .5rem .9375rem;
    border-radius: .875rem;
    background-color: #a4b8ff;
    color: #141a3a;
    font-size: .75rem;
    font-weight: 600
}

.changelog__version-subtitle {
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 1.25rem
}

.changelog .navigation {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13.75rem;
    flex: 0 0 13.75rem;
    background-color: #161b33;
    padding: .9375rem 1.25rem;
    border-radius: .75rem
}

.changelog .navigation__list {
    height: 25rem;
    overflow: auto
}

.changelog .navigation__list ol {
    padding-left: 0
}

.notfound {
    position: relative;
    display: -ms-grid;
    display: grid;
    place-items: center;
    height: 100vh
}

.notfound::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -o-radial-gradient(50% 50%,32.35% 48.48%,rgba(255,152,17,.2) 0,rgba(255,152,17,0) 100%);
    background: radial-gradient(32.35% 48.48% at 50% 50%,rgba(255,152,17,.2) 0,rgba(255,152,17,0) 100%);
    pointer-events: none
}

.notfound__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-shadow: 4px 4px 10px rgba(255,152,17,.45);
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 1.875rem
}

.notfound__title span {
    display: inline-block;
    background: url(../images/404.html) 0 0 no-repeat;
    background-size: cover;
    -webkit-transform: scale(1.4) translateX(.3125rem);
    -ms-transform: scale(1.4) translateX(.3125rem);
    transform: scale(1.4) translateX(.3125rem)
}

.notfound__subtitle {
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.875rem
}

.notfound__button {
    text-align: center
}

.notfound__link {
    font-size: 1.25rem;
    background-color: transparent;
    border: 1px solid #fff;
    padding: .9375rem 1.875rem;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.page-download .download__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-download .download__subtitle {
    max-width: 46.875rem;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 1.875rem
}

.page-download .download__buttons {
    width: 100%;
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.page-download .download__button {
    background-color: transparent;
    border: 1px solid #874dd1;
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.page-download .download__button2 {
    border: 1px solid #874dd1;
    width: 100%;
    -webkit-box-flex: 100%;
    -ms-flex: 100%;
    flex: 100%;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s
}

.generator__tools {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: .9375rem;
    margin-bottom: 2.5rem
}

.generator__tools-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.generator__tools-select {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 16.25rem;
    flex: 0 1 16.25rem
}

.generator__tools-select label {
    display: inline-block;
    padding-left: 1.5625rem;
    margin-bottom: .625rem
}

.generator__tools-select .select__options {
    -webkit-box-shadow: 0 0 .3125rem rgba(0,0,0,.4);
    box-shadow: 0 0 .3125rem rgba(0,0,0,.4)
}

.generator__field {
    position: relative
}

.generator__field::-webkit-scrollbar {
    width: 0
}

.generator__textarea {
    width: 100%;
    height: 28.125rem;
    overflow: auto;
    background: #161b33;
    border-radius: 1.5rem;
    font-size: 1.25rem;
    padding: 1.875rem;
    border: 0;
    outline: 0;
    color: var(--text-color);
    resize: none;
    -ms-overflow-style: none;
    scrollbar-width: none
}

.generator__textarea::-webkit-scrollbar {
    width: 0
}

.generator__copy-button {
    position: absolute;
    top: 1.875rem;
    right: 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: .625rem;
    padding: .625rem 1.5625rem;
    border: .0625rem solid #dde1f1;
    border-radius: 6.25rem;
    z-index: 3
}

.generator__copy-button svg path {
    fill: currentColor
}

.generator .generator__tools-button {
    padding: .9375rem 3.75rem;
    border-radius: 6.25rem;
    background-color: #874dd1;
    color: #fff;
    -webkit-transition: background-color .3s ease 0s;
    -o-transition: background-color .3s ease 0s;
    transition: background-color .3s ease 0s
}

.affiliate .steps__wrapper {
    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
}

.affiliate .steps__title {
    line-height: 1.3;
    font-weight: 700;
    text-align: center
}

.affiliate .steps__image img {
    max-width: 100%
}

.affiliate .steps__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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: .9375rem
}

.affiliate .steps__item {
    position: relative
}

.affiliate .steps__item-text {
    color: #dde1f1;
    line-height: 1.45
}

.affiliate .steps__item-text a {
    color: #a4b8ff
}

.affiliate .bonus__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.affiliate .bonus__image {
    margin-left: -21.875rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50rem;
    flex: 1 0 50rem
}

.affiliate .bonus__image img {
    max-width: 100%
}

.affiliate .bonus__title {
    line-height: 1.3;
    margin-bottom: .9375rem;
    font-weight: 700
}

.affiliate .bonus__text {
    color: #dde1f1
}

.affiliate .bonus__text:not(:last-child) {
    padding-bottom: .9375rem
}

.affiliate .bonus__text a {
    color: #a4b8ff
}

.affiliate .benefits__title {
    text-align: center;
    font-weight: 700
}

.affiliate .benefits__items {
    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;
    gap: .9375rem
}

.affiliate .benefits__item {
    text-align: center
}

.affiliate .benefits__text {
    color: #dde1f1;
    font-size: 1.25rem;
    line-height: 1.45
}

.affiliate .banner__container {
    gap: 1.875rem
}

.affiliate .banner__wrapper {
    background: -o-linear-gradient(324.32deg,rgba(113,86,191,.3) -3.2%,rgba(255,255,255,0) 118.56%),-o-radial-gradient(66.61% -17.37%,42.14% 124.94%,#5a00b4 0,rgba(151,153,51,0) 100%,rgba(142,30,231,0) 100%),-o-radial-gradient(84.07% 68.87%,34.07% 119.85%,#fcff58 0,rgba(221,215,79,0) 100%);
    background: linear-gradient(125.68deg,rgba(113,86,191,.3) -3.2%,rgba(255,255,255,0) 118.56%),radial-gradient(42.14% 124.94% at 66.61% -17.37%,#5a00b4 0,rgba(151,153,51,0) 100%,rgba(142,30,231,0) 100%),radial-gradient(34.07% 119.85% at 84.07% 68.87%,#fcff58 0,rgba(221,215,79,0) 100%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px)
}

.affiliate .banner__data {
    max-width: 100%
}

.affiliate .banner__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24.1935483871%;
    flex: 0 0 24.1935483871%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center
}

.affiliate .banner__button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    gap: .625rem
}

.tippy-box[data-animation=fade][data-state=hidden] {
    opacity: 0
}

[data-tippy-root] {
    max-width: calc(100vw - 10px)
}

.tippy-box {
    position: relative;
    background-color: #161b33;
    color: #fff;
    border-radius: 6px;
    font-size: 16px;
    line-height: 1.6;
    outline: 0;
    -webkit-transition-property: visibility,opacity,-webkit-transform;
    transition-property: visibility,opacity,-webkit-transform;
    -o-transition-property: transform,visibility,opacity;
    transition-property: transform,visibility,opacity;
    transition-property: transform,visibility,opacity,-webkit-transform
}

.tippy-box[data-placement^=top]>.tippy-arrow {
    bottom: 0
}

.tippy-box[data-placement^=top]>.tippy-arrow:before {
    bottom: -7px;
    left: 0;
    border-width: 8px 8px 0;
    border-top-color: initial;
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top
}

.tippy-box[data-placement^=bottom]>.tippy-arrow {
    top: 0
}

.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
    top: -7px;
    left: 0;
    border-width: 0 8px 8px;
    border-bottom-color: initial;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.tippy-box[data-placement^=left]>.tippy-arrow {
    right: 0
}

.tippy-box[data-placement^=left]>.tippy-arrow:before {
    border-width: 8px 0 8px 8px;
    border-left-color: initial;
    right: -7px;
    -webkit-transform-origin: center left;
    -ms-transform-origin: center left;
    transform-origin: center left
}

.tippy-box[data-placement^=right]>.tippy-arrow {
    left: 0
}

.tippy-box[data-placement^=right]>.tippy-arrow:before {
    left: -7px;
    border-width: 8px 8px 8px 0;
    border-right-color: initial;
    -webkit-transform-origin: center right;
    -ms-transform-origin: center right;
    transform-origin: center right
}

.tippy-box[data-inertia][data-state=visible] {
    -webkit-transition-timing-function: cubic-bezier(.54,1.5,.38,1.11);
    -o-transition-timing-function: cubic-bezier(.54,1.5,.38,1.11);
    transition-timing-function: cubic-bezier(.54,1.5,.38,1.11)
}

.tippy-arrow {
    width: 16px;
    height: 16px;
    color: #232a4a
}

.tippy-arrow:before {
    content: "";
    position: absolute;
    border-color: transparent;
    border-style: solid
}

.tippy-content {
    position: relative;
    padding: 10px;
    z-index: 1
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.swiper-pointer-events {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform,-webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height,-webkit-transform;
    transition-property: height,-webkit-transform;
    -o-transition-property: transform,height;
    transition-property: transform,height;
    transition-property: transform,height,-webkit-transform
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));
    background-image: -o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));
    background-image: linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: "";
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -ms-flex-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: :before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: :before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--swiper-navigation-color,var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
    content: "prev"
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
    content: "next"
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s top,.2s -webkit-transform;
    transition: .2s top,.2s -webkit-transform;
    -o-transition: .2s transform,.2s top;
    transition: .2s transform,.2s top;
    transition: .2s transform,.2s top,.2s -webkit-transform
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s left,.2s -webkit-transform;
    transition: .2s left,.2s -webkit-transform;
    -o-transition: .2s transform,.2s left;
    transition: .2s transform,.2s left;
    transition: .2s transform,.2s left,.2s -webkit-transform
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s right,.2s -webkit-transform;
    transition: .2s right,.2s -webkit-transform;
    -o-transition: .2s transform,.2s right;
    transition: .2s transform,.2s right;
    transition: .2s transform,.2s right,.2s -webkit-transform
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0,0,0,.1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0,0,0,.5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color,var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: "";
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip {
    overflow: visible
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden;
    -webkit-transition-property: opacity,height,-webkit-transform;
    transition-property: opacity,height,-webkit-transform;
    -o-transition-property: transform,opacity,height;
    transition-property: transform,opacity,height;
    transition-property: transform,opacity,height,-webkit-transform
}

.swiper-cards {
    overflow: visible
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

[data-simplebar] {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.simplebar-wrapper {
    overflow: hidden;
    width: inherit;
    height: inherit;
    max-width: inherit;
    max-height: inherit
}

.simplebar-mask {
    direction: inherit;
    position: absolute;
    overflow: hidden;
    padding: 0;
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: auto!important;
    height: auto!important;
    z-index: 0
}

.simplebar-offset {
    direction: inherit!important;
    -webkit-box-sizing: inherit!important;
    box-sizing: inherit!important;
    resize: none!important;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: touch
}

.simplebar-content-wrapper {
    direction: inherit;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    position: relative;
    display: block;
    height: 100%;
    width: auto;
    max-width: 100%;
    max-height: 100%;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.simplebar-content-wrapper::-webkit-scrollbar,.simplebar-hide-scrollbar::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0
}

.simplebar-content:after,.simplebar-content:before {
    content: " ";
    display: table
}

.simplebar-placeholder {
    max-height: 100%;
    max-width: 100%;
    width: 100%;
    pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
    -webkit-box-sizing: inherit!important;
    box-sizing: inherit!important;
    height: 100%;
    width: 100%;
    max-width: 1px;
    position: relative;
    float: left;
    max-height: 1px;
    overflow: hidden;
    z-index: -1;
    padding: 0;
    margin: 0;
    pointer-events: none;
    -webkit-box-flex: inherit;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.simplebar-height-auto-observer {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    display: block;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 1000%;
    min-height: 1px;
    min-width: 1px;
    overflow: hidden;
    pointer-events: none;
    z-index: -1
}

.simplebar-track {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    pointer-events: none;
    overflow: hidden
}

[data-simplebar].simplebar-dragging .simplebar-content {
    pointer-events: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-select: none
}

[data-simplebar].simplebar-dragging .simplebar-track {
    pointer-events: all
}

.simplebar-scrollbar {
    position: absolute;
    left: 0;
    right: 0;
    min-height: 10px
}

.simplebar-scrollbar:before {
    position: absolute;
    content: "";
    background: #000;
    border-radius: 7px;
    left: 2px;
    right: 2px;
    opacity: 0;
    -webkit-transition: opacity .2s linear;
    -o-transition: opacity .2s linear;
    transition: opacity .2s linear
}

.simplebar-scrollbar.simplebar-visible:before {
    opacity: .5;
    -webkit-transition: opacity 0s linear;
    -o-transition: opacity 0s linear;
    transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
    top: 2px;
    bottom: 2px
}

.simplebar-track.simplebar-horizontal {
    left: 0;
    height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
    height: 100%;
    left: 2px;
    right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
    right: auto;
    left: 0;
    top: 2px;
    height: 7px;
    min-height: 0;
    min-width: 10px;
    width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
    right: auto;
    left: 0
}

.hs-dummy-scrollbar-size {
    direction: rtl;
    position: fixed;
    opacity: 0;
    visibility: hidden;
    height: 500px;
    width: 500px;
    overflow-y: hidden;
    overflow-x: scroll
}

.simplebar-hide-scrollbar {
    position: fixed;
    left: 0;
    visibility: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none
}

@media (min-width: 47.99875em) {
    .affiliate .steps__item {
        -webkit-box-flex:0;
        -ms-flex: 0 1 23.125rem;
        flex: 0 1 23.125rem;
        text-align: center
    }

    .affiliate .benefits__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 18.75rem;
        flex: 0 1 18.75rem
    }

    .affiliate .benefits__item-image {
        margin-bottom: 1.25rem
    }
}

@media (min-width: 75em) {
    .menu__item--mobile {
        display:none
    }
}

@media (min-width: 80em) {
    .spollers__title {
        gap:1.875rem
    }

    .spollers__title {
        font-size: 1.25rem
    }

    .spollers__icon {
        font-size: 3.75rem
    }

    .maintance__title {
        font-size: 3.125rem
    }

    .maintance__title {
        margin-bottom: 6.25rem
    }

    .page {
        padding-top: 7.5rem
    }

    section:not(:first-child) {
        padding-top: 6.25rem
    }

    section:not(:first-child) {
        padding-bottom: 6.25rem
    }

    ._section-title {
        font-size: 3.125rem
    }

    ._section-subtitle {
        font-size: 1.875rem
    }

    ._section-subtitle {
        margin-bottom: 3.75rem
    }

    .header {
        padding-top: 1.25rem
    }

    .header {
        padding-bottom: 1.25rem
    }

    .footer {
        padding-top: 12.5rem
    }

    .footer__wrapper {
        margin-bottom: 5rem
    }

    .footer__list-title {
        font-size: 1.25rem
    }

    .hero {
        padding-top: 9.375rem
    }

    .hero {
        padding-bottom: 9.375rem
    }

    .hero::after {
        height: 18.75rem
    }

    .hero__wrapper {
        gap: 1.875rem
    }

    .hero__data {
        max-width: 43.125rem
    }

    .hero__title {
        margin-bottom: 2.5rem
    }

    .functions__title {
        margin-bottom: 3.75rem
    }

    .functions__subtitle {
        margin-bottom: 3.75rem
    }

    .functions__image {
        height: 31.25rem
    }

    .functions__slide--6 .functions__image {
        padding-top: 3.75rem
    }

    .functions__slide--6 .functions__image {
        padding-left: 3.75rem
    }

    .functions__data {
        padding-left: 3.75rem
    }

    .functions__data {
        padding-right: 3.75rem
    }

    .functions__slide-title {
        font-size: 1.5625rem
    }

    .tech__wrapper {
        gap: 3.75rem
    }

    .banner__container {
        padding-top: 3.75rem
    }

    .banner__container {
        padding-bottom: 3.75rem
    }

    .banner__title {
        font-size: 2.8125rem
    }

    .banner__title {
        margin-bottom: 2.5rem
    }

    .banner__subtitle {
        font-size: 1.25rem
    }

    .banner__subtitle {
        margin-bottom: 4.375rem
    }

    .use__title {
        margin-bottom: 3.75rem
    }

    .use__list {
        margin-bottom: 3.75rem
    }

    .use__item-icons {
        margin-bottom: 1.875rem
    }

    .use__item-icons img {
        height: 3.75rem
    }

    .download__subtitle {
        font-size: 1.25rem
    }

    .download__subtitle {
        margin-bottom: 3.75rem
    }

    .updates__wrapper {
        padding-top: 6.25rem
    }

    .updates__wrapper {
        padding-bottom: 6.25rem
    }

    .updates__item-logo {
        font-size: 5rem
    }

    .updates__item-logo {
        height: 5rem
    }

    .updates__item-title {
        font-size: 1.5rem
    }

    .supports__item-title {
        font-size: 1.5625rem
    }

    .faq__title {
        margin-bottom: 3.75rem
    }

    .faq__spollers .spollers__title {
        font-size: 1.5625rem
    }

    .top-partners .js-marquee {
        margin-bottom: 3.75rem
    }

    .payment__title {
        margin-bottom: 2.5rem
    }

    .plans-page .faq__title {
        margin-bottom: 2.5rem
    }

    .blog__actions {
        margin-bottom: 3.75rem
    }

    .blog__posts {
        margin-bottom: 3.75rem
    }

    .blog__post-title {
        font-size: 1.5625rem
    }

    .post__intro {
        margin-bottom: 1.875rem
    }

    .post__title {
        font-size: 2.1875rem
    }

    .post__content article h1 {
        font-size: 1.875rem
    }

    .post__content article h2 {
        font-size: 1.625rem
    }

    .post__content article h3 {
        font-size: 1.5rem
    }

    .partners__title {
        margin-bottom: 3.75rem
    }

    .partners__item {
        gap: 2.8125rem
    }

    .terms__title {
        margin-bottom: 3.75rem
    }

    .changelog__title {
        margin-bottom: 3.75rem
    }

    .changelog__version-title h2 {
        font-size: 1.875rem
    }

    .notfound__title {
        font-size: 11.875rem
    }

    .notfound__title span {
        width: 8.75rem
    }

    .notfound__title span {
        height: 8.75rem
    }

    .notfound__subtitle {
        font-size: 2.5rem
    }

    .generator__title {
        margin-bottom: 3.75rem
    }

    .generator__tools-items {
        gap: 1.875rem
    }

    .generator__field {
        margin-bottom: 5rem
    }

    .affiliate .steps__title {
        font-size: 3.125rem
    }

    .affiliate .steps__title {
        margin-bottom: 3.75rem
    }

    .affiliate .steps__image {
        margin-bottom: 3.75rem
    }

    .affiliate .steps__item-image {
        margin-bottom: .9375rem
    }

    .affiliate .steps__item-image img {
        width: 3.75rem
    }

    .affiliate .steps__item-image img {
        height: 3.75rem
    }

    .affiliate .steps__item-text {
        font-size: 1.25rem
    }

    .affiliate .bonus__container {
        gap: 6.25rem
    }

    .affiliate .bonus__title {
        font-size: 3.125rem
    }

    .affiliate .benefits__title {
        font-size: 3.125rem
    }

    .affiliate .benefits__title {
        margin-bottom: 3.75rem
    }

    .affiliate .benefits__item-image img {
        width: 5rem
    }

    .affiliate .benefits__item-image img {
        height: 5rem
    }

    .affiliate .supports__title {
        margin-bottom: 3.75rem
    }
}

@media (max-width: 80em) {
    .download__image {
        -webkit-box-flex:120%;
        -ms-flex: 120%;
        flex: 120%
    }

    .download__image {
        margin-left: -10%
    }

    .reviews__list {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }

    .reviews__items:last-child {
        display: none
    }

    .partners__item {
        padding: 1.5625rem
    }

    .affiliate .bonus__image {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 25rem;
        flex: 1 0 25rem;
        margin-left: -6.25rem
    }
}

@media (max-width: 75em) {
    .menu__body {
        position:fixed;
        min-width: 18.75rem;
        height: 100vh;
        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;
        top: 0;
        left: -300%;
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        overflow: auto;
        background-color: #161b33;
        gap: 1.875rem;
        z-index: 51
    }

    .menu-open .menu__body {
        left: 0
    }

    .menu-open .menu__body::before {
        left: 0
    }

    .menu__list {
        padding: 6.25rem .9375rem .9375rem;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        text-transform: uppercase
    }

    .menu__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        row-gap: 1.875rem
    }

    .menu__item {
        font-size: 1.375rem;
        text-align: start
    }

    .menu__item-download {
        border-left: 0;
        padding: 0
    }

    .menu__item-button {
        text-transform: uppercase;
        margin-bottom: 0;
        padding-bottom: 0
    }

    .menu__sublist {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .menu__sublist-item {
        font-size: 1.25rem
    }

    .icon-menu {
        display: block;
        position: relative;
        width: 1rem;
        height: 1.25rem;
        margin-right: .9375rem;
        cursor: pointer;
        z-index: 52
    }

    .icon-menu span,.icon-menu::after,.icon-menu::before {
        content: "";
        -webkit-transition: all .3s ease 0s;
        -o-transition: all .3s ease 0s;
        transition: all .3s ease 0s;
        left: 0;
        position: absolute;
        width: 100%;
        height: .1875rem;
        background-color: #fff;
        border-radius: .75rem
    }

    .icon-menu::before {
        top: 0
    }

    .icon-menu::after {
        bottom: 0
    }

    .icon-menu span {
        top: calc(50% - .125rem);
        width: 1.75rem
    }

    .menu-open .icon-menu span {
        width: 0
    }

    .menu-open .icon-menu::after,.menu-open .icon-menu::before {
        width: 1.25rem
    }

    .menu-open .icon-menu::before {
        top: calc(50% - .125rem);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .menu-open .icon-menu::after {
        bottom: calc(50% - .0625rem);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .supports__item-link {
        padding: 1.25rem 1.875rem
    }
}

@media (max-width: 64em) {
    .hero__subtitle {
        padding-bottom:2.5rem
    }
}

@media (max-width: 62em) {
    .hero__buttons {
        gap:1.25rem
    }
}

@media (max-width: 48em) {
    .hero__subtitle {
        font-size:1.125rem
    }
}

@media (max-width: 20em) {
    .spollers__title {
        gap:.9375rem
    }

    .spollers__title {
        font-size: 1.125rem
    }

    .spollers__icon {
        font-size: 2.8125rem
    }

    .maintance__title {
        font-size: 1.5rem
    }

    .maintance__title {
        margin-bottom: 3.125rem
    }

    .page {
        padding-top: 5.625rem
    }

    section:not(:first-child) {
        padding-top: 1.875rem
    }

    section:not(:first-child) {
        padding-bottom: 1.875rem
    }

    ._section-title {
        font-size: 1.375rem
    }

    ._section-subtitle {
        font-size: 1rem
    }

    ._section-subtitle {
        margin-bottom: 1.875rem
    }

    .header {
        padding-top: .9375rem
    }

    .header {
        padding-bottom: .9375rem
    }

    .footer {
        padding-top: 3.125rem
    }

    .footer__wrapper {
        margin-bottom: 2.5rem
    }

    .footer__list-title {
        font-size: 1.125rem
    }

    .hero {
        padding-top: 6.25rem
    }

    .hero {
        padding-bottom: 6.25rem
    }

    .hero::after {
        height: 6.25rem
    }

    .hero__wrapper {
        gap: .9375rem
    }

    .hero__data {
        max-width: 39.375rem
    }

    .hero__title {
        margin-bottom: 1.25rem
    }

    .hero__title {
        font-size: 1.625rem
    }

    .functions__title {
        margin-bottom: 1.875rem
    }

    .functions__subtitle {
        margin-bottom: 1.875rem
    }

    .functions__image {
        height: 17.5rem
    }

    .functions__slide--6 .functions__image {
        padding-top: 1.875rem
    }

    .functions__slide--6 .functions__image {
        padding-left: 1.875rem
    }

    .functions__data {
        padding-left: 1.875rem
    }

    .functions__data {
        padding-right: 1.875rem
    }

    .functions__slide-title {
        font-size: 1.25rem
    }

    .tech__wrapper {
        gap: 1.875rem
    }

    .banner__container {
        padding-top: 1.25rem
    }

    .banner__container {
        padding-bottom: 1.25rem
    }

    .banner__title {
        font-size: 1.875rem
    }

    .banner__title {
        margin-bottom: 1.25rem
    }

    .banner__subtitle {
        font-size: 1rem
    }

    .banner__subtitle {
        margin-bottom: 1.875rem
    }

    .use__title {
        margin-bottom: 1.875rem
    }

    .use__list {
        margin-bottom: 1.875rem
    }

    .use__item-icons {
        margin-bottom: .9375rem
    }

    .use__item-icons img {
        height: 3.125rem
    }

    .download__subtitle {
        font-size: 1rem
    }

    .download__subtitle {
        margin-bottom: 1.875rem
    }

    .updates__wrapper {
        padding-top: 3.125rem
    }

    .updates__wrapper {
        padding-bottom: 3.125rem
    }

    .updates__item-logo {
        font-size: 3.75rem
    }

    .updates__item-logo {
        height: 3.75rem
    }

    .updates__item-title {
        font-size: 1.125rem
    }

    .supports__item-title {
        font-size: 1rem
    }

    .faq__title {
        margin-bottom: 1.875rem
    }

    .faq__spollers .spollers__title {
        font-size: 1.25rem
    }

    .top-partners .js-marquee {
        margin-bottom: 1.875rem
    }

    .payment__title {
        margin-bottom: 1.875rem
    }

    .plans-page .faq__title {
        margin-bottom: 1.875rem
    }

    .blog__actions {
        margin-bottom: 1.875rem
    }

    .blog__posts {
        margin-bottom: 1.875rem
    }

    .blog__post-title {
        font-size: 1.25rem
    }

    .post__intro {
        margin-bottom: .9375rem
    }

    .post__title {
        font-size: 1.625rem
    }

    .post__content article h1 {
        font-size: 1.625rem
    }

    .post__content article h2 {
        font-size: 1.375rem
    }

    .post__content article h3 {
        font-size: 1.25rem
    }

    .partners__title {
        margin-bottom: 1.875rem
    }

    .partners__item {
        gap: 1.25rem
    }

    .terms__title {
        margin-bottom: 1.875rem
    }

    .changelog__title {
        margin-bottom: 1.875rem
    }

    .changelog__version-title h2 {
        font-size: 1.5rem
    }

    .notfound__title {
        font-size: 6.25rem
    }

    .notfound__title span {
        width: 5rem
    }

    .notfound__title span {
        height: 5rem
    }

    .notfound__subtitle {
        font-size: 1.25rem
    }

    .generator__title {
        margin-bottom: 1.875rem
    }

    .generator__tools-items {
        gap: .9375rem
    }

    .generator__field {
        margin-bottom: 1.875rem
    }

    .affiliate .steps__title {
        font-size: 1.875rem
    }

    .affiliate .steps__title {
        margin-bottom: 1.875rem
    }

    .affiliate .steps__image {
        margin-bottom: 1.875rem
    }

    .affiliate .steps__item-image {
        margin-bottom: .625rem
    }

    .affiliate .steps__item-image img {
        width: 2.5rem
    }

    .affiliate .steps__item-image img {
        height: 2.5rem
    }

    .affiliate .steps__item-text {
        font-size: 1rem
    }

    .affiliate .bonus__container {
        gap: 2.5rem
    }

    .affiliate .bonus__title {
        font-size: 1.875rem
    }

    .affiliate .benefits__title {
        font-size: 1.875rem
    }

    .affiliate .benefits__title {
        margin-bottom: 1.875rem
    }

    .affiliate .benefits__item-image img {
        width: 2.5rem
    }

    .affiliate .benefits__item-image img {
        height: 2.5rem
    }

    .affiliate .supports__title {
        margin-bottom: 1.875rem
    }
}

@media (max-width: 67.5em) {
    .footer__wrapper {
        gap:1.875rem
    }

    .footer__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .footer__feedback {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        gap: 1.875rem;
        width: 100%
    }
}

@media (min-width: 61.99875em ) {
    .tech__image2 {
        display: none
    }
    .banner__image2 {
        display: none
    }
    .header__logo2  {
        display: none
    }
}
    
@media (max-width: 61.99875em) {
    .footer__feedback-item:not(:last-child) {
        margin-bottom:0
    }
    .banner__image {
        display: none
    }
    .hero__wrapper {
        -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
    }

    .hero__data {
        padding-right: 1.25rem
    }

    .hero__image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%
    }

    .functions__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-radius: 1.5rem
    }

    .functions__image {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .functions__data {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1.875rem
    }

    .functions__slide-buttons {
        position: relative;
        bottom: 0;
        left: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start
    }

    .tech__spollers {
        width: 100%
    }

    .tech .spollers__body {
        padding-left: 0
    }

    .tech__image {
        display: none
    }
    .menu__item-button_test {
        display: none
    }
    .header__logo {
        display: none
    }

    .banner__image {
        /* display: none; */
        /* display: flex; */
        justify-content: center;
        align-items: center;
    }

    .use__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .download__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .download__data {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin-bottom: 1.875rem
    }

    .download__buttons {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .download__image {
        margin: 0 auto
    }

    .supports__item-image {
        width: 6.25rem
    }

    .plans__period {
        padding: .9375rem
    }

    .plans__items {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .payment__list {
        -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4,1fr)
    }

    .blog__posts {
        gap: 1.875rem .9375rem
    }

    .post__wrapper {
        -ms-grid-columns: auto;
        grid-template-columns: auto
    }

    .post__promocode {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .navigation {
        display: none
    }

    .partners__wrapper {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .partners__category {
        position: static;
        top: 0
    }

    .partners__category-list {
        height: 12.5rem;
        overflow: auto
    }

    .partners__item {
        -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
    }

    .partners__item-logo {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .partners__item-data {
        -webkit-box-flex: 1;
        -ms-flex: auto;
        flex: auto
    }

    .page-download .download__buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .affiliate .bonus__image {
        display: none
    }
}

@media (max-width: 53.75em) {
    .generator__tools {
        -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: 1.875rem
    }
}

@media (max-width: 47.99875em) {
    .spollers {
        gap:1.875rem
    }

    .spollers__item:not(:last-child) {
        margin-bottom: .9375rem
    }

    .maintance {
        background: 0 0
    }

    .actions__signup {
        padding: -138.0625rem .625rem;
    }

    .footer__feedback {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__lists {
        -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3,1fr)
    }

    .footer__bottom {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .footer__copyright {
        text-align: center
    }

    .functions__data {
        padding: 1.25rem;
        margin-bottom: 0
    }

    .banner__title {
        text-align: center
    }

    .use__list {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .use__item {
        padding: .625rem 0
    }

    .download__button {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%
    }

    .reviews__list {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .reviews__items {
        width: 100%
    }

    .reviews__items:nth-child(3) {
        display: none
    }

    .reviews__item {
        font-size: 1rem
    }

    .updates__wrapper {
        -webkit-filter: none;
        filter: none
    }

    .updates__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 1.875rem .9375rem
    }

    .updates__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%
    }

    .supports__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
        row-gap: 1.875rem
    }

    .supports__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%
    }

    .supports__item-link {
        padding: 0
    }

    .faq__spollers .spollers__body {
        font-size: 1rem
    }

    .plans__periods {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: .625rem;
        max-width: 100%;
        border: 0
    }

    .plans__period {
        width: 100%;
        padding: .9375rem 1.5625rem
    }

    .plans__period span {
        padding: .3125rem .625rem
    }

    .plans__items {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .plan {
        border: .125rem solid #3a1965;
    }

    .plan__list-item {
        height: auto
    }

    .plan__list-item:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .plan__select {
        width: 12.5rem
    }

    .payment__list {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2,1fr)
    }

    .blog__posts {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .post__title {
        text-align: start
    }

    .changelog__version-title {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 1.25rem;
        gap: .9375rem
    }

    .changelog__version-title h2 {
        margin-bottom: 0
    }

    .changelog__version-title span {
        position: relative;
        right: 0;
        top: 0
    }

    .page-download .download__subtitle {
        text-align: start;
        margin-bottom: 0
    }

    .affiliate .steps__wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .affiliate .steps__image {
        display: none
    }

    .affiliate .steps__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .affiliate .steps__item {
        padding-left: 5.9375rem
    }

    .affiliate .steps__item::before {
        content: "";
        position: absolute;
        left: -.3125rem;
        top: .9375rem;
        width: 3.125rem;
        height: 5.9375rem
    }

    .affiliate .steps__item:nth-child(1)::before {
        background: url(../images/themes/default/affiliate-step-1.html) 0 0 no-repeat
    }

    .affiliate .steps__item:nth-child(2)::before {
        width: 5rem;
        background: url(../images/themes/default/affiliate-step-2.html) 0 0 no-repeat
    }

    .affiliate .steps__item:nth-child(3)::before {
        width: 4.6875rem;
        background: url(../images/themes/default/affiliate-step-3.html) 0 0 no-repeat
    }

    .affiliate .benefits__items {
        -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
    }

    .affiliate .benefits__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 1.875rem;
        margin-bottom: 1.25rem;
        text-align: start
    }
}

@media (max-width: 47.99875em) and (max-width:20em) {
    .affiliate .steps__item {
        margin-bottom:1.875rem
    }
}

@media (max-width: 37.25em) {
    .hero__buttons {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin-bottom: 1.875rem
    }

    .hero__button {
        width: 100%;
        padding: .9375rem
    }
}

@media (max-width: 35.9375em) {
    .generator__tools-items {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .generator__tools-select {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%
    }

    .generator .generator__tools-button {
        width: 100%
    }
}

@media (max-width: 33.4375em) {
    .reviews__list {
        -ms-grid-columns:1fr;
        grid-template-columns: 1fr
    }
}

@media (max-width: 33.125em) {
    .blog__actions {
        -webkit-box-orient:vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog__search {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%
    }

    .blog__posts {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr
    }

    .select_blog__select {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        width: 100%
    }
}

@media (max-width: 29.99875em) {
    ._section-title {
        font-weight:600
    }

    .menu {
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none
    }

    .actions__login,.actions__signup {
        width: 100%;
        padding: .9375rem .625rem
    }

    .footer__feedback-link {
        font-size: 1.25rem
    }

    .footer__lists {
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr
    }

    .footer .payment__list {
        -ms-grid-columns: 3.125rem 3.125rem;
        grid-template-columns: 3.125rem 3.125rem
    }

    .functions__slide--1 .functions__image {
        padding: 1.25rem 1.25rem 0 1.25rem
    }

    .banner__button {
        width: 100%
    }

    .use__button {
        width: 100%
    }

    .use__button-link {
        width: 100%
    }

    .updates__list {
        -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
    }

    .plans__sale {
        padding: .9375rem
    }

    .plans__period {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        border: solid 1px #4b2083;
    }

    .plan__list {
        padding: 1.875rem
    }

    .plan__list-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .plan__list-data {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .plan__list-item-title {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        text-align: left
    }

    .plan__list-item-subtitle {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .plan__select {
        width: 6.25rem
    }

    .post__promocode {
        max-width: 100%
    }

    .post__promocode-logo img {
        height: 5rem
    }

    .partners__item-logo img {
        height: 3.125rem
    }

    .partners__item-link {
        width: 100%
    }

    .generator__copy-button {
        bottom: 1.25rem;
        top: inherit;
        padding: .625rem .9375rem;
        font-size: 1rem
    }
}

@media (min-width: 20em) and (max-width:80em) {
    @supports (gap:clamp(0.9375rem ,0.625rem + 1.5625vw ,1.875rem)) {
        .spollers__title {
            gap:clamp(.9375rem ,.625rem + 1.5625vw ,1.875rem)
        }
    }

    @supports not (gap: clamp(0.9375rem ,0.625rem + 1.5625vw ,1.875rem)) {
        .spollers__title {
            gap:calc(.9375rem + .9375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.125rem ,1.0833333333rem + 0.2083333333vw ,1.25rem)) {
        .spollers__title {
            font-size:clamp(1.125rem ,1.0833333333rem + .2083333333vw ,1.25rem)
        }
    }

    @supports not (font-size: clamp(1.125rem ,1.0833333333rem + 0.2083333333vw ,1.25rem)) {
        .spollers__title {
            font-size:calc(1.125rem + .125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(2.8125rem ,2.5rem + 1.5625vw ,3.75rem)) {
        .spollers__icon {
            font-size:clamp(2.8125rem ,2.5rem + 1.5625vw ,3.75rem)
        }
    }

    @supports not (font-size: clamp(2.8125rem ,2.5rem + 1.5625vw ,3.75rem)) {
        .spollers__icon {
            font-size:calc(2.8125rem + .9375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.5rem ,0.9583333333rem + 2.7083333333vw ,3.125rem)) {
        .maintance__title {
            font-size:clamp(1.5rem ,.9583333333rem + 2.7083333333vw ,3.125rem)
        }
    }

    @supports not (font-size: clamp(1.5rem ,0.9583333333rem + 2.7083333333vw ,3.125rem)) {
        .maintance__title {
            font-size:calc(1.5rem + 1.625 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(3.125rem ,2.0833333333rem + 5.2083333333vw ,6.25rem)) {
        .maintance__title {
            margin-bottom:clamp(3.125rem ,2.0833333333rem + 5.2083333333vw ,6.25rem)
        }
    }

    @supports not (margin-bottom: clamp(3.125rem ,2.0833333333rem + 5.2083333333vw ,6.25rem)) {
        .maintance__title {
            margin-bottom:calc(3.125rem + 3.125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-top: clamp(5.625rem ,5rem + 3.125vw ,7.5rem)) {
        .page {
            padding-top:clamp(5.625rem ,5rem + 3.125vw ,7.5rem)
        }
    }

    @supports not (padding-top: clamp(5.625rem ,5rem + 3.125vw ,7.5rem)) {
        .page {
            padding-top:calc(5.625rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-top: clamp(1.875rem ,0.4166666667rem + 7.2916666667vw ,6.25rem)) {
        section:not(:first-child) {
            padding-top:clamp(1.875rem ,.4166666667rem + 7.2916666667vw ,6.25rem)
        }
    }

    @supports not (padding-top: clamp(1.875rem ,0.4166666667rem + 7.2916666667vw ,6.25rem)) {
        section:not(:first-child) {
            padding-top:calc(1.875rem + 4.375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-bottom: clamp(1.875rem ,0.4166666667rem + 7.2916666667vw ,6.25rem)) {
        section:not(:first-child) {
            padding-bottom:clamp(1.875rem ,.4166666667rem + 7.2916666667vw ,6.25rem)
        }
    }

    @supports not (padding-bottom: clamp(1.875rem ,0.4166666667rem + 7.2916666667vw ,6.25rem)) {
        section:not(:first-child) {
            padding-bottom:calc(1.875rem + 4.375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.375rem ,0.7916666667rem + 2.9166666667vw ,3.125rem)) {
        ._section-title {
            font-size:clamp(1.375rem ,.7916666667rem + 2.9166666667vw ,3.125rem)
        }
    }

    @supports not (font-size: clamp(1.375rem ,0.7916666667rem + 2.9166666667vw ,3.125rem)) {
        ._section-title {
            font-size:calc(1.375rem + 1.75 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1rem ,0.7083333333rem + 1.4583333333vw ,1.875rem)) {
        ._section-subtitle {
            font-size:clamp(1rem ,.7083333333rem + 1.4583333333vw ,1.875rem)
        }
    }

    @supports not (font-size: clamp(1rem ,0.7083333333rem + 1.4583333333vw ,1.875rem)) {
        ._section-subtitle {
            font-size:calc(1rem + .875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        ._section-subtitle {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        ._section-subtitle {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-top: clamp(0.9375rem ,0.8333333333rem + 0.5208333333vw ,1.25rem)) {
        .header {
            padding-top:clamp(.9375rem ,.8333333333rem + .5208333333vw ,1.25rem)
        }
    }

    @supports not (padding-top: clamp(0.9375rem ,0.8333333333rem + 0.5208333333vw ,1.25rem)) {
        .header {
            padding-top:calc(.9375rem + .3125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-bottom: clamp(0.9375rem ,0.8333333333rem + 0.5208333333vw ,1.25rem)) {
        .header {
            padding-bottom:clamp(.9375rem ,.8333333333rem + .5208333333vw ,1.25rem)
        }
    }

    @supports not (padding-bottom: clamp(0.9375rem ,0.8333333333rem + 0.5208333333vw ,1.25rem)) {
        .header {
            padding-bottom:calc(.9375rem + .3125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-top: clamp(3.125rem ,0.0000000625rem + 15.625vw ,12.5rem)) {
        .footer {
            padding-top:clamp(3.125rem ,.0000000625rem + 15.625vw ,12.5rem)
        }
    }

    @supports not (padding-top: clamp(3.125rem ,0.0000000625rem + 15.625vw ,12.5rem)) {
        .footer {
            padding-top:calc(3.125rem + 9.375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(2.5rem ,1.6666666667rem + 4.1666666667vw ,5rem)) {
        .footer__wrapper {
            margin-bottom:clamp(2.5rem ,1.6666666667rem + 4.1666666667vw ,5rem)
        }
    }

    @supports not (margin-bottom: clamp(2.5rem ,1.6666666667rem + 4.1666666667vw ,5rem)) {
        .footer__wrapper {
            margin-bottom:calc(2.5rem + 2.5 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.125rem ,1.0833333333rem + 0.2083333333vw ,1.25rem)) {
        .footer__list-title {
            font-size:clamp(1.125rem ,1.0833333333rem + .2083333333vw ,1.25rem)
        }
    }

    @supports not (font-size: clamp(1.125rem ,1.0833333333rem + 0.2083333333vw ,1.25rem)) {
        .footer__list-title {
            font-size:calc(1.125rem + .125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-top: clamp(6.25rem ,5.2083333333rem + 5.2083333333vw ,9.375rem)) {
        .hero {
            padding-top:clamp(6.25rem ,5.2083333333rem + 5.2083333333vw ,9.375rem)
        }
    }

    @supports not (padding-top: clamp(6.25rem ,5.2083333333rem + 5.2083333333vw ,9.375rem)) {
        .hero {
            padding-top:calc(6.25rem + 3.125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-bottom: clamp(6.25rem ,5.2083333333rem + 5.2083333333vw ,9.375rem)) {
        .hero {
            padding-bottom:clamp(6.25rem ,5.2083333333rem + 5.2083333333vw ,9.375rem)
        }
    }

    @supports not (padding-bottom: clamp(6.25rem ,5.2083333333rem + 5.2083333333vw ,9.375rem)) {
        .hero {
            padding-bottom:calc(6.25rem + 3.125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (height: clamp(6.25rem ,2.0833333333rem + 20.8333333333vw ,18.75rem)) {
        .hero::after {
            height:clamp(6.25rem ,2.0833333333rem + 20.8333333333vw ,18.75rem)
        }
    }

    @supports not (height: clamp(6.25rem ,2.0833333333rem + 20.8333333333vw ,18.75rem)) {
        .hero::after {
            height:calc(6.25rem + 12.5 * (100vw - 20rem)/ 60)
        }
    }

    @supports (gap: clamp(0.9375rem ,0.625rem + 1.5625vw ,1.875rem)) {
        .hero__wrapper {
            gap:clamp(.9375rem ,.625rem + 1.5625vw ,1.875rem)
        }
    }

    @supports not (gap: clamp(0.9375rem ,0.625rem + 1.5625vw ,1.875rem)) {
        .hero__wrapper {
            gap:calc(.9375rem + .9375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (max-width: clamp(39.375rem ,38.125rem + 6.25vw ,43.125rem)) {
        .hero__data {
            max-width:clamp(39.375rem ,38.125rem + 6.25vw ,43.125rem)
        }
    }

    @supports not (max-width: clamp(39.375rem ,38.125rem + 6.25vw ,43.125rem)) {
        .hero__data {
            max-width:calc(39.375rem + 3.75 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.25rem ,0.8333333333rem + 2.0833333333vw ,2.5rem)) {
        .hero__title {
            margin-bottom:clamp(1.25rem ,.8333333333rem + 2.0833333333vw ,2.5rem)
        }
    }

    @supports not (margin-bottom: clamp(1.25rem ,0.8333333333rem + 2.0833333333vw ,2.5rem)) {
        .hero__title {
            margin-bottom:calc(1.25rem + 1.25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__title {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__title {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__subtitle {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__subtitle {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (height: clamp(17.5rem ,12.9166666667rem + 22.9166666667vw ,31.25rem)) {
        .functions__image {
            height:clamp(17.5rem ,12.9166666667rem + 22.9166666667vw ,31.25rem)
        }
    }

    @supports not (height: clamp(17.5rem ,12.9166666667rem + 22.9166666667vw ,31.25rem)) {
        .functions__image {
            height:calc(17.5rem + 13.75 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-top: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__slide--6 .functions__image {
            padding-top:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (padding-top: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__slide--6 .functions__image {
            padding-top:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-left: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__slide--6 .functions__image {
            padding-left:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (padding-left: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__slide--6 .functions__image {
            padding-left:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-left: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__data {
            padding-left:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (padding-left: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__data {
            padding-left:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-right: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__data {
            padding-right:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (padding-right: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .functions__data {
            padding-right:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.25rem ,1.1458333333rem + 0.5208333333vw ,1.5625rem)) {
        .functions__slide-title {
            font-size:clamp(1.25rem ,1.1458333333rem + .5208333333vw ,1.5625rem)
        }
    }

    @supports not (font-size: clamp(1.25rem ,1.1458333333rem + 0.5208333333vw ,1.5625rem)) {
        .functions__slide-title {
            font-size:calc(1.25rem + .3125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (gap: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .tech__wrapper {
            gap:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (gap: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .tech__wrapper {
            gap:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-top: clamp(1.25rem ,0.4166666667rem + 4.1666666667vw ,3.75rem)) {
        .banner__container {
            padding-top:clamp(1.25rem ,.4166666667rem + 4.1666666667vw ,3.75rem)
        }
    }

    @supports not (padding-top: clamp(1.25rem ,0.4166666667rem + 4.1666666667vw ,3.75rem)) {
        .banner__container {
            padding-top:calc(1.25rem + 2.5 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-bottom: clamp(1.25rem ,0.4166666667rem + 4.1666666667vw ,3.75rem)) {
        .banner__container {
            padding-bottom:clamp(1.25rem ,.4166666667rem + 4.1666666667vw ,3.75rem)
        }
    }

    @supports not (padding-bottom: clamp(1.25rem ,0.4166666667rem + 4.1666666667vw ,3.75rem)) {
        .banner__container {
            padding-bottom:calc(1.25rem + 2.5 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.875rem ,1.5625rem + 1.5625vw ,2.8125rem)) {
        .banner__title {
            font-size:clamp(1.875rem ,1.5625rem + 1.5625vw ,2.8125rem)
        }
    }

    @supports not (font-size: clamp(1.875rem ,1.5625rem + 1.5625vw ,2.8125rem)) {
        .banner__title {
            font-size:calc(1.875rem + .9375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.25rem ,0.8333333333rem + 2.0833333333vw ,2.5rem)) {
        .banner__title {
            margin-bottom:clamp(1.25rem ,.8333333333rem + 2.0833333333vw ,2.5rem)
        }
    }

    @supports not (margin-bottom: clamp(1.25rem ,0.8333333333rem + 2.0833333333vw ,2.5rem)) {
        .banner__title {
            margin-bottom:calc(1.25rem + 1.25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)) {
        .banner__subtitle {
            font-size:clamp(1rem ,.9166666667rem + .4166666667vw ,1.25rem)
        }
    }

    @supports not (font-size: clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)) {
        .banner__subtitle {
            font-size:calc(1rem + .25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.0416666667rem + 4.1666666667vw ,4.375rem)) {
        .banner__subtitle {
            margin-bottom:clamp(1.875rem ,1.0416666667rem + 4.1666666667vw ,4.375rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.0416666667rem + 4.1666666667vw ,4.375rem)) {
        .banner__subtitle {
            margin-bottom:calc(1.875rem + 2.5 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .use__title {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .use__title {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .use__list {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .use__list {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(0.9375rem ,0.625rem + 1.5625vw ,1.875rem)) {
        .use__item-icons {
            margin-bottom:clamp(.9375rem ,.625rem + 1.5625vw ,1.875rem)
        }
    }

    @supports not (margin-bottom: clamp(0.9375rem ,0.625rem + 1.5625vw ,1.875rem)) {
        .use__item-icons {
            margin-bottom:calc(.9375rem + .9375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (height: clamp(3.125rem ,2.9166666667rem + 1.0416666667vw ,3.75rem)) {
        .use__item-icons img {
            height:clamp(3.125rem ,2.9166666667rem + 1.0416666667vw ,3.75rem)
        }
    }

    @supports not (height: clamp(3.125rem ,2.9166666667rem + 1.0416666667vw ,3.75rem)) {
        .use__item-icons img {
            height:calc(3.125rem + .625 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)) {
        .download__subtitle {
            font-size:clamp(1rem ,.9166666667rem + .4166666667vw ,1.25rem)
        }
    }

    @supports not (font-size: clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)) {
        .download__subtitle {
            font-size:calc(1rem + .25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .download__subtitle {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .download__subtitle {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-top: clamp(3.125rem ,2.0833333333rem + 5.2083333333vw ,6.25rem)) {
        .updates__wrapper {
            padding-top:clamp(3.125rem ,2.0833333333rem + 5.2083333333vw ,6.25rem)
        }
    }

    @supports not (padding-top: clamp(3.125rem ,2.0833333333rem + 5.2083333333vw ,6.25rem)) {
        .updates__wrapper {
            padding-top:calc(3.125rem + 3.125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (padding-bottom: clamp(3.125rem ,2.0833333333rem + 5.2083333333vw ,6.25rem)) {
        .updates__wrapper {
            padding-bottom:clamp(3.125rem ,2.0833333333rem + 5.2083333333vw ,6.25rem)
        }
    }

    @supports not (padding-bottom: clamp(3.125rem ,2.0833333333rem + 5.2083333333vw ,6.25rem)) {
        .updates__wrapper {
            padding-bottom:calc(3.125rem + 3.125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(3.75rem ,3.3333333333rem + 2.0833333333vw ,5rem)) {
        .updates__item-logo {
            font-size:clamp(3.75rem ,3.3333333333rem + 2.0833333333vw ,5rem)
        }
    }

    @supports not (font-size: clamp(3.75rem ,3.3333333333rem + 2.0833333333vw ,5rem)) {
        .updates__item-logo {
            font-size:calc(3.75rem + 1.25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (height: clamp(3.75rem ,3.3333333333rem + 2.0833333333vw ,5rem)) {
        .updates__item-logo {
            height:clamp(3.75rem ,3.3333333333rem + 2.0833333333vw ,5rem)
        }
    }

    @supports not (height: clamp(3.75rem ,3.3333333333rem + 2.0833333333vw ,5rem)) {
        .updates__item-logo {
            height:calc(3.75rem + 1.25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.125rem ,1rem + 0.625vw ,1.5rem)) {
        .updates__item-title {
            font-size:clamp(1.125rem ,1rem + .625vw ,1.5rem)
        }
    }

    @supports not (font-size: clamp(1.125rem ,1rem + 0.625vw ,1.5rem)) {
        .updates__item-title {
            font-size:calc(1.125rem + .375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1rem ,0.8125rem + 0.9375vw ,1.5625rem)) {
        .supports__item-title {
            font-size:clamp(1rem ,.8125rem + .9375vw ,1.5625rem)
        }
    }

    @supports not (font-size: clamp(1rem ,0.8125rem + 0.9375vw ,1.5625rem)) {
        .supports__item-title {
            font-size:calc(1rem + .5625 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .faq__title {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .faq__title {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.25rem ,1.1458333333rem + 0.5208333333vw ,1.5625rem)) {
        .faq__spollers .spollers__title {
            font-size:clamp(1.25rem ,1.1458333333rem + .5208333333vw ,1.5625rem)
        }
    }

    @supports not (font-size: clamp(1.25rem ,1.1458333333rem + 0.5208333333vw ,1.5625rem)) {
        .faq__spollers .spollers__title {
            font-size:calc(1.25rem + .3125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .top-partners .js-marquee {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .top-partners .js-marquee {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.6666666667rem + 1.0416666667vw ,2.5rem)) {
        .payment__title {
            margin-bottom:clamp(1.875rem ,1.6666666667rem + 1.0416666667vw ,2.5rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.6666666667rem + 1.0416666667vw ,2.5rem)) {
        .payment__title {
            margin-bottom:calc(1.875rem + .625 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.6666666667rem + 1.0416666667vw ,2.5rem)) {
        .plans-page .faq__title {
            margin-bottom:clamp(1.875rem ,1.6666666667rem + 1.0416666667vw ,2.5rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.6666666667rem + 1.0416666667vw ,2.5rem)) {
        .plans-page .faq__title {
            margin-bottom:calc(1.875rem + .625 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .blog__actions {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .blog__actions {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .blog__posts {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .blog__posts {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.25rem ,1.1458333333rem + 0.5208333333vw ,1.5625rem)) {
        .blog__post-title {
            font-size:clamp(1.25rem ,1.1458333333rem + .5208333333vw ,1.5625rem)
        }
    }

    @supports not (font-size: clamp(1.25rem ,1.1458333333rem + 0.5208333333vw ,1.5625rem)) {
        .blog__post-title {
            font-size:calc(1.25rem + .3125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(0.9375rem ,0.625rem + 1.5625vw ,1.875rem)) {
        .post__intro {
            margin-bottom:clamp(.9375rem ,.625rem + 1.5625vw ,1.875rem)
        }
    }

    @supports not (margin-bottom: clamp(0.9375rem ,0.625rem + 1.5625vw ,1.875rem)) {
        .post__intro {
            margin-bottom:calc(.9375rem + .9375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.625rem ,1.4375rem + 0.9375vw ,2.1875rem)) {
        .post__title {
            font-size:clamp(1.625rem ,1.4375rem + .9375vw ,2.1875rem)
        }
    }

    @supports not (font-size: clamp(1.625rem ,1.4375rem + 0.9375vw ,2.1875rem)) {
        .post__title {
            font-size:calc(1.625rem + .5625 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.625rem ,1.5416666667rem + 0.4166666667vw ,1.875rem)) {
        .post__content article h1 {
            font-size:clamp(1.625rem ,1.5416666667rem + .4166666667vw ,1.875rem)
        }
    }

    @supports not (font-size: clamp(1.625rem ,1.5416666667rem + 0.4166666667vw ,1.875rem)) {
        .post__content article h1 {
            font-size:calc(1.625rem + .25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.375rem ,1.2916666667rem + 0.4166666667vw ,1.625rem)) {
        .post__content article h2 {
            font-size:clamp(1.375rem ,1.2916666667rem + .4166666667vw ,1.625rem)
        }
    }

    @supports not (font-size: clamp(1.375rem ,1.2916666667rem + 0.4166666667vw ,1.625rem)) {
        .post__content article h2 {
            font-size:calc(1.375rem + .25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.25rem ,1.1666666667rem + 0.4166666667vw ,1.5rem)) {
        .post__content article h3 {
            font-size:clamp(1.25rem ,1.1666666667rem + .4166666667vw ,1.5rem)
        }
    }

    @supports not (font-size: clamp(1.25rem ,1.1666666667rem + 0.4166666667vw ,1.5rem)) {
        .post__content article h3 {
            font-size:calc(1.25rem + .25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .partners__title {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .partners__title {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (gap: clamp(1.25rem ,0.7291666667rem + 2.6041666667vw ,2.8125rem)) {
        .partners__item {
            gap:clamp(1.25rem ,.7291666667rem + 2.6041666667vw ,2.8125rem)
        }
    }

    @supports not (gap: clamp(1.25rem ,0.7291666667rem + 2.6041666667vw ,2.8125rem)) {
        .partners__item {
            gap:calc(1.25rem + 1.5625 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .terms__title {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .terms__title {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .changelog__title {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .changelog__title {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.5rem ,1.375rem + 0.625vw ,1.875rem)) {
        .changelog__version-title h2 {
            font-size:clamp(1.5rem ,1.375rem + .625vw ,1.875rem)
        }
    }

    @supports not (font-size: clamp(1.5rem ,1.375rem + 0.625vw ,1.875rem)) {
        .changelog__version-title h2 {
            font-size:calc(1.5rem + .375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(6.25rem ,4.375rem + 9.375vw ,11.875rem)) {
        .notfound__title {
            font-size:clamp(6.25rem ,4.375rem + 9.375vw ,11.875rem)
        }
    }

    @supports not (font-size: clamp(6.25rem ,4.375rem + 9.375vw ,11.875rem)) {
        .notfound__title {
            font-size:calc(6.25rem + 5.625 * (100vw - 20rem)/ 60)
        }
    }

    @supports (width: clamp(5rem ,3.75rem + 6.25vw ,8.75rem)) {
        .notfound__title span {
            width:clamp(5rem ,3.75rem + 6.25vw ,8.75rem)
        }
    }

    @supports not (width: clamp(5rem ,3.75rem + 6.25vw ,8.75rem)) {
        .notfound__title span {
            width:calc(5rem + 3.75 * (100vw - 20rem)/ 60)
        }
    }

    @supports (height: clamp(5rem ,3.75rem + 6.25vw ,8.75rem)) {
        .notfound__title span {
            height:clamp(5rem ,3.75rem + 6.25vw ,8.75rem)
        }
    }

    @supports not (height: clamp(5rem ,3.75rem + 6.25vw ,8.75rem)) {
        .notfound__title span {
            height:calc(5rem + 3.75 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.25rem ,0.8333333333rem + 2.0833333333vw ,2.5rem)) {
        .notfound__subtitle {
            font-size:clamp(1.25rem ,.8333333333rem + 2.0833333333vw ,2.5rem)
        }
    }

    @supports not (font-size: clamp(1.25rem ,0.8333333333rem + 2.0833333333vw ,2.5rem)) {
        .notfound__subtitle {
            font-size:calc(1.25rem + 1.25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .generator__title {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .generator__title {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (gap: clamp(0.9375rem ,0.625rem + 1.5625vw ,1.875rem)) {
        .generator__tools-items {
            gap:clamp(.9375rem ,.625rem + 1.5625vw ,1.875rem)
        }
    }

    @supports not (gap: clamp(0.9375rem ,0.625rem + 1.5625vw ,1.875rem)) {
        .generator__tools-items {
            gap:calc(.9375rem + .9375 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,0.8333333333rem + 5.2083333333vw ,5rem)) {
        .generator__field {
            margin-bottom:clamp(1.875rem ,.8333333333rem + 5.2083333333vw ,5rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,0.8333333333rem + 5.2083333333vw ,5rem)) {
        .generator__field {
            margin-bottom:calc(1.875rem + 3.125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.875rem ,1.4583333333rem + 2.0833333333vw ,3.125rem)) {
        .affiliate .steps__title {
            font-size:clamp(1.875rem ,1.4583333333rem + 2.0833333333vw ,3.125rem)
        }
    }

    @supports not (font-size: clamp(1.875rem ,1.4583333333rem + 2.0833333333vw ,3.125rem)) {
        .affiliate .steps__title {
            font-size:calc(1.875rem + 1.25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .affiliate .steps__title {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .affiliate .steps__title {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .affiliate .steps__image {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .affiliate .steps__image {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(0.625rem ,0.5208333333rem + 0.5208333333vw ,0.9375rem)) {
        .affiliate .steps__item-image {
            margin-bottom:clamp(.625rem ,.5208333333rem + .5208333333vw ,.9375rem)
        }
    }

    @supports not (margin-bottom: clamp(0.625rem ,0.5208333333rem + 0.5208333333vw ,0.9375rem)) {
        .affiliate .steps__item-image {
            margin-bottom:calc(.625rem + .3125 * (100vw - 20rem)/ 60)
        }
    }

    @supports (width: clamp(2.5rem ,2.0833333333rem + 2.0833333333vw ,3.75rem)) {
        .affiliate .steps__item-image img {
            width:clamp(2.5rem ,2.0833333333rem + 2.0833333333vw ,3.75rem)
        }
    }

    @supports not (width: clamp(2.5rem ,2.0833333333rem + 2.0833333333vw ,3.75rem)) {
        .affiliate .steps__item-image img {
            width:calc(2.5rem + 1.25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (height: clamp(2.5rem ,2.0833333333rem + 2.0833333333vw ,3.75rem)) {
        .affiliate .steps__item-image img {
            height:clamp(2.5rem ,2.0833333333rem + 2.0833333333vw ,3.75rem)
        }
    }

    @supports not (height: clamp(2.5rem ,2.0833333333rem + 2.0833333333vw ,3.75rem)) {
        .affiliate .steps__item-image img {
            height:calc(2.5rem + 1.25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)) {
        .affiliate .steps__item-text {
            font-size:clamp(1rem ,.9166666667rem + .4166666667vw ,1.25rem)
        }
    }

    @supports not (font-size: clamp(1rem ,0.9166666667rem + 0.4166666667vw ,1.25rem)) {
        .affiliate .steps__item-text {
            font-size:calc(1rem + .25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (gap: clamp(2.5rem ,1.25rem + 6.25vw ,6.25rem)) {
        .affiliate .bonus__container {
            gap:clamp(2.5rem ,1.25rem + 6.25vw ,6.25rem)
        }
    }

    @supports not (gap: clamp(2.5rem ,1.25rem + 6.25vw ,6.25rem)) {
        .affiliate .bonus__container {
            gap:calc(2.5rem + 3.75 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.875rem ,1.4583333333rem + 2.0833333333vw ,3.125rem)) {
        .affiliate .bonus__title {
            font-size:clamp(1.875rem ,1.4583333333rem + 2.0833333333vw ,3.125rem)
        }
    }

    @supports not (font-size: clamp(1.875rem ,1.4583333333rem + 2.0833333333vw ,3.125rem)) {
        .affiliate .bonus__title {
            font-size:calc(1.875rem + 1.25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (font-size: clamp(1.875rem ,1.4583333333rem + 2.0833333333vw ,3.125rem)) {
        .affiliate .benefits__title {
            font-size:clamp(1.875rem ,1.4583333333rem + 2.0833333333vw ,3.125rem)
        }
    }

    @supports not (font-size: clamp(1.875rem ,1.4583333333rem + 2.0833333333vw ,3.125rem)) {
        .affiliate .benefits__title {
            font-size:calc(1.875rem + 1.25 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .affiliate .benefits__title {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .affiliate .benefits__title {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }

    @supports (width: clamp(2.5rem ,1.6666666667rem + 4.1666666667vw ,5rem)) {
        .affiliate .benefits__item-image img {
            width:clamp(2.5rem ,1.6666666667rem + 4.1666666667vw ,5rem)
        }
    }

    @supports not (width: clamp(2.5rem ,1.6666666667rem + 4.1666666667vw ,5rem)) {
        .affiliate .benefits__item-image img {
            width:calc(2.5rem + 2.5 * (100vw - 20rem)/ 60)
        }
    }

    @supports (height: clamp(2.5rem ,1.6666666667rem + 4.1666666667vw ,5rem)) {
        .affiliate .benefits__item-image img {
            height:clamp(2.5rem ,1.6666666667rem + 4.1666666667vw ,5rem)
        }
    }

    @supports not (height: clamp(2.5rem ,1.6666666667rem + 4.1666666667vw ,5rem)) {
        .affiliate .benefits__item-image img {
            height:calc(2.5rem + 2.5 * (100vw - 20rem)/ 60)
        }
    }

    @supports (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .affiliate .supports__title {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .affiliate .supports__title {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }
}

@media (min-width: 67.5em) and (max-width:120em) {
    @supports (gap:clamp(1.875rem ,-2.1428571429rem + 5.9523809524vw ,5rem)) {
        .footer__wrapper {
            gap:clamp(1.875rem ,-2.1428571429rem + 5.9523809524vw ,5rem)
        }
    }

    @supports not (gap: clamp(1.875rem ,-2.1428571429rem + 5.9523809524vw ,5rem)) {
        .footer__wrapper {
            gap:calc(1.875rem + 3.125 * (100vw - 67.5rem)/ 52.5)
        }
    }
}

@media (min-width: 20em) and (max-width:100em) {
    @supports (font-size:clamp(1.625rem ,1.25rem + 1.875vw ,3.125rem)) {
        .hero__title {
            font-size:clamp(1.625rem ,1.25rem + 1.875vw ,3.125rem)
        }
    }

    @supports not (font-size: clamp(1.625rem ,1.25rem + 1.875vw ,3.125rem)) {
        .hero__title {
            font-size:calc(1.625rem + 1.5 * (100vw - 20rem)/ 80)
        }
    }
}

@media (min-width: 48em) and (max-width:120em) {
    @supports (font-size:clamp(1.125rem ,1.0416666667rem + 0.1736111111vw ,1.25rem)) {
        .hero__subtitle {
            font-size:clamp(1.125rem ,1.0416666667rem + .1736111111vw ,1.25rem)
        }
    }

    @supports not (font-size: clamp(1.125rem ,1.0416666667rem + 0.1736111111vw ,1.25rem)) {
        .hero__subtitle {
            font-size:calc(1.125rem + .125 * (100vw - 48rem)/ 72)
        }
    }
}

@media (min-width: 64em) and (max-width:120em) {
    @supports (padding-bottom:clamp(2.5rem ,-1.7857142857rem + 6.6964285714vw ,6.25rem)) {
        .hero__subtitle {
            padding-bottom:clamp(2.5rem ,-1.7857142857rem + 6.6964285714vw ,6.25rem)
        }
    }

    @supports not (padding-bottom: clamp(2.5rem ,-1.7857142857rem + 6.6964285714vw ,6.25rem)) {
        .hero__subtitle {
            padding-bottom:calc(2.5rem + 3.75 * (100vw - 64rem)/ 56)
        }
    }
}

@media (min-width: 62em) and (max-width:120em) {
    @supports (gap:clamp(1.25rem ,-0.0862068966rem + 2.1551724138vw ,2.5rem)) {
        .hero__buttons {
            gap:clamp(1.25rem ,-.0862068966rem + 2.1551724138vw ,2.5rem)
        }
    }

    @supports not (gap: clamp(1.25rem ,-0.0862068966rem + 2.1551724138vw ,2.5rem)) {
        .hero__buttons {
            gap:calc(1.25rem + 1.25 * (100vw - 62rem)/ 58)
        }
    }
}

@media (max-width: 47.99875em) and (min-width:80em) {
    .affiliate .steps__item {
        margin-bottom:3.75rem
    }
}

@media (max-width: 47.99875em) and (min-width:20em) and (max-width:80em) {
    @supports (margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .affiliate .steps__item {
            margin-bottom:clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)
        }
    }

    @supports not (margin-bottom: clamp(1.875rem ,1.25rem + 3.125vw ,3.75rem)) {
        .affiliate .steps__item {
            margin-bottom:calc(1.875rem + 1.875 * (100vw - 20rem)/ 60)
        }
    }
}

@media (any-hover: hover) {
    .button:hover {
        background-color:#5d2a9d
    }

    .select__option:hover {
        background: #252a44
    }

    .popup__close:hover {
        color: var(--primary-color)
    }

    .spollers__title:hover {
        color: #a4b8ff
    }

    #progress:hover {
        -webkit-transform: translateY(-.625rem);
        -ms-transform: translateY(-.625rem);
        transform: translateY(-.625rem)
    }

    .cookies__button:hover {
        background-color: #5d2a9d
    }

    .show-more-button:hover {
        background-color: #fff;
        color: #874dd1
    }

    .menu__item:hover {
        color: #a4b8ff
    }

    .menu__item:hover .menu__sublist {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        opacity: 1;
        visibility: visible;
        pointer-events: auto
    }

    .menu__sublist-item:hover {
        color: #a4b8ff
    }

    .actions__dropdown-link:hover {
        color: #a4b8ff
    }

    .actions__signup:hover {
        background-color: #dde1f1
    }

    .actions__login:hover {
        background-color: #fff;
        color: #874dd1
    }

    .footer__link:hover {
        color: #a4b8ff
    }

    .footer__social-icon:hover {
        color: #a4b8ff
    }

    .footer__others-link a:hover {
        text-decoration: underline;
        text-underline-offset: 5px
    }

    .hero__button--watch:hover {
        border: 2px solid transparent;
        background-color: #874dd1
    }

    .functions__slide-button:hover {
        background-color: #fff;
        color: #874dd1
    }

    .functions__slide-buttons button span:hover {
        color: #a4b8ff
    }

    .banner__button:hover {
        background-color: #fff;
        color: #5d2a9d
    }

    .use__item:hover {
        background-color: #161b33
    }

    .use__button-link:hover {
        border: 2px solid #5d2a9d
    }

    .supports__item-link:hover {
        background-color: #161b33
    }

    .faq__spollers .spollers__title:hover {
        color: #a4b8ff
    }

    .top-partners__item a:hover,.top-partners__item span:hover {
        background-color: #161b33
    }

    .plan__button:hover {
        background-color: #fff;
        border: 2px solid transparent;
        color: #874dd1
    }

    .plan__pro .plan__button:hover {
        background-color: #dde1f1
    }

    .blog__post-ibg img:hover {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .blog__post-category:hover {
        color: #a4b8ff
    }

    .blog__post-title:hover {
        color: #a4b8ff
    }

    .post__category:hover {
        color: #a4b8ff
    }

    .post__content article a:hover {
        text-decoration: underline;
        text-underline-offset: .3125rem
    }

    .post__promocode-link:hover {
        text-decoration: underline;
        text-underline-offset: 3px
    }

    .partner-post .post__link:hover {
        color: #874dd1
    }

    .navigation__item:hover {
        color: #a4b8ff
    }

    .partners__category-link:hover {
        background-color: #fff;
        color: #874dd1
    }

    .partners__item-title:hover {
        text-decoration: underline
    }

    .partners__item-link:hover {
        -webkit-transform: translateX(-.3125rem);
        -ms-transform: translateX(-.3125rem);
        transform: translateX(-.3125rem)
    }

    .notfound__link:hover {
        background-color: #fff;
        color: #874dd1
    }

    .page-download .download__button:hover {
        background-color: #fff;
        color: #874dd1;
        border: 1px solid transparent
    }

    .generator .generator__tools-button:hover {
        background-color: #5d2a9d
    }

    .affiliate .steps__item-text a:hover {
        text-underline-offset: .1875rem;
        text-decoration: underline
    }

    .affiliate .bonus__text a:hover {
        text-underline-offset: .1875rem;
        text-decoration: underline
    }
}

.supports__item-image-container {
  position: relative;
  width: 131px;
  height: 131px;
}

.supports__item-image--background, .supports__item-image--foreground {
  width: 100%;
  height: auto;
}

.supports__item-image--background {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.supports__item-image--foreground {
  position: relative;
  z-index: 2;
}