@charset "utf-8";

@font-face {
    font-family: 'Tercia-Regular';
    src: url('/local/templates/teatrpro/fonts/Tercia.woff') format('woff'),
    url('/local/templates/teatrpro/fonts/Tercia.eot') format('eot'),
    url('/local/templates/teatrpro/fonts/Tercia.ttf') format('truetype');
}

body {
    font-family: 'Tercia-Regular';
    font-size: 14px;
    padding: 0;
    color: #2B2A29;
    background: #F7F1EC;
    margin: 0;
    width: 100%;
    line-height: 1.4;
}

/* хром, сафари */
body::-webkit-scrollbar {
    width: 0;
}

/* ie 10+ */
body {
    -ms-overflow-style: none;
}

/* фф (свойство больше не работает, других способов тоже нет)*/
body {
    overflow: -moz-scrollbars-none;
}

html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

ol,
ul,
nav {
    margin: 0;
    list-style: disc;
    padding-left: 20px;
}

a {
    text-decoration: none;
    color: #006658;
    transition: .3s;
}

a:hover, a:focus {
    color: #2B2A29;
    text-decoration: none;
}

a.btn:focus {
    color: #F7F1EC;
}

a:focus {
    outline: 0 !important;
    outline-offset: 0 !important;
    text-decoration: none !important;
}

:focus, button {
    outline: 0 !important;
    border: none;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: 0;
    border: none;
    box-shadow: none;
}

.container {
    max-width: 1660px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    padding-left: 30px;
    padding-right: 30px;
}

.black_theme_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    z-index: 9999;
    overflow: auto;
    transition: none;
}

.openModal {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #D3C7BD;
    transform: translate(-50%, -50%);
    width: 100%;
    width: 630px;
    box-sizing: border-box;
    padding: 45px 55px;
    max-height: 100%;
    max-width: 95%;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

header {
    border-bottom: 1px solid #D3C7BD;
}

header > .container {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 35px 30px 50px;
}

.header-menu {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 670px;
}

header > .container .right .bottom,
header > .container .right .top {
    display: flex;
    align-items: center;
}

.top-nav-container {
    padding: 0;
}

.btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 37px;
    background: #006658;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
    transition: .3s;
    border-radius: 19px;
    border: none;
    color: #F7F1EC;
    padding: 7px 25px;
    box-sizing: border-box;
}

header > .container .right .top {
    gap: 30px;
    margin-bottom: 11px;
}

.header-menu a {
    color: #2B2A29;
    font-size: 16px;
    text-transform: uppercase;
}

.basket-line-block-icon-cart-us {
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #6D2C4A;
    transition: .3s;
    border-radius: 50%;
    line-height: 0;
}

.header-menu a:hover {
    color: #006658;
}

.btn.bx-authform-btn, .btn.personal-btn {
    flex: 1;
    width: 100%;
    min-width: 198px;
}

#title-search {
    width: 670px;
    margin-right: 30px;
}

.bx-authform {
    margin: 0;
    max-width: none;
}

.logo img {
    display: block;
    max-width: 395px;
}

.btn:hover {
    background: #6D2C4A;
    color: #F7F1EC;
}

#awelite_favorites_equation {
    height: 37px;
    width: 37px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    background: #f7f1eb;
    border: 1px solid #6D2C4A;
    transition: .3s;
    border-radius: 50%;
    line-height: 0;
    margin-right: 12px;
}

.basket-line-block-icon-cart-us:hover {
    border: 1px solid #6D2C4A;
    background: transparent;
}

.basket-line-block-icon-cart-us path {
    transition: .3s;
}

.basket-line-block-icon-cart-us:hover path {
    fill: #6D2C4A;
}

#awelite_favorites_equation:hover {
    background: #6D2C4A;
}

svg path {
    transition: .3s;
}

#awelite_favorites_equation:hover svg path {
    fill: #F7F1EC;
}

#title-search .input-group {
    border: 1px solid #6D2C4A;
    border-radius: 19px;
    display: flex;
}

#title-search .input-group #title-search-input {
    border: none;
    background: transparent;
    outline: none !important;
    box-shadow: none !important;
    height: 37px;
    min-height: inherit;
    padding: 10px 25px;
    float: none;
    flex: 1;
}

.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: none;
}

#title-search .input-group .btn.search-title-button {
    border-radius: 50%;
    width: 37px;
    padding: 0;
    height: 37px;
    background: #f7f1eb;
    border: 1px solid #6D2C4A;
    flex-shrink: 0;
    min-width: fit-content;
    margin: 0 -2px 0 0;
    transition: .3s;
}

#title-search .input-group .btn.search-title-button circle,
#title-search .input-group .btn.search-title-button path {
    transition: .3s;
}

#title-search .input-group .btn.search-title-button:hover {
    background: #6D2C4A;
}

#title-search .input-group .btn.search-title-button:hover circle,
#title-search .input-group .btn.search-title-button:hover path {
    stroke: #f7f1eb;
}

textarea::placeholder,
input::placeholder {
    color: #6D2C4A !important;
    font-family: 'Tercia-Regular' !important;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #6D2C4A !important;
    font-family: 'Tercia-Regular' !important;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #6D2C4A !important;
    font-family: 'Tercia-Regular' !important;
}

.basket-line-block-us {
    display: flex;
    align-items: center;
    gap: 12px;
}

.basket-line-block-us .info {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #6D2C4A;
}

.big-banner-list img {
    position: absolute;
    width: 71%;
    height: 100%;
    object-fit: cover;
    right: 0;
    z-index: -2;
}

.menu-btn {
    display: none;
}

.big-banner-item {
    padding: 72px 0 122px;
    width: 52%;
}

.big-banner-item > p {
    font-size: 20px;
    text-transform: uppercase;
    color: #6D2C4A;
    position: relative;
    padding-left: 125px;
    margin-bottom: 35px;
}

.big-banner-item > p::before {
    position: absolute;
    content: '';
    width: 103px;
    left: 0;
    top: 15px;
    background: #6D2C4A;
    height: 1px;
}

.big-banner-item > h3 {
    font-size: 65px;
    line-height: 1;
}

.big-banner-item > span {
    display: block;
    font-size: 18px;
    margin-top: 37px;
    width: 65%;
}

.big-banner-item .flex-btn {
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 16px;
}

.big-banner-item .flex-btn .btn {
    width: 233px;
    height: 56px;
    border-radius: 28px;
}

.btn.purple-btn {
    background: #6D2C4A;
}

.btn.purple-btn:hover {
    background: #006658;
}

.btn.beige-btn {
    background: #f7f1eb;
    color: #6D2C4A;
    border: 1px solid #6D2C4A;
}

.btn.beige-btn:hover {
    color: #f7f1eb;
    background: #6D2C4A;
}

.big-banner-list {
    position: relative;
    border-bottom: 1px solid #D3C7BD;
}

