* {
    padding: 0;
    margin: 0;
    border: 0
}

*,
::after,
::before {
    box-sizing: border-box
}

::after,
::before,
label {
    display: inline-block
}

html {
    font-size: 16px
}

@media screen and (min-width:1440px) and (max-width:1699.98px) {
    html {
        font-size: 12px
    }
}

@media screen and (min-width:1700px) {
    html {
        font-size: 14px
    }
}

body,
html {
    height: 100%;
    text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

body {
    line-height: 1;
    scrollbar-gutter: stable;
    min-width: 20rem;
    color: #000;
    font-family: Inter, "Inter", sans-serif;
    font-size: 1.125rem
}

a,
button {
    color: inherit
}

button,
input,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: transparent
}

button {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important
}

input,
textarea {
    color: inherit;
    width: 100%
}

button,
option,
select {
    cursor: pointer
}

a {
    display: inline-block;
    text-decoration: none
}

ul li {
    list-style: none
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}

@font-face {
    font-family: "iconfont";
    font-display: block;
    src: url(../fonts/iconfont.woff2)format("woff2")
}

[class*="--icon-"]::before {
    font-family: iconfont, serif
}

[class*="--icon-windows"]::before {
    content: ""
}

[class*="--icon-web"]::before {
    content: ""
}

[class*="--icon-vip"]::before {
    content: ""
}

[class*="--icon-star"]::before {
    content: ""
}

[class*="--icon-star-outline"]::before {
    content: ""
}

[class*="--icon-output"]::before {
    content: ""
}

[class*="--icon-output-folder"]::before {
    content: ""
}

[class*="--icon-macOs"]::before {
    content: ""
}

[class*="--icon-linux"]::before {
    content: ""
}

[class*="--icon-key"]::before {
    content: ""
}

[class*="--icon-folder"]::before {
    content: ""
}

[class*="--icon-eye"]::before {
    content: ""
}

[class*="--icon-email"]::before {
    content: ""
}

[class*="--icon-email-verification"]::before {
    content: ""
}

[class*="--icon-download"]::before {
    content: ""
}

[class*="--icon-chevrons-up-down"]::before {
    content: ""
}

[class*="--icon-check"]::before {
    content: ""
}

[class*="--icon-check-buy"]::before {
    content: ""
}

[class*="--icon-arrow"]::before {
    content: ""
}

[class*="--icon-arrow-top"]::before {
    content: ""
}

[class*="--icon-arrow-right"]::before {
    content: ""
}

[class*="--icon-arrow-left"]::before {
    content: ""
}

[data-fls-scrolllock] body {
    overflow: hidden;
    touch-action: none;
    overscroll-behavior: none
}

.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: clip
}

.wrapper>main {
    flex: 1 1 auto
}

.wrapper>* {
    min-width: 0
}

[class*=__container],
[class*=page__] {
    max-width: 120rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

[class*=page__] {
    margin-left: auto;
    margin-right: auto
}

[class*=__container] {
    margin: 0 auto
}

[class*="--icon-download"]::before,
[class*="--icon-web"]::before {
    color: #ec452b;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.0625rem;
    height: 1.125rem
}

[class*="--icon-web"]::before {
    width: 1.875rem;
    height: 1.875rem;
    font-size: 1.5rem;
    transition: .3s ease-out
}

[class*="--icon-arrow-bottom"]::before {
    content: ""
}

[class*="--icon-arrow-bottom"]::before.--spoller-active::after {
    transform: rotate(180deg)
}

.menu__list {
    display: flex;
    flex-wrap: wrap;
    row-gap: .4375rem;
    align-items: center
}

.menu-item a {
    font-weight: 400;
    font-size: 1rem;
    line-height: 120%;
    color: #000;
    position: relative;
    transition: color .3s ease 0s
}

.menu-item a:hover {
    color: #ec452b
}

.menu-footer__link:hover::before,
.menu-item a:hover::before {
    left: 0;
    width: 100%
}

.menu-footer__link::before,
.menu-item a::before {
    content: "";
    position: absolute;
    width: 0;
    height: .125rem;
    background-color: #ec452b;
    bottom: -.25rem;
    left: 50%;
    transition: left .3s ease, width .3s ease;
    pointer-events: none
}

.icon-menu {
    display: none
}

.header {
    position: fixed;
    padding-top: 1.5625rem;
    padding-bottom: 1.3125rem;
    width: 100%;
    z-index: 50;
    background-color: #fff;
    border-bottom: .0625rem solid #f3f3f3
}

.header__container {
    display: grid;
    grid-template-columns: auto 1fr auto
}

.header__logo {
    display: flex;
    align-items: center;
    gap: .625rem;
    font-weight: 700;
    font-size: 1.25rem;
    transition: all .3s
}

.header__logo-icon {
    width: 2.5rem;
    height: 2.5rem
}

.header__menu {
    justify-content: flex-end
}

.header__actions,
.header__menu {
    display: flex;
    align-items: center
}

.footer {
    position: relative;
    max-width: 120rem;
    width: 100%;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    margin-left: auto;
    margin-right: auto
}

.footer__container {
    position: relative;
    z-index: 2;
    background-color: #eff0f9;
    border-radius: 1.5625rem;
    display: grid;
    grid-template-columns: 20.625rem 1fr 24.6875rem;
    padding: 3.63rem 5rem 3.56rem
}

.footer__column {
    padding-top: 1.37rem
}

.footer .header__logo {
    white-space: nowrap
}

.footer__column,
.footer__social {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.footer__social-text {
    color: rgba(0, 0, 0, .5);
    margin-top: 2.12rem
}

.footer__social-row {
    margin-top: 1.25rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2rem
}

.footer__social-link {
    display: flex
}

.footer__social-link img {
    width: 1.5rem;
    height: 1.5rem;
    transition: .2s ease-out;
    filter: invert(44%) sepia(13%) saturate(2326%) hue-rotate(197deg) brightness(94%) contrast(91%)
}

.footer__social-link:hover img {
    filter: invert(23%) sepia(55%) saturate(1453%) hue-rotate(210deg) brightness(87%) contrast(90%)
}

.footer__lang {
    margin-top: 4.62rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1rem
}

.footer #scrollUpBtn,
.footer__lang-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 2.5rem
}

.footer__lang-item {
    width: 2.75rem;
    font-weight: 700;
    font-size: 1rem;
    transition: .3s ease-out;
    border-radius: .625rem
}

.footer__lang-item.active {
    cursor: default
}

.footer__lang-item.active,
.footer__lang-item:hover {
    background: #fff;
    color: #5f69c5
}

.footer #scrollUpBtn {
    cursor: pointer;
    position: fixed;
    right: 2.5rem;
    font-size: 1.25rem;
    bottom: 2.5rem;
    width: 2.5rem;
    border-radius: .375rem;
    border: .0625rem solid transparent;
    color: #fff;
    background-color: #ec452b;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.footer #scrollUpBtn.show {
    visibility: visible;
    opacity: 1
}

.button--apply {
    padding-left: 3rem;
    padding-right: 3rem
}

