/* Root */

html,
body {
    color-scheme: light;
    scroll-behavior: smooth;
    text-rendering: optimizelegibility;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: antialiased;
    background-color: #FFFFFF;
    font-family: Montserrat;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
    background: no-repeat 100% url("/resources/images/background.png");
    background-size: cover;
}

* {
    padding: 0;
    margin: 0;
}

img {
    pointer-events: none;
    cursor: default;
}

input,
textarea,
button {
    outline: none;
    transition: 0.3s;
    font-family: Manrope;
}

a {
    transition: 0.3s;
    cursor: pointer;
    text-decoration: none;
    color: #1E255E;
}

a:hover {
    opacity: 0.8;
}

a:active {
    opacity: 0.5;
}

/* Header */

header {
    transition: 0.3s, -webkit-backdrop-filter 0s;
    transition: 0.3s, -webkit-backdrop-filter 0s;
    transition: 0.3s, backdrop-filter 0s;
    transition: 0.3s, backdrop-filter 0s, -webkit-backdrop-filter 0s;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2048;
    border-bottom: 1px solid transparent;
    -webkit-backdrop-filter: blur(0px);
    backdrop-filter: blur(0px);
    background-color: transparent;
    height: 80px;
}

header .content {
    width: 90%;
    max-width: 1110px;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

header .content .logotype {
    display: flex;
    align-items: center;
    gap: 10px;
}

header .content .logotype img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

header .content .logotype h1 {
    color: #1E255E;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

header .content .links {
    display: flex;
    align-items: center;
    gap: 40px;
}

header .content .links a {
    color: #1E255E;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

header .content .links .language {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

header .content .links .language .language-select {
    display: none;
    position: absolute;
    margin-top: 100px;
    background-color: #FFFFFF;
    border: 1px solid #C5C5C590;
    border-radius: 12px;
    padding: 8px;
}

header .content .links .language .language-select .select {
    width: 100%;
}

header .content .links .language .language-select .select:not(:first-of-type) {
    margin-top: 8px;
}

header .content .links .language .select {
    display: flex;
    align-items: center;
    gap: 8px;
}

header .content .links .language .select .flag {
    width: 25px;
    height: 25px;
    -o-object-fit: contain;
    object-fit: contain;
}

header .content .links .language .select p {
    color: #1E255E;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

header .content .links .language .arrow {
    width: 10px;
    height: 10px;
    -o-object-fit: contain;
    object-fit: contain;
}

header .content .links .button {
    display: flex;
    padding: 10px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
    border: 1px solid rgba(30, 37, 94, 0.50);
    color: #1E255E;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

header .content .links .media {
    display: none;
}

header .content .links .media a {
    height: 6vw;
}

header .content .links .media img {
    width: 6vw;
    height: 6vw;
    -o-object-fit: contain;
    object-fit: contain;
}

/* Media */

.media-menu {
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    justify-content: space-between;
    -webkit-backdrop-filter: blur(64px);
    backdrop-filter: blur(64px);
    background-color: #CDCDCD9C;
    z-index: 123456;
}

.media-menu .close {
    margin-top: 4vw;
    margin-left: 4vw;
    color: #1E255E;
    font-size: SF Pro Display;
    font-size: 6.5vw;
    font-weight: 700;
}

.media-menu .media-content {
    position: relative;
    padding: 20px;
    background-color: #FFFFFF;
    left: 0;
    top: 0;
    height: 100vh;
    width: 60vw;
    display: flex;
    border-left: 1px solid #C5C5C590;
}

.media-menu .media-content .content {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    width: 100%;
}

.media-menu .media-content .content .links {
    display: grid;
    align-items: center;
    gap: 4vw;
}

.media-menu .media-content .content .links a {
    color: #1E255E;
    font-family: Montserrat;
    font-size: 4.6vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.media-menu .media-content .content .links .language {
    display: flex;
    align-items: center;
    gap: 2.6vw;
    cursor: pointer;
}

.media-menu .media-content .content .links .language .language-select {
    display: none;
    position: absolute;
    margin-top: 100px;
    background-color: #FFFFFF;
    border: 1px solid #C5C5C590;
    border-radius: 12px;
    padding: 2.6vw;
}

.media-menu .media-content .content .links .language .language-select .select {
    width: 100%;
}

.media-menu .media-content .content .links .language .language-select .select:not(:first-of-type) {
    margin-top: 2.6vw;
}

.media-menu .media-content .content .links .language .select {
    display: flex;
    align-items: center;
    gap: 2.6vw;
}

.media-menu .media-content .content .links .language .select .flag {
    width: 8.3vw;
    height: 8.3vw;
    -o-object-fit: contain;
    object-fit: contain;
}

.media-menu .media-content .content .links .language .select p {
    color: #1E255E;
    text-align: center;
    font-family: Montserrat;
    font-size: 4.6vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.media-menu .media-content .content .links .language .arrow {
    width: 3.3vw;
    height: 3.3vw;
    -o-object-fit: contain;
    object-fit: contain;
}

.media-menu .media-content .content .links .button {
    display: flex;
    padding: 3.3vw 5.3vw;
    align-items: center;
    gap: 2.6vw;
    border-radius: 12px;
    border: 1px solid rgba(30, 37, 94, 0.50);
    color: #1E255E;
    text-align: center;
    font-family: Montserrat;
    font-size: 4.6vw;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-align: center;
    justify-content: center;
}

/* Content */

main {
    position: relative;
    z-index: 1;
    width: 90%;
    max-width: 1100px;
    margin: auto;
    padding-top: 40px;
    text-align: center;
}

main .main-block {
    width: 100%;
    margin-top: 100px;
}

main .promo .title {
    position: relative;
    z-index: 1;
}

main .promo .title h1 {
    color: #1E255E;
    font-family: Montserrat;
    font-size: 64px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

main .promo .title h1 span {
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F5EDD5 -15%, #0066FF, #EC8261);
}

main .promo .title h2 {
    margin-top: 15px;
    color: rgba(30, 37, 94, 0.70);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

main .promo .title h2 span {
    font-weight: 700;
}

main .promo .title a {
    margin: auto;
    margin-top: 55px;
    border-radius: 12px;
    background: linear-gradient(90deg, #8AB7F9 0.15%, #237BFF 30.27%, #1B76FF 80.7%, #A799DD 99.86%), linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%), #06F;
    box-shadow: 0px 6px 20px 0px rgba(0, 102, 255, 0.10);
    display: inline-flex;
    padding: 20px 45px;
    align-items: flex-start;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

main .promo .image {
    position: relative;
    z-index: 0;
    margin: auto;
    width: 100%;
    margin-top: -40px;
    display: grid;
}

main .promo .image .rabbit {
    margin: auto;
}

main .promo .image .notification {
    margin: auto;
    width: calc(320px - 10px * 2);
    display: inline-flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 12px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.30) 0%, rgba(0, 0, 0, 0.30) 100%), rgba(255, 255, 255, 0.20);
    background-blend-mode: normal, soft-light;
    -webkit-backdrop-filter: blur(45px);
    backdrop-filter: blur(45px);
    text-align: left;
    margin-top: -216px;
}

main .promo .image .notification .name {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

main .promo .image .notification .name .app {
    display: flex;
    align-items: center;
    gap: 8px;
}

main .promo .image .notification .name .app img {
    width: 20px;
    height: 20px;
    -o-object-fit: contain;
    object-fit: contain;
}

main .promo .image .notification .name .app h1 {
    color: #FFFFFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.12px;
    text-transform: uppercase;
    font-family: "SF Pro Display";
}

main .promo .image .notification .name p {
    color: #FFFFFF80;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    font-family: "SF Pro Display";
}

main .promo .image .notification .message h1 {
    width: 100%;
    margin-top: 8px;
    color: #FFFFFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.14px;
    font-family: "SF Pro Display";
}

main .promo .image .notification .message h2 {
    margin-top: 4px;
    width: 100%;
    color: #FFFFFFFC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.14px;
    font-family: "SF Pro Display";
}

main .promo .image a {
    display: none;
    margin: auto;
    margin-top: 20px;
    border-radius: 12px;
    background: linear-gradient(90deg, #8AB7F9 0.15%, #237BFF 30.27%, #1B76FF 80.7%, #A799DD 99.86%), linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%), #06F;
    box-shadow: 0px 6px 20px 0px rgba(0, 102, 255, 0.10);
    padding: 5vw 6.6vw;
    align-items: flex-start;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 3.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

main .reviews {
    margin-top: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

main .reviews .block {
    position: relative;
    width: calc(((100% - 30px * 2) / 3) - 30px * 2);
    min-width: calc(300px - 30px * 2);
    min-height: calc(230px - 30px * 2);
    height: calc(100% - 30px * 2);
    border-radius: 12px;
    background: #FFF;
    box-shadow: 0px 4px 50px 0px rgba(0, 0, 0, 0.06);
    padding: 30px;
    text-align: left;
}

main .reviews .block .title {
    position: relative;
    z-index: 1;
    display: flex;
    gap: 18px;
    align-items: center;
}

main .reviews .block .title img {
    width: 60px;
    height: 60px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 100%;
}

main .reviews .block .title .name {
    display: grid;
    gap: 6px;
}

main .reviews .block .title .name h1 {
    color: #1E255E;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

main .reviews .block .title .name h2 {
    color: rgba(30, 37, 94, 0.70);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

main .reviews .block .review {
    position: relative;
    z-index: 1;
    margin-top: 24px;
    color: rgba(30, 37, 94, 0.70);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

main .reviews .block .left-stroke {
    position: absolute;
    z-index: 0;
    transform: rotate(180deg);
    float: left;
    margin-top: 15px;
    left: 20px;
}

main .reviews .block .right-stroke {
    position: absolute;
    z-index: 0;
    float: right;
    right: 20px;
    bottom: 15px;
}

main .slider {
    transition: 0.3s;
    margin-top: 6.5vw;
    display: none;
    gap: 1.6vw;
    justify-content: center;
    align-items: center;
}

main .slider .line {
    transition: 0.3s;
    height: 0.5vw;
    width: 6vw;
    border-radius: 33px;
    background: rgba(0, 0, 0, 0.15);
}

main .slider .active {
    width: 10vw;
    background: linear-gradient(85deg, #F5EDD5 -60.01%, #06F 22.79%, #EC8261 105.58%);
    box-shadow: 0px 0px 11px 0px rgba(0, 102, 255, 0.19);
}

main .steps {
    scroll-margin-top: calc(100px + 30px);
}

main .steps h1 {
    color: #1E255E;
    text-align: center;
    font-family: Montserrat;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

main .steps .content {
    position: relative;
    display: grid;
    gap: 100px;
    margin: auto;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
    background: no-repeat center 100% url("/resources/images/line.svg");
    background-size: contain;
}

main .steps .content .block {
    position: relative;
    display: flex;
    gap: 100px;
    justify-content: space-between;
    align-items: center;
}

main .steps .content .block .line {
    display: none;
}

main .steps .content .block h2 {
    color: rgba(241, 241, 241, 0.50);
    font-family: Montserrat;
    font-size: 128px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    margin-right: 50px;
    margin-left: 90px;
}

main .steps .content .block .title {
    display: flex;
    gap: 25px;
    align-items: center;
    height: 150px;
    width: 100%;
}

main .steps .content .block .title img {
    width: 80px;
    height: 80px;
    -o-object-fit: contain;
    object-fit: contain
}

main .steps .content .block .title div {
    display: grid;
    gap: 5px;
    text-align: left;
}

main .steps .content .block .title div h3 {
    color: rgba(30, 37, 94, 0.70);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

main .steps .content .block .title div h4 {
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F5EDD5 -25%, #0066FF, #EC8261);
}

main .steps .content .reverse,
main .steps .content .reverse .title {
    flex-direction: row-reverse;
}

main .steps .content .reverse .title div h3 {
    max-width: 145px;
}

main .steps .content .custom .title {
    align-items: flex-start;
}

main .steps .content .custom .title div h4 {
    font-size: 24px;
}

main .steps .content .left {
    text-align: right;
}

main .steps .content .right {
    text-align: left;
}

main .media-steps {
    scroll-margin-top: calc(15vw + 6.6vw);
}

main .media-steps h1 {
    color: #1E255E;
    text-align: center;
    font-family: Montserrat;
    font-size: 6.6vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

main .media-steps .content {
    position: relative;
    display: grid;
    gap: 50px;
    margin: auto;
    margin-top: 35px;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-position: center;
}

main .media-steps .content .block {
    display: grid;
    gap: 2.3vw;
    align-items: center;
}

main .media-steps .content .block .line {
    width: 5.3vw;
    height: 20vw;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto;
    margin-top: -8vw;
}

main .media-steps .content .block h2 {
    position: absolute;
    z-index: -1;
    color: rgba(241, 241, 241, 0.50);
    font-family: Montserrat;
    font-size: 20vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: auto;
    margin: auto;
    left: 0;
    right: 0;
}

main .media-steps .content .block .icon {
    position: relative;
    z-index: 1;
    margin: auto;
    margin-top: 5vw;
    width: 13.3vw;
    height: 13.3vw;
    -o-object-fit: contain;
    object-fit: contain;
}

main .media-steps .content .block {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 0px;
}

main .media-steps .content .block h3 {
    color: rgba(30, 37, 94, 0.70);
    text-align: center;
    font-family: Montserrat;
    font-size: 3.3vw;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

main .media-steps .content .block h4 {
    font-family: Montserrat;
    font-size: 8vw;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent;
    background: linear-gradient(90deg, #F5EDD5 -15%, #0066FF, #EC8261);
}

main .media-steps .content .custom h4 {
    font-size: 4vw;
    max-width: 50vw;
}

main .media-steps .content .left {
    text-align: right;
}

main .media-steps .content .right {
    text-align: left;
}

main .download {
    text-align: left;
    display: flex;
    gap: 100px;
    align-items: center;
}

main .download .title {
    display: grid;
    gap: 18px;
}

main .download .title h1 {
    color: #1E255E;
    font-family: Montserrat;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

main .download .title h1 span {
    color: #06F;
}

main .download .title h2 {
    color: rgba(30, 37, 94, 0.70);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

main .download .title a {
    margin-top: 18px;
    border-radius: 12px;
    background: linear-gradient(90deg, #8AB7F9 0.15%, #237BFF 30.27%, #1B76FF 80.7%, #A799DD 99.86%), linear-gradient(180deg, rgba(255, 255, 255, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%), #06F;
    box-shadow: 0px 6px 20px 0px rgba(0, 102, 255, 0.10);
    display: inline-flex;
    padding: 20px 45px;
    align-items: flex-start;
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

/* Footer */

footer {
    position: relative;
    z-index: 1;
    scroll-margin-top: calc(100px + 30px);
    padding: 20px;
    width: calc(100% - 20px * 2);
    margin-top: 100px;
}

footer .content {
    width: 100%;
    max-width: 1110px;
    margin: auto;
    display: flex;
    justify-content: center;
    text-align: left;
    gap: 30px;
    align-items: flex-start;
}

footer .content .footer-block {
    width: 100%;
}

footer .content .company .logotype {
    display: flex;
    align-items: center;
    gap: 10px;
}

footer .content .company .logotype img {
    width: 30px;
    height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

footer .content .company .logotype h1 {
    color: #1E255E;
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .content .company p {
    margin-top: 18px;
    color: rgba(30, 37, 94, 0.70);
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

footer .content .info h1,
footer .content .contacts h1,
footer .content .payments h1 {
    color: rgba(30, 37, 94, 0.70);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
}

footer .content .info a,
footer .content .contacts a {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-top: 8px;
    color: rgba(30, 37, 94, 0.70);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
}

footer .content .info a img {
    width: 14px;
    height: 14px;
    -o-object-fit: contain;
    object-fit: contain;
}

footer .content .payments .block {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 12px;
}

footer .content .payments .block .brand {
    width: calc((100% - 12px * 3) / 4);
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.09);
    height: 35px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;

}

footer .content .payments .block .brand img {
    margin: auto;
    width: 70%;
    height: 70%;
    -o-object-fit: contain;
    object-fit: contain;
}

footer .attribute {
    width: 100%;
    max-width: 1110px;
    margin: auto;
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    text-align: left;
    align-items: center;
    padding-top: 20px;
    border-top: 1px solid rgba(48, 78, 123, 0.09);
}

footer .attribute p {
    color: rgba(30, 37, 94, 0.70);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* Adaptation */

@media screen and (max-width: 1280px) {
    /* Content */

    main .download {
        gap: 0px;
    }

    /* Footer */

    footer .content .company,
    footer .content .info footer .content .contacts {
        width: 60%;
    }
}

@media screen and (max-width: 1000px) {
    /* Header */

    header .content .links {
        gap: 15px;
    }

    /* Content */

    main .download {
        display: grid;
        gap: 30px;
        justify-content: center;
        text-align: center;
    }

    main .download .title a {
        margin: auto;
        margin-top: 18px;
    }

    /* Footer */

    footer .content {
        flex-wrap: wrap;
        justify-content: center;
    }

    footer .content .footer-block {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    footer .content .company p {
        max-width: 300px;
    }
}

@media screen and (max-width: 800px) {
    /* Root */

    html,
    body {
        background: no-repeat 100% url("/resources/images/mobile.png");
        background-size: cover;
    }

    /* Header */

    header {
        height: 15vw;
    }

    header .content,
    header .content .links {
        gap: 4.6vw;
    }

    header .content .logotype {
        gap: 2vw;
    }

    header .content .logotype img {
        width: 6.6vw;
        height: 6.6vw;
    }

    header .content .logotype h1 {
        font-size: 5.3vw;
    }

    header .content .links .header-links {
        display: none;
    }

    header .content .links .language .select .flag {
        width: 6.6vw;
        height: 6.6vw;
    }

    header .content .links .language .select p {
        font-size: 3.3vw;
    }

    header .content .links .language .arrow {
        width: 1.6vw;
        height: 1.6vw;
    }

    header .content .links .button {
        display: none;
    }

    header .content .links .media {
        display: block;
    }

    /* Content */

    main {
        padding-top: 6.6vw;
    }

    main .main-block {
        margin-top: 16vw;
    }

    main .promo .title h1 {
        margin: auto;
        max-width: 95vw;
        font-size: 8vw;
        font-weight: 700;
    }

    main .promo .title h2 {
        margin: auto;
        margin-top: 3.3vw;
        max-width: 95vw;
        font-size: 4vw;
    }

    main .promo .title a {
        display: none;
    }

    main .promo .image {
        margin-top: 5.3vw;
    }

    main .promo .image .rabbit {
        width: 100%;
    }

    main .promo .image .notification {
        margin-top: -26vw;
    }

    main .promo .image a {
        display: flex;
    }

    main .reviews {
        transition: 0.3s;
        margin-left: calc(-28vw - 4vw * 2);
        width: 160vw;
        flex-wrap: nowrap;
        gap: 4vw;
    }

    main .reviews .block {
        padding: 4vw;
        width: calc(100vw - 4vw * 4);
        height: calc(28vw - 4vw * 2);
        min-width: auto;
        min-height: auto;
        box-shadow: 0px 1.3vw 16vw 0px rgba(0, 0, 0, 0.06);
    }

    main .reviews .block .title {
        gap: 2vw;
    }

    main .reviews .block .title img {
        width: 8vw;
        height: 8vw;
    }

    main .reviews .block .title .name {
        gap: 0.2vw;
    }

    main .reviews .block .title .name h1 {
        font-size: 2.6vw;
    }

    main .reviews .block .title .name h2 {
        font-size: 2vw;
    }

    main .reviews .block .review {
        font-size: 2vw;
        margin-top: 3.3vw;
    }

    main .reviews .block .left-stroke,
    main .reviews .block .right-stroke {
        width: 4.6vw;
        -o-object-fit: contain;
        object-fit: contain;
    }

    main .reviews .block .left-stroke {
        margin-top: 3.3vw;
        left: 3.3vw;
    }

    main .reviews .block .right-stroke {
        bottom: 1.6vw;
        right: 3.3vw;
    }

    main .slider {
        display: flex;
    }

    main .download {
        gap: 3.3vw;
    }

    main .download img {
        margin: auto;
        width: 50vw;
    }

    main .download .title h1 {
        font-size: 6.6vw;
    }

    main .download .title h2 {
        font-size: 4vw;
    }

    main .download .title a {
        font-size: 3.3vw;
        padding: 5vw 6.6vw;
        margin-top: 3.3vw;
    }

    /* Footer */

    footer {
        scroll-margin-top: calc(15vw + 6.6vw);
        margin-top: 6.6vw;
    }

    footer .content {
        gap: 6.6vw;
    }

    footer .content .footer-block {
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
    }

    footer .content .company {
        text-align: center;
        width: 100%;
    }

    footer .content .company .logotype {
        justify-content: center;
        gap: 2vw;
    }

    footer .content .company .logotype img {
        width: 6.6vw;
        height: 6.6vw;
    }

    footer .content .company .logotype h1 {
        font-size: 5.3vw;
    }

    footer .content .company p {
        margin: auto;
        margin-top: 3.3vw;
        font-size: 2.6vw;
        max-width: 70vw;
    }

    footer .content .info h1,
    footer .content .contacts h1,
    footer .content .payments h1 {
        font-size: 3.3vw;
        margin-bottom: 2.6vw;
    }

    footer .content .info a,
    footer .content .contacts a {
        font-size: 2.3vw;
    }

    footer .content .payments {
        text-align: center;
        width: 100%;
    }

    footer .content .payments .block {
        flex-wrap: nowrap;
    }

    footer .content .payments .block .brand {
        width: 100%;
        height: 6.6vw;
    }

    footer .attribute {
        margin-top: 6.6vw;
        display: grid;
        justify-content: center;
        align-items: center;
        text-align: center;
        gap: 1.6vw;
    }

    footer .attribute p {
        font-size: 2vw;
    }
}
}