@font-face {
	font-family: 'Calibri';
	src: url('../fonts/calibri.ttf');
    font-weight: 400;
}
@font-face {
	font-family: 'Calibri';
	src: url('../fonts/calibri_bold.ttf');
    font-weight: 700;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/gothampro_light.ttf');
    font-weight: 200;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/gothampro_medium.ttf');
    font-weight: 500;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/calibri_bold.ttf');
    font-weight: 700;
}
@font-face {
	font-family: 'Gotham Pro';
	src: url('../fonts/gothampro_black.ttf');
    font-weight: 900;
}

a, h1, h2, h3, h4, h5, p, span {
    margin: 0;
    padding: 0;
    color: #3C3C3C;
    text-decoration: none;
}
input, textarea, select {
    outline: none;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}
button {
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
}

html {
}

body {
    font-family: 'Calibri';
    transition: all .3s linear;
}
header {
    display: flex;
    flex-direction: column;
}
.header-top {
    background: #E2E8FF;
    padding: 7px 0;
    border-radius: 0 0 10px 10px;
}
.header-top-container {
    display: flex;
    flex-direction: row;
    gap: 80px;
    align-items: center;
    justify-content: flex-end;
}
.header-top-container a {
    color: #015590;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header-top-container p {
    display: flex;
    flex-direction: row;
    gap: 5px;
    align-items: center;
    color: #015590;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}
.header-center {
    padding: 24px 0;
}
.header-center-container {
    display: flex;
    flex-direction: row;
}
.header-center-logo {
    padding-right: 30px;
    display: flex;
    border-right: 1px solid #C8C8C8;
}
.header-center-menu {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 43.9px;
    padding-left: 25px;
    padding-right: 35px;
    border-right: 1px solid #C8C8C8;
    width: 100%;
    justify-content: space-between;
}
.header-bottom-container:nth-child(1) {
    display: none;
}
.header-center-menu a {
    color: #3C3C3C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.header-center-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 37px;
    padding-left: 26px;
}
.header-center-buttons a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    color: #3C3C3C;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.header-center-buttons-icon {
    position: relative;
}
.header-center-buttons-icon p {
    position: absolute;
    color: #3C3C3C;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 12px;
    height: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #FFD23F;
    border-radius: 50%;
    right: -6px;
}
.header-bottom {
    padding: 18px 0;
    background: linear-gradient(270deg, #000231 0%, #00046C 49.53%, #000231 100%);
}
.header-bottom-container {
    display: flex;
    flex-direction: row;
    gap: 40px;
    align-items: center;
}
.header-bottom-left {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 25px;
    align-items: center;
}
.header-bottom-left > button {
    background: #FFD23F;
    padding: 11px 16px;
    display: flex;
    flex-direction: row;
    gap: 11px;
    align-items: center;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.search {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.search input {
    width: 100%;
    background: #FFF;
    padding: 12px 20px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.search button {
    width: 36px;
    height: 36px;
    background: #FFD23F;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 3px;
}
.header-bottom-right {
    display: flex;
    flex-direction: row;
    gap: 29px;
    align-items: center;
    width: 100%;
    max-width: 240px;
}
.header-bottom-right a {
    display: flex;
    flex-direction: column;
    gap: 11px;
    align-items: center;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.section-slider {
    margin-top: 40px;
    margin-bottom: 20px;
}
.section-slider-container {
    position: relative;
}
.section-slider-block {
    position: relative;
    background: rgba(225, 232, 255, 0.99);
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 10px;
}
.section-slider-block > img {
    position: absolute;
    right: 0;
    height: 100%;
    object-fit: cover;
}
.section-slider-block-name {
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.10);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.50) inset, 0px 4px 98px 0px rgba(255, 255, 255, 0.75) inset, 0px 4px 11px 0px rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(8.5px);
    padding: 32px 81px;
    transform: rotate(-3.987deg);
    position: relative;
    display: flex;
    align-items: center;
}
.section-slider-block-name::before {
    content: '';
    position: absolute;
    left: 35px;
    border-radius: 76.38px;
    border: 8px solid rgba(255, 199, 0, 0.90);
    box-shadow: 0px 4px 4px 0px rgba(255, 255, 255, 0.15) inset, 0px 4px 68px 0px rgba(255, 255, 255, 0.25) inset;
    backdrop-filter: blur(10px);
    width: 27.079px;
    height: 27.079px;
    transform: rotate(25.575deg);
    top: 35px;
}
.section-slider-block-name h1 {
    color: #000351;
    font-family: 'Gotham Pro';
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transform: rotate(3.987deg);
    margin-bottom: 13px;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
}
.swiper-button-prev {
    left: -15px;
    width: 60px;
    height: 60px;
    background: transparent;
}
.swiper-button-next {
    right: -15px;
    width: 60px;
    height: 60px;
    background: transparent;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    display: none;
}
.swiper-button-next:after {
    display: none;
}
.breadcrumbs {
    margin-bottom: 25px;
}
.breadcrumbs-container {
    display: flex;
    align-items: center;
    gap: 5px;
}
.breadcrumbs-container a {
    color: #B3B3B3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.breadcrumbs-separator {
    color: #B3B3B3;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.breadcrumbs-active {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.section-products {
    margin-bottom: 30px;
}
.section-products-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
}
.products-main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.products-main-category {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.products-main-category-top {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
    padding-bottom: 20px;
    border-bottom: 2px solid #F1F4FF;
}
.products-main-category-top h1 {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.products-main-category-top p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px;
}
.products-main-category__content {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    width: 100%;
}
.products-main-category__content a {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
    padding: 10px 10px 17px 10px;
    border: 1px solid #EEE;
    background: #FFF;
    transition: all .3s linear;
}
.products-main-category__content a:hover {
    box-shadow: 2px 2px 0px 0px rgba(196, 196, 196, 0.6);
}
.products-main-category__content a img {
    margin-bottom: 7px;
    height: 163px;
    object-fit: contain;
    width: 100%;
}
.products-main-category__content a hr {
    width: 100%;
    opacity: 1;
    border-top: 1px solid #C4C4C4;
    margin: 0;
}
.products-main-category__content a p {
    color: #3B3B3B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
}
.products-filter {
    width: 100%;
    max-width: 387px;
    min-width: 387px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.products-filter-compilations {
    padding: 20px 30px;
    background: #F1F4FF;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.products-filter-compilations > span {
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.products-filter-compilations-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px 20px;
}
.products-filter-compilations-main a {
    border: 1px solid #FFD23F;
    background: #FFF;
    padding: 7px 20px;
    color: #3B3B3B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .3s linear;
}
.products-filter-compilations-main a:hover {
    background: #FFD23F;
}
.products-main-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.products-main-content-top {
    background: #F1F4FF;
    padding: 10px 20px 15px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.products-main-content-block {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    flex-direction: column;
}
.products-main-content-block p {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    text-align: right;
    padding-right: 20px;
}
.products-main-content-block select {
    border: 1px solid #FFD23F;
    background: #FFF;
    -webkit-appearance: none;
    padding: 8px 10px 8px 28px;
    background-image: url('../images/select.png');
    background-size: auto;
    background-position: center left 10px;
    background-repeat: no-repeat;
    color: #3B3B3B;
    text-align: right;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.products-main-content-block select:focus {
    background-image: url('../images/Vector33.png');
}
.products-main-content-block:nth-child(2) select {
    min-width: 185px;
}
.section-category-info-full {
    display: none;
}
.section-category-info-full.active {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}

.section-category-info-full.active #hide_me_please {
    display: block;
}
.products-main-content-container {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}
.products-main-block {
    padding: 10px;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #EEE;
    background: #FFF;
    transition: all .3s linear;
}
.products-main-block:hover {
    box-shadow: 2px 2px 0px 0px rgba(196, 196, 196, 0.6);
}
.products-main-block a:nth-child(3) {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
    max-width: 145px;
    margin: 10px auto;
}
.products-main-block img {
    height: 163px;
    width: 100%;
    object-fit: cover;
}
.products-main-block hr {
    margin: 0;
    opacity: 1;
    border-top: 1px solid #C4C4C4;
}
.products-main-block__row {
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    padding-top: 10px;
    width: 100%;
}
.products-main-block__row button {
    background: #FFD23F;
    padding: 10px 14px;
    display: flex;
    flex-direction: row;
    gap: 6px;
    align-items: center;
    color: #3C3C3C;
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all .3s linear;
    width: 100%;
    justify-content: center;
}
.products-main-block__row button:hover {
    background: #FFC300;
    color: #000;
}
.products-main-block-price {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    text-wrap: nowrap;
    flex-shrink: 0;
}
.products-main-block-price p {
    position: absolute;
    color: #C4C4C4;
    text-align: center;
    font-size: 9px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: line-through;
    top: -11px;
}
.products-main-block-price span {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.products-main-block__row.not-aviable button {
    width: 133px;
    justify-content: center;
}
.products-main-content-navigation {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.products-main-content-navigation button {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #EEE;
    color: #3B3B3B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .3s linear;
}
.products-main-content-navigation button.active {
    background: #FFD23F;
    border: 1px solid transparent;
}
.products-main-content-navigation button:hover {
    border: 1px solid #FFC300;
}
.section-category-info {
    background: #F1F4FF;
    padding-top: 70px;
    padding-bottom: 20px;
    position: relative;
}
.section-category-info-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: flex-start;
}
.section-category-info-container p {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.section-category-info-container button {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.section-category-info-container h1 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 50px;
}
.section-category-info > button {
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.section-category-info > button.active {
    transform: rotate(180deg);
}
.section-hits-container-main {
    position: relative;
}
.section-hits {
    margin: 40px 0;
}
.section-hits-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.button-add-to-cart.active {
    background: #00D047;
}
.button-add-to-cart.active svg path {
    stroke: #fff;
}
.button-add-to-cart.active svg circle {
    fill: #FFF;
}
.button-add-to-cart.active p {
    display: none;
}
.button-add-to-cart.active:hover {
    background: #00D047;
}
.section-hits-container-name {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    justify-content: center;
}
.section-hits-container-name h1 {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.swiper-button-next-hits {
    right: -30px;
}
.swiper-button-prev-hits {
    left: -30px;
}
footer {
    background: linear-gradient(270deg, #000231 0%, #00046C 49.53%, #000231 100%);
    padding-top: 70px;
    padding-bottom: 55px;
}
.footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.footer-container-column:nth-child(1) {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}
.footer-container-column:nth-child(1) p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}
.footer-container-column:nth-child(1) span {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.footer-container-column:nth-child(1) a:nth-child(1) {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
}
.footer-container-column:nth-child(1) a:nth-child(5) {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.footer-container-column:nth-child(1) a:nth-child(6) {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.products-filter-aviable {
    padding: 20px 30px;
    border: 1px solid #EEE;
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 15px;
}
.products-filter-aviable label {
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.products-filter-price {
    border: 1px solid #EEE;
    background: #FFF;
    padding: 20px 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
}
.products-filter-price > span {
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.products-filter-price-inputs {
    display: flex;
    gap: 27px;
}
.products-filter-price-input {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
}
.products-filter-price-input p {
    color: #B2B2B2;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: 10px;
}
.products-filter-price-input input {
    color: #000;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    border: 1px solid #FFD23F;
    padding: 11px 10px;
}
.footer-container-column:nth-child(2) {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-container-column-menu {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.footer-container-column:nth-child(2) > a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.footer-container-column-menu a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.footer-container-column:nth-child(3) {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
.footer-container-column:nth-child(3) > a {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
}
.footer-container-column:nth-child(4) {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 180px;
}
.footer-container-column-3__top {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-container-column-3__top button {
    background: #FFF;
    padding: 3px 18px;
    color: #3C3C3C;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 15px;
}
.footer-container-column-3__top > a {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 21px;
    margin-bottom: 47px;
}
.footer-container-column-3__bottom {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 20px;
}
.footer-container-column-3__bottom button {
    background: #FFF;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 3px 10px;
    color: #3C3C3C;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}
.products-filter-manufacturers {
    border: 1px solid #EEE;
    background: #FFF;
    padding: 20px 30px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}
.products-filter-manufacturers summary {
    list-style: none;
    color: #3B3B3B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all .3s linear;
}
.products-filter-manufacturers summary:hover {
    color: #000;
}
.products-filter-manufacturers details summary svg {
    transform: rotate(180deg);
}
.products-filter-manufacturers details[open] summary svg {
    transform: rotate(0deg);
}
.products-filter-manufacturers-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 15px;
}
.products-filter-manufacturers-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.products-filter-manufacturers-block label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.products-filter-manufacturers .products-filter-price-inputs {
    padding-top: 13px;
}
.products-filter-price-radio {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    padding-top: 15px;
}
.products-filter-price-radio-block {
    display: flex;
    align-items: center;
    gap: 10px;
}
.products-filter-price-radio-block label {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.products-filter-buttons {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 20px 84px;
    border: 1px solid #EEE;
    background: #FFF;
}
.button-primary {
    width: 100%;
    background: #FFD23F;
    padding: 11px;
    color: #3B3B3B;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    transition: all .3s linear;
}
.button-primary:hover {
    background: #FFC300;
}
.button-secondary {
    border: 1px solid #FFD23F;
    color: #B2B2B2;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    width: 100%;
    padding: 11px;
    transition: all .3s linear;
}
.button-secondary:hover {
    border: 1px solid #FFC300;
    color: #000;
}
#price-slider {
    width: 99%;
    height: 2px;
    background: #EEE;
    border: none;
    margin: 0 auto;
}
.all-travel-filter__block__price-bottom {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.all-travel-filter__block__price-bottom p {
    color: #000;
    text-align: center;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.all-travel-filter__block__price {
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    height: 28px;
    justify-content: space-between;
    margin-top: 20px;
}
.all-travel-filter__block__price .ui-state-default, .all-travel-filter__block__price .ui-widget-content .ui-state-default {
    background: #FFD23F;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -4px;
    border: none;
}
.ui-state-hover, .ui-state-active, .ui-state-focus {
    border: 1px solid transparent;
    outline: none;
}
.ui-slider-range {
    height: 2px;
    background: #B2B2B2;
}
#price-slider-2 {
    width: 99%;
    height: 2px;
    background: #EEE;
    border: none;
    margin: 0 auto;
}
#price-slider-3 {
    width: 99%;
    height: 2px;
    background: #EEE;
    border: none;
    margin: 0 auto;
}
#price-slider-4 {
    width: 99%;
    height: 2px;
    background: #EEE;
    border: none;
    margin: 0 auto;
}
.footer-container:nth-child(1) {
    display: none;
}
.menu-catalog, .menu {
    display: none;
}
.menu-podcatalog {
    display: none;
}
#button-filter-open {
    display: none;
}
.button-close-filter {
    display: none;
}
@media screen and (max-width: 1124px) {
    .products-filter {
        display: none;
    }
    .header-center-menu {
        display: none;
    }
    .products-main-category__content {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
    .products-main-content-container {
        grid-template-columns: repeat(2, 1fr);
    }
    .header-top {
        display: none;
    }
    .header-center {
        padding: 5px 0;
    }
    .header-center-logo {
        padding-right: 0;
        border-right: none;
    }
    .products-main-block img {
        height: 203px;
    }
    .header-center-logo img {
        width: 53px;
    }
    .footer-container-column:nth-child(2) {
        display: none;
    }
    .footer-container-column:nth-child(3) {
        display: none;
    }
    .header-center-buttons {
        gap: 20px;
        padding-left: 0;
    }
    .header-bottom-right a {
        display: none;
    }
    .products-main {
        width: 100%;
    }
    .header-center-buttons a {
        gap: 3px;
    }
    .header-center-container {
        align-items: center;
        justify-content: space-between;
    }
    .swiper-button-prev, .swiper-button-next {
        display: none;
    }
    .products-main-category__content a img {
        height: 125px;
    }
    .header-center-buttons-icon svg {
        width: 14px;
        height: 14px;
    }
    .header-center-buttons-icon p {
        font-size: 6px;
        width: 10px;
        height: 10px;
        right: -5px;
        top: 5px;
    }
    .header-bottom {
        padding: 10px 0;
    }
    .header-bottom-container {
        gap: 10px 20px;
        flex-wrap: wrap;
    }
    .section-slider {
        margin-top: 20px;
    }
    .section-slider-container {
        padding: 0;
    }
    .section-category-info {
        padding-top: 55px;
    }
    .section-category-info > button svg {
        width: 10px;
        height: 10px;
    }
    .section-category-info-container {
        gap: 15px;
    }
    .section-category-info-container p {
        font-size: 11px;
        line-height: 12px;
    }
    .section-category-info-container h1 {
        font-size: 16px;
        line-height: 30px;
    }
    .section-category-info-container button {
        font-size: 11px;
        line-height: 30px;
    }
    .section-hits-container-name {
        gap: 20px;
    }
    .section-hits-container-name svg {
        width: 34px;
    }
    .section-hits-container-name h1 {
        font-size: 20px;
        line-height: 20px;
    }
    .products-main-category-top h1 {
        font-size: 20px;
    }
    .products-main-category-top p {
        font-size: 11px;
        line-height: 12px;
    }
    .products-main-category-top {
        gap: 15px;
        padding-bottom: 15px;
    }
    .products-main-block-price p {
        position: relative;
        top: auto;
    }
    .products-main-block__row {
        flex-direction: column;
    }
    .products-main-content-container {
        gap: 10px;
    }
    .footer-container:nth-child(2) {
        display: none;
    }
    .footer-container:nth-child(1) {
        display: flex;
        flex-direction: column;
        gap: 30px;
    }
    footer {
        padding-top: 20px;
        padding-bottom: 35px;
    }
    .footer-mobile-top {
        display: flex;
        flex-direction: column;
        gap: 20px;
        width: 100%;
        padding: 10px 0;
        border-top: 1px solid #FFD23F;
        border-bottom: 1px solid #FFD23F;
    }
    .footer-mobile-top__block {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
    }
    .footer-mobile-top__block h1 {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
    }
    .footer-mobile-top__block a {
        color: #FFF;
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: 16px;
    }
    .footer-mobile-bottom {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-mobile-bottom__block {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }
    .footer-mobile-bottom__block-column {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .footer-mobile-bottom__block-column span {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px;
    }
    .footer-mobile-bottom__block-column p {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
    }
    .footer-mobile-bottom-row {
        display: flex;
        gap: 5px;
    }
    .footer-mobile-bottom-row svg {
        width: 30px;
        height: 30px;
    }
    .footer-mobile-bottom > span {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 14px;
        margin-bottom: 20px;
    }
    .footer-mobile-bottom > p {
        color: #FFF;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 14px;
        margin-bottom: 30px;
    }
    .footer-mobile-bottom > button {
        margin-bottom: 20px;
        padding: 2px 20px;
        display: flex;
        align-items: center;
        gap: 12px;
        color: #FFF;
        text-align: center;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px;
        border: 1px solid #FFD23F;
    }
    .header-bottom-container:nth-child(1) {
        display: flex;
        gap: 20px;
        flex-wrap: nowrap;
    }
    .header-bottom-left > button {
        display: none;
    }
    .header-bottom {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .header-bottom-container:nth-child(1) button:nth-child(1) {
        border: 1px solid #FFD23F;
        width: 30px;
        min-width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-bottom-container:nth-child(1) button:nth-child(2) {
        width: 100%;
        color: #3B3B3B;
        text-align: center;
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        background: #FFD23F;
        padding: 7.5px;
    }
    .header-bottom-container:nth-child(1) button:nth-child(3) {
        display: flex;
        align-items: center;
        gap: 5px;
        min-width: 57px;
        width: 57px;
        color: #FFF;
        font-size: 9px;
        font-style: normal;
        font-weight: 700;
        line-height: 8px;
    }
    .header-bottom-container:nth-child(1) button:nth-child(3) svg {
        min-width: 22px;
    }
    .header-bottom-right {
        display: none;
    }
    .search button svg {
        width: 17px;
        height: 20px;
    }
    .search button {
        right: 2px;
        width: 25px;
        height: 25px;
    }
    .search input {
        padding: 7px 10px;
        font-size: 13px;
    }
    .section-hits-container-main .products-main-block {
        height: 100%;
    }
    .section-hits-container-main .swiper-slide {
        height: auto;
    }
    .section-slider-block > img {
        width: 100%;
    }
    .section-slider-block-name h1 {
        font-size: 28px;
        margin-bottom: 9px;
    }
    .section-slider-block-name::before {
        border: 4px solid rgba(255, 199, 0, 0.90);
        width: 20px;
        height: 20px;
        top: 30px;
    }
    .header-bottom-container:nth-child(1) button:nth-child(1).active svg {
        transform: rotate(90deg);
    }
    .header-bottom-container:nth-child(1) button:nth-child(1).active svg rect {
        fill: #FFF;
    }
    .menu {
        display: none;
    }
    .menu.active {
        display: flex;
        position: absolute;
        flex-direction: column;
        z-index: 4;
        background: #FFF;
        border-bottom: 2px solid #FFD23F;
        width: 100%;
        box-shadow: 10px 25px 25px 0px rgba(0, 0, 0, 0.20);
    }
    .menu-top {
        background: #FFD23F;
        display: flex;
        flex-direction: column;
        padding-top: 15px;
        padding-bottom: 2px;
        gap: 15px;
    }
    .menu-top-block {
        display: flex;
        flex-direction: column;
        gap: 6px;
        align-items: flex-start;
        padding: 0 20px;
    }
    .menu-top-block > p {
        color: #000;
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }
    .menu-top-block__row {
        display: flex;
        gap: 28px;
    }
    .menu-top-block__row a {
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 10px;
    }
    .menu-top-buttons {
        display: flex;
        gap: 2px;
    }
    .menu-top-buttons button {
        color: #3B3B3B;
        font-size: 12px;
        font-style: normal;
        font-weight: 700;
        line-height: 10px;
        display: flex;
        gap: 10px;
        align-items: center;
        background: #FFF;
        width: 100%;
        padding: 5px;
        justify-content: center;
    }
    .menu-bottom {
        display: flex;
        flex-direction: column;
    }
    .menu-bottom a {
        border-top: 0.5px solid #F5F5F5;
        border-bottom: 0.5px solid #F5F5F5;
        padding: 12px 20px;
        color: #3C3C3C;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
    }
    .header-bottom-container:nth-child(1) button:nth-child(2).active {
        background: #FFC300;
        color: #000;
    }
    .header-bottom-container:nth-child(1) button:nth-child(2).active svg {
        transform: rotate(180deg);
    }
    .menu-catalog {
        display: none;
    }
    .menu-catalog.active {
        display: flex;
        flex-direction: column;
        box-shadow: 10px 25px 25px 0px rgba(0, 0, 0, 0.20);
        padding-bottom: 10px;
        position: absolute;
        width: 100%;
        z-index: 8;
    }
    .menu-catalog.active button {
        border: 0.5px solid #F5F5F5;
        background: #FFF;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 10px 6px 20px;
    }
    .menu-catalog-left {
        display: flex;
        align-items: center;
        gap: 20px;
    }
    .menu-catalog-left p {
        color: #3B3B3B;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
    }
    .section-slider-block-name {
        padding: 32px 69px;
    }
    .menu-podcatalog.active {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        box-shadow: 10px 25px 25px 0px rgba(0, 0, 0, 0.20);
        position: absolute;
        z-index: 9;
        background: #FFF;
        width: 100%;
    }
    .menu-podcatalog.active a {
        width: 100%;
        padding: 16px;
        border: 0.5px solid rgba(245, 245, 245, 0.5);
        display: flex;
        align-items: center;
        gap: 10px;
        justify-content: center;
    }
    .products-main-category-top h1 {
        position: relative;
        width: 100%;
        padding-right: 30px;
    }
    .products-main-category-top h1 button {
        position: absolute;
        right: 0;
    }
    .products-main-category-top h1 button svg {
        width: 20px;
        height: 20px;
        transform: rotate(90deg);
    }
    .products-filter.active {
        display: flex;
        position: absolute;
        top: 40px;
        z-index: 2;
        background: #FFF;
        left: 0;
        box-shadow: 10px 25px 25px 0px rgba(0, 0, 0, 0.20);
        min-width: 100vw;
    }
    .section-products-container {
        position: relative;
    }
    #button-filter-open {
        display: flex;
        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        align-items: center;
        gap: 10px;
        justify-content: flex-end;
    }
    #button-filter-open svg {
        width: 20px;
        height: 20px;
    }
    .button-close-filter {
        display: flex;
        position: absolute;
        right: 20px;
        top: 20px;
    }
    .button-close-filter svg {
        width: 20px;
        height: 20px;
    }
}