.big-banner-list::before {
    content: '';
    background: url(/local/templates/teatrpro/images/bg.png);
    pointer-events: none;
    height: 100%;
    position: absolute;
    width: 72%;
    left: 28%;
    z-index: -1;
}

#mobilemenu-overlay {
    display: none;
    background-color: #f7f1eb;
    height: 100%;
    width: 100%;
    padding: 20px 30px 80px;
    height: 100dvh;
    inset: 0;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 2999;
    box-sizing: border-box;
}

#mobilemenu-overlay .header-menu a {
    font-size: 17px;
}

.close-menu {
    position: absolute;
    top: 30px;
    right: 30px;
}

.mobilemenu-container {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: scroll;
}

.mobilemenu-container .header-menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    margin: 45px 0;
}

.bx-authform {
    margin-top: auto;
}

.adv-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
    gap: 75px;
}

.adv-item {
    flex: 1;
}

.adv-item > div {
    display: flex;
    align-items: center;
    gap: 33px;
    font-size: 20px;
    text-transform: uppercase;
}

.adv-item .img {
    width: 161px;
    height: 161px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #006658;
    border-radius: 50%;
    flex-shrink: 0;
}

.adv-item .img img {
    max-width: 43%;
    max-height: 43%;
    display: block;
}

.projects {
    margin-top: 60px;
}

.projects-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    position: relative;
}