.button--activate {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.footer__menu,
.menu-footer__list {
    display: flex;
    align-items: flex-start
}

.menu-footer__list:first-child {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    row-gap: 1.5rem;
    column-gap: 3rem;
}

.menu-footer__list:first-child>li:nth-child(-n+3) {
    grid-column: 1;
}

.menu-footer__list:first-child>li:nth-child(n+4) {
    grid-column: 2;
}

.footer__menu {
    flex-direction: row;
    justify-content: center;
    gap: 2.5rem
}

.menu-footer__list {
    flex-direction: column;
    gap: 1.5rem
}

.menu-footer__link {
    font-size: 1rem;
    font-weight: 400;
    line-height: 130%;
    color: #000;
    position: relative;
    transition: color .3s ease 0s
}

.menu-footer__link:hover {
    color: #ec452b
}

.button--gray-border span.mob,
.footer__bottom-text br,
.menu-footer__item.mob {
    display: none
}

.menu-footer__item.mob .menu-footer__link {
    font-weight: 600
}

.footer__menu-title {
    font-size: 1rem;
    font-weight: 700
}

.footer__menu-column,
.footer__menu-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem
}

.footer__menu-column {
    width: 10rem
}

/* .footer__menu-row {
    display: grid;
    grid-template-columns: repeat(2, 14rem);
    gap: 1rem
} */

.form-footer__title {
    max-width: 25rem;
    font-weight: 600;
    line-height: 130%;
    letter-spacing: -.03em;
    color: #000;
    font-size: 2rem;
    margin-bottom: 1.1875rem
}

.form-footer__text {
    max-width: 22.5rem;
    font-weight: 400;
    line-height: 130%;
    color: rgba(0, 0, 0, .75);
    font-size: 1.125rem
}

.form-footer__text:not(:last-child) {
    margin-bottom: 2.375rem
}

.form-footer__item {
    gap: 1.1875rem
}

.form-footer__icon,
.form-footer__item,
.form-footer__link {
    display: flex;
    align-items: center;
    transition: color .3s
}

.form-footer__icon {
    justify-content: center;
    background-color: #fff;
    border-radius: .625rem;
    padding: 1rem;
    font-size: 1.5rem;
    color: #5f69c5
}

.form-footer__link {
    gap: 1.1875rem;
    font-weight: 400;
    line-height: 130%;
    text-decoration-line: underline;
    color: rgba(95, 104, 196, .75);
    font-size: 1.125rem
}

.footer__bottom {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2.5rem;
    padding: 1.31rem 1.25rem
}

.footer__bottom-text {
    color: rgba(0, 0, 0, .5)
}

.footer__bottom-links {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 1.87rem
}

.footer__bottom-link {
    color: #000;
    transition: color .3s
}

.button,
.footer__bottom-link:hover {
    color: #ec452b
}

.button {
    display: inline-flex;
    background-color: #fff;
    border: .0625rem solid #d6d6d6;
    border-radius: .625rem;
    gap: .625rem;
    align-items: center;
    font-weight: 700;
    padding: .9375rem 1.5rem;
    font-size: 1.125rem;
    line-height: 122%;
    letter-spacing: -.03em;
    transition: all .3s;
    cursor: pointer
}

.button--red-light {
    background-color: #ec452b33;
    border: unset
}

.button--download,
.button--icon {
    color: #fff;
    background-color: #ec452b
}

.button--icon,
.button--icon::before {
    display: flex;
    align-items: center;
    justify-content: center
}

.button--icon {
    border: .0625rem solid transparent
}

.button--icon::before {
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: url(../img/icon-buy.svg)0 0/auto no-repeat;
    background-size: contain;
    transition: all .3s
}

.button--icon.red {
    gap: .75rem;
    padding-left: 2.34rem;
    padding-right: 2.34rem
}

.button--icon.red::before {
    width: 1.875rem;
    height: 1.875rem;
    background: url(../img/icon-buy-red.svg)0 0/auto no-repeat;
    background-size: contain
}

.button--download {
    padding: .625rem 1.5rem .625rem 1rem;
    gap: 1rem
}

.button--download span.text {
    width: 10.5rem;
    color: #fff
}

.button--download span.color {
    font-size: .875rem;
    font-weight: 400;
    color: rgba(255, 255, 255, .5)
}

.button--download::before {
    width: 2.9375rem;
    height: 2.75rem;
    background-color: #fff;
    border-radius: .3125rem
}

.button--download,
.button--web {
    border: .0625rem solid transparent
}

.button--buy,
.button--icon-web-mob,
.button--web,
.button--web-border {
    gap: 1rem;
    padding: 1.375rem 1.5rem;
    color: #ec452b;
    background-color: #fff
}

.button--web-border {
    border: .0625rem solid #d6d6d6;
    white-space: nowrap
}

.button--buy,
.button--icon-web-mob {
    border: .0625rem solid transparent
}

.button--icon-web-mob {
    gap: .5rem;
    padding: 1.25rem 1.81rem;
    color: #fff;
    background-color: #ec452b
}

.button--icon-web-mob::before {
    width: 1.25rem;
    height: 1.25rem;
    color: #fff;
    border-radius: .3125rem;
    font-size: 1rem
}

.button--icon-download {
    color: #ec452b
}

.button--eye {
    display: flex;
    align-items: center;
    gap: .625rem;
    background-color: #f4f4f5;
    font-weight: 500;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #08080a;
    padding: .625rem 1rem;
    border-radius: .375rem
}

.button--apply {
    background-color: #ec452b;
    color: #fff;
    padding-top: .625rem;
    padding-bottom: .625rem
}

.button--activate,
.button--apply,
.button--send {
    font-weight: 500;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    border-radius: .375rem
}

.button--activate {
    background-color: #ec452b;
    color: #fff;
    min-height: 3.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    white-space: nowrap
}

.button--send {
    display: flex;
    align-items: center;
    gap: .625rem;
    background-color: #fff;
    color: #08080a;
    padding: .625rem 1rem;
    transition: all .3s
}

.button--send span {
    font-size: .75rem;
    color: #71717a;
    font-weight: 400;
    transition: all .3s
}

.button--fw {
    width: 100%
}

.button-upload,
.button-upload .text {
    color: #fff;
    display: flex;
    align-items: center
}

.button-upload {
    padding: .625rem 1.5rem;
    gap: .25rem;
    background-color: #ec452b;
    border: .0625rem solid transparent;
    flex-direction: column;
    transition: background-color .3s
}

.button-upload .text {
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -.03rem;
    flex-direction: row;
    gap: .5rem
}

.button-upload .note {
    color: #fff;
    text-align: center;
    font-size: .75rem;
    font-weight: 300;
    line-height: 130%
}

.button-upload [class*="--icon-download"]::before {
    color: #fff;
    width: 1.25rem;
    height: 1.25rem;
    font-size: .8rem
}

.button-mob-buy .mob {
    display: none
}

@media (max-width:106em) {
    .footer__menu-column {
        width: 6rem
    }

    .footer__container {
        padding: 2.5rem
    }

    .footer__menu-row {
        grid-template-columns: repeat(2, 11rem)
    }
}

