/****************** HEADER *******************/

header {
    position: relative; z-index: 20;
    -webkit-transition: transform .2s ease-in-out;
    -moz-transition: transform .2s ease-in-out;
    -o-transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}
.header__main {
    position: absolute;top: 0;left: 0;width: 100%;background:var(--color_white);box-shadow: 0px 15px 21.25px 3.75px rgba(0, 0, 0, 0.05);

    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.header__fixed {max-height: 140px;position:absolute; top:0px; left:0px; width:100%;}
.header__fanner {max-height: 172px;position:absolute; top:0px; left:0px; width:100%;}
.header__fixed:not(.header__shown), .header__fanner:not(.header__shown) {width:100% !important;}
.header__fanner .header__main{top:32px;}
.header__fixed+main {padding-top:140px;}
.header__fanner+main {padding-top:172px;}
.header__checkout {
    max-height: 80px; background-color: var(--color_white);
    position:absolute; top:0px; left:0px; width:100%;z-index:1;
	box-shadow: 0px 15px 21.25px 3.75px rgba(0, 0, 0, 0.05);
}
.header__checkout+main {padding-top:80px;}
@media screen and (min-width: 1101px) {
    header.header__hidden {transform: translate3d(0,-100%,0);top:0px;}
    header.header__hidden .header__main {top:0px;}
    header.header__shown {position: fixed;top:0px;}
    header.header__shown .header__main {top:0px;}
}
@media screen and (max-width: 1100px) {
    .header__fixed {position: fixed;}
    .header__fixed.header__fanner {position: sticky;top:-34px;}
}
@media screen and (max-width: 767px) {
    .header__fixed+main {padding-top:80px;}
    .header__fanner+main {padding-top:112px;}
}
@media screen and (max-width: 640px) {
    .header__fixed+main {padding-top:70px;}
    .header__fanner+main {padding-top:102px;}
}

.header {}
.header__fanner-container {position: absolute;top: 0;left: 0;width:100%;height:32px;overflow: hidden;text-align: center;background-color: #F4F4F4;}
.header__fanner-container-inner {
    position: relative;
    width: 100%;
    max-width: 736px;
    height: 100%;
    margin: 0 auto;
	align-items:center;
	text-align:center;
	justify-content:center;
	font-size:0px;
}
.header__fanner-container img {max-height:32px;object-fit: contain;}
.header__top {position: relative;z-index: 15;}
.header__logo-block {min-width:203px;}
.header__logo {width:170px;text-align: center;margin-right:30px;}
.header__logo img, .header__logo svg {width:100%;height:100%;max-width: 170px;max-height: 60px;}

.header__top-inner {flex-grow: 1;}

.header__phone-link {
    text-align: center;cursor: pointer;
    display: block;background: transparent;
    border: none;font-size: 20px;
    color: var(--text);
    line-height: 100%;
    padding: 22px 15px;
    height: 80px;vertical-align: middle;
    font-weight: 900;
    white-space: nowrap;
}
.header__phone-link span {vertical-align: middle;}
.header__phone-icon {vertical-align: middle;stroke: var(--text_2);}
.header__phone-arrow {
    vertical-align: middle;stroke: var(--text);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header__top-space {flex-grow: 1;}
.langs__menu {position: relative;}
.langs__menu-link {
    text-align: center; display: block;white-space: nowrap;line-height: 0px;cursor: pointer;
    color: var(--text); font-weight: 600;border:none;background: transparent;
    padding: 32px 15px; font-size: 19px;height: 80px;vertical-align: middle;
}
.langs__menu:hover .langs__menu-link {color: var(--main);background-color: var(--main_4);}
.langs__menu:hover .langs__menu-link svg {fill: var(--main);stroke: var(--main);}

.langs__menu-link span {vertical-align: middle;}
.langs__menu-link svg {
    fill: var(--text);stroke: var(--text);
    vertical-align: middle;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.langs__menu:hover .langs__menu-link svg {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.langs__menu ul {
    overflow: hidden;
    position: absolute; text-align: left;
    top: 100% !important; width: auto !important;
    left: 0px; background-color: var(--color_white);
    min-width: 100%;
    z-index: -1; opacity: 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    box-shadow: 0px 5px 14.25px 0.75px rgba(225, 228, 231, 0.4);
    visibility: hidden;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
.langs__menu:hover ul {
    display: block; margin-top: 0px;
    opacity: 1;z-index: -1;
    transform-origin: 0px 0px;
    transform: scaleX(1) scaleY(1);
    left: 0px;visibility: visible;
}
.langs__menu ul li {list-style: none;}
.langs__menu ul li a {
    color: var(--text);
    display: block;
    padding: 10px 25px;
    white-space: nowrap;
    text-align: center;
    font-weight: 600;
}
.langs__menu ul li a:hover {background-color: var(--main_4);color: var(--main);}

.menu__mobile-langs {margin-top: -10px;}
.menu__mobile-langs ul {justify-content: center;gap:10px;}
.menu__mobile-langs ul li {list-style: none;}
.menu__mobile-langs ul li a {display:block;padding:10px;color: var(--text_color);font-size: 18px;font-weight: 700;}
.menu__mobile-langs ul li a.current {font-weight: normal;color: var(--text_2);}

.main__menu {flex-grow: 1;max-width: 650px;}
.main__menu ul {list-style: none;}
.main__menu ul li {position: relative;}
.main__menu ul li a {
    flex-grow: 1;display: block;
    font-size: 18px;line-height: 130%;
    font-weight: bold;
    padding: 27px 20px;
    text-align: center;
    color: var(--text);
    white-space: nowrap;
}
.header__menu-header.main__menu ul li:hover>a {text-decoration: none;background-color: var(--main_4);color:var(--text_link_hover) !important;}
.header__menu-header.main__menu ul li:active>a {color:var(--text_link_active) !important;}
.main__menu ul li.opened>a {color:var(--text_link_hover) !important;background-color: var(--main_4);}
.main__menu ul li a>svg {
    stroke:var(--text);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.header__menu-header.main__menu ul li:hover a>svg {stroke:var(--text_link_hover);}
.header__menu-header.main__menu ul li:active a>svg {stroke:var(--text_link_active);}
.main__menu ul li ul {
    position: absolute;
    top: 100% !important;
    left: 0px;
    width: auto !important;
    min-width: 100% !important;
}
.main__menu ul li ul li {line-height:inherit;height:auto;min-height: auto;}
.main__menu ul li ul li a {white-space: nowrap;padding: 17px 20px;font-size: 18px;}
.main__menu ul li a {font-weight: bold;font-size: 20px;color:var(--text);}
.header__menu-header.main__menu ul li a:hover {color:var(--text_link);}
.main__menu ul li .header__menu-link-arrow {
    margin-left: 5px; top: 3px; position: relative;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.header__menu-mobile {}
.header__menu-mobile ul {}
.header__menu-mobile ul li {list-style: none;}
.header__menu-mobile ul li button {font-size: 0px;padding:20px 10px;border: none;background: transparent;}
.header__menu-mobile ul li button.active {background: var(--main_4);}
.header__menu-mobile ul li button.active svg {stroke: var(--text_link_hover);}
.header__menu-search-mobile {}
.header__menu-button-mobile {}


@media screen and (max-width: 1280px) {
    .main__menu ul li a {padding-left: 10px;padding-right: 10px;}
}
@media screen and (max-width: 1200px) {
    .main__menu ul li a {padding-left: 5px;padding-right: 5px;}
}
.main__menu-mobile ul li a {padding: 10px 30px;padding-right:40px;font-size:18px;text-align: left;position: relative;white-space: wrap;}
.main__menu-mobile ul li a .main__menu-link-arrow {position: absolute;right: 10px;top: 50%;margin-top: -11px;}
.main__menu-mobile ul li.opened a .main__menu-link-arrow {
    stroke: var(--text_link_hover);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg); 
}

.main__menu-mobile ul li ul {
    position: relative;
    top: 0px !important;
    left: 0px;
    display: none;
    width: auto !important;
    min-width: 0px;
}
.main__menu-mobile ul li ul li a {font-weight:normal;white-space: wrap;padding: 10px 10px 10px 45px;}

.header__phone-link.active {background-color: var(--main_5);color: var(--text_link_hover);}
.header__phone-link.active .header__phone-icon {stroke: var(--text_link_hover);}
.header__phone-link.active .header__phone-arrow {stroke: var(--text_link_hover);}

@media screen and (min-width: 1101px) {
    .header__phone-link:hover {background-color: var(--main_5);color: var(--text_link_hover);}
    .header__phone-link:hover .header__phone-icon {stroke: var(--text_link_hover);}
    .header__phone-link:hover .header__phone-arrow {stroke: var(--text_link_hover);}


    .main__menu ul li a:hover {background-color: var(--main_5);color: var(--text_link_hover);}
    .main__menu ul li a:hover svg {fill: var(--main);stroke: var(--text_link_hover);}
    .main__menu.header__menu-header>ul>li>a.not(.header__menu-link-icon) {max-height: 20px;}
    .main__menu.header__menu-header ul li ul {
        text-align: left; width: auto !important;
        background-color: var(--color_white);
        visibility: hidden; opacity: 0;
        -webkit-transform-origin: 0 0;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
        box-shadow: var(--shadow_1);
        overflow: hidden; position: absolute;
        top: 100% !important; left: 0px; 
        min-width: 100% !important;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
    }
    .main__menu ul li:hover ul {
        display: block; opacity: 1;
        transform-origin: 0px 0px;
        transform: scaleX(1) scaleY(1);
        left: 0px; visibility: visible;
    }
    .main__menu ul li:hover a .header__menu-link-arrow {
        -moz-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        -webkit-transform: rotate(270deg);
        -o-transform: rotate(270deg);
        transform: rotate(270deg); 
    }
    .header__menu-mobile {display: none;}
}

@media screen and (max-width: 1100px) {
    .header__top-inner {flex-grow: 0;}
    .header__menu-header {display: none;}
    .header__logo-block {min-width:0px;}
}

@media screen and (min-width: 768px) {
    .header__menu-search-mobile {display: none;}
}
@media screen and (min-width: 641px) {
    .header__menu-phone-mobile {display: none;}
}
@media screen and (max-width: 640px) {
    .header__phone-link, .langs__menu-header {display: none;}
    .header__checkout .header__phone-link {display: block;}
    .header__checkout .header__phone-link span {display: none;}
    .header__checkout .header__phone-link .header__phone-arrow {display: none;}
    .header__menu-mobile ul li button {padding: 20px 20px;}
    .header__menu-mobile ul li button svg {width: 30px;height: 30px;}
    .header__logo img, .header__logo svg {max-height: 48px;}
}
@media screen and (max-width: 350px) {
    .header__menu-mobile ul li button {padding: 20px 10px;}
}

.header__bottom {}
.header__bottom-inner {margin-left: -12px;}

.header__catalog-link {
    white-space: nowrap;overflow: hidden;
    display: block;position: relative;
    padding: 0px 10px 0px 0px;
    height: 60px;min-width: 205px;
    line-height: 57px;
    text-align: center;
    color:var(--main);
}
.header__catalog-link>* {vertical-align: middle;display: inline-block;}
.header__catalog-link svg {stroke:var(--main);position: relative;stroke-width: 1.41px;}
.header__catalog-link-text {font-weight:bold;vertical-align: middle;display: inline-block;line-height: 100%;font-size: 20px;font-weight: 900;}
.header__catalog-link:hover {text-decoration: none;background-color: var(--main_5);color: var(--text_link_hover);}
.header__catalog-link:hover svg {stroke:var(--text_link_hover);}
.header__catalog-link:active {background-color: var(--main_4);color: var(--text_link_active);}
.header__catalog-link:active svg {stroke:var(--text_link_active);}

.header__search-wrapper {flex-grow:1;}
.header__search-inner-narrow {position:relative;}
.header__search-input-block {display:block;vertical-align:middle;position: relative;}
.header__search-input[type="text"] {
    background-color: var(--main_4);
    position: relative;z-index: 1;
    padding: 10px 20px !important;
    padding-left: 58px !important;
    padding-right: 48px !important;
    font-size: 18px;
    width: 100%;color: var(--text);
    margin: 0px !important;
    border: 2px solid var(--main_3);
    height: 60px !important;
    line-height: 60px;
    border-radius: 0px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header__search .header__search-input[type="text"]:focus {
    border-color: var(--main_5);outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.header__search-input[type="text"]::placeholder {color: var(--text);}
.header__search-input-icon {position: absolute;top:15px;left:15px;z-index: 3;stroke:var(--text_2);}
.header__search-input-clear {position: absolute;top:15px;right:15px;display: none;z-index: 3;font-size:0px;}
.header__search-input-clear svg {stroke:var(--text_2);}

.header__search-results-block {
    position:absolute;z-index:20;
    top:100%;left:0px; width:100%;
    background: var(--color_white);
    border-radius:0px 0px 5px 5px;
    box-shadow: 3px 9px 18px 1px rgba(0, 0, 0, 0.17);
}
.header__search-results-inner {}
.header__search-results-no-results {padding:10px 15px;display: none;}

.header__search-results-items {}
.header__search-results-items ul {list-style: none;max-height: calc(100svh - 286px);overflow: auto;}
.header__search-results-item {}
.header__search-results-item a {
    gap:15px;padding: 5px 15px;
    color: var(--text); border:2px solid transparent;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header__search-results-item-exact  a {border:2px solid var(--color_attention);}
.header__search-results-item-image {width:50px;max-height:50px;min-width:50px;text-align: center;font-size: 0px;}
.header__search-results-item-image img {max-width:50px;max-height:50px;border-radius:3px;}
.header__search-results-item-content {flex-grow: 1;}
.header__search-results-item-text {
    vertical-align:middle;
    display:table-cell;
    padding: 5px 15px 5px 0px;
}
.header__search-results-item-number {}
.header__search-results-item a:hover, .header__search-results-item.current a {
    color: var(--text_link_hover);border-color: var(background-color: var(--main_5););
    background-color: var(--main_5);
    text-decoration: none;
}


.header__bottom-icons-menu {}
.header__bottom-icons-menu-mobile {}
.header__bottom-icons-menu ul {}
.header__bottom-icons-menu ul li {
    flex-grow: 1; text-align: center;
    min-height: 60px; vertical-align: middle;
    align-items: center;list-style: none;
}
.header__bottom-icons-menu>ul>li>a:hover {background-color:var(--main_4);text-decoration: none;}
.header__bottom-icons-menu>ul>li>a {
    height: 60px;line-height: 60px;position: relative;
    display: block;padding: 0px 15px;white-space: nowrap;
    vertical-align: middle;font-size: 18px;
    text-align: center;color:var(--text_link);
}
.header__bottom-icons-menu ul li a span {font-weight:bold;}
.header__bottom-icons-menu ul li a.header__bottom-icons-link {font-weight:bold;color:var(--text_link);}
.header__bottom-icons-menu ul li a svg {vertical-align: middle;stroke: var(--text_2);}
.header__bottom-icons-menu-mobile ul li a svg {stroke: var(--text_3);}
.header__bottom-icons-menu ul li a.header__bottom-icons-link svg {stroke: var(--text_link);}
.header__bottom-icons-menu ul li a:hover {background-color: var(--main_5);color:var(--text_link_hover);}
.header__bottom-icons-menu ul li a:hover svg {stroke:var(--text_link_hover);}
.header__bottom-icons-menu ul li a.active,
.header__bottom-icons-menu ul li a:active {color:var(--text_link_active) !important;background-color: var(--main_4);}
.header__bottom-icons-menu ul li a.active svg,
.header__bottom-icons-menu ul li a:active svg {stroke:var(--text_link_hover);}

.header__bottom-icons-menu-count {
    position: absolute;
    z-index: 1;line-height: initial;
    top: 0px;right: 0px;
}
.header__bottom-icons-menu-count span {
    display: inline-block;
    padding: 1px 9px;line-height: 100%;
    background: var(--color_attention);
    color: var(--text) !important;
    border-radius: 5px 5px 5px 0px;
    font-size: 14px;
}

.main__submenu-mobile {border-top: 2px solid var(--main_3);border-bottom: 2px solid var(--main_3);}
.main__submenu-mobile ul {}
.main__submenu-mobile ul li {}
.main__submenu-mobile ul li a {padding: 5px 23px;text-align: left;gap: 10px;color: var(--text_link);font-size: 20px;font-weight: bold;}
.main__submenu-mobile-icon {font-size: 0px;width: 30px;min-width: 30px;text-align: center;stroke: var(--text_link);stroke-width: 1.45;}
.main__submenu-mobile-text {flex-grow: 1;}
.main__submenu-mobile-text strong {font-weight: 900;}

.menu__mobile-blocks {}
.menu__mobile-block+.menu__mobile-block {}

@media screen and (max-width: 1100px) {
    .header__bottom-icons-menu>ul>li>a {padding: 0px 10px;}
    .header__bottom-icons-text {display:none;}
    .header__bottom-icons-menu ul li a svg {width:40px;height:40px;}
}
@media screen and (max-width: 900px) {
    .header__catalog-link {min-width: 0px;padding-left: 10px;}
    .header__catalog-link-text {display: none;}
}
@media screen and (min-width: 768px) {
    .header__search {display: block !important;}
}
@media screen and (max-width: 767px) {
    .header__catalog-link {display: none;}
    .header__bottom-icons-menu {display: none;}
    .header__bottom-icons-menu-mobile {display: block;}
	.header__bottom-inner {margin-left: 0px;}
    .header__search-wrapper {width: 100%;}
    .header__search {display: none;margin: 0px -15px;}
}

.menu__popup-overlay {
    position: fixed;z-index: 999;display: none;
    top: 0;left: 0;right: 0;height: 100%;width: 100%;
    background: var(--color_black);opacity: 0.7;
}



@media screen and (min-width: 1101px) {
    .mobile__menu-block {display: none;}
}
@media screen and (max-width: 1100px) {
    body.menu__popup-body {overflow: hidden;}
    .mobile__menu-block {
        position: fixed;
        top: 0!important;
        right: 0;
        width: 280px;
        height: 100%;
        bottom: 0;
        z-index: 1010!important;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transform: translate3d(100%,0,0)!important;
        transform: translate3d(100%,0,0)!important;
        -webkit-transition: all .5s ease-in-out 0s;
        transition: all .5s ease-in-out 0s;
        max-height: 100%;
        border: none;
        margin: 0;
        opacity: 1!important;
        display: block!important
    }

    .mobile__menu-block.open {
        visibility: visible;
        -webkit-transform: translate3d(0,0,0)!important;
        transform: translate3d(0,0,0)!important
    }

    .mobile__menu-head {
        position: absolute;
        width: 100%;
        top: 0;
        left: 0;
        padding: 0 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mobile__menu-head .popup__window-head {
        padding: 20px 15px
    }

    .mobile__menu-inner_top {
        position: absolute;
        background: inherit;
        top: 0;
        left: 0;
        width: 100%;
        height: 70px;
        z-index: 10
    }

    .mobile__menu-inner {
        background: var(--color_white);
        width: 280px;
        position: fixed;
        z-index: 10;
        top: 0;
        right: 0;
        width: 280px;
        height: 100%
    }

    .mobile__menu-narrow {
        padding: 70px 0 20px 0;
        width: 100%;
        overflow: auto;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box
    }

    .mobile__menu-content {
        height: 100%;
        width: 100%;
        overflow: auto;
        height: 100%
    }

    .mobile__menu-menu ul {
        display: block
    }
}

.mobile__menu-wrapper {
    position: fixed;z-index: 10;min-height: 60px;
    bottom: 0; left: 0; width: 100%;
    background-color: var(--color_white);
}

.mobile__menu {}
.mobile__menu ul {}
.mobile__menu ul li {list-style: none;flex: 1 1 auto;text-align: center}
.mobile__menu ul li a {display: block;padding: 12px 5px;font-size: 0px;position:relative;}
.mobile__menu ul li a svg {fill: var(--dark);stroke: var(--dark);}
.mobile__menu ul li a.active svg, .mobile__menu ul li a:active svg, .mobile__menu ul li a:hover svg {fill: var(--main); stroke: var(--main);}
.mobile__menu ul li a.active, .mobile__menu ul li a:active, .mobile__menu ul li a:hover {background-color: var(--main_3);}
.mobile__menu-count {position: absolute;z-index: 1;line-height: initial;top: 0px;right: 0px;}
.mobile__menu-count span {
    display: inline-block;font-size: 14px;
    padding: 1px 9px;line-height: 100%;
    background: var(--color_attention);
    color: var(--text) !important;
    border-radius: 5px 5px 5px 0px;
}

@media screen and (min-width: 768px) {
    .mobile__menu-wrapper {display: none;}
}

/****************** HEADER - END *******************/

/****************** CONTENT *******************/

main {overflow-x: clip;}
main {padding-top: 80px;}

.content__blocks {padding: 0px;}
.content__blocks .content__block:first-child {padding-top: 40px;}
.content__blocks .content__block:last-child {padding-bottom: 40px;}
.content__block+.content__block {margin-top: 40px;}

@media screen and (min-width: 992px) {
    .content__list-filters {width: 23%;float: left;}
    .content__list-filters+.content__list-content {margin-left: 23%;}
    .content__list-content-inner {margin-left: 50px;}
}

.home__blocks {gap: 50px;max-height:550px;align-items: stretch;flex-direction: row-reverse;}
.home__blocks-left {overflow: hidden;align-items: stretch;flex-grow:1;}
.home__blocks-right {width: 300px;min-width: 300px;}
.home__blocks-right-inner {max-width: 370px;width:100%;margin: 0 auto;flex-direction: column;gap:15px;height: 100%;}
.home__blocks-right-inner>* {width: 100%;}
.home__blocks-right-catalog {overflow: auto;flex-grow:1;}
@media screen and (max-width: 767px) {
    .home__blocks {display:block;max-height: none;max-height:none;}
    .home__blocks-left {width: auto;margin-bottom: 30px;}
    .home__blocks-right {width: auto;min-width:0px;padding: 30px 20px;}
    .home__blocks-right-catalog {max-height:none;}
}
@media screen and (max-width: 480px) {
    .home__blocks-right {padding:0 0;border: none;}
}

.home__slider {height:100%;}
.home__slider .swiper-button-next.swiper-button-disabled, .home__slider .swiper-button-prev.swiper-button-disabled {cursor: default;background-color: rgba(255, 255, 255, 0.3);}
.home__slider .swiper-slide {width: auto;max-width: 80%;}
.home__slider .swiper-slide:last-child {margin-right: 0px;}
.home__slider .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.home__slider.swiper .swiper-button-prev,
.home__slider.swiper .swiper-button-next {
    width:60px;height:100px;top:50%;text-align: center;
    padding-left: 10px;background-color: rgba(255, 255, 255, 0.5);
    text-align: center;margin-top: -50px;
    border-radius: 50px 0px 0px 50px;
    user-select: none;
    background-color: rgba(255, 255, 255, 0.3); 
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.home__slider.swiper .swiper-button-prev {left: 0px;}
.home__slider.swiper .swiper-button-next {right: 0px;}
.home__slider.swiper .swiper-button-prev:after,
.home__slider.swiper .swiper-button-next:after {display: none;}
.home__slider.swiper .swiper-button-prev {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.home__slider.swiper .swiper-button-prev:hover,
.home__slider.swiper .swiper-button-next:hover {background-color: rgba(255, 255, 255, 0.5);}
.home__slider.swiper .swiper-button-prev:active,
.home__slider.swiper .swiper-button-next:active {background-color: rgba(255, 255, 255, 0.9);}
.home__slider.swiper .swiper-button-prev svg,
.home__slider.swiper .swiper-button-next svg {stroke: var(--main);}
.home__slider.swiper .swiper-button-prev:hover svg,
.home__slider.swiper .swiper-button-next:hover svg {stroke: var(--text_link_hover);}
.home__slider .swiper-button-next.swiper-button-disabled,
.home__slider .swiper-button-prev.swiper-button-disabled {opacity:0.1}

@media screen and (max-width: 767px) {
    .home__slider.swiper .swiper-button-prev, .home__slider.swiper .swiper-button-next {display: none;}
}

.home__blocks-cart-wrapper {gap:10px;}
.home__blocks-cart {gap:10px;}
.home__blocks-cart-link {color: var(--text);}
.home__blocks-cart-link:hover {color: var(--text_link_hover);}
.home__blocks-cart-link:active,
.home__blocks-cart-link.active {color: var(--text_link_active);}
.home__blocks-cart-link svg {stroke: var(--text_3);}
.home__blocks-cart-link:hover svg {stroke: var(--text_link_hover);}
.home__blocks-cart-link:active svg,
.home__blocks-cart-link.active svg {stroke: var(--text_link_active);}
.home__blocks-cart-icon {width: 50px;min-width: 50px;}
.home__blocks-cart-info {flex-grow: 1;}
.home__blocks-cart-sum {white-space: nowrap;font-weight: bold;}
.home__blocks-cart .btn {width: 50px;min-width: 50px;border-radius: 5px;}
.home__blocks-cart .btn svg{stroke: var(--text_3);}
*+.home__blocks-cart-button {margin-top:10px;}

.catalog__menu-items {}
.catalog__menu-items-wide {margin: 0px -20px;}
.catalog__menu-items>ul {}
.catalog__menu-items>ul>li {list-style: none;}
.catalog__menu-items>ul>li+li {border-top:1px solid var(--main_4);}
.catalog__menu-items-link-block {position: relative;}
.catalog__menu-items-link {position: relative; color: var(--text) !important;padding: 10px 20px;padding-right: 48px;font-weight: bold;font-size: 18px;}
.catalog__menu-items-link:not(.flex__block) {display: block;}
.catalog__menu-items-link-image {vertical-align:middle;max-width: 38px;max-height: 38px;margin:-5px 10px -5px -20px;display:inline-block;vertical-align: middle;}
.catalog__menu-items-link-text {vertical-align:middle;flex-grow:1;}
.catalog__menu-items-link:hover {text-decoration: none;background-color: var(--main_4);color: var(--text_link_hover) !important;}
li.active>.catalog__menu-items-link {color: var(--text) !important;}
.catalog__menu-items-link-cross {height: 100%;width: 48px;top:0px;right:0px;background-color: var(--color_white);display: block;position: absolute;cursor:pointer;}
.catalog__menu-items-link-cross:before {
    content:'';background-color: var(--main_4);display: block;position: absolute;
    height: calc(100% - 8px);width: 1px;top:4px;right:100%;margin-right: -1px;
}
.catalog__menu-items-link-cross:hover {background-color: var(--main_3);}
.catalog__menu-items-link-cross svg {
    display: block;position: absolute;stroke: var(--text);
    top:50%;left:50%;margin-left: -11px;margin-top: -11px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.catalog__menu-items-link-cross:hover svg {stroke: var(--text_link_hover);}
li.active>.catalog__menu-items-link-block .catalog__menu-items-link-cross svg {
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.catalog__menu-items-list {display: none;}
.catalog__menu-items-list ul {}
.catalog__menu-items-list ul li {}
.catalog__menu-items-list ul li a {
    position: relative; display: block;
    color: var(--text) !important;
    padding: 10px 20px; padding-left: 35px;
    font-weight: 500; font-size: 16px;
}
.catalog__menu-items-list ul li a.active {font-weight:bold;}
.catalog__menu-items-list ul li a:hover {
    text-decoration: none;color: var(--text_link_hover) !important;
    background-color:var(--main_4);
}

.page__head {gap:40px;align-items: flex-start;padding: 40px 0px 20px 0px;}
.page__head-left {width:calc(50% - 20px);}
.page__head-right {width:calc(50% - 20px);}
.page__head-left iframe {height: auto;width:100%;aspect-ratio: 16 / 9;}

@media screen and (max-width: 992px) {
    .page__head {display: block}
    .page__head>*+* {margin-top: 30px;}
    .page__head-left, .page__head-right {width:auto;}
}

.page__images-wrapper {}
.page__images-container {justify-content: flex-start;align-items: flex-start;gap:20px;}
.page__images-main {padding-top:70%;position: relative;overflow: hidden;}
.page__images-main-link {position: absolute;width: 100%;height: 100%;display: block;top: 0px;left: 0px;}
.page__images-main a img {}

.page__images-items {margin-top:20px; gap:20px;justify-content: flex-start;}
.page__images-item {width:33.333%;padding-top:25%;overflow: hidden;position: relative;}
.page__images-item-link {width:100%; height:100%; position: absolute; display: block; top:0px; left: 0px;}
.page__images-item a img {}

.page__images-item-video-icon {
    position: absolute;background-color: rgba(0,0,0, 0.5);
    width:100%; height:100%; left: 0px; top: 0px; justify-content:center;
    font-size: 0px; text-shadow: 0px 0px 3px var(--text);
}
.page__images-item-video-icon svg {fill: var(--text_light);}
.page__images-item-more {
    font-size: 40px;color: var(--text_light);
    width:100%; height:100%; justify-content:center;
    top: 0px;left:0px; text-align: center;
    position: absolute; z-index: 1;
    background-color: rgba(0,0,0, 0.5);
}
.page__images-item-more-inner {padding-top: 5px;}
@media screen and (max-width: 640px) {
    .page__images-items {margin-top:15px; gap:15px;}
}

.page__head-right-items {}
.page__head-right-items>*+* {margin-top: 15px;}
.page__head-info-block {font-weight: bold;font-size: 20px;}
.page__head-info-block>* {display: inline;}
.page__head-info-date {}
.page__head-info-time {}
.page__head-info-location {color:var(--text_link);}

.page__head-buttons {gap:20px;}
.page__head-buttons .btn {flex-grow: 1;width: 50%;}
.page__head-content-text {}

@media screen and (max-width: 640px) {
    .page__head-buttons {flex-direction:column;}
    .page__head-buttons .btn {width: 100%;}
}

.blog__items {flex-wrap: wrap; align-items: stretch; justify-content:flex-start;margin:0px -15px;margin-bottom:-30px;}
.blog__items .flex__block {align-items: stretch;}
.blog__items .blog__item {width:25%;list-style: none;}
.blog__items .blog__item .blog__item-inner {margin:0px 15px 30px 15px;}
.blog__item {}
.blog__item-inner {flex: 1;}
.blog__item-link {flex-direction: column;box-shadow: var(--shadow_1);flex-grow: 1;}
.blog__item-link:hover {box-shadow: var(--shadow_2);}
.blog__item-link:active {box-shadow: var(--shadow_3);}
.blog__item-images-wrapper {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50%;
}
.blog__item-image {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    overflow: hidden;
}
.blog__item-image-inner {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.blog__item-image img {width: 100%; height: 100%; object-fit: cover;}
.blog__item-link:hover .blog__item-image-inner {width: calc(100% + 20px); height: calc(100% + 20px);margin:-10px;}
.blog__item-content {padding: 20px 20px; flex-grow: 1;}
.blog__item-name {
    font-weight: bold;color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.blog__item-link:hover .blog__item-name {color: var(--main);}

@media screen and (max-width: 1150px) {
    .blog__items .blog__item {width:33.333%;}
}
@media screen and (max-width: 867px) {
    .blog__items .blog__item {width:50%;}
}
@media screen and (max-width: 640px) {
    .blog__items {justify-content: center;}
    .blog__items .blog__item {width:100%;max-width: 350px;}
}

.galleries__items {flex-wrap: wrap; align-items: stretch; justify-content:flex-start;margin:0px -15px;margin-bottom:-30px;}
.galleries__items .flex__block {align-items: stretch;}
.galleries__items .galleries__item {width:33.3333%;list-style: none;}
.galleries__items .galleries__item .galleries__item-inner {margin:0px 15px 30px 15px;}
.galleries__item {}
.galleries__item-inner {flex: 1;}
.galleries__item-link {flex-direction: column;box-shadow: var(--shadow_1);flex-grow: 1;}
.galleries__item-link:hover {box-shadow: var(--shadow_2);}
.galleries__item-link:active {box-shadow: var(--shadow_3);}
.galleries__item-images-wrapper {
    width: 100%;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75%;
}
.galleries__item-image {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    overflow: hidden;
}
.galleries__item-image-inner {
    position: absolute;
    width: 100%; height: 100%;
    top: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.galleries__item-image img {width: 100%; height: 100%; object-fit: cover;}
.galleries__item-link:hover .galleries__item-image-inner {width: calc(100% + 20px); height: calc(100% + 20px);margin:-10px;}
.galleries__item-content {padding: 20px 20px; flex-grow: 1;}
.galleries__item-name {
    font-weight: bold;color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.galleries__item-link:hover .galleries__item-name {color: var(--main);}

@media screen and (max-width: 867px) {
    .galleries__items .galleries__item {width:50%;}
}
@media screen and (max-width: 640px) {
    .galleries__items {justify-content: center;}
    .galleries__items .galleries__item {width:100%;max-width: 350px;}
}

.catalog__categories-items {flex-wrap: wrap; align-items: stretch; justify-content:flex-start;margin:0px -15px;margin-bottom:-30px;}
.catalog__categories-items .catalog__categories-item {width:25%;list-style: none;}
.catalog__categories-items .catalog__categories-item .catalog__categories-item-inner {margin:0px 15px 30px 15px;}
.catalog__categories-item {}
.catalog__categories-item-inner {flex: 1;}
.catalog__categories-item-link {display:block;box-shadow: var(--shadow_1);position: relative;}
.catalog__categories-item-link:hover {box-shadow: var(--shadow_2);}
.catalog__categories-item-link:active {box-shadow: var(--shadow_3);}
.catalog__categories-item-images-wrapper:after {
    position: absolute;content:'';display: block;width: 100%;height:100%;top:0px;left:0px;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(1,5,20,0.5) 80%, rgb(1,6,25) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(1,5,20,0.5) 80%, rgb(1,6,25) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(1,5,20,0.5) 80%, rgb(1,6,25) 100%);
}
.catalog__categories-item-images-wrapper {
    width: 100%;padding-top: 120%;
    position: relative; margin-left: auto; margin-right: auto;
}
.catalog__categories-item-image {
    position: absolute; overflow: hidden;
    width: 100%; height: 100%; top: 0; left: 0;
}
.catalog__categories-item-image-inner {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.catalog__categories-item-image img {width: 100%; height: 100%; object-fit: cover;}
.catalog__categories-item-link:hover .catalog__categories-item-image-inner {width: calc(100% + 20px); height: calc(100% + 20px);margin:-10px;}
.catalog__categories-item-content {position:absolute;bottom:30px;left:0px;width:calc(100% - 40px);padding: 20px 20px; flex-grow: 1;}
.catalog__categories-item-name {
    font-weight: bold;font-size: 20px;
    text-align: center;color: var(--text_light);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog__categories-item-link:hover .catalog__categories-item-name {color: var(--main);}

@media screen and (max-width: 1150px) {
    .catalog__categories-items .catalog__categories-item {width:33.333%;}
}
@media screen and (max-width: 867px) {
    .catalog__categories-items .catalog__categories-item {width:50%;}
}
@media screen and (max-width: 640px) {
    .catalog__categories-items {justify-content: center;}
    .catalog__categories-items .catalog__categories-item {width:100%;max-width: 350px;}
}

.catalog__items {flex-wrap: wrap; align-items: stretch; justify-content:flex-start;margin:0px -15px;margin-bottom:-30px;}
.catalog__items .flex__block {align-items: stretch;}
.catalog__items .catalog__item {width:25%;list-style: none;}
.catalog__items .catalog__item .catalog__item-inner {margin:0px 15px 30px 15px;}
.catalog__item {}
.catalog__item-inner {flex-grow: 1;width:100%;}
.catalog__item-link {flex-grow: 1;width:100%;flex-direction:column;box-shadow: var(--shadow_1);position: relative;}
.catalog__item-link:hover {box-shadow: var(--shadow_2);}
.catalog__item-link:active {box-shadow: var(--shadow_3);}
.catalog__item-images-wrapper {
    width: 100%;padding-top: 70%;
    position: relative; margin-left: auto; margin-right: auto;
}
.catalog__item-image {
    position: absolute; overflow: hidden;
    width: 100%; height: 100%; top: 0; left: 0;
}
.catalog__item-image-inner {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.catalog__item-image img {width: 100%; height: 100%; object-fit: cover;}
.catalog__item-link:hover .catalog__item-image-inner {width: calc(100% + 20px); height: calc(100% + 20px);margin:-10px;}
.catalog__item-content {padding: 20px 20px; flex-grow: 1;}
.catalog__item-name {
    font-weight: bold;font-size: 22px;
    display: -webkit-box;color: var(--text);
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.catalog__item-link:hover .catalog__item-name {color: var(--main);}
.catalog__item-text {}
.catalog__item-button {padding: 0px 20px 20px 20px;}

@media screen and (max-width: 1150px) {
    .catalog__items .catalog__item {width:33.333%;}
}
@media screen and (max-width: 867px) {
    .catalog__items .catalog__item {width:50%;}
}
@media screen and (max-width: 640px) {
    .catalog__items {justify-content: center;}
    .catalog__items .catalog__item {width:100%;max-width: 350px;}
}

/****************** CONTENT - END *******************/

/****************** BLOCKS *******************/

.page__image-main-wrapper {position: relative;}
.page__image-main {height: calc(50svh);position: relative;justify-content: center;}
.page__image-main img {height: 100%;width: 100%;object-fit: cover;position: absolute;top:0px;left:0px;}
.page__image-main:after {
    bottom: 0px; left: 0px; width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute; z-index: 1; content: '';
}
.page__image-title {color: var(--text_light);padding: 30px 0px;position: relative;z-index: 10;}

.page__blocks {}
.page__block {
    padding-top: 25px; padding-bottom: 25px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page__block-narrow {padding-top: 0px;padding-bottom: 0px;}
.page__block-small {padding-bottom: 0px;}
.page__block-filled {background-color: var(--main_4);}

.page__columns {flex-wrap: wrap;align-items: stretch;justify-content: center;margin:0px -15px -30px -15px;}
.page__columns-item {align-items: stretch;}
.page__columns-item-inner {flex-direction: column;flex-grow:1;margin:0px 15px 30px 15px;gap:15px;max-width: calc(100% - 30px);}
.page__columns-item-inner>* {flex-grow:1;}

.page__columns-item-card {box-shadow: var(--shadow_1);}
.page__columns-item-card:hover {box-shadow: var(--shadow_2);}

.page__columns-item-image {height:250px;width:100%;}
.page__columns-item-image a {}
.page__columns-item-image img {width:100%;height: 100%;object-fit: cover;}

.page__columns-item-content-wrapper {width:calc(100% - 40px);flex-grow: 1;flex-direction: column;gap:15px;padding: 20px 20px;}
.page__columns-item-content {width:100%;flex-grow: 1;}
.page__columns-item-button {width:100%;}

.page__columns-2 {justify-content: space-between;}
.page__columns-2 .page__columns-item {width:50%;max-width:50%;}
.page__columns-3 {justify-content: space-between;}
.page__columns-3 .page__columns-item {width:33.3333%;max-width:33.3333%;}
.page__columns-4 {justify-content: space-between;}
.page__columns-4 .page__columns-item {width:25%;max-width:25%;}

@media (max-width: 767px) {
    .page__columns-2 .page__columns-item {max-width:none;width: 100%;max-width:none;}
    .page__columns-3 .page__columns-item {width:50%;max-width:50%;}
    .page__columns-4 .page__columns-item {width:50%;max-width:50%;}
}
@media (max-width: 640px) {
    .page__columns-2 .page__columns-item {max-width:none;width: 100%;max-width:none;}
    .page__columns-3 .page__columns-item {max-width:none;width: 100%;max-width:none;}
    .page__columns-4 .page__columns-item {max-width:none;width: 100%;max-width:none;}
}

.page__chess-block {}
.page__chess-block-inner {
    gap:50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
}
.page__block-chess:nth-child(odd)  .page__chess-block-inner {flex-direction: row;}
.page__block-chess:nth-child(even) .page__chess-block-inner {flex-direction: row-reverse;}
.page__block-chess .page__chess-block-left .page__chess-block-inner {flex-direction: row;}
.page__block-chess .page__chess-block-right .page__chess-block-inner {flex-direction: row-reverse;}
.page__chess-block-images {position: relative;width: 50%;position: sticky;top: 20px;}
.page__chess-block-text {width: 50%;}
.page__chess-block-images, .page__chess-block-text {position: sticky;top: 30px;}
.page__chess-block-slider {}
.page__chess-block-images > img, .page__chess-block-images a img {width: 100%;height: 100% !important;object-fit: cover;}
.page__chess-block-slider.swiper .swiper-slide {height: auto;}
.page__chess-block-slider.swiper .swiper-slide img {width: 100%;height: 100%;object-fit: cover;}
.page__chess-block-slider.swiper .swiper-button-prev {}
.page__chess-block-slider.swiper .swiper-button-prev svg {}
.page__chess-block-slider.swiper .swiper-button-next {}
.page__chess-block-slider.swiper .swiper-button-next svg {}
.page__chess-block-text-inner {}

@media (max-width: 867px) {
    .page__chess-block-inner {display: block;}
    .page__chess-block-images {
        position: relative; width: auto;
        max-width: 550px; top: 0px;
        margin: 0px auto 30px auto;
    }
    .page__chess-block-text {max-width: none; width: auto;}
}

.accordion__items {}
.accordion__item {
    border: 2px solid transparent; background: var(--color_white);
    box-shadow: 0px 5px 16px 0px rgba(20, 24, 62, 0.08);
}
.accordion__item.active {border: 2px solid var(--main);}
.accordion__item+.accordion__item {margin-top: 20px;}
.accordion__item {}
.accordion__item-title {padding: 20px;font-size: 18px;font-weight: 800;gap:15px;cursor: pointer;}
.accordion__item-title svg {
    fill: var(--main);stroke: var(--main);min-width: 25px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.accordion__item.active .accordion__item-title svg {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
}
.accordion__item-content {display: none;padding: 20px;padding-top: 0px;}

.accordion__item-not-initialized .accordion__item-content {display: block;}
.accordion__item-content-inner {}
.accordion__item-content .content__text {margin-bottom: 0px;}
.accordion__item-content .content__text p {text-align: justify;}

.accordion__item-content-list-pdf {margin:0px -20px;}
.accordion__item-content-list-pdf+* {margin-top: 10px;}
.accordion__item-content-list-pdf ul {margin:-10px 0px;}
.accordion__item-content-list-pdf ul li {list-style:none;}
.accordion__item-content-list-pdf ul li a svg {stroke: var(--main);}
.accordion__item-content-list-pdf ul li a {
    text-decoration:none;position: relative;
    padding: 15px 0px 15px 80px;
    font-size: 19px;font-weight: 500;
    min-height: 50px; color: var(--text);
    vertical-align: middle;font-weight: bold;
}
.accordion__item-content-list-pdf ul li a:hover {color: var(--main);}
.accordion__item-content-list-pdf-icon {
    position: absolute; left:20px ;top:50%;margin-top: -23px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.accordion__item-content-list-pdf ul li a:hover .accordion__item-content-list-pdf-icon {fill: var(--main); left: 33px;}

.gallery__photos {margin-top: 30px;}
.gallery__photo, .gallery__photo-sizer {width: 20%;}
.gallery__photo-inner {overflow: hidden;display: block;position: relative;margin: 2px;}
.gallery__photo a {display: block;position: relative;}
.gallery__photo a img {width: 100%;height: 100%;object-fit: cover;}
.gallery__photo-img {
    position: absolute; top: 0px; left: 0px;
    width: 100%; height: 100%;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.gallery__photo-img img {width: 100%;height: 100%;object-fit: cover;}
.gallery__photo a:hover .gallery__photo-img {width: calc(100% + 20px);height: calc(100% + 20px);margin:-10px;}

.masonry__lazy-loading {position: relative;}
.masonry__lazy-loading > * {
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.masonry__lazy-loading:not(.loaded) > * {opacity: 0;}
.masonry__lazy-loading:after {
	content: "";position: absolute;
	top: 0px;left: 0px;width: 100%;height: 100%;
	background-image: url("../images/loader.gif");
	background-position: center top;
	background-repeat: no-repeat;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.masonry__lazy-loading.loaded:after {display: none;}

@media screen and (max-width: 991px) {.gallery__photo, .gallery__photo-sizer {width: 25%;}}
@media screen and (max-width: 767px) {.gallery__photo, .gallery__photo-sizer {width: 33.3333%;}}
@media screen and (max-width: 680px) {.gallery__photo, .gallery__photo-sizer {width: 50%;}}
@media screen and (max-width: 520px) {.gallery__photo, .gallery__photo-sizer {width: 50%;}}


.form__wide-wrapper {
    position: relative;
    padding-top: 100px;
    padding-bottom: 100px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.form__wide-wrapper-no-bg {background-color:rgba(var(--main_num), 0.3);}

.form__wide-inner {gap:30px;position: relative;z-index: 1;}
.form__wide-left {}
.form__wide-right {width: 350px;min-width: 350px;}
.form__wide-title {color: var(--text_light);font-size: 32px;font-weight: bold;}
.form__wide-text {color: var(--text_light);font-size: 24px;line-height: 145%;}
*+.form__wide-text {margin-top: 25px;}

@media screen and (max-width: 767px) {
    .form__wide-inner {display: block;text-align: center;}
    .form__wide-right {min-width: 0px; width: auto; max-width: 350px; margin: 20px auto 0px auto;}
}
@media screen and (max-width: 640px) {  
    .form__wide-title {font-size: 26px;}
    .form__wide-text {font-size: 17px;}
}

.form__narrow {
    background-color: var(--color_success);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;position: relative;
}
.form__narrow-bg:before {
    bottom: 0px; left: 0px;
    width: 100%; height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    position: absolute; z-index: 1; content: '';
}
.form__narrow-content {padding: 50px 50px;position: relative;z-index: 1;}
.form__narrow-content-inner {gap:20px;}
.form__narrow-left {max-width: 40%;color: var(--text_light);}
.form__narrow-right {max-width: 50%;flex-grow: 1;}
.form__narrow-title {margin-bottom: 0px;}
.form__narrow-subtitle {margin-bottom: 0px;font-weight: normal;}
*+.form__narrow-subtitle {margin-top: 20px;}

@media (max-width: 991px) {
    .form__narrow-left {max-width: 35%;}
    .form__narrow-right {max-width: 60%;}
}
@media (max-width: 767px) {
    .form__narrow-content-inner {display: block;}
    .form__narrow-left, .form__narrow-right {max-width: none;}
    .form__narrow-left+.form__narrow-right {margin-top: 20px;}
    .form__narrow-left {text-align: center;}
}
@media (max-width: 640px) {
    .form__narrow-content {padding: 50px 20px;}
}

.slider__wide {}
.slider__wide-slide.swiper-slide {
    position: relative;height:auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.swiper .slider__wide-slide-image {height:auto;}
.slider__wide-slide-image-bg {width:100%;height:100%;object-fit:cover;position:absolute;}
.slider__wide-slide-image img {width:100%;height:100%;object-fit:cover;}
.slider__wide-slide-shadow {background-color: rgba(0,0,0, 0.3);position:relative;z-index:1;}
.slider__wide-slide-content-block {min-height: calc(100vh - 80px);justify-content: center;}
.slider__wide-slide-content {width: 100%;color:var(--text_light);padding: 15% 0px;}
.slider__wide-slide-content>*+* {margin-top: 15px;}
.slider__wide-slide-title {font-size: 60px;font-weight: 800;}
.slider__wide-slide-subtitle {font-size: 40px;font-weight: 500;}
.slider__wide-slide-buttons-block {}
.slider__wide-slide-buttons-narrow {display:inline-block;}
.slider__wide-slide-buttons {justify-content:flex-start;gap:15px;}
.slider__wide-slide-text {margin-top:20px;font-size: 20px;line-height: 140%;}
.slider__wide-slide-play {padding:30px;}
.slider__wide.swiper .swiper-pagination {bottom: 20px;}
.slider__wide.swiper .swiper-pagination-bullet {width: 10px;height: 10px;margin:0px 4px !important}

@media screen and (max-width: 767px) {
    .slider__wide-slide-title {font-size: 50px;}
    .slider__wide-slide-text {font-size: 18px;}
}
@media screen and (max-width: 640px) {
    .slider__wide-slide-title {font-size: 40px;}
    .slider__wide-slide-text {font-size: 16px;}
    .slider__wide-slide-buttons-narrow {display:block;margin:0px auto;max-width:420px;}
    .slider__wide-slide-buttons {flex-direction:column;}
}

.play__icon-wrapper {display: inline-block;position:relative;}
.play__icon {display: inline-block; font-size: 0px;text-shadow: 0px 0px 3px var(--text); position: absolute; left: 50%; top: 50%; margin-left: -30px; margin-top: -30px;}
.play__icon-wrapper .play__icon {position: relative;left: 0%; top: 0%; margin-left: 0px; margin-top: 0px;}
.play__icon svg {stroke: var(--text_light);z-index: 1;position: relative;}
.play__icon:before {
    width: 100%; height: 100%;
    border: 1px solid var(--color_white);
    animation: ballbig 3s 0.2s linear infinite;
    box-shadow: 0px 0px 1px var(--main);
}
.play__icon:after {
    width: calc(100% + 15px); height: calc(100% + 15px);
    border: 1px solid var(--color_white);opacity: 0.4;
    animation: ballbig_2 3s 2s linear infinite;
    box-shadow: 0px 0px 1px var(--main);
}
.play__icon:before, .play__icon:after {
    content: ""; position: absolute; top: 50%; left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;display:block;
}
a .play__icon-link-hover:before, a .play__icon-link-hover:after {display:none;}
a:hover .play__icon-link-hover:before, a:hover .play__icon-link-hover:after {display:block;}
@keyframes ballbig {
    0% {transform: translate(-50%, -50%) scale(1);opacity: 0.8;}
    60% {transform: translate(-50%, -50%) scale(1.4);opacity: 0.5;}
    100% {transform: translate(-50%, -50%) scale(1.7); opacity: 0;}
}
@keyframes ballbig_2 {
    0% {transform: translate(-50%, -50%) scale(1);opacity: 0.4;}
    60% {transform: translate(-50%, -50%) scale(1.4);opacity: 0.25;}
    100% {transform: translate(-50%, -50%) scale(1.7);opacity: 0;}
}

.content__text {line-height:140%;}
.content__text>*:last-child {margin-bottom: 0px;}
.content__text iframe {}
.content__text *+* {margin-top: 15px;}
.content__text * + table {margin-top:15px;}
.content__text img {height:auto !important;width: 100%;}
.content__text td img {min-width:100px;}
.content__text h1, .content__text h2, .content__text h3, .content__text h4, .content__text h5, .content__text h6 {
    font-weight:900;line-height:120%;margin-bottom: 15px;
}
.content__text>p {}
.content__text li p, .content__text li div, .content__text li span {display: contents; margin-top:0px;}
.content__text li span {margin-top:0px;}

.content__text h1 {font-size:40px;}
.content__text h2 {font-size:32px;}
.content__text h3 {font-size:24px;}
.content__text h4 {font-size:22px;}
.content__text h5 {font-size:20px;}
.content__text h6 {font-size:18px;}
.content__text p {}
.content__text ul:not([class]),
.content__text ol:not([class]) {padding-left: 0;padding-right: 25px;}

.content__text ul {margin-left:15px;}
.content__text ul li {list-style-position:inside;list-style-type: disc;}
.content__text ol {margin-left:15px;}
.content__text ol li {list-style-position:inside;}

.content__text a:link {color:var(--main);text-decoration:none;}
.content__text a:hover {color:var(--main);text-decoration:underline;}
.content__text a:active {color:var(--main);text-decoration:underline;}
.content__text a:visited {color:var(--main);}
.content__text table {border-spacing:0px;border-collapse:collapse;}
.content__text table tr {border-spacing:0px;border-collapse:collapse;}
.content__text table tr th,
.content__text table tr td {
    border:2px solid var(--main_4);
    border-spacing:0px;
    border-collapse:collapse;
    padding:10px;
}

.table__responsive {width: 100%;max-width:100%;overflow-y: hidden;-ms-overflow-style: -ms-autohiding-scrollbar;margin-bottom: 15px;}
.table__responsive table {min-width:500px;width:100%;border-spacing:0px;border-collapse:collapse;}

.content__text blockquote {
    display: block;
    border-top: 2px solid var(--main_3);
    padding: 60px 0 20px 0;
    position: relative;
    margin-top: 60px;
    line-height: 160%;
    font-size: 24px;
    text-align: center;
    color: var(--text);
}
.content__text blockquote:before {
    content: ''; position: absolute;
    top: -45px; left: 50%;
    margin-left: -80px;
    background-color: transparent;
    background-image: url(../../../custom/images/blockquote.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 160px; height: 85px;
}

@media screen and (max-width: 767px) {
    .content__text {font-size: 1.1em;}
    .content__text blockquote {font-size: 1.5rem;}

    .content__text h1 {font-size: 30px;}
    .content__text h2 {font-size: 24px;}
    .content__text h3 {font-size: 22px;}
    .content__text h4 {font-size: 20px;}
    .content__text h5 {font-size: 19px;}
    .content__text h6 {font-size: 18px;}

}
@media screen and (max-width: 640px) {
    .content__text {font-size: 1em;}
    .content__text blockquote {font-size: 1.15rem;}
}

/****************** BLOCKS - END *******************/

/****************** CATALOG *******************/

.product__categories-big-items {flex-wrap: wrap; align-items: stretch; justify-content:flex-start;margin:0px -10px;}
.product__categories-big-items:last-child {margin-bottom:-20px;}
.product__categories-big-items .product__categories-big-item {width:25%;list-style: none;}
.product__categories-big-items .product__categories-big-item .product__categories-big-item-inner {margin:0px 10px 20px 10px;}
.product__categories-big-item {}
.product__categories-big-item-inner {flex: 1;}
.product__categories-big-item-link {display:block;box-shadow: var(--shadow_1);position: relative;}
.product__categories-big-item-link:hover {box-shadow: var(--shadow_2);}
.product__categories-big-item-link:active {box-shadow: var(--shadow_3);}
.product__categories-big-item-images-wrapper:after {
    position: absolute;content:'';display: block;width: 100%;height:100%;top:0px;left:0px;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(1,5,20,0.5) 80%, rgb(1,6,25) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(1,5,20,0.5) 80%, rgb(1,6,25) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(1,5,20,0.5) 80%, rgb(1,6,25) 100%);
}
.product__categories-big-item-images-wrapper {width: 100%;padding-top: 120%;position: relative; margin-left: auto; margin-right: auto;}
.product__categories-big-item-image {position: absolute; overflow: hidden;width: 100%; height: 100%; top: 0; left: 0;}
.product__categories-big-item-image-inner {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.product__categories-big-item-image img {width: 100%; height: 100%; object-fit: cover;}
.product__categories-big-item-link:hover .product__categories-big-item-image-inner {width: calc(100% + 20px); height: calc(100% + 20px);margin:-10px;}
.product__categories-big-item-content {position:absolute;bottom:30px;left:0px;width:calc(100% - 40px);padding: 20px 10px; flex-grow: 1;}
.product__categories-big-item-name {
    font-weight: 900;font-size: 24px;
    text-align: center;color: var(--text_light);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product__categories-big-item-link:hover .product__categories-big-item-name {color: var(--main);}

@media screen and (max-width: 991px) {
    .product__categories-big-item-name {font-size: 22px;}
}
@media screen and (max-width: 867px) {
    .product__categories-big-items .product__categories-big-item {width:50%;}
}
@media screen and (max-width: 640px) {
    .product__categories-big-items {justify-content: center;}
    .product__categories-big-items .product__categories-big-item {width:100%;max-width: 350px;}
}

.product__categories__load-more {}
.product__categories-items-wrapper+* {margin-top:25px;}
.product__categories-items {flex-wrap: wrap; align-items: stretch; justify-content:flex-start;margin:0px -10px -20px -10px;}
.product__categories-items:last-child {margin-bottom:-20px;}
.product__categories-items .product__categories-item {width:12.5%;list-style: none;}
.product__categories-items-rows-2 .product__categories-item:nth-child(n+17) {display: none;}
.product__categories-items .product__categories-item .product__categories-item-inner {margin:0px 10px 20px 10px;}
.product__categories-item {align-items: stretch;}
.product__categories-item-inner {flex: 1;width:100%;align-items: stretch;}
.product__categories-item-link {width: 100%;flex-direction:column;box-shadow: var(--shadow_1);position: relative;}
.product__categories-item-link:hover {box-shadow: var(--shadow_2);}
.product__categories-item-link:active {box-shadow: var(--shadow_3);}
.product__categories-item-images-wrapper:after {
    position: absolute;content:'';display: none;width: 100%;height:100%;top:0px;left:0px;
    background-image: -moz-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(1,5,20,0.5) 80%, rgb(1,6,25) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(1,5,20,0.5) 80%, rgb(1,6,25) 100%);
    background-image: -ms-linear-gradient( -90deg, rgba(0,0,0,0) 0%, rgba(1,5,20,0.5) 80%, rgb(1,6,25) 100%);
}
.product__categories-item-images-wrapper {width: 100%;padding-top: 100%;position: relative; margin-left: auto; margin-right: auto;}
.product__categories-item-image {position: absolute; overflow: hidden;width: 100%; height: 100%; top: 0; left: 0;}
.product__categories-item-image-inner {
    position: absolute; top: 0; left: 0;
    width: 100%; height: 100%; overflow: hidden;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.product__categories-item-image img {width: 100%; height: 100%; object-fit: cover;}
.product__categories-item-link:hover .product__categories-item-image-inner {width: calc(100% + 20px); height: calc(100% + 10px);margin:-10px;}
.product__categories-item-content {width:calc(100% - 20px);padding: 10px 10px; flex-grow: 1;}
.product__categories-item-name {
    font-weight: 700;font-size: 18px;
    text-align: center;color: var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product__categories-item-link:hover .product__categories-item-name {color: var(--main);}

@media screen and (max-width: 1150px) {
    .product__categories-items .product__categories-item {width:16.6666%;}
.product__categories-items-rows-2 .product__categories-item:nth-child(n+13) {display: none;}
}
@media screen and (max-width: 867px) {
    .product__categories-items .product__categories-item {width:25%;}
.product__categories-items-rows-2 .product__categories-item:nth-child(n+9) {display: none;}
}
@media screen and (max-width: 640px) {
    .product__categories-items {justify-content: center;}
    .product__categories-items .product__categories-item {width:50%;}
    .product__categories-items-rows-2 .product__categories-item:nth-child(n+5) {display: none;}
}

.product__cards {margin: 0px;position: relative;z-index: 1;flex-wrap: wrap;justify-content: flex-start;align-items: stretch;}
.product__card {list-style: none;align-items: stretch;}
.product__card:hover {position: relative; z-index: 5;}
.product__card-narrow {text-align:center;margin: 0px;border:1px solid var(--main_5);border-top:0px;border-left:none;width:100%;background: var(--color_white);position: relative;}
.product__card-narrow:hover:after {
    width: 100%; height:100%; content: '';position: absolute;top: 0px;left:0px;z-index: 1;background: var(--color_white);
    margin: -10px; padding: 10px;border-color: var(--color_white);box-shadow: var(--shadow_product);
}
.product__card-inner {align-items: stretch;flex-direction: column;height: 100%;flex-grow: 1;position: relative;z-index: 2;cursor:pointer;}
.product__card-images-block {position: relative; text-decoration: none; height: 330px; overflow: hidden;}
.product__card-unavailable .product__card-images-block {filter: grayscale(1);}
.product__card-images {width: 100%;height: 100%;position: absolute;top:0px;left:0px;}
.product__card-images-slider {position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;}
.product__card-images-slider.swiper {}
.product__card-image {height: 330px;}
.product__card-images-slider .swiper-slide {position: relative;}
.product__card-images-slider .swiper-slide img {width: 100%;height: 100%;max-width: 100%;max-height: 100%;object-fit: contain;object-position: center;}
.product__card-images-slider .swiper-button-prev:after, .product__card-images-slider .swiper-button-next:after {display: none;}
.product__card-images-slider .swiper-button-prev, .product__card-images-slider .swiper-button-next {
    width: 48px;height: 48px;bottom: 0px;top: auto;opacity: 0;
    position: absolute;bottom: 0px;
    color: var(--btn_secondary_text);
    background-color: rgba(var(--main_4_num),0.2);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.product__card-images-slider-no-control .swiper-pagination,
.product__card-images-slider-no-control .swiper-button-prev,
.product__card-images-slider-no-control .swiper-button-next {display:none !important;}
.product__card-narrow:hover .swiper-button-prev, .product__card-narrow:hover .swiper-button-next {opacity: 0.8;}
.product__card-images-slider .swiper-button-prev {left:0px;}
.product__card-images-slider .swiper-button-next {right:0px;}
.product__card-images-slider .swiper-button-prev svg {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}
.product__card-images-slider .swiper-button-prev:hover, .product__card-images-slider .swiper-button-next:hover {
    background-color: rgba(var(--main_4_num),0.8);
}
.product__card-images-slider .swiper-button-prev:hover svg, .product__card-images-slider .swiper-button-next:hover svg {
    stroke: var(--text_link_hover);
}

.product__card-images-slider .swiper-pagination {
    width: calc(100% - 100px) !important;
    left: 50px !important;bottom:22px !important;top:auto;
}

.product__card-images-labels {position: absolute; left: 10px; top: 10px; z-index: 1;}
.product__card-images-labels .product__label {margin-bottom: 5px;}
.product__label {display: inline-block;border-radius: 5px;font-size: 16px;padding: 5px 12px;}

.product__buttons button {
    display: block;margin:5px;line-height: 48px;height: 48px;width: 48px;border:none;cursor:pointer;
    border-radius:5px;font-size: 0px;text-align: center;background-color: var(--main_4);
}
.product__buttons button svg {stroke: var(--text);display: inline-block;vertical-align: middle;}
.product__buttons button:hover {background-color: var(--main_5);}
.product__buttons button:hover svg {stroke: var(--text_link_hover);}
.product__buttons button.active {background-color: var(--main_4);}
.product__buttons button.active svg {stroke: var(--text_link_hover);}

.product__card-images-buttons {position: absolute;right: 0px;top: 0px;z-index: 1;}

.product__card-narrow:hover .product__card-images-buttons button, .product__card-narrow .product__card-images-buttons button.active {opacity: 1;}

.product__page-images-main-buttons.product__buttons button svg {fill: var(--text_color_2);}

.product__card-content {flex-grow: 1;padding: 15px;flex-direction: column;text-align: left;}
.product__card-content-inner {flex-grow: 1;}
.product__card-content-inner>*+* {margin-top: 10px;}
.product__card-content>* {width:100%;}
.product__card-name {
    font-size: 18px;font-weight: bold;color:var(--text);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product__card-name a {color:var(--text);}
.product__card-name a:hover {color:var(--text_link);}
.product__card-unavailable .product__card-name {filter: grayscale(1);}

.product__card-info {justify-content: flex-start;gap:10px;align-items: center;}
.product__card-unavailable .product__card-info {filter: grayscale(1);}
.product__card-rating-line {line-height: 100%;vertical-align: middle;padding: 0px;white-space: nowrap;}
.product__card-rating-line span {color: var(--text_3);vertical-align: middle;line-height: 100%;}
.product__card-rating-line svg {vertical-align: middle;}
.product__card-rating-line-inner {display: inline-block;vertical-align: middle;position: relative;}

.rating__block {width: 120px;display: inline-block;vertical-align: middle;position: relative;text-align: left;font-size:0px;white-space:nowrap;line-height: 100%;}
.rating__block svg {}
.rating__block-bg {}
.rating__block-active {position: absolute; top: 0; left: 0; white-space: nowrap; overflow: hidden;}
.rating__block-bg svg {fill: var(--text_2);}
.rating__block-active svg {fill: var(--color_attention);}

.product__card-rating-line-icon {display: inline-block;vertical-align: middle;}
.product__card-rating-line-icon svg {fill: var(--text_3);stroke: var(--text_3);}

.product__card-video-block {font-size:14px;color: var(--text_3);line-height: 100%;white-space: nowrap;text-transform: uppercase;}
.product__card-video-block svg {fill: var(--text_3);stroke: var(--text_3);display: inline-block;vertical-align: middle;}
.product__card-video-block span {line-height: 100%;display: inline-block;vertical-align: middle;}

.product__card-columns-block {margin-top:10px;gap:15px;align-items: center;}
.product__card-column {}
.product__card-column:first-child {flex-grow: 1;}
.product__card-prices {}
.product__card-unavailable .product__card-prices {filter: grayscale(1);}
.product__card-prices-main {vertical-align: baseline;}
.product__card-price {font-weight: 900;font-size: 30px;vertical-align: baseline;}
.product__card-price-old {font-weight: bold;font-size: 18px;text-decoration: line-through;color: var(--text_2);}
.product__card-price-new {color: var(--color_attention);}
.product__card-price-unavailable {filter: grayscale(1);}
.product__card-prices-main-small .product__card-price {font-size: 20px;}
.product__card-prices-main-small .product__card-price-old {font-size: 16px;}

.product__card-prices-more {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product__card-price-more {margin-top:2px;color: var(--text_3);font-weight: bold;font-size: 14px;}
.product__card-price-more-price {color: var(--color_error);}
.product__card-price-more-info {}

.product__card-state {font-size: 16px;margin-top:5px;font-weight:bold;}

.product__card-buy-link {border-radius: 8px;padding: 12px;min-width: 0px;font-size: 0px;}
.product__card-buy-link.active {background-color: var(--main_2) !important;border-color: var(--main_2) !important;}
.product__card-buy-link svg {stroke: var(--color_white);}
.product__card-buy-link svg+svg {display: none;}
.product__card-buy-link.active svg {display: none;}
.product__card-buy-link.active svg+svg {display: block;}

.product__card-bottom-info {display: none;position: absolute;text-align:left;top:100%;left: 0px;width: 100%;background: var(--color_white);z-index: 1;}
.product__card-bottom-info-inner {color:var(--text_3);position:relative;z-index: 5;margin: 0px 15px 10px 15px;border-top:1px solid var(--main_4);padding-top: 15px;font-size:14px;}
.product__card-bottom-info-inner span {color:var(--text_2);}
.product__card-narrow:hover .product__card-bottom-info {display: block;}
.product__card-bottom-info:after {
    width: 100%; height:100%; content: '';position: absolute;top: 0px;left:0px;z-index: 1;background: var(--color_white);
    margin: -10px; padding: 10px;border-color: var(--color_white);box-shadow: var(--shadow_product);
}

@media screen and (min-width: 1366px) {
    .product__cards-5 .product__card {width: 20%;min-width: 20%;}
    .product__cards-5 .product__card:nth-child(5n) .product__card-narrow {border-right:none;}
}
@media screen and (max-width: 1366px) and (min-width: 1101px) {
    .product__cards-5 .product__card {width: 25%;min-width: 25%;}
    .product__cards-5 .product__card:nth-child(4n) .product__card-narrow {border-right:none;}
	.product__card-price {font-size: 22px;}
}
@media screen and (min-width: 1101px) {
	.product__card-images-buttons.product__buttons button {opacity: 0;}
    .product__cards-4 .product__card {width: 25%;min-width: 25%;}
    .product__cards-4 .product__card:nth-child(4n) .product__card-narrow {border-right:none;}

    .product__cards-3 .product__card {width: 33.3333%;min-width: 33.3333%;}
    .product__cards-3 .product__card:nth-child(3n) .product__card-narrow {border-right:none;}
}
@media screen and (max-width: 1100px) and (min-width: 868px) {
    .product__cards-5 .product__card {width: 33.3333%;min-width: 33.3333%;}
    .product__cards-5 .product__card:nth-child(3n) .product__card-narrow {border-right:none;}

    .product__cards-4 .product__card {width: 33.3333%;min-width: 33.3333%;}
    .product__cards-4 .product__card:nth-child(3n) .product__card-narrow {border-right:none;}

    .product__cards-3 .product__card {width: 50%;min-width: 50%;}
    .product__cards-3 .product__card:nth-child(2n) .product__card-narrow {border-right:none;}
}
@media screen and (max-width: 867px) and (min-width: 641px) {
    .product__cards-5 .product__card {width: 50%;min-width: 50%;}
    .product__cards-5 .product__card:nth-child(2n) .product__card-narrow {border-right:none;}

    .product__cards-4 .product__card {width: 50%;min-width: 50%;}
    .product__cards-4 .product__card:nth-child(2n) .product__card-narrow {border-right:none;}

    .product__cards-3 .product__card {width: 50%;min-width: 50%;}
    .product__cards-3 .product__card:nth-child(2n) .product__card-narrow {border-right:none;}
}
@media screen and (max-width: 640px) {
    .product__cards-5, .product__cards-4, .product__cards-3 {justify-content: center;}
    .product__cards-5 .product__card, .product__cards-4 .product__card, .product__cards-3 .product__card {flex-grow:1;width: auto;max-width: 450px;}
    .product__card .product__card-narrow {border:none;box-shadow: var(--shadow_1);}
    .product__card+.product__card .product__card-narrow {margin-top: 30px;}

    .product__card-bottom-info {display: block;position: relative;top:0%;left: 0px;}
    .product__card-bottom-info:after {display: none;}
}

.product__cards-row {justify-content: flex-start;flex-wrap: nowrap;}
.product__cards-row-inner {margin: 0px -15px;padding: 0px 15px}
.product__cards-row-block {margin: -30px -15px;padding: 30px 15px;}
.product__cards-row-block .product__cards-row:hover {z-index: 10;position: relative;}
.product__cards-row-block:hover+.title__link-block {z-index: 1;}
.product__cards-row .product__card-bottom-info {display: none !important;}
.cards__slider .product__card-bottom-info {display: none !important;}
.product__cards-row .product__card .product__card-narrow {padding: 0px 5px;}

@media screen and (max-width: 1440px) {
    .product__cards-row {justify-content: flex-start;flex-wrap: nowrap;margin: 0px -15px;}
    .product__cards-row-block {margin: -30px -15px;padding: 30px 15px;}
}

@media screen and (max-width: 640px) {
    .product__cards-row .product__card {min-width: 90%;}
    .product__cards-row .product__card+.product__card .product__card-narrow {margin-top: 30px;}
}

.reviews__cards {margin: 0px;position: relative;z-index: 1;flex-wrap: wrap;justify-content: flex-start;align-items: stretch;}
.reviews__card {list-style: none;align-items: stretch;}
.reviews__card-narrow {
    margin: 0px;border: 1px solid var(--main_5);border-top: 0px;border-left: none;
    width: 100%;background: var(--color_white);position: relative;cursor:pointer;
}
.reviews__card-narrow:hover:after {
    width: 100%; height:100%; content: '';position: absolute;top: 0px;left:0px;z-index: 1;background: var(--color_white);
    margin: -10px; padding: 10px;border-color: var(--color_white);box-shadow: var(--shadow_product);
}
.reviews__card-inner {
    align-items: stretch;
    flex-direction: column;
    height: 100%;
    flex-grow: 1;
    position: relative;
    z-index: 2;
}
.reviews__card-content {padding: 15px;align-items: stretch;flex-direction: column;height: 100%;flex-grow: 1;position: relative;z-index: 2;gap:5px;}
.reviews__card-content>* {width: 100%;}
.reviews__card-author {font-size: 18px;font-weight: bold;}
.reviews__card-info {}
.reviews__card-date {font-size: 18px;}
.reviews__card-text-block {flex-grow: 1;}
.reviews__card-text {
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.reviews__card-image {text-align:center;padding-bottom:100%;position:relative;}
.reviews__card-image img {position:absolute;top:0px;left:0px;object-position:center;}
.reviews__card-name-block {flex-grow: 1;}
.reviews__card-name {
    font-size: 18px;font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.reviews__card-name a {color: var(--text);}

@media screen and (min-width: 1366px) {
    .reviews__cards-5 .reviews__card {width: 20%;min-width: 20%;}
    .reviews__cards-5 .reviews__card:nth-child(5n) .reviews__card-narrow {border-right:none;}
}
@media screen and (max-width: 1366px) and (min-width: 1101px) {
    .reviews__cards-5 .reviews__card {width: 25%;min-width: 25%;}
    .reviews__cards-5 .reviews__card:nth-child(4n) .reviews__card-narrow {border-right:none;}
}
@media screen and (min-width: 1101px) {
    .reviews__cards-4 .reviews__card {width: 25%;min-width: 25%;}
    .reviews__cards-4 .reviews__card:nth-child(4n) .reviews__card-narrow {border-right:none;}

    .reviews__cards-3 .reviews__card {width: 33.3333%;min-width: 33.3333%;}
    .reviews__cards-3 .reviews__card:nth-child(3n) .reviews__card-narrow {border-right:none;}
}
@media screen and (max-width: 1100px) and (min-width: 868px) {
    .reviews__cards-5 .reviews__card {width: 33.3333%;min-width: 33.3333%;}
    .reviews__cards-5 .reviews__card:nth-child(3n) .reviews__card-narrow {border-right:none;}

    .reviews__cards-4 .reviews__card {width: 33.3333%;min-width: 33.3333%;}
    .reviews__cards-4 .reviews__card:nth-child(3n) .reviews__card-narrow {border-right:none;}

    .reviews__cards-3 .reviews__card {width: 50%;min-width: 50%;}
    .reviews__cards-3 .reviews__card:nth-child(2n) .reviews__card-narrow {border-right:none;}
}
@media screen and (max-width: 867px) and (min-width: 641px) {
    .reviews__cards-5 .reviews__card {width: 50%;min-width: 50%;}
    .reviews__cards-5 .reviews__card:nth-child(2n) .reviews__card-narrow {border-right:none;}

    .reviews__cards-4 .reviews__card {width: 50%;min-width: 50%;}
    .reviews__cards-4 .reviews__card:nth-child(2n) .reviews__card-narrow {border-right:none;}

    .reviews__cards-3 .reviews__card {width: 50%;min-width: 50%;}
    .reviews__cards-3 .reviews__card:nth-child(2n) .reviews__card-narrow {border-right:none;}
}
@media screen and (max-width: 640px) {
    .reviews__cards-5, .reviews__cards-4, .reviews__cards-3 {justify-content: center;}
    .reviews__cards-5 .reviews__card, .reviews__cards-4 .reviews__card, .reviews__cards-3 .reviews__card {width: auto;max-width: 450px;}
    .reviews__card .reviews__card-narrow {border:none;box-shadow: var(--shadow_1);}
    .reviews__card+.reviews__card .reviews__card-narrow {margin-top: 30px;}
}

.reviews__cards-row {justify-content: flex-start;flex-wrap: nowrap;}
.reviews__cards-row-inner {margin: 0px -15px;padding: 0px 15px}
.reviews__cards-row-block {margin: -30px -15px;padding: 30px 15px;}
.reviews__cards-row-block .reviews__cards-row:hover {z-index: 10;position: relative;}
.reviews__cards-row-block:hover+.title__link-block {z-index: 1;}
.reviews__cards-row .reviews__card-bottom-info {display: none !important;}
.reviews__cards-row .reviews__card .reviews__card-narrow {padding: 0px 5px;}

@media screen and (max-width: 1440px) {
    .reviews__cards-row {justify-content: flex-start;flex-wrap: nowrap;margin: 0px -15px;}
    .reviews__cards-row-block {margin: -30px -15px;padding: 30px 15px;}
}

@media screen and (max-width: 640px) {
    .reviews__cards-row .reviews__card {min-width: 90%;}
    .reviews__cards-row .reviews__card+.reviews__card .reviews__card-narrow {margin-top: 30px;}
}

.catalog__page-nav-block {margin-bottom: 30px;gap:30px;align-items: flex-start;}
.catalog__page-selected-block {}
.catalog__page-selected-inner {gap:15px;align-items: flex-start;}
.catalog__page-selected-text {font-size: 19px;white-space: nowrap;height:50px;line-height: 50px;}
.catalog__page-selected-items {flex-wrap:wrap;gap:10px;justify-content: flex-start;}
.catalog__page-selected-item {
    padding: 7px 40px 7px 10px;
    position: relative;
    white-space:nowrap;
    min-width: auto;
}
.catalog__page-selected-item span {}
.catalog__page-selected-item a {position: absolute;top:50%;right: 10px;margin-top: -12px;}
.catalog__page-selected-item a svg {fill:var(--text);}

.catalog__page-select-filter {line-height:100%;white-space: nowrap;}
.catalog__page-select-filter svg {fill:var(--text_color_0);margin:-5px 10px -5px 0px;}
.catalog__page-select {min-width:200px;}


.catalog__page {margin-bottom: 30px;}
.catalog__page-select-inner {align-items: center;gap:20px;}

.catalog__page-filters {width:20%;float: left;}
.catalog__page-content {}
.catalog__page-filters+.catalog__page-content {margin-left: 20%;}
.catalog__page-content-inner {margin-left: 20px;}


@media screen and (max-width: 991px) {
    .catalog__page-nav-block {flex-direction:column-reverse;align-items: flex-start;}
    .catalog__page-nav-block>* {width: 100%;}
    .catalog__page-filters {width:auto;float: none;}
    .catalog__page-filters+.catalog__page-content {margin-left: 0px;}
    .catalog__page-content-inner {margin-left: 0px;}
}
@media screen and (max-width: 867px) {
    .catalog__page-nav-block {gap:15px;}
    .catalog__page-selected-inner {flex-direction: column;gap:15px;}
    .catalog__page-selected-inner>* {width: 100%;}
    .catalog__page-selected-text {white-space: wrap;height:auto;line-height: inherit;}
    .catalog__page-selected-items {flex-wrap: nowrap;}
}
@media screen and (max-width: 640px) {
    .catalog__page-select-inner>* {flex-grow: 1;}
    .catalog__page-selected-text {font-size: 16px;}
    .catalog__page-selected-item {padding: 3px 30px 3px 5px;font-size: 14px;min-width: auto;}
    .catalog__page-selected-item a {margin-top: -10px;right:5px;}
    .catalog__page-selected-item a svg {width: 20px;height: 20px;}
}
@media screen and (max-width: 400px) {
	.catalog__page-select {min-width: 150px;}
}
@media screen and (max-width: 360px) {
	.catalog__page-select-filter svg {margin:-5px 0px -5px 0px;}
	.catalog__page-select-filter span {display:none;}
}

.filters__menu-title {
    color:var(--text);
    font-weight:900;
    position:relative;
    padding-bottom:1rem;
    font-size: 32px;
    align-items: center;
}
.filters__menu-title span {line-height: 100%;}
.filters__menu-title svg {fill: var(--text);}
.filters__menu-title a {display: block;font-size: 0px;line-height: 0px;}
.filters__menu-title a:hover svg {fill: var(--text_3);}

.filters__clear-wrapper {padding-bottom:15px;}
.filters__item-block {border-top: 1px solid var(--main_4);}
.filters__item-title {
    position:relative;
    padding:10px 0px;
    padding-right:30px;
    cursor:pointer;
    color: var(--text_3);
    font-weight: 900;
    font-size: 18px;
}
.filters__item-title svg {
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 5px;
    margin-top: -8px;
    stroke: var(--text_3);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.filters__item-title:hover {color: var(--text_link_hover);}
.filters__item-title:hover svg {stroke: var(--text_link_hover);}
.filters__item-title:active {color: var(--text_link_active);}
.filters__item-title:active svg {stroke: var(--text_link_active);}
.filters__item-block.active .filters__item-title svg {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}
.filters__item-content {padding:10px 0px;display:none;background-color: var(--color_white);}
.filters__item-content-categories {background-color: transparent;}
.filters__item-content-slider {background-color: transparent;}
.filters__item-content-narrow {max-height:490px;overflow:auto;}

.filters__range {padding-bottom:1rem;}
.filters__range-inputs {display:table;margin-bottom:25px;}
.filters__range-input {display:table-cell;}
.filters__range-input+.filters__range-input {padding-left:15px;}
.filters__range-input input[type="text"] {
    width: 100%; height: 48px;font-size: 18px;
    border:1px solid var(--main_3);
    padding: 0px 10px;
    text-align: center;
    margin-bottom: 0px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.filters__range-submit {padding-left:15px;display:table-cell;}
.filters__submit.active {background:var(--main);color: var(--text_light);}
.filters__submit {
    border: none;
    padding: 0px;
    font-size: 17px;
    font-weight: 500;
    cursor:pointer;
    min-width: 0px !important;
    height: 48px;width: 48px;
    line-height: 48px;
}
.filters__range .ui-slider-horizontal {
    height: 9px;
    background: var(--main_3);
    margin: 0px 14px 0px 12px;
    border-radius: 10px;
}

.filters__range .ui-slider .ui-slider-range {
    height: 10px;
    background: rgba(var(--color_attention_num), 0.5);
    position: relative;
}

.ui-widget.ui-widget-content * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.filters__range .ui-slider-horizontal .ui-slider-handle {
    position: absolute;z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    top: calc(50% - 15px);
    width: 30px;
    height: 30px;
    background: var(--color_attention);
    border-radius: 20px;
    cursor: pointer;
    border: none;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    margin-left: -13px;
}
.filters__range .ui-slider-horizontal .ui-slider-handle:hover{box-shadow: 0px 0px 5px var(--color_attention);}
.filters__range .ui-slider-horizontal .ui-slider-handle:active{box-shadow: 0px 0px 25px var(--color_attention);}
.filters__checkboxes {}
.filters__checkbox {margin-bottom:0.5rem;}
.filters__checkbox label {position:relative;cursor:pointer;}
.filters__checkbox label:not(.label__disabled):hover,
.filters__checkbox label:not(.label__disabled):hover a {color:var(--main);}
.filters__checkbox label.label__disabled .filters__checkbox-inner-text {opacity:0.5;}
.filters__checkbox label.label__disabled {cursor:default;}
.filters__checkbox label.label__disabled {cursor:default;}
.filters__checkbox-inner {display:table;}
.filters__checkbox-inner-checkbox {padding-right:1rem;padding-top:0px;}
.filters__checkbox-inner-text {
    display:table-cell;vertical-align:middle;color:var(--text_3);
    font-weight: 600;font-size: 18px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.filters__checkbox label:not(.label__disabled):hover .filters__checkbox-inner-text {color:var(--text_link_hover);}
.filters__checkbox-inner-text span {color: var(--text_2); padding-left: 5px;}

.filters__checkbox .input_checkbox {display:none;}
.filters__checkbox .input_checkbox:checked+i {background: var(--text_color_1);}
.filters__checkbox .input_checkbox:checked+i:after {left: 11px;}
.filters__checkbox .input_checkbox+i {
    vertical-align: middle;
    background: var(--text_color_3);
    position: relative;
    width: 24px;
    height: 15px;
    display: inline-block;
    border-radius: 50px;
    padding: 1px;
    text-align: left;
    cursor: pointer;
    vertical-align: middle;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.filters__checkbox .input_checkbox[type="checkbox"]+i:after {
    content: '';
    width: 13px;
    height: 13px;
    display: inline-block;
    background: var(--color_white);
    border-radius: 50px;
    position: absolute;
    top: 1px;
    left: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.filters__checkbox .input_checkbox:disabled+i {opacity:0.3;}
.filters__checkbox .input_checkbox[type="checkbox"]:checked+i:after {left: 10px;}

.filters__checkbox .input_checkbox:checked+i:before {display: none !important;}

.filter__selected-items {}
.filter__selected-item {
    background-color: var(--color_dark);
    color: var(--text_color_1);
    display: inline-block;
    padding: 2px 7px 2px 10px;
    margin-right: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 0.9rem;
    vertical-align: middle;
}
.filter__selected-item .material-icons {position: relative;top:-1px;font-size: 1.2rem;vertical-align: middle; color: var(--text_color_1);}

.filters__menu-total {
    position: absolute;
    bottom: 15px; left: 15px;
    width: calc(100% - 30px);
    text-align: center;
}

@media screen and (max-width: 1100px) {
    .filters__top-items nav ul {gap: 10px;}
}
@media screen and (min-width: 992px) {
    .catalog__page-select-filter {display: none;}
    .catalog__page-title .title__page {margin-bottom: 0px;}
    .filters__menu-submit {display: none;}
    .filters__menu-shadow-block {display: none;}
    .filters__menu-total {display: none;}
}
@media screen and (max-width: 991px) {
    .filters__top-block {
        background: transparent;
        border-radius: 0px;
        padding: 0px 0px;
        box-shadow: none;
    }
    .filters__top-items {display: none;}
    .filters__item-block-mobile-hidden {display: none;}
    .filters__menu-block {
        position: fixed;
        top: 0px !important;
        left: 0px;
        width:350px;
        height: 100%;
        bottom: 0px;
        z-index: 1010 !important;
        overflow-x: hidden;
        overflow-y: auto;
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        -webkit-transition: all 0.5s ease-in-out 0s;
        transition: all 0.5s ease-in-out 0s;
        max-height: 100%;
        border: none;
        margin: 0px;
        opacity: 1  !important;
        display: block !important;
    }
    .filters__menu-block.active {
        visibility: visible;
        -webkit-transform: translate3d(0, 0, 0) !important;
        transform: translate3d(0, 0, 0) !important;
    }
    .filters__menu-inner {
        background:var(--color_white);
        position: fixed; z-index: 10;
        top: 0px;left: 0px;
        width:100%;
        height:100%;
    }
    .filters__menu-narrow {
        padding: 50px 0px 90px 0px;
        width:100%;
        overflow:auto;height:100%;
        -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    }
    .filters__menu-content {
        height: 100%;
        width: 100%;
        overflow: auto;
        height: 100%;
    }
    .filters__menu-title {
        position: absolute;
        top: 0px; left: 0px;
        padding: 10px 20px;
        width: 100%;font-size: 24px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .filters__menu-submit {
        position: absolute;
        bottom: 0px;
        padding: 0px 0px;
        left: 0px;
        width: 100%;
        text-align: center;
        display: block;
    }
    .filters__menu-submit .btn {border-radius:0px;}

    .filters__menu-shadow-block {
        display: none;
        position: fixed;
        z-index: 100;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }
    .filters__menu-shadow {
        position: absolute;
        z-index: 1;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        opacity: 0.7;
        background: var(--color_black);
    }
    
    .filters__menu-shadow {overflow: hidden;}
    .filters__menu-show .filters__menu-shadow-block {display: block;}
    .filters__menu-show {overflow: hidden;margin-right: 5px;}
    .filters__menu-show main {}
    .filters__menu-show .catalog__page-filters {z-index: 90;position: relative;}

    .filters__menu-shadow-block .popup__close {
        background: var(--color_white);
        top: 10px;right: 10px;z-index: 10;
    }

    .filters__container {margin-bottom: 0px;box-shadow: none;border-radius:0px;}
    .filters__items {padding:0px 15px;}
    .filters__menu-content-inner {margin: -20px 0px;}
}

@media screen and (max-width: 700px) {
    .filters__top-buttons {display: none;}
    .filters__top-mobile {flex-grow: 1;}
    .filters__top-mobile a {min-width: 0px;white-space: nowrap;}
}
@media screen and (max-width: 410px) {
    .catalog__page-select .input__select {}

    .filters__menu-block {width:calc(100vw - 50px);}
}
@media screen and (max-width: 340px) {
    .filters__menu-shadow-block .popup__close {top: 5px;right: 5px;}
    .filters__menu-block {width:calc(100vw - 40px);}
}

table.comparison__table {border-spacing: 0; border-collapse: collapse;}
table.comparison__table tr {}
table.comparison__table tr td strong {font-weight: bold}
table.comparison__table tr:first-child td {padding-top: 20px;padding-bottom: 20px}
table.comparison__table tr:last-child td {padding-top: 20px;padding-bottom: 20px}
table.comparison__table tfoot tr:first-child td {padding-top: 20px;}
table.comparison__table tr td {
    border-spacing: 0;
    border-collapse: collapse;
    vertical-align: middle;
    padding: 10px 10px;
    border: 1px solid var(--main_3);
}
.comparison__item-price {font-size:20px;font-weight:bold;}
.comparison__item-img {width: 100%;height: 200px;}
.comparison__item-img img {width: 100%;height: 100%;object-fit: contain;}
.comparison__item-buttons>* {white-space:nowrap;}
.comparison__item-buttons>*+* {margin-top: 15px;}

/****************** CATALOG - END *******************/

/****************** PRODUCT *******************/

.product__page-columns {align-items:stretch;}
.product__page-images-block {width:calc(50% - 20px);}
.product__page-images-inner {}

.product__page-info-block {width:calc(50% - 20px);}

.product__page-images-main {position:relative; border:1px solid var(--main_5);flex-grow:1;width:100%;}

.product__page-images-main-inner {position:absolute; top:0px; left:0px; width:100%; height:100%; align-items: stretch;}
.product__page-images-main-link {text-align:center; display: block; flex-grow: 1;}
.product__page-images-main-link img {width:100%; height:100%; max-height:100%; max-width:100%; object-fit:contain;}

.product__page-images-main-labels {position:absolute;left:20px;top:20px;z-index:1;}
.product__page-images-main-labels .product__label {margin-bottom:5px;display: inline-block;}
.product__page-images-main-buttons {position:absolute;z-index:1;right:15px;top:15px;}

.product__page-images-unavailable {transition:opacity .2s ease-in-out;opacity:.5;}
.product__page-images-unavailable:hover {opacity:1;}

.product__page-images-items {margin:20px -10px 0px -10px;width: calc(100% + 20px);justify-content:flex-start;}
.product__page-images-item {width:25%;position: relative;}
.product__page-images-item-narrow {margin:0 10px;width:100%;}
.product__page-images-item-link {
    display:block;padding-top: 100%;position: relative;
    border:1px solid var(--main_5);flex-grow: 1;
    text-align:center;padding-top: 100%;overflow: hidden;
}
.product__page-images-item-link img {width:100%; height:100%; max-height:100%; max-width:100%; object-fit:contain;}
.product__page-images-item-inner {position:absolute;width:100%;height:100%;top:0px;left:0px;}
.product__page-images-item-inner-2 {
    position:absolute;width:100%;height:100%;top:0px;left:0px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.product__page-images-item-link:hover .product__page-images-item-inner-2 {margin:-10px;width:calc(100% + 20px);height:calc(100% + 20px);}
.product__page-images-item-inner-2 svg {
    position:absolute;left:50%;top:50%;
    z-index:10;stroke:var(--color_white);
    margin-top:-20px;margin-left:-20px;
}
.product__page-images-item-image-text {
    width:100%;height:100%;position:absolute;
    background-color:rgba(0,0,0,0.4);justify-content: center;
    top:0;font-size:30px;line-height:75px;
    font-weight:bold;color:var(--text_light);
}


.product__page-info-block {}
.product__page-info-inner>*+* {margin-top: 15px;}

.product__page-top-line {justify-content: flex-start;gap:15px;flex-wrap: wrap;}

.product__page-condition {font-size: 18px;font-weight: bold;}
.condition__1 {color:var(--color_success);}
.condition__0 {color:var(--color_error);}
.condition__2 {color:var(--color_attention);}
.condition__3 {color:var(--color_attention);}

.product__page-rating-line {line-height: 100%;font-size: 18px;font-weight:bold;justify-content: flex-start;gap:7px;cursor:pointer;color: var(--text_3);}
.product__page-rating-line-icon {font-size: 0px;line-height: 100%;}
.product__page-rating-line-icon svg {fill: var(--text_3);stroke: var(--text_3);}

.product__page-top-line-link-block {}
.product__page-top-line-link {white-space: nowrap;line-height: 100%;color:var(--text_3);font-size: 18px;font-weight:bold;}
.product__page-top-line-link svg {vertical-align: middle;stroke: var(--text_3);}
.product__page-top-line-link span {vertical-align: middle;}
.product__page-top-line-link:hover {color:var(--text_link_active);}
.product__page-top-line-link:hover svg {stroke: var(--text_link_active);}
.product__page-top-line-link:active {color:var(--text_link_hover);}
.product__page-top-line-link:active svg {stroke: var(--text_link_hover);}

.product__page-promotion-block {
    line-height:150%;background-color: rgba(var(--color_attention_num), 0.1);
    padding: 15px 20px;font-size: 18px;vertical-align: middle;
}
.product__page-promotion-num {
    display: inline-block;vertical-align: middle;color: var(--text_3);margin: -2px 0px;
    background: var(--color_white);padding: 5px 5px 5px 5px;font-weight: bold;min-width: 25px;text-align: center;
    border-top: 2px solid var(--color_attention);border-radius: 3px;border-bottom: 2px solid transparent;
}
.product__page-promotion-block .product__page-promotion-num:last-child{margin-right:10px;}
.product__page-prices-block {}
.product__page-price-old {font-size: 20px; text-decoration: line-through; color: var(--text_2);}
.product__page-price {font-weight: 900;font-size: 40px;vertical-align: baseline;}
.product__page-price-new {color: var(--color_attention);}
.product__page-prices-line {}
.product__page-prices-line>* {display: inline;vertical-align: baseline;}
.product__page-prices-line>:first-child {display: inline-block;vertical-align: baseline;margin-right: 10px;}
.product__page-prices-line-info {font-size: 18px;color:var(--text_2);}
.product__page-prices-line-info a {vertical-align: baseline;font-weight: bold;}


.product__page-buttons-block {justify-content: flex-start;gap:20px;flex-wrap: wrap;border-bottom: 1px solid var(--main_4);padding-bottom: 15px;align-items: flex-start;}
.product__page-buttons-quantity {width: 200px;}
.cart__quantity-block {font-size: 0;width: 200px;}
.cart__quantity-block {white-space: nowrap;vertical-align: baseline;}
.cart__quantity-block>* {vertical-align: top}
.cart__quantity-block>*+* {margin-left: 10px!important}
.cart__quantity-block .btn {display: inline-block;min-width:0px !important;padding:17px 17px;font-size: 0;line-height: 0;width: auto !important;}
.cart__quantity-block .btn svg {margin-right: 0;stroke: var(--text)}
.cart__quantity-block .input__text {padding-left: 3px;padding-right: 3px;text-align: center;background:transparent;margin-bottom: 0!important;width: 60px!important;}

.product__page-buttons {gap:20px;flex-grow: 1;}
.product__page-buttons .btn {flex-grow:1;min-width:calc(30% - 10px);height: 60px;padding-top:9px;padding-bottom:9px;font-weight:bold;text-transform:none;white-space:nowrap;}
.product__page-buttons .btn svg {margin-right:5px;vertical-align:middle;}
.product__page-buttons-cart-added-icon {display: none;}
.btn.active .product__page-buttons-cart-icon {display: none;}
.btn.active .product__page-buttons-cart-added-icon {display: inline-block;}
.product__page-buttons .btn span {display: inline-block;vertical-align: middle;font-size: 100%;}

@media screen and (max-width:1150px) {.product__page-buttons .btn {width:auto;}}

.product__page-prices-more {}
.product__page-price-more {margin-top:5px;color: var(--text_3);font-weight: bold;font-size: 18px;}
.product__page-price-more-price {color: var(--color_error);}
.product__page-price-more svg {stroke: var(--color_success);vertical-align: middle;display:none;}
.product__page-price-more.active svg {display:inline-block;}

.product__page-price-current {white-space: nowrap;color:var(--text_3);font-size:14px;font-weight:bold;padding-top: 15px;}

.product__page-attributes {font-size:18px;color:var(--text_3);list-style:none;}
.product__page-attributes li {list-style:none;}
.product__page-attributes>*+* {margin-top:10px;}
.product__page-attributes span {color:var(--text_2);}
.product__page-attributes a {color:var(--text_link);font-weight: bold;}
.product__page-attributes a:hover {color:var(--text_link_hover);}
.product__page-attributes a:active {color:var(--text_link_active);}

.product__page-tabs-links {font-size:0;margin:15px 0;border-bottom:2px solid var(--main_4);white-space:nowrap;}
.product__page-tabs-links li {list-style: none;flex-grow: 1;}
.product__page-tabs-links li a span {font-size:0.5em;}
.product__page-tabs-links li a {
    color:var(--text_3);font-weight:bold;top:2px;text-transform: uppercase;
    position:relative;opacity:.8;display:block;
    padding:10px 10px;border-bottom:2px solid transparent;
}
.product__page-tabs-links li a>* {text-align: center;font-size:20px;font-weight:bold;}
.product__page-tabs-links li a:hover {opacity:1;}
.product__page-tabs-links li a.active {color:var(--text_link_active);border-color:var(--text_link_active);opacity:1;}
.product__page-tab {display:none;}

@media screen and (min-width:1101px) {
	.header__fixed:not(.header__hidden)+main .product__page-images-inner {top:150px;height: calc(100svh - 170px);}
	.body__product-page-buy-block-fixed .product__page-images-inner {height: calc(100svh - 120px);}
	.body__product-page-buy-block-fixed .header__fixed:not(.header__hidden)+main .product__page-images-inner {top:150px;height: calc(100svh - 260px);}
}
@media screen and (min-width:992px) {
	.product__page-images-inner {
		position: sticky;top: 10px; height: calc(100svh - 20px); max-height:calc(700px + 25svh);
		flex-direction:column;
		-webkit-transition: height 0.8s ease-in-out;
		-moz-transition: height 0.8s ease-in-out;
		-o-transition: height 0.8s ease-in-out;
		transition: height 0.8s ease-in-out;
	}
	.header__fixed+main .product__page-images-inner {top:150px;height: calc(100svh - 170px);}
	.body__product-page-buy-block-fixed .product__page-images-inner {height: calc(100svh - 120px);}
	.body__product-page-buy-block-fixed .header__fixed+main .product__page-images-inner {top:150px;height: calc(100svh - 260px);}
}
@media screen and (max-width:991px) {
    .product__page-columns {display:block;}
    .product__page-images-block {width:auto;max-width:450px;margin:0 auto 30px auto;}
	
	
	.product__page-images-inner {display:block;}

	.product__page-images-main {padding-top:100%;}

	
    .product__page-info-block {width:auto;margin:0 auto 0 auto;}
    .product__page-tabs-block .horisontal__noscroll {margin:0 -15px;padding:0 15px;}
    .product__page-tabs-block .horisontal__noscroll>* {}
    .product__page-tabs-links li a {border-bottom:2px solid var(--main_4);}
}
@media screen and (max-width:767px) {
    .product__page-images-items {margin: 10px -5px 0px -5px;width: calc(100% + 10px);}
    .product__page-images-item-narrow {margin: 0 5px;}
    .product__page-images-item-image-text {font-size: 20px}
    .product__page-images-main-labels {left: 10px;top: 10px;}
    .product__page-images-main-buttons {right: 5px;top: 5px;}

    .product__page-price {font-size: 30px;}
    .product__page-prices-line-info {display: block;font-size: 16px;}

    .product__page-buttons-block {flex-direction: column;align-items: flex-start;}
    .product__page-buttons {flex-wrap: wrap;flex-grow: 1;width: 100%;}

    .product__page-tabs-links li a {padding:8px 15px;}.product__page-tabs-links li a h2 {font-size:18px;}
}
@media screen and (max-width:480px) {
    .product__page-prices-line-info {font-size: 14px;}
    .product__page-price-line {display:block;}
    .product__page-price-line>* {display:block;}
}

.voting__block {max-width: 250px;margin: 0 auto;font-size: 0;margin-bottom: 20px}
.voting__item {width: 20%;display: inline-block}
.voting__item-image {display: block;position: relative;text-align: center}
.voting__item-image svg {
    fill: var(--text_2);
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.voting__item-image:after {}
.voting__block a.active .voting__item-image svg {fill: var(--color_attention)}
.voting__block:hover .voting__item-image svg,.voting__block a:hover .voting__item-image svg {fill: var(--color_attention)}
.voting__block a:hover ~ a>.voting__item-image>svg {fill: var(--text_2)}

.reviews__items {}
.reviews__item {}
.reviews__item+.reviews__item {margin-top: 20px;}
.reviews__item-narrow {}
.reviews__item-inner {font-size: 18px;border:1px dotted var(--main_5);padding: 20px 30px;}
.reviews__item-inner>*+* {margin-top: 5px;}
.reviews__item-author {font-weight: bold;}
.reviews__item-info-block {}
.reviews__item-rating {white-space:nowrap;}
.reviews__item-date {}
.reviews__item-content {}
.reviews__item-reply {position: relative;}

.reviews__item-answers {padding-left: 30px;margin-top: 15px;}
.reviews__item-answer {font-size: 18px;border:1px dotted var(--main_5);padding: 15px 20px;}
.reviews__item-answer+.reviews__item-answer {margin-top: 10px;}
.reviews__item-answer>*+* {margin-top: 5px;}
.reviews__item-author {font-weight: bold;}
.reviews__item-answer-content {}

.product__page-buy-wrapper {min-height:101px;}
.product__page-buy-block {
    position:relative; width:100%; bottom:0px; left:0px; z-index:10;
    background-color:var(--color_white);padding: 10px 0px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.10);
}
.product__page-buy-block-fixed {position: fixed;bottom: 0;left: 0;width: calc(100% - 5px);z-index: 10;}
.product__page-buy {gap:30px;}
.product__page-buy-image {height: 80px;width: 80px;min-width: 80px;overflow: hidden;}
.product__page-buy-content {flex-grow: 1;}
.product__page-buy-name {
    font-size: 20px;font-weight: 900;line-height:100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.product__page-buy-prices {justify-content: flex-start;gap:10px;}

.product__page-buy-price {font-size: 24px; font-weight:900;color: var(--text);}
.product__page-buy-price-new {font-size: 24px; font-weight:900;color: var(--color_attention);}
.product__page-buy-price-old {font-size: 20px; text-decoration: line-through; color: var(--text_2);}
.product__page-buy-button {}
.product__page-buy-button .btn {white-space: nowrap;}
.product__page-buy-button .btn svg {margin: -10px 0px;}
.product__page-buy-button .btn svg+svg {display: none;}
.product__page-buy-button .btn.active svg {display: none;}
.product__page-buy-button .btn.active svg+svg {display: inline-block;}
.product__page-buy-button .btn span {margin-left: 10px;display: inline-block;}

@media screen and (max-width: 767px) {
    .product__page-buy-block-fixed {position:fixed;bottom:64px;}
    .product__page-group-trip {padding: 30px 35px;}
    .product__page-group-trip-list ul li {width: 50%;}
    .product__page-buy-wrapper {min-height:80px;}
    
    .product__page-buy {gap: 10px;}
    .product__page-buy-image {height: 60px;width: 60px;min-width: 60px;}
    .product__page-buy-name {
        font-size: 14px;font-weight: bold;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        overflow: hidden;padding-bottom: 5px;
    }
    .product__page-buy-button .btn {border-radius:5px;}
    .product__page-buy-button .btn svg {margin: -10px -8px;}
    .product__page-buy-button .btn span {display: none;}

    .product__page-buy-price, .product__page-buy-price-new {font-size: 20px;}
    .product__page-buy-price-old {font-size: 18px;}
}

@media screen and (max-width: 640px) {
    .product__page-group-trip {padding: 20px 20px;}
    .product__page-group-trip-list ul li {width: auto;font-size:18px;}
    .product__page-group-trip-top-subtitle {font-size:18px;}
    .product__page-group-trip-bottom-subtitle {text-align:center;font-size:18px;}
}
@media screen and (max-width: 600px) {
    .product__page-group-trip .btn {width: 100%;}
}

@media screen and (max-width: 400px) {
	.product__page-buy-price {font-size: 18px;}
	.product__page-buy-price-new {font-size: 18px;}
	.product__page-buy-price-old {display:none;}
}

/****************** PRODUCT - END *******************/

/****************** CART *******************/

.popup__cart-items-wrapper, .popup__cart-items-wrapper-empty {display:none;}
.popup__cart-items-wrapper-empty {text-align: center; padding: 50px 20px;}
.popup__cart-items-empty-title {font-size: 22px;font-weight: bold;}
.popup__cart-items-empty-text {font-size: 18px;}
.popup__cart-items {}
.popup__cart-item {}
.popup__cart-item+.popup__cart-item {margin-top: 15px;}
.popup__cart-item-top {align-items: flex-start;gap:15px;}
.popup__cart-item-image {width: 60px; height: 60px; min-width: 60px; margin-top: 5px;}
.popup__cart-item-name-block {flex-grow: 1;}
.popup__cart-item-name {font-size: 18px;}
.popup__cart-item-name a {}
.popup__cart-item-prices {font-size: 14px;gap:5px;justify-content: flex-start;font-weight: bold;flex-wrap: wrap;}
.popup__cart-item-price {color:var(--text_3);}
.popup__cart-item-price-new {color: var(--color_attention);}
.popup__cart-item-price-old {text-decoration: line-through;color: var(--text_2);}
.popup__cart-item-delete {padding: 0px;width: 50px;min-width: 50px;height: 50px;line-height: 50px;border-radius: 5px;}
.popup__cart-item-delete:hover {background-color: transparent;border-color: transparent;}
.popup__cart-item-delete:hover {background-color: var(--btn_secondary_hover);border-color: var(--btn_secondary_hover);}
.popup__cart-item-delete:active {background-color: var(--btn_secondary_active);border-color: var(--btn_secondary_active);}
.popup__cart-item-delete svg {vertical-align: middle;position: relative;top: -2px;stroke: var(--text);}
.popup__cart-item-delete:hover svg {stroke: var(--btn_secondary_text);}
.popup__cart-item-delete:active svg {stroke: var(--btn_secondary_text);}
.popup__cart-item-bottom {margin-top: 10px;gap:10px;flex-wrap: wrap;}
.popup__cart-item-total {font-size: 20px;font-weight: bold;}
.popup__cart-item-total span {}
.popup__cart-total {}
.popup__cart-item-quantity {}

.popup__cart-price-old {font-size:18px;color: var(--text_color_3);text-decoration: line-through;}
.popup__cart-price {font-size:26px;font-weight:bold;color:var(--text_color_5);}
.popup__cart-total-quantity {font-size:18px;}

.popup__cart-item .cart__quantity-block {font-size:0px;width:180px;}
.popup__cart-item .cart__quantity-block .btn {padding: 8px 8px;font-size: 0px;line-height: 0px;}
.popup__cart-item .cart__quantity-block .input__text {text-align:center;margin-bottom: 0px !important;width: 60px !important;height:50px;}

.cart__popup-items-empty {text-align:center;padding:50px 20px;}
.cart__popup-items-empty-title {font-size:22px;font-weight:bold;}
.cart__popup-items-empty-text {font-size:18px;}

@media screen and (max-width: 640px) {
    .popup__cart-item-total {margin-bottom:10px;}
}

.popup__cart-link-catalog {line-height: 100%;margin-top: 15px;font-size: 18px;font-weight: bold;}

.popup__cart-bottom-wrapper {
    position: sticky; bottom: 0px;padding-bottom: 20px;
    background: var(--color_white);
}
.popup__cart-bottom-info {margin: 15px -20px 0px -20px;border-top: 2px solid var(--main_4);padding: 5px 20px 15px 20px;}
.popup__cart-bottom-info>* {margin-top: 10px;}
.popup__cart-bottom-min-order {color: var(--color_error);align-items: flex-start;}
.popup__cart-bottom-min-order *+* {white-space: nowrap;}
.popup__cart-bottom-total-block {white-space: nowrap;gap:10px;align-items: flex-end;}
.popup__cart-bottom-total-label {font-size: 20px;font-weight: 900;flex-grow: 1;}
.popup__cart-bottom-total-old {font-weight: bold;font-size: 16px;text-decoration: line-through;color: var(--text_2);}
.popup__cart-bottom-total {font-size: 20px;font-weight: 900;}

@media screen and (max-width: 640px) {
    .popup__cart-bottom-total-block {
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

.checkout__page-products-wrapper {margin-bottom: 30px;}
.checkout__page-products {}
.checkout__page-products {font-size: 18px;min-width: 100%;display: table;}
.checkout__page-products-item {}
.checkout__page-products-item>* {padding: 10px 0px;display: table-cell;}
.checkout__page-products-item>*+* {padding-left: 20px;}

.checkout__page-products-name {}
.checkout__page-products-info {white-space: nowrap;text-align:right;}
.checkout__page-products-price-old {text-decoration: line-through;}
.checkout__page-products-price {font-weight: bold;}
.checkout__page-products-total {font-weight: 900;text-align: right;white-space: nowrap;}

.checkout__page-products-total-line {font-size: 20px;font-weight: 900;white-space: nowrap;}
.checkout__page-products-total-info {font-size: 20px;font-weight: 900;}
.checkout__page-products-total-quantity {font-size: 20px;font-weight: 900;text-align: right;}
.checkout__page-products-total-sum {font-size: 20px;font-weight: 900;text-align: right;}

@media screen and (min-width: 641px) {
    .checkout__page-products-total-line>* {border-top: 2px solid var(--main_4);}
    .checkout__page-products-item {display: table-row;}
}
@media screen and (max-width: 640px) {
    .checkout__page-products {display: block;}
    .checkout__page-products-item {gap:10px;flex-wrap: wrap;}
    .checkout__page-products-item+.checkout__page-products-item {margin-top: 15px;}
    .checkout__page-products-item>* {display: block;padding: 0px 0px;}
    .checkout__page-products-item>*+* {padding-left: 0px;}
    .checkout__page-products-name {flex-grow:1;width:100%;}
    .checkout__page-products-total-line {border-top: 2px solid var(--main_4);}
    .checkout__page-products-total-info {flex-grow:1;width:100%;}
    .checkout__page-products-total {text-align: left;}
}

.checkout__blocks {}
.checkout__block {}
.checkout__block+.checkout__block {margin-top: 20px;}

.checkout__order-min-info {border:3px solid var(--color_error);color:var(--color_error);padding:20px 30px;margin-bottom:15px;}
.checkout__order-min-info-inner {gap:30px;}
.checkout__order-min-info-text-block {gap:10px;}
.checkout__order-min-info-text-block svg {stroke:var(--color_error);}
.checkout__order-min-info-text {font-size:20px;font-weight:bold;}
.checkout__order-min-info-button {}

.promocode__link-show {color: var(--text_2); font-weight: 600;font-weight: 18px;}

.order__page-container {max-width:900px;margin:0px auto;}
.order__page-head-info {}
.order__page-title {
    position: relative;justify-content: flex-start;flex-wrap: wrap;
    gap: 15px;background: var(--main_3);padding: 10px 45px 10px 20px;
    cursor: pointer;font-size: 19px;
}
.order__page.active .order__page-title {background: linear-gradient(to bottom, var(--main_3) 0%, var(--color_white) 100%);}
.order__page-number {color: var(--text_2);}
.order__page-date {}
.order__page-status {font-weight: bold;}
.order__page-sum {}
.order__page-title svg {position: absolute;right:20px;top:50%;margin-top: -12px;fill: var(--main);stroke: var(--main);}
.order__page:not(.active) .order__page-title svg {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.order__page-content {display: none;}
.order__page-content-inner {padding: 10px 15px 0px 15px;}
.order__page-ttn {margin-bottom: 5px;}
.order__page-ttn a {font-size: 18px;color: var(--text);}
.order__page-ttn a span {vertical-align: middle;font-weight: bold;}
.order__page-ttn a svg {vertical-align: middle;}
.order__page-ttn a:hover {color: var(--text_link_hover);}
.order__page-ttn a:hover svg {stroke: var(--text_link_hover);}
.order__page-ttn a:active {color: var(--text_link_active);}
.order__page-ttn a:active svg {stroke: var(--text_link_active);}

.order__page-products-wrapper {margin: 30px 0px;} 
.order__page-products {}
.order__page-products {border-top: 2px solid var(--main_4);font-size: 18px;min-width: 100%;display: table;}
.order__page-products-item {}
.order__page-products-item>* {padding: 20px 0px;display: table-cell;}
.order__page-products-item>*+* {padding-left: 20px;}

.order__page-products-name {}
.order__page-products-info {white-space: nowrap;text-align:right;}
.order__page-products-price-old {text-decoration: line-through;}
.order__page-products-price {font-weight: bold;}
.order__page-products-total {font-weight: 900;text-align: right;white-space: nowrap;}

.order__page-products-total-line {font-size: 20px;font-weight: 900;white-space: nowrap;}
.order__page-products-total-info {font-size: 20px;font-weight: 900;}
.order__page-products-total-quantity {font-size: 20px;font-weight: 900;text-align: right;}
.order__page-products-total-sum {font-size: 20px;font-weight: 900;text-align: right;}

@media screen and (min-width: 641px) {
    .order__page-products-total-line>* {border-top: 2px solid var(--main_4);}
    .order__page-products-item {display: table-row;}
}
@media screen and (max-width: 640px) {
    .order__page-products {display: block;}
    .order__page-products-item {gap:10px;flex-wrap: wrap;}
    .order__page-products-item+.order__page-products-item {margin-top: 15px;}
    .order__page-products-item>* {display: block;padding: 0px 0px;}
    .order__page-products-item>*+* {padding-left: 0px;}
    .order__page-products-name {flex-grow:1;width:100%;}
    .order__page-products-total-line {border-top: 2px solid var(--main_4);}
    .order__page-products-total-info {flex-grow:1;width:100%;}
    .order__page-products-total {text-align: left;}
}

.orders__page-title {font-size:18px;font-weight:bold;padding-bottom:10px;}
.orders__page-info {margin-bottom:10px;font-size:18px;}
.orders__page-info-table {}
.orders__page-info-table tr {}
.orders__page-info-table tr td {border:none;}
.orders__page-info-table tr td:first-child {color:var(--text_2);}
.orders__page-info-table tr td+td {padding-left:15px;}
.orders__page-info-table tr+tr td {padding-top:5px;}

.orders__page-callback-info {gap:5px;margin-bottom:10px;justify-content:flex-start;font-size:18px;}
.orders__page-callback-info svg {}
.orders__page-callback-info span {}

/****************** CART - END *******************/

/****************** CABINET *******************/

.cabinet__page {padding: 30px 0px;}

.cabinet__sidebar {float: left;width: 220px;}
.cabinet__sidebar-inner {}
.cabinet__content {margin-left: 250px;}
.cabinet__content-inner {}
.cabinet__title-block {}
.cabinet__menu-title {font-size: 24px; font-weight: bold; color: var(--text);margin-bottom: 15px;display: none;}

.cabinet__menu-wrapper {}
.cabinet__menu {}
.cabinet__menu nav {}
.cabinet__menu ul {}
.cabinet__menu ul li {list-style: none;}
.cabinet__menu ul li a {
    position: relative; display: block;
    color: var(--text);
    font-size: 18px; font-weight: bold;
    padding: 12px 15px 12px 55px;
}
.cabinet__menu-text {}

.cabinet__menu-mobile {
    position: relative;color: var(--text);
    display: block;font-size: 20px;
    padding: 15px 50px 15px 55px;
    border-radius: 8px;
    background-color: var(--color_white);
    box-shadow: 4px 4px 15px 0px rgba(0, 0, 0, 0.10);
}
.cabinet__menu-icon {position: absolute;left:15px;top:50%;margin-top: -15px;font-size: 0px;}
.cabinet__menu-icon svg {stroke:var(--color_black);}
.cabinet__menu-arrow {
    position: absolute; font-size: 0;
    top: 50%; margin-top: -12px;
    display: inline-block; right:10px;
    width: 24px; height: 24px;
}
.cabinet__menu-mobile .cabinet__menu-arrow {
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    font-size: 0px;
    line-height: 0px;
    right: 15px;
}
.cabinet__menu-wrapper.active .cabinet__menu-mobile .cabinet__menu-arrow {
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    right: 15px;
}

.cabinet__content-title {}

.cabinet__container {max-width:900px;}

.cabinet__orders {margin-bottom:25px;}
.cabinet__orders-item {}
.cabinet__orders-item+.cabinet__orders-item {margin-top: 20px;}
.cabinet__orders-item-title {
    position: relative;justify-content: flex-start;flex-wrap: wrap;
    gap: 15px;background: var(--main_3);padding: 10px 45px 10px 20px;
    cursor: pointer;font-size: 19px;
}
.cabinet__orders-item.active .cabinet__orders-item-title {background: linear-gradient(to bottom, var(--main_3) 0%, var(--color_white) 100%);}
.cabinet__orders-item-number {color: var(--text_2);}
.cabinet__orders-item-date {}
.cabinet__orders-item-status {font-weight: bold;}
.cabinet__orders-item-sum {}
.cabinet__orders-item-title svg {position: absolute;right:20px;top:50%;margin-top: -12px;fill: var(--main);stroke: var(--main);}
.cabinet__orders-item:not(.active) .cabinet__orders-item-title svg {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cabinet__orders-item-content {display: none;}
.cabinet__orders-item-content-inner {padding: 10px 15px 0px 15px;}
.cabinet__orders-item-ttn {margin-bottom: 5px;}
.cabinet__orders-item-ttn a {font-size: 18px;color: var(--text);}
.cabinet__orders-item-ttn a span {vertical-align: middle;font-weight: bold;}
.cabinet__orders-item-ttn a svg {vertical-align: middle;}
.cabinet__orders-item-ttn a:hover {color: var(--text_link_hover);}
.cabinet__orders-item-ttn a:hover svg {stroke: var(--text_link_hover);}
.cabinet__orders-item-ttn a:active {color: var(--text_link_active);}
.cabinet__orders-item-ttn a:active svg {stroke: var(--text_link_active);}

@media (min-width:992px) {
    .cabinet__sidebar {position: sticky;top: 0;}
    .cabinet__menu-exit {position: absolute;bottom: 0;width: 100%}
}
@media (max-width:1050px) {
    .cabinet__sidebar {width: 250px}
    .cabinet__content {margin-left: 270px}
}
.cabinet__menu ul li.current a {font-weight: bold;color: var(--text_link_hover);}
.cabinet__menu ul li.current a .cabinet__menu-icon svg {stroke: var(--text_link_hover);}
@media (min-width:992px) {
    .cabinet__menu ul li a:hover {background-color: var(--main_4);}
    .cabinet__menu ul li a:hover, .cabinet__menu ul li.current a {color: var(--text_link_hover);}
    .cabinet__menu ul li.current a .cabinet__menu-icon svg,
    .cabinet__menu ul li a:hover .cabinet__menu-icon svg {stroke: var(--text_link_hover);}


    .cabinet__menu ul li a:hover {text-decoration: none;}

    .cabinet__menu-mobile {display: none;}
}
@media (max-width:991px) {
    .cabinet__sidebar {float: none;width: auto;height: auto !important;}
    .cabinet__content {margin-left: 0;}
    .cabinet__menu-wrapper {margin-bottom: 20px;position: relative;}
    .cabinet__menu {
        border-radius: 0 0 10px 10px;
        border-top: 1px solid var(--color_gray_8);
        width: 100%;
        background-color: var(--color_white);
        position: absolute;
        z-index: -1;
        top: 100%;
        left: 0;
        visibility: hidden;
        opacity: 0;
        margin-top: -10px;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .cabinet__menu-mobile {
        z-index: 110;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
    .cabinet__menu-wrapper.active .cabinet__menu-mobile {border-radius: 10px 10px 0 0;}

    .cabinet__menu-wrapper.active .cabinet__menu {
        opacity: 1;
        margin-top: 0;
        z-index: 110;
        visibility: visible
    }
    .cabinet__menu ul li a {font-size:18px;font-weight:normal;border-radius: 0;}
    .cabinet__menu-shadow {
        z-index: -1;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .3);
        height: 100%;
        width: 100%;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .cabinet__menu-wrapper.active+.cabinet__menu-shadow {
        opacity: 1;
        z-index: 101;
        visibility: visible
    }

    .cabinet__menu-arrow {
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

    .cabinet__menu-exit {
        border-top: 1px solid var(--color_gray_8)
    }

    .cabinet__sidebar-inner:hover {
        z-index: 150;
        position: relative
    }

    .cabinet__content .cabinet__container {
        max-width: none
    }
}

/****************** CABINET - END *******************/

/****************** FOOTER *******************/

footer {
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
    background-color: var(--footer_bg);
}

.footer__bg {
    opacity: 1;width: 100%;height: 100%;
    background: var(--color_black);
    position: absolute;
    top: 0px;left: 0px;
}
.footer__bottom {padding-bottom: 90vh;}

.footer__wrapper {padding: 50px 0px 60px 0px;}
.footer__wrapper:not(.footer__wrapper-bg) {background-color: var(--body_bg_2);}
.footer__wrapper-bg {padding: 50px 0px 60px 0px;color: var(--text_light);position: relative;z-index: 1;}
.footer {}
.footer__blocks {align-items: flex-start;margin: 0px -15px;}
.footer__blocks-item {width:33.3333%;}
.footer__blocks-item-inner {margin: 0px 15px;max-width: 400px;}
.footer__blocks-item-inner>*+* {margin-top: 20px;}
.footer__logo {display: inline-block;margin-bottom: 20px;}
.footer__logo img {width: 160px;}
.footer__blocks-item-title {text-transform: uppercase;font-weight: 800;margin-bottom: 20px;}

.footer__info-wrapper {}
.footer__info-wrapper>*+* {margin-top: 20px;}

.footer__menu {}
.footer__menu ul {list-style: none;}
.footer__menu ul li {}
.footer__menu li+li {margin-top: 10px;}
.footer__menu ul li a {color:var(--text_link);font-size: 18px;}
.footer__wrapper-bg .footer__menu ul li a {color:var(--text_light);}
.footer__menu ul li.current a,
.footer__menu ul li a:active {color: var(--text_link_active);}
.footer__menu ul li a:hover {color: var(--text_link_hover);}

.footer__blocks-item-text {}
.footer__blocks-item-button {}

.socials__items-mobile {margin: 25px 0px;}
.socials__items ul {flex-wrap: wrap;gap:10px;margin-bottom: -10px;}
.socials__items-mobile.socials__items ul {justify-content: center;}
.socials__items-narrow ul {justify-content: flex-start;}
.socials__items ul {}
.socials__items ul li {list-style: none;margin-bottom: 10px;font-size: 0px;}
.socials__items ul li a {display: inline-block;vertical-align: middle;text-align: center;}
.socials__items ul li a svg {fill:var(--text);stroke:var(--text);}
.socials__items ul li a:hover svg {fill:var(--main);stroke:var(--main);}
.socials__items ul li a:active svg {fill:var(--main);stroke:var(--main);}
.socials__items-white ul li a svg,
.socials__items-white ul li a:visited svg,
.socials__items-white ul li a:link svg {fill:var(--text_light);stroke:var(--text_light);}
.socials__items-white ul li a:hover svg {fill:var(--text_link_hover);stroke:var(--text_link_hover);}
.socials__items-white ul li a:active svg {fill:var(--text_link_active);stroke:var(--text_link_active);}

.copyright__wrapper {padding: 10px 0px;position: relative;z-index: 1;}
.copyright__wrapper:not(.copyright__wrapper-bg) {background-color: var(--body_bg_3);}
.copyright__wrapper-bg {color: var(--text_light);}
.copyright__wrapper-2 {padding: 15px 0px;color: var(--text);position: relative;z-index: 1;background-color: var(--main_4);}

.copyright__content {}
.copyright {}
.developers {}

@supports ( -webkit-touch-callout : none) {
	footer {background-attachment:scroll;}
}
@supports not ( -webkit-touch-callout : none) {
	footer {background-attachment: fixed;}
}

@media screen and (max-width: 990px) {
    .footer__menu {display: inline-block;min-width: 240px;}
}
@media screen and (max-width: 767px) {
    footer:not(.footer__checkout) {padding-bottom: 61px;}
    .footer__blocks {flex-wrap: wrap;}
    .footer__blocks-item {flex: 0 0 50%;text-align: center;}
    .footer__blocks-item:nth-child(n+3) {margin-top: 30px;}
}
@media screen and (max-width: 640px) {
    .footer__wrapper {padding: 30px 0px;}
    .footer__blocks {display: block;}
    .footer__blocks-item {width:auto;text-align: center;}
    .footer__blocks-item-inner {max-width: 300px;margin: 0px auto;}
    .footer__blocks-item:nth-child(n+2) {margin-top: 30px;}
    .footer__logo {margin-top: 0px;}
}

.qwerme svg path {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.qwerme svg .qwerme-1 {fill:#000000;}
.qwerme svg .qwerme-2 {fill:#c90000;}
.copyright__wrapper-bg .qwerme svg .qwerme-1 {fill:#ffffff;}
.copyright__wrapper-bg .qwerme svg .qwerme-2 {fill:#c90000;}
.copyright__wrapper-2 .qwerme svg .qwerme-1 {fill:#000000;}
.copyright__wrapper-2 .qwerme svg .qwerme-2 {fill:#c90000;}


.fixed__buttons {position: fixed; bottom: 15px; right: 15px; z-index: 15;}
.fixed__buttons-products {bottom: 115px;}
.fixed__buttons ul {}
.fixed__buttons ul li {list-style: none;}
.fixed__buttons ul li+li .fixed__button,
.fixed__buttons ul li+li .btn {margin-top: 15px;}
.fixed__button {
    display: block;height: 48px;width: 48px;
    text-align: center; line-height: 48px;
    position: relative;border-radius: 48px;
    background: var(--main_4); font-size:0px;
    border:none; outline: none; cursor: pointer;
    box-shadow: 0 5px 14.25px 0.75px rgba(0, 0, 0, 0.2);
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out;
    -o-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out;
}
.fixed__button svg {stroke: var(--text);fill: var(--text);}
.fixed__button:hover {background: var(--main_5);}
.fixed__button:hover svg {stroke: var(--text_link_hover);fill: var(--text_link_hover);}
.fixed__button-up {background-color: var(--color_black);}
.fixed__button-up svg {stroke: var(--text_light);fill: var(--text_light);}
.fixed__button-up svg {
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.fixed__button * {vertical-align: middle;}

@media screen and (max-width: 767px) {
   .fixed__buttons {bottom: 75px;}
   .fixed__buttons-products {bottom: 160px;}
}

/****************** FOOTER - END *******************/

/****************** BREADCRUMBS ++ *******************/

.breadcrumbs__wrapper {margin:0 -15px;padding:0 15px}
.breadcrumbs {margin:0px 0 0px 0;line-height:130%}
.cabinet__content .breadcrumbs {margin-bottom:10px;}
.breadcrumbs ul {display:flex;align-items:center}
.breadcrumbs ul li {white-space:nowrap;margin-right:10px;display:flex;align-items:center;color:var(--text_3);font-weight: bold;}
.breadcrumbs ul li:last-child {padding-right:15px}
.breadcrumbs ul li a {color:var(--text_3);display:inline-block;font-size:0;line-height:100%}
.breadcrumbs ul li a span {font-size:18px;}
.breadcrumbs ul li a:hover {color:var(--text_link_hover)}
.breadcrumbs ul li>span {display:inline-block;margin-left:10px}
.breadcrumbs ul li:last-child a, .breadcrumbs ul li:last-child a:hover {color:var(--text_2);cursor:default}
.breadcrumbs ul li:last-child>span {display:none}

/****************** BREADCRUMBS - END *******************/

/****************** PAGINATION ++ *******************/

.pagination__load-wrapper {margin-top: 0px;}
.pagination__load-wrapper .btn {padding: 40px 20px;font-size: 24px;}
.pagination {text-align:center;}
.pagination__top {padding-bottom:30px;}
.pagination__bottom {padding-top:30px;}
.pagination ul {font-size:0px;}
.pagination ul li {display:inline-block;padding:5px;height: auto;}
.pagination li.active {background:transparent;}
.pagination ul li a, .pagination ul li strong, .pagination ul li span {
    color: var(--text);text-decoration:none;
    font-size:30px; display:block;text-align: center;
    width:60px; height:60px;border:1px solid transparent;
    line-height:60px;font-weight: bold;
}
.pagination ul li a:hover {background-color:var(--main_2);border-color:var(--main_2);color:var(--text_light);text-decoration:none;}
.pagination ul li strong, .pagination ul li span, .pagination ul li.active a, .pagination ul li a.active {
    background-color:rgba(var(--main_4_num), 0.3);color: var(--text_light_3);border-color:transparent;cursor:default;font-weight: normal;
}
@media screen and (max-width: 1100px) {
    .pagination ul li a, .pagination ul li strong, .pagination ul li span {width:50px;height:50px;line-height:50px;font-size:28px;}
}
@media screen and (min-width: 992px) {
    .pagination__left-desktop {text-align: left;}
}
@media screen and (max-width: 991px) {
    .pagination__load-wrapper .btn {padding: 30px 20px;}
    .pagination ul li a, .pagination ul li strong, .pagination ul li span {width:45px;height:45px;line-height:45px;font-size:24px;}
}
@media screen and (max-width: 640px) {
    .pagination__load-wrapper .btn {padding: 20px 20px;}
    .pagination ul li a, .pagination ul li strong, .pagination ul li span {width:40px;height:40px;line-height:40px;}
}

/****************** PAGINATION - END *******************/

/****************** POP_UP_WINDOW ++ *******************/

html.popup__html {overflow:hidden;}
.popup__window {
    display: flex;position: fixed;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 200; visibility: visible;
    transition: opacity 0.5s, visibility 0.5s;
}
.popup__window-left {align-items: flex-start;}
.popup__window-right {align-items: flex-end;}
.popup__window[aria-hidden="true"] {opacity: 0; visibility: hidden; pointer-events: none;}
.popup__overlay {
    position: absolute; z-index: -1;
    top: 0; left: 0; right: 0; bottom: 0;
    background: #02000e; opacity: 0.5;
}

.popup__header-draggable {width: auto;padding: 15px 15px 15px 15px;cursor: grab;}
.popup__header-draggable-thumb {width: 40px; height: 6px;background: var(--main_6);border-radius: 5px;margin: 0px auto;}
.popup__header-draggable-title {text-align: center; margin-top: 10px; margin-bottom: 0px; user-select: none;}

.popup__window[aria-hidden="true"] .popup__content {transform: translateY(100%);}
.popup__content {
    display: flex;
    flex-direction: column;
    border-radius: 15px 15px 0 0;
    background: var(--color_white);
    overflow-y: hidden;
    --default-transitions: transform 0.5s, border-radius 0.5s;
    transition: var(--default-transitions);
    transform: translateY(0);
    max-width: 70rem; min-width: 500px; max-height: 100vh;
    box-sizing: border-box;
}
.popup__content-wide {max-width: 680px;min-width: 680px;}
.popup__content-narrow {max-width: 420px;min-width: 420px;}
.popup__content:not(.not-selectable) {transition: var(--default-transitions), height 0.5s;}
.popup__content-fullscreen {border-radius: 0px;}
.popup__content-fullscreen-fixed {border-radius: 0px;height:100svh;}

.popup__body {
    flex-grow: 1; height: 100%;
    display: flex; flex-direction: column;
    overflow-y: auto; gap: 15px;
    padding: 0px 20px; box-sizing: border-box;
}
.popup__body-wide {padding: 0px 0px;}
.popup__body-inner {flex-grow: 1; width: 100%;align-items: flex-start;}
.popup__body-title {text-align: center;margin-bottom: 10px;font-weight: 900;font-size: 18px;position: sticky;top: 0px;background: var(--color_white);z-index: 1;padding-bottom: 5px;}
.popup__body-subtitle {text-align: center;margin-bottom: 15px;}
.popup__body-title+.popup__body-subtitle {margin-top: -10px;margin-bottom: 20px;}

.popup__footer {padding:15px 15px; text-align: center;border-top:2px solid var(--main_5);}
.popup__footer-close {padding:15px 15px;margin:-15px -15px;display: block;font-size: 0px;width:100%;background-color:transparent;border:none;width: calc(100% + 30px);cursor:pointer;}
.popup__footer-close:hover {background-color: var(--btn_secondary_hover);}
.popup__footer-close:active {background-color: var(--btn_secondary_active);}
.popup__footer-close svg {stroke: var(--text_2);}
.popup__footer-close:hover svg {stroke: var(--btn_secondary_text_hover);}
.popup__footer-close:active svg {stroke: var(--btn_secondary_text_active);}

.popup__footer-with-btn {padding:0px 2px;}
.popup__footer-with-btn .btn {border-radius: 0px;}

@media screen and (max-width: 500px) {
    .popup__content {min-width: 100%;}
}

.popup__menu-contacts {width:100%;}
.popup__menu-contacts ul {}
.popup__menu-contacts ul li {list-style: none;}
.popup__menu-contacts ul li a {color:var(--text); padding: 6px 20px;margin: 0px -20px; min-height:34px;line-height:120%;font-size:18px;}
.popup__menu-contacts ul li a:not(.flex__block) {display:block; line-height: 34px;}
.popup__menu-contacts ul li a:hover {color:var(--text_link_hover); background: var(--main_4);}
.popup__menu-contacts ul li a.flex__block {gap:15px;}
.popup__menu-contacts ul li a.flex__block svg+* {flex-grow:1;}
.popup__menu-contacts ul li a svg {stroke:var(--text);fill:var(--text);}
.popup__menu-contacts ul li a:hover svg {stroke:var(--text_link_hover); stroke: var(--text_link_hover);}
.popup__menu-contacts ul li a>* {vertical-align: middle;}

.popup__body-text {line-height: 150%;}
.popup__body-text a {color: var(--main);}
.popup__body-text a:hover {text-decoration: underline;}

.popup__body-items {padding-bottom: 20px;}
.popup__body-item {}
.popup__body-item+.popup__body-item {margin-top: 20px;}
.popup__icon-success {stroke: var(--color_success);}

.popup__catalog-link-block {}
.popup__catalog-link-block a {padding: 8px 10px 8px 5px;color:var(--text);font-size: 18px;}
.popup__catalog-link-block a svg {stroke:var(--text);fill:var(--text);stroke-width: 1.5px;}
.popup__catalog-link-block a span {flex-grow: 1;display: block;padding: 0px 17px;font-weight: bold;}
.popup__catalog-link-block a:hover {
    text-decoration: none;
    background-color: var(--main_4);
    color: var(--text_link_hover) !important;
}
.popup__catalog-link-block a:hover svg {stroke:var(--text_link_hover);fill:var(--text_link_hover);}

.popup__login-links {}
.popup__login-link-item a {text-align: left;}
.popup__login-link-item {margin-bottom: 15px;}

.popup__body-bottom-links {gap:20px;margin: 15px 0px 5px 0px;}
.popup__body-bottom-links a {font-weight: bold;}

/****************** POP_UP_WINDOW - END *******************/