.projects-list::before {
    content: '';
    background: url(/local/templates/teatrpro/images/vector.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    width: 346px;
    height: 201px;
    position: absolute;
    z-index: -1;
    left: 38%;
    top: -135px;
}

.projects-item {
    width: 50%;
    padding: 12px;
}

.projects-item > div {
    border: 1px solid #D3C7BD;
    padding: 40px;
    background: #F7F1EC;
    box-sizing: border-box;
    display: flex;
    align-items: stretch;
}

.projects-item > div > img {
    width: 278px;
    height: 228px;
    display: block;
    object-fit: cover;
    flex-shrink: 0;
}

.projects-item .icon {
    width: 70px;
    flex-shrink: 0;
}

.projects-item .icon img {
    max-width: 100%;
}

.projects-item .info {
    margin: 0 50px 0 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.projects-item .info p {
    font-size: 30px;
    color: #006658;
    line-height: 1.1;
    padding-top: 10px;
    margin-bottom: 15px;
}

.projects-item .info span {
    font-size: 17px;
    display: block;
}

h2, h1 {
    font-size: 70px;
    line-height: 1;
    margin-bottom: 55px;
}

footer {
    padding: 83px 0 78px;
    border-top: 1px solid #D3C7BD;
    margin-top: 70px;
    position: relative;
}

footer::before {
    content: '';
    background: url(/local/templates/teatrpro/images/group96.svg);
    width: 671px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(((100vw - 1660px) / 2) + 360px);
    background-position: bottom;
    z-index: -1;
    pointer-events: none;
}

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

.flex-footer .logo {
    max-width: 274px;
    display: block;
    margin-bottom: 48px;
}

.flex-footer .right {
    display: flex;
    gap: 50px;
    max-width: 580px;
}

.kit-social-flex {
    display: flex;
    gap: 7px;
    align-items: center;
    margin-bottom: 90px;
}

.kit-social-flex a {
    width: 44px;
    height: 44px;
    box-sizing: border-box;
    border: 1px solid #6A1F44;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}

.kit-social-flex a:hover {
    background: #6A1F44;
}

.kit-social-flex a:hover svg path {
    fill: #F7F1EC;
}

footer .address {
    font-size: 20px;
    margin-bottom: 67px;
}

.footer-menu {
    list-style: none;
    padding: 0;
}

footer .btn.personal-btn {
    width: 181px;
    padding: 7px 20px;
}

footer .copyright {
    display: flex;
    gap: 24px;
}

.copyright a,
.footer-menu li a {
    color: #2B2A29;
}

.copyright a:hover,
.footer-menu li a:hover {
    color: #006658;
}

.mobile-only {
    display: none;
}

.about {
    margin-top: 90px;
    display: flex;
    gap: 65px;
    position: relative;
}

.about::before {
    content: '';
    background: url(/local/templates/teatrpro/images/vector.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    width: 326px;
    height: 241px;
    position: absolute;
    z-index: -1;
    right: calc((100vw - 100%) / 2 * -1);
    top: -142px;
    background-size: cover;
}

.about .img::before {
    content: '';
    background: url(/local/templates/teatrpro/images/vector.svg);
    background-repeat: no-repeat;
    pointer-events: none;
    width: 306px;
    height: 181px;
    background-size: contain;
    position: absolute;
    transform: scaleX(-1);
    bottom: -50px;
    right: -45px;
}

.about .right div {
    line-height: 2.05;
    font-size: 18px;
}

.about .img {
    position: relative;
}

.about .img img {
    display: block;
    max-width: 566px;
}

.all-year {
    margin-top: 115px;
    display: flex;
}

.all-year h3 {
    font-size: 70px;
    line-height: 1;
    width: 365px;
    flex-shrink: 0;
    margin-right: 90px;
}

.all-year p {
    font-size: 20px;
    line-height: 1.7;
}

.all-year .icon {
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    border: 1px solid #6A1F44;
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 205px;
}

.case-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -18px;
}

.case-list > div {
    padding: 18px;
    width: 33.3%;
    height: 386px;
}

.case-list > div > div {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.case-item {
    position: relative;
}

.case-item > div::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    pointer-events: none;
    bottom: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(190 190 190 / 0%) 0%, rgb(60 60 60 / 50%) 50%, rgba(0, 0, 0, 0.9) 100%);
    z-index: 1;
    transition: .3s;
}

.case-item:hover > div::before {
    bottom: -70px;
}

.case {
    margin-top: 115px;
}

.case-list .title h2 {
    border: 1px solid #D3C7BD;
    height: 100%;
    padding: 55px 90px 55px 55px;
    margin: 0;
    box-sizing: border-box;
    font-size: 50px;
    color: #006658;
}

.case-list > div > div .name {
    position: absolute;
    color: #fff;
    font-size: 33px;
    padding: 50px;
    bottom: 0;
    left: 0;
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 2;
}

.case-list > div img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.form-container {
    margin-top: 100px;
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.form-container h2 {
    flex-shrink: 0;
    text-transform: uppercase;
    margin: 0;
}

.form-container .form-users {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.form-users .form__form-block.form-block {
    width: 34%;
    height: 67px;
    background: #EDE3DA;
    box-sizing: border-box;
    padding: 15px 34px;
    border-radius: 32px;
    position: relative;
    line-height: 1.1;
}

.form-users .form__form-block.form-block label {
    position: absolute;
    top: 50%;
    pointer-events: none;
    font-family: 'Tercia-Regular';
    transform: translateY(-50%);
    left: 34px;
    font-size: 20px;
    width: calc(100% - 88px);
    box-sizing: border-box;
    transition: .4s;
}

.form-users .form__form-block.form-block label.error::before {
    opacity: 1;
}

.form-users .form__form-block.form-block label::before {
    content: 'Обязательное поле';
    font-size: 10px;
    display: block;
    color: #C23A3C;
    position: absolute;
    top: -14px;
    left: 0;
    line-height: 1.1;
    width: 100%;
    opacity: 0;
    text-align: left;
    pointer-events: none;
    transition: .5s;
}

.form-users .form__form-block.form-block label.active {
    opacity: 0;
}

.form-users .form__form-block.form-block label.error {
    font-size: 16px;
    top: 58%;
}

.form-users .form__form-block.form-block input {
    width: 100%;
    height: 100%;
    font-family: 'Tercia-Regular';
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 20px;
}

.form-users .form__form-block.form__form-block-checkbox {
    width: 276px;
}

.form-users .form__form-select::before {
    content: 'Обязательное поле';
    font-size: 10px;
    display: block;
    color: #C23A3C;
    position: absolute;
    top: -18px;
    left: 0;
    line-height: 1.1;
    width: 100%;
    opacity: 0;
    text-align: left;
    pointer-events: none;
    transition: .5s;
}

.form-users .form__form-select.active::before {
    opacity: 1;
}

.form-users .form__form-block.form__form-block-checkbox .btn {
    width: 100%;
    height: 65px;
    border-radius: 34px;
    font-size: 20px;
}

.form-users .form__form-select {
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 25px;
    position: relative;
}

.form-users .form__form-select input[type="checkbox"], .authform-modal input[type="checkbox"] {
    border: 2px solid #f7f1ec;
    outline: 1px solid #2B2A29 !important;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0 !important;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    margin-top: 5px;
}

.authform-modal input[type="checkbox"] {
    border: 2px solid #d3c7bd;
    margin-top: 0;
}

.authform-modal .bx-authform-link-container {
    margin-bottom: 0;
    padding: 0;
}

.authform-modal .bx-authform-formgroup-container .btn {
    width: 100%;
    height: 67px;
    box-sizing: border-box;
    border-radius: 34px;
    font-size: 20px;
}

.authform-modal .bx-filter-param-label {
    display: flex;
    gap: 8px;
    align-items: center;
}

.popup-window.popup-window-with-titlebar {
    padding: 34px;
    text-align: center;
    background: #F7F1EC;
    max-width: 100%;
    border-radius: 20px;
}

.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    color: #2B2A29;
    font-family: Tercia-Regular;
    font-weight: normal;
    margin-bottom: 20px;
    font-size: 16px;
    margin: 0;
    padding: 0;
}

.popup-window-with-titlebar .popup-window-content {
    display: none;
}

.authform-modal input[type="checkbox"]:checked,
.form-users .form__form-select input[type="checkbox"]:checked {
    background-color: #6A1F44;
    background-position: center;
    background-repeat: no-repeat;
}

.form-users .form__form-select a {
    color: #2B2A29;
    text-decoration: underline;
    transition: text-decoration-color 0.3s ease;
}

.form-users .form__form-select a:hover {
    text-decoration-color: transparent;
}

.close-modal {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    width: 25px;
    height: 25px;
}

.close-modal svg {
    width: 100%;
}

.authform-modal .bx-title {
    line-height: 1;
    margin-bottom: 30px;
    font-size: 35px;
}

input:-internal-autofill-selected {
    background-color: transparent !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #EDE3DA inset !important;
    -webkit-text-fill-color: #2B2A29 !important;
    transition: background-color 9999s ease-in-out 0s;
}

.authform-modal .bx-authform-input-container {
    height: 67px;
    background: #EDE3DA;
    box-sizing: border-box;
    padding: 15px 34px;
    border-radius: 32px;
    position: relative;
    line-height: 1.1;
}

.authform-modal .bx-authform-input-container input[type="text"], .authform-modal .bx-authform-input-container input[type="password"] {
    width: 100%;
    height: 100%;
    font-family: 'Tercia-Regular';
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    background: transparent;
    font-size: 20px;
}

.authform-modal .bx-authform-label-container {
    font-size: 14px;
    color: #2B2A29;
    padding-bottom: 6px;
}

.bx-breadcrumb {
    margin: 0 0 15px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.bx-breadcrumb .bx-breadcrumb-item {
    float: none;
    margin: 0;
}

.bx-breadcrumb .bx-breadcrumb-item span,
.bx-breadcrumb .bx-breadcrumb-item a {
    color: #2B2A29;
    font-family: 'Tercia-Regular';
    font-size: 18px;
}

.catalog-section-horizontal, .catalog-sections {
    display: flex;
    gap: 45px;
}

.fa-heart-o:before, .fa-heart:before {
    display: none;
}

.catalog-sections-menu {
    width: 367px;
    flex-shrink: 0;
}

.catalog-sections-menu .catalog-sidebar-menu {
    max-width: 100%;
}

.product-item-button-container {
    display: flex;
    gap: 9px;
    align-items: center;
}

.catalog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 35px 0;
    margin: 0 -10px;
}

.catalog-list .product-item-big-card {
    width: 25%;
    max-width: 302px;
    padding: 0 10px;
}

.image_wrapper_src {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image_wrapper_src::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: darken;
    pointer-events: none;
    background: #F0E7DF;
}

.image_wrapper_src img {
    max-width: 92%;
    max-height: 92%;
    display: block;
}

.product-item-users {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.product-item-users .js-favorite {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 9;
}

.product-item-users .js-favorite path {
    transition: .4s;
}

.product-item-users .js-favorite:hover path,
.product-item-users .js-favorite.fa-heart path {
    fill: #C23A3C;
}

.article {
    font-size: 14px;
    color: #D3C7BD;
    margin-top: 20px;
}

.product-item-container-users {
    height: 100%;
}

.product-title {
    font-size: 20px;
    margin-top: 6px;
    color: #2B2A29;
    display: block;
    margin-bottom: 20px;
    line-height: 1.1;
}

.product-title:hover {
    color: #006658;
}

.catalog-banner {
    display: flex;
    gap: 1%;
    align-items: stretch;
}

.product-item-button-container .btn.btn-primary:disabled, .product-item-button-container .btn.btn-primary.disabled {
    background: #6D2C4A;
}

.product-item-button-container .btn.not-avail-product {
    pointer-events: none;
    opacity: .5;
}

.catalog-banner-txt {
    flex-shrink: 0;
    padding: 0 0 60px;
    width: 39%;
}

.catalog-pagetitle {
    font-size: 65px;
    line-height: 1;
    margin-bottom: 5px;
}

.catalog-banner-text {
    font-size: 18px;
}

.btns-catalog {
    display: flex;
    gap: 16px;
    margin-top: 34px;
}

.btns-catalog .btn {
    height: 56px;
    border-radius: 28px;
    width: 233px;
}

.catalog-banner-image {
    width: calc(((100vw - 100%) / 2) + 60%);
    margin-right: calc((100vw - 100%) / 2 * -1);
    height: auto;
    align-self: stretch;
}

.catalog-banner-image img {
    display: block;
    width: 100%;
    object-fit: cover;
    height: 100%;
    object-position: left;
}

.catalog-banner-bottom {
    border-bottom: 1px solid #D3C7BD;
    border-top: 1px solid #D3C7BD;
    padding: 25px 0;
}

.catalog-banner-bottom ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.catalog-banner-bottom ul li {
    list-style: none;
    display: flex;
    gap: 15px;
    font-size: 18px;
    align-items: center;
    line-height: 1.2;
}

.catalog-banner-bottom ul li .img {
    flex-shrink: 0;
    width: 70px;
    height: 70px;
    border: 1px solid #006658;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.catalog-banner-bottom ul li .img img {
    max-width: 80%;
    max-height: 80%;
    display: block;
}

.catalog-main-title {
    display: flex;
    gap: 15px;
    align-items: center;
    margin: 47px 0 40px;
}

.catalog-main-title p {
    color: #6A1F44;
    font-size: 18px;
}

.catalog-main-title h1 {
    margin: 0;
}

.catalog-section-list-tile-slider {
    margin: 0 -7px;
    width: 100%;
    max-width: 100%;
    min-width: 0;
}

.catalog-section-horizontal-right {
    min-width: 0;
    width: 100%;
}

.catalog-section-list-tile-slider .slick-list {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

.catalog-section-list-item a {
    border: 1px solid #D3C7BD;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.catalog-section-list-item > div {
    padding: 0 7px;
    height: 99px;
    position: relative;
}

.overflow {
    overflow: hidden;
}

.catalog-section-list-item > div a::before {
    content: '';
    background: url(/local/templates/teatrpro/images/group40.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    bottom: 11px;
    right: 11px;
    background-size: cover;
}

.catalog-section-list-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.catalog-section-list-item .catalog-section-list-item-title {
    color: #2B2A29;
    position: absolute;
    top: 11px;
    line-height: 1.1;
    right: 11px;
    font-size: 17px;
    max-width: 50%;
    text-align: right;
}

.flag-hit {
    background: #6A1F44;
    color: #F7F1EC;
    text-align: center;
    font-size: 12px;
    padding: 2px 9px;
    border-radius: 5px;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
}

.product-item-big-card .product-item-price-container {
    margin-top: auto;
    text-align: left;
    color: #6D2C4A;
    font-weight: normal;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-item-big-card .product-item-price-current {
    font-weight: normal;
    font-size: 20px;
    color: #6D2C4A;
}

.product-item-big-card .product-item-price-old {
    font-size: 16px;
    color: #D3C7BD;
}

.product-item-button-container .btn {
    margin-bottom: 0;
    width: 37px;
    height: 37px;
    opacity: 1;
    flex-shrink: 0;
    padding: 0;
}

.product-item-quantity {
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #6A1F44;
    height: 37px;
    padding: 0 10px;
    border-radius: 33px;
    opacity: 0;
    transition: .3s;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover,
.product-item-amount-field-btn-plus:hover, .product-item-amount-field-btn-minus:hover {
    background: transparent;
}

.product-item-big-card:hover .product-item-quantity {
    opacity: 1;
}

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:after, .product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:after {
    opacity: 1 !important;
}

.product-item-amount-field {
    font-weight: normal;
    width: 40px;
    height: auto;
    border: none;
}

.product-item-amount-field-btn-plus, .product-item-amount-field-btn-minus {
    border-radius: 0;
    background-color: transparent;
    color: #6A1F44;
}

.product-item-info-container {
    margin: 15px 0 0 0;
}

.pagination-user {
    margin: 0 auto;
    width: 100%;
}

.bx-pagination {
    margin: 35px 0 0;
}

.bx-pagination .bx-pagination-container {
    text-align: center;
}

.bx-pagination .bx-pagination-container ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bx-pagination .bx-pagination-container ul li {
    display: block;
    margin: 0;
    padding: 0;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: transparent;
    border-color: transparent;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span,
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: transparent;
    border: none;
    line-height: 28px;
    padding: 0;
    color: #444;
    font-size: 0;
}

.bx-pagination .bx-pagination-container ul li span,
.bx-pagination .bx-pagination-container ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: auto;
    height: auto;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    font-size: 20px;
    line-height: 1;
    font-weight: 400;
    color: #D3C7BD;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bx-pagination .bx-pagination-container ul li a:hover span,
.bx-pagination .bx-pagination-container ul li a:hover {
    color: #6A1F44;
}

.filter-section-btn {
    display: none;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    color: #6A1F44;
}

.bx-pagination .bx-pag-prev,
.bx-pagination .bx-pag-next {
    margin: 0 22px !important;
}

.bx-pagination .bx-pag-prev span,
.bx-pagination .bx-pag-prev a,
.bx-pagination .bx-pag-next span,
.bx-pagination .bx-pag-next a {
    width: 14px;
    height: 14px;
    font-size: 0;
    position: relative;
}

.bx-pagination .bx-pag-prev span,
.bx-pagination .bx-pag-next span {
    font-size: 0;
}

.bx-pagination .bx-pag-prev > span::before,
.bx-pagination .bx-pag-prev > a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-left: 2px solid #6A1F44;
    border-bottom: 2px solid #6A1F44;
    transform: rotate(45deg);
    top: 8px;
    left: 3px;
}

.relative {
    position: relative;
}

.bx-pagination .bx-pag-next > span::before,
.bx-pagination .bx-pag-next > a::before {
    content: "";
    position: absolute;
    width: 11px;
    height: 11px;
    border-right: 2px solid #6A1F44;
    border-top: 2px solid #6A1F44;
    transform: rotate(45deg);
    top: 8px;
    right: 3px;
}

.bx-pagination .bx-pag-prev > span::before,
.bx-pagination .bx-pag-next > span::before {
    opacity: 0.4;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: transparent;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
    background: transparent;
}

.bx-pagination .bx-pagination-container ul li span {
    border: none;
}

.cursor-img {
    position: fixed;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
    background: url('/local/templates/teatrpro/images/cursor.svg') center / contain no-repeat;
    pointer-events: none;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
    z-index: 99999;
    transition: opacity .2s ease, transform .15s ease;
}

.product-related .slick-track {
    display: flex !important;
    align-items: stretch;
}

.product-related .slick-slide {
    height: auto !important;
}

.cursor-img.active {
    opacity: 1;
    visibility: visible;
}

.product-related .slick-slide > div {
    height: 100%;
}

.product-related .product-item-big-card {
    height: 100%;
}

.product-related .product-item-container-users {
    height: 100%;
}

.catalog-section-horizontal-right {
    flex: 1;
    width: 100%;
}

.mobile-filter-title {
    display: none;
}

.bx-filter-parameters-box {
    position: relative;
}

.bx-filter-parameters-box .filter-block {
    position: absolute;
    pointer-events: none;
    opacity: 0;
    z-index: 999;
    background: #f7f1ec;
    transition: .3s;
    border: 1px solid #D3C7BD;
    border-radius: 20px;
    padding: 20px;
    margin-top: 5px;
}

.bx-filter-parameters-box .filter-block.active {
    opacity: 1;
    pointer-events: auto;
}

.catalog-section-list {
    margin-bottom: 35px;
    width: 100%;
}

.catalog-section-list-tile-main-cat {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
    gap: 14px 0;
}

.catalog-section-list-tile-main-cat > div {
    width: 50%;
}

.catalog-section-list-tile-main-cat > div.catalog-section-list-item a {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.catalog-section-list-tile-main-cat > div.catalog-section-list-item img {
    width: 63px;
    height: 63px;
}

.catalog-section-horizontal-filter {
    margin-bottom: 60px;
}

.catalog-section-list-tile-slider .slick-track {
    margin-left: 0;
    margin-right: 0;
}

.catalog-section-horizontal-filter .filter-form {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.catalog-section-horizontal-filter .filter-form .bx-filter-parameters-box {
    width: 20%;
    padding: 0 7px;
}

.catalog-section-horizontal-filter .filter-form .bx-filter-parameters-box .bx-filter-parameters-box-title {
    border: 1px solid #D3C7BD;
    border-radius: 20px;
    height: 33px;
    display: flex;
    cursor: pointer;
    align-items: center;
    padding: 0 15px;
    line-height: 1;
}

.bx-filter-parameters-box-container {
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 13px;
}

.bx-filter-parameters-box-container .radio label, .bx-filter-parameters-box-container .checkbox label {
    padding-left: 0;
}

.bx-filter-parameters-box-container .radio label.disabled, .bx-filter-parameters-box-container .checkbox label.disabled {
    pointer-events: none;
    opacity: .5;
}

.bx-filter-parameters-box-container .checkbox label .bx-filter-input-checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.bx-filter-parameters-box-container .checkbox {
    margin: 0;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {;
    outline-offset: 0;
}

.bx-filter-parameters-box-container .checkbox label .bx-filter-input-checkbox input[type="checkbox"] {
    border: 2px solid #f7f1ec;
    outline: 1px solid #2B2A29 !important;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0 !important;
    width: 18px;
    height: 18px;
    cursor: pointer;
    flex-shrink: 0;
    position: relative;
}

.bx-filter-parameters-box-container .checkbox label .bx-filter-input-checkbox input[type="checkbox"]:checked {
    background-color: #6A1F44;
    background-position: center;
    background-repeat: no-repeat;
}

.bx-filter-parameters-box-hint {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
}

#pagetitle-container {
    margin-top: 40px;
}

#mobile-pagetitle-container {
    display: none;
}

.catalog-list {
    position: relative;
}

.catalog-list.is-loading {
    min-height: 200px;
}

.catalog-list.is-loading::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgb(247 241 236 / 45%);
    z-index: 50;
}

.catalog-list.is-loading::after {
    content: '';
    position: absolute;
    top: 100px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    border: 4px solid #ddd;
    border-top-color: #333;
    border-radius: 50%;
    animation: catalog-loading 0.7s linear infinite;
    z-index: 51;
}

@keyframes catalog-loading {
    to {
        transform: rotate(360deg);
    }
}

.catalog-element-flex {
    display: flex;
    gap: 125px;
}

.catalog-element-flex .left {
    width: 605px;
    flex-shrink: 0;
}

.product-slick-main {
    width: 100%;
}

.product-slick-main img {
    width: 100%;
}

.product-slick-gallery {
    width: 100%;
    position: relative;
}

.product-slick-gallery .js-favorite {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9;
}

.product-slick-gallery .js-favorite:hover path, .product-slick-gallery .js-favorite.fa-heart path {
    fill: #C23A3C;
}

.product-slick-gallery .flag-hit {
    left: initial;
    right: 30px;
    top: 30px;
    font-size: 18px;
    padding: 1px 10px;
}

.product-slick-main {
    margin-bottom: 35px;
}

.product-slick-main .product-slick-slide {
    height: 610px;
    position: relative;
}

.product-slick-main .product-slick-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: darken;
    pointer-events: none;
    background: #F0E7DF;
}

.product-slick-main .product-slick-slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.product-slick-main .product-slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-slick-nav {
    margin: 0 -6px;
}

.product-slick-nav .slick-slide {
    padding: 0 8px;
    cursor: pointer;
}

.product-slick-nav .product-slick-slide {
    height: 140px;
    position: relative;
}

.catalog-element {
    margin-top: 75px;
}

.catalog-element #pagetitle-container {
    margin-top: 0;
}

.catalog-element #pagetitle-container h1 {
    font-size: 75px;
    margin-bottom: 30px;
}

.catalog-element-flex .right .article {
    font-size: 20px;
    color: #2B2A29;
    margin-bottom: 45px;
}

.balance.not-avail {
    color: #6D2C4A;
}

.main-button-first .btn-primary {
    gap: 10px;
    display: flex;
    align-items: center;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
}

.main-button-first .btn-primary .btn {
    height: 60px;
    width: 236px;
    border-radius: 50px;
}

.main-button-first .btn-primary .svg {
    background: #006658;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-detail-pay-block {
    position: relative;
    margin-bottom: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    background-color: transparent;
}

.product-item-detail-pay-block > span {
    font-size: 20px;
}

.product-item-detail-price-current {
    font-size: 50px !important;
    color: #6D2C4A;
    font-weight: normal;
    text-align: left;
}

.bx_storege ul {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 30px;
}

.product-item-detail-pay-block .flex-block {
    display: flex;
    margin-top: 37px;
    gap: 10px;
}

.product-related {
    margin-top: 93px;
}

.product-item-detail-bottom h3 {
    border-bottom: 1px solid #D3C7BD;
    font-size: 33px;
    padding-bottom: 20px;
    margin-bottom: 60px;
}

.product-item-detail-bottom-col {
    flex: 1;
}

.product-item-detail-bottom-col p {
    font-size: 18px;
}

.product-item-detail-bottom-col .product-item-detail-properties-item {
    margin-bottom: 14px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    font-size: 18px;
}

.product-item-detail-bottom-col .product-item-detail-properties-item .product-item-detail-properties-name {
    padding-right: 3px;
    color: #2B2A29;
    font-size: 18px;
}

.product-item-detail-properties-value {
    color: #6D2C4A;
    padding-left: 3px;
    text-align: right;
    font-size: 18px;
}

.product-item-detail-bottom {
    display: flex;
    gap: 124px;
    margin-top: 60px;
}

.product-item-detail-pay-block .product-item-amount {
    padding: 0;
    text-align: center;
    border: 1px solid #006658;
    border-radius: 50px;
}

.product-item-detail-pay-block .product-item-amount-field-container {
    margin: 0;
    font-size: 25px;
    padding: 15px;
    height: 60px;
}

.product-item-detail-pay-block .product-item-amount-field {
    font-size: 25px;
    width: 55px;
    color: #006658;
}

.product-item-detail-price-old {
    color: #D3C7BD;
    font-weight: normal;
    text-align: left;
    margin-top: 10px;
    font-size: 23px;
}

.product-pay-price {
    display: flex;
    align-items: flex-end;
    gap: 20px;
    margin: 20px 0;
}

.product-item-detail-pay-block > p {
    font-size: 16px;
}

.bx_storege ul li {
    padding: 20px 25px;
    font-size: 18px;
    line-height: 17px;
    border: 1px solid #D3C7BD;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 18px;
    flex: 1;
}

.product-related .catalog-list {
    display: block;
}

.product-slick-nav .product-slick-slide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    mix-blend-mode: darken;
    pointer-events: none;
    background: #F0E7DF;
}

.product-slick-nav .product-slick-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-slick-nav .slick-track {
    margin-left: 0;
    margin-right: 0;
}

@media (max-width: 1760px) {
    .container {
        max-width: 1600px;
    }

    .all-year .icon {
        margin-left: 115px;
    }

    .big-banner-item > h3 {
        font-size: 61px;
    }
}

@media (max-width: 1680px) {
    .container {
        max-width: 1500px;
    }

    .form-users .form__form-block.form-block {
        width: 32%;
    }

    .form-users .form__form-block.form__form-block-checkbox {
        width: 259px;
    }

    .projects-item > div > img {
        width: 215px;
        height: 188px;
    }

    .all-year .icon {
        margin-left: 75px;
    }

    .about::before {
        width: 226px;
    }

    .catalog-element #pagetitle-container h1 {
        font-size: 65px;
    }

    .case-list .title h2 {
        padding: 75px 90px 55px 55px;
        font-size: 43px;
    }

    .projects-item .icon {
        width: 60px;
    }

    .projects-item .info p {
        font-size: 27px;
    }

    .catalog-sidebar-menu__children {
        font-size: 16px;
    }

    .catalog-sidebar-menu__title {
        font-size: 16px;
    }

    .catalog-sidebar-menu__children {
        padding: 30px 40px 30px 40px;
    }

    .catalog-sidebar-menu__header {
        padding: 20px 15px 20px 15px;
    }

    .catalog-sections-menu {
        width: 317px;
    }

    .projects-item .info {
        margin: 0 40px 0 20px;
    }
}

@media (max-width: 1560px) {
    .container {
        max-width: 1366px;
    }

    .about .img {
        display: none;
    }

    .form-users .form__form-block.form-block {
        width: 33%;
    }

    .form-container {
        flex-direction: column;
    }

    .form-container .form-users {
        width: 100%;
    }

    .form-users .form__form-block.form__form-block-checkbox {
        width: 289px;
    }

    .catalog-element #pagetitle-container h1 {
        font-size: 60px;
    }

    .about {
        margin-top: 60px;
    }

    .about::before {
        width: 316px;
        height: 181px;
        right: -10px;
    }

    .catalog-element-flex {
        gap: 85px;
    }

    .catalog-element-flex .left {
        width: 555px;
    }

    .product-slick-nav .product-slick-slide {
        height: 125px;
    }

    .product-item-detail-price-current {
        font-size: 46px !important;
    }

    .product-item-detail-bottom h3 {
        font-size: 30px;
    }

    .all-year {
        margin-top: 75px;
        flex-wrap: wrap;
        gap: 30px;
        justify-content: space-between;
    }

    .case-list > div {
        width: 50%;
    }

    .all-year h3 {
        order: 1;
    }

    .case {
        margin-top: 75px;
    }

    .all-year h3 {
        font-size: 60px;
    }

    .all-year p {
        order: 3;
        width: 100%;
    }

    .all-year .icon {
        order: 2;
    }

    footer::before {
        display: none;
    }

    .big-banner-item > h3 {
        font-size: 44px;
    }

    .projects-item .info {
        justify-content: flex-start;
    }

    .projects-item > div {
        align-items: center;
        gap: 50px;
    }

    .projects-item {
        width: 100%;
    }

    .projects-item > div > img {
        margin-left: auto;
    }

    .logo img {
        max-width: 325px;
    }

    h2, h1 {
        font-size: 60px;
    }

    .form-container {
        margin-top: 70px;
    }

    .adv-item .img {
        width: 131px;
        height: 131px;
    }

    .product-slick-main .product-slick-slide {
        height: 520px;
    }

    .adv-list {
        gap: 45px;
    }

    .adv-item {
        font-size: 18px;
    }

    .big-banner-item > p {
        font-size: 17px;
        padding-left: 105px;
    }

    .header-menu, #title-search {
        width: 560px;
    }

    .big-banner-item > span {
        font-size: 16px;
        width: 77%;
    }

    .btn.bx-authform-btn, .btn.personal-btn {
        min-width: 178px;
    }

    .catalog-pagetitle {
        font-size: 60px;
    }

    .big-banner-item {
        padding: 60px 0 100px;
        width: 58%;
    }

    .big-banner-item > p::before {
        width: 85px;
        top: 12px;
    }
}

