@import url(https://fonts.googleapis.com/css?family=Montserrat:300,regular,500,600,700,800,900&display=swap);
@font-face {
    font-family: icons;
    font-display: swap;
    src: url(../fonts/icons.woff2) format("woff2");
    font-weight: 400;
    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-coins:before {
    content: "\e905"
}
._icon-money:before {
    content: "\e905"
}
._icon-coin-euro:before {
    content: "\e906"
}
._icon-money1:before {
    content: "\e906"
}
._icon-cash:before {
    content: "\e906"
}
._icon-currency-euro:before {
    content: "\e906"
}
._icon-coin-dollar:before {
    content: "\e907"
}
._icon-money2:before {
    content: "\e907"
}
._icon-cash1:before {
    content: "\e907"
}
._icon-currency-dollar:before {
    content: "\e907"
}
._icon-t-mobile:before {
    content: "\e908"
}
._icon-ethereum:before {
    content: "\e909"
}
._icon-bitcoin:before {
    content: "\e90a"
}
._icon-card:before {
    content: "\e90b"
}
._icon-uah:before {
    content: "\e921"
}
._icon-arrow_up26c09234:before {
    content: "\e901"
}
._icon-arrow-header-upb7d3fc31:before {
    content: "\e902"
}
._icon-default_nav_list_iconbf1ab9de:before {
    content: "\e903"
}
._icon-play6d3c7928:before {
    content: "\e904"
}
._icon-arrow_downward:before {
    content: "\e900"
}
* {
    padding: 0;
    margin: 0;
    border: 0
}
*,
*::after,
*::before {
    box-sizing: border-box
}
*::after,
*::before {
    display: inline-block
}
body,
html {
    height: 100%;
    min-width: 320px
}
body {
    color: #000;
    line-height: 1;
    font-family: Montserrat;
    font-size: 1.25rem;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale
}
button,
input,
textarea {
    font-family: Montserrat;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    background-color: transparent
}
input,
textarea {
    width: 100%
}
button,
option,
select {
    cursor: pointer
}
a {
    display: inline-block;
    color: inherit;
    text-decoration: none
}
ul li {
    list-style: none
}
img {
    vertical-align: top
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit
}
.lock body {
    overflow: hidden;
    touch-action: none;
    -ms-scroll-chaining: none;
    overscroll-behavior: none
}
.wrapper {
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden
}
@supports (overflow:clip) {
    .wrapper {
        overflow: clip
    }
}
.wrapper > main {
    flex: 1 1 auto
}
.wrapper > * {
    min-width: 0
}
[class*=__container] {
    max-width: 75rem;
    margin: 0 auto;
    padding: 0 .9375rem
}

[class*=__container--center] {
    grid-template-columns: 1fr !important;
}
.select {
    min-width: 0;
    position: relative
}
.select__body {
    position: relative
}
.select__title {
    color: inherit;
    text-align: left;
    border: .0625rem solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    width: 100%;
    border-radius: 4px
}
.select__value {
    display: flex;
    min-width: 8.125rem;
    align-items: center;
    height: 2.625rem;
    padding: 0 1.25rem 0 .9375rem;
    gap: .625rem;
    position: relative
}
.select__value > * {
    flex: 1 1 auto
}
.select__value::after,
.select__value::before {
    content: "";
    position: absolute;
    width: .9375rem;
    height: .125rem;
    right: 1rem;
    top: 1.25rem;
    background-color: red
}
.select__value::before {
    content: "";
    transform: translate(-.3125rem,0) rotate(50deg)
}
._select-open .select__value::before {
    transform: translate(-.3125rem,0) rotate(135deg)
}
.select__value:after {
    content: "";
    transform: translate(.25rem,0) rotate(-50deg)
}
._select-open .select__value:after {
    transform: translate(.375rem,0) rotate(-135deg)
}
.select__value._select-pseudo-label::before {
    content: attr(data-pseudo-label);
    opacity: .5
}
.select__content {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select__text {
    flex: 1 1 auto;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.select__input {
    width: 100%;
    background-color: transparent;
    height: 100%
}
.select__options {
    color: #000;
    position: absolute;
    top: calc(100% - .0625rem);
    border-radius: 0 0 4px 4px;
    min-width: 100%;
    left: 0;
    background-color: #fff;
    border-top: 0;
    border: .0625rem solid #d9d9d9;
    border-top: 0;
    padding: 10px 0 5px 0
}
.select__scroll {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 12.5rem
}
.select__option {
    width: 100%;
    text-align: left;
    cursor: pointer;
    padding: 5px 15px;
    color: inherit
}
.select__option._select-selected {
    background-color: #eee
}
.select__row {
    display: inline-flex;
    align-items: center
}
.select__text {
    font-weight: 500
}
.select--show-top .select__options {
    top: auto;
    bottom: calc(100% - .0625rem);
    border: 1px solid #d9d9d9;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
    padding: 5px 0 10px 0
}
._select-tag {
    cursor: pointer
}
.rating {
    display: inline-block
}
.rating__items {
    display: inline-flex;
    align-items: flex-start;
    gap: .625rem
}
.rating__item {
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    position: relative;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIKCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMTkuODE1NyA3LjEyMzI1TDEyLjg2NzIgNi41MjQwN0wxMC4xNTE2IDAuMTI2NDY1TDcuNDM2MDEgNi41MzM3NEwwLjQ4NzU0OSA3LjEyMzI1TDUuNzY0MTMgMTEuNjk0M0w0LjE3OTIyIDE4LjQ4ODJMMTAuMTUxNiAxNC44ODM1TDE2LjEyNCAxOC40ODgyTDE0LjU0ODggMTEuNjk0M0wxOS44MTU3IDcuMTIzMjVaTTEwLjE1MTYgMTMuMDc2M0w2LjUxNzkyIDE1LjI3MDFMNy40ODQzMyAxMS4xMzM4TDQuMjc1ODYgOC4zNTA1OEw4LjUwODcyIDcuOTgzMzVMMTAuMTUxNiA0LjA4ODczTDExLjgwNDIgNy45OTMwMUwxNi4wMzcgOC4zNjAyNUwxMi44Mjg2IDExLjE0MzVMMTMuNzk1IDE1LjI3OTdMMTAuMTUxNiAxMy4wNzYzWiIgZmlsbD0iI2ZjMmMwMSIvPgo8L3N2Zz4K) 0 0/1.875rem no-repeat;
    transition: all .3s
}
.rating--starII .rating__item {
    flex: 0 0 1.875rem;
    width: 1.875rem;
    height: 1.875rem;
    position: relative;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIKCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMTkuODE1NyA3LjEyMzI1TDEyLjg2NzIgNi41MjQwN0wxMC4xNTE2IDAuMTI2NDY1TDcuNDM2MDEgNi41MzM3NEwwLjQ4NzU0OSA3LjEyMzI1TDUuNzY0MTMgMTEuNjk0M0w0LjE3OTIyIDE4LjQ4ODJMMTAuMTUxNiAxNC44ODM1TDE2LjEyNCAxOC40ODgyTDE0LjU0ODggMTEuNjk0M0wxOS44MTU3IDcuMTIzMjVaTTEwLjE1MTYgMTMuMDc2M0w2LjUxNzkyIDE1LjI3MDFMNy40ODQzMyAxMS4xMzM4TDQuMjc1ODYgOC4zNTA1OEw4LjUwODcyIDcuOTgzMzVMMTAuMTUxNiA0LjA4ODczTDExLjgwNDIgNy45OTMwMUwxNi4wMzcgOC4zNjAyNUwxMi44Mjg2IDExLjE0MzVMMTMuNzk1IDE1LjI3OTdMMTAuMTUxNiAxMy4wNzYzWiIgZmlsbD0iI2ZjMmMwMSIvPgo8L3N2Zz4K) 0 0/1.25rem no-repeat
}
.rating__item--active {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOSIgdmVjdG9yPSIwIiBmaWxsPSJyZ2IoMjUyLDBkLDApIj4KICAgIDxwYXRoIGZpbGw9InJnYigyNTIsIDQ0LCAxKSIgZD0iTTExLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIvPgogICAgPC9zdmc+) 0 0/1.875rem no-repeat
}
.rating--starII .rating__item--active {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOSIgdmVjdG9yPSIwIiBmaWxsPSJyZ2IoMjUyLDBkLDApIj4KICAgIDxwYXRoIGZpbGw9InJnYigyNTIsIDQ0LCAxKSIgZD0iTTExLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIvPgogICAgPC9zdmc+) 0 0/1.25rem no-repeat
}
.rating__item span {
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 1.875rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOSIgdmVjdG9yPSIwIiBmaWxsPSJyZ2IoMjUyLDBkLDApIj4KICAgIDxwYXRoIGZpbGw9InJnYigyNTIsIDQ0LCAxKSIgZD0iTTExLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIvPgogICAgPC9zdmc+) 0 0/1.875rem no-repeat
}
.rating--starII .rating__item span {
    height: 1.25rem;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOSIgdmVjdG9yPSIwIiBmaWxsPSJyZ2IoMjUyLDBkLDApIj4KICAgIDxwYXRoIGZpbGw9InJnYigyNTIsIDQ0LCAxKSIgZD0iTTExLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIvPgogICAgPC9zdmc+) 0 0/1.25rem no-repeat
}
.rating__item:not(:last-child)::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: .625rem;
    transform: translateX(100%)
}
[data-rating=set] .rating__item:not(:last-child)::after {
    cursor: pointer
}
.rating__input {
    width: 100%;
    height: 100%;
    opacity: 0;
    display: block
}
[data-rating=set] .rating__input {
    cursor: pointer
}
/* .icon-menu {
  display: none
} */

.icon-menu {
    display: block;
    position: relative;
    width: 1.875rem;
    height: 1.125rem;
    margin-left: auto;
    z-index: 5
}

