@charset "UTF-8";
@import"https://fonts.bunny.net/css?family=play:400,700";
@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent;
    text-decoration: none
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

button {
    cursor: pointer
}

textarea {
    resize: none;
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

figure {
    margin: 0;
    padding: 0
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px)
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(/front/front/build/assets/owl.video.play-BJo37keB.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    transform: scale(1.3)
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

@font-face {
    font-family: Druk Cyr;
    src: local("../fonts/drukwidecyr-bold"), local("drukwidecyr-bold"), url(/front/build/assets/drukwidecyr-bold-BmSxsSWv.woff2) format("woff2"), url(/front/build/assets/drukwidecyr-bold-B_SY1GJM.eot) format("woff"), url(/front/build/assets/drukwidecyr-bold-BMnY1xlX.ttf) format("truetype");
    font-weight: 700;
    font-style: italic
}

:root {
    --color-white: #ffffff;
    --color-gray: #888888;
    --color-gray-medium: #C4C4C4;
    --color-gray-light: #DADADA;
    --color-black: #000000;
    --color-black-medium: #272727;
    --color-orange: #EC691F;
    --color-braun: #F0BB81;
    --color-braun-light: #FBECD9;
    --color-red: #C9191B;
    --color-dark-red: #c8191c;
    --color-account-red: #FD0E0E;
    --color-red-medium: #FFDADA;
    --color-yellow: #FFE211
}

.container {
    width: calc(100% - 60px);
    max-width: 1882px;
    display: flex;
    margin: 0 auto;
}

.container-small {
    width: calc(100% - 250px);
    margin: 0 auto;
}

.container .page-banner {
    border-radius: 30px;
    padding-left: 105px
}

.container .page-banner:before {
    border-radius: 30px
}

@media (max-width: 991.98px) {
    .container {
        max-width: 768px
    }

    .container-small {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .container .page-banner:before {
        border-radius: 0;
    }
}

.support-link {
    color: var(--color-black-medium);
    text-align: center;
    display: block;
    margin-top: 30px
}

.color-orange {
    color: var(--color-orange) !important
}

.color-gray {
    color: var(--color-gray) !important
}

.color-black {
    color: var(--color-black-medium) !important
}

.color-red {
    color: var(--color-account-red) !important
}

.bg-orange {
    background-color: var(--color-orange)
}

.orange-frame {
    border: 1px solid var(--color-orange)
}

.error {
    border: 1px solid var(--color-error) !important;
    box-shadow: 0 0 10px 0 var(--color-error)
}

.position-relative {
    position: relative
}

.display-block {
    display: block
}

.centered {
    text-align: center
}

@media (max-width: 767.98px) {
    .mobile-hide {
        display: none
    }
}

.header-tools {
    list-style: none;
    display: flex;
    margin-left: auto;
    font-family: Play, sans-serif;
    gap: 37px;
    align-items: center;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

.header-tools.mobile {
    display: none;
}

@media(max-width: 991.98px) {
    .main-menu.opened+.header-tools.mobile {
        display: flex;
        position: fixed;
        flex-direction: column;
        z-index: 9999;
        left: 0;
        bottom: 40px;
        width: 100%;
        justify-content: center;
    }

    .main-menu.opened+.header-tools.mobile a {
        color: var(--color-white);
    }

    .main-menu.opened+.header-tools.account-tools.mobile li {
        color: var(--color-white);
    }

    .account-headermenu ul {
        display: none;
    }
}

.header-tools.guest-tools a {
    font-weight: 400
}

.header-tools.guest-tools .button {
    font-weight: 700
}

.header-tools li {
    padding: 10px 0
}

@media (max-width: 991.98px) {
    .header-tools li:first-child {
        display: none
    }

    .header-tools.mobile li:first-child {
        display: block;
    }
}

@media (max-width: 991.98px) {
    .header-tools li:nth-child(2) {
        display: none
    }

    .header-tools.mobile li:nth-child(2) {
        display: block;
    }
}

.header-tools li:last-child {
    display: none
}

@media (max-width: 991.98px) {
    .header-tools li:last-child {
        display: block
    }
}

.header-tools>li {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.header-tools a {
    font-size: 24px;
    color: var(--color-gray);
    font-weight: 700
}

.header-tools a.button {
    color: var(--color-white)
}

@media (max-width: 1199px) {
    .header-tools a.button {
        padding: 5.5px 15px 4.5px
    }
}

@media (max-width: 1320px) {
    .header-tools a {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width: 1140px) {
    .header-tools a {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width: 991.98px) {
    .header-tools a {
        display: flex
    }
}

@media (max-width: 1480px) {
    .header-tools {
        gap: 20px
    }
}

@media (max-width: 1199px) {
    .header-tools {
        gap: 10px
    }

    .header-tools.account-tools {
        gap: 20px
    }

    .header-tools.account-tools>li {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width: 991.98px) {
    .header-tools {
        gap: 32px
    }
}

@media (max-width: 1320px) {
    .account-headermenu svg {
        width: 36px;
        height: 36px
    }
}

nav.main-menu {
    margin-left: auto
}

nav.main-menu form {
    display: none
}

@media (max-width: 991.98px) {
    nav.main-menu>ul>li:nth-child(2)>a {
        display: none
    }
}

nav.main-menu ul {
    list-style: none;
    display: flex;
    font-family: Play, sans-serif;
    gap: 50px;
    margin: 0;
    padding: 0
}

nav.main-menu ul li {
    position: relative;
    padding: 10px 0
}

nav.main-menu ul li ul {
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: 0 0;
    position: absolute;
    transition: all .2s linear;
    flex-direction: column;
    gap: 15px;
    background-color: var(--color-white);
    border-radius: 30px;
    box-shadow: 4px 9px 70px 10px #0000001a;
    margin: 0;
    width: 330px;
    padding: 20px;
    z-index: -1
}

nav.main-menu ul li ul a {
    font-weight: 400;
    color: var(--color-black-medium);
    line-height: 36px;
    padding: 0
}

nav.main-menu ul li ul li {
    padding: 0
}

nav.main-menu ul li:hover ul {
    transform: rotateX(0);
    opacity: 1;
    z-index: 99
}

nav.main-menu ul a {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: var(--color-gray);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .2s linear
}

nav.main-menu ul a.active {
    color: var(--color-black-medium)
}

nav.main-menu ul a:hover {
    color: var(--color-black-medium)
}

nav.main-menu ul a svg+span {
    color: var(--color-orange)
}

@media (max-width: 1320px) {
    nav.main-menu ul a {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width: 1140px) {
    nav.main-menu ul a {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width: 1480px) {
    nav.main-menu ul {
        gap: 20px
    }
}

@media (max-width: 1140px) {
    nav.main-menu ul {
        gap: 10px
    }
}

@media (max-width: 991.98px) {
    nav.main-menu {
        position: absolute;
        right: 0;
        width: 100%;
        top: calc(100% - 15px);
        opacity: 0;
        height: 0;
        overflow: hidden;
        transform: translateY(-50px);
        background: var(--color-black-medium);
        border-radius: 20px 20px 0 0;
        transition: all .2s linear;
        z-index: 0
    }

    nav.main-menu ul {
        flex-direction: column;
        max-width: 768px;
        margin: 0 auto;
        padding: 20px 0;
        gap: 14px
    }

    nav.main-menu ul li {
        padding: 0
    }

    nav.main-menu ul li a {
        color: var(--color-white);
        font-size: 16px;
        line-height: 24px
    }

    nav.main-menu ul li a.color-orange {
        color: var(--color-white) !important
    }

    nav.main-menu ul li a svg {
        display: none
    }

    nav.main-menu ul li a.active {
        color: var(--color-white)
    }

    nav.main-menu ul li ul {
        display: block;
        opacity: 1;
        transform: none;
        position: relative;
        background: none;
        box-shadow: none;
        padding: 0;
        margin: 0;
        border-radius: 0;
        display: flex;
        flex-direction: column;
        gap: 14px;
        z-index: 2;
        width: 100%;
    }

    nav.main-menu ul li ul li a {
        color: var(--color-white);
        font-size: 16px;
        line-height: 24px;
        font-weight: 700
    }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
    nav.main-menu ul {
        padding-left: 30px;
        padding-right: 30px;
    }

    nav.main-menu ul li a {
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 991.98px) {
    nav.main-menu.opened {
        opacity: 1;
        transform: translateY(0);
        z-index: 9999;
        display: block;
        height: calc(100vh - 50px)
    }

    nav.main-menu form {
        display: block;
        max-width: 768px;
        margin: 0 auto
    }

    nav.main-menu form .form-control {
        height: 60px;
        background: #fff3;
        background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M8.75 15C12.2018 15 15 12.2018 15 8.75C15 5.29822 12.2018 2.5 8.75 2.5C5.29822 2.5 2.5 5.29822 2.5 8.75C2.5 12.2018 5.29822 15 8.75 15Z" stroke="%23C4C4C4" stroke-opacity="0.38" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M17.5003 17.5001L13.167 13.1667" stroke="%23C4C4C4" stroke-opacity="0.38" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') 10px center no-repeat #fff3;
        border-radius: 10px;
        font-weight: 700;
        font-size: 16px;
        line-height: 24px;
        font-family: Play, sans-serif;
        color: var(--color-white);
        padding-left: 40px
    }

    nav.main-menu form ::-moz-placeholder {
        color: #dadada4f
    }

    nav.main-menu form ::placeholder {
        color: #dadada4f
    }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
    nav.main-menu form {
        padding-left: 30px;
        padding-right: 30px
    }
}

header .cart {
    margin-bottom: 0
}

.cart {
    position: relative
}

.cart .number {
    position: absolute;
    top: 0;
    left: -9px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 100%;
    color: var(--color-white);
    font-family: Open Sans, sans-serif
}

@media (max-width: 991.98px) {
    .cart .number {
        font-size: 10px;
        font-weight: 600;
        width: 13px;
        height: 13px;
        top: 3px;
        left: 0
    }
}

@media (max-width: 1140px) {
    .cart svg {
        height: 30px
    }
}

@media (max-width: 991.98px) {
    .cart svg {
        height: 27px
    }
}

header {
    background: var(--color-white);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding-top: 24px;
    padding-bottom: 24px
}

header .container {
    align-items: center
}

header .logo {
    display: flex;
    flex-direction: column;
    justify-content: center
}

header .logo img {
    width: 174px
}

@media (max-width: 1140px) {
    header .logo img {
        max-width: 140px
    }
}

@media (max-width: 991.98px) {
    header .logo img {
        max-width: 216px
    }
}

@media (max-width: 767.98px) {
    header .logo img {
        max-width: 118px
    }
}

header.fixed {
    box-shadow: 0 0 5px #000000bf
}

header .menu-toggler {
    border: none;
    background: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    position: relative;
    width: 32px;
    height: 23px
}

header .menu-toggler span {
    display: block;
    border-radius: 4px;
    width: 100%;
    position: absolute;
    height: 3px;
    background: var(--color-black-medium);
    left: 0;
    top: 50%;
    transform-origin: center center;
    transform: translateY(-50%);
    transition: all .2s linear;
    border: 1px solid var(--color-black-medium)
}

header .menu-toggler span:first-child {
    top: 0;
    transform: none
}

header .menu-toggler span:last-child {
    top: auto;
    bottom: 0;
    transform: none
}

header .menu-toggler.opened span:nth-child(2) {
    display: none
}

header .menu-toggler.opened span:first-child {
    top: 50%;
    transform: translateY(-50%) rotate(45deg)
}

header .menu-toggler.opened span:last-child {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg)
}

.payments {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 16px
}

@media (max-width: 991.98px) {
    .payments {
        gap: 10px
    }

    .payments img {
        height: 33px
    }
}

@media (max-width: 767.98px) {
    .payments {
        flex-wrap: wrap
    }
}

.footer-menu {
    display: flex;
    gap: 80px;
    margin-left: auto
}

.footer-menu ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 260px
}

@media (max-width: 767.98px) {
    .footer-menu ul {
        flex-direction: row;
        width: 100%;
        max-width: 100%;
        justify-content: space-between;
        flex-wrap: wrap
    }
}

.footer-menu ul:first-child {
    width: 146px
}

.footer-menu ul:first-child a {
    line-height: 22px
}

@media (max-width: 991.98px) {}

.footer-menu ul:last-child {
    margin-top: -6px
}

.footer-menu a {
    font-size: 22px;
    line-height: 33px;
    color: var(--color-white)
}

@media (max-width: 991.98px) {
    .footer-menu a {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 767.98px) {
    .footer-menu a br {
        display: none
    }
}

@media (max-width: 1240px) {
    .footer-menu {
        gap: 30px;
        flex-direction: column;
    }
}

@media (max-width: 767.98px) {
    .footer-menu {
        margin-left: 0;
        order: 2;
        margin-top: 19px
    }
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    gap: 13px;
    width: 100%;
    max-width: 380px;
    margin-left: auto
}

.footer-contacts.mobile {
    display: none
}

.footer-contacts p {
    margin: 0
}

@media (max-width: 991.98px) {
    .footer-contacts {
        display: none
    }

    .footer-contacts.mobile {
        display: flex;
        flex-direction: column;
        gap: 18px;
        width: -moz-fit-content;
        width: fit-content
    }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
    .footer-contacts.mobile {
        display: grid;
        grid-template-columns: 1fr;
        gap: 10px;
        width: auto;
    }

    .footer-contacts.mobile .footer-socials {
        grid-column-start: 2;
        grid-row-start: 1
    }
}

@media (max-width: 767.98px) {
    .footer-contacts {
        margin-left: 0
    }
}

.footer-contact {
    display: flex;
    gap: 18px
}

.footer-contact address {
    color: var(--color-white);
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 22px;
    line-height: 33px
}

.footer-contact address a {
    color: var(--color-white);
}

@media (max-width: 991.98px) {
    .footer-contact address {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 480px) {
    .footer-contact address {
        font-size: 14px
    }
}

.footer-contact svg {
    width: 24px;
    flex-shrink: 0;
    margin-top: 8px
}

@media (max-width: 991.98px) {
    .footer-contact {
        align-items: center;
        gap: 11px
    }

    .footer-contact svg {
        margin-top: 0
    }
}

.footer-socials ul {
    display: flex;
    gap: 30px
}

@media (max-width: 991.98px) {
    .footer-socials ul {
        gap: 10px
    }
}

@media (max-width: 767.98px) {
    .footer-socials ul li:last-child {
        display: none
    }
}

@media (max-width: 991.98px) {
    .footer-socials {
        margin-top: 10px
    }

    .footer-socials img {
        width: 32px;
        height: 32px
    }
}

footer {
    font-family: Play, sans-serif;
    background-color: var(--color-black-medium);
    padding-top: 68px;
    padding-bottom: 64px;
    position: relative;
    z-index: 3
}

footer .container {
    gap: 20px
}

@media (max-width: 767.98px) {
    footer .container {
        display: flex;
        flex-direction: column
    }
}

footer .common-info {
    display: flex;
    flex-direction: column;
    color: var(--color-white);
    font-size: 22px;
    line-height: 33px;
    font-family: Play, sans-serif
}

footer .common-info p {
    margin: 0;
    padding: 0
}

@media (max-width: 767.98px) {
    footer .common-info p {
        display: none
    }
}

@media (max-width: 991.98px) {
    footer .common-info {
        font-size: 16px;
        line-height: 24px;
        max-width: 318px
    }
}

footer .logo img {
    width: 172px;
    margin-bottom: 30px
}

@media (max-width: 767.98px) {
    footer .logo img {
        margin-bottom: 0
    }
}

@media (max-width: 991.98px) {
    footer {
        font-size: 16px;
        line-height: 24px;
        padding-top: 35px;
        padding-bottom: 35px
    }

    footer .container {
        justify-content: space-between;
        gap: 15px
    }
}

.main-banner {
    background-image: url(/front/build/assets/main-banner-1-BPhtVVlu.png), url(/front/build/assets/main-banner-2-B_BkuHTi.png);
    background-position: left top, left top;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, auto 100%;
    padding-top: 210px;
}

@media(max-width:991.98px) {
    .main-banner {
        background-size: 100% auto, 100% auto;
    }
}

@media (max-width: 767.98px) {
    .main-banner {
        padding-top: 65px !important;
        padding-bottom: 115px
    }

    .main-banner .container {
        display: block;
        padding-left: 0;
        padding-right: 0;
        max-width: 100% !important;
        width: 100%
    }
}

.main-banner .main-header {
    font-family: Play, sans-serif;
    padding-bottom: 380px
}

.main-banner .main-header h1 {
    font-size: 64px;
    line-height: 72px;
    text-transform: uppercase
}

@media (max-width: 991.98px) {
    .main-banner .main-header h1 {
        font-size: 40px;
        line-height: 60px
    }
}

@media (max-width: 767.98px) {
    .main-banner .main-header h1 {
        font-size: 30px;
        line-height: 45px;
        margin-bottom: 10px
    }
}

.main-banner .main-header h2 {
    font-size: 60px;
    line-height: 90px;
    text-transform: uppercase;
    font-family: Druk Cyr, sans-serif
}

.main-banner .main-header h2 img:last-child {
    display: none
}

@media (max-width: 767.98px) {
    .main-banner .main-header h2 img:last-child {
        display: block
    }
}

@media (max-width: 767.98px) {
    .main-banner .main-header h2 img:first-child {
        display: none
    }
}

@media (max-width: 991.98px) {
    .main-banner .main-header h2 {
        font-size: 40px;
        line-height: 40px
    }

    .main-banner .main-header h2 img {
        max-width: 220px
    }
}

.main-banner .main-header p {
    font-size: 48px;
    line-height: 72px;
    margin: 36px 0 0;
    padding: 0
}

@media (max-width: 1520px) {
    .main-banner .main-header p {
        font-size: 40px;
        line-height: 52px
    }
}

@media (max-width: 991.98px) {
    .main-banner .main-header p {
        font-size: 20px;
        line-height: 30px;
        margin-top: 17px
    }
}

@media (max-width: 767.98px) {
    .main-banner .main-header p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
        padding-left: 30px;
        padding-right: 30px
    }
}

@media (max-width: 1520px) {
    .main-banner .main-header {
        padding-right: 50%
    }

    .main-banner .main-header br {
        display: none
    }
}

@media (max-width: 991.98px) {
    .main-banner .main-header {
        padding-bottom: 240px;
        transform: translateY(78px)
    }
}

@media (max-width: 767.98px) {
    .main-banner .main-header {
        position: relative;
        z-index: 999;
        transform: none;
        padding: 0;
        color: var(--color-white);
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center
    }
}

.main-banner .main-carousel {
    width: 50%;
    position: absolute;
    right: 0;
    bottom: 60px;
    height: calc(100% - 160px)
}

.main-banner .main-carousel * {
    height: 100%
}

.main-banner .main-carousel .owl-item div {
    border-radius: 100px 0 0
}

.main-banner .main-carousel .owl-item div img {
    border-radius: 100px 0 0;
    -o-object-fit: cover;
    object-fit: cover
}

@media(max-width:1320px) {
    .main-banner .main-carousel {
        width: 47%;
    }
}

@media (max-width: 991.98px) {
    .main-banner .main-carousel .owl-item div img {
        height: 50vh;
        -o-object-fit: cover;
        object-fit: cover
    }
}

@media (max-width: 767.98px) {
    .main-banner .main-carousel .owl-item div img {
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .main-banner .main-carousel .owl-item div:before {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: #27272780;
        content: " ";
        display: block;
        z-index: 9
    }
}

@media (max-width: 991.98px) {
    .main-banner .main-carousel .owl-dots {
        display: none
    }
}

@media (max-width: 767.98px) {
    .main-banner .main-carousel .owl-dots {
        display: flex;
        margin-top: -30px;
        z-index: 9;
        position: relative;
        width: 100%;
        justify-content: center
    }
}

.main-banner .main-carousel #main-slider {
    z-index: 99;
    bottom: 40px;
    height: auto
}

@media (max-width: 991.98px) {
    .main-banner .main-carousel #main-slider {
        bottom: 17px;
        right: 30px
    }
}

@media (max-width: 767.98px) {
    .main-banner .main-carousel #main-slider {
        display: none
    }
}

.main-banner .main-carousel #main-slider button svg path {
    fill: var(--color-white)
}

.main-banner .main-carousel #main-slider button.disabled svg path {
    fill: var(--color-gray)
}

@media (max-width: 991.98px) {
    .main-banner .main-carousel {
        bottom: 0;
        height: 100%
    }
}

@media (max-width: 767.98px) {
    .main-banner .main-carousel {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0
    }
}

@media (max-width: 991.98px) {
    .main-banner {
        padding-top: 0
    }
}

.main-programms {
    margin-bottom: 90px;
    margin-top: -130px;
    position: relative;
    z-index: 100
}

.main-programms .container {
    display: block
}

@media (max-width: 767.98px) {
    .main-programms .container {
        max-width: 320px
    }
}

.main-programms figcaption {
    border: 1px solid var(--color-braun-light)
}

.main-programms .owl-navigation {
    bottom: -14px
}

@media (max-width: 991.98px) {
    .main-programms .owl-navigation {
        bottom: -9px
    }
}

.main-programms .programms-navigation {
    display: inline-flex;
    background-color: var(--color-white);
    border-radius: 100px;
    margin-bottom: 79px
}

.main-programms .programms-navigation a {
    font-family: Play, sans-serif;
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    color: var(--color-gray);
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 45px 83px;
    border-radius: 100px;
    white-space: nowrap;
    width: 550px;
    transition: all .2s linear
}

.main-programms .programms-navigation a.active {
    background-color: var(--color-orange);
    color: var(--color-white)
}

@media (max-width: 1850px) {
    .main-programms .programms-navigation a {
        width: 450px;
        font-size: 30px;
        line-height: 46px
    }
}

@media (max-width: 1460px) {
    .main-programms .programms-navigation a {
        width: 370px;
        font-size: 24px;
        line-height: 40px
    }
}

@media (max-width: 1290px) {
    .main-programms .programms-navigation a {
        padding: 25px 80px
    }
}

@media (max-width: 1200px) {
    .main-programms .programms-navigation a {
        width: 300px;
        font-size: 20px;
        line-height: 36px
    }
}

@media (max-width: 991.98px) {
    .main-programms .programms-navigation a {
        font-size: 16px;
        line-height: 24px;
        width: 229px;
        padding: 25px 15px
    }
}

@media (max-width: 767.98px) {
    .main-programms .programms-navigation a {
        width: auto;
        text-transform: capitalize;
        padding: 11px 14px
    }

    .main-programms .programms-navigation a span {
        display: none;
    }
}

@media (max-width: 1850px) {
    .main-programms .programms-navigation li:last-child a {
        width: 350px
    }
}

@media (max-width: 1290px) {
    .main-programms .programms-navigation li:last-child a {
        width: 250px
    }
}

@media (max-width: 1055px) {
    .main-programms .programms-navigation li:last-child a {
        width: 150px
    }
}

@media (max-width: 991.98px) {
    .main-programms .programms-navigation li:last-child a {
        width: 180px
    }
}

@media (max-width: 767.98px) {
    .main-programms .programms-navigation li:last-child a {
        width: auto
    }
}

@media (max-width: 991.98px) {
    .main-programms .programms-navigation {
        margin-bottom: 40px
    }
}

@media (max-width: 767.98px) {
    .main-programms .programms-navigation {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin-bottom: 30px
    }
}

.main-programms .programms-tabs {
    position: relative
}

.main-programms .programms-tabs .programms-tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: opacity .2s linear
}

@media (max-width: 767.98px) {
    .main-programms .programms-tabs .programms-tab {
        padding-bottom: 70px
    }
}

@media (max-width: 767.98px) {
    .main-programms .programms-tabs .programms-tab .block-header {
        position: static
    }

    .main-programms .programms-tabs .programms-tab .block-header a {
        right: auto;
        left: 50%;
        transform: translate(-50%);
        top: auto;
        bottom: 0;
        width: 100%;
        max-width: 235px
    }
}

.main-programms .programms-tabs .programms-tab.active {
    position: relative;
    opacity: 1
}

@media (max-width: 767.98px) {
    .main-programms .programms-tabs .programms-tab .owl-carousel {
        display: none
    }
}

@media (max-width: 767.98px) {
    .main-programms .programms-tabs .programms-tab .owl-navigation {
        display: none
    }
}

.main-programms .programms-tabs .programms-tab .mobile-programs {
    display: none
}

@media (max-width: 767.98px) {
    .main-programms .programms-tabs .programms-tab .mobile-programs {
        display: flex;
        flex-direction: column;
        gap: 21px
    }
}

@media (max-width: 991.98px) {
    .main-programms {
        margin-top: -40px;
        margin-bottom: 40px
    }
}

@media (max-width: 767.98px) {
    .main-programms {
        margin-top: 24px;
        margin-bottom: 20px
    }
}

.popular-courses .container {
    display: block
}

@media (max-width: 991.98px) {
    .popular-courses .container {
        max-width: 100%
    }
}

@media (max-width: 991.98px) {


    .popular-courses .owl-dots {
        margin-top: 30px !important
    }

    .popular-courses .block-header {
        background: var(--color-white);
        max-width: 768px;
        margin-left: auto;
        margin-right: auto
    }
}

@media (max-width: 767.98px) {
    .popular-courses {
        background-color: var(--color-braun-light);
        position: relative;
        margin-bottom: 105px
    }

    .popular-courses .main-courses {
        overflow: hidden
    }

    .popular-courses .block-header {
        padding-top: 18px;
        background-color: var(--color-braun-light);
        margin-bottom: 0;
        position: static
    }

    .popular-courses .block-header a {
        top: auto;
        bottom: -76px;
        z-index: 3;
        left: 50%;
        right: auto;
        transform: translate(-50%);
        width: 100%;
        max-width: 240px
    }

    .owl-slide figure figcaption {
        border-radius: 29px !important;
    }
}

.main-courses {
    background: var(--color-braun-light);
    border-radius: 50px;
    padding: 30px 64px 56px 50px;
    margin-top: 30px;
    font-size: 24px;
    line-height: 32px;
    color: var(--color-black-medium);
    margin-bottom: 90px
}

.main-courses h3 {
    font-family: Play, sans-serif;
    font-size: 32px;
    line-height: 48px
}

@media (max-width: 991.98px) {
    .main-courses h3 {
        font-size: 24px;
        line-height: 36px
    }
}

@media (max-width: 767.98px) {
    .main-courses h3 {
        display: none
    }
}

.main-courses p {
    margin-top: 15px;
    margin-bottom: 20px
}

@media (max-width: 767.98px) {
    .main-courses p {
        display: none
    }
}

@media (max-width: 991.98px) {
    .main-courses {
        border-radius: 0;
        font-size: 16px;
        line-height: 24px;
        padding: 19px 0 5px;
        position: relative;
        margin-bottom: 35px
    }

    .main-courses>* {
        max-width: 768px;
        margin: 0 auto
    }

    .main-courses .owl-navigation {
        position: relative;
        top: -17px
    }

    .main-courses h3,
    .main-courses p {
        position: relative;
        z-index: 2
    }

    .main-courses:before {
        content: " ";
        display: block;
        width: 200%;
        height: 100%;
        left: -50px;
        top: 0;
        background: var(--color-braun-light);
        position: absolute
    }
}

@media (max-width: 767.98px) {
    .main-courses {
        margin-top: 0;
        margin-bottom: 0
    }
}

.main-sales {
    margin-bottom: 90px;
    position: relative;
    z-index: 999;
}

.main-sales .cources-cards {
    padding-top: 0;
    padding-bottom: 0;
}

.main-sales .owl-navigation {
    bottom: -14px
}

@media (max-width: 991.98px) {
    .main-sales {
        margin-bottom: 60px
    }
}

@media (max-width: 767.98px) {
    .main-sales .block-header {
        position: static
    }

    .main-sales .block-header a {
        right: auto;
        left: 50%;
        transform: translate(-50%);
        top: auto;
        bottom: -80px;
        width: 100%;
        max-width: 235px;
        z-index: 999;
    }
}

@media (max-width: 767.98px) {
    .main-sales {
        margin-bottom: 120px
    }

    .main-sales .owl-navigation {
        display: none
    }
}

.sales-slider {
    margin-top: -100px
}

.sales-slider .owl-stage {
    padding-top: 100px
}

@media (max-width: 991.98px) {
    .sales-slider .owl-stage {
        padding-top: 190px
    }
}

@media (max-width: 767.98px) {
    .sales-slider .owl-stage {
        padding-top: 120px;
        padding-bottom: 75px
    }

    .sales-slider .owl-stage .owl-item:nth-child(n+2) {
        display: none
    }
}

.sales-slider .sales-slide {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: 1fr 1fr;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 30px
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide {
        gap: 0
    }
}

.sales-slider .sales-slide .sales-block {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    background: var(--color-braun-light);
    padding: 28px 21px 22px;
    display: flex;
    flex-direction: column;
    position: relative
}

.sales-slider .sales-slide .sales-block h3 {
    font-family: Play, sans-serif;
    text-align: center;
    font-size: 24px;
    line-height: 32px
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block h3 {
        justify-content: center;
        text-align: center !important;
        padding-right: 40px;
        padding-left: 40px;
        font-size: 16px;
        line-height: 24px;
        transform: translateY(-8px)
    }

    .sales-slider .sales-slide .sales-block h3:after {
        position: absolute;
        right: 15px;
        width: 17px;
        background-size: contain;
        background-repeat: no-repeat
    }
}

@media (max-width: 991.98px) {
    .sales-slider .sales-slide .sales-block h3:after {
        display: none
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block h3:after {
        display: block
    }
}

.sales-slider .sales-slide .sales-block .price {
    margin-top: auto
}

.sales-slider .sales-slide .sales-block .price .prices {
    margin-top: 13px;
    margin-bottom: 17px
}

.sales-slider .sales-slide .sales-block .price .prices .prices-list.inline {
    display: flex;
    flex-direction: row;
    gap: 5px
}

.sales-slider .sales-slide .sales-block .accordeon-content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

@media (max-width: 991.98px) {
    .sales-slider .sales-slide .sales-block .accordeon-content {
        max-height: none
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block .accordeon-content {
        max-height: 0
    }
}

@media (max-width: 991.98px) {
    .sales-slider .sales-slide .sales-block {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block {
        background: none !important;
        background-color: var(--color-braun-light) !important;
        border-radius: 10px;
        border: 1px solid var(--color-orange);
        margin-top: -20px
    }

    .sales-slider .sales-slide .sales-block .accordeon-switch:checked~.accordeon-content {
        margin-top: 5px;
        margin-bottom: 20px;
        max-height: 100vh
    }

    .sales-slider .sales-slide .sales-block .accordeon-switch:checked~.accordeon-content .marked-list {
        gap: 5px
    }

    .sales-slider .sales-slide .sales-block .accordeon-switch:checked~.accordeon-content .price {
        margin-top: 30px
    }

    .sales-slider .sales-slide .sales-block .accordeon-switch:checked~.accordeon-content .price .prices .prices-list {
        display: flex;
        flex-direction: row;
        gap: 5px;
        align-items: flex-end
    }

    .sales-slider .sales-slide .sales-block .accordeon-switch:checked~.accordeon-content .price .buttons {
        justify-content: center
    }

    .sales-slider .sales-slide .sales-block .accordeon-switch:checked~h3:after {
        top: -6px;
        transform: translateY(0)
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block .buttons a.button {
        background-color: var(--color-orange);
        color: var(--color-white);
        padding-top: 4px;
        padding-bottom: 4px
    }
}

.sales-slider .sales-slide .sales-block:first-child {
    padding: 0;
    grid-column: 1/3;
    grid-row: 1/3;
    position: relative
}

.sales-slider .sales-slide .sales-block:first-child>img {
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px;
    height: 100%
}

.sales-slider .sales-slide .sales-block:first-child>img.sale-strips {
    border-radius: 0;
    position: absolute;
    z-index: 2;
    bottom: 5%
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:first-child>img.sale-strips {
        display: none
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:first-child {
        border: none;
        background: none !important;
        margin-bottom: 60px;
        height: 150px
    }

    .sales-slider .sales-slide .sales-block:first-child:before {
        position: absolute;
        display: block;
        content: " ";
        width: 100%;
        height: 100%;
        background: #272727b2;
        top: 0;
        left: 0;
        border-radius: 30px
    }
}

.sales-slider .sales-slide .sales-block:first-child .texts {
    display: none
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:first-child .texts {
        position: absolute;
        z-index: 4;
        width: 60%;
        top: 50%;
        transform: translateY(-50%);
        right: 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        color: var(--color-white);
        font-size: 14px;
        line-height: 16px;
        font-weight: 700;
        font-family: Play, sans-serif;
        gap: 12px
    }
}

.sales-slider .sales-slide .sales-block:first-child .texts .text-border {
    width: 80%;
    border-top: 1px solid var(--color-white)
}

@media (max-width: 535px) {
    .sales-slider .sales-slide .sales-block:first-child .texts {
        width: 55%;
    }
}

@media (max-width: 460px) {
    .sales-slider .sales-slide .sales-block:first-child .texts {
        width: 60%;
        gap: 6px;
    }
}

.sales-slider .sales-slide .sale-label {
    border-radius: 50%;
    position: absolute;
    top: -100px;
    left: 26%;
    transform: rotate(10deg);
    width: 200px;
    height: 200px;
    font-family: Play, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    background: var(--color-yellow);
    z-index: 10
}

.sales-slider .sales-slide .sale-label h4 {
    font-size: 32px;
    margin-bottom: 30px
}

.sales-slider .sales-slide .sale-label span {
    font-size: 55px
}

.sales-slider .sales-slide .sale-label span:before {
    content: "до ";
    font-size: 20px
}

.sales-slider .sales-slide .sale-label p {
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .sales-slider .sales-slide .sale-label {
        left: auto;
        right: 25px
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sale-label {
        left: 10px;
        top: -45px;
        right: auto;
        bottom: auto
    }
}

@media (max-width: 590px) {
    .sales-slider .sales-slide .sale-label {
        width: 166px;
        height: 166px;
        top: -27px
    }

    .sales-slider .sales-slide .sale-label p {
        display: none
    }
}

@media (max-width: 460px) {
    .sales-slider .sales-slide .sale-label {
        left: 0;
        width: 115px;
        height: 115px;
        top: -5px
    }

    .sales-slider .sales-slide .sale-label h4 {
        font-size: 22px;
        margin-bottom: 10px
    }

    .sales-slider .sales-slide .sale-label span {
        font-size: 33px
    }
}

.sales-slider .sales-slide .sales-block:nth-child(2) {
    grid-row: 1/3;
    background: url(/front/build/assets/Discount-BF34xdXi.png) center 135px no-repeat var(--color-braun-light);
    background-size: 200px auto;
}

.sales-slider .sales-slide .sales-block:nth-child(2) .buttons {
    justify-content: center;
}

.sales-slider .sales-slide .sales-block:nth-child(2) h3 {
    margin-bottom: 198px
}

@media (max-width: 1480px) {
    .sales-slider .sales-slide .sales-block:nth-child(2) {
        display: none
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:nth-child(2) {
        display: block
    }

    .sales-slider .sales-slide .sales-block:nth-child(2) h3 {
        margin-bottom: 0
    }
}

.sales-slider .sales-slide .sales-block:nth-child(3) {
    grid-column: 4/6;
    padding-left: 44px;
    background: url(/front/build/assets/Settings-BNfO0pXj.png) 100% bottom no-repeat var(--color-braun-light);
    background-size: 200px auto;
}

.sales-slider .sales-slide .sales-block:nth-child(3) .prices .button-icon {
    display: none
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:nth-child(3) .prices .button-icon {
        display: block
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:nth-child(3) .price .buttons .button-icon {
        display: none
    }
}

@media (max-width: 1780px) {
    .sales-slider .sales-slide .sales-block:nth-child(3) {
        background-size: 170px auto;
        background-position: 100% bottom
    }
}

@media (max-width: 1480px) {
    .sales-slider .sales-slide .sales-block:nth-child(3) {
        grid-column: 3/span 3
    }
}

@media (max-width: 991.98px) {
    .sales-slider .sales-slide .sales-block:nth-child(3) {
        background: url(/front/build/assets/Settings-BNfO0pXj.png) calc(100% - 60px) bottom no-repeat var(--color-braun-light);
        background-size: 200px auto;
    }
}

.sales-slider .sales-slide .sales-block:nth-child(3) h3 {
    text-align: left;
    margin-bottom: 30px
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:nth-child(3) h3 {
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:nth-child(3) {
        padding-left: 21px
    }
}

.sales-slider .sales-slide .sales-block:nth-child(4) {
    grid-column: 4/6;
    padding-left: 44px;
    background: url(/front/build/assets/Note-DbOH8nhw.png) 100% bottom no-repeat var(--color-braun-light);
    background-size: 200px auto;
}

.sales-slider .sales-slide .sales-block:nth-child(4) .prices .button-icon {
    display: none
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:nth-child(4) .prices .button-icon {
        display: block
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:nth-child(4) .price .buttons .button-icon {
        display: none
    }
}

@media (max-width: 1780px) {
    .sales-slider .sales-slide .sales-block:nth-child(4) {
        background-size: 170px auto;
        background-position: 100% bottom
    }
}

@media (max-width: 1480px) {
    .sales-slider .sales-slide .sales-block:nth-child(4) {
        grid-column: 3/span 3
    }
}

.sales-slider .sales-slide .sales-block:nth-child(4) h3 {
    text-align: left;
    margin-bottom: 30px
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:nth-child(4) h3 {
        margin-bottom: 0;
        transform: none
    }
}

@media (max-width: 991.98px) {
    .sales-slider .sales-slide .sales-block:nth-child(4) {
        background: url(/front/build/assets/Note-DbOH8nhw.png) calc(100% - 60px) bottom no-repeat var(--color-braun-light);
        background-size: 200px auto;
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:nth-child(4) {
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 21px
    }
}

@media (max-width: 991.98px) {
    .sales-slider .sales-slide {
        display: flex;
        flex-direction: column
    }

    .sales-slider .sales-slide .sales-block:first-child {
        height: 350px;
        overflow: hidden
    }

    .sales-slider .sales-slide .sales-block:first-child img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .sales-slider .sales-slide .sales-block:first-child img.sale-strips {
        bottom: -120px
    }

    .sales-slider .sales-slide .sales-block:nth-child(2) {
        display: none
    }
}

@media (max-width: 767.98px) {
    .sales-slider .sales-slide .sales-block:first-child {
        height: 150px
    }

    .sales-slider .sales-slide .sales-block:first-child img {
        border-radius: 30px
    }

    .sales-slider .sales-slide .sales-block:nth-child(2) {
        display: block
    }

    .sales-slider .sales-slide .sales-block:nth-child(2) h3 {
        margin-bottom: 0
    }
}

@media (max-width: 767.98px) {
    .sales-slider .owl-dots {
        display: none !important
    }
}

.subscribe {
    position: relative
}

.subscribe:after {
    content: " ";
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background-color: var(--color-black-medium)
}

.price {
    font-family: Play, sans-serif
}

.price .prices {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.price .prices-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.price .prices-list.list-inline {
    flex-direction: row;
    align-items: flex-end;
    gap: 5px;
    color: var(--color-gray)
}

.price .price-new {
    color: var(--color-orange);
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 700
}

@media (max-width: 991.98px) {
    .price .price-new {
        font-size: 20px
    }
}

.price .price-old {
    color: var(--color-gray);
    font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    text-decoration: line-through
}

@media (max-width: 991.98px) {
    .price .price-old {
        font-size: 16px;
        line-height: 24px
    }
}

.price .buttons {
    display: flex;
    gap: 13px;
    align-items: center;
    margin-top: 12px
}

.price .buttons .button {
    border-radius: 20px;
    padding: 5.5px 70px 4.5px
}

@media (max-width: 991.98px) {
    .price .buttons .button {
        font-size: 16px;
        padding: 0 50px
    }
}

.about-why {
    display: flex;
    gap: 30px;
    margin-bottom: 34px
}

@media (max-width: 1200px) {
    .about-why {
        flex-direction: column
    }
}

.about-image {
    border-radius: 20px;
    background: url(/front/build/assets/about-BHbhHKeG.png) center center no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding-top: 150px;
    padding-bottom: 150px;
    flex-shrink: 0
}

.about-image h4 {
    text-align: center;
    color: var(--color-white);
    font-size: 48px;
    line-height: 72px;
    letter-spacing: -.02em
}

@media (max-width: 1200px) {
    .about-image h4 {
        font-size: 32px;
        line-height: 48px
    }

    .about-image h4 br {
        display: none
    }
}

@media (max-width: 1200px) {
    .about-image {
        width: 100%;
        height: 200px;
        justify-content: center;
        align-items: center;
        padding: 22px 29px;
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767.98px) {
    .about-image {
        aspect-ratio: 2/1;
        display: flex;
        align-items: center;
        justify-content: center
    }
}

.our-team {
    margin-bottom: 75px;
    padding-top: 50px
}

@media (max-width: 1200px) {
    .our-team {
        width: calc(100% - 60px);
        max-width: 768px;
        margin: 0 auto 50px
    }

    .our-team .container {
        width: 100%
    }

    .our-team .marked-list li:before {
        margin-top: 9px
    }
}

@media (max-width: 1200px) and (max-width: 767.98px) {
    .our-team .marked-list li:before {
        margin-top: 2px
    }
}

.our-team h3 {
    text-align: center;
    margin-bottom: 50px
}

.our-team .team-slider .owl-stage {
    display: flex;
    align-items: stretch
}

.our-team .team-card {
    border-radius: 50px;
    padding: 49px;
    height: 100%
}

.our-team .team-card .team-info {
    display: flex;
    gap: 33px;
    align-items: stretch;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 30px
}

.our-team .team-card .team-info h4 {
    margin-bottom: 5px
}

@media (max-width: 1200px) {
    .our-team .team-card .team-info h4 {
        font-size: 32px;
        margin-bottom: 22px
    }
}

@media(max-width:991.98px) {
    .team-slider.owl-carousel.owl-drag .owl-item {
        margin-right: 32px !important;
    }
}

@media (max-width: 767.98px) {
    .our-team .team-card .team-info h4 {
        font-size: 24px;
        margin-bottom: 15px
    }

    .team-slider.owl-carousel.owl-drag .owl-item {
        margin-left: 1px;
    }
}

@media(max-width:600px) {
    .our-team .team-card .team-info {
        flex-direction: column;
    }

    .our-team {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }



    .our-team .team-card .team-avatar {
        display: flex;
        justify-content: center;
    }

    .our-team .team-card .team-avatar img {
        border-radius: 15px !important;
        width: 100% !important;
        aspect-ratio: 3 / 2;
        height: auto !important;
    }

    .our-team h3 {
        margin-bottom: 30px;
    }
}

.our-team .team-card .team-info p {
    margin: 0;
    padding: 0;
    font-size: 22px
}

@media (max-width: 767.98px) {
    .our-team .team-card .team-info p {
        font-size: 16px;
        line-height: 24px
    }
}

.our-team .team-card .team-avatar img {
    width: 155px;
    height: 183px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 30px
}

@media (max-width: 490px) {
    .our-team .team-card .team-avatar img {
        width: 140px;
        height: auto;
        aspect-ratio: 3/4;
        border-radius: 10px
    }
}

@media (max-width: 1200px) {
    .our-team .team-card {
        transform: translate(2px)
    }

    .our-team .team-card .marked-list {
        font-size: 24px;
        line-height: 36px
    }
}

@media (max-width: 1200px) and (max-width: 767.98px) {
    .our-team .team-card .marked-list {
        font-size: 16px;
        line-height: 24px;
        gap: 20px
    }
}

@media (max-width: 767.98px) {
    .our-team .team-card {
        padding: 20px;
        border-radius: 20px
    }
}

.our-team .owl-navigation {
    bottom: -14px
}

@media (max-width: 1200px) {
    .our-team .owl-navigation {
        right: 0
    }
}

.our-clients {
    margin-bottom: 90px
}

.our-clients h3 {
    text-align: center;
    margin-bottom: 50px
}

@media (max-width: 991.98px) {
    .our-clients h3 {
        font-size: 32px
    }
}

@media (max-width: 767.98px) {
    .our-clients h3 {
        font-size: 24px
    }
}

.our-clients .clients-slider {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    -moz-column-gap: 75px;
    column-gap: 75px;
    row-gap: 75px
}

.our-clients .clients-slider .client-slide {
    border-radius: 50px;
    height: 200px;
    background-color: var(--color-braun-light)
}

@media (max-width: 1200px) {
    .our-clients .clients-slider {
        grid-template-columns: repeat(3, 1fr);
        -moz-column-gap: 53px;
        column-gap: 53px;
        row-gap: 29px
    }
}

@media (max-width: 767.98px) {
    .our-clients .clients-slider {
        grid-template-columns: 1fr 1fr;
        -moz-column-gap: 35px;
        column-gap: 35px;
        row-gap: 20px
    }
}

.personal {
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px
}

.personal h3 {
    font-family: Play, sans-serif
}

.personal-menu {
    width: 30%;
    flex-shrink: 0
}

@media (max-width: 991.98px) {
    .personal-menu {
        display: none !important
    }
}

.personal-menu .dropdown-title a {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    font-family: Play, sans-serif;
    color: var(--color-black-medium);
    padding-top: 25px;
    padding-bottom: 25px;
    display: block
}

.personal-menu .dropdown-title a.active {
    color: var(--color-orange)
}

@media (max-width: 1380px) {
    .personal-menu .dropdown-title a {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width: 1100px) {
    .personal-menu .dropdown-title a {
        font-size: 20px;
        line-height: 35px;
        padding-top: 10px;
        padding-bottom: 10px
    }
}

@media (max-width: 1100px) {
    .personal-menu .dropdown-title svg {
        width: 30px
    }
}

.personal-menu .dropdown-content {
    display: flex;
    flex-direction: column;
    padding-right: 40%
}

.personal-menu .dropdown-content a {
    color: var(--color-black-medium)
}

@media (max-width: 1100px) {
    .personal-menu .dropdown-content a {
        font-size: 16px;
        line-height: 24px
    }
}

.personal-menu .personal-menu-bottom {
    margin-top: 150px;
    display: block
}

.personal-menu .personal-menu-bottom a {
    color: var(--color-orange)
}

@media (max-width: 991.98px) {
    .personal-menu .personal-menu-bottom {
        display: none
    }
}

.personal-menu-bottom {
    display: none
}

@media (max-width: 991.98px) {
    .personal-menu-bottom {
        display: none
    }

    .personal-menu-bottom.mobile {
        display: block;
        margin-bottom: 50px;
        margin-top: -25px
    }

    .personal-menu-bottom.mobile a {
        color: var(--color-orange)
    }
}

.personal-menu .checkbox input[type=checkbox] {
    width: 38px;
    height: 38px;
    border-radius: 4px;
}

.personal-menu .checkbox input[type=checkbox]:checked:before {
    content: " ";
    display: block;
    height: 14px;
    width: 8px;
    background: #fff;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 2;
}

.personal-menu .checkbox input[type=checkbox]:after {
    position: absolute;
    display: block;
    content: " ";
    width: 30px;
    height: 15px;
    left: 6px;
    top: -2px;
    transform: rotate(-45deg);
    border-radius: 2px;
    z-index: 3;
}


.payment-section {
    margin-bottom: 340px;
    font-family: Play, sans-serif
}

.payment-section .marked-list {
    margin-bottom: 30px
}

.contact-description {
    display: flex;
    gap: 85px;
    margin-bottom: 90px;
    align-items: stretch
}

@media (max-width: 991.98px) {
    .contact-description {
        flex-direction: column
    }
}

.contact-info {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    gap: 50px;
    font-family: Play, sans-serif
}

.contact-info .common-info {
    font-size: 32px;
    line-height: 48px
}

.contact-info .common-info p {
    margin: 0;
    padding: 0
}

@media (max-width: 1300px) {
    .contact-info .common-info {
        font-size: 25px;
        line-height: 40px
    }
}

@media (max-width: 991.98px) {
    .contact-info .common-info {
        font-size: 24px;
        line-height: 36px
    }
}

@media (max-width: 767.98px) {
    .contact-info .common-info {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 1200px) {
    .contact-info {
        gap: 0px
    }
}

.contact-map {
    max-width: 780px;
    width: 100%;
    flex-shrink: 0
}

@media (max-width: 1470px) {
    .contact-map {
        max-width: 620px
    }
}

@media (max-width: 1200px) {
    .contact-map {
        max-width: 420px
    }
}

@media (max-width: 991.98px) {
    .contact-map {
        max-width: 100%;
        height: 380px
    }
}

.contact-row {
    display: flex;
    justify-content: space-between
}

@media (max-width: 1590px) {
    .contact-row {
        flex-wrap: wrap
    }
}

@media (max-width: 1200px) {
    .contact-row {
        flex-direction: column
    }
}

@media (max-width: 991.98px) {
    .contact-row {
        flex-direction: row
    }
}

.contact-pane {
    display: flex;
    flex-direction: column;
    gap: 20px
}

.contact-pane .contact {
    color: var(--color-black-medium);
    font-size: 32px;
    line-height: 48px;
    font-weight: 700
}

@media (max-width: 1300px) {
    .contact-pane .contact {
        font-size: 25px;
        line-height: 40px
    }
}

@media (max-width: 991.98px) {
    .contact-pane .contact {
        font-size: 24px;
        line-height: 36px
    }
}

@media (max-width: 767.98px) {
    .contact-pane .contact {
        font-size: 16px;
        line-height: 24px
    }
}

.contact-pane .contact-label {
    color: var(--color-gray)
}

@media (max-width: 1200px) {
    .contact-pane {
        gap: 0px;
        margin-bottom: 20px
    }
}

@media (max-width: 1560px) {
    .product-page .page-banner {
        padding-left: 40px
    }
}

@media (max-width: 1700px) {
    .product-page .page-banner h1 {
        max-width: 40%
    }
}

@media (max-width: 1560px) {
    .product-page .page-banner h1 {
        font-size: 50px;
        line-height: 70px
    }
}

@media (max-width: 1260px) {
    .product-page .page-banner h1 {
        font-size: 40px;
        line-height: 50px
    }
}

@media (max-width: 991.98px) {
    .product-page .page-banner {
        padding-bottom: 275px;
        padding-left: 0
    }

    .product-page .page-banner h1 {
        max-width: 100%;
        text-align: center;
        font-size: 32px;
        line-height: 48px
    }
}

@media (max-width: 767.98px) {
    .product-page .page-banner {
        font-size: 24px;
        line-height: 36px;
        border-radius: 0
    }
}

@media (max-width: 767.98px) {
    .product-page.container {
        max-width: 100%;
        width: 100%
    }
}

.product-inner {
    display: flex;
    gap: 50px;
    padding-top: 50px;
    padding-right: 65px
}

@media (max-width: 991.98px) {
    .product-inner {
        flex-direction: column-reverse;
        align-items: center;
        padding-right: 0;
        gap: 30px
    }
}

.product-description {
    border: 1px solid var(--color-orange);
    padding: 26px 37px;
    text-align: center;
    border-radius: 50px;
    margin-bottom: 50px;
    line-height: 36px;
}

.product-description h2,
.product-description h1 {
    margin-bottom: 20px;
}

@media(max-width: 1440px) {

    .product-description h1,
    .product-description h2 {
        font-size: 50px;
        line-height: 60px;
    }
}

@media(max-width: 1100px) {

    .product-description h1,
    .product-description h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .breadcrumbs ul {
        flex-wrap: wrap;
    }

    .common-form {
        padding: 10px 20px;
    }
}

@media (max-width: 991.98px) {
    .product-description {
        font-size: 24px;
        line-height: 36px;
        padding: 25px 23px
    }
}

@media (max-width: 767.98px) {
    .product-description {
        border-radius: 0;
        border-left: none;
        border-right: none;
        padding: 10px 25px;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .product-form {
        width: 100%;
        max-width: 100%;
    }

    .product-form .auth-form {
        width: 100%;
        max-width: 100%;
    }

    .common-form {
        border-radius: 30px !important;
    }
}

.product-form {
    width: 100%;
    max-width: 640px;
    flex-shrink: 0;
    /*transform: translateY(-360px);*/
    position: relative;
    z-index: 9;
}

.product-form form {
    background-color: var(--color-white);
    position: sticky;
    top: 125px;
    margin-top: -360px;
}

@media (max-width: 991.98px) {
    .product-form form {
        padding: 40px;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .product-form form {
        padding: 20px
    }

    .product-form form .form-header {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 15px
    }
}

@media (max-width: 1260px) {
    .product-form {
        max-width: 530px
    }
}

@media (max-width: 991.98px) {
    .product-form {
        transform: none;
        max-width: 640px;
        margin-top: -245px;
        position: relative;
        z-index: 9
    }
}

@media (max-width: 767.98px) {
    .product-form {
        max-width: calc(100% - 50px)
    }
}

.product-info {
    flex-grow: 1;
}

.product-info .marked-list {
    margin-bottom: 50px
}

.product-info .product-price {
    font-family: Play, sans-serif;
    color: var(--color-black-medium);
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.product-info .product-price .button {
    font-family: Play, sans-serif;
    padding: 4.5px 15px 5.5px;
    font-weight: 700;
    text-align: center;
    background: var(--color-orange);
    color: var(--color-white);
    max-width: 250px;
    margin-left: auto;
}

@media(max-width: 767.98px) {
    .product-info .product-price {
        padding: 0 45px;
        flex-wrap: wrap;
        justify-content: center;
        display: flex;
        gap: 15px;
    }

    .product-info .product-price .button {
        margin-left: 0;
    }
}

.product-info .product-price .price {
    text-transform: uppercase;
    color: var(--color-orange);
    letter-spacing: .02em;

}

@media (max-width: 767.98px) {
    .product-info .marked-list {
        margin-bottom: 20px
    }
}

@media (max-width: 991.98px) {
    .product-info .page-text {
        font-size: 24px;
        line-height: 36px
    }

    .product-info .page-text h3 {
        font-size: 32px;
        line-height: 48px
    }
}

@media (max-width: 767.98px) {
    .product-info .page-text {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
        line-height: 24px
    }

    .product-info .page-text h3 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 14px
    }
}

.product-details.page-text h3 {
    display: flex;
    align-items: center
}

.product-details.page-text h3 svg {
    margin-left: 15px;
    margin-top: 5px
}

@media (max-width: 991.98px) {
    .product-details.page-text h3 {
        font-size: 32px;
        line-height: 48px
    }
}

@media (max-width: 767.98px) {
    .product-details.page-text h3 {
        font-size: 24px;
        line-height: 36px
    }
}

.product-details.cards {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

@media (max-width: 767.98px) {
    .product-details {
        padding-left: 25px;
        padding-right: 25px
    }

    .product-page .product-details.cards,
    .product-page .cources-cards.cards {
        padding-left: 25px;
        padding-right: 25px
    }

    .product-page .cources-cards.cards {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
}

.product-facts {
    margin-bottom: 50px
}

.product-facts li {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid var(--color-orange);
    padding: 10px 0 13px
}

.product-same {
    position: relative;
    margin-bottom: 150px
}

.product-same h3 {
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .product-same h3 {
        margin-bottom: 20px;
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        padding-left: 25px;
        padding-right: 25px
    }
}

@media (max-width: 991.98px) {
    .product-same {
        margin-bottom: 40px
    }

    .product-same .owl-carousel .owl-dots {
        margin-top: 35px
    }

    .product-same .owl-navigation {
        bottom: -8px
    }
}

@media (max-width: 991.98px) and (max-width: 767.98px) {
    .product-same .owl-navigation {
        right: 45px
    }
}

@media (max-width: 767.98px) {
    .product-same {
        padding-left: 25px;
        padding-right: 25px
    }

    .product-same .owl-slide img {
        border-radius: 10px 10x 30px 30px;
    }

    .product-same .owl-slide figure figcaption {
        border-radius: 10px
    }
}

.product-same-slider figcaption {
    border: 1px solid var(--color-braun-light)
}

.sales-section {
    position: relative;
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px)
}

.sales-section .breadcrumbs {
    background: var(--color-white);
    position: relative;
    z-index: 1
}

.sales-section .page-banner {
    min-height: 380px
}

.sales-section:before {
    content: " ";
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 350px;
    background: url(/front/build/assets/sales-bg-Rb1Wa2JD.png) center center no-repeat var(--color-white);
    background-size: cover;
    filter: blur(10px)
}

.rent-section .owl-navigation {
    bottom: -8px
}

.rent-section .rent-info {
    display: flex;
    gap: 50px;
    padding-top: 64px
}

.rent-section .rent-info .rent-pane {
    flex-grow: 1;
    flex-basis: 50%
}

.rent-section .rent-info .rent-pane .button {
    display: inline-flex;
    margin-bottom: 30px;
}

.rent-section .rent-info .rent-pane p {
    margin-top: 0
}

.rent-section .rent-info .rent-pane h3 {
    font-size: 32px;
    margin-bottom: 50px
}

@media (max-width: 767.98px) {
    .rent-section .rent-info .rent-pane h3 {
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 30px
    }
}

.rent-section .rent-info .rent-pane .marked-list {
    margin-bottom: 30px
}

.rent-section .rent-info .rent-pane .marked-list:last-child {
    margin-bottom: 0
}

@media (max-width: 1390px) {
    .rent-section .rent-info .rent-pane {
        font-size: 25px;
        line-height: 40px
    }
}

@media (max-width: 767.98px) {
    .rent-section .rent-info .rent-pane {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 767.98px) {
    .rent-section .rent-info .rent-pane.price .rent-cards {
        grid-template-columns: 1fr
    }

    .rent-section .rent-info .rent-pane.price .rent-cards .card {
        border-radius: 20px;
        max-width: 270px
    }
}

@media (max-width: 991.98px) {
    .rent-section .rent-info {
        flex-direction: column
    }
}

@media (max-width: 767.98px) {
    .rent-section .rent-info {
        gap: 30px;
        padding-top: 30px
    }
}

.rent-section .contact-form {
    margin-top: 90px
}

@media (max-width: 767.98px) {
    .rent-section .contact-form {
        margin-top: 45px;
        margin-bottom: 80px
    }
}

.rent-cards.cards {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-bottom: 30px
}

.rent-cards.cards .card {
    justify-content: center;
    align-items: center
}

@media (max-width: 767.98px) {
    .rent-cards.cards .card {
        border: 1px solid var(--color-orange);
        border-radius: 10px;
        padding: 20px 18px
    }

    .rent-cards.cards .card img {
        border-radius: 30px;
        width: 100%
    }
}

@media (max-width: 1200px) {
    .rent-cards.cards {
        grid-template-columns: 1fr
    }
}

@media (max-width: 991.98px) {
    .rent-cards.cards {
        grid-template-columns: 1fr 1fr;
        gap: 30px
    }
}

@media (max-width: 767.98px) {
    .rent-cards.cards {
        gap: 16px
    }
}

.rent-contact {
    display: flex;
    flex-direction: column;
    gap: 14px
}

.rent-contact a {
    color: var(--color-black-medium);
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-items: center;
    gap: 26px
}

@media (max-width: 767.98px) {
    .rent-contact a {
        font-size: 24px;
        line-height: 36px
    }
}

.checkout-section .container {
    gap: 65px;
    width: 100%
}

@media (max-width: 1300px) {
    .checkout-section .container {
        flex-direction: column
    }
}

@media (max-width: 767.98px) {
    .checkout-section .container {
        gap: 50px
    }
}

.cart {
    flex-grow: 1
}

.cart-items {
    display: flex;
    flex-direction: column;
    gap: 50px;
    border-bottom: 1px solid var(--color-orange);
    padding: 50px 0
}

.cart-item {
    display: flex;
    font-family: Play, sans-serif;
    gap: 26px;
    position: relative
}

@media (max-width: 767.98px) {
    .cart-item {
        flex-direction: column
    }
}

.cart-item .cart-inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-grow: 1
}

@media (max-width: 1500px) {
    .cart-item .cart-inner {
        gap: 20px
    }
}

@media (max-width: 1300px) {
    .cart-item .cart-inner {
        flex-grow: 1
    }
}

@media (max-width: 991.98px) {
    .cart-item .cart-inner {
        gap: 30px
    }
}

@media (max-width: 767.98px) {
    .cart-item .cart-inner {
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 133px auto auto;
        gap: 0;
        position: static
    }
}

@media (max-width: 1300px) {
    .cart-item {
        width: 100%;
        flex-grow: 1
    }
}

@media (max-width: 991.98px) {
    .cart-item {
        gap: 23px
    }
}

.cart-product {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: calc(50% - 30px)
}

@media (max-width: 1640px) {
    .cart-product {
        max-width: 50%
    }
}

@media (max-width: 1500px) {
    .cart-product {
        max-width: unset;
        flex-grow: 1
    }
}

@media (max-width: 767.98px) {
    .cart-product {
        align-items: flex-start
    }
}

.cart-product .cart-thumb {
    width: 170px;
    height: 180px;
    flex-shrink: 0
}

@media (max-width: 991.98px) {
    .cart-product .cart-thumb {
        width: 125px;
        height: 133px
    }
}

@media (max-width: 400px) {
    .cart-product .cart-thumb {
        width: 97px;
        height: 117px
    }
}

.cart-product .cart-thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    border-radius: 30px
}

@media (max-width: 767.98px) {
    .cart-product .cart-thumb img {
        border-radius: 10px
    }
}

.cart-product .cart-info {
    font-family: Open Sans, sans-serif;
    font-size: 28px;
    line-height: 44px
}

@media (max-width: 1640px) {
    .cart-product .cart-info {
        font-size: 24px;
        line-height: 36px
    }
}

@media (max-width: 767.98px) {
    .cart-product .cart-info {
        font-size: 16px;
        line-height: 24px
    }
}

.cart-product .cart-info a {
    color: var(--color-black-medium);
    font-weight: 700
}

.cart-product .cart-info p {
    margin-bottom: 0;
    margin-top: 0
}

@media (max-width: 767.98px) {
    .cart-product .cart-info p {
        margin-top: 13px
    }
}

.cart-count {
    display: flex;
    align-items: center
}

@media (max-width: 1500px) {
    .cart-count {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0
    }
}

@media (max-width: 991.98px) {
    .cart-count {
        position: static;
        transform: none
    }
}

@media (max-width: 767.98px) {
    .cart-count {
        margin-top: -30px;
        padding-left: 142px
    }
}

.cart-price {
    display: flex;
    flex-direction: column
}

.cart-price .price {
    font-size: 40px;
    line-height: 64px;
    font-weight: 700
}

@media (max-width: 1640px) {
    .cart-price .price {
        font-size: 34px;
        line-height: 58px
    }
}

@media (max-width: 991.98px) {
    .cart-price .price {
        font-size: 24px;
        line-height: 36px
    }
}

@media (max-width: 1500px) {
    .cart-price {
        flex-shrink: 0
    }
}

@media (max-width: 767.98px) {
    .cart-price {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        margin-top: 10px
    }
}

.cart-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 25px;
    margin-top: auto
}

.cart-buttons button {
    width: 50px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none
}

.cart-buttons button:focus {
    outline: none
}

@media (max-width: 767.98px) {
    .cart-buttons .cart-like {
        position: absolute;
        right: 0;
        top: 0
    }
}

.cart-total {
    color: var(--color-black);
    font-size: 40px;
    line-height: 64px;
    font-weight: 700;
    font-family: Play, sans-serif;
    padding: 37px 0 50px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.cart-total span {
    color: var(--color-black-medium)
}

@media (max-width: 1640px) {
    .cart-total {
        font-size: 34px;
        line-height: 58px
    }
}

@media (max-width: 991.98px) {
    .cart-total {
        font-size: 32px;
        line-height: 48px;
        padding: 30px 0
    }
}

@media (max-width: 767.98px) {
    .cart-total {
        font-size: 24px;
        line-height: 36px
    }
}

.cart-payment {
    max-width: 560px;
    margin-bottom: 280px
}

.cart-payment h4 a {
    color: var(--color-black-medium);
}

.cart-payment.disabled {
    position: relative;
    opacity: .5
}

.cart-payment.disabled:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5
}

@media (max-width: 991.98px) {
    .cart-payment p {
        margin-bottom: 30px
    }
}

@media (max-width: 1500px) {
    .cart-payment {
        max-width: 500px
    }
}

@media (max-width: 1300px) {
    .cart-payment {
        max-width: 100%
    }
}

@media (max-width: 767.98px) {
    .cart-payment {
        margin-bottom: 100px
    }
}

.cart-payment h3 {
    margin-bottom: 50px;
    font-size: 32px;
    line-height: 100%;
    font-family: Play, sans-serif
}

@media (max-width: 767.98px) {
    .cart-payment h3 {
        margin-bottom: 30px;
        font-size: 24px
    }
}

.cart-payment h4 {
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 100%;
    font-family: Play, sans-serif
}

@media (max-width: 767.98px) {
    .cart-payment h4 {
        font-size: 16px;
        line-height: 32px
    }
}

.cart-payment form {
    margin-bottom: 50px
}

.cart-payment form.common-form .form-header {
    line-height: 100%;
    margin-bottom: 50px
}

.cart-payment form.auth-form .button {
    width: 203px;
    padding: 8px 51px
}

@media (max-width: 1300px) {
    .cart-payment form {
        margin-left: 0;
        max-width: 560px
    }
}

@media (max-width: 767.98px) {
    .cart-payment form {
        max-width: 100%;
        margin-bottom: 30px
    }
}

.cart-payment .pay-card {
    padding: 13px 40px;
    font-family: Play, sans-serif
}

.cart-promo {
    display: flex;
    justify-content: flex-end
}

@media (max-width: 767.98px) {
    .cart-promo {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .cart-promo form {
        width: 100%
    }
}

.cart-promo .promo-group {
    width: 540px;
    flex-shrink: 0
}

@media (max-width: 767.98px) {
    .cart-promo .promo-group {
        width: 100%
    }
}

@media (max-width: 991.98px) {
    .cart-promo .form-group button {
        height: 53px;
        font-size: 22px;
        line-height: 32px
    }

    .cart-promo .form-group.wrong:after {
        top: 6px
    }

    .cart-promo .form-group .error {
        font-size: 17px;
        line-height: 100%;
        margin-top: 0
    }

    .cart-promo .form-group .error:before {
        width: 35px;
        height: 35px;
        background-size: cover
    }
}

@media (max-width: 767.98px) {
    .cart-promo .form-group button {
        border-radius: 10px
    }
}

.account-menu {
    width: 100%;
    max-width: 570px;
    flex-shrink: 0
}

.account-menu nav {
    display: flex;
    flex-direction: column;
    gap: 100px
}

.account-menu nav ul {
    display: flex;
    flex-direction: column;
    gap: 50px
}

.account-menu nav ul li a {
    font-family: Play, sans-serif;
    font-size: 32px;
    line-height: 48px;
    color: var(--color-black-medium);
    font-weight: 700
}

.account-menu nav ul li a.active {
    color: var(--color-orange)
}

.account-menu .form-alert {
    color: var(--color-black-medium);
    margin-top: 30px;
    font-size: 22px;
    line-height: 33px;
    align-items: center;
    padding-right: 30%
}

.account-menu .form-alert svg {
    width: 50px;
    height: 50px
}

@media(max-width:1480px) {
    .account-menu {
        max-width: 500px;
    }

    .account-menu nav ul {
        gap: 30px;
    }

    .account-menu nav ul li a {
        font-size: 28px;
        line-height: 44px;
    }
}

@media(max-width: 991.98px) {
    .account-menu {
        display: none;
    }
}

.profile-form {
    width: 100%;
    max-width: 765px;
    margin-bottom: 60px
}

.profile-form .buttons button {
    flex-grow: 1;
    padding: 12px
}

@media(max-width:1580px) {
    .profile-form #change-password {
        position: static;
        transform: none
    }
}

@media(max-width:991.98px) {
    .profile-form #change-password {
        margin-left: auto;
        width: auto;
    }
}

.profile-personal .personal-form {
    margin-left: 0
}

.account-content {
    flex-grow: 1
}

#favorite-tab .cards {
    max-width: 1055px
}

.account-tab h4 {
    margin-bottom: 50px
}

.account-tab .cards {
    padding-left: 0;
    padding-right: 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
    margin-bottom: 50px
}

.account-tab .cards .card {
    padding: 30px;
}

@media(max-width:767.98px) {
    .account-tab .cards .card {
        padding: 30px 0;
        padding-bottom: 0;
    }
}

.account-tab .cards .card-complex {
    display: flex;
    gap: 20px
}

.account-tab .accordeon-label {
    display: none;
}

@media(max-width:991.98px) {
    .account-tab .accordeon-label {
        display: block;
        margin-bottom: 20px;
    }

    .account-header h2 {
        display: none;
    }
}

@media(max-width:1420px) {
    .account-tab .cards .card-complex {
        flex-direction: column;
    }
}

.account-tab .cards .card-complex .trainig-card {
    width: 100%;
    max-width: 992px;
    flex-grow: 1;
}

.account-tab .cards .course-alert {
    border: 1px solid var(--color-orange);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: Play, sans-serif;
    padding: 29px 40px;
    text-align: center;
    max-width: 270px;
}

@media(max-width:1420px) {
    .account-tab .cards .course-alert {
        display: grid;
        max-width: 100%;
        grid-template-columns: 100px 1fr;
        grid-template-rows: 1fr 1fr;
        justify-items: flex-start;
        align-items: center;
        padding: 15px 30px;
        text-align: left;
    }

    .account-tab .cards .course-alert svg {
        grid-area: 1/1/3/2;
        width: 80px;
        height: 80px;
    }

    .account-tab .cards .course-alert .course-alert-date {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 10px;
    }
}

.account-tab .cards .course-alert h5 {
    font-size: 32px;
    line-height: 48px
}

.account-tab .cards .course-alert .course-date {
    color: var(--color-orange);
    font-size: 32px;
    line-height: 48px;
    font-weight: 700
}

.account-tab .cards .course-alert svg {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px
}

.account-tab .cards .course-alert p {
    margin: auto 0 0
}

.account-tab.tab.show-mobile {
    display: none;
}

@media(max-width:991.98px) {
    .account-tab.tab.show-mobile {
        display: none;
    }
}

@media(max-width:767.98px) {
    .account-tab .cards .course-alert {
        padding: 12px 23px;
        border-radius: 30px;
        grid-template-columns: 75px 1fr;
    }

    .account-tab .cards .course-alert .course-alert-date h5 {
        font-size: 24px;
        line-height: 36px;
    }

    .account-tab .cards .course-alert .course-alert-date span {
        font-size: 24px;
        line-height: 36px;
    }

    .account-tab .cards .course-alert svg {
        width: 60px;
        height: 60px;
        margin-top: 0;
        margin-bottom: 0;
    }
}

.account-tab .cards.disabled {
    max-width: 992px
}

.account {
    margin-bottom: 200px
}

.account-header h2 {
    font-size: 48px;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 90px
}

.account-tools {
    font-weight: 700
}

.account-headermenu {
    position: relative
}

.account-headermenu ul {
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: 0 0;
    position: absolute;
    right: 0;
    top: 100%;
    transition: all .2s ease-out;
    z-index: -1;
    flex-direction: column;
    gap: 15px;
    background-color: var(--color-white);
    border-radius: 30px;
    box-shadow: 4px 9px 70px 10px #0000001a;
    margin: 0;
    width: 230px;
    padding: 8px 20px
}

.account-headermenu ul li {
    text-align: right
}

.account-headermenu ul li:last-child {
    display: block !important
}

.account-headermenu ul li a {
    font-weight: 400;
    text-align: right;
    color: var(--color-black-medium)
}

.account-headermenu:hover ul {
    transform: rotateX(0);
    opacity: 1;
    z-index: 99
}

.button {
    border: none;
    color: var(--color-white);
    border-radius: 30px;
    padding: 5.5px 29px 4.5px;
    font-size: 24px;
    line-height: 36px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    display: flex
}

.button[disabled] {
    opacity: .5
}

.button.button-framed {
    background-color: var(--color-white);
    border: 1px solid var(--color-orange);
    border-radius: 30px;
    color: var(--color-black-medium);
    padding: 10px 42px;
    display: flex;
    align-items: center;
    gap: 25px;
    font-weight: 700
}

@media (max-width: 991.98px) {
    .button.button-framed {
        gap: 6px;
        padding: 10px 16px
    }

    .button.button-framed svg {
        width: 7px;
        height: 11px
    }
}

.button-icon {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

#change-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(100% + 25px);
    border: none;
    background: none;
    font-family: Play, sans-serif;
    color: var(--color-gray);
    width: 200px
}

.subscribe-form {
    background: var(--color-white);
    border-radius: 50px;
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    line-height: 36px;
    color: var(--color-black-medium);
    padding: 30px 50px;
    width: 1245px;
    margin: 0 auto;
    background: url(/front/build/assets/smartphone-yla7sCkS.png) 100% 100% no-repeat var(--color-white);
    position: relative;
    z-index: 2
}

@media (max-width: 1140px) {
    .subscribe-form {
        background: url(/front/build/assets/smartphone-yla7sCkS.png) 113% 100% no-repeat var(--color-white)
    }
}

@media (max-width: 991.98px) {
    .subscribe-form {
        background: var(--color-white);
        padding: 23px 32px 12px
    }
}

@media (max-width: 767.98px) {
    .subscribe-form {
        border-radius: 30px;
        padding: 23px 15px 15px
    }
}

.subscribe-form h3 {
    font-family: Play, sans-serif;
    line-height: 22px;
    margin: 0;
    padding: 0
}

@media (max-width: 991.98px) {
    .subscribe-form h3 {
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    .subscribe-form h3 {
        text-align: center
    }
}

@media (max-width: 991.98px) {
    .subscribe-form p {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 767.98px) {
    .subscribe-form p {
        text-align: center
    }
}

.subscribe-form .form-rows {
    max-width: 724px
}

@media (max-width: 1260px) {
    .subscribe-form .form-rows {
        max-width: 620px
    }
}

@media (max-width: 1160px) {
    .subscribe-form .form-rows {
        max-width: 500px
    }
}

@media (max-width: 991.98px) {
    .subscribe-form .form-rows {
        max-width: 100%
    }
}

.subscribe-form .form-rows .form-row:last-child {
    margin-top: 10px
}

.subscribe-form button {
    font-family: Play, sans-serif;
    font-weight: 700;
    padding: 5.5px 40px 4.5px
}

@media (max-width: 991.98px) {
    .subscribe-form button {
        font-size: 20px;
        line-height: 30px;
        padding: 0 50px;
        height: 46px
    }
}

.personal-form {
    padding: 40px 50px;
    border-radius: 50px;
    margin-left: 30%;
    margin-bottom: 50px
}

@media (max-width: 991.98px) {
    .personal-form {
        margin-left: 0
    }
}

.personal-form h3 {
    font-family: Play, sans-serif
}

.personal-form .button {
    padding: 14px 37px;
    margin: 0 auto
}

@media (max-width: 1260px) {
    .personal-form .button {
        font-size: 20px;
        line-height: 28px
    }
}

.personal-form .form-groups {
    width: 50%;
    flex-shrink: 0
}

.contact-form {
    max-width: 1250px;
    margin: 0 auto 215px
}

.contact-form.catalog-contact {
    margin-bottom: 90px
}

.contact-form .form-row {
    gap: 50px
}

.contact-form .form-row:last-child {
    margin-top: 24px;
    gap: 14px
}

.register-form .checkbox {
    margin-top: 20px;
    margin-bottom: 20px
}

.login-form .form-link {
    width: 50%
}

.login-form .form-alert {
    width: 50%;
    flex-shrink: 0;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-red);
    gap: 10px;
    align-items: center;
    justify-content: flex-end
}

.common-form {
    border: 1px solid var(--color-orange);
    padding: 40px 50px;
    border-radius: 50px
}

.common-form .form-header {
    font-size: 32px;
    line-height: 48px;
    text-align: center;
    margin-bottom: 30px
}

@media (max-width: 1260px) {
    .common-form .form-header {
        font-size: 25px;
        line-height: 40px
    }

    .common-form .form-header~p {
        font-size: 20px;
        line-height: 28px
    }
}

.common-form .form-description {
    margin-top: 0;
    margin-bottom: 34px
}

@media (max-width: 1260px) {
    .common-form .form-description {
        font-size: 20px;
        line-height: 28px
    }
}

.common-form .form-groups {
    width: 50%
}

@media (max-width: 991.98px) {
    .common-form .form-groups {
        width: 100%
    }
}

@media (max-width: 1260px) {
    .common-form {
        padding: 20px 30px
    }
}

@media (max-width: 991.98px) {
    .common-form {
        font-size: 16px;
        line-height: 24px
    }
}

.auth-form {
    width: 100%;
    max-width: 640px;
    margin: 0 auto
}

.auth-form .form-header {
    margin-bottom: 35px
}

.auth-form .button {
    font-family: Play, sans-serif;
    padding: 14px 51px;
    width: 100%;
    max-width: 335px;
    font-size: 24px;
    line-height: 36px;
    margin: 0 auto
}

@media (max-width: 767.98px) {
    .auth-form .button {
        font-size: 20px;
        line-height: 30px
    }
}

.form-rows {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px
}

.form-row {
    display: flex;
    gap: 20px
}

.form-row.error {
    margin-top: -15px
}

@media (max-width: 991.98px) {
    .form-row {
        flex-direction: column;
        gap: 15px
    }
}

.form-row.form-personal {
    margin-top: 24px
}

.form-groups {
    display: flex;
    flex-direction: column;
    gap: 30px
}

.form-group {
    width: 100%
}

.form-group label {
    display: block;
    margin-bottom: 20px
}

@media (max-width: 991.98px) {
    .form-group label {
        font-size: 24px;
        line-height: 36px
    }
}

.form-alert {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    font-size: 14px;
    line-height: 21px;
    color: var(--color-red)
}

.form-alert svg {
    flex-shrink: 0
}

@media (max-width: 1260px) {
    .form-alert svg {
        width: 40px;
        height: 40px
    }
}

@media (max-width: 991.98px) {
    .form-alert svg {
        width: 24px;
        height: 24px
    }
}

@media (max-width: 1260px) {
    .form-alert {
        font-size: 20px;
        line-height: 28px
    }
}

.form-link {
    font-family: Play, sans-serif;
    font-weight: 700;
    color: var(--color-orange);
    font-size: 20px;
    line-height: 30px
}

.form-control {
    border-radius: 20px;
    width: 100%;
    padding-left: 21px;
    border: 1px solid var(--color-orange);
    line-height: 100%
}

.form-control:focus {
    outline: none;
    border: 1px solid var(--color-orange)
}

.form-control.error {
    color: var(--color-red);
    background: var(--color-red-medium);
    border: 1px solid var(--color-orange)
}

@media (max-width: 767.98px) {
    .form-control {
        border-radius: 10px;
        font-size: 16px;
        line-height: 24px
    }
}

input.form-control {
    height: 69px
}

@media (max-width: 991.98px) {
    input.form-control {
        height: 55px;
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    input.form-control {
        font-size: 16px;
        line-height: 24px
    }
}

select.form-control {
    height: 69px;
    padding-right: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z" stroke="%23888888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.9998 21L15.7998 15.8" stroke="%23888888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') calc(100% - 30px) center no-repeat
}

@media (max-width: 991.98px) {
    select.form-control {
        height: 55px;
        font-size: 20px
    }
}

@media (max-width: 767.98px) {
    select.form-control {
        font-size: 16px;
        line-height: 24px
    }
}

textarea.form-control {
    height: 100%;
    padding: 18px 39px
}

@media(max-width:991.98px) {
    textarea.form-control {
        min-height: 220px;
    }
}

.checkbox {
    display: flex;
    gap: 10px
}

.checkbox input[type=checkbox] {
    width: 18px;
    height: 18px;
    border: 2px solid var(--color-gray);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    flex-shrink: 0;
    display: block;
    position: relative;
    cursor: pointer
}

.checkbox input[type=checkbox]:after {
    position: absolute;
    display: block;
    content: " ";
    width: 16px;
    height: 4px;
    left: 2px;
    top: 0;
    transform: rotate(-45deg);
    border-radius: 2px;
    z-index: 3
}

.checkbox input[type=checkbox]:checked {
    border: 2px solid var(--color-black)
}

.checkbox input[type=checkbox]:checked:after {
    border-left: 2px solid var(--color-orange);
    border-bottom: 2px solid var(--color-orange)
}

.checkbox input[type=checkbox]:checked:before {
    content: " ";
    display: block;
    height: 8px;
    width: 8px;
    background: #fff;
    position: absolute;
    right: -2px;
    top: -2px;
    z-index: 2
}

.checkbox label {
    font-size: 14px;
    line-height: 16px;
    color: var(--color-black)
}

.checkbox label a {
    color: var(--color-orange)
}

.big-checkbox {
    display: flex;
    align-items: center;
    gap: 26px;
    font-size: 32px;
    line-height: 48px;
    font-family: Play, sans-serif
}

@media (max-width: 1640px) {
    .big-checkbox {
        font-size: 28px;
        line-height: 44px;
        gap: 23px
    }
}

@media (max-width: 991.98px) {
    .big-checkbox {
        font-size: 24px;
        line-height: 36px
    }
}

.big-checkbox input[type=checkbox] {
    width: 37px;
    height: 37px;
    border: 2px solid var(--color-gray);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 2px;
    flex-shrink: 0;
    display: block;
    position: relative;
    cursor: pointer
}

@media (max-width: 1640px) {
    .big-checkbox input[type=checkbox] {
        width: 30px;
        height: 30px
    }
}

.big-checkbox input[type=checkbox]:after {
    position: absolute;
    display: none;
    content: " ";
    width: 31px;
    height: 24px;
    background: url(/front/build/assets/big-check-DP3X99Wb.svg) 0 center no-repeat;
    top: 0;
    left: 9px;
    z-index: 2
}

@media (max-width: 1640px) {
    .big-checkbox input[type=checkbox]:after {
        top: -6px;
        left: 5px
    }
}

.big-checkbox input[type=checkbox]:before {
    content: " ";
    display: none;
    height: 17px;
    width: 11px;
    background: #fff;
    position: absolute;
    right: -2px;
    top: -2px
}

.big-checkbox input[type=checkbox]:checked {
    border: 2px solid var(--color-black)
}

.big-checkbox input[type=checkbox]:checked:before {
    display: block
}

.big-checkbox input[type=checkbox]:checked:after {
    display: block
}

.svg-checkbox {
    position: relative;
    width: 40px;
    height: 40px;
    flex-shrink: 0
}

.svg-checkbox svg {
    position: absolute;
    left: 0;
    top: 0
}

.svg-checkbox svg:last-child {
    display: none
}

@media (max-width: 1320px) {
    .svg-checkbox svg:last-child {
        width: 23px;
        top: 2px
    }
}

@media (max-width: 1320px) {
    .svg-checkbox svg {
        width: 30px
    }
}

#showPassword {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 4
}

.counter {
    font-size: 40px;
    line-height: 1;
    display: flex
}

@media (max-width: 991.98px) {
    .counter {
        font-size: 24px;
        font-weight: 700
    }
}

.counter input {
    max-width: 50px;
    border: none;
    text-align: center;
    height: 36px
}

.counter input:focus {
    outline: none
}

@media (max-width: 991.98px) {
    .counter input {
        max-width: 30px
    }
}

.counter button {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: none;
    color: var(--color-black-medium)
}

@media (max-width: 991.98px) {
    .counter button {
        width: 28px
    }
}

.counter button:focus {
    outline: none
}

.form-group {
    position: relative
}

.form-group.wrong input {
    color: var(--color-dark-red)
}

.form-group.wrong:after {
    content: " ";
    display: block;
    background: url('data:image/svg+xml,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M33 11L11 33" stroke="%23C9191B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M11 11L33 33" stroke="%23C9191B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 13px;
    right: 210px;
    z-index: 3
}

.form-group.success:after {
    content: " ";
    display: block;
    background: url('data:image/svg+xml,<svg width="34" height="24" viewBox="0 0 34 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M31.6666 1.83331L11.4999 22L2.33325 12.8333" stroke="%235CBE6B" stroke-width="3" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 13px;
    right: 210px;
    z-index: 3
}

.form-group button {
    position: absolute;
    background: var(--color-orange);
    right: 1px;
    top: 1px;
    bottom: 1px;
    border-radius: 18px;
    height: 68px
}

.form-group button[disabled] {
    opacity: .5
}

.form-group .error {
    font-size: 22px;
    line-height: 33px;
    color: var(--color-black);
    font-family: Open Sans, sans-serif;
    height: 50px;
    display: flex;
    align-items: center;
    gap: 14px;
    margin-top: 15px
}

.form-group .error:before {
    content: " ";
    width: 50px;
    height: 50px;
    background: url('data:image/svg+xml,<svg width="50" height="50" viewBox="0 0 50 50" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M24.9998 45.8334C36.5058 45.8334 45.8332 36.506 45.8332 25C45.8332 13.4941 36.5058 4.16669 24.9998 4.16669C13.4939 4.16669 4.1665 13.4941 4.1665 25C4.1665 36.506 13.4939 45.8334 24.9998 45.8334Z" stroke="%23C9191B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M25 33.3333V25" stroke="%23C9191B" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><circle cx="24.9998" cy="16.6666" r="2.08333" fill="%23C9191B"/></svg>')
}

.block-header {
    font-family: Play, sans-serif;
    color: var(--color-black-medium);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
    z-index: 33
}

.block-header h2 {
    font-size: 48px;
    line-height: 72px
}

@media (max-width: 1370px) {
    .block-header h2 {
        font-size: 35px;
        line-height: 59px
    }
}

@media (max-width: 1090px) {
    .block-header h2 {
        font-size: 25px;
        line-height: 49px
    }
}

@media (max-width: 991.98px) {
    .block-header h2 {
        font-size: 24px;
        line-height: 36px
    }
}

.block-header a {
    display: block;
    font-size: 24px;
    line-height: 36px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: -.02em
}

@media (max-width: 1370px) {
    .block-header a {
        padding: 10px 25px !important
    }
}

@media (max-width: 1090px) {
    .block-header a {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width: 991.98px) {
    .block-header a {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 991.98px) {
    .block-header {
        margin-bottom: 33px
    }
}

@media (max-width: 767.98px) {
    .block-header {
        margin-bottom: 25px
    }
}

.page-header {
    font-size: 48px;
    line-height: 72px;
    margin-top: 30px;
    margin-bottom: 65px
}

.page-header.centered {
    text-align: center
}

@media (max-width: 1200px) {
    .page-header {
        margin-bottom: 45px;
        font-size: 32px;
        line-height: 48px;
        text-align: center;
        margin-top: 0
    }
}

@media (max-width: 767.98px) {
    .page-header {
        margin-bottom: 30px
    }
}

.owl-carousel .owl-dots {
    display: flex;
    gap: 15px;
    margin-top: 47px
}

@media (max-width: 991.98px) {
    .owl-carousel .owl-dots {
        gap: 11px
    }
}

.owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    border: 2px solid var(--color-orange);
    border-radius: 50%;
    transition: width .2s linear
}

.owl-carousel button.owl-dot.active {
    width: 45px;
    background-color: var(--color-orange);
    border-radius: 30px
}

@media (max-width: 991.98px) {
    .owl-carousel button.owl-dot.active {
        width: 30px
    }
}

@media (max-width: 991.98px) {
    .owl-carousel button.owl-dot {
        width: 11px;
        height: 11px
    }
}

.owl-slide {
    position: relative;
    border-radius: 50px;
    font-weight: 700;
    font-family: Play, sans-serif
}

.owl-slide a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50px
}

.owl-slide figure {
    border-radius: 50px;
    position: relative
}

.owl-slide figure figcaption {
    background: var(--color-white);
    border-radius: 46px;
    text-align: center;
    padding: 17px 68px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media (max-width: 1300px) {
    .owl-slide figure figcaption {
        font-size: 20px;
        line-height: 30px;
        height: 90px
    }
}

@media (max-width: 991.98px) {
    .owl-slide figure figcaption {
        height: 65px;
        font-size: 16px;
        line-height: 22px
    }
}

@media (max-width: 767.98px) {
    .owl-slide figure figcaption {
        padding: 6px 20px
    }
}

.owl-slide img {
    width: 100%;
    height: 100%;
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover;
    aspect-ratio: 4/3
}

@media (max-width: 767.98px) {
    .owl-slide img {
        border-radius: 30px
    }
}

.owl-slide .slide-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: var(--color-white);
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    padding: 16px 40px 31px;
    opacity: 0;
    cursor: pointer;
    transition: opacity .2s linear
}

.owl-slide .slide-cover h3 {
    text-align: center;
    margin-bottom: 16px;
    font-size: 28px;
    line-height: 36px;
}

@media (max-width: 1810px) {
    .owl-slide .slide-cover h3 {
        font-size: 24px;
        line-height: 30px;
    }

    .owl-slide .slide-cover ul.marked-list {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 1380px) {
    .owl-slide .slide-cover h3 {
        font-size: 20px;
        line-height: 26px
    }
}

.owl-slide .slide-cover ul.marked-list {
    font-weight: 400;
    font-family: Open Sans, sans-serif;
    font-size: 20px;
    line-height: 24px
}

@media (max-width: 1810px) {
    .owl-slide .slide-cover ul.marked-list {
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 767.98px) {
    .owl-slide .slide-cover ul.marked-list {
        display: none
    }
}

@media (max-width: 1640px) {
    .owl-slide .slide-cover ul.marked-list li:last-child {
        display: none
    }
}

@media (max-width: 1480px) {
    .owl-slide .slide-cover ul.marked-list li:nth-child(2n) {
        display: none
    }
}

@media (max-width: 1380px) {
    .owl-slide .slide-cover ul.marked-list {
        font-size: 16px;
        line-height: 24px
    }
}

.owl-slide .slide-cover a {
    position: relative;
    width: auto;
    height: auto;
    margin-top: 15px;
    padding: 5.5px 70px 4.5px
}

@media (max-width: 1380px) {
    .owl-slide .slide-cover a {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 767.98px) {
    .owl-slide .slide-cover a {
        font-size: 16px
    }
}

@media (max-width: 1660px) {
    .owl-slide .slide-cover {
        padding: 14px 20px 31px
    }
}

@media (max-width: 767.98px) {
    .owl-slide .slide-cover {
        border-radius: 10px 10px 30px 30px;
        justify-content: space-between
    }

    .owl-slide img {
        border-radius: 10px 10px 30px 30px;
    }
}

.owl-slide:hover .slide-cover {
    opacity: 1
}

.owl-navigation {
    position: absolute;
    display: flex;
    gap: 39px;
    justify-content: flex-end;
    align-items: center;
    bottom: 43px;
    right: 64px;
    z-index: 3
}

@media (max-width: 991.98px) {
    .owl-navigation {
        gap: 26px;
        right: 0
    }
}

.owl-navigation.disabled {
    display: none
}

.owl-navigation button {
    border: none;
    background: none;
    outline: none;
    cursor: pointer
}

.owl-navigation button:focus {
    outline: none
}

.owl-navigation button.disabled svg path {
    fill: var(--color-gray)
}

@media (max-width: 991.98px) {
    .owl-navigation svg {
        width: 23px;
        height: 20px
    }
}

.marked-list {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.marked-list li {
    display: flex;
    gap: 20px
}

.marked-list li:before {
    display: block;
    width: 20px;
    height: 20px;
    background-color: var(--color-orange);
    border-radius: 50%;
    content: " ";
    flex-shrink: 0;
    margin-top: 7px
}

@media (max-width: 991.98px) {
    .marked-list li:before {
        width: 15px;
        height: 15px;
        margin-top: 3px
    }
}

@media (max-width: 991.98px) {
    .marked-list li {
        gap: 9px
    }
}

.scroll-up {
    position: fixed;
    width: 90px;
    height: 90px;
    background: var(--color-orange);
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    bottom: 20px;
    right: 72px;
    display: none;
    z-index: 999999;
}

.scroll-up.active {
    display: block
}

@media (max-width: 991.98px) {
    .scroll-up {
        width: 65px;
        height: 65px;
        right: 15px
    }

    .scroll-up svg {
        width: 25px
    }
}

.cookies {
    position: fixed;
    bottom: 11px;
    left: 30px;
    border-radius: 10px;
    background: #424141;
    padding: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    font-size: 16px;
    line-height: 24px;
    gap: 7px;
    color: var(--color-white);
    font-family: Play, sans-serif;
    max-width: 820px
}

.cookies a {
    text-decoration: underline;
    color: var(--color-white)
}

.cookies .cookie-buttons {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 10px
}

.cookies .cookie-buttons a {
    margin-left: auto
}

.cookies button {
    font-weight: 700;
    color: var(--color-black);
    border: none;
    background: var(--color-white);
    border-radius: 10px;
    padding: 12px 24px;
    cursor: pointer
}

.cookies p {
    margin: 0;
    padding: 0
}

@media (max-width: 991.98px) {
    .cookies {
        width: calc(100% - 115px);
        align-items: flex-start;
        padding: 13px;
        flex-direction: column;
        left: 15px
    }
}

@media (max-width: 600px) {
    .cookies {
        width: calc(100% - 30px)
    }

    .cookies .cookie-buttons {
        flex-wrap: wrap;
        justify-content: start
    }

    .cookies .cookie-buttons a {
        margin-left: 0
    }
}

.breadcrumbs {
    padding-bottom: 33px
}

@media (max-width: 1200px) {
    .breadcrumbs {
        padding-bottom: 50px
    }
}

@media (max-width: 767.98px) {
    .breadcrumbs {
        padding-bottom: 30px
    }
}

.breadcrumbs ul,
.breadcrumbs ul li {
    display: flex;
    align-items: center;
    gap: 15px
}

@media (max-width: 767.98px) {
    .breadcrumbs ul li {
        gap: 8px
    }
}

.breadcrumbs ul li a {
    color: var(--color-gray);
    font-family: Play, sans-serif;
    font-size: 22px
}

@media (max-width: 991.98px) {
    .breadcrumbs ul li a {
        font-size: 16px
    }
}

.breadcrumbs ul li svg {
    margin-top: 3px
}

@media (max-width: 991.98px) {
    .breadcrumbs ul li svg {
        margin-top: 0
    }
}

.breadcrumbs ul li:last-child a {
    font-weight: 700;
    color: var(--color-black-medium)
}

.breadcrumbs ul li:last-child svg {
    display: none
}

@media (max-width: 767.98px) {
    .breadcrumbs ul {
        flex-wrap: wrap;
        gap: 8px
    }
}

.page-text {
    font-size: 32px;
    line-height: 48px
}

.page-text h3 {
    margin-bottom: 30px
}

@media (max-width: 1200px) {
    .page-text h3 {
        font-size: 24px;
        line-height: 36px
    }
}

@media (max-width: 767.98px) {
    .page-text h3 {
        font-size: 16px;
        line-height: 24px
    }
}

.page-text .marked-list li:before {
    margin-top: 14px
}

@media (max-width: 991.98px) {
    .page-text .marked-list li:before {
        margin-top: 9px
    }
}

@media (max-width: 767.98px) {
    .page-text .marked-list li:before {
        margin-top: 3px
    }
}

.page-text .orange-frame {
    border-radius: 50px;
    padding: 40px
}

.page-text .orange-frame p {
    margin: 0;
    padding: 0
}

@media (max-width: 767.98px) {
    .page-text .orange-frame {
        padding: 20px;
        border-radius: 20px
    }
}

@media (max-width: 1200px) {
    .page-text {
        font-size: 24px;
        line-height: 36px
    }
}

@media (max-width: 767.98px) {
    .page-text {
        font-size: 16px;
        line-height: 24px
    }
}

.dropdown {
    display: flex;
    flex-direction: column
}

.dropdown-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 20%;
    cursor: pointer
}

.dropdown-title svg {
    transition: all .2s linear
}

@media (max-width: 1100px) {
    .dropdown-title svg {
        width: 15px
    }
}



.dropdown-title.active svg {
    transform: rotate(180deg)
}

.dropdown-title.active svg:last-child {
    display: block;
    margin-left: 10px
}

.dropdown-title.active .svg-checkbox svg {
    transform: rotate(0)
}

.dropdown-title.active+.dropdown-content {
    transform: scaleY(1);
    height: auto;
    overflow: auto
}

.dropdown-content {
    overflow: hidden;
    height: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all .2s linear
}

.tab-navs.button-navs {
    display: flex;
    align-items: center;
    gap: 45px;
    margin-bottom: 50px
}

.tab-navs.button-navs .tab-nav {
    color: var(--color-black-medium);
    border: 1px solid var(--color-orange)
}

.tab-navs.button-navs .tab-nav.active {
    background: var(--color-orange);
    color: var(--color-white)
}

.tab-navs.button-navs .tab-nav.button {
    padding: 10px 40px;
    font-family: Play, sans-serif
}

.tab-navs.button-navs.centered {
    justify-content: center
}

@media (max-width: 767.98px) {
    .tab-navs.button-navs {
        flex-direction: column;
        gap: 15px
    }
}

.tabs {
    position: relative
}

.tabs .tab {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    transition: all .2s linear;
    z-index: -1
}

.tabs .tab.active {
    opacity: 1;
    position: relative;
    z-index: 1
}

@media (max-width: 991.98px) {
    .tabs.accordeon .tab {
        overflow: hidden;
        position: relative;
        opacity: 1;
        background: var(--color-white);
        border-radius: 30px 30px 0 0;
        border: 2px solid var(--color-orange);
        padding: 20px 30px;
        margin-top: -25px;
        z-index: 0;
    }

    #account-tabs.accordeon .tab {
        border: none;
        padding: 0;
        border-radius: 0;
        margin-top: 0;
    }

    #account-tabs.accordeon .tab .accordeon-label {
        padding: 20px 30px;
        background: #FBECD9;
        color: var(--color-black-medium);
        border-radius: 20px;
    }

    #account-tabs.accordeon .tab .accordeon-label:after {
        right: 20px;
    }

    #account-tabs.accordeon .tab.show-modal .accordeon-label:after {
        display: none;
    }

    #account-tabs.accordeon .tab h4 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

@media (max-width: 991.98px) {
    .tabs.accordeon .tab:first-child {
        margin-top: 0
    }
}

@media (max-width: 991.98px) {
    .tabs.accordeon .tab:last-child {
        border-radius: 30px
    }

    .tabs.accordeon .tab:last-child .accordeon-label {
        margin-bottom: 0
    }
}

.accordeon-switch {
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

@media (max-width: 991.98px) {
    .accordeon-switch {
        z-index: 3
    }

    .accordeon-switch:checked+.accordeon-label {
        color: var(--color-orange)
    }

    .accordeon-switch:checked+.accordeon-label:after {
        transform: rotate(180deg) translateY(50%)
    }

    .accordeon-switch:checked+.accordeon-label .svg-checkbox {
        position: absolute;
    }

    .accordeon-switch:checked+.accordeon-label .svg-checkbox svg:last-child {
        display: block;
        margin-left: 10px
    }

    .accordeon-switch:checked~.accordeon-content {
        max-height: 100vh;
        position: relative;
        z-index: 5;
    }
}

@media (max-width: 991.98px) {
    .accordeon-content {
        max-height: 0;
        overflow: hidden;
        transition: all .2s linear
    }
}

.accordeon-label .svg-checkbox {
    position: absolute;
    right: 25px;
    display: none
}

@media (max-width: 991.98px) {
    .accordeon-label {
        padding-right: 70px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative
    }

    .accordeon-label .svg-checkbox {
        display: block
    }

    .accordeon-label:after {
        content: " ";
        width: 35px;
        height: 35px;
        background: url('data:image/svg+xml,<svg width="23" height="13" viewBox="0 0 23 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M2.75 2.125L11.5 10.875L20.25 2.125" stroke="%23272727" stroke-width="4" stroke-linecap="round" stroke-linejoin="round"/></svg>') center center no-repeat;
        transition: all .2s linear;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -15px
    }
}

.download-list {
    display: flex;
    flex-direction: column;
    gap: 35px
}

.download-list .download-item {
    font-size: 32px;
    line-height: 48px;
    display: flex;
    align-self: flex-start
}

@media (max-width: 991.98px) {
    .download-list .download-item {
        font-size: 24px;
        line-height: 36px;
        gap: 20px
    }
}

.download-list .download-item p {
    margin: 0;
    padding: 0
}

.download-list .download-item .download-icons {
    display: flex;
    gap: 32px
}

@media (max-width: 991.98px) {
    .download-list .download-item .download-icons svg {
        width: 30px;
        height: 30px
    }
}

.page-banner {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 60px;
    padding-bottom: 140px;
    position: relative
}

.page-banner h1 {
    color: var(--color-white);
    font-size: 64px;
    line-height: 96px;
    max-width: 61%;
    position: relative;
    z-index: 2
}

@media (max-width: 1380px) {
    .page-banner h1 {
        max-width: 100%
    }
}

@media (max-width: 1190px) {
    .page-banner h1 {
        font-size: 50px;
        line-height: 72px
    }
}

@media (max-width: 991.98px) {
    .page-banner h1 {
        font-size: 32px;
        line-height: 48px
    }
}

@media (max-width: 767.98px) {
    .page-banner h1 {
        font-size: 24px;
        line-height: 36px;
        text-align: center
    }
}

.page-banner:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    background: #2727274d
}

@media (max-width: 767.98px) {
    .page-banner {
        padding-top: 40px;
        padding-bottom: 56px
    }
}

.filter {
    margin-top: 90px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    font-family: Play, sans-serif;
    overflow-y: scroll
}

.filter::-webkit-scrollbar {
    width: 0px;
    height: 0
}

.filter::-webkit-scrollbar-track-piece {
    background-color: transparent;
    -webkit-border-radius: 6px
}

.filter button {
    border-radius: 30px;
    color: var(--color-black-medium);
    padding: 14px;
    border: 1px solid var(--color-orange);
    width: 335px;
    background: var(--color-white);
    cursor: pointer;
    white-space: nowrap
}

.filter button.active {
    background-color: var(--color-orange);
    color: var(--color-white);
    font-weight: 700
}

.filter .filter-selector {
    border: 1px solid var(--color-black-medium);
    font-weight: 700;
    width: auto;
    padding: 14px 40px;
    margin-right: 250px
}

.filter .filter-selector svg {
    display: none;
}

@media (max-width: 767.98px) {
    .filter .filter-selector {
        margin-right: 50px;
        padding: 0px 5px;
        border: none;
    }

    .filter .filter-selector svg {
        display: block;
        height: 25px;
    }

    .filter .filter-selector span {
        display: none;
    }
}

.filter .filter-buttons {
    display: flex;
    gap: 45px;
    align-items: stretch;
    flex-grow: 1
}

.filter .filter-buttons .filter-button {
    width: auto;
    flex-grow: 1
}

@media (max-width: 991.98px) {
    .filter .filter-buttons {
        gap: 35px
    }
}

@media (max-width: 991.98px) {
    .filter {
        margin-top: 30px
    }
}

.cources-cards {
    padding-top: 90px;
    padding-bottom: 90px
}

@media (max-width: 767.98px) {
    .cources-cards {
        padding-top: 30px
    }
}

.cources-cards .card .card-like {
    top: 40px
}

@media (max-width: 1340px) {
    .cources-cards .card .card-like svg path {
        fill: var(--color-orange);
        stroke: transparent
    }
}

@media (max-width: 991.98px) {
    .cources-cards .card .card-like svg path {
        fill: var(--color-white)
    }
}

@media (max-width: 767.98px) {
    .cources-cards .card .card-like svg path {
        fill: none;
        stroke: var(--color-white)
    }
}

@media (max-width: 991.98px) {
    .cources-cards .card .card-like svg {
        width: 26px;
        height: 20px
    }
}

@media (max-width: 767.98px) {
    .cources-cards .card .card-like svg {
        width: 30px;
        height: 30px
    }
}

@media (max-width: 991.98px) {
    .cources-cards .card .card-like {
        top: 25px
    }
}

@media (max-width: 767.98px) {
    .cources-cards .card .card-like {
        top: 15px
    }
}

.cources-cards .card .card-price {
    margin-top: 20px
}

.trainings-cards {
    display: flex !important;
    flex-direction: column;
    gap: 40px;
    padding-top: 90px;
    padding-bottom: 90px;
    padding-left: 0 !important;
    padding-right: 0 !important
}

@media (max-width: 991.98px) {
    .trainings-cards {
        padding-top: 30px
    }
}

.trainig-card {
    display: flex;
    align-items: stretch;
    gap: 40px;
}

.trainig-card.hidden {
    display: none;
}

.trainig-card>img {
    width: 380px;
    border-radius: 50px;
    -o-object-fit: cover;
    object-fit: cover
}

@media (max-width: 1600px) {
    .trainig-card>img {
        max-width: 300px
    }
}

@media (max-width: 1520px) {
    .trainig-card>img {
        display: none
    }
}

.trainig-card .card-image .card-price {
    display: none
}

@media (max-width: 991.98px) {
    .trainig-card .card-image .card-price {
        display: flex
    }
}

@media (max-width: 767.98px) {
    .trainig-card .card-image .card-price {
        display: none
    }
}

@media (max-width: 991.98px) {
    .trainig-card .card-bottom .card-price {
        display: none
    }
}

@media (max-width: 767.98px) {
    .trainig-card .card-bottom .card-price {
        display: flex
    }
}

.trainig-card .card-buttons .button {
    width: 250px !important;
    flex-shrink: 0
}

@media (max-width: 1840px) {
    .trainig-card .card-buttons .button {
        width: 210px !important
    }
}

@media (max-width: 1745px) {
    .trainig-card .card .card-bottom {
        gap: 10px
    }
}

.trainig-card .card .card-like {
    top: 40px;
    right: 40px
}

@media (max-width: 991.98px) {
    .trainig-card .card .card-like {
        top: 25px;
        right: 40px
    }

    .trainig-card .card .card-like svg {
        width: 24px;
        height: 24px
    }
}

@media (max-width: 767.98px) {
    .trainig-card .card .card-like {
        top: 5px;
        right: 10px
    }

    .trainig-card .card .card-like svg path {
        stroke: var(--color-white)
    }
}

@media (max-width: 1840px) {
    .trainig-card .card {
        padding: 30px
    }
}

@media (max-width: 767.98px) {
    .trainig-card .card {
        padding: 0
    }
}

@media (max-width: 1880px) {
    .trainig-card {
        gap: 30px
    }
}

.training-page .cards {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.training-page .product-inner {
    align-items: flex-end;
    /*margin-top: -360px;*/
    position: relative;
    z-index: 3;
    margin-bottom: 50px
}

/*.training-page .product-inner .product-form {
    transform: none
}*/

.training-page .cources-cards {
    margin-bottom: 50px;
    padding-top: 50px;
    -moz-column-gap: 88px;
    column-gap: 88px
}

.training-page .cources-cards .card-buttons {
    justify-content: flex-start
}

.certificates-cards {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 70px;
    padding-bottom: 145px
}

@media (max-width: 767.98px) {
    .certificates-cards {
        padding-top: 20px;
        padding-bottom: 80px
    }
}

.certificates-cards.cards {
    display: flex;
    -moz-column-gap: 120px;
    column-gap: 120px;
    row-gap: 70px
}

@media (max-width: 1430px) {
    .certificates-cards.cards {
        gap: 30px
    }
}

@media (max-width: 991.98px) {
    .certificates-cards.cards {
        flex-direction: column;
        gap: 30px;
        align-items: center
    }
}

.certificates-cards .card {
    padding: 40px 60px;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 33.33333%;
    flex-shrink: 0;
    gap: 0;
    flex-grow: 0
}

.certificates-cards .card .card-title {
    margin-bottom: 30px
}

@media (max-width: 991.98px) {
    .certificates-cards .card .card-image {
        max-width: 435px
    }
}

.certificates-cards .card .card-image img {
    border-radius: 0;
    width: 100%;
    max-width: 435px;
    height: auto
}

@media (max-width: 991.98px) {
    .certificates-cards .card .card-image img {
        max-width: 435px;
        aspect-ratio: 3/4;
        max-height: 100vh
    }
}

.certificates-cards .card .card-title {
    padding-right: 0;
    align-self: flex-start
}

@media (max-width: 991.98px) {
    .certificates-cards .card .card-title {
        font-size: 32px;
        line-height: 48px
    }
}

@media (max-width: 490px) {
    .certificates-cards .card .card-title {
        font-size: 24px;
        line-height: 36px
    }
}

.certificates-cards .card .card-price.inline {
    justify-content: center;
    margin-top: 30px;
    margin-bottom: 30px;
    gap: 30px
}

@media (max-width: 1100px) {
    .certificates-cards .card .card-price.inline {
        gap: 15px
    }
}

@media (max-width: 767.98px) {
    .certificates-cards .card .card-price.inline {
        display: flex
    }
}

@media (max-width: 445px) {
    .certificates-cards .card .card-price.inline {
        flex-direction: column;
        gap: 0px
    }
}

@media (max-width: 767.98px) {
    .certificates-cards .card .card-price {
        font-size: 24px;
        line-height: 36px
    }
}

.certificates-cards .card .card-buttons {
    justify-content: center;
    width: 100%;
    margin-top: 0
}

.certificates-cards .card .card-buttons .button {
    width: 100%;
    max-width: 268px;
    flex-shrink: 0
}

.certificates-cards .card .card-buttons .cart {
    margin-bottom: 0
}

@media (max-width: 991.98px) {
    .certificates-cards .card .card-like {
        top: 30px;
        right: 40px
    }
}

@media (max-width: 767.98px) {
    .certificates-cards .card .card-like {
        top: 18px
    }

    .certificates-cards .card .card-like svg {
        width: 43px;
        height: 37px
    }
}

@media (max-width: 490px) {
    .certificates-cards .card .card-like {
        right: 15px;
        top: 11px
    }

    .certificates-cards .card .card-like svg {
        width: 21px;
        height: 18px
    }
}

@media (max-width: 1430px) {
    .certificates-cards .card {
        width: 45%;
        padding: 25px 40px
    }
}

@media (max-width: 991.98px) {
    .certificates-cards .card {
        width: 100%;
        max-width: 870px;
        border: 1px solid var(--color-orange);
        border-radius: 50px
    }
}

@media (max-width: 767.98px) {
    .certificates-cards .card {
        padding: 15px 27px 31px
    }
}

@media (max-width: 490px) {
    .certificates-cards .card {
        border-radius: 30px
    }
}

.programs-cards {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 90px;
    padding-bottom: 90px
}

.programs-cards.cards {
    display: flex;
    flex-direction: column;
    gap: 40px
}

.programs-cards .card-textpane {
    font-weight: 700;
    font-family: Play, sans-serif;
    font-size: 32px;
    line-height: 48px
}

.cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 40px;
    column-gap: 40px;
    row-gap: 40px;
    padding-left: 24px;
    padding-right: 24px
}

@media (max-width: 991.98px) {
    .cards {
        grid-template-columns: 1fr;
        row-gap: 30px
    }
}

@media (max-width: 767.98px) {
    .cards {
        padding-left: 0;
        padding-right: 0
    }
}

.cards.disabled {
    position: relative
}

.cards.disabled:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: " ";
    display: block;
    background: #ffffff80;
    z-index: 33
}

.card {
    position: relative;
    border-radius: 50px;
    border: 1px solid var(--color-orange);
    padding: 40px;
    display: flex;
    align-items: stretch;
    gap: 30px;
    background: var(--color-white);
    flex-grow: 1
}

.card.hidden {
    display: none;
}

.card.text-card {
    flex-direction: column;
    align-items: center
}

.card.text-card * {
    text-align: center
}

.card.text-card span {
    color: var(--color-orange)
}

.card.empty {
    background: #e6e2e299;
    display: flex;
    align-items: center;
    justify-content: center
}

.card.empty .card-title {
    padding-right: 0;
    margin-bottom: 56px;
    text-align: center;
    font-size: 32px;
    line-height: 48px
}

.card.empty .card-buttons {
    margin-top: 0;
    justify-content: center
}

.card.empty .card-buttons .button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    width: 330px;
    height: 64px
}

@media(max-width:500px) {
    .card.empty .card-buttons .button {
        width: 100%;
    }

    .product-same h3 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

.card .card-title {
    font-weight: 700;
    font-family: Play, sans-serif;
    padding-right: 50px
}

@media (max-width: 991.98px) {
    .card .card-title {
        font-size: 24px;
        line-height: 36px
    }
}

@media (max-width: 767.98px) {
    .card .card-title {
        font-size: 16px;
        line-height: 24px
    }
}

.card .card-content {
    padding-top: 21px;
    padding-bottom: 38px
}

.card .card-content .card-price {
    display: none
}

@media (max-width: 767.98px) {
    .card .card-content .card-price {
        display: flex !important;
        flex-direction: row;
        gap: 5px;
        color: var(--color-gray)
    }
}

@media (max-width: 1560px) {
    .card .card-content {
        font-size: 20px;
        line-height: 28px
    }
}

@media (max-width: 767.98px) {
    .card .card-content {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 600px) {
    .card .card-content {
        padding-bottom: 0
    }
}

.card .card-image {
    flex-shrink: 1;
    border-radius: 50px;
    display: flex;
    flex-direction: column
}

.card .card-image img {
    width: 250px;
    height: 308px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50px
}

.card .card-image .card-textpane {
    width: 415px;
    flex-shrink: 0;
    border: 1px solid var(--color-orange);
    background: var(--color-braun-light);
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    height: 100%;
    padding: 15px 34px
}

.card .card-image .card-textpane+img {
    display: none
}

@media (max-width: 1520px) {
    .card .card-image .card-textpane+img {
        display: block
    }
}

@media (max-width: 1880px) {
    .card .card-image .card-textpane {
        width: 390px;
        padding: 15px
    }
}

@media (max-width: 1720px) {
    .card .card-image .card-textpane {
        font-size: 21px;
        line-height: 32px;
        width: 300px
    }
}

@media (max-width: 1520px) {
    .card .card-image .card-textpane {
        display: none
    }
}

@media (max-width: 1340px) {
    .card .card-image {
        width: 100%
    }

    .card .card-image img {
        width: 100%;
        border-radius: 30px
    }
}

@media (max-width: 991.98px) {
    .card .card-image {
        max-width: 196px;
        min-width: 196px
    }

    .card .card-image img {
        max-height: 260px
    }
}

@media (max-width: 767.98px) {
    .card .card-image {
        max-width: 100%
    }

    .card .card-image img {
        border-radius: 20px 20px 0 0
    }
}

.card .card-description {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

@media (max-width: 767.98px) {
    .card .card-description {
        border-radius: 30px;
        border: 1px solid var(--color-orange);
        padding: 12px 23px 24px;
        background: var(--color-white);
        margin-top: -30px
    }

    .card.empty {
        border-radius: 30px;
    }

    .card.empty .card-description {
        margin-top: 0;
        width: 100%;
        background: none;
    }
}

.card .card-bottom {
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: space-between;
    margin-top: auto
}

@media (max-width: 600px) {
    .card .card-bottom {
        flex-direction: column
    }
}

.card .card-buttons {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
    margin-top: auto
}

.card .card-buttons .button {
    font-family: Play, sans-serif;
    padding: 4.5px 15px 5.5px;
    font-weight: 700;
    text-align: center;
    width: 50%;
    border: 1px solid var(--color-orange)
}

.card .card-buttons .button.details {
    background: var(--color-white);
    color: var(--color-black-medium)
}

.card .card-buttons .button.cart {
    background: var(--color-orange);
    color: var(--color-white)
}

@media (max-width: 1560px) {
    .card .card-buttons .button {
        font-size: 20px;
        line-height: 32px
    }
}

@media (max-width: 1445px) {
    .card .card-buttons .button {
        font-size: 18px;
        line-height: 30px
    }
}

@media (max-width: 767.98px) {
    .card .card-buttons .button {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 460px) {
    .card .card-buttons .button {
        width: 100%
    }
}

@media (max-width: 767.98px) {
    .card .card-buttons {
        flex-direction: column;
        align-items: center;
        margin-top: 15px !important;
    }
}

.card .card-price {
    font-family: Play, sans-serif;
    color: var(--color-black-medium);
    font-size: 28px;
    line-height: 44px;
    font-weight: 700;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: auto
}

.card .card-price.inline {
    flex-direction: row;
    align-items: center;
    gap: 13px
}

@media (max-width: 600px) {
    .card .card-price.inline {
        justify-content: space-between;
        width: 100%
    }
}

.card .card-price .price {
    text-transform: uppercase;
    color: var(--color-orange);
    letter-spacing: .02em
}

.card .card-price .price.price-old {
    font-size: 20px;
    line-height: 30px;
    color: var(--color-gray);
    text-decoration: line-through;
    font-weight: 400
}

@media (max-width: 767.98px) {
    .card .card-price .price.price-old {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 1630px) {
    .card .card-price {
        font-size: 25px;
        line-height: 30px
    }
}

@media (max-width: 1340px) {
    .card .card-price {
        margin-top: 30px
    }
}

@media (max-width: 991.98px) {
    .card .card-price {
        font-size: 24px;
        line-height: 36px
    }
}

@media (max-width: 767.98px) {
    .card .card-price {
        display: none;
        font-size: 16px;
        line-height: 24px
    }
}

.card .card-like {
    position: absolute;
    top: 35px;
    right: 45px;
    width: 50px;
    height: 44px;
    background: none;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

@media (max-width: 1430px) {
    .card .card-like {
        top: 20px;
        right: 35px
    }
}

@media (max-width: 991.98px) {
    .card .card-like {
        top: 26px
    }

    .card .card-like svg {
        width: 40px;
        height: 35px
    }
}

@media (max-width: 767.98px) {
    .card .card-like {
        top: 15px;
        right: 18px
    }
}

.card .card-like.liked svg path {
    fill: var(--color-account-red);
    stroke: var(--color-account-red)
}

.card .card-like svg.liked path {
    fill: var(--color-account-red);
    stroke: var(--color-account-red)
}

@media (max-width: 1445px) {
    .card {
        gap: 15px;
        padding: 30px
    }
}

@media (max-width: 1340px) {
    .card {
        flex-direction: column
    }
}

@media (max-width: 991.98px) {
    .card {
        flex-direction: row;
        gap: 20px
    }
}

@media (max-width: 767.98px) {
    .card {
        flex-direction: column;
        padding: 0;
        border: none;
        border-radius: 0;
        background: none;
        gap: 0
    }
}

.cards-load {
    display: flex;
    justify-content: center;
    position: relative;
    z-index: 3
}

.show-more {
    font-family: Play, sans-serif;
    padding: 14px;
    font-weight: 700;
    text-align: center;
    width: 335px;
    border: 1px solid var(--color-orange);
    background: var(--color-white);
    color: var(--color-black-medium);
    margin: 0 auto 50px;
    border-radius: 30px;
    justify-content: center
}

.show-more.sales {
    margin-bottom: 90px
}

@media (max-width: 991.98px) {
    .show-more.sales {
        margin-bottom: 50px
    }
}

@media (max-width: 767.98px) {
    .show-more.sales {
        margin-bottom: 30px
    }
}

@media (max-width: 991.98px) {
    .show-more {
        margin-top: 50px;
        margin-bottom: 50px
    }
}

@media (max-width: 767.98px) {
    .show-more {
        margin-top: 30px;
        margin-bottom: 30px
    }
}

.modal {
    background: #27272733;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    color: var(--color-black-medium);
    transition: opacity .2s linear
}

.modal.active {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    z-index: 9999
}

.modal .modal-inner {
    width: 100%;
    max-width: 640px;
    border-radius: 50px;
    background: var(--color-white);
    border: 1px solid var(--color-orange);
    padding: 40px
}

.modal .modal-inner h3 {
    text-align: center;
    margin-bottom: 40px
}

.modal .modal-content {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.modal .modal-content .form-row {
    display: flex;
    justify-content: center
}

.modal .modal-content button {
    margin-top: 30px;
    padding: 14px 45px
}

.modal .modal-content .buttons {
    gap: 35px
}

.modal .modal-content .buttons button {
    flex-grow: 1
}

.modal .modal-content p {
    margin-top: 0;
    text-align: center
}

.modal .modal-content .form {
    gap: 30px;
    display: flex;
    flex-direction: column
}

#modal-change-password .form-row {
    justify-content: flex-start
}

#modal-change-password button {
    margin: 0 auto
}

* {
    box-sizing: border-box
}

body {
    font-family: Open Sans, sans-serif;
    font-size: 24px;
    line-height: 32px;
    color: var(--color-black-medium);
    padding-top: 141px;
    scroll-behavior: smooth
}

body.guest {
    padding-top: 183px
}

body.guest main {
    padding-bottom: 45px
}

@media (max-width: 991.98px) {
    body {
        font-size: 16px;
        line-height: 24px
    }
}

@media (max-width: 767.98px) {
    body {
        padding-top: 100px
    }
}

h1 {
    font-family: Play, sans-serif;
    font-size: 64px;
    line-height: 96px;
    letter-spacing: -.02em
}

::-moz-placeholder {
    color: var(--color-gray)
}

::placeholder {
    color: var(--color-gray)
}

.country-selector {
    font-size: 16px;
    position: relative;
}

.country-selector span {
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: var(--color-gray);
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color .2s linear;
}

.country-selector span:hover {
    color: var(--color-black-medium);
    cursor: pointer;
}

.country-options {
    opacity: 0;
    transform: rotateX(90deg);
    transform-origin: 0 0;
    position: absolute;
    transition: all .2s linear;
    flex-direction: column;
    gap: 15px;
    background-color: var(--color-white);
    border-radius: 30px;
    box-shadow: 4px 9px 70px 10px #0000001a;
    margin: 0;
    width: 330px;
    padding: 20px;
    z-index: -1;
    list-style: none;
    display: flex;
    font-family: Play, sans-serif;
}

.country-selector:hover .country-options {
    transform: rotateX(0);
    opacity: 1;
    z-index: 99;
}

.country-options a:hover {
    color: var(--color-black-medium);
    cursor: pointer;
}

select[name="_country"] {
    border: none;
    font-family: Play, sans-serif;
    font-size: 18px;
    font-weight: bold;
    outline: none;
}

select[name="_country"]:focus {
    outline: none;
}

.modal-content #country_selector {
    border: 1px solid var(--color-orange);
    font-size: 27px;
}

.category-card.category-card__hidden {
    display: none;
}

.login-links {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-left: 30px;
    margin-right: 30px;
}

.login-links a {
    display: block;
    max-width: 640px;
    width: 100%;
    text-align: center;
}

#country-modal.modal.active {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 30px;
}

#country-modal.modal .modal-inner {
    width: 100%;
    max-width: 340px;
    border-radius: 10px;
    background: var(--color-white);
    border: 1px solid var(--color-orange);
    padding: 20px;
}

#country-modal.modal .modal-inner h3 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 20px;
}

#country-modal.modal .modal-inner h3 span {
    color: var(--color-orange);
}

#country-modal.modal .modal-content #country_selector {
    border: 1px solid var(--color-orange);
    font-size: 18px;
    height: 36px;
    border-radius: 5px;
    background: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M10.5 18C14.6421 18 18 14.6421 18 10.5C18 6.35786 14.6421 3 10.5 3C6.35786 3 3 6.35786 3 10.5C3 14.6421 6.35786 18 10.5 18Z" stroke="%23888888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M20.9998 21L15.7998 15.8" stroke="%23888888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>') calc(100% - 10px) center no-repeat;
}

#country-modal.modal .modal-content button {
    margin-top: 0;
    padding: 0 15px;
    font-size: 16px;
}

#country-modal.modal .modal-content .form {
    gap: 15px;
    display: flex;
    flex-direction: column;
}

#country-modal.modal .buttons {
    gap: 5px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#country-modal.modal #country_selector {
    display: none;
}

#country-modal.modal #country_selector.active {
    display: block;
}