@media (max-width: 1480px) {
    .container {
        max-width: 1360px;
    }

    .product-title {
        font-size: 18px;
    }

    .catalog-section-horizontal-filter .filter-form .bx-filter-parameters-box {
        width: 25%;
    }

    .catalog-banner-bottom ul li {
        font-size: 16px;
    }

    .catalog-list .product-item-big-card {
        width: 33.3%;
    }
}

@media (max-width: 1366px) {
    .container {
        max-width: 1180px;
    }

    .catalog-sections-menu {
        width: 257px;
    }

    .catalog-section-horizontal-filter {
        margin-bottom: 50px;
    }
}

@media (max-width: 1260px) {
    .logo img {
        max-width: 245px;
    }

    .header-menu, #title-search {
        width: 490px;
    }

    .big-banner-item > h3 {
        font-size: 36px;
    }

    .big-banner-item > p {
        font-size: 16px;
        padding-left: 0;
        margin-bottom: 30px;
    }

    .big-banner-item {
        padding: 50px 0 70px;
        width: 55%;
    }

    .catalog-element-flex {
        gap: 65px;
    }

    .product-item-detail-bottom {
        gap: 64px;
        margin-top: 50px;
    }

    .bx_storege ul {
        flex-direction: column;
        gap: 20px;
    }

    .catalog-element-flex .right .article {
        margin-bottom: 35px;
    }

    .bx_storege ul li {
        border: none;
        padding: 0;
        gap: 5px;
    }

    .catalog-element-flex .left {
        width: 485px;
    }

    .product-item-detail-pay-block .flex-block {
        flex-direction: column;
        margin-top: 30px;
        align-items: flex-start;
    }

    .product-slick-main .product-slick-slide {
        height: 460px;
    }

    .product-slick-nav .product-slick-slide {
        height: 105px;
    }

    .big-banner-item .flex-btn .btn {
        height: 50px;
        font-size: 14px;
    }

    .product-item-quantity {
        opacity: 1;
    }

    .big-banner-item > p::before {
        display: none;
    }

    .catalog-banner-image {
        display: none;
    }

    .catalog-banner-txt {
        padding: 0 0 50px;
        width: 100%;
    }

    #pagetitle-container {
        margin-top: 30px;
    }

    .catalog-banner-bottom ul li {
        width: 260px;
        flex-shrink: 0;
        padding-right: 20px;
    }

    .catalog-banner-bottom {
        padding: 25px 0 0;
    }

    .ul-scroll {
        width: calc(100% + 30px);
        overflow: scroll;
        padding-bottom: 25px;
    }

    .container {
        max-width: 100%;
    }

    .catalog-main-title {
        margin-top: 40px;
    }

    .btns-catalog .btn {
        height: 50px;
        font-size: 14px;
    }

    .catalog-element #pagetitle-container h1 {
        font-size: 50px;
    }

    .header-menu a {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    .bx-basket {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 998;
    }

    .catalog-sections-menu {
        display: none;
    }

    .catalog-element-flex {
        flex-direction: column;
        gap: 30px;
    }

    #mobile-pagetitle-container {
        display: block;
    }

    .product-slick-nav {
        display: none;
    }

    .product-related {
        margin-top: 55px;
    }

    .product-item-detail-bottom {
        flex-direction: column;
        gap: 30px;
    }

    #mobile-pagetitle-container > p {
        font-size: 50px;
        line-height: 1.1;
        margin-bottom: 40px;
    }

    .catalog-element-flex .left {
        width: 100%;
    }

    .product-slick-main {
        margin-bottom: 0;
    }

    .cursor-img {
        display: none;
    }

    .catalog-element .right #pagetitle-container {
        display: none;
    }

    header > .container {
        padding: 25px 30px 40px;
    }

    .big-banner-list img {
        position: relative;
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    #awelite_favorites_equation {
        position: fixed;
        bottom: 30px;
        right: 75px;
        z-index: 999;
        height: 50px;
        width: 50px;
    }

    .bx-breadcrumb .bx-breadcrumb-item span, .bx-breadcrumb .bx-breadcrumb-item a {
        font-size: 16px;
    }

    .form-container .form-users {
        flex-direction: column;
        gap: 20px;
    }

    .catalog-section-list-item > div {
        padding: 0;
        margin-right: 10px;
    }

    .catalog-section-list-tile-slider {
        margin: 0;
    }

    .catalog-section-list {
        width: calc(100% + 30px);
    }

    .product-slick-gallery .flag-hit {
        top: initial;
        right: inherit;
        position: relative;
        margin-bottom: 20px;
    }

    .form-users .form__form-block.form-block {
        width: 100%;
    }

    .form-users .form__form-block.form__form-block-checkbox {
        width: 100%;
    }

    .flex-footer {
        flex-direction: column;
        gap: 30px;
        align-items: flex-start;
    }

    footer .address {
        margin-bottom: 45px;
    }

    footer .mobile-only {
        width: 100%;
    }

    .filter-section-btn {
        display: flex;
        align-items: center;
        gap: 15px;
        font-size: 18px;
    }

    .case-list > div.title {
        height: auto;
    }

    .close-btn {
        font-size: 0;
        width: 23px;
        height: 23px;
        box-sizing: border-box;
        border-radius: 50%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 23px;
        display: block;
        margin: 0;
    }

    .case-list .title h2 {
        padding: 55px 90px 55px 55px;
        font-size: 40px;
    }

    .case-list > div {
        width: 100%;
    }

    footer .mobile-only .copyright {
        justify-content: space-between;
    }

    .flex-footer .right .class-new-menu {
        display: none;
    }

    .flex-footer .right {
        gap: 110px;
        max-width: 100%;
    }

    .all-year h3 {
        width: 100%;
        margin: 0 0 30px 0;
    }

    footer {
        padding: 60px 0 45px;
    }

    .all-year {
        margin-top: 60px;
    }

    .flex-footer .logo {
        margin-bottom: 10px;
    }

    .all-year .icon {
        margin: 0;
        width: 140px;
        height: 140px;
    }

    .all-year p {
        width: calc(100% - 200px);
    }

    .mobile-only {
        display: block;
    }

    .bx-filter-parameters-box .filter-block {
        opacity: 1;
        width: 100%;
        height: 100%;
        pointer-events: auto;
        transition: none;
        top: 0;
        left: 0;
        padding: 30px;
        overflow: scroll;
        border: none;
        display: none;
    }

    .bx-filter-parameters-box-hint svg {
        transform: rotate(-90deg);
        width: 13px;
        height: 12px;
    }

    .catalog-section-horizontal-filter .filter-form .bx-filter-parameters-box {
        width: 100%;
        height: auto;
        padding: 0;
        position: initial;
    }

    .catalog-section-horizontal-filter .filter-form .bx-filter-parameters-box .bx-filter-parameters-box-title {
        height: auto;
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 20px;
    }

    .bx-filter-parameters-box-hint {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 18px;
    }

    .catalog-section-horizontal-filter .filter-form {
        position: fixed;
        width: 93%;
        inset: 0;
        height: 100dvh;
        min-height: 100dvh;
        background: #f7f1ec;
        z-index: 99999;
        box-sizing: border-box;
        top: 0;
        left: 0;
        margin: 0;
        display: none;
        padding: 30px;
    }

    .catalog-section-horizontal-filter .filter-form::before {
        content: '';
        width: 7vw;
        height: 100%;
        background: #2B2A29;
        opacity: 0.5;
        position: absolute;
        right: -7vw;
        top: 0;
    }

    .show-products-btn {
        margin-top: 30px;
    }

    .filter-block-mobile-head {
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 18px;
        margin-bottom: 40px;
    }

    .mobile-filter-title {
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 24px;
        margin-bottom: 50px;
    }

    footer .flex-footer .left .copyright {
        display: none;
    }

    #awelite_favorites_equation svg,
    .basket-line-block-icon-cart-us svg {
        width: 20px;
        height: 20px;
    }

    .adv-item > div {
        gap: 25px;
        flex-direction: column;
        text-align: center;
    }

    .big-banner-list::before {
        background: url(/local/templates/teatrpro/images/bg-2.png);
        height: 190px;
        width: 100%;
        pointer-events: none;
        left: 0;
        bottom: inherit;
        top: 110px;
        background-size: contain;
        transform: rotate(180deg);
    }

    .btn.bx-authform-btn, .btn.personal-btn {
        width: 285px;
        flex: none;
        margin-top: auto;
    }

    .big-banner-item {
        padding: 10px 0 30px;
        width: 100%;
    }

    .projects-item > div {
        gap: 20px;
    }

    header > .container .right .class-new-menu, header .btn.bx-authform-btn, header .btn.personal-btn {
        display: none;
    }

    .menu-btn {
        background: url(/local/templates/teatrpro/images/menu.svg);
        width: 45px;
        height: 30px;
        display: block;
        background-size: cover;
    }

    .catalog-element-flex .right .article {
        margin-top: 0;
    }

    .product-slick-main .slick-slide {
        margin-right: 12px;
    }

    .product-slick-main .product-slick-slide {
        height: 300px;
    }

    .catalog-element {
        margin-top: 45px;
    }

    .product-slick-gallery .slick-track {
        margin: 0;
    }

    .basket-line-block-icon-cart-us {
        height: 50px;
        width: 50px;
    }

    header > .container {
        flex-wrap: wrap;
    }

    .basket-line-block-us .info {
        display: none;
    }

    .header-menu, #title-search {
        width: 100%;
        margin: 30px 0 0 0;
    }

    header > .container .right {
        width: 100%;
    }

}