@media (max-width:89.875em) {

    .footer__menu-column,
    .footer__menu-title {
        display: none
    }

    .menu-footer__item.mob {
        display: inline
    }

    .menu-footer__list {
        gap: 1rem
    }
}

@media (max-width:81.25em) {
    .footer__container {
        grid-template-columns: 20.625rem 1fr;
        gap: 2.5rem
    }

    .footer__form {
        grid-column: span 2
    }

    .footer__menu {
        gap: 1.875rem;
        justify-content: flex-start
    }

    .menu-footer__list {
        display: flex;
        flex-wrap: wrap;
        row-gap: 1rem
    }

    .form-footer__text,
    .form-footer__title {
        max-width: 100%
    }

    .footer__lang {
        margin-top: 2.8rem
    }
}

@media (max-width:69.75em) and (any-hover:none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width:69.75em) {
    .header__menu {
        position: fixed;
        right: -100%;
        top: 5.625rem;
        transition: right .3s
    }

    .menu__body {
        width: 11.75rem;
        padding: 1.5rem;
        background-color: #eff0f9;
        height: auto;
        border-radius: .9375rem;
        transition: right .3s
    }

    [data-fls-menu-open] .header__menu {
        right: 2.5rem;
        padding-right: 0
    }

    .menu__list {
        flex-direction: column;
        align-items: flex-start
    }
    
    .menu__item:not(:last-child) {
        margin-bottom: 1.5rem;
    }

    .header .menu-item-object-tool:not(:last-child) {
        margin-bottom: 0.5rem
    }

    .icon-menu {
        background-color: #eff0f9;
        padding: 1.625rem;
        display: block;
        position: relative;
        border-radius: .625rem;
        width: .9375rem;
        height: .8125rem;
        z-index: 5
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        display: block;
        transition: all .3s ease 0s;
        right: .9375rem;
        position: absolute;
        height: .125rem;
        background-color: #000
    }

    .icon-menu span {
        top: calc(50% - .0625rem);
        width: .75rem
    }

    .icon-menu::after,
    .icon-menu::before {
        width: 1.125rem
    }

    .icon-menu::before {
        top: 1rem
    }

    .icon-menu::after {
        bottom: 1rem
    }

    [data-fls-menu-open] .icon-menu span {
        width: 0
    }

    [data-fls-menu-open] .icon-menu::before {
        top: calc(50% - .0625rem);
        transform: rotate(-45deg)
    }

    [data-fls-menu-open] .icon-menu::after {
        bottom: calc(50% - .0625rem);
        transform: rotate(45deg)
    }

    .header__container {
        display: flex;
        align-items: center;
        gap: 1rem;
        grid-template-columns: 13.75rem 1fr auto
    }

    .header__logo {
        flex: 1 1 auto
    }

    .footer .header__logo {
        flex: unset
    }

    .footer__bottom {
        gap: 1.5rem;
        row-gap: .62rem
    }

    .footer__bottom-links {
        gap: 1.25rem
    }

    .footer__bottom-link,
    .footer__bottom-text {
        font-size: .875rem
    }
}

@media (max-width:68.75em) {
    .header__actions {
        display: flex;
        align-items: center;
        gap: .75rem
    }

    .button--mob {
        display: none
    }
}

@media (max-width:64em) {
    .footer__container {
        grid-template-columns: 1fr;
        gap: 1.5rem;
        padding-bottom: 6.69rem
    }

    .footer__column {
        padding-top: 0
    }

    .footer__form {
        grid-column: unset
    }

    .footer__lang {
        margin-top: 1.5rem
    }

    .footer__social {
        position: absolute;
        bottom: 1.56rem;
        margin: 0 auto
    }

    .footer__social-text {
        margin-top: 0;
        font-size: .875rem
    }

    .footer__social-row {
        margin-top: 1rem
    }
}

@media (max-width:61.99875em) {
    .button--mob-header {
        display: none
    }
}

@media (max-width:47.99875em) and (any-hover:none) {
    .icon-menu {
        cursor: default
    }
}

