@font-face {
    font-family: "Museo Sans Cyrl";
    src: url('fonts/MuseoSansCyrl-100.woff2') format('woff2'),
    url('fonts/MuseoSansCyrl-100.woff') format('woff');
    font-style: normal;
    font-weight: 100;
    font-display: swap;
}

@font-face {
    font-family: "Museo Sans Cyrl";
    src: url('fonts/MuseoSansCyrl-300.woff2') format('woff2'),
    url('fonts/MuseoSansCyrl-300.woff') format('woff');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Museo Sans Cyrl";
    src: url('fonts/MuseoSansCyrl-500.woff2') format('woff2'),
    url('fonts/MuseoSansCyrl-500.woff') format('woff');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

@font-face {
    font-family: "Museo Sans Cyrl";
    src: url('fonts/MuseoSansCyrl-700.woff2') format('woff2'),
    url('fonts/MuseoSansCyrl-700.woff') format('woff');
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}

@font-face {
    font-family: "Museo Cyrl";
    src: url('fonts/MuseoCyrl300.woff2') format('woff2'),
    url('fonts/MuseoCyrl300.woff') format('woff');
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}

@font-face {
    font-family: "Museo Cyrl";
    src: url('fonts/MuseoCyrl500.woff2') format('woff2'),
    url('fonts/MuseoCyrl500.woff') format('woff');
    font-style: normal;
    font-weight: 500;
    font-display: swap;
}

/* ------------------------------------------------------------------------ */

* {
    padding: 0;
    margin: 0;
    border: 0;
}

*,
*:before,
*:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html,
body {
    height: 100%;
    width: 100%;
    line-height: 1;
    font-size: 14px;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
    background-color: transparent;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

a {
    color: inherit;
}

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

svg {
    display: block;
}

.icon {
    width: 20px;
    height: 20px;
}

.icon-medium {
    width: 30px;
    height: 30px;
}

.icon-big {
    width: 35px;
    height: 35px;
}

/* ---------------------------------------------------------------------------- */

:root {
    --font-family: "Museo Sans Cyrl", sans-serif;
    --second-family: "Museo Cyrl", sans-serif;
}

body {
    font-family: var(--font-family);
    background: #fff;
    line-height: normal;
}

.wrapper {
    /*overflow-x: hidden;*/
    height: 100%;
    display: flex;
    flex-direction: column;
}

.main {
    flex: 1 1 100%;
}

.container {
    max-width: 1292px;
    margin: 0 auto;
    padding: 0 40px;
}

.title {
    font-weight: 400;
    font-size: 35px;
    color: #000;
    font-family: var(--second-family);
}

.btn-blue {
    background: #395c82;
    border-radius: 4px;
    transition: all .2s ease;
}

.btn-blue:active {
    background: #213850;
}

@media (hover: hover) {
    .btn-blue:hover {
        background: #213850;
    }
}

input:focus {
    border: 2px solid #687d99;
}

textarea:focus {
    border: 2px solid #687d99;
}

/* -------------------------header------------------------- */
.header {
    padding: 20px 0;
    margin: 0 0 26px 0;
    border-bottom: 1px solid #dbddde;
    white-space: nowrap;
}

.header__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin: 0 0 26px 0;
}

.header__contacts {
    max-width: 470px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.header__contacts-item-link {
    display: flex;
    align-items: center;
    gap: 4px;
}

.header__contacts-item-link-tel {
    font-weight: 300;
    font-size: 22px;
    text-align: center;
    color: #395b81;
    transition: all .2s ease;
}

.header__contacts-item-link-tel:active {
    color: #19293b;
}

@media (hover: hover) {
    .header__contacts-item-link-tel:hover {
        color: #19293b;
    }
}

.header__contacts-item-link-email {
    font-weight: 300;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #395b81;
}

.header__right {
    max-width: 190px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.header__basket {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 35px;
    height: 36px;
    border-radius: 50%;
    background: #395c82;
}

.header__basket-mob {
    display: none;
}

.header__basket-value {
    position: absolute;
    top: -3px;
    right: -6px;
    width: 20px;
    height: 20px;
    padding: 2px;
    border-radius: 50%;
    background-color: #395C82;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 300;
    font-size: 11px;
    text-align: center;
    color: #fff;
}

.header__langs {
    display: flex;
    align-items: center;
    gap: 9px;
}

.header__lang {
    width: 30px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 300;
    font-size: 14px;
    text-align: center;
    color: #959595;
}

.header__lang svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.header__lang--active {
    color: #000;
}

.header__lang--active path {
    fill: #000;
}

.header__bottom {
    display: flex;
    align-items: center;
    gap: 60px;
}

.header__list {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header__item svg {
    transition: all .3s ease;
}

.header__menu-sub {
    position: fixed;
    top: 123px;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 30px 0px 0px 0px;

    transform: translateY(-40px);
    opacity: 0;
    pointer-events: none;
    transition: all .3s ease;
}

.header__item:hover .header__menu-sub {
    opacity: 1;
    pointer-events: all;
    transform: translate(0);
}

.header__item:active .header__item-link {
    color: #02517c;
}

.header__item:active path {
    stroke: #02517c;
}

@media (hover: hover) {
    .header__item:hover .header__item-link {
        color: #02517c;
    }

    .header__item:hover path {
        stroke: #02517c;
    }
}

@media (min-width: 1181px) {
    .header__item:hover svg {
        transform: rotate(180deg);
    }

    .header__item:active svg {
        transform: rotate(180deg);
    }
}

.header__menu-sub-bg {
    border-top: 1px solid #195c84;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.15);
    background: #eef7fe;
    padding: 30px 0 50px 0;
}

.header__menu-sub-container {
    max-width: 1150px;
    margin: 0 auto;
    padding: 0 40px;
}

.header__menu-sub-columns {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}

.header__list-sub {
    max-width: 267px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.header__item-sub {
    white-space: wrap;
}

.header__item-link-sub {
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    transition: all .2s ease;
}

.header__item-sub:active .header__item-link-sub {
    color: #02517c;
}

@media (hover: hover) {
    .header__item-sub:hover .header__item-link-sub {
        color: #02517c;
    }
}

.header__item-link {
    display: flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.burger-btn {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 28px;
    height: 20px;
}

.burger-btn-line {
    width: 100%;
    height: 2px;
    background-color: #395C82;
    transition: all .3s ease;
}

.burger-btn--active .b1 {
    transform: translate(0px, 9px) rotate(45deg);
}

.burger-btn--active .b2 {
    opacity: 0;
}

.burger-btn--active .b3 {
    transform: translate(0px, -8.5px) rotate(-45deg);
}

.burger-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 116px);
    z-index: 20;
    background: #eef7fe;
    border-top: 1px solid #195c84;
    overflow: auto;
    padding: 30px 16px;
    transform: translateX(-100%);
    transition: all .3s ease;
}

.burger-menu--visible {
    transform: translateX(0%);
}

.burger-menu__item {
    display: none;
}

.burger-menu__item--active {
    display: block;
}

.burger-menu__item-btn {
    display: flex;
    align-items: center;
    gap: 6px;
    margin: 0 0 32px 0;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.burger-menu__item-name {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

/* -------------------------preview------------------------- */

.page__preview {
    margin: 0 0 25px 0;
}

.preview__inner {
    display: flex;
    gap: 18px;
}

.preview__card-big {
    position: relative;
    z-index: 1;
    padding: 82px 15px 56px 15px;
    text-align: right;
    max-width: 836px;
    width: 100%;
}

.preview__card-big-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.preview__card-big-list {
    display: flex;
    flex-direction: column;
    gap: 19px;
    margin: 0 0 60px 0;
    padding: 0 60px 0 0;
}

.preview__card-big-desc {
    font-weight: 300;
    font-size: 19px;
    line-height: 114%;
    color: #fff;
}

.preview__card-big-img {
    max-width: 100%;
}

.preview__cards {
    max-width: 358px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.preview__card {
    min-height: 244px;
    padding: 32px 26px;
    position: relative;
    z-index: 1;
}

.preview__card-1 {
    background: #f6f9f6;
}

.preview__card-list {
    display: flex;
    flex-direction: column;
    gap: 34px;
}

.preview__card-name {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    color: #000;
    font-family: var(--second-family);
    max-width: 234px;
}

.preview__card-title {
    color: #fff;
}

.preview__card-desc {
    font-weight: 250;
    font-size: 14px;
    line-height: 120%;
    color: #000;
    max-width: 130px;
}

.preview__card-2 {
    background: #ebf6ff;
}

/* -------------------------productions------------------------- */

.page__productions {
    padding: 56px 0 88px 0;
    margin: 0 0 70px 0;
    background: #f9fcff;
    overflow: hidden;
}

.productions__title {
    margin: 0 0 40px 0;
}

.productions__cards-slider {
    width: 100%;
}

.productions__cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 17px 12px;
}

.productions__card {
    background: #fff;
    border: 1px solid #edf4fd;
    padding: 7px 14px 40px 23px;
    display: flex;
    flex-direction: column;
    align-items: center;
    transition: all .2s ease;
}

.productions__card:active {
    border: 1px solid #90b4e6;
}

@media (hover: hover) {
    .productions__card:hover {
        border: 1px solid #90b4e6;
    }
}

.productions__card-img {
    margin: 0 9px 10px 0;
    max-width: 100%;
}

.productions__card-name {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 113%;
    color: #000;
    margin: 0 0 24px 0;
    width: 100%;
    height: 62px;
}

.productions__card-bottom {
    display: flex;
    align-items: center;
    gap: 24px;
    width: 100%;
}

.productions__card ul {
    margin: 0 0 20px 0;
    width: 100%;
    min-height: 72px;
}

.productions__card li {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 111%;
    color: #000000;
}

.productions__card-price {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    text-transform: uppercase;
}

.productions__card-btn-price {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0 0 0;
}

.productions__card-btn-price-sp {
    font-weight: 250;
    font-size: 15px;
    line-height: 96%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #195c84;
}

/* -------------------------events------------------------- */

.events__inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}

.events__left {
    max-width: 406px;
    width: 100%;
}

.events__title {
    margin: 0 0 40px 0;
}

.events__card {
    display: none;
    flex-direction: column;
    align-items: center;
    background: #f6f9f6;
    padding: 40px 18px;
    min-height: 390px;
    transition: all .2s ease;
}

@media (hover: hover) {
    .events__card:hover {
        background: #dddddd;
    }
}

.events__card--active {
    display: flex;
}

.events__card img {
    margin: 0 0 34px 0;
    max-width: 100%;
}

.events__card div {
    width: 100%;
}

.events__card span {
    font-weight: 100;
    font-size: 13px;
    color: #000;
    display: block;
    margin: 0 0 15px 0;
}

.events__card p {
    font-weight: 300;
    font-size: 21px;
    color: #000;
    max-width: 350px;
}

.events__right {
    max-width: 743px;
    width: 100%;
}

.events__tabs {
    display: flex;
    gap: 42px;
    border-bottom: 1px solid #dbddde;
    margin: 0 0 24px 0;
}

.events__tab {
    padding: 0 6px 17px 6px;
    font-weight: 300;
    font-size: 17px;
    color: #000;
    border-bottom: 2px solid transparent;
    cursor: pointer;
    transition: all .2s ease;
}

.events__tab:active {
    color: #195C84;
}

@media (hover: hover) {
    .events__tab:hover {
        color: #195C84;
    }
}

.events__tab--active {
    border-bottom: 2px solid #195c84;
}

.events__item {
    display: none;
}

.events__item--active {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 80px;
}

.events__item a {
    flex: 0 1 300px;
}

.events__item span {
    font-weight: 400;
    font-size: 13px;
    color: #6a6a6a;
    display: block;
    margin: 0 0 14px 0;
}

.events__item p {
    font-weight: 300;
    font-size: 17px;
    color: #000;
}

.events__item-link {
    display: flex;
    align-items: center;
    gap: 14px;
}

.events__item-link span {
    font-weight: 300;
    font-size: 17px;
    color: #395b81;
    margin: 0;
}

/* -------------------------leave-request------------------------- */

.page__leave-request {
    padding: 194px 0 87px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.leave-request__img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: right;
    z-index: -1;
}

.leave-request__title {
    margin: 0 0 30px 0;
}

.leave-request__subtitle {
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #000;
    margin: 0 0 50px 0;
}

.leave-request__btn {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #fff;
    padding: 14px 32px;
}

/* -------------------------advantages------------------------- */

.page__advantages {
    padding: 60px 0;
}

.advantages__inner {
    display: flex;
    align-items: start;
    gap: 20px;
}

.advantages__content {
    max-width: 652px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.advantages__content h3 {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 22px;
    letter-spacing: 0.02em;
    color: #000;
}

.advantages__content div {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.advantages__content h5 {
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #000;
}

.advantages__content p, .advantages__content ul {
    font-weight: 300;
    font-size: 16px;
    line-height: 140%;
    letter-spacing: 0.02em;
    color: #000;
}

.advantages__content li {
    list-style: disc;
    display: list-item;
    margin-left: 30px;
}

.advantages__content li::marker {
    color: #395c82;
}

.advantages__img {
    max-width: 628px;
    width: 100%;
    margin: 0 -88px 0 0;
}

.advantages__image {
    max-width: 100%;
}

/* -------------------------footer------------------------- */

.footer {
    padding: 46px 0 66px 0;
    background: #1b222a;
}

.footer__inner {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.footer__column {
    max-width: 400px;
}

.footer__column-name {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 17px;
    line-height: 120%;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 0 0 24px 0;
}

.footer__column-box {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer__column-box:not(:last-child) {
    margin: 0 0 34px 0;
}

.footer__column-tel {
    font-weight: 100;
    font-size: 22px;
    line-height: 109%;
    letter-spacing: 0.02em;
    color: #fff;
}

.footer__column-text {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #fff;
}

.footer__column-list {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.footer__column-item-link {
    font-weight: 300;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.03em;
    color: #fff;
    transition: all .2s ease;
}

.footer__column-item-link:active {
    color: #02517c;
}

@media (hover: hover) {
    .footer__column-item-link:hover {
        color: #02517c;
    }
}

.footer__column-social {
    display: flex;
    gap: 8px;
    margin: 34px 0 10px 0;
}

/* -------------------------banner------------------------- */

.page__banner {
    margin: 0 0 20px 0;
}

.banner__inner {
    position: relative;
}

.banner__img {
    max-width: 100%;
    object-fit: cover;
    min-height: 100px;
}

.banner__text {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 45px 80px;
    font-weight: 300;
    font-size: 19px;
    line-height: 126%;
    text-align: right;
    color: #fff;
    max-width: 550px;
}

/* -------------------------pagination------------------------- */

.page__pagination {
    margin: 0 0 24px 0;
}

.pagination__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 3px;
}

.pagination__item-link {
    font-weight: 300;
    font-size: 16px;
    line-height: 90%;
    color: #656262;
    transition: all .2s ease;
}

.pagination__item-link:active {
    color: #02517c;
}

@media (hover: hover) {
    .pagination__item:hover a {
        color: #02517c;
    }
}

/* -------------------------card-product------------------------- */

.page__card-product {
    margin: 0 0 40px 0;
}

.card-product__title {
    margin: 0 0 40px 0;
}

.card-product__content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 30px;
}

.card-product__content h5 {
    font-weight: 250;
    font-size: 17px;
    line-height: 141%;
    text-transform: uppercase;
    color: #000;
}

.card-product__content li {
    font-weight: 100;
    font-size: 16px;
    line-height: 150%;
    color: #000;
}

.card-product__img {
    max-width: 397px;
    width: 100%;
}

.card-product__image {
    max-width: 100%;
}

.card-product__content-desc {
    max-width: 757px;
    width: 100%;
}

.card-product__content-desc-top {
    margin: 0 0 40px 0;
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 20px;
}

.card-product__character {
    max-width: 330px;
    width: 100%;
}

.card-product__character h5 {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #195c84;
    font-weight: 300;
}

.card-product__sidebar {
    max-width: 341px;
    width: 100%;
    padding: 35px;
    background: #f9fcff;
    border: 1px solid #e8edf5;
}

.card-product__sidebar-text {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000;
    margin: 0 0 40px 0;
}

.card-product__sidebar-value {
    font-weight: 600;
    font-size: 32px;
    line-height: 75%;
    text-transform: uppercase;
    color: #000;
    white-space: nowrap;
}

.card-product__sidebar-btns {
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.card-product__sidebar-btn {
    gap: 18px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #fff;
}

.btn-transp, .modal__form-btn .btn-transp {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #395c82 !important;
    border: 1px solid #395c82;
    border-radius: 4px;
    transition: all .2s ease;
}

.btn-transp:active {
    background-color: rgb(117, 150, 185, .2);
}

@media (hover: hover) {
    .btn-transp:hover {
        background-color: rgb(117, 150, 185, .2);
    }
}

.card-product__documentation {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px 40px;
    margin: 0 0 50px 0;
    font-weight: 250;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    color: #000;
}

.card-product__documentation-link {
    display: flex;
    align-items: center;
    gap: 4px;
}

.card-product__documentation-link-sp {
    font-weight: 250;
    font-size: 16px;
    line-height: 150%;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #395c82;
}

.card-product__desc h5 {
    padding: 0 0 10px 0;
    margin: 0 0 30px 0;
    border-bottom: 2px solid #dbddde;
    font-weight: 300;
}

.card-product__desc p{
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}

.card-product__desc ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.card-product__desc table {
    display: block;
    overflow-x: auto;
    max-width: 100%;
    width: fit-content;
    height: auto !important;
    border-spacing: 0;
    border-collapse: collapse;
    margin: 20px 0 20px 0;
}

.card-product__desc table td, .card-product__desc table th {
    padding: 10px;
    border: 1px solid #dbddde;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: center;
}

.card-product__desc table td {
    font-weight: 300;
    font-size: 15px;
}

/* -------------------------similar-products------------------------- */

.page__similar-products {
    padding: 0 0 40px 0;
    background: #f9fcff;
}

.similar-products__title {
    margin: 0 0 40px 0;
}

.page__similar-products .productions__card {
    max-width: 294px;
}

.page__similar-products .swiper-scrollbar {
    display: none;
}

/* -------------------------catalog------------------------- */

.page__catalog {
    margin: 0 0 80px 0;
}

.catalog__title {
    margin: 0 0 40px 0;
}

.catalog__content {
    display: flex;
    align-items: start;
    gap: 27px;
}

.catalog__content-right {
    max-width: 910px;
    width: calc(100% - 304px);
}

.catalog__cards {
    margin: 0 0 40px 0;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
}

.catalog__pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 0 0 11px 0;
}

.catalog__pagination-list {
    display: flex;
    align-items: center;
    gap: 20px;
}

.catalog__pagination-link {
    font-weight: 250;
    font-size: 15px;
    line-height: 96%;
    color: #000;
    position: relative;
}

.catalog__pagination-link--active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 19px;
    height: 2px;
    background: #195c84;
    pointer-events: none;
}

.catalog-filters__group-content label span svg {
    display: none;
}

.catalog-filters__group:not(._half_inputs) .catalog-filters__group-content label {
    min-height: 30px;
}

.catalog-filters__group-content label.disabled {
    pointer-events: none !important;
    opacity: 0.3;
}

.catalog-filters__checkbox > span {
    width: fit-content;
    flex: 1;
    max-width: fit-content;
}

.bx-filter-container-modef {
    display: block !important;
}

.catalog-filters__group {
    position: relative;
}

.catalog-filters form > .bx-filter-popup-result {
    display: none;
}

.bx-filter-popup-result {
    position: absolute;
    top: 50%;
    height: 0;
    right: -20px;
    transform: translate(100%, -50%);
    z-index: 100;
}

.bx-filter-container-modef .bx-filter-popup-result {
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(100%, -50%);
    width: 280px;
    z-index: 10000;
    padding: 22px;
    height: auto;
    transition: all .4s ease;
    border: 1px solid #d8dfe8;
    background: #f5f5f5;
    text-align: center;
}

.bx-filter-container-modef .bx-filter-popup-result ._close_btn {
    position:absolute;
    top: 8px;
    right: 8px;
    color: #000;
    display: block !important;
}

@media screen and (max-width: 992px) {
    .bx-filter-container-modef .bx-filter-popup-result {
        transform: translate(-50%, 0);
        position: fixed;
        width: 100%;
        max-width: 100%;
        margin: 0;
        border-bottom: none;
        border-left: none;
        border-right: none;
        top: unset;
        bottom: 0;
        left: 50%;
        right: 0;
    }
}

/* -------------------------catalog-search------------------------- */
@media (min-width: 992px) {
    .search-page {
        width: 100%;
        max-width: none;
    }

    .search-page .catalog__cards {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        gap: 14px;
    }
}

/* -------------------------catalog-product------------------------- */

.page__catalog-product {
    margin: 0 0 80px 0;
}

.catalog-product__title {
    margin: 0 0 40px 0;
}

.catalog-product__cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
    gap: 24px 30px;
}

.catalog-product__card {
    background: #eef7ff;
    padding: 21px 14px 14px 14px;
    min-height: 348px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all .2s ease;
}

.catalog-product__card:active {
    background: #d6dadd;
}

@media (hover: hover) {
    .catalog-product__card:hover {
        background: #d6dadd;
    }
}

.catalog-product__card-img {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 24px 0;
}

.catalog-product__card-image {
    max-width: 100%;
}

.catalog-product__card-content {
    flex: 1 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.catalog-product__card-name {
    font-weight: 300;
    font-size: 21px;
    line-height: 97%;
    color: #000;
}

.catalog-product__card-value {
    font-weight: 100;
    font-size: 15px;
    line-height: 136%;
    color: #000;
}

/* -------------------------basket------------------------- */
.page__basket {
    margin: 0 0 80px 0;
}


.basket__title {
    margin: 0 0 40px 0;
}

.basket__content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    gap: 40px;
}

.basket__content p {
    font-size: 17px;
    font-weight: 300;
}

.basket__rows {
    max-width: 702px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.basket__row {
    padding: 0 40px 12px 0;
    border-bottom: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.basket__row-name {
    font-weight: 300;
    font-size: 16px;
    line-height: 120%;
    color: #000;
    max-width: 235px;
    width: 100%;
}

.basket__row-content {
    max-width: 334px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.basket__row-quantity {
    border: 1px solid #ccc;
    border-radius: 2px;
    height: 24px;
    display: flex;
}

.basket__row-quantity-btn {
    width: 29px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 90%;
    color: #000;
}

.basket__row-quantity-value {
    font-weight: 300;
    font-size: 16px;
    line-height: 90%;
    color: #000;
    height: 100%;
    width: 36px;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-top: none;
    border-bottom: none;
    outline: none;
}

.basket__row-price {
    font-weight: 400;
    font-size: 16px;
    line-height: 90%;
    color: #000;
}

.basket__sidebar {
    max-width: 390px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 80px;
}

.basket__sidebar-title {
    font-weight: 300;
    font-size: 21px;
    line-height: 69%;
    text-transform: uppercase;
    color: #000;
    padding: 0 0 16px 0;
    margin: 0 0 24px 0;
    border-bottom: 2px solid #195c84;
}

.basket__sidebar-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.basket__sidebar-value {
    font-weight: 300;
    font-size: 16px;
    line-height: 90%;
    text-transform: uppercase;
    color: #000;
}

.basket__sidebar-value-sp {
    font-weight: 600;
}

.basket__sidebar-price {
    font-weight: 600;
    font-size: 23px;
    line-height: 63%;
    text-transform: uppercase;
    color: #000;
}

.basket__sidebar-form-title {
    font-weight: 300;
    font-size: 21px;
    line-height: 69%;
    color: #000;
    margin: 0 0 24px 0;
}

.basket__sidebar-form-inputs {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin: 0 0 30px 0;
}

.basket__sidebar-form-input {
    background: #f6f6f6;
    border-radius: 6px;
    padding: 14px 20px;
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    line-height: 90%;
    text-transform: uppercase;
    color: #000;
}

.basket__sidebar-form-textarea {
    resize: none;
    height: 90px;
}

.basket__sidebar-form-btn {
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #fff;
}

/* -------------------------news && articles ------------------------- */

.articles__container {
    margin: 0 0 40px 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.article-card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 280px;
    padding: 32px;
    background: #ebf6ff;
    border: 1px solid rgba(57, 92, 130, .08);
    text-decoration: none;
    color: #395c82;
    transition:
            transform .3s ease,
            box-shadow .3s ease,
            background .3s ease;
    background:
            linear-gradient(
                    180deg,
                    #f8fbff 0%,
                    #ebf6ff 100%
            );
}

.article-card:hover {
    background: #ffffff;
    transform: translateY(-6px);
    box-shadow:
            0 15px 40px rgba(57, 92, 130, .12);
}

.article-card__category {
    display: inline-flex;
    align-self: flex-start;

    padding: 6px 12px;

    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;

    color: #395c82;

    background: rgba(57, 92, 130, .08);
    border-radius: 999px;
}

.article-card__title {
    margin: 24px 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.25;
    color: #000;
}

.article-card__link {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    margin-top: 32px;

    font-size: 15px;
    font-weight: 500;
}

.article-card__link svg {
    width: 20px;
    height: 20px;

    transition: transform .3s ease;
}

.article-card:hover .article-card__link svg {
    transform: translateX(4px);
}

@media (max-width: 991px) {
    .articles__container {
        grid-template-columns: repeat(2, 1fr);
    }

    .article-card {
        min-height: 240px;
    }

    .article-card__title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .articles__container {
        grid-template-columns: 1fr;
        gap: 16px;
    }

    .article-card {
        min-height: auto;
        padding: 24px;
    }

    .article-card__title {
        margin: 16px 0 40px;
        font-size: 20px;
    }
}

/* -------------------------news-page------------------------- */

.page__news-page {
    margin: 0 0 80px 0;
}

.news-page__title {
    margin: 0 0 40px 0;
}

.news-page__content span {
    display: block;
    margin: 0 0 14px 0;
    font-weight: 250;
    font-size: 13px;
    line-height: 157%;
    color: #000;
}

.news-page__content p {
    font-weight: 300;
    font-size: 17px;
    line-height: 120%;
    color: #000;
    margin: 0 0 30px 0;
}

.news-page__content img {
    max-width: 100%;
}

/* -------------------------news-page------------------------- */

.news-page__title {
    margin: 0 0 40px 0;
}

.article-page__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-weight: 300;
    font-size: 17px;
    line-height: 136%;
    color: #000;
    overflow-wrap: break-word;
}

.article-page__content h3 {
    font-size: 18px;
    font-weight: 300;
}

.article-page__content h5 {
    font-weight: 300;
}

.article-page__content img,
.article-page__content table {
    max-width: 100%;
    height: auto !important;
}

.article-page__content p a:link {
    text-decoration: underline;
    transition: all .2s ease;
}

.article-page__content a:hover {
    color: #02517c;
    text-decoration: none;
}

/* -------------------------modal------------------------- */
.modal__window {
    max-height: 100%;
    overflow: auto;
    max-width: 500px;
    /*width: 100%;*/
    background: #fff;
    position: relative;
}

.modal__window-order {
    max-height: 100%;
    overflow: auto;
    max-width: 436px;
    /*width: 100%;*/
    background: #fff;
    position: relative;
}

.modal__close {
    position: absolute;
    top: 20px;
    right: 20px;
}

.modal__form {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.modal__form h2 .title {
    text-align: center !important;
}

.modal__form-label {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
}

.modal__form-label-name {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 14px;
    color: #000;
}

.modal__form-label-checkbox {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.modal__form-label-checkbox span, .basket__sidebar-form-label span {
    font-weight: 300;
}

.modal__form-label-checkbox span a:link, .basket__sidebar-form-label span a:link {
    text-decoration: underline;
}

.modal__form-label-checkbox span a:hover, .basket__sidebar-form-label span a:hover {
    text-decoration: none;
}

.modal__form-label-checkbox input, .basket__sidebar-form-label input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.modal__form-label-checkbox-box {
    width: 24px;
    height: 24px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    border: 1.5px solid #d7dee7;
    background: #f4f4f4;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal__form-label-checkbox-box svg, .basket__sidebar-form-label svg {
    opacity: 0;
}

.modal__form-label-checkbox input:checked + .modal__form-label-checkbox-box svg,
.basket__sidebar-form-label input[type="checkbox"]:checked + .modal__form-label-checkbox-box svg {
    opacity: 1;
}

.modal__form-input {
    border: 1px solid #d7dee7;
    border-radius: 4px;
    width: 100%;
    background: #f4f4f4;
    height: 44px;
    padding: 10px 16px;

    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    color: #1c1819;
}

.modal__form-text {
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 15px;
    color: #000;
}

.modal__form-bigtext {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 20px;
    color: #000;
    text-align: center;
    width: 100%;
}

.modal__form-btn {
    height: 47px;
    padding: 10px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #fff;
}

.modal__form-img {
    width: 100%;
    text-align: center;
}

/* -------------------------media------------------------- */

@media (max-width: 1180px) {

    .header .header__contacts,
    .header .header__right,
    .header .header__list {
        display: none;
    }

    .header__top {
        justify-content: center;
        padding: 4px 0;
        margin: 0;
        position: relative;
    }

    .header__bottom {
        justify-content: space-between;
        padding: 12px 0;
        position: relative;
    }

    .burger-btn {
        display: flex;
    }

    .header__bottom-right {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        gap: 16px;
    }

    .header__basket-mob {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        width: 44px;
        height: 44px;
        border-radius: 50%;
        background: #395c82;
    }

    .header__basket-mob .header__basket-img {
        width: 22px;
        height: auto;
    }

    .header__basket-mob .header__basket-value {
        top: -2px;
        right: -4px;
    }

    .header {
        padding: 0;
    }

    .header__list {
        flex-direction: column;
        align-items: start;
    }

    .header__item svg {
        transform: rotate(-90deg);
    }

    .burger-menu__inner {
        display: flex;
        flex-direction: column;
        gap: 50px;
    }

    .header__contacts {
        flex-direction: column;
        gap: 32px;
        align-items: start;
    }

    .header__menu-sub-columns {
        flex-direction: column;
        gap: 20px;
    }

    .header__list-sub {
        gap: 20px;
    }

    .hide {
        display: none;
    }


    .events__inner {
        flex-direction: column;
    }

    .events__right {
        max-width: unset;
    }

    .events__inner {
        position: relative;
    }

    .events__title {
        margin: 0 0 81px 0;
    }

    .events__tabs {
        position: absolute;
        top: 60px;
        left: 0;
        width: 100%;
    }

    .events__card {
        min-height: unset;
        padding: 8px 12px 25px 8px;
    }

    .events__card div {
        padding: 0 0 0 5px;
    }

    .events__card img {
        margin: 0 0 20px 0;
    }

    .basket__content {
        flex-direction: column;
        gap: 60px;
    }

    .basket__rows {
        max-width: unset;
    }

    .basket__sidebar {
        max-width: unset;
        gap: 40px;
    }

}

@media (max-width: 1100px) {
    .productions__cards {
        display: flex;
        gap: 0;
    }

    .productions__card {
        max-width: 253px;
        width: 100%;
    }

    .page__catalog .productions__card {
        max-width: unset;
    }

    .swiper-scrollbar {
        position: unset !important;
        width: 100% !important;
        margin: 24px 0 0 0;
        background: #dbddde;
    }

    .swiper-scrollbar-drag {
        background: #195c84;
    }

    .page__similar-products .swiper-scrollbar {
        display: block;
    }

    .card-product__content-desc-top {
        flex-direction: column;
    }

    .card-product__character {
        max-width: unset;
    }

    .card-product__sidebar {
        max-width: unset;
    }
}

@media (max-width: 980px) {
    .card-product__content {
        flex-direction: column;
    }

    .card-product__content-desc {
        max-width: unset;
    }

    .card-product__img {
        max-width: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

@media (max-width: 920px) {

    .preview__container {
        padding: 0 !important;
    }

    .preview__inner {
        flex-direction: column;
    }

    .preview__card-big {
        max-width: unset;
    }

    .preview__cards {
        max-width: unset;
        padding: 0 16px;
    }

    .banner__container {
        padding: 0 !important;
    }

    .banner__inner {
        display: flex;
        flex-direction: column-reverse;
    }

    .banner__text {
        position: unset;
        padding: 16px;
        width: 100%;
        max-width: unset;
        background: #395c82;
        font-size: 15px;
    }

    .catalog__content {
        flex-direction: column;
    }

    .catalog__content-right {
        max-width: unset;
        width: 100%;
    }

    .search-page {
        max-width: unset;
        width: 100%;
    }

    .page__catalog {
        margin: 0 0 40px 0;
    }
}

@media (max-width: 768px) {
    .header__logo-img {
        max-width: 297px;
        width: 100%;
    }

    .container {
        padding: 0 16px;
    }


    .preview__card-big-list {
        text-align: center;
        padding: 0;
    }

    .preview__card-big {
        padding: 40px 14px;
    }

    .page__productions {
        padding: 0 0 40px 0;
    }

    .title {
        font-size: 24px;
    }

    .preview__card-title {
        font-size: 35px;
    }

    .productions__title {
        margin: 0 0 20px 0;
    }

    .events__left {
        max-width: unset;
    }

    .events__item--active {
        gap: 24px;
    }

    .leave-request__img {
        position: unset;
        min-height: 220px;
        margin: 0 0 12px 0;
    }

    .page__leave-request {
        padding: 30px 0;
    }

    .leave-request__title {
        margin: 0 0 20px 0;
    }

    .leave-request__subtitle {
        margin: 0 0 20px 0;
    }

    .advantages__inner {
        flex-direction: column;
    }

    .advantages__img {
        margin: 0;
        max-width: unset;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .page__advantages {
        padding: 0 0 24px 0;
    }

    .advantages__content {
        gap: 20px;
    }

    .advantages__content h3 {
        margin: 0 0 10px 0;
    }

    .advantages__content div {
        gap: 14px;
    }

    .advantages__content h5 {
        font-size: 16px;
    }

    .footer {
        padding: 40px 0;
    }

    .footer__inner {
        flex-direction: column;
        gap: 24px;
    }

    .footer__column-box:not(:last-child) {
        margin: 0 0 16px 0;
    }

    .card-product__title {
        margin: 0 0 20px 0;
    }

    .card-product__content {
        gap: 16px;
    }

    .card-product__sidebar-text {
        justify-content: center;
    }

    .page__card-product {
        margin: 0 0 40px 0;
    }

    .catalog-product__cards {
        gap: 24px 16px;
        grid-template-columns: repeat(2, 1fr);
    }

    .catalog-product__card {
        padding: 0;
        min-height: 290px;
    }

    .catalog-product__title {
        margin: 0 0 20px 0;
    }

    .catalog-product__card-content {
        padding: 10px;
        justify-content: unset;
    }

    .catalog-product__card-img {
        margin: 0;
    }

    .page__catalog-product {
        margin: 0 0 40px 0;
    }

    .basket__row {
        flex-direction: column;
        align-items: stretch;
        padding: 0 0 12px 0;
    }

    .basket__row-content {
        max-width: unset;
    }

    .page__basket {
        margin: 0 0 40px 0;
    }

    .news__cards {
        grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
        gap: 30px;
    }

    .news-page__title {
        margin: 0 0 20px 0;
    }

    .news-page__content span {
        margin: 0 0 10px 0;
    }

    .news-page__content p {
        font-size: 14px;
    }

    .page__news-page {
        margin: 0 0 40px 0;
    }

    .article-page__content {
        font-size: 15px;
    }

    .article-page__content h2 {
        font-size: 20px;
    }

    .modal__window {
        max-width: unset;
        padding: 58px 16px 40px 16px;
    }

    .modal__form {
        gap: 16px;
    }

    .modal__form-input {
        height: 40px;
        font-size: 14px;
    }
}

@media (max-width: 580px) {
    .catalog-product__card-name {
        font-size: 12px;
    }

    .catalog-product__card-value {
        font-size: 12px;
    }

    .catalog-product__card {
        min-height: 178px;
    }
}

@media (max-width: 340px) {
    .catalog-product__cards {
        display: flex;
        flex-direction: column;
    }
}

.catalog-filters {
    flex: 0 0 278px;
    width: 100%;
}

.catalog-filters__title {
    display: none;
}

.catalog-filters form {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.catalog-filters__group {
    width: 100%;
}

.catalog-filters__group-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding: 0 0 10px;
    margin: 0;
    border: none;
    border-bottom: 2px solid #DDDDDD;
    background: none;
    position: relative;
    text-align: left;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.2;
    color: #000;
    cursor: pointer;
}

.catalog-filters__group._opened .catalog-filters__group-header {
    margin: 0 0 28px;
}

.catalog-filters__group:has(.catalog-filters__group-header):not(._opened) .catalog-filters__group-content {
    display: none;
}

.catalog-filters__group._opened .catalog-filters__group-content {
    /*display: flex;*/
    display: block;
    max-height: 242px;
    overflow: auto;
    width: 100%;
    scrollbar-width: thin;
    scrollbar-color: #195C84 #f1f1f1;
}

.catalog-filters__group-header::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 77px;
    height: 2px;
    background: #195C84;
}

.catalog-filters__group:has(.catalog-filters__group-header):not(._opened) .catalog-filters__group-header::after {
    width: 100%;
}

.catalog-filters__group._opened .catalog-filters__group-header svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.catalog-filters__group-header svg {
    width: 26px;
    height: 26px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    flex-shrink: 0;
}

@media screen and (min-width: 993px) {
    .catalog-filters__group-header:hover {
        opacity: 0.8;
    }
}

.catalog-filters__group-content {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.catalog-filters__group .bx-filter-container-modef {
    display: none;
}

.catalog-filters__checkbox {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
}

.catalog-filters--disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

.catalog-filters__checkbox input[type="checkbox"] {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #878787;
    background: #fff;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out;
}

.catalog-filters__checkbox input[type="checkbox"]:checked {
    background: #195C84;
    border-color: #195C84;
}

.catalog-filters__checkbox > span {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.2;
    color: #000;
}

.catalog-filters__checkbox > b {
    font-weight: 300;
    font-size: 12px;
    line-height: 120%;
    color: #fff;
    background: #195c84;
    border-radius: 54px;
    width: 30px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.catalog-filters__checkbox strong {
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 20px;
    padding: 0 8px;
    margin-left: auto;
    background: #195C84;
    border-radius: 54px;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
}

.catalog-filters__checkbox strong:empty {
    display: none;
}

.catalog-filters__group:not(:has(.catalog-filters__group-header)) {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog-filters__group .form-field {
    width: 100%;
}

.catalog-filters .btn-primary-small {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    padding: 0 16px;
    border: none;
    border-radius: 4px;
    background: #395C82;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #fff;
    cursor: pointer;
    transition: background-color .2s ease;
}

@media (hover: hover) {
    .catalog-filters .btn-primary-small:hover {
        background: #213850;
    }
}

.catalog-filters .btn-primary-small:active {
    background: #213850;
}

.catalog-filters .btn-secondary-small {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 46px;
    padding: 0 16px;
    border: 1px solid #395C82;
    border-radius: 4px;
    background: #fff;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    color: #395C82;
    cursor: pointer;
    transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}

@media (hover: hover) {
    .catalog-filters .btn-secondary-small:hover {
        background: #395C82;
        color: #fff;
    }
}

.catalog-filters .btn-secondary-small:active {
    background: #213850;
    border-color: #213850;
    color: #fff;
}

.catalog-filters-mobile {
    display: none;
}

.catalog-filters__mobile-head {
    display: none;
}

.catalog-filters-open__icon-wrap {
    position: relative;
    display: flex;
    flex-shrink: 0;
}

.catalog-filters-open__dot {
    display: none;
    position: absolute;
    top: -2px;
    right: -2px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #E81515;
}

.catalog-filters-open._active .catalog-filters-open__dot {
    display: block;
}

@media (max-width: 768px) {
    .catalog-filters-mobile {
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin: 0 0 28px;
    }

    .catalog-filters-open {
        display: flex;
        align-items: center;
        gap: 8px;
        padding: 0;
        border: none;
        background: none;
        font-weight: 300;
        font-size: 14px;
        line-height: 1.03;
        color: #000;
        cursor: pointer;
    }

    .catalog-filters-mobile-submit {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 46px;
        padding: 0 16px;
        border: none;
        border-radius: 4px;
        background: #395C82;
        font-family: var(--second-family);
        font-weight: 400;
        font-size: 16px;
        line-height: 1.2;
        color: #fff;
        cursor: pointer;
        transition: background-color .2s ease;
    }

    .catalog-filters-mobile-submit:active {
        background: #213850;
    }

    ._hide_mobile {
        display: none !important;
    }

    .catalog__content .catalog-filters._hide_mobile {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 100;
        flex: none;
        width: 100%;
        height: 100%;
        max-height: 100%;
        overflow: auto;
        padding: 33px 16px;
        background: #eef7fe;
        opacity: 0;
        pointer-events: none;
        transition: opacity .3s ease;
    }

    .catalog-filters._hide_mobile.catalog-filters--visible {
        display: block !important;
        opacity: 1;
        pointer-events: all;
    }

    .catalog-filters__mobile-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
        margin: 0 0 40px;
    }

    .catalog-filters__mobile-title {
        margin: 0;
        font-size: 24px;
    }

    .catalog-filters__mobile-close {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        border: none;
        background: none;
        cursor: pointer;
    }

    body.catalog-filters-panel-open {
        overflow: hidden;
    }
}

@media (hover: hover) and (max-width: 768px) {
    .catalog-filters-mobile-submit:hover {
        background: #213850;
    }
}

.catalog-filters__group._half_inputs._opened .catalog-filters__group-content {
    display: flex;
    gap: 10px;
    flex-direction: row;
}

.catalog-filters__group._half_inputs .catalog-filters__group-content > div {
    flex: 0 0 calc(50% - 5px);
}

.range-field {
    display: flex;
    align-items: center;
    min-height: 40px;
    padding: 0 10px;
    border: 1px solid #d7dee7;
    border-radius: 4px;
    background: #f4f4f4;
}

.range-field span {
    display: flex;
    align-items: center;
    margin-right: 12px;
    font-size: 14px;
    color: #7d8790;
    flex-shrink: 0;
    font-weight: 400;
}

.range-field input {
    width: 100%;
    height: 100%;
    border: none;
    background: transparent;
    outline: none;
    padding: 0;
    margin: 0;
    font: inherit;
    line-height: 1;
}

.range-field input::placeholder {
    color: #9aa6b2;
    line-height: 1;
}

.productions__card-img {
    display: flex;
    max-width: 100%;
    object-fit: contain;
    justify-content: center;
}

.card-product__img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header__bottom-right {
    flex: 1;
}

.header__search {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
}

.header__search-panel > input {
    border: 1px solid #d7dee7;
    border-radius: 4px;
    width: 100%;
    background: #f4f4f4;
    height: 44px;
    padding: 10px 16px;
    font-family: var(--second-family);
    font-weight: 300;
    font-size: 16px;
    color: #1c1819;
}

button.header__search-btn svg {
    width: 50%;
}

button.header__search-btn svg path {
    fill: #fff;
}

button.header__search-btn {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.02em;
    color: #fff;
    padding: 0;
    background: #395c82;
    border-radius: 4px;
    height: 44px;
    width: 44px;
    flex: 0 0 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .2s ease;
}

button.header__search-btn:hover {
    background: #213850;
}

.header__search-toggle {
    display: none;
}

.header__search-panel {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 1;
    min-width: 0;
    width: 100%;
}

@media (min-width: 769px) {
    .header__search {
        flex: 1;
        min-width: 0;
    }

    .header__search-toggle {
        display: none !important;
    }

    .header__search-panel {
        display: flex !important;
        margin-top: 0;
    }

    .header__search-panel > input {
        flex: 1;
        min-width: 0;
    }
}

@media (max-width: 768px) {
    .header__search {
        flex: 0 0 auto;
        width: auto;
    }

    .header__search-toggle {
        display: flex;
        align-items: center;
        justify-content: center;
        flex: 0 0 30px;
        width: 30px;
        height: 30px;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        cursor: pointer;
    }

    .header__search-panel {
        display: none;
        position: absolute;
        top: 100%;
        left: -16px;
        right: -16px;
        width: auto;
        margin: 0;
        padding: 10px 16px 12px;
        box-sizing: border-box;
        background: #fff;
        z-index: 100;
    }

    .header__search.header__search--open .header__search-panel {
        display: flex;
    }

    .header__search-panel > input {
        flex: 1;
        min-width: 0;
    }
}

.consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f6f9f6;
    color: #000;
    padding: 12px;
    z-index: 9999;
    display: none;
    font-size: 14px;
    font-weight: 300;
}

.consent-banner-content {
    max-width: 860px;
    margin: 0 auto;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}

.privacy-table {
    width: 100%;
    border: 1px solid #ccdae0;
    border-spacing: 0;
    border-collapse: collapse;
    margin-bottom: 20px;
}

.privacy-table td, .privacy-table th {
    padding: 10px;
    border: 1px solid #ccdae0;
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: center;
}

.privacy-table td {
    font-weight: 300;
}

.privacy-ul li {
    list-style: disc;
    display: list-item;
    margin-left: 30px;
}

.privacy-ul li::marker {
    color: #395c82;
}

.cookie-banner {
    position: fixed;
    left: 20px;
    bottom: 20px;
    z-index: 9999;
    display: none;
    justify-content: center;
    pointer-events: none;
}

.cookie-banner__message {
    width: 100%;
    max-width: 720px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 20px;
    background: rgba(250, 252, 255, 0.8);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(8px);
    pointer-events: auto;
}

.cookie-banner__message p {
    margin: 0;
    font-size: 13px;
    line-height: 1.5;
}

.cookie-banner__message a {
    text-decoration: underline;
}

.cookie-banner__message a:hover {
    text-decoration: none;
}

.cookie-banner__message button {
    padding: 10px 18px;
    border: 0;
    cursor: pointer;
    white-space: nowrap;
    color: #fff;
}

@media (max-width: 768px) {
    .cookie-banner {
        left: 12px;
        right: 12px;
        bottom: 12px;
    }

    .cookie-banner__message {
        flex-direction: column;
        align-items: stretch;
        gap: 14px;
        padding: 14px;
        border-radius: 12px;
    }

    .cookie-banner__message p {
        font-size: 13px;
        line-height: 1.45;
    }

    .cookie-banner__message button {
        width: 100%;
        min-height: 42px;
    }
}

.spinner-container {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(2px);

    display: flex;
    align-items: center;
    justify-content: center;
}

.spinner {
    width: 48px;
    height: 48px;
    border: 4px solid rgba(57, 92, 130, 0.15);
    border-top: 4px solid #395c82;
    border-radius: 50%;

    animation: spin 0.7s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}