@media (max-width: 850px) {

}

@media (max-width: 780px) {
    .adv-item > div {
        flex-direction: row;
        text-align: left;
    }

    .form-container,
    .case,
    .all-year,
    .about,
    .adv-list,
    .projects {
        margin-top: 40px;
    }

    .projects-item .icon {
        width: 50px;
    }

    .projects-item > div {
        padding: 30px;
    }

    .projects-item .info p {
        font-size: 22px;
        padding: 0;
    }

    h2, h1 {
        margin-bottom: 35px;
        font-size: 50px;
    }

    .projects-item > div > img {
        width: 175px;
        height: 188px;
    }

    .adv-item .img {
        width: 111px;
        height: 111px;
    }

    .adv-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 30px;
    }

    .catalog-pagetitle {
        font-size: 50px;
        margin-bottom: 10px;
    }

    .projects-item > div {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .btns-catalog {
        gap: 12px;
        flex-direction: column;
        align-items: flex-start;
    }

    .projects-item .info {
        width: 100%;
        margin: 0;
    }

    .product-item-detail-bottom h3 {
        font-size: 26px;
        margin-bottom: 30px;
    }

    footer .mobile-only .copyright {
        flex-direction: column;
        gap: 13px;
    }

    .product-item-detail-price-current {
        font-size: 38px !important;
    }

    .flex-footer .right {
        gap: 35px;
        flex-direction: column;
    }

    .catalog-list .product-item-big-card {
        width: 50%;
    }

    .kit-social-flex {
        margin-bottom: 10px;
    }

    .all-year h3 {
        font-size: 50px;
    }

    .all-year {
        flex-direction: column;
    }

    .all-year p {
        width: 100%;
    }

    .openModal {
        padding: 45px 30px;
    }

    .authform-modal .bx-title {
        font-size: 30px;
    }

    .projects-item > div > img {
        margin-left: 0;
    }
}