@media (max-width:47.99875em) {
    .footer #scrollUpBtn {
        right: 1.25rem;
        bottom: 1.25rem
    }

    [class*=__container],
    [class*=page__] {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .header__menu {
        top: 3.875rem
    }

    [data-fls-menu-open] .header__menu {
        right: 1.25rem
    }

    [class*="--icon-download"]::before {
        width: 1rem;
        height: 1rem
    }

    .icon-menu {
        background-color: #eff0f9;
        padding: 1.1875rem;
        display: block;
        position: relative;
        border-radius: .625rem;
        width: .9375rem;
        height: .8125rem;
        z-index: 5
    }

    .icon-menu span,
    .icon-menu::after,
    .icon-menu::before {
        content: "";
        display: block;
        transition: all .3s ease 0s;
        right: .625rem;
        position: absolute;
        height: .125rem;
        background-color: #000
    }

    .icon-menu span {
        top: calc(50% - .0625rem);
        width: .75rem
    }

    .icon-menu::after,
    .icon-menu::before {
        width: 1.125rem
    }

    .icon-menu::before {
        top: .6875rem
    }

    .icon-menu::after {
        bottom: .6875rem
    }

    [data-fls-menu-open] .icon-menu span {
        width: 0
    }

    [data-fls-menu-open] .icon-menu::before {
        top: calc(50% - .0625rem);
        transform: rotate(-45deg)
    }

    [data-fls-menu-open] .icon-menu::after {
        bottom: calc(50% - .0625rem);
        transform: rotate(45deg)
    }

    .header {
        padding-top: 1rem;
        padding-bottom: 1rem
    }

    .header__container {
        gap: .75rem
    }

    .header__logo::before {
        background-color: #ec452b
    }

    .header__logo span {
        display: none
    }

    .header__logo-icon {
        width: 2.375rem;
        height: 2.375rem
    }

    .footer {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .footer__container {
        gap: unset
    }

    .footer .header__logo span,
    .footer__bottom-text br {
        display: inline
    }

    .footer .header__logo-icon {
        width: 1.875rem;
        height: 1.875rem
    }

    .footer .header__logo {
        gap: .43rem;
        font-size: .875rem
    }

    .footer__lang {
        margin-top: 1.25rem;
        gap: .75rem
    }

    .footer__lang-item {
        width: 2.375rem;
        height: 2.125rem;
        font-size: .875rem
    }

    .footer__menu-group {
        margin-top: 1.25rem
    }

    .footer__form {
        margin-top: 1.5rem
    }

    .form-footer__icon {
        padding: .71rem;
        font-size: 1.2rem
    }

    .footer__social {
        width: calc(100% - 2.5rem);
        align-items: center
    }

    .footer__bottom {
        flex-direction: column-reverse;
        padding: .75rem
    }

    .footer__bottom-text {
        text-align: center;
        line-height: 130%
    }

    .button {
        font-size: 1rem
    }

    .button--gray-border,
    .button--icon {
        padding: .6rem .9375rem;
        font-size: .875rem;
        line-height: 1.063rem
    }

    .button--gray-border span.mob {
        display: block
    }

    .button--gray-border span.desktop,
    .button-mob-buy .desktop {
        display: none
    }

    .button--icon {
        padding: .688rem .9375rem .625rem;
        border: unset
    }

    .button--icon::before {
        width: 1rem;
        height: 1rem;
        background-size: contain
    }

    .button--activate {
        min-height: auto;
        width: 100%
    }

    .button-mob-buy {
        padding-left: 2.13rem;
        padding-right: 2.13rem
    }

    .button-mob-buy .mob {
        display: inline
    }

    .button-mob-buy::before {
        display: none
    }

    .actions-blockhead.no-web .button--web-border {
        display: flex;
        padding: 1.41rem 5.41rem 1.34rem;
        color: #fff;
        background: #ec452b;
        gap: .31rem
    }

    .actions-blockhead.no-web .button--icon.red::before {
        width: 1rem;
        height: 1rem;
        background: url(../img/icon-buy.svg)0 0/auto no-repeat;
        background-size: contain
    }

    .actions-blockhead.no-web,
    .actions-blockhead.no-web .button--icon.red.full {
        width: 100%
    }
}

@media (max-width:22.5em) {
    .footer__menu {
        gap: .625rem
    }
}

@media (max-width:30em) {
    .footer__menu-group {
        width: 100%
    }

    .footer__menu-row {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: .75rem
    }

    .menu-footer__link {
        font-size: .875rem
    }

    .form-footer__title {
        font-size: 1.25rem;
        margin-bottom: 1rem
    }

    .form-footer__link,
    .form-footer__text {
        font-size: .875rem
    }

    .form-footer__text:not(:last-child) {
        margin-bottom: 1rem
    }

    .button--activate,
    .button--apply {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }
}

@media (max-width:24em) {
    .button--icon-web-mob {
        padding-left: 1.4rem;
        padding-right: 1.5rem
    }

    .button-mob-buy {
        padding-left: 1.6rem;
        padding-right: 1.6rem
    }
}

@media (min-width:30em) {
    .menu-footer__link {
        font-size: clamp(.875rem, .85rem + .125vw, 1rem)
    }

    .form-footer__title {
        font-size: clamp(1.25rem, 1.1rem + .75vw, 2rem)
    }

    .form-footer__link,
    .form-footer__text {
        font-size: clamp(.875rem, .825rem + .25vw, 1.125rem)
    }

    .form-footer__text:not(:last-child) {
        margin-bottom: clamp(1rem, .725rem + 1.375vw, 2.375rem)
    }

    .button--apply {
        padding-left: clamp(1.25rem, .9rem + 1.75vw, 3rem);
        padding-right: clamp(1.25rem, .9rem + 1.75vw, 3rem)
    }

    .button--activate {
        padding-left: clamp(1.25rem, 1rem + 1.25vw, 2.5rem);
        padding-right: clamp(1.25rem, 1rem + 1.25vw, 2.5rem)
    }
}

@media (min-width:47.99875em) {
    .header__actions {
        gap: clamp(.625rem, .2083514175125rem + .8680404854vw, 1.25rem)
    }
}

@media (min-width:61.99875em) {
    .menu__list {
        column-gap: clamp(.625rem, -1.3792267408rem + 3.2326889507vw, 2.5rem)
    }

    .header__container {
        gap: clamp(.625rem, -1.3792267408rem + 3.2326889507vw, 2.5rem)
    }
}

@media (any-hover:hover) {
    [class*="--icon-download"]:hover::before {
        color: #ec452b;
        border: .0625rem solid transparent
    }

    [class*="--icon-web"]:hover::before {
        color: #fff
    }

    .button--icon-web-mob:hover span,
    .footer__logo:hover,
    .form-footer__item:hover,
    .form-footer__item:hover .form-footer__icon,
    .form-footer__item:hover .form-footer__link,
    .form-footer__link:hover,
    .header__logo:hover {
        color: #ec452b
    }

    .button:hover,
    .footer__logo:hover::before,
    .header__logo:hover::before {
        background-color: #ec452b
    }

    .footer #scrollUpBtn:hover {
        background-color: #fff;
        color: #ec452b;
        border: .0625rem solid #d6d6d6
    }

    .button:hover {
        color: #fff
    }

    .button--activate:hover,
    .button--apply:hover {
        background-color: #ee5840
    }

    .button--mob-header:hover {
        border: .0625rem solid #ec452b;
        color: #ec452b;
        background-color: #fff
    }

    .button--download:hover,
    .button--icon:hover {
        background-color: #ee5840
    }

    .button--web:hover {
        color: #fff;
        background-color: #ec452b
    }

    .button--web-border:hover {
        border: .0625rem solid #ec452b
    }

    .button--buy:hover,
    .button--web-border:hover {
        color: #fff;
        background-color: #ec452b
    }

    .button--icon-web-mob:hover {
        border: .0625rem solid #d6d6d6;
        color: #ec452b;
        background-color: #fff
    }

    .button--icon-download:hover {
        color: #ec452b;
        border: .0625rem solid #ec452b
    }

    .button--send:hover span {
        color: #fff
    }

    .button--icon.red:hover::before {
        background: url(../img/icon-buy.svg)0 0/auto no-repeat;
        background-size: contain
    }

    .button-upload:hover {
        color: #fff;
        background-color: #ee5840
    }

    .button-upload:hover [class*="--icon-download"],
    .button-upload:hover [class*="--icon-download"]::before {
        color: #fff;
        border: unset
    }

    .button--app:hover {
        border: .0625rem solid transparent
    }
}

.menu-tools {
    position: relative
}

.menu-tools__toggle {
    display: inline-flex;
    align-items: center;
    gap: .375rem
}

.menu-tools__chevron {
    width: .5rem;
    height: .3125rem;
    transition: .2s ease-out;
    margin-bottom: .12rem
}

.menu-tools__toggle[aria-expanded=true] .menu-tools__chevron {
    transform: rotate(180deg)
}

.menu-tools__toggle:hover .menu-tools__chevron {
    filter: invert(30%) sepia(34%) saturate(4775%) hue-rotate(350deg) brightness(100%) contrast(86%)
}

.menu-tools__panel {
    position: absolute;
    top: calc(100% + 1.5rem);
    left: 0;
    background: #fff;
    border-radius: .625rem;
    border: .0625rem solid #eaeaea;
    padding: 1rem;
    min-width: 49.2rem;
    max-width: 49.2rem;
    z-index: 100
}

.menu-tools__inner {
    padding: .25rem
}

.menu-tools__back {
    display: none;
    align-items: center;
    gap: .5rem;
    color: #000;
    opacity: 50%;
    font-size: 1rem;
    width: 100%;
    padding: .5rem;
    margin: -.5rem
}

.menu-tools__back-icon {
    display: inline-block;
    width: 1rem
}

.menu-tools__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-template-rows: repeat(5, minmax(0, 1fr));
    grid-auto-flow: column;
    gap: 1rem
}

