.nulled-btn {
    background: none;
    border: none;
    font-family: inherit;
}

.centered-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 98;
    display: none;
    background: rgba(0, 0, 0, .7);
}

.dark-overlay.active {
    display: block;
}

/* Header */
.header {
    width: 100%;
}

.header__container {
    display: flex;
    flex-direction: column;
}

.header__punkts {
    background: linear-gradient(to right, #8e3f92, #d4318d);
    font-weight: 500;
    font-size: 14px;
    width: 100%;
    color: white;

}

.header__punkts-container {
    /* overflow-x: auto;
    overflow-y: hidden; */
}

.header__punkts-list {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

}

.header__punkts-punkt {
    cursor: pointer;
    position: relative;
}

.header__punkts-list .header__punkts-punkt:last-child>a {
    margin-right: 0;
}

.header__punkts-punkt>a {
    white-space: nowrap;
    margin-right: 20px;
    padding: 10px 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.header__punkts-sub-menu {}

.header__punkts-punkt:hover .punkts-sub-menu,
.header__punkts-punkt.active .punkts-sub-menu {
    max-height: 100vh;
    border-color: gray;
}

.punkts-sub-menu {
    transition: .5s ease all;
    z-index: 1001;
    position: absolute;
    top: 40px;
    right: 0;

    max-height: 0;
    overflow: hidden;
    border: 1px solid transparent;
    background: white;
}

.punkts-sub-menu__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.punkts-sub-menu__item {
    width: 100%;
}

.punkts-sub-menu__item:hover>a {
    background: purple;
    color: white;
}

.punkts-sub-menu__item>a {
    white-space: nowrap;
    padding: 10px;

    display: block;
}

.header__punkts-punkt img {
    width: 20px;
    height: 20px;
}

.header__main {
    width: 100%;
    background: var(--real-white);
    display: flex;
    flex-direction: row;
}

.header__main>.container {
    width: 100%;
}

.header__main-container {
    padding: 10px 0;
    width: 100%;
    gap: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.header__logo {
    width: 60%;
}

.header__contacts>a>img {
    width: 20px;
    height: 20px;
}

.header__contacts>a {
    white-space: nowrap;
    display: flex;
    flex-direction: row;
    gap: 3px;
    align-items: center;
    line-height: 20px;
}

.header__contacts {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.header__navs {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.navs {}

.navs__item {
    border-radius: 50px;
    box-shadow: 0px 0px 2px #000;
    padding: 5px;
    background-color: white;

    width: 30px;
    height: 30px;

    max-width: 30px;

    cursor: pointer;

    display: flex;
    align-items: center;
    justify-content: center;
}

.navs__search {}

.navs__basket {}

.bottom-header-container {
    width: 100%;
}

.bottom-header {
    display: none;
    font-size: 15px;
    background: #e8e8e8;
    position: relative;
}

.bottom-header .header-nav-popup__close {
    display: none;
}

.bottom-header.active {
    display: block;
}

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

.bottom-header-mobile .nav-list__sub {
    display: none !important;
}

.bottom-header-mobile .nav-list__item-arrow {
    display: none;
}

.bottom-header .nav-list__item-arrow {
    display: none;
}

.bottom-header .header-nav-popup__close {
    display: none;
}

.bottom-header .nav-list-back {
    cursor: pointer;
    display: none;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 30px;
    font-size: 18px;
}

.bottom-header .nav-list-back.active {
    display: flex;
}

/**/

/*START CATALOG ADAPTIVE*/

.header-nav-popup-catalog {
    display: none;
    position: fixed;
    background: #fff;
    padding: 20px;
    left: 0;
    top: 0;
    max-width: 620px;
    width: 90%;
    z-index: 99;
    max-height: 100vh;
}

.header-nav-popup-catalog.active {
    display: block;
}

.header-nav-popup-catalog .header-nav-content {
    height: 100vh;
    padding-bottom: 100px;
    overflow-y: auto;
}

.header-nav-popup-catalog .nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-nav-popup-catalog .nav-list__item-title,
.header-nav-popup-catalog .contact-list__item-title {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 25px !important;
}

.header-nav-popup-catalog .nav-list__item,
.header-nav-popup-catalog .contact-list__item {
    text-transform: uppercase;
    line-height: 1.2;
    font-size: 18px;
}

.header-nav-popup-catalog .nav-list__item-title:not(:first-child) {
    margin-top: 25px;
    font-size: 18px;
}

.header-nav-popup-catalog .nav-list__item:not(:last-child) {
    margin-bottom: 35px;
}

.header-nav-popup-catalog .contact-list {
    margin-top: 30px;
    color: #000;
    font-weight: 500;
}

.header-nav-popup-catalog .contact-list__item:not(:last-child) {
    margin-bottom: 25px;
}

.header-nav-popup-catalog .item-podkat {
    width: 80%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

/*END CATALOG ADAPTIVE*/

/*START PODKATALOG ADAPTIVE*/

.header-nav-popup-podkat {
    display: none;
    position: fixed;
    background: #fff;
    padding: 20px;
    left: 0;
    top: 0;
    max-width: 620px;
    width: 90%;
    z-index: 99;
    max-height: 100vh;
}

.header-nav-popup-podkat .header-nav-content {
    height: 100vh;
    padding-bottom: 100px;
    overflow-y: auto;
}

.header-nav-popup-podkat.active {
    display: block;
}

.header-nav-popup-podkat .nav-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.header-nav-popup-podkat .nav-list__item-title {
    font-size: 18px !important;
    font-weight: 500 !important;
    margin-bottom: 25px !important;
}

.header-nav-popup-podkat .nav-list__item-title::first-letter {
    text-transform: uppercase;
}

.header-nav-popup-podkat .nav-list__item {
    line-height: 1.2;
    font-size: 18px;
}

.header-nav-popup-podkat .nav-list__item::first-letter {
    text-transform: uppercase;
}

.header-nav-popup-podkat .nav-list__item-title:not(:first-child) {
    margin-top: 25px;
    font-size: 18px;
}

.header-nav-popup-podkat .nav-list__item:not(:last-child) {
    margin-bottom: 35px;
}

.header-nav-popup-podkat .nav-list__item:not(:first-child) {
    margin-left: 40px;
}

.header-nav-popup-podkat .nav-list-back {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    margin-bottom: 30px;
    font-size: 18px;
}

/*END PODKATALOG ADAPTIVE*/

/* BASKET */

/*START BASKET ADAPRIVE*/

.basket-bottom__open {
    display: none;
    position: fixed;
    background: #fff;
    padding: 10px;
    right: 0;
    top: 0;
    max-width: 620px;
    width: 90%;
    z-index: 1001;
    height: 100%;
    padding-bottom: 50px;
    overflow-y: auto;
}

.basket-bottom__open.active {
    display: block;
}

.basket-close-btn {
    display: flex;
    flex-flow: row-reverse nowrap;
    text-transform: uppercase;
}

.basket-close-btn>button {
    cursor: pointer;
    font-size: inherit;
}

.basket-header {
    width: 100%;

    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;

    font-size: 20px;
    text-transform: uppercase;
}

.basket-close-btn {
    text-transform: uppercase;
}

.basket-bottom__fixed {
    margin-top: 10px;
    display: flex;
    flex-flow: column nowrap;
    align-items: center;
}

.basket-bottom__fixed .product-description__price-wrapper {
    font-size: 35px;
}

.basket-close-btn {
    display: flex;
    flex-flow: row-reverse nowrap;
    text-transform: uppercase;
}

.basket-close-btn>button {
    font-size: inherit;
}

.basket-close-btn {
    text-transform: uppercase;
}

.close-product-btn {
    margin-left: 20px;
}

.top-header {
    padding: 20px 0;
    background: #fff;
    font-size: 18px;
    height: 100px;
    display: flex;
    justify-content: center;
}

.top-header>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-menu__btn {
    margin-right: 20px;
    display: flex;
    align-items: center;
    font-size: 18px;
}

.header-menu__btn-icon {
    margin-right: 15px;
}

.header-logo {
    margin: 0 auto;
}

.header-logo__img {
    width: 268px;
}

.header-ui__list {
    display: flex;
    align-items: center;
}

.header-ui__list-item:not(:last-child) {
    margin-right: 20px;
}

.header-ui__list-item {
    cursor: pointer;

    border-radius: 50px;
    box-shadow: 0px 0px 2px #000;
    background-color: white;

    width: 30px;
    height: 30px;

    max-width: 30px;

    cursor: pointer;

    display: flex;
    flex-flow: column nowrap;
    align-items: center;
    justify-content: center;
}

.header-ui__list-item > a:first-child:not(.header-ui__item-link) {
    display: block;
    padding: 5px;
    
}

.header-ui__item-link {
    display: none;
}

.catalog-btn {
    display: none !important;
}

.header-nav {
    text-transform: uppercase;
}

.header-nav-finder {
    text-transform: uppercase;
}

.nav-list__item {
    display: block;
    display: inline-block;
}

.nav-list {
    display: flex;
    align-items: center;
    white-space: nowrap;
    justify-content: center;
    overflow: auto;
}

*::-webkit-scrollbar {
    width: 2px;
    height: 7px;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: #a0a0a0;
    border-radius: 15px;

}

.nav-list__sub-list {
    display: flex;
    flex-flow: row wrap;
    padding: 20px 0;
}

.nav-list__link {
    display: inline-block;
    padding: 22px 45px;
}

.nav-list__sub {
    display: none;
}

.nav-list__link:hover {
    background: #fff;
}

.nav-list__link:hover+.nav-list__sub,
.nav-list__sub:hover {
    display: block;
}

.nav-list__sub {
    position: absolute;
    width: 100%;
    top: calc(0 + 69px);
    left: 0;
    z-index: 99;
    background: #f6f6f6;
}

.nav-list__sub-item {
    height: 140px;
    width: 140px;
    margin-right: 15px;
    margin-bottom: 15px;
}

.nav-list__sub-link {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.05);
    text-align: center;
    height: 125px;
    padding: 10px;
}

.nav-list__sub-text {
    text-transform: none;
    margin-top: 10px;
    font-size: 16px;
    white-space: break-spaces;
}

.top-footer {
    padding-bottom: 25px;
    border-bottom: 1px solid #999;
}

.top-footer>.container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-nav {
    font-size: 16px;
    text-transform: uppercase;
}

.footer-nav__list {
    display: flex;
}

.footer-nav__list-item {
    margin-right: 60px;
}

.footer-social {
    display: flex;
}

.footer-social__item:not(:last-child) {
    margin-right: 10px;
}

.footer-social__item-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #000;
    padding: 5px;
}

.footer-social__item-link svg {
    fill: #fff;
    width: 15px;
    height: 15px;
}

.footer-body {
    margin: 25px 0 35px;
    text-align: center;
    font-size: 14px;
}

.footer-subscribe__title {
    margin-bottom: 20px;
}

.footer-subscribe__form {
    display: inline-flex;
}

.footer-subscribe__form input {
    font-size: 16px;
    background: #fff;
    border: none;
    padding: 8px 41px 8px 10px;
}

.footer-subscribe__form-submit {
    background: #333;
    font-size: 16px;
    color: #fff;
    padding: 6px 11px;
    line-height: 1;
}

.bottom-footer>.container {
    max-width: 670px;
    text-align: center;
    font-size: 12px;
    line-height: 1.4;
    padding-bottom: 15px;
}

.bottom-footer p:last-child {
    margin-top: 30px;
}

.bottom-header-finder {
    background: #e8e8e8;
    width: 100%;
    z-index: 999;
    position: absolute;
    top: 100px;
    display: none;
}

.bottom-header-finder.active {
    display: block;
}

/*# sourceMappingURL=main.css.map*/


.bottom-menu {
    display: none;
}

.bottom-menu__container {
    position: fixed;
    bottom: 0;
    z-index: -1;

    display: flex;
    flex-flow: column nowrap;

    align-items: center;

    background: #fff;
    width: 100%;
}

.bottom-menu__menu {
    box-shadow: 0px 0px 10px 0px #f6f6f6;
    padding: 10px 0px;

    width: 100%;
    display: flex;
    flex-flow: row nowrap;

    justify-content: space-around;
    align-items: center;

    font-size: 13px;
}

.bottom-menu__menu>.bottom-menu__item {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}

.bottom-menu__menu>.bottom-menu__item>button {
    margin-bottom: 10px;
}

.nav-list input[type=text] {
    font-size: 18px;
    font-style: normal;

    border: none;
    background: none;
    outline: none;
    padding: 0;

    width: 100%;
}

.nav-list input[type=text]::placeholder {
    font-style: italic;
}

.finder-clear-btn {
    font-weight: normal;
    font-style: italic;
    color: #999999;

    display: flex;
    flex-flow: row nowrap;
}

.finder-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;

    padding-bottom: 20px;
    margin: 15px 0px;

    border-bottom: 1px solid #dfdfdf;
}

/*** START SIMILAR RESULTS ***/
.similar-section {
    margin: 5px 0 20px;
}

.similar-list {
    text-transform: none;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #000;
}

.similar-list__item:not(:last-child) {
    margin-right: 25px;
}

.similar-list__item {
    cursor: pointer;
    background-color: #ddd;
    color: #000;
    padding: 10px;
    border-radius: 5px;
}

.similar-list__item:hover {
    background-color: #fff;
    color: #000;
    padding: 10px;
    border-radius: 5px;
}

/*** END SIMILAR RESULTS ***/

.header-nav-finder .show-results-btn a {
    margin-bottom: 50px;
}

.show-results-btn a {
    border: 1px solid #000;
    background: transparent;
    font-size: 20px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 28px;
    color: #000;
    display: inline-block;
    padding: 15px 25px;
}

.show-results-btn {
    cursor: pointer;
    display: flex;
    justify-content: center;
}

/*START SEARCH ADAPTIVE*/

.finder-bottom__open {
    width: 100%;
    max-height: 92vh;
    background: #fff;

    z-index: 999;
    position: fixed;
    display: none;

    flex-flow: column nowrap;

    top: 0;
    align-items: center;
    justify-content: center;
}

.finder-bottom__input {
    background: #ebebeb;

    margin: 25px 20px;
    padding: 10px;

    border-radius: 5px;
    width: 90%;
    height: 100%;

    display: flex;
    flex-flow: row nowrap;

    justify-content: space-between;
    align-items: center;
}

.finder-bottom__open input[type=text] {
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    color: #000;
    border: none;
    background: none;
    outline: none;
    padding: 0;

    width: 100%;
}

.finder-bottom__open input[type=text]::placeholder {
    font-style: normal;
    color: #000;
}

.clear-btn-adaptive {
    display: none;
}

.finder-bottom__open .finder-bottom__results {
    justify-content: flex-start;
}

.basket-bottom__open .finder-bottom__results {
    justify-content: space-around;
}

.finder-bottom__results {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: space-around;

    margin: 0px 30px;
    flex-grow: 1;

    width: 90%;

    border-bottom: 1px solid #dfdfdf;
}

.finder-bottom__results .product-description__header {
    display: flex;
    flex-flow: column nowrap;
    align-items: flex-start;

    padding-top: 20px;
}

.finder-bottom__results .product-description__title-wrapper {
    display: flex;
    align-items: center;
}

.finder-bottom__results .product-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1;
    margin-right: 20px;
}

.finder-bottom__results .product-excerpt {
    width: 250px;
    color: #666;
    font-size: 14px;
    margin-top: 10px;
    line-height: 1;
}

.finder-bottom__results .product-article {
    margin-top: 10px;
    font-size: 14px;
}

.finder-bottom__results .product-description__price-wrapper {
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.finder-bottom__results .product-price {
    font-size: 20px;
}

.finder-bottom-container {
    display: flex;
    flex-flow: column nowrap;
    align-items: center;

    overflow: auto;

    height: 80%;
    width: 100%;
}

.finder-bottom-container__results {
    width: 100%;
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 460px;
}

.finder-bottom-container__list {
    display: flex;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;

    flex-flow: column nowrap;
    align-items: center;
}

.finder-bottom__show-results {
    cursor: pointer;

    width: 80%;
    height: 50px;
    margin: 20px;

    background: var(--purple);
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}

.finder-bottom-container__result {
    cursor: pointer;

    width: 90%;
    background: #f6f6f6;
    border-radius: 5px;
    height: 5vh;
    line-height: 2.5vh;
    padding: 10px;
    margin: 5px;
    font-size: 20px;
}

.header-ui__list {
    display: flex;
    align-items: center;
}

.header-ui__item-link {
    display: none;
}

.header-btn__count {
    display: none;
    font-size: 14px;
    position: absolute;
    right: -9px;
    top: -11px;
    margin: 0;
    padding: 0;
}

.header-btn__count.active {
    display: block;
}

.header-nav-popup__close {
    background: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 99;
}

/* Product item */

.product-list {
    display: flex;
    flex-flow: row wrap;
}

.product-item {
    flex: 0 1 calc(25% - 18.75px);
    margin: 0 25px 25px 0;
    position: relative;
    transition: box-shadow, transform .5s ease;
    width: 296px;
    height: auto;
}

.product-item>a {
    cursor: pointer;
}

.product-item:nth-child(4n) {
    margin-right: 0;
}

.product-item__favourite {
    fill: black;
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 3px;
    width: 25px;
    height: 25px;
}

.product-item__img-block {
    display: flex;
    padding: 15px 20px;
    background: #fff;
    /*background: #666;*/
    border-radius: 3px;
}

.product-item__info-block {
    margin-top: 15px;
    text-align: center;
    padding: 0 20px;
}

.product-item__hidden-block {
    padding: 20px;
    position: absolute;
    top: calc(100% - 1px);
    visibility: hidden;
    width: 100%;
    text-align: center;
}

.product-item__hidden-block.active {
    display: none;
}

.product-item__collection {
    font-size: 14px;
    color: #999;
    display: inline-block;
    margin: 5px 0;
}

.product-item__price-block {
    font-size: 16px;
    width: 100%;
    margin-right: 10px;
}

.product-item__new-price {
    font-size: 22px;
    margin: 0;
    color: red;
    text-align: left;
}

@media (max-width: 768px) {
    .product-item__new-price {
        text-align: center;
    }
}

.product-item__name {
    font-size: 16px;
    line-height: 1.3;
}

.product-item__property-block {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #666;
}

.product-item__property {
    border: 1px solid #666;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #666;
    font-size: 16px;
    padding: 4px 8px;
    min-width: 45px;
    min-height: 26px;
}

.product-item__property:not(:last-child) {
    margin-right: 10px;
}

.product-item__size-block {
    border-top: 1px solid #ccc;
    padding-top: 10px;
    font-size: 16px;
    color: #666;
    line-height: 1.3;
}

.product-item__sizes {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-top: 5px;
}

.product-item__size:not(:last-child) {
    margin-right: 10px;
}

.product-item__size .active {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    transition: all .5s ease;
    width: 41px;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item__choose {
    margin-top: 15px;
    background: #333;
    border-radius: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    padding: 11px 52px;
}

.product-list.columns-3 .product-item {
    flex: 0 1 calc(33.33333% - 16.66666px);
    margin-right: 25px;
}

.product-list.columns-3 .product-item:nth-child(3n) {
    margin-right: 0;
}

.product-item:hover {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    z-index: 10;
}

.product-item:hover .product-item__hidden-block {
    visibility: visible;
    background: #fff;
    box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.2);
}

.product-item:hover .product-item__img-block {
    box-shadow: none;
}

/* Call form */

.call-form.active {
    opacity: 1;
    visibility: visible;

    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

.call-form {
    position: fixed;
    width: 360px;
    z-index: 1000;

    opacity: 0;
    visibility: hidden;
    transition: .3s ease all;

    transform: translate(-50%, -40%);
    -webkit-transform: translate(-50%, -40%);
    -moz-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    -o-transform: translate(-50%, -40%);
    box-shadow: 0 0 10px 0 #000;

    border-radius: 5px;
    background: #fff;

    top: 50%;
    left: 50%;

    border: 0 none;
}

.call-form__container {
    display: flex;
    flex-direction: column;
}

.call-form__header {
    padding: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    border-bottom: 1px solid gray;
}

.call-form__main {
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.call-form input {
    border: 1px solid gray;
    padding: 10px;
    width: 100%;
}

.call-form__name {}

.call-form__phone {}

.call-form__button {
    margin-left: auto;
}

.call-form__button button {
    border: 1px solid gray;
    padding: 10px;
    font-weight: 400;
    color: white;
    background: #ef1d24;
    border-radius: 5px;
}

.call-form__button:hover button {
    background: rgb(255, 83, 83);
}

.call-me__button:hover {
    text-decoration: underline;
}

.call-me__button {
    cursor: pointer;
}

.call-me__button_mobile{
    cursor: pointer;
}

.call-form__close {
    cursor: pointer;
}

.call-form__bye-bye {
    display: none;
    padding: 10px;
}

.call-form.bye-bye .call-form__bye-bye {
    display: block;
}

.call-form.bye-bye .call-form__main {
    display: none;
}

/* Header-mobile */
.open{
    display: flex !important;
}

.header__punkts-container ul{
    width: 100%;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.header__contacts-mobile {
    display: none;
}

.burger{
    display: none;
    position: relative;
    z-index: 50;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 18px;
    float: right;
    cursor: pointer;
}

.burger span{
    height: 2px;
    width: 80%;
    transform: scale(1);
    background-color: black;
}

.burger::before, .burger::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: black;
    transition: all 0.3s ease 0s;
}

.burger::before { top: 0 }

.burger::after { bottom: 0 }

.burger.active span { transform: scale(0) }

.burger.active::before{
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after{
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

@media (max-width: 991px) {

    .burger { display: flex; margin: 5px; }

    .header__punkts-container {
        display: none;
        flex-direction: column;
        position: fixed;
        height: 100%;
        width: 100%;
        top: 0; bottom: 0; left: 0; right: 0;
        z-index: 50;
        overflow-y: auto;
        padding: 50px 40px;
        background-color: white;
        animation: burgerAnimation 0.4s;
    }

    .header__contacts-mobile {
        
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }

    .header__contacts-mobile a{
        display: flex;
        padding: 10px 0;
        margin-right: 20px;
        gap: 5px;
        text-decoration: none;
    }

    .header__contacts {
        display: none;
    }


    .header__punkts-container ul{
        flex-direction: column;
        row-gap: 10px;
    }
}

@keyframes burgerAnimation {
    from {opacity: 0}
    to {opacity: 1}
}
/* Header-mobile end */


/*  */

@media screen and (max-width: 768px) {
    .header-ui {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100vw;
        height: 65px;
        background-color: #fff;
        z-index: 1000;
    }

    .header-ui__list {
        box-shadow: 0px 0px 10px 0px #f6f6f6;
        padding: 10px 0px;
        width: 100%;
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-around;
        align-items: center;
        font-size: 13px;
    }

    .header-ui__item-link {
        display: block;
        margin-top: 10px;
    }

    .header-ui__list-item {
        margin-right: 0px;

        border: none;
        border-radius: 0px;
        width: initial;
        height: initial;
        max-width: initial;
        box-shadow: none;
    }

    .show-results-btn a {
        width: 80%;
        margin: 5px;

        background: #333333;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        line-height: 16px;

        font-size: 14px;
    }

    .header-nav-finder {
        overflow: auto;
        width: 100%;

        display: flex;
        flex-direction: column;
    }

    .similar-list {
        flex-direction: column;
    }

    .similar-list__item {
        margin-right: 5px !important;
    }

    .similar-list__item {
        cursor: pointer;

        width: 90%;
        background: #f6f6f6;
        border-radius: 5px;
        height: 5vh;
        line-height: 2.5vh;
        padding: 10px;
        margin: 5px;
        font-size: 20px;
    }

    .similar-list__item>a {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .header-nav-finder .show-results-btn a {
        margin-bottom: 0px;
    }

    .finder-container {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        align-items: center;

        padding-bottom: 20px;
        margin: 15px 0px;

        border-bottom: 1px solid #dfdfdf;

        background: #ebebeb;

        margin: 25px auto;
        padding: 10px;

        border-radius: 5px;
        width: 100%;

        overflow: hidden;

        order: 1;
    }

    .nav-list input[type='text'] {
        font-family: 'Futura PT', sans-serif;
        font-size: 18px;
        font-weight: 300;
        font-style: normal;
        color: #000;
        border: none;
        background: none;
        outline: none;
        padding: 0;
        width: 100%;
    }

    .nav-list input[type='text']::placeholder {
        font-family: 'Futura PT', sans-serif;
        font-style: normal;
        color: #000;
    }

    .bottom-header-finder .product-list .product-item__hidden-block {
        display: none;
    }

    .bottom-header-finder .section {
        margin: 0;
    }

    .bottom-header-finder .product-list {
        display: flex;
        width: 100%;
        height: 460px;
        overflow-x: hidden;
        overflow-y: auto;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: flex-start;
    }

    .bottom-header-finder .product-item {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-around;

        margin: 0px 30px;
        flex-grow: 1;

        width: 90%;

        border-bottom: 1px solid #dfdfdf;
    }

    .bottom-header-finder .product-item__img-block {
        padding: 0;
        margin: 15px 0;
        width: 33%;
    }

    .bottom-header-finder .product-item__info-block {
        text-align: left;
    }

    .bottom-header-finder .product-item__img-block {
        padding: 0;
        margin: 15px 0;
        width: 33%;
    }

    .bottom-header-finder .product-item>a {
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: flex-start;
    }

    .bottom-header-finder .container {
        display: flex;
        flex-flow: column nowrap;
        align-items: center;
        justify-content: space-between;

        overflow: auto;

        height: 100%;
        width: 100%;
    }

    .bottom-header-finder {
        width: 100%;
        background: #fff;

        z-index: 998;
        position: fixed;
        display: none;

        flex-flow: column nowrap;

        bottom: 65px;
        align-items: center;
        justify-content: center;
    }

    .clear-btn {
        display: none;
    }


    /**/

    .header-nav-popup {
        padding: 35px 15px;
    }

    .header-nav-popup .header-nav-content {
        height: 100vh;
        padding-bottom: 100px;
        overflow-y: scroll;
    }

    .header-nav-popup.active {
        display: block;
    }

    .header-nav-popup .nav-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .header-nav-popup .nav-list__item-title,
    .header-nav-popup .contact-list__item-title {

        font-size: 18px;
        font-weight: 500;
        margin-bottom: 25px !important;
    }

    .header-nav-popup .nav-list__item,
    .header-nav-popup .contact-list__item {
        text-transform: uppercase;
        line-height: 1.2;
    }

    .header-nav-popup .contact-list__item {
        margin: 15px 0;
    }

    .header-nav-popup .nav-list__item-title:not(:first-child),
    .header-nav-popup .contact-list__item-title {
        margin-top: 25px;
        font-size: 18px;
    }

    .header-nav-popup .nav-list__item:not(:last-child) {
        margin-bottom: 25px;
    }

    .header-nav-popup .contact-list {
        margin-top: 20px;
    }

    .header-nav-popup .social-list {
        margin-top: 5px;
        display: flex;
    }

    .header-nav-popup- .social-list__item:not(:last-child) {
        margin-right: 10px;
    }

    .header-nav-popup .header-nav-popup__footer {
        margin-top: 20px;
        display: flex;
        font-size: 16px;
    }

    .header-nav-popup .header-nav-popup__footer span {
        margin: auto 10px;
    }

    /**/

    .filter-btn.active {
        display: flex !important;
    }

    .favourite-btn.active {
        display: none !important;
    }

    .catalog-btn {
        display: flex !important;
    }

    .bottom-header {
        display: block;
        position: fixed;
        background: #fff;
        left: 0;
        top: 0;
        max-width: 620px;
        width: 90%;
        z-index: 99;
        max-height: 100vh;
    }

    .bottom-header .header-nav-popup__close {
        display: block;
    }

    .bottom-header.active {
        display: none;
    }

    .bottom-header .nav-list__item-title.active {
        display: none;
    }

    .bottom-header .nav-list__item-title {
        display: block;
    }

    .bottom-header .header-nav {
        height: 100vh;
        padding: 40px 0 100px 0;
        overflow-y: auto;
    }

    .bottom-header .nav-list {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .bottom-header .nav-list.active .nav-list__item {
        width: 100%;
        flex-flow: column nowrap;
        align-items: flex-start;
    }

    .bottom-header .nav-list__item {
        cursor: pointer;
        width: 80%;
        display: flex;
        flex-flow: row nowrap;
        align-items: center;
        justify-content: space-between;
    }

    .bottom-header .nav-list__item.active {
        display: none;
    }

    .nav-list__link:hover+.nav-list__sub,
    .nav-list__sub:hover {
        display: none;
    }

    .nav-list.active .nav-list__link:hover+.nav-list__sub,
    .nav-list__sub:hover {
        display: block;
    }

    .bottom-header .nav-list__item-arrow {
        display: block;
    }

    .bottom-header .nav-list__item-arrow.active {
        display: none;
    }

    .bottom-header .nav-list__link {
        pointer-events: all;
        font-size: 16px;
        font-weight: 500;
    }

    .bottom-header .nav-list__link.active {
        pointer-events: none;
    }

    .bottom-header .header-nav-popup__close {
        display: block;
    }

    .nav-list__sub.active {
        display: block;
        position: static;

        width: auto;
        background: none;
    }

    .nav-list__sub.active .container {
        padding: 0;
    }

    .nav-list__sub.active .nav-list__sub-list {
        padding: 0;
        display: block;
    }

    .nav-list__sub.active .nav-list__sub-item {
        height: auto;
        width: auto;
        margin-top: 5px;
        line-height: 20px;
    }

    .nav-list__sub.active .nav-list__sub-link {
        padding: 0;
        margin-left: 10px;
        height: auto;
        display: block;
        box-shadow: none;
        background: none;
        text-align: left;
    }

    .nav-list__sub.active .nav-list__sub-image {
        display: none;
    }

}