@media (max-width: 480px) {
    .logo img {
        max-width: 200px;
    }

    .bx-authform-formgroup-container {
        margin-bottom: 15px;
    }

    .authform-modal .bx-authform-formgroup-container .btn {
        height: 50px;
        font-size: 18px;
    }

    .authform-modal .bx-authform-input-container {
        height: 50px;
    }

    #mobile-pagetitle-container > p {
        font-size: 35px;
        margin-bottom: 30px;
    }

    header > .container {
        padding: 20px 30px 25px;
    }

    .menu-btn {
        width: 35px;
        height: 21px;
    }

    .big-banner-item > h3 {
        font-size: 34px;
    }

    .catalog-list .product-item-big-card {
        width: 100%;
    }

    .about .right div {
        font-size: 17px;
    }

    .all-year h3 {
        font-size: 34px;
        margin: 0;
    }

    .catalog-section-list {
        margin-bottom: 31px;
    }

    .catalog-pagetitle {
        font-size: 34px;
        margin-bottom: 10px;
    }

    .catalog-section-horizontal-filter {
        margin-bottom: 40px;
    }

    .catalog-banner-text {
        font-size: 16px;
    }

    .all-year p {
        font-size: 17px;
    }

    .big-banner-item > p {
        font-size: 15px;
        margin-bottom: 15px;
    }

    .case-list > div > div .name {
        font-size: 24px;
        padding: 30px;
    }

    .case-list > div {
        height: 300px;
    }

    .case-list .title h2 {
        padding: 30px 40px 40px 40px;
        font-size: 34px;
    }

    .big-banner-item .flex-btn {
        flex-direction: column;
        align-items: flex-start;
        margin-top: 30px;
    }

    .product-related {
        margin-top: 45px;
    }

    .form-users .form__form-block.form-block {
        height: 50px;
        font-size: 16px;
    }

    form-users .form__form-select input[type="checkbox"] {
        margin-top: 0;
    }

    .form-users .form__form-block.form-block label {
        font-size: 16px;
    }

    .form-users .form__form-block.form__form-block-checkbox .btn {
        height: 50px;
        font-size: 18px;
    }

    .btns-catalog .btn {
        width: 258px;
    }

    .catalog-section-list-tile-main-cat > div {
        width: 100%;
    }

    .btn {
        width: 285px;
        height: 50px;
        border-radius: 28px;
        max-width: 100%;
    }

    .big-banner-item .flex-btn .btn {
        width: 285px;
    }

    .bx-pagination {
        margin: 15px 0 0;
    }

    .big-banner-item {
        padding: 0px 0 30px;
    }

    .projects-list::before {
        width: 180px;
        height: 101px;
        left: 30px;
        top: -60px;
        background-size: cover;
    }

    footer .address {
        margin-bottom: 35px;
    }

    .flex-footer .logo {
        max-width: 224px;
    }

    footer .btn.personal-btn {
        width: 285px;
    }

    .projects-item > div > img {
        width: 100%;
        height: auto;
    }

    .projects-item > div {
        gap: 30px;
    }

    h2, h1 {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .big-banner-item > span {
        font-size: 14px;
        width: 100%;
        margin-top: 26px;
    }

    .kit-social-flex a {
        width: 54px;
        height: 54px;
    }
}

@media (max-width: 375px) {
    .adv-item .img {
        width: 81px;
        height: 81px;
    }

    .case-list .title h2 {
        padding: 30px 30px 30px 30px;
        font-size: 30px;
    }

    .case-list > div > div .name {
        font-size: 20px;
        padding: 25px;
    }

    .case-list > div {
        height: 270px;
    }

    .adv-item > div {
        font-size: 16px;
    }
}

@media (max-width: 350px) {
    .main-button-first .btn-primary .svg {
        display: none;
    }
}

@media (max-width: 320px) {
    .container {
        padding-left: 25px;
        padding-right: 25px;
    }
}