.header .menu-item-object-tool a {
    display: flex;
    align-items: center;
    gap: .625rem;
    color: #5f69c5;
    padding: .625rem 1.25rem .625rem 1rem;
    border-radius: .625rem;
    transition: background .2s ease, color .2s ease;
    font-weight: 500
}

.header .menu-item-object-tool a::before {
    display: none !important
}

.header .menu-item-object-tool a:hover {
    background-color: #eff0f9;
    color: #5f69c5
}

.menu-tools__icon {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    object-fit: contain
}

.menu-icon-photos>a {
    background: url('/wp-content/uploads/2025/11/material-symbols_image.svg') no-repeat 12px center;
    padding-left: 44px ! important;
}

.menu-icon-videos>a {
    background: url('/wp-content/uploads/2025/11/tabler_video-filled.svg') no-repeat 12px center;
    padding-left: 44px ! important;
}

.menu-icon-images>a {
    background: url('/wp-content/uploads/2025/11/fa-solid_compress.svg') no-repeat 12px center;
    padding-left: 44px ! important;
}

.menu-icon-jpg>a {
    background: url('/wp-content/uploads/2025/11/teenyicons_jpg-solid.svg') no-repeat 12px center;
    padding-left: 44px ! important;
}

.menu-icon-png>a {
    background: url('/wp-content/uploads/2025/11/teenyicons_png-solid.svg') no-repeat 12px center;
    padding-left: 44px ! important;
}

.menu-icon-mp4>a {
    background: url('/wp-content/uploads/2025/11/mp4.svg') no-repeat 12px center;
    padding-left: 44px ! important;
}

.menu-icon-avi>a {
    background: url('/wp-content/uploads/2025/11/avi.svg') no-repeat 12px center;
    padding-left: 44px ! important;
}

@media (max-width:69.75em) {
    .menu-tools {
        width: 100%
    }

    .menu-tools__panel {
        position: absolute;
        top: -1.5rem;
        width: 14.75rem;
        right: -1.5rem;
        left: unset;
        background: #eff0f9;
        border-radius: .9375rem;
        box-shadow: none;
        padding: 1rem;
        min-width: 0;
        max-height: 21.5625rem;
        overflow-y: auto
    }

    .menu-tools__inner {
        padding: .5rem
    }

    .menu-tools__back {
        display: inline-flex
    }

    .menu-tools__grid {
        grid-template-columns: 1fr;
        grid-auto-flow: row;
        grid-template-areas: unset;
        gap: 1.25rem;
        margin-top: 1.25rem
    }

    .header .menu-item-object-tool a {
        padding: .5rem;
        margin: -.5rem;
        gap: .62rem
    }

    .menu-tools__text {
        font-size: 1rem
    }

    .menu-tools__toggle {
        width: 100%;
        flex-direction: row;
        justify-content: space-between;
        font-weight: 700;
        color: #5f69c5
    }

    .menu-tools__toggle::before {
        display: none
    }

    .menu-tools__chevron {
        transform: rotate(-90deg);
        filter: invert(49%) sepia(15%) saturate(2048%) hue-rotate(197deg) brightness(84%) contrast(92%)
    }
}

.gray-bg {
    background-color: #f9f9f9;
    margin-bottom: 2rem
}

.options {
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.options__items {
    position: relative;
    width: 100%
}

.options__items:not(:last-child) {
    margin-bottom: .75rem
}

.options__item {
    display: flex;
    gap: .75rem;
    background-color: #fff;
    border: .0625rem solid #e4e4e7;
    border-radius: .5rem;
    padding: 1rem;
    cursor: pointer
}

.options__item:not(:last-child) {
    margin-bottom: .3125rem
}

.options__item:before {
    display: flex;
    margin-top: .125rem
}

.options__input {
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute
}

.options__input:before,
.options__item:before {
    content: "";
    width: .875rem;
    height: .875rem;
    flex: 0 0 .875rem;
    border-radius: 50%;
    border: .1875rem solid #cacaca
}

.options__input:focus-visible+.options__item {
    outline: .0625rem solid #000
}

.options__input:checked+.options__item:before {
    border: .1875rem solid #ec452b
}

.options__input:checked+.options__item {
    background-color: #f4f4f5
}

.options__price,
.options__save {
    font-weight: 500;
    line-height: 120%
}

.options__save {
    background-color: #ec452b;
    border-radius: .375rem;
    padding: .1875rem .5rem;
    font-size: .75rem;
    color: #fff
}

.options__price {
    display: flex;
    flex: 1 1 auto;
    justify-content: flex-end;
    align-items: center;
    letter-spacing: -.02em;
    color: #171a1f
}

.form-buy__price span,
.form-payment__price span,
.options__price span.text-color {
    font-size: .875rem;
    color: #71717a
}

.buy__container {
    max-width: 64.375rem;
    background-color: #fffefe;
    border-radius: 1.25rem;
    box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .05);
    display: grid;
    grid-template-columns: 1fr 1fr
}

.column-buy__content {
    display: flex;
    align-items: center;
    gap: .625rem
}

.column-buy__content:not(:last-child) {
    margin-bottom: .375rem
}

.column-buy__item {
    padding: .75rem 1rem;
    border-left: .0625rem solid #e4e4e7;
    cursor: pointer;
    zoom: 1.1
}

.column-buy__item:not(:last-child) {
    margin-bottom: .75rem
}

.column-buy__title {
    font-weight: 500;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #000;
    transition: .3s ease-out
}

.column-buy__icon {
    font-size: .75rem;
    transition: .3s ease-out
}

.column-buy__text {
    font-weight: 400;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #71717a
}

.column-buy__button {
    width: 7rem
}

.column-buy__mob {
    display: none
}

.top-buy__icon {
    width: 3.625rem;
    height: 3.625rem;
    background-color: #fff;
    border-radius: .75rem;
    border: .0625rem solid #e2e2e2;
    font-size: 2.125rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.top-buy__icon:not(:last-child) {
    margin-bottom: 1.5rem
}

.top-buy__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 133%;
    letter-spacing: -.02em;
    color: #171a1f
}

.top-buy__title:not(:last-child) {
    margin-bottom: .375rem
}

.top-buy__text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #71717a
}

.form-buy {
    padding: 1.5rem;
    border: .0625rem solid #e4e4e7;
    border-radius: .75rem
}

.form-buy__content:not(:last-child),
.form-buy__items:not(:last-child),
.form-buy__top:not(:last-child) {
    margin-bottom: 1.5rem
}

.form-buy__title {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #171a1f
}

.form-buy__items {
    border-bottom: .0625rem solid #e4e4e7;
    padding-bottom: 1.5rem
}

.form-buy__line {
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    background-color: #fff;
    border: .0625rem solid #e4e4e7;
    border-radius: .5rem;
    padding: 1rem
}

.form-buy__line--active {
    background-color: #f4f4f5
}

.form-buy__item:not(:last-child),
.form-buy__line:not(:last-child) {
    margin-bottom: .75rem
}