.icon-menu span,
.icon-menu::after,
.icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    background-color: #000
}
.icon-menu::before {
    top: 0
}
.icon-menu::after {
    bottom: 0
}
.icon-menu span {
    top: calc(50% - .0625rem)
}
.menu-open .icon-menu span {
    width: 0
}
.menu-open .icon-menu::after,
.menu-open .icon-menu::before {
    background-color: #fc2c01
}
.menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    transform: rotate(-45deg)
}
.menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    transform: rotate(45deg)
}
.ibg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.ibg--top {
    -o-object-position: top;
    object-position: top
}
.ibg--bottom {
    -o-object-position: bottom;
    object-position: bottom
}
.ibg--left {
    -o-object-position: left;
    object-position: left
}
.ibg--right {
    -o-object-position: right;
    object-position: right
}
.ibg--contain {
    -o-object-fit: contain;
    object-fit: contain
}
.button--crypto-trade {
    padding: .9375rem 2.1875rem;
    background-color: #fc2c01;
    color: #fff;
    border-radius: .3125rem;
    font-weight: 500;
    transition: all .3s
}
.crypto-trade {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    background-color: #f5f2f2
}
.crypto-trade__container {
    overflow: hidden
}
.crypto-trade__head:not(:last-child) {
    margin-bottom: 3.125rem
}
.crypto-trade__tatle {
    font-weight: 700;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.crypto-trade__tatle:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .crypto-trade__tatle {
    left: 0;
    opacity: 1
}
.crypto-trade__subtitle {
    font-weight: 700;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .5s
}
.crypto-trade__subtitle span {
    color: #fc2c01
}
.crypto-trade__subtitle:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .crypto-trade__subtitle {
    left: 0;
    opacity: 1
}
.crypto-trade__label {
    font-weight: 700;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .7s
}
._watcher-view .crypto-trade__label {
    left: 0;
    opacity: 1
}
.crypto-trade__body {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: .625rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .9s
}
._watcher-view .crypto-trade__body {
    left: 0;
    opacity: 1
}
.crypto-trade__body--hero {
    grid-template-columns: 1fr;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .9s
}
._watcher-view .crypto-trade__body--hero {
    left: 0;
    opacity: 1
}
.crypto-trade__body--currency {
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .9s
}
._watcher-view .crypto-trade__body--currency {
    left: 0;
    opacity: 1
}
.crypto-trade__option img,
.crypto-trade__option i {
    width: 2rem !important;
    height: 2rem !important;
    /*width: 100%;*/
}
.crypto-trade__box:not(:last-child) {
    margin-bottom: 1.875rem
}
.crypto-trade__title {
    font-size: 1.125rem;
    font-weight: 700
}
.crypto-trade__title:not(:last-child) {
    margin-bottom: 1.25rem
}
.crypto-trade__send-body {
    display: grid;
    gap: .3125rem;
    align-items: center;
    border-radius: .3125rem;
}
.crypto-trade__send-body--hero {
    grid-template-columns: 2.5fr 2fr
}
.crypto-trade__send-body--currency {
    grid-template-columns: 2fr 1.5fr
}
.crypto-trade__send-input {
    font-weight: 500;
    background-color: #fff;
    height: 2.7rem;
    padding: .625rem;
    border: .0625rem solid #dfdbdb;
    border-radius: .3125rem;
}
.crypto-trade__send-input._form-error {
    color: red
}
.crypto-trade__send-input._form-error::placeholder {
    color: red
}

.crypto-trade__send-input::placeholder {
    color: #000
}
.crypto-trade__select-body {
    width: 9.6875rem
}
.crypto-wallet {
    background-color: #f5f2f2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.crypto-wallet__container {
    overflow: hidden
}
.crypto-wallet__titel {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.crypto-wallet__titel::first-letter {
    text-transform: uppercase
}
.crypto-wallet__titel:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .crypto-wallet__titel {
    left: 0;
    opacity: 1
}
.crypto-wallet__body {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
._watcher-view .crypto-wallet__body {
    left: 0;
    opacity: 1
}
.crypto-wallet__item {
    background-color: #fff;
    border-radius: 1.25rem;
    padding: 1.25rem;
    display: flex;
    flex: 0 1 31%;
    gap: 1.25rem
}
.crypto-wallet__image {
    width: 2.5rem
}
.crypto-wallet__img {
    aspect-ratio: 1/1
}
.crypto-wallet__info-body {
    flex: 0 1 85%
}
.crypto-wallet__name {
    font-weight: 600
}
.crypto-wallet__name:not(:last-child) {
    margin-bottom: 1.25rem
}
.crypto-wallet__price:not(:last-child) {
    margin-bottom: 1.875rem
}
.crypto-wallet__link {
    font-weight: 600;
    position: relative;
    transition: all .3s
}
.crypto-wallet__link::before {
    position: absolute;
    font-size: 1.5625rem;
    transform: translate(0,25%) rotate(-90deg);
    top: -50%;
    right: -1.875rem;
    color: #000
}
.advantages-crypto {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.advantages-crypto__container {
    overflow: hidden
}
.advantages-crypto__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.advantages-crypto__title::first-letter {
    text-transform: uppercase
}
.advantages-crypto__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .advantages-crypto__title {
    left: 0;
    opacity: 1
}
.advantages-crypto__body {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
._watcher-view .advantages-crypto__body {
    left: 0;
    opacity: 1
}
.advantages-crypto__item {
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column
}
.advantages-crypto__image {
    max-width: 4rem
}
.advantages-crypto__image:not(:last-child) {
    margin-bottom: 1.5rem
}
.advantages-crypto__img {
    aspect-ratio: 64/64
}
.advantages-crypto__title-item {
    font-weight: 600
}
.advantages-crypto__title-item:not(:last-child) {
    margin-bottom: 1.5rem
}
.advantages-crypto__text {
    line-height: 1.6
}
.faq-crypto {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.faq-crypto__container {
    overflow: hidden
}
.faq-crypto__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.faq-crypto__title::first-letter {
    text-transform: uppercase
}
.faq-crypto__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .faq-crypto__title {
    left: 0;
    opacity: 1
}
.faq-crypto__body {
    max-width: 57.5rem;
    margin: 0 auto
}
.faq-crypto__item {
    padding: 1.25rem 0 0;
    border-bottom: .0625rem solid grey
}
.faq-crypto__item:first-child {
    border-top: .0625rem solid grey
}
.faq-crypto__item--r {
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
._watcher-view .faq-crypto__item--r {
    left: 0;
    opacity: 1
}
.faq-crypto__item--l {
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
._watcher-view .faq-crypto__item--l {
    left: 0;
    opacity: 1
}
.faq-crypto__title-item {
    list-style: none;
    cursor: pointer;
    line-height: 1.6;
    font-weight: 600;
    padding-right: 2.5rem;
    position: relative;
    transition: all .4s
}
.faq-crypto__title-item:not(:last-child) {
    margin-bottom: 1.25rem
}
.faq-crypto__title-item::before {
    transition: all .4s;
    position: absolute;
    font-size: 1.875rem;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    color: #000
}
.faq-crypto__title-item._spoller-active::before {
    transform: rotate(0)
}
.faq-crypto__info {
    padding-bottom: 1.25rem
}
.faq-crypto__info:not(:last-child) {
    margin-bottom: .625rem
}
.faq-crypto__info p {
    line-height: 1.6;
    text-indent: .9375rem;
    position: relative;
    align-items: start
}
.crypto-currency-wallet {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
    background-color: #f5f2f2
}
.crypto-currency-wallet__container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.crypto-currency-wallet__head {
    margin: 0 auto;
    text-align: center
}
.crypto-currency-wallet__head:not(:last-child) {
    margin-bottom: 4.375rem
}
.crypto-currency-wallet__tatle {
    text-align: center;
    font-weight: 700;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.crypto-currency-wallet__tatle span {
    color: #fc2c01
}
.crypto-currency-wallet__tatle:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .crypto-currency-wallet__tatle {
    left: 0;
    opacity: 1
}
.crypto-currency-wallet__subtitle {
    font-weight: 700;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .5s
}
.crypto-currency-wallet__subtitle span {
    color: #fc2c01
}
.crypto-currency-wallet__subtitle:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .crypto-currency-wallet__subtitle {
    left: 0;
    opacity: 1
}
.crypto-currency-wallet__label {
    font-weight: 700;
    position: relative;
    left: -100%;
    opacity: 0;
    transition: all .5s ease .7s
}
.crypto-currency-wallet__label p {
    text-decoration: underline;
    text-transform: uppercase
}
._watcher-view .crypto-currency-wallet__label {
    left: 0;
    opacity: 1
}
.crypto-currency-wallet__body {
    position: relative;
    left: 100%;
    opacity: 0;
    transition: all .8s ease .9s
}
._watcher-view .crypto-currency-wallet__body {
    left: 0;
    opacity: 1
}
.crypto-currency-wallet__image {
    margin: 0 auto;
    max-width: 51.375rem
}
.crypto-currency-wallet__img {
    aspect-ratio: 822/484
}
.header {
    align-items: center;
    z-index: 100;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    transition: all .3s ease 0s
}
.header._header-scroll {
    background: #dfdbdb
}
.header._header-scroll .menu {
    color: #000;
    font-weight: 500
}
.header__container {
    min-height: 6.25rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.header__buttons-container {
    display: flex;
    gap: 0.65rem;
    align-items: center;
    justify-content: center;
}
.header__logo-body {
    display: grid;
    justify-content: start;
    align-items: center
}
.header__logo-image {
    max-width: 12.5rem;
    transition: transform .3s;
    z-index: 100
}
.header__logo-img {
    aspect-ratio: 184/42
}
.header__menu {
    position: relative;
    display: grid;
    align-items: center
}
.header__language-body {
    display: grid;
    justify-content: end;
    align-items: center
}
.menu__body {
    display: grid;
    align-items: center;
    justify-content: center
}
.menu__body.mobile {
    display: none
}

.menu__body.mobile {
    display: grid;
    position: fixed;
    width: 100%;
    height: 100%;
    left: -100%;
    top: 0;
    overflow: auto;
    padding: 3.125rem .9375rem .9375rem 1.875rem;
    transition: left .3s;
    background-color: #dfdbdb
}
.menu__body.mobile::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 4.375rem;
    left: -100%;
    top: 0;
    transition: left .3s;
    z-index: 2;
    background-color: #f1bebe;
    z-index: 50
}
.menu-open .menu__body.mobile {
    left: 0
}
.menu-open .menu__body.mobile::before {
    left: 0
}

.menu__body.mobile {
    align-items: start;
    margin-top: 2.125rem;
    justify-content: end;
    padding-right: 1.875rem
}

.menu__body.mobile .menu__spollers {
    display: flex;
    flex-direction: column;
    align-items: end;
    row-gap: 1.875rem
}

.menu__body.mobile .spollers__body-wallet::before {
    border: .625rem solid transparent;
    border-top-width: 0;
    border-bottom-color: #fc2c01;
    left: 50%;
    transform: translate(-50%,0);
    top: -.625rem
}
.menu__body.mobile .spollers__body-wallet {
    left: 0;
    top: 105%;
    width: 100%
}

.menu__body.mobile .spollers__body::before {
    left: 50%;
    transform: translate(-50%,0)
}
.menu__body.mobile .spollers__body {
    left: 50%;
    transform: translate(-50%,0);
    top: 18%;
    z-index: 20;
    width: 100%
}

.menu__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: .9375rem
}
.menu__spollers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    row-gap: .9375rem
}
.menu__link {
    font-size: 1.125rem;
    font-weight: 600;
    list-style: none;
    cursor: pointer;
    position: relative
}
.menu__link::before {
    content: "";
    position: absolute;
    background-color: #fc2c01;
    width: 100%;
    height: .125rem;
    top: 1.25rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    z-index: 1
}
.menu__link:hover::before {
    transform-origin: left;
    transform: scale(1);
    z-index: 1
}
.spollers__title {
    font-size: 1.125rem;
    font-weight: 600;
    list-style: none;
    cursor: pointer;
    position: relative
}
.spollers__title::before {
    content: "";
    position: absolute;
    background-color: #fc2c01;
    width: 100%;
    height: .125rem;
    top: 1.25rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    z-index: 1
}
.spollers__title:hover::before {
    transform-origin: left;
    transform: scale(1);
    z-index: 1
}
.spollers__body {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate(-50%,0);
    max-width: 80%;
    padding: .625rem;
    z-index: 10;
    border: .125rem solid #fc2c01;
    border-radius: .625rem;
    display: flex;
    flex-direction: column;
    background-color: #f5f2f2
}
.spollers__body::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -.625rem;
    left: 50%;
    transform: translate(-50%,0);
    border: 0 solid transparent;
    border-right-width: .625rem;
    border-left-width: .625rem;
    border-bottom: .625rem solid #fc2c01
}
.spollers__body-wallet {
    position: absolute;
    left: 105%;
    top: 0;
    width: 18.75rem;
    border-radius: .625rem;
    border: .125rem solid #fc2c01;
    background-color: #f5f2f2
}
.spollers__body-wallet::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: 50%;
    transform: translate(0,-50%);
    left: -.625rem;
    border: 0 solid transparent;
    border-top-width: .625rem;
    border-bottom-width: .625rem;
    border-right: .625rem solid #fc2c01
}
.spollers-product__link-body {
    transition: all .3s
}
.spollers-product__link-body:not(:last-child) {
    margin-bottom: .625rem
}
.spollers-product__link {
    display: flex;
    gap: .625rem
}
.spollers-product__link:not(:last-child) {
    margin-bottom: .625rem
}
.spollers-product__image {
    max-width: 3.75rem;
    -o-object-fit: cover;
    object-fit: cover
}
.spollers-product__img-ibg {
    -o-object-fit: contain;
    object-fit: contain;
    aspect-ratio: 512/512
}
.spollers-product__title {
    font-size: 1.125rem;
    font-weight: 500
}
.spollers-product__title:not(:last-child) {
    margin-bottom: .3125rem
}
.spollers-product__text {
    font-size: 1rem
}
.spollers-product__title-wallet {
    transition: all .3s;
    list-style: none;
    cursor: pointer
}
.spollers-product__title-wallet:not(:last-child) {
    margin-bottom: .625rem
}
.spollers-product__title-body {
    display: flex;
    gap: .625rem
}
.wallet-spollers {
    padding: .625rem;
    display: grid;
    gap: .625rem
}
.wallet-spollers__body-scroll {
    overflow: auto;
    max-height: 6.25rem
}
.wallet-spollers__link {
    font-size: 1.125rem;
    font-weight: 500;
    line-height: 1.6666666667;
    transition: all .3s
}
.spollers-crypto__title {
    font-size: 1.125rem;
    font-weight: 600;
    list-style: none;
    cursor: pointer;
    position: relative
}
.spollers-crypto__title::before {
    content: "";
    position: absolute;
    background-color: #fc2c01;
    width: 100%;
    height: .125rem;
    top: 1.25rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    z-index: 1
}
.spollers-crypto__title:hover::before {
    transform: scale(1);
    transform-origin: left;
    z-index: 1
}
.spollers-crypto__body {
    position: absolute;
    top: 100%;
    width: 80%;
    left: 50%;
    transform: translate(-50%,0);
    padding: .625rem;
    z-index: 10;
    border: .125rem solid #fc2c01;
    border-radius: .625rem;
    background-color: #f5f2f2
}
.spollers-crypto__body::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -.625rem;
    left: 50%;
    transform: translate(-50%,0);
    border: .625rem solid transparent;
    border-top-width: 0;
    border-bottom-color: #fc2c01;
}
.spollers-crypto__body-scroll {
    overflow-x: auto;
    max-height: 18.75rem
}
.spollers-crypto__link-body:not(:last-child) {
    margin-bottom: .9375rem
}
.spollers-crypto__link {
    display: flex;
    align-items: center;
    gap: .625rem;
    position: relative;
    transition: all .3s
}
.spollers-crypto__image {
    max-width: 2.5rem
}
.spollers-crypto__img-ibg {
    aspect-ratio: 1/1
}
.spollers-crypto__name {
    font-size: 1rem;
    font-weight: 500
}
.spollers-invest__title {
    font-size: 1.125rem;
    font-weight: 600;
    list-style: none;
    cursor: pointer;
    position: relative
}
.spollers-invest__title::before {
    content: "";
    position: absolute;
    background-color: #fc2c01;
    width: 100%;
    height: .125rem;
    top: 1.25rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    z-index: 1
}
.spollers-invest__title:hover::before {
    transform-origin: left;
    transform: scale(1);
    z-index: 1
}
.spollers-invest__body {
    position: absolute;
    top: 45px;
    left: 50%;
    transform: translate(-50%,0);
    width: 80%;
    padding: .625rem;
    z-index: 10;
    border: .125rem solid #fc2c01;
    border-radius: .625rem;
    background-color: #f5f2f2
}
.spollers-invest__body::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -.625rem;
    left: 50%;
    transform: translate(-50%,0);
    border: .625rem solid transparent;
    border-top-width: 0;
    border-bottom-color: #fc2c01;
}
.buy-invest__item {
    width: 80%
}
.buy-invest__title-body {
    padding: 0 1.5625rem 0 0;
    list-style: none;
    display: grid;
    grid-template-columns: 3.5rem auto;
    gap: 1.875rem;
    min-width: 18.75rem;
    align-items: center;
    cursor: pointer;
    transition: all .3s
}
.buy-invest__title-body:not(:last-child) {
    margin-bottom: .625rem
}
.buy-invest__title-image {
    max-width: 3.5rem;
    height: 3.5rem;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}
.buy-invest__title-img-ibg {
    aspect-ratio: 1/1
}
.buy-invest__title {
    font-size: 1.125rem;
    font-weight: 600;
    list-style: none
}
.buy-invest__title:not(:last-child) {
    margin-bottom: .3125rem
}
.buy-invest__text {
    font-size: 1rem
}
.buy-invest__body {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    top: 110%;
    padding: .625rem;
    border: .125rem solid #fc2c01;
    border-radius: .5rem;
    display: grid;
    gap: .625rem;
    background-color: #f5f2f2
}
.buy-invest__body::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -.625rem;
    left: 50%;
    transform: translate(-50%,0);
    border: .625rem solid transparent;
    border-top-width: 0;
    border-bottom-color: #fc2c01;
}
.buy-invest__body-scroll {
    overflow: auto;
    height: 6.25rem
}
.buy-invest__body-link {
    font-size: 1.125rem
}
.buy-invest__body-link:not(:last-child) {
    margin-bottom: .625rem
}
.buy-invest__link {
    font-size: 1.125rem;
    font-weight: 500;
    transition: all .3s
}
.spollers-about__spollers-title {
    font-size: 1.125rem;
    font-weight: 600;
    list-style: none;
    cursor: pointer;
    position: relative
}
.spollers-about__spollers-title::before {
    content: "";
    position: absolute;
    background-color: #fc2c01;
    width: 100%;
    height: .125rem;
    top: 1.25rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    z-index: 1
}
.spollers-about__spollers-title:hover::before {
    transform-origin: left;
    transform: scale(1);
    z-index: 1
}
.spollers-about__spollers-body {
    position: absolute;
    top: 45px;
    padding: .625rem;
    width: 100%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10;
    border: .125rem solid #fc2c01;
    border-radius: .625rem;
    background-color: #f5f2f2
}

.mobile .spollers-about__spollers-body {
    position: absolute;
    top: 45px;
    padding: .625rem;
    width: 100%;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10;
    border: .125rem solid #fc2c01;
    border-radius: .625rem;
    background-color: #f5f2f2
}

.spollers-about__spollers-body::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    top: -.625rem;
    left: 50%;
    transform: translate(-50%,0);
    border: .625rem solid transparent;
    border-top-width: 0;
    border-bottom-color: #fc2c01;
}
.spollers-about__spollers-scroll {
    position: relative;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    max-height: 37.5rem;
    gap: 1.25rem
}
.spollers-about__link-body {
    display: flex;
    flex-wrap: wrap;
    flex: 0 1 45%;
    justify-content: center;
    margin: 0 auto
}

.spollers-about__item {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: .625rem;
    transition: all .3s
}
.spollers-about__image {
    width: 3.5rem;
    height: 3.75rem;
    display: grid
}
.spollers-about__img-ibg {
    padding-top: .625rem;
    aspect-ratio: 1/1
}
.spollers-about__title {
    font-size: 1.125rem;
    font-weight: 600
}
.spollers-about__title:not(:last-child) {
    margin-bottom: 0.5rem
}
.spollers-about__text {
    font-size: 1rem;
}
.language-select {
    max-width: 1.5625rem;
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: .625rem;
    border: .125rem solid #fc2c01;
    padding: 0.3rem 1rem;
    position: relative;
    z-index: 5;
    cursor: pointer
}
.language-select__btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative
}
.language-select__text {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase
}
.language-select__list {
    position: absolute;
    width: 100%;
    top: 150%;
    display: flex;
    flex-direction: column;
    row-gap: .5rem;
    margin-left: -2px;
}
.language-select__option {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: .625rem;
    border: .125rem solid #fc2c01;
    padding: 0.3rem 1rem;
    color: #000;
    background-color: #fff;
    cursor: pointer;
    transform-origin: top;
    transform: scale(0) translateY(-120%);
    margin-bottom: -3.4375rem;
    transition: all .5s ease-in-out,margin-bottom .2s ease-in-out;
    text-transform: uppercase;
}
.language-select__menu-link {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.25
}
.language-select__btn.active .language-select__arrow::before {
    transform: rotate(270deg);
    top: .625rem;
    right: .3125rem
}
.language-select__btn.active ~ .language-select__list .language-select__option {
    transition: transform .5s ease-in-out,margin-bottom .2s ease-in-out;
    transform: scale(1) translateY(0);
    margin-bottom: 0
}
.footer {
    background-color: #f5f2f2
}
.footer__container {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
    position: relative
}
.footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 1.875rem;
    border-bottom: .0625rem solid #fc2c01;
    gap: 1.9375rem
}
.footer__content {
    padding: 1.875rem 0;
    border-bottom: .0625rem solid #fc2c01
}
.footer__property {
    padding-top: 1.875rem
}
.footer__arrow-up {
    border: .125rem solid #000;
    background-color: #fff;
    border-radius: .5rem;
    width: 2.5rem;
    height: 2.5rem;
    bottom: 5.5rem;
    right: 1.2rem;
    position: fixed;
    z-index: 10;
    transition: all .3s
}
.footer__arrow-up::after,
.footer__arrow-up::before {
    content: "";
    position: absolute;
    bottom: 50%;
    transform: translate(0,-50%);
    right: 50%;
    font-size: 1.25rem;
    background-color: #fc2c01
}
.footer__arrow-up::before {
    content: "";
    width: 1.25rem;
    height: .1875rem;
    transform: rotate(45deg);
    right: .125rem
}
.footer__arrow-up::after {
    content: "";
    width: 1.25rem;
    height: .1875rem;
    transform: rotate(-45deg);
    left: .125rem
}
.top-footer__logo-image {
    max-width: 11.5rem;
    transition: all .3s
}
.top-footer__logo-img-ibg {
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 184/42
}
.top-footer__raiting-body {
    display: flex;
    gap: .9375rem;
    align-items: center
}
.top-footer__raiting-logo {
    max-width: 6.25rem
}
.top-footer__raiting-img-ibg {
    aspect-ratio: 184/42
}
.content-footer__body {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 2.5rem
}
.content-footer__spollers {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5rem;
    justify-content: start
}
.content-footer__spollers-title {
    font-weight: 600;
    line-height: 1.6;
    list-style: none
}
.content-footer__spollers-title:not(:last-child) {
    margin-bottom: .9375rem
}
.content-footer__spollers-body {
    display: flex;
    flex-direction: column;
    gap: .75rem
}
.content-footer__spoller-link {
    font-size: .875rem;
    font-weight: 500;
    position: relative
}
.content-footer__spoller-link::before {
    content: "";
    position: absolute;
    background-color: #fc2c01;
    width: 100%;
    height: .125rem;
    top: 1.0625rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    z-index: 1
}
.content-footer__spoller-link:hover::before {
    transform-origin: left;
    transform: scale(1);
    z-index: 1
}
.cryptowallet:not(:last-child) {
    margin-bottom: 1.25rem
}
.cryptowallet__title {
    font-weight: 600;
    line-height: 1.6;
    list-style: none
}
.cryptowallet__title:not(:last-child) {
    margin-bottom: .9375rem
}
.cryptowallet__body {
    display: flex;
    gap: .625rem;
    align-items: center
}
.cryptowallet__link {
    max-width: 1.875rem;
    transition: all .3s
}
.cryptowallet__img {
    aspect-ratio: 30/30
}
.social-block__title {
    font-weight: 600;
    line-height: 1.6;
    list-style: none
}
.social-block__title:not(:last-child) {
    margin-bottom: .9375rem
}
.social-block__body {
    display: flex;
    gap: .9375rem
}
.social-block__image {
    border: .0625rem solid #fc2c01;
    border-radius: .5rem;
    overflow: hidden;
    max-width: 2.25rem;
    transition: all .3s
}
.social-block__img-ibg {
    aspect-ratio: 36/36
}
.property-footer {
    display: flex;
    flex-direction: column;
}
.property-footer__text {
    font-size: .875rem;
    line-height: 1.5714285714
}
.hero {
    background-color: #f5f2f2
}
.hero__container {
    /*overflow: hidden;*/
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 1.875rem
}
.hero__title {
    font-weight: 700;
    text-transform: capitalize;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.hero__title:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .hero__title {
    left: 0;
    opacity: 1
}
.hero__label {
    line-height: 1.2;
    font-weight: 600;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .6s
}
.hero__label::first-letter {
    text-transform: uppercase
}
.hero__label:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .hero__label {
    left: 0;
    opacity: 1
}
.hero__text {
    font-weight: 500;
    line-height: 1.25;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .9s
}
.hero__text p:not(:last-child) {
    margin-bottom: .9375rem
}
._watcher-view .hero__text {
    left: 0;
    opacity: 1
}
.hero__squares-block {
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .6s
}
._watcher-view .hero__squares-block {
    left: 0;
    opacity: 1
}
.squares-block__body {
    display: grid;
    grid-template-columns: repeat(7,1fr);
    grid-template-rows: repeat(5,1fr);
    gap: .9375rem
}
.squares-block__item {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: .5rem;
    transition: all .3s
}
.squares-block__item--w {
    background-color: #fff;
    border: .1875rem solid #fc2c01
}
.squares-block__item--r {
    background-color: #fc2c01
}
.amount-currencies {
    background-color: #f5f2f2;
    padding-bottom: 4.375rem
}
.amount-currencies__container {
    overflow: hidden;
    display: grid;
    grid-template-columns: repeat(2,1fr)
}
.amount-currencies__title {
    line-height: 1.2222222222;
    font-weight: 600;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease 1.2s
}
.amount-currencies__title:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .amount-currencies__title {
    left: 0;
    opacity: 1
}
.amount-currencies__body-counters {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-left: -1.25rem;
    align-items: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease 1.5s
}
._watcher-view .amount-currencies__body-counters {
    left: 0;
    opacity: 1
}
.amount-currencies__item-counter {
    display: grid;
    justify-content: start;
    align-items: center;
    padding: 1.25rem 1.5625rem
}
.amount-currencies__item-counter:not(:last-child) {
    border-right: .125rem solid #fc2c01;
    height: 100%
}
.amount-currencies__value-body {
    display: flex;
    align-items: center;
    justify-content: start
}
.amount-currencies__value-body:not(:last-child) {
    margin-bottom: .9375rem
}
.amount-currencies__value {
    font-weight: 500;
    padding-right: .3125rem
}
.amount-currencies__plus {
    font-size: 1.5625rem;
    font-weight: 500
}
.amount-currencies__label {
    font-weight: 500;
    line-height: 1.25
}
.amount-currencies__label::first-letter {
    text-transform: uppercase
}
.low-commissions {
    background-color: #f5f2f2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.low-commissions__container {
    overflow: hidden
}
.low-commissions__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.low-commissions__title::first-letter {
    text-transform: uppercase
}
.low-commissions__title:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .low-commissions__title {
    left: 0;
    opacity: 1
}
.low-commissions__body {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .low-commissions__body {
    left: 0;
    opacity: 1
}
.low-commissions__item {
    flex: 0 1 33.3333%;
    padding: 1.875rem;
    background-color: #fff;
    border-radius: 1.25rem
}
.low-commissions__percentages-body {
    display: flex;
    justify-content: space-between
}
.low-commissions__percentages-body:not(:last-child) {
    margin-bottom: 1.25rem
}
.low-commissions__percentages-value {
    align-items: center;
    display: flex;
    font-weight: 600
}
.low-commissions__image {
    max-width: 4rem
}
.low-commissions__img {
    aspect-ratio: 1/1
}
.low-commissions__label {
    line-height: 1.25
}
.bitexpert-advantages {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.bitexpert-advantages__container {
    overflow: hidden
}
.bitexpert-advantages__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.bitexpert-advantages__title::first-letter {
    text-transform: uppercase
}
.bitexpert-advantages__title:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .bitexpert-advantages__title {
    left: 0;
    opacity: 1
}
.bitexpert-advantages__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.875rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .bitexpert-advantages__body {
    left: 0;
    opacity: 1
}
.bitexpert-advantages__item {
    background-color: #fff;
    border-radius: 1.25rem;
    padding: 2.5rem;
    position: relative;
    position: relative
}
.bitexpert-advantages__item:nth-child(4n+1) {
    width: 33%
}
.bitexpert-advantages__item:nth-child(4n+2) {
    width: 63%
}
.bitexpert-advantages__item:nth-child(4n+3) {
    width: 63%
}
.bitexpert-advantages__item:nth-child(4n) {
    width: 33%;
    justify-self: end
}
.bitexpert-advantages__item-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5
}
.bitexpert-advantages__item-title {
    font-weight: 600;
    flex: 1 1 auto
}
.bitexpert-advantages__item-title:not(:last-child) {
    margin-bottom: 2rem
}
.bitexpert-advantages__item-label {
    font-weight: 500;
    line-height: 1.25
}
.bitexpert-advantages__item-label::first-letter {
    text-transform: uppercase
}
.bitexpert-advantages__item-label--yellow {
    color: #f79e1b
}
.bitexpert-advantages__item-label--purple {
    color: #b685ff
}
.bitexpert-advantages__image {
    position: absolute;
    background-attachment: inherit;
    width: 40%;
    height: 100%;
    right: 1.25rem;
    top: 0
}
.bitexpert-advantages__image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}
.bitexpert-advantages__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}
.reviews-block {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.reviews-block__container {
    overflow: hidden
}
.reviews-block__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.reviews-block__title::first-letter {
    text-transform: uppercase
}
.reviews-block__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .reviews-block__title {
    left: 0;
    opacity: 1
}
.reviews-block__body {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .reviews-block__body {
    left: 0;
    opacity: 1
}
.reviews-block__item {
    flex: 0 1 33.3333%;
    padding: 1.875rem;
    background-color: #fff;
    border-radius: 1.25rem
}
.item-reviews {
    display: flex;
    flex-direction: column
}
.item-reviews__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .625rem;
    margin-bottom: .9375rem
}
.item-reviews__name {
    font-weight: 600;
    text-transform: capitalize
}
.item-reviews__date {
    font-weight: 500;
    color: grey
}
.item-reviews__rating {
    display: flex;
    justify-content: start;
    align-items: center
}
.item-reviews__rating:not(:last-child) {
    margin-bottom: 1.25rem
}
.item-reviews__text {
    flex: 1 1 auto;
    line-height: 1.6;
    text-align: justify
}
.about-us {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.about-us__container {
    overflow: hidden
}
.about-us__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.about-us__title::first-letter {
    text-transform: uppercase
}
.about-us__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .about-us__title {
    left: 0;
    opacity: 1
}
.about-us__body {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}
.about-us__item {
    background-color: #fff;
    line-height: 1.6;
    padding: 1.25rem;
    border-radius: 1.25rem;
    text-align: justify
}
.about-us__item span {
    font-weight: 500
}
.about-us__item--r {
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .about-us__item--r {
    left: 0;
    opacity: 1
}
.about-us__item--l {
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .about-us__item--l {
    left: 0;
    opacity: 1
}
.security-reliability {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.security-reliability__container {
    overflow: hidden
}
.security-reliability__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.security-reliability__title::first-letter {
    text-transform: uppercase
}
.security-reliability__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .security-reliability__title {
    left: 0;
    opacity: 1
}
.security-reliability__body {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .security-reliability__body {
    left: 0;
    opacity: 1
}
.security-reliability__item {
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column
}
.security-reliability__image {
    max-width: 4rem
}
.security-reliability__image:not(:last-child) {
    margin-bottom: 1.25rem
}
.security-reliability__img-ibg {
    aspect-ratio: 64/64
}
.security-reliability__info {
    line-height: 1.6;
    flex: 1 1 auto
}
.faq-block {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.faq-block__container {
    overflow: hidden
}
.faq-block__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.faq-block__title::first-letter {
    text-transform: uppercase
}
.faq-block__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .faq-block__title {
    left: 0;
    opacity: 1
}
.faq-block__body {
    max-width: 57.5rem;
    margin: 0 auto
}
.faq-block__item {
    padding: 1.25rem 0 0;
    border-bottom: .0625rem solid grey
}
.faq-block__item:first-child {
    border-top: .0625rem solid grey
}
.faq-block__item--r {
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .faq-block__item--r {
    left: 0;
    opacity: 1
}
.faq-block__item--l {
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .faq-block__item--l {
    left: 0;
    opacity: 1
}
.faq-block__title-item {
    list-style: none;
    cursor: pointer;
    line-height: 1.6;
    font-weight: 600;
    padding-right: 2.5rem;
    position: relative;
    transition: all .4s
}
.faq-block__title-item:not(:last-child) {
    margin-bottom: 1.25rem
}
.faq-block__title-item::before {
    transition: all .4s;
    position: absolute;
    font-size: 1.875rem;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    color: #000
}
.faq-block__title-item._spoller-active::before {
    transform: rotate(0)
}
.faq-block__info {
    padding-bottom: 1.25rem
}
.faq-block__info:not(:last-child) {
    margin-bottom: .625rem
}
.faq-block__info p {
    line-height: 1.6;
    text-indent: 1.875rem
}
.faq-block__ul {
    padding-left: 1.125rem
}
.faq-block__li {
    line-height: 1.6;
    position: relative;
    padding-left: 1.125rem;
    align-items: start
}
.faq-block__li::before {
    content: "";
    position: absolute;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    top: 0;
    left: -.625rem;
    transform: translate(0,.9375rem);
    background-color: #fc2c01
}
.hero-about {
    background-color: #f5f2f2
}
.hero-about__container {
    overflow: hidden
}
.hero-about__title {
    font-weight: 700;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.hero-about__title::first-letter {
    text-transform: uppercase
}
.hero-about__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .hero-about__title {
    left: 0;
    opacity: 1
}
.hero-about__body {
    display: flex;
    flex-direction: column
}
.hero-about__item {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.25rem
}
.hero-about__item--r {
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .6s
}
._watcher-view .hero-about__item--r {
    left: 0;
    opacity: 1
}
.hero-about__item--l {
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .6s
}
._watcher-view .hero-about__item--l {
    left: 0;
    opacity: 1
}
.hero-about__info {
    line-height: 1.6;
    display: grid;
    align-items: start;
    justify-content: start
}
.hero-about__info p:first-letter {
    text-transform: uppercase
}
.hero-about__info span {
    font-weight: 500
}
.hero-about__image {
    display: grid;
    align-items: center;
    justify-self: center;
    max-width: 34.375rem
}
.hero-about__img {
    border-radius: 1.25rem;
    overflow: hidden;
    aspect-ratio: 1.5/1
}
.currencies-about {
    background-color: #f5f2f2;
    margin-top: -3.125rem;
    padding-bottom: 4.375rem
}
.currencies-about__container {
    overflow: hidden
}
.currencies-about__title {
    line-height: 1.2222222222;
    font-weight: 600;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.currencies-about__title:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .currencies-about__title {
    left: 0;
    opacity: 1
}
.currencies-about__counter-container {
    display: grid;
    grid-template-columns: 2fr 1fr
}
.currencies-about__body-counters {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    margin-left: -1.25rem;
    align-items: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
._watcher-view .currencies-about__body-counters {
    left: 0;
    opacity: 1
}
.currencies-about__item-counter {
    display: grid;
    justify-content: start;
    align-items: center;
    padding: 1.25rem 1.5625rem
}
.currencies-about__value-body {
    display: flex;
    align-items: center;
    justify-content: start
}
.currencies-about__value-body:not(:last-child) {
    margin-bottom: .9375rem
}
.currencies-about__value {
    font-weight: 500;
    padding-right: .3125rem
}
.currencies-about__plus {
    font-size: 1.5625rem;
    font-weight: 500
}
.currencies-about__label {
    font-weight: 500;
    line-height: 1.25
}
.currencies-about__label::first-letter {
    text-transform: uppercase
}
.reviews-about {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.reviews-about__container {
    overflow: hidden
}
.reviews-about__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.reviews-about__title::first-letter {
    text-transform: uppercase
}
.reviews-about__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .reviews-about__title {
    left: 0;
    opacity: 1
}
.reviews-about__body {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .4s
}
._watcher-view .reviews-about__body {
    left: 0;
    opacity: 1
}
.reviews-about__item {
    flex: 0 1 33.3333%;
    padding: 1.875rem;
    background-color: #fff;
    border-radius: 1.25rem
}
.item-reviews {
    display: flex;
    flex-direction: column
}
.item-reviews__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .625rem;
    margin-bottom: .9375rem
}
.item-reviews__name {
    font-weight: 600;
    text-transform: capitalize
}
.item-reviews__date {
    font-weight: 500;
    color: grey
}
.item-reviews__rating {
    display: flex;
    justify-content: start;
    align-items: center
}
.item-reviews__rating:not(:last-child) {
    margin-bottom: 1.25rem
}
.item-reviews__text {
    flex: 1 1 auto;
    line-height: 1.6;
    text-align: justify
}
.partners-about {
    padding-top: 4.375rem;
    padding-bottom: 4.375rem;
    background-color: #f5f2f2
}
@-webkit-keyframes scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-1750px)
    }
}
@keyframes scroll {
    0% {
        transform: translateX(0)
    }
    100% {
        transform: translateX(-1750px)
    }
}
.partners-about__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center
}
.partners-about__title::first-letter {
    text-transform: uppercase
}
.partners-about__title:not(:last-child) {
    margin-bottom: 4.375rem
}
.partners-about__slider {
    background-color: #fff;
    box-shadow: 0 10px 20px -5px rgba(0,0,0,.125);
    margin: auto;
    overflow: hidden;
    position: relative;
    max-width: 100%;
    border-radius: .9375rem
}
.partners-about__slider::after,
.partners-about__slider::before {
    background: linear-gradient(to right,#fff 0,rgba(255,255,255,0) 100%);
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2
}
.partners-about__slider::after {
    right: 0;
    top: 0;
    transform: rotateZ(180deg)
}
.partners-about__slider::before {
    left: 0;
    top: 0
}
.partners-about__slide-track {
    animation: scroll 40s linear infinite;
    display: flex;
    width: 3500px;
    gap: 3.125rem;
    align-items: center
}
.partners-about__slide {
    height: 150px;
    width: 250px;
    align-items: center;
    display: flex
}
.partners-about__image {
    max-width: 9.375rem
}
.partners-about__img-ibg {
    aspect-ratio: 2.5/1
}
.contacts-about {
    padding-top: 5.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.contacts-about__container {
    overflow: hidden
}
.contacts-about__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.contacts-about__title::first-letter {
    text-transform: uppercase
}
.contacts-about__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .contacts-about__title {
    left: 0;
    opacity: 1
}
.contacts-about__body {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 1.25rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .5s
}
._watcher-view .contacts-about__body {
    left: 0;
    opacity: 1
}
.contacts-about__item {
    background-color: #fff;
    border-radius: 1.25rem;
    padding: 1.25rem
}
.contacts-about__item-title {
    font-weight: 600;
    text-align: center;
    margin: 0 auto
}
.contacts-about__item-title:not(:last-child) {
    margin-bottom: 1.25rem
}
.contacts-about__item-title span {
    color: #fc2c01
}
.contacts-about__adres-body:not(:last-child) {
    margin-bottom: 1.25rem
}
.contacts-about__adres-tile {
    font-weight: 500
}
.contacts-about__adres-tile:not(:last-child) {
    margin-bottom: .9375rem
}
.contacts-about__mail:not(:last-child) {
    margin-bottom: 1.25rem
}
.contacts-about__mail-title {
    font-weight: 500
}
.contacts-about__mail-title:not(:last-child) {
    margin-bottom: .9375rem
}
.contacts-about__mail-link {
    position: relative
}
.contacts-about__mail-link::before {
    content: "";
    position: absolute;
    background-color: #fc2c01;
    width: 100%;
    height: .1875rem;
    top: 1.5625rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    z-index: 1
}
.contacts-about__mail-link:hover::before {
    transform-origin: left;
    transform: scale(1);
    z-index: 1
}
.contacts-about__phone-title {
    font-weight: 500
}
.contacts-about__phone-title:not(:last-child) {
    margin-bottom: .9375rem
}
.contacts-about__phone-link {
    position: relative
}
.contacts-about__phone-link::before {
    content: "";
    position: absolute;
    background-color: #fc2c01;
    width: 100%;
    height: .1875rem;
    top: 1.5625rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    z-index: 1
}
.contacts-about__phone-link:hover::before {
    transform-origin: left;
    transform: scale(1);
    z-index: 1
}
.hero-crypto {
    background-color: #f5f2f2
}
.hero-crypto__container {
    overflow: hidden
}
.hero-crypto__container-currency {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 1.875rem
}
.hero-crypto__bread-crumbs:not(:last-child) {
    margin-bottom: 4.375rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .hero-crypto__bread-crumbs:not(:last-child) {
    left: 0;
    opacity: 1
}
.hero-crypto__title {
    font-weight: 700;
    text-transform: capitalize;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .5s
}
.hero-crypto__title span {
    color: #fc2c01
}
.hero-crypto__title:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .hero-crypto__title {
    left: 0;
    opacity: 1
}
.hero-crypto__label {
    line-height: 1.2;
    font-weight: 600;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .7s
}
.hero-crypto__label::first-letter {
    text-transform: uppercase
}
.hero-crypto__label:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .hero-crypto__label {
    left: 0;
    opacity: 1
}
.hero-crypto__text {
    font-weight: 500;
    line-height: 1.25;
    text-align: justify;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .9s
}
.hero-crypto__text p:not(:last-child) {
    margin-bottom: .9375rem
}
._watcher-view .hero-crypto__text {
    left: 0;
    opacity: 1
}
.hero-crypto__form-block {
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .9s
}
._watcher-view .hero-crypto__form-block {
    left: 0;
    opacity: 1
}
.crumbs-links {
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    gap: .9375rem
}
.crumbs-links__hero-link {
    position: relative
}
.crumbs-links__hero-link span {
    padding-left: .9375rem
}
.crumbs-links__hero-link::before {
    content: "";
    position: absolute;
    background-color: #fc2c01;
    width: 100%;
    height: .125rem;
    bottom: -.125rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    z-index: 1
}
.crumbs-links__hero-link:hover::before {
    transform-origin: left;
    transform: scale(1);
    z-index: 1
}
.crumbs-links__crypto-wallets {
    position: relative
}
.crumbs-links__crypto-wallets span {
    padding-left: .9375rem
}
.crumbs-links__crypto-wallets::before {
    content: "";
    position: absolute;
    background-color: #fc2c01;
    width: 100%;
    height: .125rem;
    bottom: -.125rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    z-index: 1
}
.crumbs-links__crypto-wallets:hover::before {
    transform-origin: left;
    transform: scale(1);
    z-index: 1
}
.crumbs-links__hero-place {
    color: #fc2c01;
    line-height: 1.25
}
.instruction-bitcoin {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.instruction-bitcoin__container {
    overflow: hidden
}
.instruction-bitcoin__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.instruction-bitcoin__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .instruction-bitcoin__title {
    left: 0;
    opacity: 1
}

._watcher-view .instruction-bitcoin__body {
    left: 0;
    opacity: 1
}
.instruction-bitcoin__image {
    max-width: 43.75rem;
    margin: 0 auto
}
.instruction-bitcoin__image:not(:last-child) {
    margin-bottom: 4.375rem
}
.instruction-bitcoin__img-ibg {
    aspect-ratio: 10/8
}
.instruction-bitcoin__instruction-text {
    font-weight: 500;
    line-height: 1.6;
    margin: 0 auto
}
.instruction-bitcoin__instruction-text::first-letter {
    text-transform: uppercase
}
.instruction-bitcoin__instruction-text p:not(:last-child) {
    margin-bottom: .9375rem
}
.instruction-bitcoin__swiper-pagination {
    display: flex;
    align-items: center;
    padding-bottom: 1.25rem;
    justify-content: center
}
.instruction-bitcoin__swiper-pagination .swiper-pagination-bullet {
    height: .3125rem;
    flex: 0 0 2.1875rem;
    border-radius: .3125rem;
    background-color: #000;
    position: relative;
    z-index: 2
}
.instruction-bitcoin__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fc2c01;
    position: relative;
    flex: 0 0 3.125rem;
    transition: all .5s ease 0s
}
.instruction-bitcoin__swiper-pagination .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    width: .9375rem;
    height: .9375rem;
    border-radius: 50%;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    background-color: #fc2c01
}
.instruction-bitcoin__button-arrow {
    position: relative
}
.instruction-bitcoin__button-prev {
    position: relative;
    left: 1.875rem;
    top: -2.6875rem;
    transform: rotate(90deg)
}
.instruction-bitcoin__button-prev.swiper-button-disabled {
    opacity: .5;
    cursor: default
}
.instruction-bitcoin__button-next {
    position: absolute;
    right: 1.875rem;
    top: -2.6875rem;
    transform: rotate(-90deg)
}
.instruction-bitcoin__button-next.swiper-button-disabled {
    opacity: .5;
    cursor: default
}
.low-commissions {
    background-color: #f5f2f2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.low-commissions__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.low-commissions__title::first-letter {
    text-transform: uppercase
}
.low-commissions__title:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .low-commissions__title {
    left: 0;
    opacity: 1
}
.low-commissions__body {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .low-commissions__body {
    left: 0;
    opacity: 1
}
.low-commissions__item {
    flex: 0 1 33.3333%;
    padding: 1.875rem;
    background-color: #fff;
    border-radius: 1.25rem
}
.low-commissions__percentages-body {
    display: flex;
    justify-content: space-between
}
.low-commissions__percentages-body:not(:last-child) {
    margin-bottom: 1.25rem
}
.low-commissions__percentages-value {
    align-items: center;
    display: flex;
    font-weight: 600
}
.low-commissions__image {
    max-width: 4rem
}
.low-commissions__img {
    aspect-ratio: 1/1
}
.low-commissions__label {
    line-height: 1.25
}
.bitexpert-advantages {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.bitexpert-advantages__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.bitexpert-advantages__title::first-letter {
    text-transform: uppercase
}
.bitexpert-advantages__title:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .bitexpert-advantages__title {
    left: 0;
    opacity: 1
}
.bitexpert-advantages__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.875rem;
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .bitexpert-advantages__body {
    left: 0;
    opacity: 1
}
.bitexpert-advantages__item {
    background-color: #fff;
    border-radius: 1.25rem;
    padding: 2.5rem;
    position: relative;
    position: relative
}
.bitexpert-advantages__item:nth-child(4n+1) {
    width: 33%
}
.bitexpert-advantages__item:nth-child(4n+2) {
    width: 63%
}
.bitexpert-advantages__item:nth-child(4n+3) {
    width: 63%
}
.bitexpert-advantages__item:nth-child(4n) {
    width: 33%;
    justify-self: end
}
.bitexpert-advantages__item-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5
}
.bitexpert-advantages__item-title {
    font-weight: 600;
    flex: 1 1 auto
}
.bitexpert-advantages__item-title:not(:last-child) {
    margin-bottom: 2rem
}
.bitexpert-advantages__item-label {
    font-weight: 500;
    line-height: 1.25
}
.bitexpert-advantages__item-label::first-letter {
    text-transform: uppercase
}
.bitexpert-advantages__item-label--yellow {
    color: #f79e1b
}
.bitexpert-advantages__item-label--purple {
    color: #b685ff
}
.bitexpert-advantages__image {
    position: absolute;
    background-attachment: inherit;
    width: 40%;
    height: 100%;
    right: 1.25rem;
    top: 0
}
.bitexpert-advantages__image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}
.bitexpert-advantages__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}
.crypto-wallet {
    background-color: #f5f2f2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.crypto-wallet__titel {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.crypto-wallet__titel::first-letter {
    text-transform: uppercase
}
.crypto-wallet__titel:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .crypto-wallet__titel {
    left: 0;
    opacity: 1
}
.crypto-wallet__body {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .crypto-wallet__body {
    left: 0;
    opacity: 1
}
.crypto-wallet__item {
    background-color: #fff;
    border-radius: 1.25rem;
    padding: 1.25rem;
    display: flex;
    flex: 0 1 31%;
    gap: 1.25rem
}
.crypto-wallet__image {
    width: 2.5rem
}
.crypto-wallet__img {
    aspect-ratio: 1/1
}
.crypto-wallet__info-body {
    flex: 0 1 85%
}
.crypto-wallet__name {
    font-weight: 600
}
.crypto-wallet__name:not(:last-child) {
    margin-bottom: 1.25rem
}
.crypto-wallet__price:not(:last-child) {
    margin-bottom: 1.875rem
}
.crypto-wallet__link {
    font-weight: 600;
    position: relative;
    transition: all .3s
}
.crypto-wallet__link::before {
    position: absolute;
    font-size: 1.5625rem;
    transform: translate(0,25%) rotate(-90deg);
    top: -50%;
    right: -1.875rem;
    color: #000
}
.reviews-block {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.reviews-block__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.reviews-block__title::first-letter {
    text-transform: uppercase
}
.reviews-block__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .reviews-block__title {
    left: 0;
    opacity: 1
}
.reviews-block__body {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .4s
}
._watcher-view .reviews-block__body {
    left: 0;
    opacity: 1
}
.reviews-block__item {
    flex: 0 1 33.3333%;
    padding: 1.875rem;
    background-color: #fff;
    border-radius: 1.25rem
}
.item-reviews {
    display: flex;
    flex-direction: column
}
.item-reviews__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .625rem;
    margin-bottom: .9375rem
}
.item-reviews__name {
    font-weight: 600;
    text-transform: capitalize
}
.item-reviews__date {
    font-weight: 500;
    color: grey
}
.item-reviews__rating {
    display: flex;
    justify-content: start;
    align-items: center
}
.item-reviews__rating:not(:last-child) {
    margin-bottom: 1.25rem
}
.item-reviews__text {
    flex: 1 1 auto;
    line-height: 1.6;
    text-align: justify
}
.about-us {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.about-us__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.about-us__title::first-letter {
    text-transform: uppercase
}
.about-us__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .about-us__title {
    left: 0;
    opacity: 1
}
.about-us__body {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}
.about-us__item {
    background-color: #fff;
    line-height: 1.6;
    padding: 1.25rem;
    border-radius: 1.25rem;
    text-align: justify
}
.about-us__item span {
    font-weight: 500
}
.about-us__item--r {
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .about-us__item--r {
    left: 0;
    opacity: 1
}
.about-us__item--l {
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .about-us__item--l {
    left: 0;
    opacity: 1
}
.security-reliability {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.security-reliability__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.security-reliability__title::first-letter {
    text-transform: uppercase
}
.security-reliability__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .security-reliability__title {
    left: 0;
    opacity: 1
}
.security-reliability__body {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .security-reliability__body {
    left: 0;
    opacity: 1
}
.security-reliability__item {
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column
}
.security-reliability__image {
    max-width: 4rem
}
.security-reliability__image:not(:last-child) {
    margin-bottom: 1.25rem
}
.security-reliability__img-ibg {
    aspect-ratio: 64/64
}
.security-reliability__info {
    line-height: 1.6;
    flex: 1 1 auto
}
.faq-block {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.faq-block__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.faq-block__title::first-letter {
    text-transform: uppercase
}
.faq-block__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .faq-block__title {
    left: 0;
    opacity: 1
}
.faq-block__body {
    max-width: 57.5rem;
    margin: 0 auto
}
.faq-block__item {
    padding: 1.25rem 0 0;
    border-bottom: .0625rem solid grey
}
.faq-block__item:first-child {
    border-top: .0625rem solid grey
}
.faq-block__item--r {
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .faq-block__item--r {
    left: 0;
    opacity: 1
}
.faq-block__item--l {
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .faq-block__item--l {
    left: 0;
    opacity: 1
}
.faq-block__title-item {
    list-style: none;
    cursor: pointer;
    line-height: 1.6;
    font-weight: 600;
    padding-right: 2.5rem;
    position: relative;
    transition: all .4s
}
.faq-block__title-item:not(:last-child) {
    margin-bottom: 1.25rem
}
.faq-block__title-item::before {
    transition: all .4s;
    position: absolute;
    font-size: 1.875rem;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    color: #000
}
.faq-block__title-item._spoller-active::before {
    transform: rotate(0)
}
.faq-block__info {
    padding-bottom: 1.25rem
}
.faq-block__info:not(:last-child) {
    margin-bottom: .625rem
}
.faq-block__info p {
    line-height: 1.6;
    text-indent: 1.875rem
}
.faq-block__ul {
    padding-left: 1.125rem
}
.faq-block__li {
    line-height: 1.6;
    position: relative;
    padding-left: 1.125rem;
    align-items: start
}
.faq-block__li::before {
    content: "";
    position: absolute;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    top: 0;
    left: -.625rem;
    transform: translate(0,.9375rem);
    background-color: #fc2c01
}
.hero-crypto {
    background-color: #f5f2f2
}
.hero-crypto__container {
    overflow: hidden
}
.hero-crypto__body-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 1.875rem
}
.hero-crypto__bread-crumbs:not(:last-child) {
    margin-bottom: 4.375rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .hero-crypto__bread-crumbs:not(:last-child) {
    left: 0;
    opacity: 1
}
.hero-crypto__title {
    font-weight: 700;
    text-transform: capitalize;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .5s
}
.hero-crypto__title span {
    color: #fc2c01
}
.hero-crypto__title:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .hero-crypto__title {
    left: 0;
    opacity: 1
}
.hero-crypto__label {
    line-height: 1.2;
    font-weight: 600;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .7s
}
.hero-crypto__label::first-letter {
    text-transform: uppercase
}
.hero-crypto__label:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .hero-crypto__label {
    left: 0;
    opacity: 1
}
.hero-crypto__text {
    font-weight: 500;
    line-height: 1.25;
    text-align: justify;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .9s
}
.hero-crypto__text p:not(:last-child) {
    margin-bottom: .9375rem
}
.hero-crypto__text span {
    color: #fc2c01
}
._watcher-view .hero-crypto__text {
    left: 0;
    opacity: 1
}
.hero-crypto__image-block {
    margin: 0 0 0 auto
}
.hero-crypto__image {
    width: 100%;
    border-radius: .9375rem;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease 1.2s
}
._watcher-view .hero-crypto__image {
    left: 0;
    opacity: 1
}
.hero-crypto__img-ibg {
    aspect-ratio: 640/362
}
.crumbs-links {
    display: flex;
    flex-wrap: wrap;
    font-weight: 600;
    gap: .9375rem
}
.crumbs-links__hero-link {
    position: relative
}
.crumbs-links__hero-link span {
    padding-left: .9375rem
}
.crumbs-links__hero-link::before {
    content: "";
    position: absolute;
    background-color: #fc2c01;
    width: 100%;
    height: .125rem;
    bottom: -.125rem;
    left: 0;
    transform-origin: left;
    transform: scaleX(0);
    transition: all .5s ease-in-out;
    z-index: 1
}
.crumbs-links__hero-link:hover::before {
    transform-origin: left;
    transform: scale(1);
    z-index: 1
}
.crumbs-links__wallets-crypto {
    color: #fc2c01
}
.crumbs-links__hero-place {
    line-height: 1.25
}
.crypto-currency-wallet {
    padding-top: 3.75rem;
    padding-bottom: 4.375rem;
    background-color: #f5f2f2
}
.crypto-currency-wallet__container {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center
}
.crypto-currency-wallet__head:not(:last-child) {
    margin-bottom: 4.375rem
}
.crypto-currency-wallet__tatle {
    font-weight: 700;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.crypto-currency-wallet__tatle span {
    color: #fc2c01
}
.crypto-currency-wallet__tatle:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .crypto-currency-wallet__tatle {
    left: 0;
    opacity: 1
}
.crypto-currency-wallet__subtitle {
    font-weight: 700;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .5s
}
.crypto-currency-wallet__subtitle span {
    color: #fc2c01
}
.crypto-currency-wallet__subtitle:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .crypto-currency-wallet__subtitle {
    left: 0;
    opacity: 1
}
.crypto-currency-wallet__label {
    font-weight: 700;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .7s
}
._watcher-view .crypto-currency-wallet__label {
    left: 0;
    opacity: 1
}
.crypto-currency-wallet__image {
    margin: 0 auto;
    max-width: 51.375rem
}
.crypto-currency-wallet__img {
    aspect-ratio: 822/484
}
.instruction-bitcoin {
    padding-top: 3.75rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.instruction-bitcoin__container {
    overflow: hidden
}
.instruction-bitcoin__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
.instruction-bitcoin__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .instruction-bitcoin__title {
    left: 0;
    opacity: 1
}
.instruction-bitcoin__body {
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}

.instruction-bitcoin__text {
    line-height: 1.6;

    p {
        margin-block: 15px;
    }
}
._watcher-view .instruction-bitcoin__body {
    left: 0;
    opacity: 1
}
.instruction-bitcoin__image {
    max-width: 43.75rem;
    margin: 0 auto
}
.instruction-bitcoin__image:not(:last-child) {
    margin-bottom: 4.375rem
}
.instruction-bitcoin__img-ibg {
    aspect-ratio: 10/8
}
.instruction-bitcoin__instruction-text {
    font-weight: 500;
    line-height: 1.6;
    margin: 0 auto
}
.instruction-bitcoin__instruction-text::first-letter {
    text-transform: uppercase
}
.instruction-bitcoin__instruction-text p:not(:last-child) {
    margin-bottom: .9375rem
}
.instruction-bitcoin__swiper-pagination {
    display: flex;
    align-items: center;
    padding-bottom: 1.25rem;
    justify-content: center
}
.instruction-bitcoin__swiper-pagination .swiper-pagination-bullet {
    height: .3125rem;
    flex: 0 0 2.1875rem;
    border-radius: .3125rem;
    background-color: #000;
    position: relative;
    z-index: 2
}
.instruction-bitcoin__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fc2c01;
    position: relative;
    flex: 0 0 3.125rem;
    transition: all .5s ease 0s
}
.instruction-bitcoin__swiper-pagination .swiper-pagination-bullet-active::before {
    content: "";
    position: absolute;
    width: .9375rem;
    height: .9375rem;
    border-radius: 50%;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    background-color: #fc2c01
}
.instruction-bitcoin__button-arrow {
    position: relative
}
.instruction-bitcoin__button-prev {
    position: relative;
    left: 1.875rem;
    top: -2.6875rem;
    transform: rotate(90deg)
}
.instruction-bitcoin__button-prev.swiper-button-disabled {
    opacity: .5;
    cursor: default
}
.instruction-bitcoin__button-next {
    position: absolute;
    right: 1.875rem;
    top: -2.6875rem;
    transform: rotate(-90deg)
}
.instruction-bitcoin__button-next.swiper-button-disabled {
    opacity: .5;
    cursor: default
}
.low-commissions {
    background-color: #f5f2f2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.low-commissions__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.low-commissions__title::first-letter {
    text-transform: uppercase
}
.low-commissions__title:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .low-commissions__title {
    left: 0;
    opacity: 1
}
.low-commissions__body {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .low-commissions__body {
    left: 0;
    opacity: 1
}
.low-commissions__item {
    flex: 0 1 33.3333%;
    padding: 1.875rem;
    background-color: #fff;
    border-radius: 1.25rem
}
.low-commissions__percentages-body {
    display: flex;
    justify-content: space-between
}
.low-commissions__percentages-body:not(:last-child) {
    margin-bottom: 1.25rem
}
.low-commissions__percentages-value {
    align-items: center;
    display: flex;
    font-weight: 600
}
.low-commissions__image {
    max-width: 4rem
}
.low-commissions__img {
    aspect-ratio: 1/1
}
.low-commissions__label {
    line-height: 1.25
}
.bitexpert-advantages {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.bitexpert-advantages__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.bitexpert-advantages__title::first-letter {
    text-transform: uppercase
}
.bitexpert-advantages__title:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .bitexpert-advantages__title {
    left: 0;
    opacity: 1
}
.bitexpert-advantages__body {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1.875rem;
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .bitexpert-advantages__body {
    left: 0;
    opacity: 1
}
.bitexpert-advantages__item {
    background-color: #fff;
    border-radius: 1.25rem;
    padding: 2.5rem;
    position: relative;
}
.bitexpert-advantages__item:nth-child(4n+1) {
    width: 33%
}
.bitexpert-advantages__item:nth-child(4n+2) {
    width: 63%
}
.bitexpert-advantages__item:nth-child(4n+3) {
    width: 63%
}
.bitexpert-advantages__item:nth-child(4n) {
    width: 33%;
    justify-self: end
}
.bitexpert-advantages__item-container {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 5
}
.bitexpert-advantages__item-title {
    font-weight: 600;
    flex: 1 1 auto
}
.bitexpert-advantages__item-title:not(:last-child) {
    margin-bottom: 2rem
}
.bitexpert-advantages__item-label {
    font-weight: 500;
    line-height: 1.25
}
.bitexpert-advantages__item-label::first-letter {
    text-transform: uppercase
}
.bitexpert-advantages__item-label--yellow {
    color: #f79e1b
}
.bitexpert-advantages__item-label--purple {
    color: #b685ff
}
.bitexpert-advantages__image {
    position: absolute;
    background-attachment: inherit;
    width: 40%;
    height: 100%;
    right: 1.25rem;
    top: 0
}
.bitexpert-advantages__image::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0
}
.bitexpert-advantages__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right;
    object-position: right
}
.crypto-wallet {
    background-color: #f5f2f2;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem
}
.crypto-wallet__titel {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.crypto-wallet__titel::first-letter {
    text-transform: uppercase
}
.crypto-wallet__titel:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .crypto-wallet__titel {
    left: 0;
    opacity: 1
}
.crypto-wallet__body {
    display: flex;
    flex-wrap: wrap;
    gap: 1.875rem;
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .crypto-wallet__body {
    left: 0;
    opacity: 1
}
.crypto-wallet__item {
    background-color: #fff;
    border-radius: 1.25rem;
    padding: 1.25rem;
    display: flex;
    flex: 0 1 31%;
    gap: 1.25rem
}
.crypto-wallet__image {
    width: 2.5rem
}
.crypto-wallet__img {
    aspect-ratio: 1/1
}
.crypto-wallet__info-body {
    flex: 0 1 85%
}
.crypto-wallet__name {
    font-weight: 600
}
.crypto-wallet__name:not(:last-child) {
    margin-bottom: 1.25rem
}
.crypto-wallet__price:not(:last-child) {
    margin-bottom: 1.875rem
}
.crypto-wallet__link {
    font-weight: 600;
    position: relative;
    transition: all .3s
}
.crypto-wallet__link::before {
    position: absolute;
    font-size: 1.5625rem;
    transform: translate(0,25%) rotate(-90deg);
    top: -50%;
    right: -1.875rem;
    color: #000
}
.reviews-block {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.reviews-block__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.reviews-block__title::first-letter {
    text-transform: uppercase
}
.reviews-block__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .reviews-block__title {
    left: 0;
    opacity: 1
}
.reviews-block__body {
    display: flex;
    justify-content: space-between;
    gap: 1.875rem;
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .4s
}
._watcher-view .reviews-block__body {
    left: 0;
    opacity: 1
}
.reviews-block__item {
    flex: 0 1 33.3333%;
    padding: 1.875rem;
    background-color: #fff;
    border-radius: 1.25rem
}
.item-reviews {
    display: flex;
    flex-direction: column
}
.item-reviews__head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .625rem;
    margin-bottom: .9375rem
}
.item-reviews__name {
    font-weight: 600;
    text-transform: capitalize
}
.item-reviews__date {
    font-weight: 500;
    color: grey
}
.item-reviews__rating {
    display: flex;
    justify-content: start;
    align-items: center
}
.item-reviews__rating:not(:last-child) {
    margin-bottom: 1.25rem
}
.item-reviews__text {
    flex: 1 1 auto;
    line-height: 1.6;
    text-align: justify
}
.about-us {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.about-us__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.about-us__title::first-letter {
    text-transform: uppercase
}
.about-us__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .about-us__title {
    left: 0;
    opacity: 1
}
.about-us__body {
    display: flex;
    flex-direction: column;
    gap: 1.25rem
}
.about-us__item {
    background-color: #fff;
    line-height: 1.6;
    padding: 1.25rem;
    border-radius: 1.25rem;
    text-align: justify
}
.about-us__item span {
    font-weight: 500
}
.about-us__item--r {
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .about-us__item--r {
    left: 0;
    opacity: 1
}
.about-us__item--l {
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .about-us__item--l {
    left: 0;
    opacity: 1
}
.security-reliability {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.security-reliability__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.security-reliability__title::first-letter {
    text-transform: uppercase
}
.security-reliability__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .security-reliability__title {
    left: 0;
    opacity: 1
}
.security-reliability__body {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .security-reliability__body {
    left: 0;
    opacity: 1
}
.security-reliability__item {
    background-color: #fff;
    padding: 1.25rem;
    border-radius: 1.25rem;
    display: flex;
    flex-direction: column
}
.security-reliability__image {
    max-width: 4rem
}
.security-reliability__image:not(:last-child) {
    margin-bottom: 1.25rem
}
.security-reliability__img-ibg {
    aspect-ratio: 64/64
}
.security-reliability__info {
    line-height: 1.6;
    flex: 1 1 auto
}
.faq-block {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    background-color: #f5f2f2
}
.faq-block__title {
    line-height: 1.2222222222;
    font-weight: 600;
    text-align: center;
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all .8s ease .3s
}
.faq-block__title::first-letter {
    text-transform: uppercase
}
.faq-block__title:not(:last-child) {
    margin-bottom: 3.125rem
}
._watcher-view .faq-block__title {
    left: 0;
    opacity: 1
}
.faq-block__body {
    max-width: 57.5rem;
    margin: 0 auto
}
.faq-block__item {
    padding: 1.25rem 0 0;
    border-bottom: .0625rem solid grey
}
.faq-block__item:first-child {
    border-top: .0625rem solid grey
}
.faq-block__item--r {
    left: 400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .faq-block__item--r {
    left: 0;
    opacity: 1
}
.faq-block__item--l {
    left: -400%;
    opacity: 0;
    position: relative;
    transition: all 1.3s ease .3s
}
._watcher-view .faq-block__item--l {
    left: 0;
    opacity: 1
}
.faq-block__title-item {
    list-style: none;
    cursor: pointer;
    line-height: 1.6;
    font-weight: 600;
    padding-right: 2.5rem;
    position: relative;
    transition: all .4s
}
.faq-block__title-item:not(:last-child) {
    margin-bottom: 1.25rem
}
.faq-block__title-item::before {
    transition: all .4s;
    position: absolute;
    font-size: 1.875rem;
    top: 0;
    right: 0;
    transform: rotate(180deg);
    color: #000
}
.faq-block__title-item._spoller-active::before {
    transform: rotate(0)
}
.faq-block__info {
    padding-bottom: 1.25rem
}
.faq-block__info:not(:last-child) {
    margin-bottom: .625rem
}
.faq-block__info p {
    line-height: 1.6;
    text-indent: 1.875rem
}
.faq-block__ul {
    padding-left: 1.125rem
}
.faq-block__li {
    line-height: 1.6;
    position: relative;
    padding-left: 1.125rem;
    align-items: start
}
.faq-block__li::before {
    content: "";
    position: absolute;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    top: 0;
    left: -.625rem;
    transform: translate(0,.9375rem);
    background-color: #fc2c01
}
.hero-card {
    background-color: #f5f2f2
}
.hero-card__container {
    overflow: hidden
}
.hero-card__body-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 1.875rem
}
.hero-card__bread-crumbs:not(:last-child) {
    margin-bottom: 4.375rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .hero-card__bread-crumbs:not(:last-child) {
    left: 0;
    opacity: 1
}
.hero-card__title {
    font-weight: 700;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .5s
}
.hero-card__title::first-letter {
    text-transform: capitalize
}
.hero-card__title span {
    color: #fc2c01
}
.hero-card__title:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .hero-card__title {
    left: 0;
    opacity: 1
}
.hero-card__label {
    line-height: 1.2;
    font-weight: 600;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .7s
}
.hero-card__label::first-letter {
    text-transform: uppercase
}
.hero-card__label:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .hero-card__label {
    left: 0;
    opacity: 1
}
.hero-card__text {
    font-weight: 500;
    line-height: 1.25;
    text-align: justify;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .9s
}
.hero-card__text p:not(:last-child) {
    margin-bottom: .9375rem
}
.hero-card__text span {
    color: #fc2c01
}
._watcher-view .hero-card__text {
    left: 0;
    opacity: 1
}
.hero-card__image-block {
    margin: 0 0 0 auto
}
.hero-card__image {
    width: 100%;
    border-radius: .9375rem;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease 1.2s;
    box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12)
}
._watcher-view .hero-card__image {
    left: 0;
    opacity: 1
}
.hero-card__img-ibg {
    aspect-ratio: 640/475
}
.hero-reviews-page {
    background-color: #f5f2f2
}
.hero-reviews-page__container {
    overflow: hidden
}
.hero-reviews-page__body-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 1.875rem
}
.hero-reviews-page__bread-crumbs:not(:last-child) {
    margin-bottom: 4.375rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .hero-reviews-page__bread-crumbs:not(:last-child) {
    left: 0;
    opacity: 1
}
.hero-reviews-page__title {
    font-weight: 700;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .5s
}
.hero-reviews-page__title::first-letter {
    text-transform: capitalize
}
.hero-reviews-page__title span {
    color: #fc2c01
}
.hero-reviews-page__title:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .hero-reviews-page__title {
    left: 0;
    opacity: 1
}
.hero-reviews-page__label {
    line-height: 1.2;
    font-weight: 600;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .7s
}
.hero-reviews-page__label::first-letter {
    text-transform: uppercase
}
.hero-reviews-page__label:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .hero-reviews-page__label {
    left: 0;
    opacity: 1
}
.hero-reviews-page__text {
    font-weight: 500;
    line-height: 1.25;
    text-align: justify;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .9s
}
.hero-reviews-page__text p:not(:last-child) {
    margin-bottom: .9375rem
}
.hero-reviews-page__text span {
    color: #fc2c01
}
._watcher-view .hero-reviews-page__text {
    left: 0;
    opacity: 1
}
.hero-reviews-page__image-block {
    margin: 0 0 0 auto
}
.hero-reviews-page__image {
    width: 100%;
    border-radius: .9375rem;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease 1.2s
}
._watcher-view .hero-reviews-page__image {
    left: 0;
    opacity: 1
}
.hero-reviews-page__img-ibg {
    aspect-ratio: 640/417
}
.hero-business {
    background-color: #f5f2f2
}
.hero-business__container {
    overflow: hidden
}
.hero-business__body-container {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 1.875rem
}
.hero-business__bread-crumbs:not(:last-child) {
    margin-bottom: 4.375rem;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .3s
}
._watcher-view .hero-business__bread-crumbs:not(:last-child) {
    left: 0;
    opacity: 1
}
.hero-business__title {
    font-weight: 700;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .5s
}
.hero-business__title::first-letter {
    text-transform: capitalize
}
.hero-business__title span {
    color: #fc2c01
}
.hero-business__title:not(:last-child) {
    margin-bottom: 1.25rem
}
._watcher-view .hero-business__title {
    left: 0;
    opacity: 1
}
.hero-business__label {
    line-height: 1.2;
    font-weight: 600;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .7s
}
.hero-business__label::first-letter {
    text-transform: uppercase
}
.hero-business__label:not(:last-child) {
    margin-bottom: 1.875rem
}
._watcher-view .hero-business__label {
    left: 0;
    opacity: 1
}
.hero-business__text {
    font-weight: 500;
    line-height: 1.25;
    text-align: justify;
    left: -100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease .9s
}
.hero-business__text p:not(:last-child) {
    margin-bottom: .9375rem
}
.hero-business__text span {
    color: #fc2c01
}
._watcher-view .hero-business__text {
    left: 0;
    opacity: 1
}
.hero-business__image-block {
    margin: 0 0 0 auto
}
.hero-business__image {
    width: 100%;
    border-radius: .9375rem;
    overflow: hidden;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: bottom;
    object-position: bottom;
    left: 100%;
    opacity: 0;
    position: relative;
    transition: all .5s ease 1.2s
}
._watcher-view .hero-business__image {
    left: 0;
    opacity: 1
}
.hero-business__img-ibg {
    aspect-ratio: 640/640
}
.page-privacy {
    background-color: #f5f2f2
}
.page-privacy__container {
    color: #000;
    text-align: justify;
    line-height: 1.5
}
.page-privacy__container span {
    font-weight: 700
}
.page-privacy__head:not(:last-child) {
    margin-bottom: 3.125rem
}
.page-privacy__title {
    font-weight: 700;
    text-align: start
}
.page-privacy__title:not(:last-child) {
    margin-bottom: 3.125rem
}
.page-privacy__renewal {
    font-weight: 600
}
.page-privacy__renewal:not(:last-child) {
    margin-bottom: 1.875rem
}
.page-privacy__head-text {
    display: flex;
    flex-direction: column;
    gap: 1.875rem
}
.page-privacy__tex::first-letter {
    padding-left: 1.25rem
}
.page-privacy__ol {
    counter-reset: section;
    list-style-type: none
}
.page-privacy__li::before {
    counter-increment: section;
    content: counters(section, ".") "." "";
    padding-right: .625rem;
    padding-left: 1.25rem;
    padding-top: 1.875rem
}
.page-privacy__p::first-letter {
    padding-left: 1.25rem
}
.page-privacy__p:not(:last-child) {
    margin-bottom: 1.25rem
}
.table-privacy table {
    overflow-x: auto;
    text-align: left;
    align-items: start;
    display: flex;
    border-collapse: separate;
    border-spacing: .625rem;
    background-color: #fc2c01;
    color: #000;
    border: .3125rem solid #fc2c01;
    border-radius: .9375rem;
    box-shadow: .0625rem .3125rem .9375rem rgba(0,0,0,.4)
}
.table-privacy th {
    padding: .625rem;
    font-weight: 600;
    width: 25%;
    color: #fff;
    vertical-align: top;
    text-shadow: .25rem .1875rem #000
}
.table-privacy td {
    width: 25%;
    padding: .625rem;
    background-color: #dfdbdb;
    vertical-align: top
}
.use-cookie {
    background-color: #f5f2f2
}
.use-cookie__container {
    color: #000;
    text-align: justify;
    line-height: 1.5
}
.use-cookie__container span {
    font-weight: 700
}
.use-cookie__chapter:not(:last-child) {
    margin-bottom: 2.1875rem
}
.use-cookie__chapter-title {
    font-weight: 700;
    text-align: start
}
.use-cookie__chapter-title:not(:last-child) {
    margin-bottom: .625rem
}
.use-cookie__chapter-text p::first-letter {
    padding-left: 1.25rem
}
.use-cookie__chapter-text p:not(:last-child) {
    margin-bottom: .9375rem
}
.use-cookie__chapter-text:not(:last-child) {
    margin-bottom: 1.875rem
}
.use-cookie__ul {
    padding-left: 1.25rem
}
.use-cookie__li {
    padding-left: 1.25rem;
    position: relative
}
.use-cookie__li::before {
    content: "";
    position: absolute;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    top: .625rem;
    left: -.625rem;
    background-color: #fc2c01
}
.cookie-use__body {
    width: 100%
}
.cookie-use table {
    overflow-x: auto;
    text-align: left;
    align-items: start;
    display: flex;
    border-collapse: separate;
    border-spacing: .625rem;
    background-color: #fc2c01;
    color: #000;
    border: .3125rem solid #fc2c01;
    border-radius: .9375rem;
    box-shadow: .0625rem .3125rem .9375rem rgba(0,0,0,.4)
}
.cookie-use th {
    padding: .625rem;
    font-weight: 600;
    width: 25%;
    color: #fff;
    vertical-align: top;
    text-shadow: .25rem .1875rem #000
}
.cookie-use td {
    width: 25%;
    padding: .625rem;
    background-color: #dfdbdb;
    vertical-align: top
}
.hero-aml {
    background-color: #f5f2f2
}
.hero-aml__container {
    color: #000;
    text-align: justify;
    line-height: 1.5
}
.hero-aml__container span {
    font-weight: 700;
    margin-bottom: 1.875rem
}
.hero-aml__head:not(:last-child) {
    margin-bottom: 3.125rem
}
.hero-aml__title {
    font-weight: 700;
    text-align: start
}
.hero-aml__title:not(:last-child) {
    margin-bottom: 3.125rem
}
.hero-aml__renewal {
    font-weight: 600
}
.hero-aml__renewal:not(:last-child) {
    margin-bottom: 1.875rem
}
.hero-aml__head-text {
    display: flex;
    flex-direction: column;
    gap: 1.875rem
}
.hero-aml__tex::first-letter {
    padding-left: 1.25rem
}
.hero-aml__ol {
    margin-bottom: 1.25rem;
    counter-reset: section;
    list-style-type: none;
    padding-top: 1.25rem
}
.hero-aml__li:not(:last-child) {
    margin-bottom: 1.875rem
}
.hero-aml__li::before {
    counter-increment: section;
    content: counters(section, ".") "." "";
    padding-right: .625rem;
    padding-left: 1.25rem
}
.hero-aml__li span {
    margin-bottom: 1.25rem
}
.hero-aml__p::first-letter {
    padding-left: 1.25rem
}
.hero-aml__p:not(:last-child) {
    margin-bottom: 1.25rem
}
.hero-aml__p p:not(:last-child) {
    margin-bottom: 1.25rem
}
.hero-aml__p p:first-child {
    padding-top: 1.25rem
}
.hero-aml__p--top {
    padding-top: 1.25rem
}
.hero-aml__point-body {
    padding-top: 1.25rem
}
.hero-aml__point-body:not(:last-child) {
    margin-bottom: 1.875rem
}
.hero-aml__point {
    padding-left: 2.5rem;
    position: relative
}
.hero-aml__point::before {
    content: "";
    position: absolute;
    width: .625rem;
    height: .625rem;
    border-radius: 50%;
    top: .625rem;
    left: 1.25rem;
    background-color: #fc2c01
}
.hero-aml__chapter-title {
    font-weight: 700;
    margin-bottom: 1.25rem;
    margin-bottom: 1.25rem
}
.hero-aml__chapter-title::first-letter {
    padding-left: 1.25rem
}
.hero-aml__span {
    margin-bottom: 1.25rem
}
.swiper {
    overflow: hidden
}
.swiper-initialized {
    touch-action: pan-y
}
.swiper-wrapper {
    width: 100%;
    height: 100%;
    box-sizing: content-box;
    display: flex;
    position: relative
}
.swiper-vertical .swiper-wrapper {
    flex-direction: column
}
.swiper-autoheight .swiper-wrapper {
    align-items: flex-start
}
.swiper-initialized .swiper-slide {
    flex-shrink: 0
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
    transform: translate3d(0,0,0)
}
.swiper-button-lock {
    display: none!important
}
@media (min-width:29.99875em) {
    .button--crypto-trade {
        min-width: 25rem
    }
    .currencies-about__item-counter:not(:last-child) {
        border-right: .125rem solid #fc2c01;
        height: 100%
    }
}
@media (min-width:75em) {
    .select__text {
        font-size: 1.25rem
    }
    .crypto-trade__tatle {
        font-size: 2.8125rem
    }
    .crypto-trade__subtitle {
        font-size: 1.875rem
    }
    .crypto-trade__label {
        font-size: 1.875rem
    }
    .crypto-trade__option img,
    .crypto-trade__option i {
        margin-right: 1.25rem
    }
    .crypto-wallet__titel {
        font-size: 2.8125rem
    }
    .advantages-crypto__title {
        font-size: 2.8125rem
    }
    .advantages-crypto__body {
        gap: 1.875rem
    }
    .advantages-crypto__title-item {
        font-size: 1.5rem
    }
    .advantages-crypto__text {
        font-size: 1.25rem
    }
    .faq-crypto__title {
        font-size: 2.8125rem
    }
    .faq-crypto__title-item {
        font-size: 1.25rem
    }
    .faq-crypto__info {
        font-size: 1.25rem
    }
    .faq-crypto__info p {
        font-size: 1.25rem
    }
    .crypto-currency-wallet__tatle {
        font-size: 2.8125rem
    }
    .crypto-currency-wallet__subtitle {
        font-size: 1.875rem
    }
    .crypto-currency-wallet__label {
        font-size: 1.875rem
    }
    .header__container {
        gap: 1.875rem
    }
    .menu__list {
        column-gap: 1.875rem
    }
    .menu__spollers {
        column-gap: 1.875rem
    }
    .hero {
        padding-top: 3.125rem
    }
    .hero__container {
        padding-top: 9.375rem
    }
    .hero__container {
        padding-bottom: 8.75rem
    }
    .hero__title {
        font-size: 5rem
    }
    .hero__label {
        font-size: 2.5rem
    }
    .hero__text {
        font-size: 1.5rem
    }
    .squares-block__body {
        gap: .9375rem
    }
    .amount-currencies__title {
        font-size: 2.8125rem
    }
    .amount-currencies__value {
        font-size: 1.875rem
    }
    .low-commissions__title {
        font-size: 2.8125rem
    }
    .low-commissions__percentages-value {
        font-size: 4rem
    }
    .low-commissions__percentages-value span {
        font-size: 1.5rem
    }
    .low-commissions__label {
        font-size: 1.5rem
    }
    .bitexpert-advantages__title {
        font-size: 2.8125rem
    }
    .bitexpert-advantages__item-title {
        font-size: 1.5rem
    }
    .bitexpert-advantages__item-label {
        font-size: 2.1875rem
    }
    .reviews-block__title {
        font-size: 2.8125rem
    }
    .about-us__title {
        font-size: 2.8125rem
    }
    .security-reliability__title {
        font-size: 2.8125rem
    }
    .security-reliability__body {
        gap: 1.875rem
    }
    .faq-block__title {
        font-size: 2.8125rem
    }
    .faq-block__title-item {
        font-size: 1.25rem
    }
    .faq-block__info {
        font-size: 1.25rem
    }
    .faq-block__li {
        font-size: 1.25rem
    }
    .hero-about__container {
        padding-top: 12.5rem
    }
    .hero-about__container {
        padding-bottom: 8.75rem
    }
    .hero-about__title {
        font-size: 4.375rem
    }
    .hero-about__body {
        row-gap: 3.125rem
    }
    .hero-about__info {
        padding: 1.875rem
    }
    .hero-about__image {
        padding: 1.875rem
    }
    .currencies-about__title {
        font-size: 2.8125rem
    }
    .currencies-about__value {
        font-size: 1.875rem
    }
    .reviews-about__title {
        font-size: 2.8125rem
    }
    .partners-about__title {
        font-size: 2.8125rem
    }
    .contacts-about__title {
        font-size: 2.8125rem
    }
    .contacts-about__item-title {
        font-size: 1.875rem
    }
    .contacts-about__adres-tile {
        font-size: 1.5625rem
    }
    .contacts-about__mail-title {
        font-size: 1.5625rem
    }
    .contacts-about__phone-title {
        font-size: 1.5625rem
    }
    .hero-crypto__container {
        padding-top: 9.375rem
    }
    .hero-crypto__container {
        padding-bottom: 3.125rem
    }
    .hero-crypto__container-currency:not(:last-child) {
        margin-bottom: 4.375rem
    }
    .hero-crypto__title {
        font-size: 4.6875rem
    }
    .hero-crypto__label {
        font-size: 2.1875rem
    }
    .hero-crypto__text {
        font-size: 1.5rem
    }
    .crumbs-links__hero-link {
        font-size: 1.25rem
    }
    .crumbs-links__crypto-wallets {
        font-size: 1.25rem
    }
    .crumbs-links__hero-place {
        font-size: 1.25rem
    }
    .instruction-bitcoin__title {
        font-size: 2.8125rem
    }
    .instruction-bitcoin__wrapper:not(:last-child) {
        margin-bottom: 2.5rem
    }
    .instruction-bitcoin__instruction-text {
        font-size: 1.5625rem
    }
    .instruction-bitcoin__swiper-pagination {
        gap: 1.875rem
    }
    .instruction-bitcoin__button-prev {
        font-size: 3.125rem
    }
    .instruction-bitcoin__button-next {
        font-size: 3.125rem
    }
    .low-commissions__title {
        font-size: 2.8125rem
    }
    .low-commissions__percentages-value {
        font-size: 4rem
    }
    .low-commissions__percentages-value span {
        font-size: 1.5rem
    }
    .low-commissions__label {
        font-size: 1.5rem
    }
    .bitexpert-advantages__title {
        font-size: 2.8125rem
    }
    .bitexpert-advantages__item-title {
        font-size: 1.5rem
    }
    .bitexpert-advantages__item-label {
        font-size: 2.1875rem
    }
    .crypto-wallet__titel {
        font-size: 2.8125rem
    }
    .reviews-block__title {
        font-size: 2.8125rem
    }
    .about-us__title {
        font-size: 2.8125rem
    }
    .security-reliability__title {
        font-size: 2.8125rem
    }
    .security-reliability__body {
        gap: 1.875rem
    }
    .faq-block__title {
        font-size: 2.8125rem
    }
    .faq-block__title-item {
        font-size: 1.25rem
    }
    .faq-block__info {
        font-size: 1.25rem
    }
    .faq-block__li {
        font-size: 1.25rem
    }
    .hero-crypto__container {
        padding-top: 9.375rem
    }
    .hero-crypto__container {
        padding-bottom: 3.125rem
    }
    .hero-crypto__title {
        font-size: 4.6875rem
    }
    .hero-crypto__label {
        font-size: 2.1875rem
    }
    .hero-crypto__text {
        font-size: 1.5rem
    }
    .crumbs-links__hero-link {
        font-size: 1.25rem
    }
    .crumbs-links__wallets-crypto {
        font-size: 1.25rem
    }
    .crumbs-links__hero-place {
        font-size: 1.25rem
    }
    .crypto-currency-wallet__tatle {
        font-size: 2.8125rem
    }
    .crypto-currency-wallet__subtitle {
        font-size: 1.875rem
    }
    .crypto-currency-wallet__label {
        font-size: 1.875rem
    }
    .instruction-bitcoin__title {
        font-size: 2.8125rem
    }
    .instruction-bitcoin__wrapper:not(:last-child) {
        margin-bottom: 2.5rem
    }
    .instruction-bitcoin__instruction-text {
        font-size: 1.5625rem
    }
    .instruction-bitcoin__swiper-pagination {
        gap: 1.875rem
    }
    .instruction-bitcoin__button-prev {
        font-size: 3.125rem
    }
    .instruction-bitcoin__button-next {
        font-size: 3.125rem
    }
    .low-commissions__title {
        font-size: 2.8125rem
    }
    .low-commissions__percentages-value {
        font-size: 4rem
    }
    .low-commissions__percentages-value span {
        font-size: 1.5rem
    }
    .low-commissions__label {
        font-size: 1.5rem
    }
    .bitexpert-advantages__title {
        font-size: 2.8125rem
    }
    .bitexpert-advantages__item-title {
        font-size: 1.5rem
    }
    .bitexpert-advantages__item-label {
        font-size: 2.1875rem
    }
    .crypto-wallet__titel {
        font-size: 2.8125rem
    }
    .reviews-block__title {
        font-size: 2.8125rem
    }
    .about-us__title {
        font-size: 2.8125rem
    }
    .security-reliability__title {
        font-size: 2.8125rem
    }
    .security-reliability__body {
        gap: 1.875rem
    }
    .faq-block__title {
        font-size: 2.8125rem
    }
    .faq-block__title-item {
        font-size: 1.25rem
    }
    .faq-block__info {
        font-size: 1.25rem
    }
    .faq-block__li {
        font-size: 1.25rem
    }
    .hero-card__container {
        padding-top: 12.5rem
    }
    .hero-card__container {
        padding-bottom: 8.75rem
    }
    .hero-card__container--intro {
        padding-top: 4.375rem
    }
    .hero-card__container--intro {
        padding-bottom: 4.375rem
    }
    .hero-card__title {
        font-size: 5rem
    }
    .hero-card__label {
        font-size: 2.8125rem
    }
    .hero-card__text {
        font-size: 1.5rem
    }
    .hero-reviews-page__container {
        padding-top: 9.375rem
    }
    .hero-reviews-page__container {
        padding-bottom: 3.125rem
    }
    .hero-reviews-page__container--intro {
        padding-top: 4.375rem
    }
    .hero-reviews-page__container--intro {
        padding-bottom: 4.375rem
    }
    .hero-reviews-page__title {
        font-size: 5rem
    }
    .hero-reviews-page__label {
        font-size: 2.8125rem
    }
    .hero-reviews-page__text {
        font-size: 1.5rem
    }
    .hero-business__container {
        padding-top: 12.5rem
    }
    .hero-business__container {
        padding-bottom: 8.75rem
    }
    .hero-business__container--intro {
        padding-top: 4.375rem
    }
    .hero-business__container--intro {
        padding-bottom: 4.375rem
    }
    .hero-business__title {
        font-size: 5rem
    }
    .hero-business__label {
        font-size: 2.8125rem
    }
    .hero-business__text {
        font-size: 1.5rem
    }
    .page-privacy__container {
        padding-top: 9.375rem
    }
    .page-privacy__container {
        padding-bottom: 3.125rem
    }
    .page-privacy__title {
        font-size: 2.8125rem
    }
    .page-privacy__renewal {
        font-size: 1.5625rem
    }
    .table-privacy th {
        font-size: 1.125rem
    }
    .table-privacy td {
        font-size: 1.125rem
    }
    .use-cookie__container {
        padding-top: 9.375rem
    }
    .use-cookie__container {
        padding-bottom: 3.125rem
    }
    .use-cookie__chapter-title {
        font-size: 1.875rem
    }
    .cookie-use th {
        font-size: 1.125rem
    }
    .cookie-use td {
        font-size: 1.125rem
    }
    .hero-aml__container {
        padding-top: 9.375rem
    }
    .hero-aml__container {
        padding-bottom: 3.125rem
    }
    .hero-aml__title {
        font-size: 2.8125rem
    }
    .hero-aml__renewal {
        font-size: 1.5625rem
    }
}
@media (max-width:20em) {
    .select__text {
        font-size: 1rem
    }
    .crypto-trade__tatle {
        font-size: 1.875rem
    }
    .crypto-trade__subtitle {
        font-size: 1.25rem
    }
    .crypto-trade__label {
        font-size: 1.25rem
    }
    .crypto-trade__option img,
    .crypto-trade__option i {
        margin-right: .625rem
    }
    .crypto-wallet__titel {
        font-size: 2.1875rem
    }
    .advantages-crypto__title {
        font-size: 2.1875rem
    }
    .advantages-crypto__body {
        gap: 1.25rem
    }
    .advantages-crypto__title-item {
        font-size: 1.25rem
    }
    .advantages-crypto__text {
        font-size: 1.125rem
    }
    .faq-crypto__title {
        font-size: 2.1875rem
    }
    .faq-crypto__title-item {
        font-size: 1.125rem
    }
    .faq-crypto__info {
        font-size: 1rem
    }
    .faq-crypto__info p {
        font-size: 1rem
    }
    .crypto-currency-wallet__tatle {
        font-size: 1.875rem
    }
    .crypto-currency-wallet__subtitle {
        font-size: 1.25rem
    }
    .crypto-currency-wallet__label {
        font-size: 1.25rem
    }
    .header__container {
        gap: 1.25rem
    }
    .menu__list {
        column-gap: 1.25rem
    }
    .menu__spollers {
        column-gap: 1.25rem
    }
    .hero {
        padding-top: 1.875rem
    }
    .hero__container {
        padding-top: 3.125rem
    }
    .hero__container {
        padding-bottom: 4.375rem
    }
    .hero__title {
        font-size: 3.4375rem
    }
    .hero__label {
        font-size: 1.875rem
    }
    .hero__text {
        font-size: 1.25rem
    }
    .squares-block__body {
        gap: .0000000625rem
    }
    .amount-currencies__title {
        font-size: 1.875rem
    }
    .amount-currencies__value {
        font-size: 1.25rem
    }
    .low-commissions__title {
        font-size: 2.1875rem
    }
    .low-commissions__percentages-value {
        font-size: 2.8125rem
    }
    .low-commissions__percentages-value span {
        font-size: 1.125rem
    }
    .low-commissions__label {
        font-size: 1.25rem
    }
    .bitexpert-advantages__title {
        font-size: 2.1875rem
    }
    .bitexpert-advantages__item-title {
        font-size: 1.25rem
    }
    .bitexpert-advantages__item-label {
        font-size: 1.5rem
    }
    .reviews-block__title {
        font-size: 2.1875rem
    }
    .about-us__title {
        font-size: 2.1875rem
    }
    .security-reliability__title {
        font-size: 2.1875rem
    }
    .security-reliability__body {
        gap: 1.25rem
    }
    .faq-block__title {
        font-size: 2.1875rem
    }
    .faq-block__title-item {
        font-size: 1.125rem
    }
    .faq-block__info {
        font-size: 1rem
    }
    .faq-block__li {
        font-size: 1rem
    }
    .hero-about__container {
        padding-top: 6.25rem
    }
    .hero-about__container {
        padding-bottom: 4.375rem
    }
    .hero-about__title {
        font-size: 2.8125rem
    }
    .hero-about__body {
        row-gap: 1.875rem
    }
    .hero-about__info {
        padding: .625rem
    }
    .hero-about__image {
        padding: .625rem
    }
    .currencies-about__title {
        font-size: 1.875rem
    }
    .currencies-about__value {
        font-size: 1.25rem
    }
    .reviews-about__title {
        font-size: 2.1875rem
    }
    .partners-about__title {
        font-size: 2.1875rem
    }
    .contacts-about__title {
        font-size: 2.1875rem
    }
    .contacts-about__item-title {
        font-size: 1.5625rem
    }
    .contacts-about__adres-tile {
        font-size: 1.375rem
    }
    .contacts-about__mail-title {
        font-size: 1.375rem
    }
    .contacts-about__phone-title {
        font-size: 1.375rem
    }
    .hero-crypto__container {
        padding-top: 7.5rem
    }
    .hero-crypto__container {
        padding-bottom: 1.875rem
    }
    .hero-crypto__container-currency:not(:last-child) {
        margin-bottom: 2.5rem
    }
    .hero-crypto__title {
        font-size: 3.125rem
    }
    .hero-crypto__label {
        font-size: 1.5625rem
    }
    .hero-crypto__text {
        font-size: 1.25rem
    }
    .crumbs-links__hero-link {
        font-size: 1rem
    }
    .crumbs-links__crypto-wallets {
        font-size: 1rem
    }
    .crumbs-links__hero-place {
        font-size: 1rem
    }
    .instruction-bitcoin__title {
        font-size: 1.875rem
    }
    .instruction-bitcoin__wrapper:not(:last-child) {
        margin-bottom: 1.875rem
    }
    .instruction-bitcoin__instruction-text {
        font-size: 1.25rem
    }
    .instruction-bitcoin__swiper-pagination {
        gap: .625rem
    }
    .instruction-bitcoin__button-prev {
        font-size: 1.875rem
    }
    .instruction-bitcoin__button-next {
        font-size: 1.875rem
    }
    .low-commissions__title {
        font-size: 2.1875rem
    }
    .low-commissions__percentages-value {
        font-size: 2.8125rem
    }
    .low-commissions__percentages-value span {
        font-size: 1.125rem
    }
    .low-commissions__label {
        font-size: 1.25rem
    }
    .bitexpert-advantages__title {
        font-size: 2.1875rem
    }
    .bitexpert-advantages__item-title {
        font-size: 1.25rem
    }
    .bitexpert-advantages__item-label {
        font-size: 1.5rem
    }
    .crypto-wallet__titel {
        font-size: 2.1875rem
    }
    .reviews-block__title {
        font-size: 2.1875rem
    }
    .about-us__title {
        font-size: 2.1875rem
    }
    .security-reliability__title {
        font-size: 2.1875rem
    }
    .security-reliability__body {
        gap: 1.25rem
    }
    .faq-block__title {
        font-size: 2.1875rem
    }
    .faq-block__title-item {
        font-size: 1.125rem
    }
    .faq-block__info {
        font-size: 1rem
    }
    .faq-block__li {
        font-size: 1rem
    }
    .hero-crypto__container {
        padding-top: 7.5rem
    }
    .hero-crypto__container {
        padding-bottom: 1.875rem
    }
    .hero-crypto__title {
        font-size: 3.125rem
    }
    .hero-crypto__label {
        font-size: 1.5625rem
    }
    .hero-crypto__text {
        font-size: 1.25rem
    }
    .crumbs-links__hero-link {
        font-size: 1rem
    }
    .crumbs-links__wallets-crypto {
        font-size: 1rem
    }
    .crumbs-links__hero-place {
        font-size: 1rem
    }
    .crypto-currency-wallet__tatle {
        font-size: 1.875rem
    }
    .crypto-currency-wallet__subtitle {
        font-size: 1.25rem
    }
    .crypto-currency-wallet__label {
        font-size: 1.25rem
    }
    .instruction-bitcoin__title {
        font-size: 1.875rem
    }
    .instruction-bitcoin__wrapper:not(:last-child) {
        margin-bottom: 1.875rem
    }
    .instruction-bitcoin__instruction-text {
        font-size: 1.25rem
    }
    .instruction-bitcoin__swiper-pagination {
        gap: .625rem
    }
    .instruction-bitcoin__button-prev {
        font-size: 1.875rem
    }
    .instruction-bitcoin__button-next {
        font-size: 1.875rem
    }
    .low-commissions__title {
        font-size: 2.1875rem
    }
    .low-commissions__percentages-value {
        font-size: 2.8125rem
    }
    .low-commissions__percentages-value span {
        font-size: 1.125rem
    }
    .low-commissions__label {
        font-size: 1.25rem
    }
    .bitexpert-advantages__title {
        font-size: 2.1875rem
    }
    .bitexpert-advantages__item-title {
        font-size: 1.25rem
    }
    .bitexpert-advantages__item-label {
        font-size: 1.5rem
    }
    .crypto-wallet__titel {
        font-size: 2.1875rem
    }
    .reviews-block__title {
        font-size: 2.1875rem
    }
    .about-us__title {
        font-size: 2.1875rem
    }
    .security-reliability__title {
        font-size: 2.1875rem
    }
    .security-reliability__body {
        gap: 1.25rem
    }
    .faq-block__title {
        font-size: 2.1875rem
    }
    .faq-block__title-item {
        font-size: 1.125rem
    }
    .faq-block__info {
        font-size: 1rem
    }
    .faq-block__li {
        font-size: 1rem
    }
    .hero-card__container {
        padding-top: 7.5rem
    }
    .hero-card__container {
        padding-bottom: 1.875rem
    }
    .hero-card__container--intro {
        padding-top: 2.5rem
    }
    .hero-card__container--intro {
        padding-bottom: 2.5rem
    }
    .hero-card__title {
        font-size: 3.4375rem
    }
    .hero-card__label {
        font-size: 1.875rem
    }
    .hero-card__text {
        font-size: 1.25rem
    }
    .hero-reviews-page__container {
        padding-top: 7.5rem
    }
    .hero-reviews-page__container {
        padding-bottom: 1.875rem
    }
    .hero-reviews-page__container--intro {
        padding-top: 2.5rem
    }
    .hero-reviews-page__container--intro {
        padding-bottom: 2.5rem
    }
    .hero-reviews-page__title {
        font-size: 3.4375rem
    }
    .hero-reviews-page__label {
        font-size: 1.875rem
    }
    .hero-reviews-page__text {
        font-size: 1.25rem
    }
    .hero-business__container {
        padding-top: 7.5rem
    }
    .hero-business__container {
        padding-bottom: 1.875rem
    }
    .hero-business__container--intro {
        padding-top: 2.5rem
    }
    .hero-business__container--intro {
        padding-bottom: 2.5rem
    }
    .hero-business__title {
        font-size: 3.4375rem
    }
    .hero-business__label {
        font-size: 1.875rem
    }
    .hero-business__text {
        font-size: 1.25rem
    }
    .page-privacy__container {
        padding-top: 7.5rem
    }
    .page-privacy__container {
        padding-bottom: 1.875rem
    }
    .page-privacy__title {
        font-size: 1.5625rem
    }
    .page-privacy__renewal {
        font-size: 1.375rem
    }
    .table-privacy th {
        font-size: 1rem
    }
    .table-privacy td {
        font-size: .875rem
    }
    .use-cookie__container {
        padding-top: 7.5rem
    }
    .use-cookie__container {
        padding-bottom: 1.875rem
    }
    .use-cookie__chapter-title {
        font-size: 1.25rem
    }
    .cookie-use th {
        font-size: 1rem
    }
    .cookie-use td {
        font-size: .875rem
    }
    .hero-aml__container {
        padding-top: 7.5rem
    }
    .hero-aml__container {
        padding-bottom: 1.875rem
    }
    .hero-aml__title {
        font-size: 1.5625rem
    }
    .hero-aml__renewal {
        font-size: 1.375rem
    }
}
@media (max-width:74.99875em) {
    .amount-currencies {
        margin-top: 0
    }
    .amount-currencies__container {
        grid-template-columns: 2fr 1fr
    }
    .currencies-about {
        margin-top: 0
    }
}
@media (max-width:68.74875em) {
    .squares-block__item {
        width: 3.4375rem;
        height: 3.4375rem
    }
}
@media (max-width:61.99875em) {
    .crypto-trade__body--hero {
        grid-template-columns: 2fr 1fr
    }
    .crypto-trade__send-body {
        grid-template-columns: auto
    }
    .crypto-trade__send-body--currency {
        grid-template-columns: auto
    }
    .crypto-wallet__item {
        flex: 0 1 46%
    }
    .advantages-crypto__text {
        text-align: justify
    }
    .spollers-invest__body::before {
        left: 50%;
        transform: translate(-50%,0)
    }
    .buy-invest__body {
        right: 0;
        top: 110%;
        width: 90%
    }
    .hero__container {
        grid-template-columns: auto;
        row-gap: 4.375rem
    }
    .hero__squares-block {
        width: 31.875rem;
        margin: 0 0 0 auto;
        margin-right: .625rem
    }
    .amount-currencies__container {
        display: block
    }
    .bitexpert-advantages__image {
        width: 50%
    }
    .reviews-block__body {
        flex-wrap: wrap
    }
    .reviews-block__item {
        flex: 1 1 auto
    }
    .currencies-about__counter-container {
        display: block
    }
    .reviews-about__body {
        flex-wrap: wrap
    }
    .reviews-about__item {
        flex: 1 1 auto
    }
    .bitexpert-advantages__image {
        width: 50%
    }
    .crypto-wallet__item {
        flex: 0 1 46%
    }
    .reviews-block__body {
        flex-wrap: wrap
    }
    .reviews-block__item {
        flex: 1 1 auto
    }
    .bitexpert-advantages__image {
        width: 50%
    }
    .crypto-wallet__item {
        flex: 0 1 46%
    }
    .reviews-block__body {
        flex-wrap: wrap
    }
    .reviews-block__item {
        flex: 1 1 auto
    }
}
@media (max-width:55.62375em) {

}
@media (max-width:48.74875em) {
    .bitexpert-advantages__item {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n+1) {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n+2) {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n+3) {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n) {
        width: 100%
    }
    .bitexpert-advantages__item {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n+1) {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n+2) {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n+3) {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n) {
        width: 100%
    }
    .bitexpert-advantages__item {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n+1) {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n+2) {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n+3) {
        width: 100%
    }
    .bitexpert-advantages__item:nth-child(4n) {
        width: 100%
    }
}
@media (max-width:47.99875em) {
    .menu__body.desktop {
        display: none !important;
    }

    .content-footer__spollers-title:not(:last-child) {
        margin-bottom: 0;
    }

    .button--crypto-trade {
        width: 100%
    }
    .crypto-trade__body {
        grid-template-columns: 1fr
    }
    .crypto-trade__body--hero {
        grid-template-columns: 1fr
    }
    .advantages-crypto__body {
        grid-template-columns: auto
    }
    .header__container {
        min-height: 4.375rem;
    }
    .header__logo-image {
        max-width: 10rem;
    }
    .menu {
        display: grid;
        justify-content: end
    }
    .menu__link::before {
        top: 1.875rem;
        height: .1875rem
    }
    .menu__link {
        font-size: 1.875rem;
        font-weight: 700
    }
    .spollers__title::before {
        top: 1.875rem;
        height: .1875rem
    }
    .spollers__title {
        font-size: 1.875rem;
        font-weight: 700
    }
    .spollers-product {
        min-width: 18.125rem
    }
    .spollers-crypto__title::before {
        top: 1.875rem;
        height: .1875rem
    }
    .spollers-crypto__title {
        font-size: 1.875rem;
        font-weight: 700
    }
    .spollers-crypto__body::before {
        left: 50%;
        transform: translate(-50%,0)
    }
    .spollers-crypto__body {
        top: 28%;
        width: 90%
    }
    .spollers-invest__title::before {
        top: 1.875rem;
        height: .1875rem
    }
    .spollers-invest__title {
        font-size: 1.875rem;
        font-weight: 700
    }
    .spollers-invest__body {
        width: 90%;
        top: 30%
    }
    .spollers-about__spollers-title::before {
        top: 1.875rem;
        height: .1875rem
    }
    .spollers-about__spollers-title {
        font-size: 1.875rem;
        font-weight: 700
    }
    .spollers-about__spollers-body {
        top: 43%
    }
    .spollers-about__spollers-scroll {
        max-height: 18.75rem
    }
    .spollers-about__link-body {
        flex: 1 0 100%
    }
    .language-select__option {
        background-color: #f5f2f2
    }
    .footer__arrow-up {
        width: 1.875rem;
        height: 1.875rem;
        right: 1.4rem
    }
    .footer__arrow-up::before {
        width: .9375rem;
        height: .125rem;
        right: .0625rem
    }
    .footer__arrow-up::after {
        width: .9375rem;
        height: .125rem;
        left: .0625rem
    }
    .hero__container {
        grid-template-columns: auto
    }
    .low-commissions__body {
        flex-wrap: wrap;
        justify-content: start
    }
    .low-commissions__item {
        flex: 1 1 auto
    }
    .security-reliability__body {
        grid-template-columns: auto
    }
    .hero-about__item {
        grid-template-columns: auto;
        grid-row: order 1
    }
    .hero-about__info p {
        text-align: justify
    }
    .hero-about__image {
        grid-row: order 2
    }
    .contacts-about__body {
        grid-template-columns: auto;
        row-gap: 1.875rem
    }
    .hero-crypto__container-currency {
        grid-template-columns: auto
    }
    .instruction-bitcoin__instruction-text p {
        text-align: justify
    }
    .instruction-bitcoin__button-arrow {
        display: none
    }
    .low-commissions__body {
        flex-wrap: wrap;
        justify-content: start
    }
    .low-commissions__item {
        flex: 1 1 auto
    }
    .security-reliability__body {
        grid-template-columns: auto
    }
    .hero-crypto__body-container {
        grid-template-columns: auto
    }
    .instruction-bitcoin__instruction-text p {
        text-align: justify
    }
    .instruction-bitcoin__button-arrow {
        display: none
    }
    .low-commissions__body {
        flex-wrap: wrap;
        justify-content: start
    }
    .low-commissions__item {
        flex: 1 1 auto
    }
    .security-reliability__body {
        grid-template-columns: auto
    }
    .hero-card__body-container {
        grid-template-columns: auto
    }
    .hero-reviews-page__body-container {
        grid-template-columns: auto
    }
    .hero-reviews-page__image-block {
        margin: 0 auto
    }
    .hero-business__body-container {
        grid-template-columns: auto
    }
    .hero-business__image-block {
        margin: 0 auto
    }
    .hero-business__image {
        margin: 0 auto;
        -o-object-position: center;
        object-position: center
    }
}
@media (max-width:47.99875em) and (any-hover:none) {
    .icon-menu {
        cursor: default
    }
}
@media (max-width:47.99875em) and (max-width:20em) {
    .wallet-spollers {
        width: 15.625rem
    }
    .hero__container {
        row-gap: 1.875rem
    }
    .hero-crypto__container-currency {
        row-gap: 1.875rem
    }
    .hero-crypto__body-container {
        row-gap: 1.875rem
    }
    .hero-card__body-container {
        row-gap: 1.875rem
    }
    .hero-reviews-page__body-container {
        row-gap: 1.875rem
    }
    .hero-business__body-container {
        row-gap: 1.875rem
    }
}
@media (max-width:40.62375em) {
    .crypto-wallet__item {
        display: flex;
        flex: 1 1 100%
    }
    .crypto-wallet__item {
        display: flex;
        flex: 1 1 100%
    }
    .crypto-wallet__item {
        display: flex;
        flex: 1 1 100%
    }
}
@media (max-width:40.31125em) {
    .content-footer__body {
        grid-template-columns: 1fr 1fr
    }
    .content-footer__spollers {
        display: flex;
        flex-direction: column;
        row-gap: 1.25rem
    }
}
@media (max-width:36.24875em) {
    .crypto-trade__send-body--hero {
        grid-template-columns: auto
    }
}
@media (max-width:35.31125em) {
    .hero__squares-block {
        width: 18.75rem
    }
    .squares-block__body {
        gap: .3125rem
    }
    .squares-block__item {
        width: 2.5rem;
        height: 2.5rem
    }
}
@media (max-width:29.99875em) {
    .faq-crypto__title-item {
        text-align: justify
    }
    .faq-crypto__info {
        text-align: justify
    }
    .faq-crypto__info p {
        text-align: justify
    }
    .content-footer__body {
        grid-template-columns: auto;
        row-gap: 1.875rem
    }
    .hero__squares-block {
        width: 16.875rem
    }
    .squares-block__item {
        width: 2.1875rem;
        height: 2.1875rem
    }
    .bitexpert-advantages__image {
        width: 6.25rem;
        height: 100%
    }
    .faq-block__title-item {
        text-align: justify
    }
    .faq-block__info {
        text-align: justify
    }
    .faq-block__li {
        text-align: justify
    }
    .currencies-about__body-counters {
        display: flex;
        flex-direction: column;
        margin-left: 0
    }
    .currencies-about__item-counter {
        display: flex;
        gap: .9375rem;
        align-items: center;
        justify-self: center;
        justify-content: center;
        margin: 0 auto
    }
    .currencies-about__item-counter:not(:last-child) {
        border-bottom: .125rem solid #fc2c01;
        width: 90%;
        margin: 0 auto
    }
    .currencies-about__value-body {
        align-items: center
    }
    .currencies-about__value-body:not(:last-child) {
        margin-bottom: 0
    }
    .bitexpert-advantages__image {
        width: 6.25rem;
        height: 100%
    }
    .faq-block__title-item {
        text-align: justify
    }
    .faq-block__info {
        text-align: justify
    }
    .faq-block__li {
        text-align: justify
    }
    .bitexpert-advantages__image {
        width: 6.25rem;
        height: 100%
    }
    .faq-block__title-item {
        text-align: justify
    }
    .faq-block__info {
        text-align: justify
    }
    .faq-block__li {
        text-align: justify
    }
}
@media (max-width:29.99875em) and (max-width:20em) {
    .wallet-spollers {
        width: 18rem
    }
}
@media (max-width:24.99875em) {
    .header__container {
        grid-template-columns: 8.5rem auto 2.5rem 4rem 35px;
    }
    .spollers-about__image {
        max-width: 2.5rem;
        height: 2.8125rem
    }
}
@media (min-width:20em) and (max-width:75em) {
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .select__text {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .select__text {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .crypto-trade__tatle {
            font-size: clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .crypto-trade__tatle {
            font-size: calc(1.875rem + .9375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-trade__subtitle {
            font-size: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-trade__subtitle {
            font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-trade__label {
            font-size: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-trade__label {
            font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (margin-right:clamp(0.625rem ,0.3977272727rem + 1.1363636364vw ,1.25rem)) {
        .crypto-trade__option img,
        .crypto-trade__option i {
            margin-right: clamp(.625rem ,.3977272727rem + 1.1363636364vw ,1.25rem)
        }
    }
    @supports not (margin-right:clamp(0.625rem ,0.3977272727rem + 1.1363636364vw ,1.25rem)) {
        .crypto-trade__option img,
        .crypto-trade__option i {
            margin-right: calc(.625rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .crypto-wallet__titel {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .crypto-wallet__titel {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .advantages-crypto__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .advantages-crypto__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .advantages-crypto__body {
            gap: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .advantages-crypto__body {
            gap: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .advantages-crypto__title-item {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .advantages-crypto__title-item {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.125rem ,1.0795454545rem + 0.2272727273vw ,1.25rem)) {
        .advantages-crypto__text {
            font-size: clamp(1.125rem ,1.0795454545rem + .2272727273vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1.125rem ,1.0795454545rem + 0.2272727273vw ,1.25rem)) {
        .advantages-crypto__text {
            font-size: calc(1.125rem + .125 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .faq-crypto__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .faq-crypto__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.125rem ,1.0795454545rem + 0.2272727273vw ,1.25rem)) {
        .faq-crypto__title-item {
            font-size: clamp(1.125rem ,1.0795454545rem + .2272727273vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1.125rem ,1.0795454545rem + 0.2272727273vw ,1.25rem)) {
        .faq-crypto__title-item {
            font-size: calc(1.125rem + .125 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-crypto__info {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-crypto__info {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-crypto__info p {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-crypto__info p {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .crypto-currency-wallet__tatle {
            font-size: clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .crypto-currency-wallet__tatle {
            font-size: calc(1.875rem + .9375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-currency-wallet__subtitle {
            font-size: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-currency-wallet__subtitle {
            font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-currency-wallet__label {
            font-size: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-currency-wallet__label {
            font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    .menu__list {
        column-gap: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
    }
    @supports not ((-moz-column-gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) or (column-gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem))) {
        .menu__list {
            column-gap: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports ((-moz-column-gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) or (column-gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem))) {
        .menu__spollers {
            column-gap: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not ((-moz-column-gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) or (column-gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem))) {
        .menu__spollers {
            column-gap: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero {
            padding-top: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (padding-top:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero {
            padding-top: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(3.125rem ,0.8522727273rem + 11.3636363636vw ,9.375rem)) {
        .hero__container {
            padding-top: clamp(3.125rem ,.8522727273rem + 11.3636363636vw ,9.375rem)
        }
    }
    @supports not (padding-top:clamp(3.125rem ,0.8522727273rem + 11.3636363636vw ,9.375rem)) {
        .hero__container {
            padding-top: calc(3.125rem + 6.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(4.375rem ,2.7840909091rem + 7.9545454545vw ,8.75rem)) {
        .hero__container {
            padding-bottom: clamp(4.375rem ,2.7840909091rem + 7.9545454545vw ,8.75rem)
        }
    }
    @supports not (padding-bottom:clamp(4.375rem ,2.7840909091rem + 7.9545454545vw ,8.75rem)) {
        .hero__container {
            padding-bottom: calc(4.375rem + 4.375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)) {
        .hero__title {
            font-size: clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)
        }
    }
    @supports not (font-size:clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)) {
        .hero__title {
            font-size: calc(3.4375rem + 1.5625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.6477272727rem + 1.1363636364vw ,2.5rem)) {
        .hero__label {
            font-size: clamp(1.875rem ,1.6477272727rem + 1.1363636364vw ,2.5rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.6477272727rem + 1.1363636364vw ,2.5rem)) {
        .hero__label {
            font-size: calc(1.875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero__text {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero__text {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (gap:clamp(0.0000000625rem ,-0.3409090057rem + 1.7045453409vw ,0.9375rem)) {
        .squares-block__body {
            gap: clamp(.0000000625rem ,-.3409090057rem + 1.7045453409vw ,.9375rem)
        }
    }
    @supports not (gap:clamp(0.0000000625rem ,-0.3409090057rem + 1.7045453409vw ,0.9375rem)) {
        .squares-block__body {
            gap: calc(.0000000625rem + .9374999375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .amount-currencies__title {
            font-size: clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .amount-currencies__title {
            font-size: calc(1.875rem + .9375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .amount-currencies__value {
            font-size: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .amount-currencies__value {
            font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .low-commissions__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .low-commissions__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.8125rem ,2.3806818182rem + 2.1590909091vw ,4rem)) {
        .low-commissions__percentages-value {
            font-size: clamp(2.8125rem ,2.3806818182rem + 2.1590909091vw ,4rem)
        }
    }
    @supports not (font-size:clamp(2.8125rem ,2.3806818182rem + 2.1590909091vw ,4rem)) {
        .low-commissions__percentages-value {
            font-size: calc(2.8125rem + 1.1875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.125rem ,0.9886363636rem + 0.6818181818vw ,1.5rem)) {
        .low-commissions__percentages-value span {
            font-size: clamp(1.125rem ,.9886363636rem + .6818181818vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.125rem ,0.9886363636rem + 0.6818181818vw ,1.5rem)) {
        .low-commissions__percentages-value span {
            font-size: calc(1.125rem + .375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .low-commissions__label {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .low-commissions__label {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .bitexpert-advantages__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .bitexpert-advantages__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .bitexpert-advantages__item-title {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .bitexpert-advantages__item-title {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.5rem ,1.25rem + 1.25vw ,2.1875rem)) {
        .bitexpert-advantages__item-label {
            font-size: clamp(1.5rem ,1.25rem + 1.25vw ,2.1875rem)
        }
    }
    @supports not (font-size:clamp(1.5rem ,1.25rem + 1.25vw ,2.1875rem)) {
        .bitexpert-advantages__item-label {
            font-size: calc(1.5rem + .6875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .reviews-block__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .reviews-block__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .about-us__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .about-us__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .security-reliability__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .security-reliability__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .security-reliability__body {
            gap: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .security-reliability__body {
            gap: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .faq-block__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .faq-block__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.125rem ,1.0795454545rem + 0.2272727273vw ,1.25rem)) {
        .faq-block__title-item {
            font-size: clamp(1.125rem ,1.0795454545rem + .2272727273vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1.125rem ,1.0795454545rem + 0.2272727273vw ,1.25rem)) {
        .faq-block__title-item {
            font-size: calc(1.125rem + .125 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__info {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__info {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__li {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__li {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(6.25rem ,3.9772727273rem + 11.3636363636vw ,12.5rem)) {
        .hero-about__container {
            padding-top: clamp(6.25rem ,3.9772727273rem + 11.3636363636vw ,12.5rem)
        }
    }
    @supports not (padding-top:clamp(6.25rem ,3.9772727273rem + 11.3636363636vw ,12.5rem)) {
        .hero-about__container {
            padding-top: calc(6.25rem + 6.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(4.375rem ,2.7840909091rem + 7.9545454545vw ,8.75rem)) {
        .hero-about__container {
            padding-bottom: clamp(4.375rem ,2.7840909091rem + 7.9545454545vw ,8.75rem)
        }
    }
    @supports not (padding-bottom:clamp(4.375rem ,2.7840909091rem + 7.9545454545vw ,8.75rem)) {
        .hero-about__container {
            padding-bottom: calc(4.375rem + 4.375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.8125rem ,2.2443181818rem + 2.8409090909vw ,4.375rem)) {
        .hero-about__title {
            font-size: clamp(2.8125rem ,2.2443181818rem + 2.8409090909vw ,4.375rem)
        }
    }
    @supports not (font-size:clamp(2.8125rem ,2.2443181818rem + 2.8409090909vw ,4.375rem)) {
        .hero-about__title {
            font-size: calc(2.8125rem + 1.5625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (row-gap:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero-about__body {
            row-gap: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (row-gap:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero-about__body {
            row-gap: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding:clamp(0.625rem ,0.1704545455rem + 2.2727272727vw ,1.875rem)) {
        .hero-about__info {
            padding: clamp(.625rem ,.1704545455rem + 2.2727272727vw ,1.875rem)
        }
    }
    @supports not (padding:clamp(0.625rem ,0.1704545455rem + 2.2727272727vw ,1.875rem)) {
        .hero-about__info {
            padding: calc(.625rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding:clamp(0.625rem ,0.1704545455rem + 2.2727272727vw ,1.875rem)) {
        .hero-about__image {
            padding: clamp(.625rem ,.1704545455rem + 2.2727272727vw ,1.875rem)
        }
    }
    @supports not (padding:clamp(0.625rem ,0.1704545455rem + 2.2727272727vw ,1.875rem)) {
        .hero-about__image {
            padding: calc(.625rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .currencies-about__title {
            font-size: clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .currencies-about__title {
            font-size: calc(1.875rem + .9375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .currencies-about__value {
            font-size: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .currencies-about__value {
            font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .reviews-about__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .reviews-about__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .partners-about__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .partners-about__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .contacts-about__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .contacts-about__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.5625rem ,1.4488636364rem + 0.5681818182vw ,1.875rem)) {
        .contacts-about__item-title {
            font-size: clamp(1.5625rem ,1.4488636364rem + .5681818182vw ,1.875rem)
        }
    }
    @supports not (font-size:clamp(1.5625rem ,1.4488636364rem + 0.5681818182vw ,1.875rem)) {
        .contacts-about__item-title {
            font-size: calc(1.5625rem + .3125 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.375rem ,1.3068181818rem + 0.3409090909vw ,1.5625rem)) {
        .contacts-about__adres-tile {
            font-size: clamp(1.375rem ,1.3068181818rem + .3409090909vw ,1.5625rem)
        }
    }
    @supports not (font-size:clamp(1.375rem ,1.3068181818rem + 0.3409090909vw ,1.5625rem)) {
        .contacts-about__adres-tile {
            font-size: calc(1.375rem + .1875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.375rem ,1.3068181818rem + 0.3409090909vw ,1.5625rem)) {
        .contacts-about__mail-title {
            font-size: clamp(1.375rem ,1.3068181818rem + .3409090909vw ,1.5625rem)
        }
    }
    @supports not (font-size:clamp(1.375rem ,1.3068181818rem + 0.3409090909vw ,1.5625rem)) {
        .contacts-about__mail-title {
            font-size: calc(1.375rem + .1875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.375rem ,1.3068181818rem + 0.3409090909vw ,1.5625rem)) {
        .contacts-about__phone-title {
            font-size: clamp(1.375rem ,1.3068181818rem + .3409090909vw ,1.5625rem)
        }
    }
    @supports not (font-size:clamp(1.375rem ,1.3068181818rem + 0.3409090909vw ,1.5625rem)) {
        .contacts-about__phone-title {
            font-size: calc(1.375rem + .1875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .hero-crypto__container {
            padding-top: clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)
        }
    }
    @supports not (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .hero-crypto__container {
            padding-top: calc(7.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero-crypto__container {
            padding-bottom: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero-crypto__container {
            padding-bottom: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (margin-bottom:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-crypto__container-currency:not(:last-child) {
            margin-bottom: clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)
        }
    }
    @supports not (margin-bottom:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-crypto__container-currency:not(:last-child) {
            margin-bottom: calc(2.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(3.125rem ,2.5568181818rem + 2.8409090909vw ,4.6875rem)) {
        .hero-crypto__title {
            font-size: clamp(3.125rem ,2.5568181818rem + 2.8409090909vw ,4.6875rem)
        }
    }
    @supports not (font-size:clamp(3.125rem ,2.5568181818rem + 2.8409090909vw ,4.6875rem)) {
        .hero-crypto__title {
            font-size: calc(3.125rem + 1.5625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.5625rem ,1.3352272727rem + 1.1363636364vw ,2.1875rem)) {
        .hero-crypto__label {
            font-size: clamp(1.5625rem ,1.3352272727rem + 1.1363636364vw ,2.1875rem)
        }
    }
    @supports not (font-size:clamp(1.5625rem ,1.3352272727rem + 1.1363636364vw ,2.1875rem)) {
        .hero-crypto__label {
            font-size: calc(1.5625rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero-crypto__text {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero-crypto__text {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__hero-link {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__hero-link {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__crypto-wallets {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__crypto-wallets {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__hero-place {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__hero-place {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .instruction-bitcoin__title {
            font-size: clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .instruction-bitcoin__title {
            font-size: calc(1.875rem + .9375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (margin-bottom:clamp(1.875rem ,1.6477272727rem + 1.1363636364vw ,2.5rem)) {
        .instruction-bitcoin__wrapper:not(:last-child) {
            margin-bottom: clamp(1.875rem ,1.6477272727rem + 1.1363636364vw ,2.5rem)
        }
    }
    @supports not (margin-bottom:clamp(1.875rem ,1.6477272727rem + 1.1363636364vw ,2.5rem)) {
        .instruction-bitcoin__wrapper:not(:last-child) {
            margin-bottom: calc(1.875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1363636364rem + 0.5681818182vw ,1.5625rem)) {
        .instruction-bitcoin__instruction-text {
            font-size: clamp(1.25rem ,1.1363636364rem + .5681818182vw ,1.5625rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1363636364rem + 0.5681818182vw ,1.5625rem)) {
        .instruction-bitcoin__instruction-text {
            font-size: calc(1.25rem + .3125 * (100vw - 20rem)/ 55)
        }
    }
    @supports (gap:clamp(0.625rem ,0.1704545455rem + 2.2727272727vw ,1.875rem)) {
        .instruction-bitcoin__swiper-pagination {
            gap: clamp(.625rem ,.1704545455rem + 2.2727272727vw ,1.875rem)
        }
    }
    @supports not (gap:clamp(0.625rem ,0.1704545455rem + 2.2727272727vw ,1.875rem)) {
        .instruction-bitcoin__swiper-pagination {
            gap: calc(.625rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .instruction-bitcoin__button-prev {
            font-size: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .instruction-bitcoin__button-prev {
            font-size: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .instruction-bitcoin__button-next {
            font-size: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .instruction-bitcoin__button-next {
            font-size: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .low-commissions__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .low-commissions__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.8125rem ,2.3806818182rem + 2.1590909091vw ,4rem)) {
        .low-commissions__percentages-value {
            font-size: clamp(2.8125rem ,2.3806818182rem + 2.1590909091vw ,4rem)
        }
    }
    @supports not (font-size:clamp(2.8125rem ,2.3806818182rem + 2.1590909091vw ,4rem)) {
        .low-commissions__percentages-value {
            font-size: calc(2.8125rem + 1.1875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.125rem ,0.9886363636rem + 0.6818181818vw ,1.5rem)) {
        .low-commissions__percentages-value span {
            font-size: clamp(1.125rem ,.9886363636rem + .6818181818vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.125rem ,0.9886363636rem + 0.6818181818vw ,1.5rem)) {
        .low-commissions__percentages-value span {
            font-size: calc(1.125rem + .375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .low-commissions__label {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .low-commissions__label {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .bitexpert-advantages__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .bitexpert-advantages__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .bitexpert-advantages__item-title {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .bitexpert-advantages__item-title {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.5rem ,1.25rem + 1.25vw ,2.1875rem)) {
        .bitexpert-advantages__item-label {
            font-size: clamp(1.5rem ,1.25rem + 1.25vw ,2.1875rem)
        }
    }
    @supports not (font-size:clamp(1.5rem ,1.25rem + 1.25vw ,2.1875rem)) {
        .bitexpert-advantages__item-label {
            font-size: calc(1.5rem + .6875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .crypto-wallet__titel {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .crypto-wallet__titel {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .reviews-block__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .reviews-block__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .about-us__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .about-us__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .security-reliability__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .security-reliability__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .security-reliability__body {
            gap: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .security-reliability__body {
            gap: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .faq-block__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .faq-block__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.125rem ,1.0795454545rem + 0.2272727273vw ,1.25rem)) {
        .faq-block__title-item {
            font-size: clamp(1.125rem ,1.0795454545rem + .2272727273vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1.125rem ,1.0795454545rem + 0.2272727273vw ,1.25rem)) {
        .faq-block__title-item {
            font-size: calc(1.125rem + .125 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__info {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__info {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__li {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__li {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .hero-crypto__container {
            padding-top: clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)
        }
    }
    @supports not (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .hero-crypto__container {
            padding-top: calc(7.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero-crypto__container {
            padding-bottom: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero-crypto__container {
            padding-bottom: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(3.125rem ,2.5568181818rem + 2.8409090909vw ,4.6875rem)) {
        .hero-crypto__title {
            font-size: clamp(3.125rem ,2.5568181818rem + 2.8409090909vw ,4.6875rem)
        }
    }
    @supports not (font-size:clamp(3.125rem ,2.5568181818rem + 2.8409090909vw ,4.6875rem)) {
        .hero-crypto__title {
            font-size: calc(3.125rem + 1.5625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.5625rem ,1.3352272727rem + 1.1363636364vw ,2.1875rem)) {
        .hero-crypto__label {
            font-size: clamp(1.5625rem ,1.3352272727rem + 1.1363636364vw ,2.1875rem)
        }
    }
    @supports not (font-size:clamp(1.5625rem ,1.3352272727rem + 1.1363636364vw ,2.1875rem)) {
        .hero-crypto__label {
            font-size: calc(1.5625rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero-crypto__text {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero-crypto__text {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__hero-link {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__hero-link {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__wallets-crypto {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__wallets-crypto {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__hero-place {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .crumbs-links__hero-place {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .crypto-currency-wallet__tatle {
            font-size: clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .crypto-currency-wallet__tatle {
            font-size: calc(1.875rem + .9375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-currency-wallet__subtitle {
            font-size: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-currency-wallet__subtitle {
            font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-currency-wallet__label {
            font-size: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .crypto-currency-wallet__label {
            font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .instruction-bitcoin__title {
            font-size: clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .instruction-bitcoin__title {
            font-size: calc(1.875rem + .9375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (margin-bottom:clamp(1.875rem ,1.6477272727rem + 1.1363636364vw ,2.5rem)) {
        .instruction-bitcoin__wrapper:not(:last-child) {
            margin-bottom: clamp(1.875rem ,1.6477272727rem + 1.1363636364vw ,2.5rem)
        }
    }
    @supports not (margin-bottom:clamp(1.875rem ,1.6477272727rem + 1.1363636364vw ,2.5rem)) {
        .instruction-bitcoin__wrapper:not(:last-child) {
            margin-bottom: calc(1.875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1363636364rem + 0.5681818182vw ,1.5625rem)) {
        .instruction-bitcoin__instruction-text {
            font-size: clamp(1.25rem ,1.1363636364rem + .5681818182vw ,1.5625rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1363636364rem + 0.5681818182vw ,1.5625rem)) {
        .instruction-bitcoin__instruction-text {
            font-size: calc(1.25rem + .3125 * (100vw - 20rem)/ 55)
        }
    }
    @supports (gap:clamp(0.625rem ,0.1704545455rem + 2.2727272727vw ,1.875rem)) {
        .instruction-bitcoin__swiper-pagination {
            gap: clamp(.625rem ,.1704545455rem + 2.2727272727vw ,1.875rem)
        }
    }
    @supports not (gap:clamp(0.625rem ,0.1704545455rem + 2.2727272727vw ,1.875rem)) {
        .instruction-bitcoin__swiper-pagination {
            gap: calc(.625rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .instruction-bitcoin__button-prev {
            font-size: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .instruction-bitcoin__button-prev {
            font-size: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .instruction-bitcoin__button-next {
            font-size: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .instruction-bitcoin__button-next {
            font-size: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .low-commissions__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .low-commissions__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.8125rem ,2.3806818182rem + 2.1590909091vw ,4rem)) {
        .low-commissions__percentages-value {
            font-size: clamp(2.8125rem ,2.3806818182rem + 2.1590909091vw ,4rem)
        }
    }
    @supports not (font-size:clamp(2.8125rem ,2.3806818182rem + 2.1590909091vw ,4rem)) {
        .low-commissions__percentages-value {
            font-size: calc(2.8125rem + 1.1875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.125rem ,0.9886363636rem + 0.6818181818vw ,1.5rem)) {
        .low-commissions__percentages-value span {
            font-size: clamp(1.125rem ,.9886363636rem + .6818181818vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.125rem ,0.9886363636rem + 0.6818181818vw ,1.5rem)) {
        .low-commissions__percentages-value span {
            font-size: calc(1.125rem + .375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .low-commissions__label {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .low-commissions__label {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .bitexpert-advantages__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .bitexpert-advantages__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .bitexpert-advantages__item-title {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .bitexpert-advantages__item-title {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.5rem ,1.25rem + 1.25vw ,2.1875rem)) {
        .bitexpert-advantages__item-label {
            font-size: clamp(1.5rem ,1.25rem + 1.25vw ,2.1875rem)
        }
    }
    @supports not (font-size:clamp(1.5rem ,1.25rem + 1.25vw ,2.1875rem)) {
        .bitexpert-advantages__item-label {
            font-size: calc(1.5rem + .6875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .crypto-wallet__titel {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .crypto-wallet__titel {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .reviews-block__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .reviews-block__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .about-us__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .about-us__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .security-reliability__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .security-reliability__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .security-reliability__body {
            gap: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (gap:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .security-reliability__body {
            gap: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .faq-block__title {
            font-size: clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(2.1875rem ,1.9602272727rem + 1.1363636364vw ,2.8125rem)) {
        .faq-block__title {
            font-size: calc(2.1875rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.125rem ,1.0795454545rem + 0.2272727273vw ,1.25rem)) {
        .faq-block__title-item {
            font-size: clamp(1.125rem ,1.0795454545rem + .2272727273vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1.125rem ,1.0795454545rem + 0.2272727273vw ,1.25rem)) {
        .faq-block__title-item {
            font-size: calc(1.125rem + .125 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__info {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__info {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__li {
            font-size: clamp(1rem ,.9090909091rem + .4545454545vw ,1.25rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9090909091rem + 0.4545454545vw ,1.25rem)) {
        .faq-block__li {
            font-size: calc(1rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(7.5rem ,5.6818181818rem + 9.0909090909vw ,12.5rem)) {
        .hero-card__container {
            padding-top: clamp(7.5rem ,5.6818181818rem + 9.0909090909vw ,12.5rem)
        }
    }
    @supports not (padding-top:clamp(7.5rem ,5.6818181818rem + 9.0909090909vw ,12.5rem)) {
        .hero-card__container {
            padding-top: calc(7.5rem + 5 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(1.875rem ,-0.625rem + 12.5vw ,8.75rem)) {
        .hero-card__container {
            padding-bottom: clamp(1.875rem ,-.625rem + 12.5vw ,8.75rem)
        }
    }
    @supports not (padding-bottom:clamp(1.875rem ,-0.625rem + 12.5vw ,8.75rem)) {
        .hero-card__container {
            padding-bottom: calc(1.875rem + 6.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-card__container--intro {
            padding-top: clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)
        }
    }
    @supports not (padding-top:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-card__container--intro {
            padding-top: calc(2.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-card__container--intro {
            padding-bottom: clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)
        }
    }
    @supports not (padding-bottom:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-card__container--intro {
            padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)) {
        .hero-card__title {
            font-size: clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)
        }
    }
    @supports not (font-size:clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)) {
        .hero-card__title {
            font-size: calc(3.4375rem + 1.5625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .hero-card__label {
            font-size: clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .hero-card__label {
            font-size: calc(1.875rem + .9375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero-card__text {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero-card__text {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .hero-reviews-page__container {
            padding-top: clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)
        }
    }
    @supports not (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .hero-reviews-page__container {
            padding-top: calc(7.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero-reviews-page__container {
            padding-bottom: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero-reviews-page__container {
            padding-bottom: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-reviews-page__container--intro {
            padding-top: clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)
        }
    }
    @supports not (padding-top:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-reviews-page__container--intro {
            padding-top: calc(2.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-reviews-page__container--intro {
            padding-bottom: clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)
        }
    }
    @supports not (padding-bottom:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-reviews-page__container--intro {
            padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)) {
        .hero-reviews-page__title {
            font-size: clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)
        }
    }
    @supports not (font-size:clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)) {
        .hero-reviews-page__title {
            font-size: calc(3.4375rem + 1.5625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .hero-reviews-page__label {
            font-size: clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .hero-reviews-page__label {
            font-size: calc(1.875rem + .9375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero-reviews-page__text {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero-reviews-page__text {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(7.5rem ,5.6818181818rem + 9.0909090909vw ,12.5rem)) {
        .hero-business__container {
            padding-top: clamp(7.5rem ,5.6818181818rem + 9.0909090909vw ,12.5rem)
        }
    }
    @supports not (padding-top:clamp(7.5rem ,5.6818181818rem + 9.0909090909vw ,12.5rem)) {
        .hero-business__container {
            padding-top: calc(7.5rem + 5 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(1.875rem ,-0.625rem + 12.5vw ,8.75rem)) {
        .hero-business__container {
            padding-bottom: clamp(1.875rem ,-.625rem + 12.5vw ,8.75rem)
        }
    }
    @supports not (padding-bottom:clamp(1.875rem ,-0.625rem + 12.5vw ,8.75rem)) {
        .hero-business__container {
            padding-bottom: calc(1.875rem + 6.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-business__container--intro {
            padding-top: clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)
        }
    }
    @supports not (padding-top:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-business__container--intro {
            padding-top: calc(2.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-business__container--intro {
            padding-bottom: clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)
        }
    }
    @supports not (padding-bottom:clamp(2.5rem ,1.8181818182rem + 3.4090909091vw ,4.375rem)) {
        .hero-business__container--intro {
            padding-bottom: calc(2.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)) {
        .hero-business__title {
            font-size: clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)
        }
    }
    @supports not (font-size:clamp(3.4375rem ,2.8693181818rem + 2.8409090909vw ,5rem)) {
        .hero-business__title {
            font-size: calc(3.4375rem + 1.5625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .hero-business__label {
            font-size: clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.875rem ,1.5340909091rem + 1.7045454545vw ,2.8125rem)) {
        .hero-business__label {
            font-size: calc(1.875rem + .9375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero-business__text {
            font-size: clamp(1.25rem ,1.1590909091rem + .4545454545vw ,1.5rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.1590909091rem + 0.4545454545vw ,1.5rem)) {
        .hero-business__text {
            font-size: calc(1.25rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .page-privacy__container {
            padding-top: clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)
        }
    }
    @supports not (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .page-privacy__container {
            padding-top: calc(7.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .page-privacy__container {
            padding-bottom: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .page-privacy__container {
            padding-bottom: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.5625rem ,1.1079545455rem + 2.2727272727vw ,2.8125rem)) {
        .page-privacy__title {
            font-size: clamp(1.5625rem ,1.1079545455rem + 2.2727272727vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.5625rem ,1.1079545455rem + 2.2727272727vw ,2.8125rem)) {
        .page-privacy__title {
            font-size: calc(1.5625rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.375rem ,1.3068181818rem + 0.3409090909vw ,1.5625rem)) {
        .page-privacy__renewal {
            font-size: clamp(1.375rem ,1.3068181818rem + .3409090909vw ,1.5625rem)
        }
    }
    @supports not (font-size:clamp(1.375rem ,1.3068181818rem + 0.3409090909vw ,1.5625rem)) {
        .page-privacy__renewal {
            font-size: calc(1.375rem + .1875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9545454545rem + 0.2272727273vw ,1.125rem)) {
        .table-privacy th {
            font-size: clamp(1rem ,.9545454545rem + .2272727273vw ,1.125rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9545454545rem + 0.2272727273vw ,1.125rem)) {
        .table-privacy th {
            font-size: calc(1rem + .125 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)) {
        .table-privacy td {
            font-size: clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)
        }
    }
    @supports not (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)) {
        .table-privacy td {
            font-size: calc(.875rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .use-cookie__container {
            padding-top: clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)
        }
    }
    @supports not (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .use-cookie__container {
            padding-top: calc(7.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .use-cookie__container {
            padding-bottom: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .use-cookie__container {
            padding-bottom: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .use-cookie__chapter-title {
            font-size: clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)
        }
    }
    @supports not (font-size:clamp(1.25rem ,1.0227272727rem + 1.1363636364vw ,1.875rem)) {
        .use-cookie__chapter-title {
            font-size: calc(1.25rem + .625 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1rem ,0.9545454545rem + 0.2272727273vw ,1.125rem)) {
        .cookie-use th {
            font-size: clamp(1rem ,.9545454545rem + .2272727273vw ,1.125rem)
        }
    }
    @supports not (font-size:clamp(1rem ,0.9545454545rem + 0.2272727273vw ,1.125rem)) {
        .cookie-use th {
            font-size: calc(1rem + .125 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)) {
        .cookie-use td {
            font-size: clamp(.875rem ,.7840909091rem + .4545454545vw ,1.125rem)
        }
    }
    @supports not (font-size:clamp(0.875rem ,0.7840909091rem + 0.4545454545vw ,1.125rem)) {
        .cookie-use td {
            font-size: calc(.875rem + .25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .hero-aml__container {
            padding-top: clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)
        }
    }
    @supports not (padding-top:clamp(7.5rem ,6.8181818182rem + 3.4090909091vw ,9.375rem)) {
        .hero-aml__container {
            padding-top: calc(7.5rem + 1.875 * (100vw - 20rem)/ 55)
        }
    }
    @supports (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero-aml__container {
            padding-bottom: clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)
        }
    }
    @supports not (padding-bottom:clamp(1.875rem ,1.4204545455rem + 2.2727272727vw ,3.125rem)) {
        .hero-aml__container {
            padding-bottom: calc(1.875rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.5625rem ,1.1079545455rem + 2.2727272727vw ,2.8125rem)) {
        .hero-aml__title {
            font-size: clamp(1.5625rem ,1.1079545455rem + 2.2727272727vw ,2.8125rem)
        }
    }
    @supports not (font-size:clamp(1.5625rem ,1.1079545455rem + 2.2727272727vw ,2.8125rem)) {
        .hero-aml__title {
            font-size: calc(1.5625rem + 1.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (font-size:clamp(1.375rem ,1.3068181818rem + 0.3409090909vw ,1.5625rem)) {
        .hero-aml__renewal {
            font-size: clamp(1.375rem ,1.3068181818rem + .3409090909vw ,1.5625rem)
        }
    }
    @supports not (font-size:clamp(1.375rem ,1.3068181818rem + 0.3409090909vw ,1.5625rem)) {
        .hero-aml__renewal {
            font-size: calc(1.375rem + .1875 * (100vw - 20rem)/ 55)
        }
    }
}
@media (max-width:47.99875em) and (min-width:75em) {
    .wallet-spollers {
        width: 21.875rem
    }
    .hero__container {
        row-gap: 6.25rem
    }
    .hero-crypto__container-currency {
        row-gap: 6.25rem
    }
    .hero-crypto__body-container {
        row-gap: 6.25rem
    }
    .hero-card__body-container {
        row-gap: 6.25rem
    }
    .hero-reviews-page__body-container {
        row-gap: 6.25rem
    }
    .hero-business__body-container {
        row-gap: 6.25rem
    }
}
@media (max-width:47.99875em) and (min-width:20em) and (max-width:75em) {
    @supports (width:clamp(15.625rem ,13.3522727273rem + 11.3636363636vw ,21.875rem)) {
        .wallet-spollers {
            width: clamp(15.625rem ,13.3522727273rem + 11.3636363636vw ,21.875rem)
        }
    }
    @supports not (width:clamp(15.625rem ,13.3522727273rem + 11.3636363636vw ,21.875rem)) {
        .wallet-spollers {
            width: calc(15.625rem + 6.25 * (100vw - 20rem)/ 55)
        }
    }
    @supports (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero__container {
            row-gap: clamp(1.875rem ,.2840909091rem + 7.9545454545vw ,6.25rem)
        }
    }
    @supports not (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero__container {
            row-gap: calc(1.875rem + 4.375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero-crypto__container-currency {
            row-gap: clamp(1.875rem ,.2840909091rem + 7.9545454545vw ,6.25rem)
        }
    }
    @supports not (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero-crypto__container-currency {
            row-gap: calc(1.875rem + 4.375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero-crypto__body-container {
            row-gap: clamp(1.875rem ,.2840909091rem + 7.9545454545vw ,6.25rem)
        }
    }
    @supports not (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero-crypto__body-container {
            row-gap: calc(1.875rem + 4.375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero-card__body-container {
            row-gap: clamp(1.875rem ,.2840909091rem + 7.9545454545vw ,6.25rem)
        }
    }
    @supports not (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero-card__body-container {
            row-gap: calc(1.875rem + 4.375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero-reviews-page__body-container {
            row-gap: clamp(1.875rem ,.2840909091rem + 7.9545454545vw ,6.25rem)
        }
    }
    @supports not (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero-reviews-page__body-container {
            row-gap: calc(1.875rem + 4.375 * (100vw - 20rem)/ 55)
        }
    }
    @supports (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero-business__body-container {
            row-gap: clamp(1.875rem ,.2840909091rem + 7.9545454545vw ,6.25rem)
        }
    }
    @supports not (row-gap:clamp(1.875rem ,0.2840909091rem + 7.9545454545vw ,6.25rem)) {
        .hero-business__body-container {
            row-gap: calc(1.875rem + 4.375 * (100vw - 20rem)/ 55)
        }
    }
}
@media (max-width:29.99875em) and (min-width:75em) {
    .wallet-spollers {
        width: 18.75rem
    }
}
@media (max-width:29.99875em) and (min-width:20em) and (max-width:75em) {
    @supports (width:clamp(18rem ,17.7272727273rem + 1.3636363636vw ,18.75rem)) {
        .wallet-spollers {
            width: clamp(18rem ,17.7272727273rem + 1.3636363636vw ,18.75rem)
        }
    }
    @supports not (width:clamp(18rem ,17.7272727273rem + 1.3636363636vw ,18.75rem)) {
        .wallet-spollers {
            width: calc(18rem + .75 * (100vw - 20rem)/ 55)
        }
    }
}
@media (any-hover:hover) {
    .select__option:hover {
        background: #d9d9d9
    }
    [data-rating=set] .rating__items:hover .rating__item {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOSIgdmVjdG9yPSIwIiBmaWxsPSJyZ2IoMjUyLDBkLDApIj4KICAgIDxwYXRoIGZpbGw9InJnYigyNTIsIDQ0LCAxKSIgZD0iTTExLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIvPgogICAgPC9zdmc+) 0 0/1.875rem no-repeat
    }
    .rating__item [data-rating=set] .rating__items:hover .rating__item {
        background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIxOSIgdmVjdG9yPSIwIiBmaWxsPSJyZ2IoMjUyLDBkLDApIj4KICAgIDxwYXRoIGZpbGw9InJnYigyNTIsIDQ0LCAxKSIgZD0iTTExLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIvPgogICAgPC9zdmc+) 0 0/1.25rem no-repeat
    }
    [data-rating=set] .rating__item:hover ~ .rating__item {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIKCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMTkuODE1NyA3LjEyMzI1TDEyLjg2NzIgNi41MjQwN0wxMC4xNTE2IDAuMTI2NDY1TDcuNDM2MDEgNi41MzM3NEwwLjQ4NzU0OSA3LjEyMzI1TDUuNzY0MTMgMTEuNjk0M0w0LjE3OTIyIDE4LjQ4ODJMMTAuMTUxNiAxNC44ODM1TDE2LjEyNCAxOC40ODgyTDE0LjU0ODggMTEuNjk0M0wxOS44MTU3IDcuMTIzMjVaTTEwLjE1MTYgMTMuMDc2M0w2LjUxNzkyIDE1LjI3MDFMNy40ODQzMyAxMS4xMzM4TDQuMjc1ODYgOC4zNTA1OEw4LjUwODcyIDcuOTgzMzVMMTAuMTUxNiA0LjA4ODczTDExLjgwNDIgNy45OTMwMUwxNi4wMzcgOC4zNjAyNUwxMi44Mjg2IDExLjE0MzVMMTMuNzk1IDE1LjI3OTdMMTAuMTUxNiAxMy4wNzYzWiIgZmlsbD0iI2ZjMmMwMSIvPgo8L3N2Zz4K) 0 0/1.875rem no-repeat
    }
    .rating--starII [data-rating=set] .rating__item:hover ~ .rating__item {
        background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIKCXhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+Cgk8cGF0aCBkPSJNMTkuODE1NyA3LjEyMzI1TDEyLjg2NzIgNi41MjQwN0wxMC4xNTE2IDAuMTI2NDY1TDcuNDM2MDEgNi41MzM3NEwwLjQ4NzU0OSA3LjEyMzI1TDUuNzY0MTMgMTEuNjk0M0w0LjE3OTIyIDE4LjQ4ODJMMTAuMTUxNiAxNC44ODM1TDE2LjEyNCAxOC40ODgyTDE0LjU0ODggMTEuNjk0M0wxOS44MTU3IDcuMTIzMjVaTTEwLjE1MTYgMTMuMDc2M0w2LjUxNzkyIDE1LjI3MDFMNy40ODQzMyAxMS4xMzM4TDQuMjc1ODYgOC4zNTA1OEw4LjUwODcyIDcuOTgzMzVMMTAuMTUxNiA0LjA4ODczTDExLjgwNDIgNy45OTMwMUwxNi4wMzcgOC4zNjAyNUwxMi44Mjg2IDExLjE0MzVMMTMuNzk1IDE1LjI3OTdMMTAuMTUxNiAxMy4wNzYzWiIgZmlsbD0iI2ZjMmMwMSIvPgo8L3N2Zz4K) 0 0/1.25rem no-repeat
    }
    [data-rating=set] .rating__item:hover ~ .rating__item span {
        display: none
    }
    .button--crypto-trade:hover {
        background-color: #fff;
        color: #fc2c01;
        border: .125rem solid #fc2c01
    }
    .crypto-wallet__link:hover {
        color: #fc2c01
    }
    .crypto-wallet__link:hover:before {
        color: #fc2c01
    }
    .faq-crypto__title-item:hover {
        color: #fc2c01
    }
    .faq-crypto__title-item:hover:before {
        color: #fc2c01
    }
    .header__logo-image:hover {
        transform: scale(1.1)
    }
    .spollers-product__link-body:hover .spollers-product__title {
        color: red
    }
    .spollers-product__title-wallet:hover .spollers-product__title {
        color: red
    }
    .wallet-spollers__link:hover {
        color: #fc2c01
    }
    .spollers-crypto__link:hover .spollers-crypto__name {
        color: #fc2c01
    }
    .buy-invest__title-body:hover .buy-invest__title {
        color: #fc2c01
    }
    .buy-invest__link:hover {
        color: #fc2c01
    }
    .spollers-about__link:hover .spollers-about__title {
        color: #fc2c01
    }
    .language-select__option:hover {
        background-color: #dfdbdb;
        color: #fc2c01;
        border: .125rem solid #fc2c01
    }
    .footer__arrow-up:hover {
        border: .125rem solid #fc2c01;
        background-color: #dfdbdb
    }
    .top-footer__logo-image:hover {
        transform: scale(1.1)
    }
    .cryptowallet__link:hover {
        transform: scale(1.15)
    }
    .social-block__image:hover {
        transform: scale(1.15)
    }
    .squares-block__item:hover {
        transform: scale(.85)
    }
    .faq-block__title-item:hover {
        color: #fc2c01
    }
    .faq-block__title-item:hover:before {
        color: #fc2c01
    }
    .crypto-wallet__link:hover {
        color: #fc2c01
    }
    .crypto-wallet__link:hover:before {
        color: #fc2c01
    }
    .faq-block__title-item:hover {
        color: #fc2c01
    }
    .faq-block__title-item:hover:before {
        color: #fc2c01
    }
    .crypto-wallet__link:hover {
        color: #fc2c01
    }
    .crypto-wallet__link:hover:before {
        color: #fc2c01
    }
    .faq-block__title-item:hover {
        color: #fc2c01
    }
    .faq-block__title-item:hover:before {
        color: #fc2c01
    }
}
@media (any-hover:none) {
    .squares-block__item:hover {
        transform: scale(.85)
    }
}