.form-buy__wrap {
    display: flex;
    gap: .75rem
}

.form-buy__text {
    display: flex;
    align-items: center;
    gap: .625rem;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #171a1f
}

.form-buy__text::before {
    content: "";
    border-radius: 50%;
    border: .1875rem solid #cacaca;
    width: .875rem;
    height: .875rem;
    flex: 0 0 .875rem
}

.form-buy__text--active::before {
    border: .1875rem solid #ec452b
}

.form-buy__save {
    background-color: #ec452b;
    border-radius: .375rem;
    padding: .1875rem .5rem;
    font-weight: 500;
    font-size: .75rem;
    line-height: 120%;
    color: #fff
}

.form-buy__price {
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #171a1f
}

.form-buy__list {
    zoom: 1.1
}

.form-buy__item {
    display: flex;
    align-items: center;
    gap: .75rem;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #171a1f
}

.form-buy__icon {
    font-size: 1.25rem;
    color: #ec452b;
    padding-top: .3125rem
}

.actions-form__button {
    width: 100%
}

.page--buy .page__sliders {
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:53.125em) {
    .buy__container {
        grid-template-columns: 1fr
    }

    .column-buy__button {
        width: 100%
    }

    .column-buy__actions.desktop,
    .column-buy__items.desktop {
        display: none
    }

    .column-buy__mob {
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .column-buy__top:not(:last-child) {
        margin-bottom: 1rem !important
    }
}

@media (max-width:29.99875em) {
    .options__item {
        flex-wrap: wrap
    }

    .form-buy__line {
        flex-direction: column
    }
}

@media (max-width:30em) {
    .page__buy {
        padding-top: 1.25em;
        padding-bottom: 5rem
    }

    .buy__container {
        padding: 1.25rem;
        gap: .625rem
    }

    .column-buy__top:not(:last-child) {
        margin-bottom: .5rem !important
    }

    .column-buy__items:not(:last-child) {
        margin-bottom: 1.5rem
    }

    .form-buy {
        padding: 1.25rem
    }

    .form-buy__text {
        font-size: .875rem
    }

    .form-buy__price {
        font-size: 1rem
    }

    .form-buy__item {
        font-size: .75rem
    }

    .column-buy__item {
        zoom: 1
    }

    .form-buy__list {
        zoom: 1;
        display: flex;
        flex-direction: column;
        align-items: flex-start
    }

    .form-buy__item.mob-hidden {
        display: none;
        order: 1
    }

    .options__item {
        font-size: .9rem;
        line-height: normal
    }

    .options__price {
        font-size: .8rem
    }

    .top-buy__icon {
        zoom: .85
    }

    .form-buy__items {
        padding-bottom: 1rem
    }

    .form-buy__content:not(:last-child),
    .form-buy__items:not(:last-child),
    .form-buy__top:not(:last-child),
    .top-buy__icon:not(:last-child) {
        margin-bottom: 1rem
    }

    .top-buy__title:not(:last-child) {
        font-size: 1.25rem
    }
}

@media (min-width:30em) {
    .options__price {
        font-size: clamp(1rem, .975rem + .125vw, 1.125rem)
    }

    .page__buy {
        padding-top: 5rem;
        padding-bottom: clamp(5rem, 4rem + 5vw, 8rem)
    }

    .buy__container {
        padding: clamp(1.5rem, .8rem + 3.5vw, 5rem);
        gap: clamp(.625rem, .15rem + 2.375vw, 3rem)
    }

    .column-buy__items:not(:last-child),
    .column-buy__top:not(:last-child) {
        margin-bottom: clamp(1.5rem, 1.2rem + 1.5vw, 3rem)
    }

    .form-buy__text {
        font-size: clamp(.875rem, .825rem + .25vw, 1.125rem)
    }

    .form-buy__price {
        font-size: clamp(1rem, .975rem + .125vw, 1.125rem)
    }

    .form-buy__item {
        font-size: clamp(.75rem, .725rem + .125vw, .875rem)
    }
}

@media (min-width:120em) {
    .options__price {
        font-size: 1.125rem
    }

    .page__buy {
        padding-top: 5rem;
        padding-bottom: 10rem
    }

    .buy__container {
        padding: 5rem;
        gap: 3rem
    }

    .column-buy__items:not(:last-child),
    .column-buy__top:not(:last-child) {
        margin-bottom: 3rem
    }

    .form-buy__price,
    .form-buy__text {
        font-size: 1.125rem
    }

    .form-buy__item {
        font-size: .875rem
    }
}

@media (any-hover:hover) {

    .column-buy__item:hover .column-buy__content,
    .column-buy__item:hover .column-buy__title {
        color: #ec452b
    }
}

.select {
    min-width: 0
}

.select,
.select__body {
    position: relative
}

.select__title,
.select__value {
    display: flex;
    align-items: center;
    gap: .625rem
}

.select__title {
    text-align: left;
    background-color: #fff;
    border: .0625rem solid #e4e4e7;
    border-radius: .375rem;
    cursor: pointer;
    width: 17.5rem;
    font-weight: 500;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    padding-right: 1rem;
    color: #08080a;
    justify-content: space-between
}

.select__title::after {
    content: "";
    background: url(../img/chevrons-up-down.svg)0 0 no-repeat;
    width: 1rem;
    height: 1rem;
    flex: 0 0 1rem
}

.select__value {
    min-width: 0;
    height: 1.875rem
}

.select__value>* {
    flex: 1 1 auto
}

.select__value.--select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: .5
}

.select__content {
    padding: 0 1rem
}

.select__content,
.select__text {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select__input {
    padding: 0 .625rem;
    width: 100%;
    background-color: transparent;
    height: 100%
}

.--select-active .select__input::placeholder {
    color: #000
}

.--select-focus .select__input::placeholder {
    opacity: .5
}

.select__options {
    color: #000;
    position: absolute;
    top: calc(100% - .0625rem);
    border-radius: 0 0 .25rem .25rem;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border: .0625rem solid #d9d9d9;
    border-top: 0
}

.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 12.5rem
}

.select__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: .625rem 1rem;
    font-weight: 500;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: inherit
}

.select__option.--select-selected {
    background-color: #eee
}

.select__row {
    display: inline-flex;
    align-items: center
}

.select--show-top .select__options {
    top: auto;
    bottom: calc(100% - .0625rem);
    border: .0625rem solid #d9d9d9;
    border-bottom: 0;
    border-radius: .25rem .25rem 0 0;
    padding: .3125rem 0 .625rem
}

.--select-tag {
    cursor: pointer
}

.page__download {
    background-color: #f9f9f9
}

.download__container {
    max-width: 56.25rem;
    background-color: #fffefe;
    border-radius: 1.25rem;
    box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .05)
}

.download__top {
    display: flex;
    flex-direction: column;
    align-items: center
}

.download__top:not(:last-child) {
    margin-bottom: 2.125rem
}

.top-download__icon {
    width: 4.5rem;
    height: 4.5rem;
    background-color: #fff;
    border-radius: 1.25rem;
    border: .0625rem solid #e2e2e2;
    font-size: 3rem;
    display: flex;
    justify-content: center;
    align-items: center
}

.top-download__icon:not(:last-child) {
    margin-bottom: .625rem
}

.top-download__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 133%;
    letter-spacing: -.02em;
    text-align: center;
    color: #08080a
}

.top-download__title--mob {
    display: none
}

.form-download__top {
    background-color: #f4f4f5;
    border-radius: .75rem
}

.form-download__top:not(:last-child) {
    margin-bottom: .75rem
}

.form-download__items {
    display: flex;
    flex-direction: column;
    align-items: center
}

.form-download__items:not(:last-child) {
    margin-bottom: 1.4375rem
}

.form-download__line {
    display: grid;
    grid-template-columns: 8.75rem auto;
    justify-content: center;
    align-items: center
}

.form-download__line:not(:last-child) {
    margin-bottom: .75rem
}

.form-download__label {
    font-weight: 500;
    font-size: .875rem;
    line-height: 120%;
    color: #08080a
}

.form-download__input {
    width: 17.5rem;
    background-color: #fff;
    border: .0625rem solid #e4e4e7;
    border-radius: .375rem;
    padding: .625rem .75rem;
    font-weight: 400;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #71717a
}

.form-download__input::placeholder {
    color: #71717a
}

.form-download .form-download__input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder,
.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder,
.top-form .top-form__input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
    transition: opacity .3s
}

.form-activate .form-activate__input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder,
.form-download .form-download__input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder,
.form-verification .form-verification__input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder,
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder,
.top-form .top-form__input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
    opacity: 0
}

.top-form__items {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: .625rem;
    border-bottom: .0625rem solid #e4e4e7;
    padding: 1.5rem 1.5rem .75rem
}

.top-form__item {
    display: flex;
    justify-content: flex-end;
    gap: .625rem
}

.top-form__input,
.top-form__title {
    font-weight: 500;
    letter-spacing: -.02em;
    color: #08080a
}

.top-form__title {
    display: flex;
    align-items: center;
    gap: .625rem;
    font-size: 1.125rem;
    line-height: 120%
}

.top-form__input {
    background-color: #fff;
    border: .0625rem solid #e4e4e7;
    border-radius: .375rem;
    padding: .625rem .75rem;
    font-size: .875rem;
    width: 23.5rem;
    line-height: 130%
}

.top-form__input::placeholder {
    color: #08080a
}

.top-form__button {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: .375rem;
    transition: all .3s
}

.top-form__text {
    font-weight: 400;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #71717a;
    padding: .75rem 1.5rem 1.5rem
}

.actions-form {
    align-items: center;
    justify-content: center
}

@media (max-width:47.99875em) {
    .select__title {
        width: 100%
    }

    .top-download__title {
        display: none
    }

    .top-download__title--mob {
        display: block
    }

    .form-download__top {
        display: none
    }

    .form-download__items {
        align-items: stretch
    }

    .form-download__items:not(:last-child) {
        margin-bottom: 1.875rem
    }

    .form-download__line {
        grid-template-columns: 1fr;
        gap: .75rem
    }

    .form-download__input {
        width: 100%
    }
}

@media (max-width:29.99875em) {
    .actions-form {
        flex-direction: column
    }

    .actions-form__button {
        width: 100%;
        justify-content: center
    }
}

@media (max-width:30em) {
    .page__download {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .download__container {
        padding: 1.5rem
    }

    .form-download__line {
        gap: .75rem
    }
}

@media (min-width:30em) {
    .page__download {
        padding-top: clamp(5rem, 4rem + 5vw, 10rem);
        padding-bottom: clamp(5rem, 4rem + 5vw, 10rem)
    }

    .download__container {
        padding: clamp(1.5rem, .8rem + 3.5vw, 5rem)
    }

    .form-download__line {
        gap: clamp(.75rem, -1.175rem + 9.625vw, 10.375rem)
    }
}

@media (min-width:120em) {
    .page__download {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .download__container {
        padding: 5rem
    }

    .form-download__line {
        gap: 10.375rem
    }
}

@media (any-hover:hover) {
    .select__option:hover {
        background: #d9d9d9
    }

    .top-form__button:hover {
        background-color: #ff5a41;
        color: #fff
    }
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.input {
    border-radius: 0 !important;
    width: 100%;
    display: block;
    padding: .625rem;
    border: .0625rem solid #eee;
    caret-color: inherit
}

textarea.input {
    resize: vertical;
    padding: 0
}

.page__payment {
    background-color: #f9f9f9
}

.payment__container {
    display: flex;
    flex-direction: column;
    max-width: 30rem;
    padding: 0
}

.payment__actions:not(:last-child) {
    margin-bottom: 1.5rem
}

.payment__button {
    width: 7rem
}

.payment__content {
    max-width: 30rem;
    background-color: #fffefe;
    border-radius: 1.25rem;
    box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .05)
}

.form-payment__top:not(:last-child) {
    margin-bottom: 2.125rem
}

.form-payment__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #08080a
}

.form-payment__title:not(:last-child) {
    margin-bottom: .375rem
}

.form-payment__text {
    font-weight: 400;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #71717a
}

.form-payment__items {
    border-bottom: .0625rem solid #e4e4e7;
    padding-bottom: 1.5rem
}

.form-payment__items:not(:last-child) {
    margin-bottom: 1.5rem
}

.form-payment__content:not(:last-child) {
    margin-bottom: 2.125rem
}

.form-payment__label {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #171a1f
}

.details__items:not(:last-child),
.details__label:not(:last-child),
.form-payment__label:not(:last-child),
.form-payment__line:not(:last-child) {
    margin-bottom: .75rem
}

.form-payment__line {
    display: flex;
    gap: .75rem;
    justify-content: space-between;
    background-color: #fff;
    border: .0625rem solid #e4e4e7;
    border-radius: .5rem;
    padding: 1rem
}

.form-payment__wrap {
    display: flex;
    align-items: center;
    gap: .625rem
}

.form-payment__icon {
    font-size: 1.25rem;
    color: #ec452b;
    padding-top: .125rem
}

.form-payment__sel-text {
    display: flex;
    align-items: center;
    gap: .625rem
}

.details__label,
.form-payment__price,
.form-payment__sel-text {
    font-weight: 500;
    font-size: 1rem;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #171a1f
}

.details__label {
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 130%
}

.details__items {
    display: flex;
    align-items: center;
    gap: .75rem;
    justify-content: space-between
}

.actions-form__text,
.details__email,
.details__text {
    font-weight: 400;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #71717a
}

.actions-form__text,
.details__email {
    font-weight: 500;
    color: #08080a
}

.actions-form__text {
    font-weight: 400;
    font-size: .75rem;
    color: #71717a;
    text-align: center
}

@media (max-width:53.125em) {
    .payment__button {
        width: 100%
    }

    .payment__content {
        grid-template-columns: 1fr
    }
}

@media (max-width:29.99875em) {
    .form-payment__line {
        flex-direction: column
    }
}

@media (max-width:22.5em) {
    .details__items {
        flex-direction: column;
        align-items: flex-start
    }
}

@media (max-width:30em) {
    .page__payment {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .payment__content {
        padding: 1.5rem;
        gap: .625rem
    }
}

@media (min-width:30em) {
    .page__payment {
        padding-top: clamp(5rem, 4rem + 5vw, 10rem);
        padding-bottom: clamp(5rem, 4rem + 5vw, 10rem)
    }

    .payment__content {
        padding: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
        gap: clamp(.625rem, .15rem + 2.375vw, 3rem)
    }
}

@media (min-width:120em) {
    .page__payment {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .payment__content {
        padding: 3rem;
        gap: 3rem
    }
}

.platform__container {
    display: flex;
    justify-content: center;
    padding: 0
}

@media (max-width:30em) {
    .page__platform {
        padding-top: 5rem;
        padding-bottom: 5rem
    }
}

@media (min-width:30em) {
    .page__platform {
        padding-top: clamp(5rem, 4rem + 5vw, 10rem);
        padding-bottom: clamp(5rem, 4rem + 5vw, 10rem)
    }
}

@media (min-width:120em) {
    .page__platform {
        padding-top: 10rem;
        padding-bottom: 10rem
    }
}

.page__verification {
    background-color: #f9f9f9
}

.verification__container {
    display: flex;
    flex-direction: column;
    max-width: 30rem;
    background-color: #fffefe;
    border-radius: 1.25rem;
    box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .05)
}

.form-verification__items:not(:last-child),
.form-verification__top:not(:last-child) {
    margin-bottom: 2.125rem
}

.form-verification__line:not(:last-child) {
    margin-bottom: 1.5rem
}

.form-verification__label {
    font-weight: 500;
    font-size: .875rem;
    line-height: 120%;
    letter-spacing: -.02em;
    color: #71717a
}

.form-verification__label--active {
    color: #08080a
}

.form-verification__label:not(:last-child) {
    margin-bottom: .625rem
}

.form-verification__input {
    background-color: #fff;
    border: .0625rem solid #e4e4e7;
    border-radius: .375rem;
    padding: .625rem .75rem;
    font-weight: 400;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #08080a
}

.form-activate__input::placeholder,
.form-verification__input::placeholder {
    color: #71717a
}

.form-activate .form-activate__input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder,
.form-verification .form-verification__input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
    transition: opacity .3s
}

.top-verification__item {
    display: flex;
    align-items: center;
    gap: .625rem
}

.top-activate__item:not(:last-child),
.top-verification__item:not(:last-child) {
    margin-bottom: .375rem
}

.top-verification__icon {
    font-size: 1.25rem
}

.top-verification__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #08080a
}

.top-verification__text {
    width: 19rem;
    font-weight: 400;
    font-size: .875rem;
    line-height: 150%;
    letter-spacing: -.02em;
    color: #71717a
}

.actions-form {
    display: flex;
    flex-direction: column;
    gap: .375rem
}

.actions-form__button {
    justify-content: center
}

@media (max-width:53.125em) {
    .verification__container {
        grid-template-columns: 1fr
    }

    .top-verification__text {
        max-width: 100%
    }
}

@media (max-width:30em) {
    .page__verification {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .verification__container {
        padding: 1.5rem;
        gap: .625rem
    }
}

@media (min-width:30em) {
    .page__verification {
        padding-top: clamp(5rem, 4rem + 5vw, 10rem);
        padding-bottom: clamp(5rem, 4rem + 5vw, 10rem)
    }

    .verification__container {
        padding: clamp(1.5rem, 1.2rem + 1.5vw, 3rem);
        gap: clamp(.625rem, .15rem + 2.375vw, 3rem)
    }
}

@media (min-width:120em) {
    .page__verification {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .verification__container {
        padding: 3rem;
        gap: 3rem
    }
}

.page__activate {
    background-color: #f9f9f9
}

.activate__container {
    max-width: 56.25rem;
    background-color: #fffefe;
    border-radius: 1.25rem;
    box-shadow: 0 .0625rem .125rem rgba(0, 0, 0, .05)
}

.top-activate__item {
    display: flex;
    align-items: center;
    gap: .625rem
}

.top-activate__title {
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 133%;
    letter-spacing: -.02em;
    color: #08080a
}

.top-activate__icon {
    font-size: 1.5rem
}

.top-activate__text {
    font-weight: 400;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #71717a
}

.form-activate__line {
    display: flex;
    align-items: center;
    gap: .625rem
}

.form-activate__line:not(:last-child) {
    margin-bottom: 1.4375rem
}

.form-activate__input {
    background-color: #fff;
    border: .0625rem solid #e4e4e7;
    border-radius: .375rem;
    padding: 1.125rem 1.25rem;
    font-weight: 500;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #08080a
}

.form-activate__footer {
    display: flex;
    align-items: center;
    gap: .75rem;
    justify-content: center
}

.form-activate__link,
.form-activate__text {
    font-weight: 500;
    font-size: .875rem;
    line-height: 130%;
    letter-spacing: -.02em;
    color: #171a1f
}

.form-activate__link {
    color: #ec452b;
    position: relative;
    transition: color .3s ease 0s
}

.form-activate__link:hover {
    color: #ff5a41
}

.form-activate__link:hover::before {
    left: 0;
    width: 100%
}

.form-activate__link::before {
    content: "";
    position: absolute;
    width: 0;
    height: .0625rem;
    background-color: #ff5a41;
    bottom: -.125rem;
    left: 50%;
    transition: left .3s ease, width .3s ease;
    pointer-events: none
}

@media (max-width:47.99875em) {
    .form-activate__line {
        flex-direction: column
    }

    .form-activate__input {
        width: 100%
    }

    .form-activate__button {
        display: flex;
        width: 100%;
        justify-content: center
    }
}

@media (max-width:30em) {
    .page__activate {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .activate__container {
        padding: 1.5rem
    }

    .activate__top:not(:last-child) {
        margin-bottom: 1.5rem
    }
}

@media (min-width:30em) {
    .page__activate {
        padding-top: clamp(5rem, 4rem + 5vw, 10rem);
        padding-bottom: clamp(5rem, 4rem + 5vw, 10rem)
    }

    .activate__container {
        padding: clamp(1.5rem, .8rem + 3.5vw, 5rem)
    }

    .activate__top:not(:last-child) {
        margin-bottom: clamp(1.5rem, 1.375rem + .625vw, 2.125rem)
    }
}

@media (min-width:47.99875em) {
    .form-activate__input {
        width: clamp(31.25rem, 29.7917299612875rem + 3.0381416989vw, 33.4375rem)
    }
}

@media (min-width:120em) {
    .page__activate {
        padding-top: 10rem;
        padding-bottom: 10rem
    }

    .activate__container {
        padding: 5rem
    }

    .activate__top:not(:last-child) {
        margin-bottom: 2.125rem
    }
}

@media (min-width:75em) {

    .activate__container,
    .buy__container,
    .download__container,
    .payment__container,
    .verification__container {
        zoom: 1.15
    }
}