@font-face {
	font-family: 'Gotham Pro';
	src: url('../../font/GothamPro/GothamPro.eot');
	src: local('Gotham Pro'), local('GothamPro'),
		url('../../font/GothamPro/GothamPro.eot?#iefix') format('embedded-opentype'),
		url('../../font/GothamPro/GothamPro.woff') format('woff'),
		url('../../font/GothamPro/GothamPro.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../../font/GothamPro/GothamPro-Medium.eot');
	src: local('Gotham Pro Medium'), local('GothamPro-Medium'),
		url('../../font/GothamPro/GothamPro-Medium.eot?#iefix') format('embedded-opentype'),
		url('../../font/GothamPro/GothamPro-Medium.woff') format('woff'),
		url('../../font/GothamPro/GothamPro-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('../../font/GothamPro/GothamPro-Bold.eot');
	src: local('Gotham Pro Bold'), local('GothamPro-Bold'),
		url('../../font/GothamPro/GothamPro-Bold.eot?#iefix') format('embedded-opentype'),
		url('../../font/GothamPro/GothamPro-Bold.woff') format('woff'),
		url('../../font/GothamPro/GothamPro-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

body {
    color: #5b5b5b;
    font-family: 'Gotham Pro';
    font-size: 1em;
}

input:-webkit-autofill,
input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
}

img {
    max-width: 100%;
    height: initial !important;
}

.container {
    max-width: 1680px;
}

.bg-orto {
    background: #ff6666;
}

.contacs__list-wrap .dropdown-item:focus,
.contacs__list-wrap .dropdown-item:hover {
    color: #ffffff;
    background-color: #ff6666;
}

.city-chooser span {
    border-bottom: 1px dashed #000;
    padding-bottom: 2px;
}

.city-chooser span:hover,
.city-chooser span:focus {
    color: #ff6666;
    border-bottom: 1px solid #ff6666;
}

.dropdown-item.sel {
    color: #ff6666;
}

.text-orto {
    color: #ff6666;
}

.bg-delivery {
    background: #f8f3ed;
}

.main_menu {
    background: #44b3e3;
}

.bg-blue {
    background: #44b3e3 
}

.btn-orto {
    background: #df4c4c;
    border: 1px solid #df4c4c;
    color: #fff;
}

.header__btn-catalog {
    background: #ff6666;
    border-color: #ff6666;
}

.btn-orto.out {
    background: #707070;
    border: 1px solid #707070;
}

.btn-orto svg{
    fill: #fff;
}

.btn-orto:hover,
.btn-orto:active,
.btn-orto:focus,
:not(.btn-check)+.btn.btn-orto:active {
    background: #d34c4c;
    border: 1px solid #d34c4c;
    color: #fff;
}

.btn-action {
    background: transparent;
    border: 0px;
}

.btn-action:hover,
.btn-action:focus {
    color: #44b3e3;
}

.add-comment-button svg {
    width: 22px;
    height: 22px;
}

/* main menu */
.header__logo-wrap {
    display: inline-block;
    text-align: center;
}

.header__btn-catalog svg {
    fill: #fff;
}

.main__menu-wrap > ul {
    background: #fff;
    z-index: 999;
    position: relative;
}

.main__menu-wrap .main__menu-main_item {
    position: relative;
}

.main__menu-wrap > ul > li > a,
.main__menu-wrap > ul > li > span {
    color: #6a6a6a;
    position: relative;
    padding: 10px;
    display: flex;
    text-decoration: none;
    height: 100%;
    text-transform: uppercase;
    align-items: center;
    justify-content: center;
    font-weight: 500;
}

.main__menu-wrap > ul > li > a:hover,
.main__menu-wrap > ul > li > span {
    color: #ff6666;
}

.main__menu-wrap > ul > li > a:after,
.main__menu-wrap > ul > li > span:after {
    display: block;
    content: '';
    width: 1px;
    height: 40%;
    position: absolute;
    background: #e1e9ed;
    top: 30%;
    right: 0px;
}

.main__menu-wrap > ul > li:last-child > a:after,
.main__menu-wrap > ul > li:last-child > span:after {
    display: none;
}

.main__menu-wrap > ul > li > ul {
    position: absolute;
    background: #f8f4f0;
    list-style: none;
    padding: 0.5em 1em;
    z-index: 100;
    text-align: left;
    width: 320px;
    box-shadow: 0px 12px 17px rgba(0, 8, 29, 0.05), 0px 5px 22px rgba(0, 8, 29, 0.06), 0px 7px 8px rgba(0, 8, 29, 0.08);
}

.main__menu-wrap > ul > li > ul:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 6px;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, #00000014, transparent);
}

.main__menu-wrap > ul > li > ul a {
    color: #5b5b5b;
    text-decoration: none;
    padding: 0.25em 0;
    display: block;
    border-bottom: 1px dashed #eae2dc;
}

.main__menu-wrap > ul > li > ul a:hover {
    color: #ff6666;
}

.main__menu-wrap > ul > li > ul li:last-child a {
    border-bottom: 0px;
}

.menu-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000073;
    display: none;
    z-index: 10;
}

/* !main menu */

.btn-blue {
    background: #44b3e3;
    border-color: #44b3e3;
    color: #fff;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
:not(.btn-check)+.btn.btn-blue:active {
    background: #2499cb;
    color: #fff;
}

.sticky-block {
    position: sticky;
    top: 1.5em;
}

.h-compare a {
    text-decoration: none;
    color: #45b3e3;
    border-bottom: 1px dashed;
}

.header-wrap {
    background: #e1e9ed;
    margin-bottom: 10px;
}

header .logo {
    width: 172px;
}

header .search input {
    padding: 1em;
    border: 0;
}

header .search .btn-search {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    transition: all 0.5s;
    transform: scale(1);
}

header .search .btn-search svg {
    width: 26px;
    min-width: 26px;
    height: 26px;
}

header .search .update_icon {
    transform: scale(0);
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 0.75rem;
    transition: all 0.1s;
}

header .search .update_icon svg {
    width: 32px;
    height: 32px;
}

header .search.active .btn-search {
    transform: scale(0);
    transition: all 0.1s;
}

header .search.active .update_icon {
    animation: circle_svg 1s linear infinite;
    transform: scale(1);
    transition: all 0.1s;
}

.header__phones-wrap {
    position: relative;
    height: 40px;
}

.header__phones-item_main {
    line-height: 1.2em;
}

.header__phones-item_main a {
    text-decoration: none;
    color: #5b5b5b;
}

.header__phones-wrap .header__phones-item_list {
    display: none;
}

.header__phones-wrap:hover {
    z-index: 1001;
}

.header__phones-wrap:hover .header__phones-item_list {
    display: block;
}

.header__phones-wrap:hover .header__phones-item {
    min-height: 100%;
    position: relative;
}

.header__phones-item .text_free {
    font-size: 0.8em;
}

.header__phones-wrap:hover .header__phones-item:before {
    display: block;
    position: absolute;
    background: #ffffff;
    content: '';
    height: calc(100% + 28px);
    width: calc(100% + 28px);
    box-sizing: content-box;
    z-index: -1;
    box-shadow: 0px 12px 17px rgba(0, 8, 29, 0.05), 0px 5px 22px rgba(0, 8, 29, 0.06), 0px 7px 8px rgba(0, 8, 29, 0.08);
    border-radius: 0.25em;
    top: -14px;
    left: -14px;
}

.search-loader {
    position: absolute;
    /* background: #f7f4ef; */
    background: #fff;
    width: 100%;
    z-index: 1001;
    top: 100%;
    box-shadow: 0px 12px 17px rgba(0, 8, 29, 0.05), 0px 5px 22px rgba(0, 8, 29, 0.06), 0px 7px 8px rgba(0, 8, 29, 0.08);
    border-radius: 0.25em;
}

.search-loader .search-product:hover {
    background: #fffcf7;
}

.search-loader .search-product .image {
    width: 72px;
    text-align: center;
    display: block;
    margin-right: 0.5em;
    background: #fff;
    border: 1px solid #e1e9ed;
    border-radius: 0.25em;
}

.search-loader .search-product .image img {
    max-width: 100%;
    max-height: 72px;
    border-radius: 0.25em;
}

.search-loader .search-product .old_price {
    color: #e60000;
    text-decoration: line-through;
}

.search-loader .search-product a {
    font-size: .875em;
    line-height: initial;
    text-decoration: none;
    color: #212529;
}

.search-loader .search-product a:hover {
    color: #ff6666;
}

.search-loader .search-product .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.search-loader .search-product .product_labels span {
    display: inline-block;
    font-size: .75em;
    margin-right: 5px;
    padding: 2px 5px 0px;
    background: #45b3e3;
    color: #fff;
}

.search-loader .search-product .product_labels span.new {
    background: #5bbf68;
}

.search-loader .search-product .product_labels span.popular {
    background: #ffe47c;
    color: #423504;
}

.search-loader .search-product .product_labels span.action {
    background: #e60000;
}

header svg {
    width: 18px;
    min-width: 18px;
    height: 18px;
    fill: #ff6666;
}

header .secondary__header svg {
    fill: #5b5b5b;
}

.contacs__list-city_wrap {
    cursor: pointer;
}

.contacs__list-city {
    border-bottom: 1px dashed;
    font-weight: 500;
}

.btn-half-rounded {
    border-radius: 12px 0;
}

.btn-consultation {
    border: 0;
    display: flex;
    align-items: center;
    line-height: initial;
    text-align: left;
    height: 56px;
}

.btn-consultation svg {
    width: 28px;
    min-width: 28px;
    height: 28px;
    fill: #ffffff;
}

header .dropdown-menu {
    background: #f9f5f0;
    border: 0;
    box-shadow: 0px 0px 10px #0000002b;
    border-radius: 0;
}

header .basket_wrap svg {
    width: 48px;
    height: 48px;
    margin: 0;
}

header .basket_wrap .basket_count {
    position: absolute;
    min-width: 24px;
    height: 24px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    border: 2px solid #f66;
    color: #f66;
    font-weight: bold;
    right: -4px;
    top: 33px;
}

footer a {
    color: #fff;
    text-decoration: none;
}

footer .social-links svg {
    width: 26px;
    min-width: 26px;
    height: 26px;
    fill: #fff;
}

.header_dop_menu a {
    text-decoration: none;
    color: #5b5b5b;
}

.header_dop_menu a:hover,
.header_dop_menu a:active,
.header_dop_menu a:focus {
    text-decoration: underline;
    color: #ff6666;
}

.subscriber_wrap {
    border-radius: 1em 0;
    border: 2px solid #ffffff69;
}

.subscriber_wrap .send-icon {
    position: absolute;
    width: 70px;
    left: 1em;
    top: -30px;
}

.subscriber_wrap .btn {
    border-radius: 0 0 0.5em 0;
    background: #d34545;
    border: 1px solid #d34545;
}

.mine_phone svg {
    fill: #fff;
    width: 18px;
    height: 18px;
    margin-right: 0.5em;
}

.breadcrumb a {
    color: #5c5c5c;
    text-decoration: none;
}

.rating-start svg {
    fill: #f95700;
    width: 16px;
    height: 16px;
    margin: 0 1px;
}

.rating-start svg.disabled {
    fill: #cac1bc;
}

.rating-start span {
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    right: 0;
    background: rgb(255 255 255 / 0%);
    backdrop-filter: grayscale(1);
}

.product__item-content .rating-start span{
    background: rgb(255 255 255 / 65%);
}

/* main page */
.benefits .img {
    display: flex;
    min-height: 110px;
    align-items: end;
    justify-content: center;
    position: relative;
}

.benefits .img .count {
    font-weight: 500;
    position: absolute;
    bottom: 56px;
    font-size: 1.5em;
    color: #ff4457;
}

.benefits .item {
    text-decoration: none;
    color: #5b5b5b;
    font-weight: 500;
}

.module_slider-categories .btn-category {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5em;
    background: #ef4657;
    text-decoration: none;
    color: #fff;
    font-size: 1.1em;
    line-height: initial;
    min-height: 58px;
    border-radius: 0 0 1rem 0;
}

.module_slider-categories .btn-category:hover,
.module_slider-categories .btn-category:focus,
.module_slider-products_main .btn-product-buy:hover,
.module_slider-products_main .btn-product-buy:focus {
    background: #e9e0d0;
    color: #d74558;
}

.module_slider-categories .img-category {
    background: #fff;
    border-radius: 1rem 0 0 0;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.module_slider-products_main .product__list-wrap {
    border: 1px solid #cdcdcd;
}

.module_slider-products_main .btn-product-buy {
    text-transform: uppercase;
    background: #ef4657;
    color: #fff;
    border-radius: 0.25em;
}

.module_slider-products_main .title {
    color: #5b5b5b;
    text-decoration: none;
    font-weight: 500;
    line-height: initial;
    min-height: 2em;
}

.module_slider-products_main .product-rating {
    min-height: 21px;
}

.module_slider-products_main .product-rating a {
    text-decoration: none;
}

.module_slider-products_main .product-rating a:hover,
.module_slider-products_main .product-rating a:active,
.module_slider-products_main .product-rating a:hover svg,
.module_slider-products_main .product-rating a:active svg {
    color: #ef4657;
    fill: #ef4657;
}

.module_slider-products_main .product__item-labels {
    top: 1em;
    left: -1px;
}

.module_slider-products_main .product__item-labels > span {
    padding: 3px 8px;
}

.manufacturer__list-wrap {
    display: flex;
    align-items: center;
    height: 100%;
}

.manufacturer__list-wrap img {
    max-height: 96px;
}

/* human map */

.human__map-girl img {
    background: #e1e9ed;
}

.human__map-girl {
    position: relative;
}

.human__map-category_item span, a.human__map-category_item {
    color: #5b5b5b;
    text-decoration: none;
    font-weight: bold;
}

.human__map-girl span {
    position: absolute;
    width: 12px;
    height: 12px;
    background: #ff6666;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 4px #00000029;
    cursor: pointer;
}

.human__map-girl span:hover,
.human__map-girl span.hover {
    animation: 1s linear infinite running marker-wave;
    background: #ffcfcf;
}

@keyframes marker-wave {
  from {box-shadow: 0px 0px 0px 4px #00000029}
  to {box-shadow: 0px 0px 0px 12px #ff000000}
}

.human__map-girl span[data-id="11"] {top: 24%;left: 26%;}
.human__map-girl span[data-id="14"] {top: 64%;left: 22%;}
.human__map-girl span[data-id="12"] {top: 23%;left: 12%;}
.human__map-girl span[data-id="10"] {top: 25%;left: 40%;}
.human__map-girl span[data-id="7"] {top: 23%;left: 50%;}
.human__map-girl span[data-id="8"] {top: 45%;left: 52%;}
.human__map-girl span[data-id="69"] {top: 52%;left: 41%;}
.human__map-girl span[data-id="4"] {top: 65%;left: 62%;}
.human__map-girl span[data-id="15"] {top: 89%;left: 21%;}
.human__map-girl span[data-id="16"] {top: 93%;left: 14%;}

.human__map-category_items {
    height: 100%;
    list-style: none;
    background: #f8f9fa;
}

.human__map-category_item {
    background: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 1em;
    margin: 0.25em;
    height: calc(100% - 0.5em);
    justify-content: space-around;
    border: 2px solid #fff;
    text-align: center;
}

.human__map-category_item:hover,
.human__map-category_item:active,
.human__map-category_item.hover {
    box-shadow: 0px 0px 0px 4px #ff6666;
}

.human__map-category_item img {
    max-height: 112px;
}

.human__map-category_items-wrap > .row {
    height: 100%;
}

/* !main page */

/* product */

.product-info.in .stock .stock-out,
.product-info.out .stock .stock {
    display: none;
}

.product-info .stock svg {
    width: 26px;
    height: 26px;
    fill: #7ab423;
}

.stock-in {
    font-weight: bold;
    color: #7ab423;
}

.product_nav {
    border-left: 1px solid #b7b7b7;
}

.product_nav li {
    border: 1px solid #b7b7b7;
    border-radius: 0;
    border-left: 0;
    font-weight: bold;
}

.nav-pills.product_nav .nav-link {
    color: #5c5c5c;
    padding: 1em;
}

.nav-pills.product_nav .nav-link.active {
    border-radius: 0;
    background: #44b3e3;
    color: #fff;
}

.product_actions-list {
    background: #e9e0d1;
}

.btn-action.available,
.btn-action.dashed,
.btn-table-size span {
    border-bottom: 1px dashed;
}

.btn-to-comments {
    border-bottom: 1px solid;
}

.btn-compare svg {
    fill: #c4c4c4;
    width: 26px;
    height: 26px;
}

.btn-compare.active svg {
    fill: #45b3e3;
}

.btn-table-size svg {
    width: 18px;
    height: 18px;
    fill: #c4c4c4;
}

.modal-body .txt {
    background: #fff;
}

/* options */

.buy-options .buy-param button {
    border: 1px solid #b7b7b7;
    background: #fff;
    padding: 0.15em 0.5em;
    margin: 0 0px 4px 0;
    min-width: 40px;
    text-align: center;
}

.buy-options .buy-param button:hover,
.buy-options .buy-param button.selected {
    color: #fff;
    border: 1px solid #44b3e3;
    background: #44b3e3;
}

/* product countdown */

.countdown_wrap-block {
    background: #fff;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: flex-end;
    overflow: hidden;
    position: relative;
}

.countdown_wrap-block:before,
.countdown_wrap-block:after {
    display: block;
    content: '';
    width: 30px;
    height: 150%;
    background: #e9e0d1;
    position: absolute;
    top: -25%;
    left: -16px;
    transform: rotate(20deg);
}

.countdown_wrap-block:after {
    width: 6px;
    left: 27px;
}

.countdown_wrap-block .countdown_wrap-item {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    text-align: center;
    margin-left: 1em;
    line-height: initial;
    min-width: 36px;
}

.countdown_wrap-block .countdown_wrap-item .c-time {
    font-weight: bold;
    font-size: 1.5em;
}


/* -- review -- */
.review-item {
    background: #f7f4ef;
    padding: 2em;
    margin-left: 2em;
    position: relative;
    width: calc(100% - 2em);
}

.review-item:before {
    display: block;
    position: absolute;
    content: '';
    width: 3em;
    height: 3em;
    background: #f7f4ef;
    top: 3em;
    left: -1.5em;
    transform: rotate(45deg);
}

.review-item.review_answer:before {
    display: none;
} 

.review-item .author svg {
    width: 22px;
    height: 22px;
    fill: #dcd3c1;
}

.review-item .text {
    background: #fffcf7;
    color: #5b5b5b;
}

.review-item .text svg {
    width: 18px;
    height: 18px;
    fill: #5b5b5b;
}

.prod-doctor-questions .review_product-item {
    border: 1px solid #c6c6c6;
    max-width: 186px;
    color: #000;
    text-decoration: none;
    line-height: initial;
}

.prod-doctor-questions .row[data-product=""] .review-item {
    margin-left: 0;
    width: 100%;
}

.prod-doctor-questions .row[data-product=""] .review-item:before {
    display: none;
}

.review-item .text {
    max-height: 256px;
    overflow: hidden;
    position: relative;
}

.review-item .text.show__more.active {
    max-height: initial;
}

.review-item .text.show__more .show__more-btn {
    color: #45b3e3;
    border-bottom: 1px dashed;
    line-height: initial;
    margin-bottom: 0.5em;
    font-style: italic;
    cursor: pointer;
    position: absolute;
    right: 1em;
    bottom: 0.5em;
    display: block;
}

.review-item .text.show__more .show__more-btn:hover {
    border-bottom: 1px solid;
}

.review-item .text.show__more.active .show__more-btn,
.review-item .show__more-btn {
    display: none;
}

.review-item .text.show__more:before {
    display: block;
    position: absolute;
    width: 100%;
    height: 45px;
    content: '';
    bottom: 0;
    background: linear-gradient(to top, #fffcf8 70%, transparent);
    left: 0;
}

.review-item .text.show__more.active:before {
    display: none;
}

/* -- !review -- */

/* -- actions -- */
.action__page-item .action__page-item_content {
    border: 1px solid #ccc;
    height: 100%;
    position: relative;
}

.action__page-item:hover .action__page-item_content {
    border: 1px solid #fff;
}

.action__page-item_content:before {
    display: none;
    position: absolute;
    width: 100%;
    width: calc(100% + 14px);
    height: 100%;
    height: calc(100% + 14px);
    padding: 8px;
    box-sizing: content-box;
    /* box-shadow: 0 0 15px 5px rgba(0, 0, 0, .25); */
    box-shadow: 0px 12px 17px rgba(0, 8, 29, 0.05), 0px 5px 22px rgba(0, 8, 29, 0.06), 0px 7px 8px rgba(0, 8, 29, 0.08);
    transition: all 0.2s;
    background: #fff;
    left: -14px;
    top: -14px;
    content: '';
    z-index: -1;
}

.action__page-item:hover .action__page-item_content:before  {
    display: block;
}

.action__page-item_name {
    text-decoration: none;
    line-height: initial;
    font-weight: 500;
}

.action__page-height_limit {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.action__page-countdown_wrap {
    background: #eae0d1;
    padding: 1em;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    flex-direction: column;
    position: relative;
    line-height: initial;
    padding-left: 60px;
}

.action__page-countdown_wrap:before, .action__page-countdown_wrap:after {
    display: block;
    content: '';
    width: 30px;
    height: 150%;
    background: #fff;
    position: absolute;
    top: -25%;
    left: -16px;
    transform: rotate(20deg);
}

.action__page-countdown_wrap:after {
    width: 6px;
    left: 27px;
}

.action__page-list ul {
    list-style: none;
    padding: 0;
}

.action__page-list ul li a {
    text-decoration: none;
    color: #313131;
    margin-bottom: 1em;
    display: block;
}

.action__page-list ul li a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-style: dashed;
    color: #ff6666;
}

.action__page-countdown_wrap.with_text {
    align-items: flex-end;
    padding: 0.5em;
    margin-top: auto;
}

.product__item.action__page-product_item {
    margin-bottom: 26px;
    height: 358px;
}

/* -- !actions -- */

/* -- curtain -- */
.product__curtain {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    margin-top: -25%;
    transition: all 0.4s;
}

.product__curtain.active {
    margin-top: 0;
    transition: all 0.4s;
}

.product__curtain .product__curtain-wrap {
    background: #fff;
    border: 1px solid #b7b7b7;
    border-top: 0;
    box-shadow: 0px 12px 17px rgba(0, 8, 29, 0.05), 0px 5px 22px rgba(0, 8, 29, 0.06), 0px 7px 8px rgba(0, 8, 29, 0.08);
}

.product__curtain-name {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: initial;
    font-weight: bold;
}

/* -- fancybox -- */

.f-carousel *, .f-carousel *:before, .f-carousel *:after {
    max-width: 100%;
}

#productContainer {
    --product-view-height: 320px;
}

.f-thumbs__slide {
    height: 100px;
}

.f-thumbs__slide__button {
    border: 1px solid #b7b7b7;
}

.f-thumbs.is-vertical .f-thumbs__track {
    padding: 0;
}

#productContainer .f-thumbs.is-classic.is-vertical {
    height: var(--product-view-height, 100%);
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
}

.product__slider-wrap .f-carousel__viewport {
    border: 1px solid #b7b7b7;
}

/* Thumbnails */

.f-thumbs.is-classic {
    --f-thumb-width: 90px;
    --f-thumb-height: 135px;

    --f-thumb-gap: 0.5rem;

    --f-thumb-opacity: 1;
    --f-thumb-selected-opacity: 0.2;

    --f-button-color: #0d0c22;
    --f-button-hover-color: #ff3520;

    --f-button-bg: #e9e0d1e3;
    --f-button-hover-bg: #fff;
    --f-button-active-bg: #fff;
}

.f-thumbs.is-classic .f-thumbs__slide__img {
    object-fit: contain;
}

.f-thumbs.is-classic .f-carousel__nav .f-button[disabled] {
    display: none;
}

/*
Main carousel
*/
#productCarousel {
    --f-carousel-spacing: 0;

    --f-button-width: 48px;
    --f-button-height: 48px;
    --f-button-border-radius: 0;

    --f-button-color: #0d0c22;
    --f-button-hover-color: #ff3520;

    --f-button-bg: #e9e0d1e3;
    --f-button-hover-bg: #fff;
    --f-button-active-bg: #fff;

    --f-button-svg-width: 28px;
    --f-button-svg-height: 28px;

    --f-button-svg-stroke-width: 1;
    --f-button-svg-filter: none;

    height: var(--product-view-height);

    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 2;
}

#productCarousel .f-carousel__slide {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#productCarousel .f-carousel__slide img {
    object-fit: cover;
}

#productCarousel .f-carousel__nav {
    opacity: 0;
    transition: opacity 0.15s;
}

@media (hover: hover) {
    #productCarousel:hover .f-carousel__nav {
        opacity: 1;
    }
}
  
/* Fancybox */
  
.fancybox__container {
    --fancybox-color: #0d0c22;
    --fancybox-bg: #fff;
    --f-spinner-color-1: rgba(0, 0, 0, 0.1);
    --f-spinner-color-2: rgba(17, 24, 28, 0.8);
}

.fancybox__toolbar,
.fancybox__nav {
    --f-button-width: 60px;
    --f-button-height: 60px;
    --f-button-border-radius: 0;

    --f-button-color: #0d0c22;
    --f-button-hover-color: #ff3520;

    --f-button-bg: #fff;
    --f-button-hover-bg: #fff;
    --f-button-active-bg: #fff;

    --f-button-svg-width: 32px;
    --f-button-svg-height: 32px;

    --f-button-svg-stroke-width: 1;
    --f-button-svg-filter: none;
}

.fancybox__nav {
    --f-button-next-pos: 0;
    --f-button-prev-pos: 0;
}

/* -- !fancybox -- */

.image_gallery-item.with_bg {
    height: 120px;
    background-size: cover;
    background-position: center;
    border-radius: 0.25em;
}

.image_gallery-item.with_bg img {
    opacity: 0;
    height: 100% !important;
    width: 100%;
}

.module_slider.module__articules-wrap .module__articules-item {
    position: relative;
    flex: 1 1 auto;
    width: var(--f-carousel-slide-width);
    max-width: 100%;
    height: var(--f-carousel-slide-height);
    margin: 0 var(--f-carousel-spacing) 0 0;
    padding: var(--f-carousel-slide-padding);
    outline: 0;
    transform-origin: center center;
}

.module_slider.module__articules-wrap .module__articules-item {
    width: auto;
    height: 186px;
    background-position: center;
    background-size: cover;
    position: relative;
    border-radius: 0.25em;
    overflow: hidden;
}

.module_slider.module__articules-wrap .module__articules-item a {
    background: linear-gradient(to top, #000000c4, #00000000);
    bottom: 0;
    position: absolute;
    min-height: 40px;
    padding: 1em;
    width: 100%;
    left: 0;
    text-decoration: none;
}

.module_slider.module__articules-wrap .module__articules-item a:hover {
    background: linear-gradient(to top, #df4d4d 50%, #e1515100);
    backdrop-filter: blur(3px);
}

.module__articules-wrap {
    --f-carousel-slide-width: 100%;
    --f-carousel-spacing: 0;
    --f-carousel-slide-padding: 0 1rem;

    --f-button-prev-pos: 5rem;
    --f-button-next-pos: 5rem;

    --f-button-bg: #fff;
    --f-button-color: #333;

    --f-button-width: 48px;
    --f-button-height: 48px;
    --f-button-border-radius: 50%;

    --f-button-svg-width: 27px;
    --f-button-svg-height: 27px;
    --f-button-svg-stroke-width: 1.5;

    --f-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

@media screen and (min-width: 640px) {
    .module__articules-wrap {
        --f-carousel-slide-width: calc(100% / 6);
    }
}

.module_slider {
    --f-button-prev-pos: 3rem;
    --f-button-next-pos: 3rem;

    --f-button-bg: #fff;
    --f-button-color: #333;

    --f-button-width: 48px;
    --f-button-height: 48px;
    --f-button-border-radius: 50%;

    --f-button-svg-width: 27px;
    --f-button-svg-height: 27px;
    --f-button-svg-stroke-width: 1.5;

    --f-button-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px,
        rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}

.module_slider-products img {
    width: 120px;
}

.module_slider-products a {
    text-decoration: none;
    color: #3a3a3a;
    line-height: initial;
}

.module_slider-products button svg {
    width: 22px;
    height: 22px;
}

.you__tube-main_block svg {
    position: absolute;
    width: 68px;
    height: 48px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #212121;
}

.review__icon {
    width: 16px;
    height: 16px;
    fill: #9e9e9e;
}

/* category page */

.product__item-content:before {
    display: none;
    position: absolute;
    width: 100%;
    width: calc(100% + 14px);
    height: 100%;
    height: calc(100% + 14px);
    padding: 8px;
    box-sizing: content-box;
    /* box-shadow: 0 0 15px 5px rgba(0,0,0,.25); */
    box-shadow: 0px 12px 17px rgba(0, 8, 29, 0.05), 0px 5px 22px rgba(0, 8, 29, 0.06), 0px 7px 8px rgba(0, 8, 29, 0.08);
    transition: all 0.2s;
    background: #fff;
    left: -14px;
    top: -14px;
    content: '';
    z-index: -1;
}

.item.product__item.out img {
    opacity: 0.7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.2s;
}

.item.product__item.out:hover img {
    opacity: 1;
    -webkit-filter: none;
    filter: none;
}

.product__item-hide_info {
    display:none;
}

.product__item,
.item-banner {
    margin-bottom: 26px;
    height: 433px;
}

.product__item-content,
.banner-place {
    min-height: 100%;
    border: 1px solid #ccc;
}

.item-banner .banner-place {
    height: 100%;
    background: #fcfcfc;
}

.item-banner .banner-place a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
}

.item-banner .banner-place a.__background img {
    opacity: 0;
}

.item-banner .banner-place a.__background {
    background-size: auto;
}

.item-banner .banner-place a:not(.__background):before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ffffffcc;
    backdrop-filter: blur(4px);
}

.item-banner .banner-place img {
    display: block;
    margin: 0 auto;
    width: initial !important;
    max-height: 100%;
    max-width: 100%;
    z-index: 1;
    position: relative;
}

.product__item-content .images {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
}

.product__item-content .images img {
    max-height: 200px;
}

.product__item-content .images .f-button svg {
    stroke-width: 0px;
    fill: #888888;
}

.product__item-content .product__items-rating {
    min-height: 22px;
}

.product__item-content .product__items-rating a {
    text-decoration: none;
}

ul.products-info.small {
    list-style: none;
    margin: 0;
    padding: 0;
}

.height-limit {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.product__item-name {
    text-decoration: none;
    text-align: center;
    font-size: 1em;
    line-height: initial;
    color: #5b5b5b;
    font-weight: 500;
    min-height: 2em;
}

.product__item-hide_info .param {
    display: block;
    border-bottom: 1px dashed #e7e7e7;
    font-size: 0.8em;
    padding: 3px 0;
}

.product__item-hide_info .param:last-child {
    border-bottom: 0px;
    padding-bottom: 0;
}

.product__item-hide_info .param span.name {
    font-weight: bold;
}

.product__item-content .buy-button svg {
    width: 26px;
    height: 26px;
}

.product__item-content .buy-button .text {
    display: none;
    font-size: 1.12em;
    text-transform: uppercase;
}

.product__item-price_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 50%;
    line-height: initial;
}

.product__item-content .old-price {
    text-decoration: line-through;
}

.product__item-content .price {
    font-size: 1.2em;
    font-weight: 500;
}

.product__item-content .old-price ~ .price {
    color: #df4c4c;
}

.product__item-promotion {
    text-align: left;
    font-size: 0.8em;
    line-height: initial;
    background: #4ab5e4;
    color: #fff;
    transition: all 0.2s;
    padding: 1em;
    border: 0;
    display: flex;
    align-items: center;
}

.product__item-promotion svg {
    width: 32px;
    height: 32px;
    flex-shrink: 0;
    margin-right: 10px;
    fill: #fff;
}

.product__items-discount {
    background: #e60000;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    right: 1rem;
    font-size: 0.875em;
}

.product__item-labels {
    position: absolute;
    top: 0;
    left: -1em;
    left: calc(-1em - 1px);
    z-index: 1;
}

.product__item-labels > span {
    display: inline-block;
    margin-bottom: 2px;
    background: #44b2e3;
    color: #fff;
    padding: 2px 5px;
    border-radius: 0 0.25em 0.25em 0;
    font-size: .875em;
}

.product__item-labels > span.action {
    background: #e60000;
}

.product__item-labels > span.new {
    background: #5bbf68;
}

.product__item-labels > span.popular {
    background: #ffe47c;
    color: #423504;
    border-left: 1px solid #efcd4c;
}


/* .product__item.out .images img{
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.4s;
}

.product__item.out:hover .images img{
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    transition: all 0.4s;
} */

.price-list .table-rub td {
    background: #ff6666;
}

.price-list .table-cat td {
    background: #45b3e3;
}

.price-list .table-rub td a,
.price-list .table-cat td a {
    color: #fff;
    text-decoration: none;
    margin: right;
}

.price-list .table-cat td a {
    margin-left: 1em;
}

.price-list .table-product .name a {
    margin-left: 2em;
}

.price-list .table-product a {
    text-decoration: none;
    color: #343434;
}

.price-list .table-product:nth-child(2n) td {
    background: #f2f2f2;
}

.sitemap__page-wrap ul {
    list-style: none;
    padding: 0;
}

.sitemap__page-wrap ul a {
    text-decoration: none;
    color: #000;
    padding: 5px;
    display: block;
}

.sitemap__page-wrap ul .l_1,
.sitemap__page-wrap ul .l_2 {
    display: none;
}

.sitemap__page-wrap ul .l_1 {
    margin-left: 60px;
}

.sitemap__page-wrap ul .l_2 {
    margin-left: 90px;
}

.sitemap__page-wrap ul .l_3 {
    margin-left: 120px;
}

.has_sub_items {
    padding-left: 30px;
    position: relative;
}

.has_sub_items:before {
    content: '';
    position: absolute;
    top: 16%;
    left: 0;
}

.has_sub_items:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 14px;
    border-right: 2px solid #43b3e3;
    border-bottom: 2px solid #43b3e3;
    width: 8px;
    height: 8px;
    transform: rotate(-45deg) translate(50%, -50%);
    cursor: pointer;
}

.has_sub_items.active:before {
    transform: rotate(45deg) translate(-50%, -50%);
}

.load svg {
    width: 32px;
    height: 32px;
    fill: #fff;
}

.load.active svg {
    animation: circle_svg 1s linear infinite;
}

@keyframes circle_svg {
    from { transform: rotate(0deg); }
    to   { transform: rotate(360deg); }
}

.categories__list-wrap .categories__list-item a,
.categories__list-wrap .categories__list-item button {
    display: block;
    border: 1px solid #f0f0f0;
    height: 100%;
    width: 100%;
    padding: 1em;
    text-decoration: none;
    color: #212529;
    font-weight: bold;
    text-align: center;
    border-radius: 0.25em;
    transition: all 0.2s;
}

.categories__list-wrap .categories__list-item a:hover,
.categories__list-wrap .categories__list-item button:hover {
    box-shadow: 0px 12px 17px rgba(0, 8, 29, 0.05), 0px 5px 22px rgba(0, 8, 29, 0.06), 0px 7px 8px rgba(0, 8, 29, 0.08);
    border: 1px solid #fff;
    color: #ff6666;
    transition: all 0.2s;
}

.categories__list-wrap .categories__list-item img {
    max-height: 86px;
}

.categories__list-wrap button svg {
    width: 64px;
    height: 64px;
    fill: #ff6666;
}

.page-txt-container .page-txt {
    max-height: 400px;
    overflow: hidden;
    position: relative;
}

.page-txt-container .page-txt.open {
    max-height: initial;
}

.page-txt-container .page-txt:not(.open):after {
    content: '';
    width: 100%;
    height: 120px;
    background: linear-gradient(to top, #fff 40%, transparent 100%);
    position: absolute;
    bottom: 0;
    left: 0;
}

.page-txt-container .page-txt h1 {
    font-size: 2em;
}

.page-txt-container .page-txt h2 {
    font-size: 1.5em;
}

.page-txt-container .page-txt h2 {
    font-size: 1.25em;
}

.show_hide_seo {
    margin-top: 1em;
    padding: 0.5em 1em;
    background: #df4d4d;
    border: 0px;
    color: #fff;
    font-weight: bold;
    border-radius: 0 0 0.5em 0;
    transition: all .2s;
}

.show_hide_seo:hover {
    background: #d34646;
}

.pager a {
    display: block;
    text-decoration: none;
    padding: 5px 10px;
    color: #535659;
}

.pager {
    margin-bottom: 2em;
}

.pager .cur a,
.pager .cur a:hover {
    background: #535659;
    color: #fff;
}

.pager a:hover {
    background: #eee;
    color: #bb2d3b;
}

.consult__block-category {
    background: #44b2e3;
    color: #fff;
    border-radius: 1.5em 0;
}

.consult__block-category .title svg {
    width: 46px;
    height: 46px;
    fill: #fff;
    flex-shrink: 0;
}

.consult__block-category .title span {
    font-size: 1.1em;
    text-transform: uppercase;
}

.consult__block-category button {
    background: #f66;
    border-radius: 0;
    color: #fff;
}

.consult__block-category button.consult-online {
    background: #e9e0d1;
    color: #df4c4c;
}

.consult__block-category button.consult-online:hover,
.consult__block-category button.consult-online:focus {
    background: #fff8ed;
}

.consult__block-category button.consult-visit {
    border-radius: 0 0 1em 0;
}

.popular__block-product img {
    width: 86px;
    height: 86px;
}

.popular__block-product .popular__block-info a {
    text-decoration: none;
    color: #464646;
}

.popular__block-product .popular__block-info a:hover {
    text-decoration: underline;
    color: #000;
}

.popular__block-num {
    position: absolute;
    top: 0;
    right: 0;
    background: #df4c4c;
    color: #fff;
    padding: 3px 6px;
    border-radius: 0.25em;
    font-size: 0.85em;
    line-height: initial;
}

.products__linker {
    list-style: none;
}

.products__linker a {
    text-decoration: none;
}

.available iframe {
    width: 100%;
}

.available .shop-list {
    display: none;
}


.available .shop-list.open {
    display: block;
}

.available .shop {
    cursor: pointer;
}

.available .shop-list .sel {
    color: #fff;
    background: #df4c4c;
}

.product__item-free_delivery {
    position: absolute;
    bottom: 0;
    left: 0;
    background: #44b3e3;
    padding: 5px;
    border-radius: 0.25em;
    z-index: 1;
}

.product__item-free_delivery svg {
    fill: #fff;
    width: 26px;
    height: 26px;
}

.product__item-icons {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.prod-order,
.prod-limit {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

.category__page_random-comment .comment {
    background: #f8f4f0;
    padding: 1em;
}

.category__page_random-comment .comment .author svg {
    width: 22px;
    height: 22px;
    fill: #dcd3c1;
}

.seo-author {
    display: flex;
    align-items: center;
    padding: 0.5em 1em 0.5em 0.5em;
    background: #f8f4f1;
    border-radius: 0.25em;
    font-size: 0.8em;
    text-decoration: none;
    color: #5b5b5b;
    line-height: initial;
}

.seo-author .info span {
    display: block;
    font-weight: bold;
    margin-bottom: 0.5em;
}

.seo-author img {
    width: 56px;
    margin-right: 1em;
}

/* !category page */

.breadcrumb {
    font-size: 14px;
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}

.breadcrumb::-webkit-scrollbar {
    display: none;
}

.breadcrumb li {
    display: flex;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: "\203A";
    /* content: "\2192"; */
}

/* faq page  */
.accordion-button:not(.collapsed) {
    background-color: #f8f4f0;
}

.accordion-button:focus {
    box-shadow: none;
}

/* !faq page  */

/* filter */

.filter__modal-body  {
    position: relative;
}

.product__filter-module.load,
.filter__modal-body.load {
    pointer-events: none;
}

.product__filter-module.load:after,
.filter__modal-body.load:after {
    content: '';
    width: 100%;
    height: 100%;
    background: #ffffff52;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1;
}

.product__filter-module .product__filter-show_results {
    display: none;
    position: absolute;
    left: 100%;
    left: calc(100% + 8px);
    border: 1px solid #fff;
    padding: 15px 10px;
    height: 46px;
    z-index: 1001;
    top: 0;
    white-space: nowrap;
    line-height: initial;
    font-size: 0.875em;
    text-align: center;
    box-shadow: 0px 12px 17px rgba(0, 8, 29, 0.05), 0px 5px 22px rgba(0, 8, 29, 0.06), 0px 7px 8px rgba(0, 8, 29, 0.08);
    transform: translate(0, -50%);
}

.product__filter-module .product__filter-show_results:before {
    position: absolute;
    content: '';
    left: -16px;
    border: 8px solid transparent;
    border-right: 8px solid #43b3e3;
    top: 50%;
    transform: translate(0, -50%);
}

.product__filter-module .product__filter-show_results:hover:before,
.product__filter-module .product__filter-show_results:active:before,
.product__filter-module .product__filter-show_results:focus:before  {
    border-right: 8px solid #2499cb;
}

.product__filter-module.load .product__filter-show_results .text,
.filter__modal-body.load .product__filter-show_results_mob .text,
.product__filter-module .product__filter-show_results .upload_ball-wrap,
.filter__modal-body .product__filter-show_results_mob .upload_ball-wrap   {
    display: none;
}

.product__filter-module.load .product__filter-show_results .upload_ball-wrap,
.filter__modal-body.load .product__filter-show_results_mob .upload_ball-wrap,
.product__filter-module .product__filter-show_results .text,
.filter__modal-body .product__filter-show_results_mob .text  {
    display: block;
}

.upload_ball-wrap {
	position:relative;
	width:125px;
	height:12px;
	margin:auto;
}

.upload_ball {
	background-color: #fff;
	position:absolute;
	top:0;
	left:0;
	width:12px;
	height:12px;
	border-radius:50%;
	animation-name:bounce_escapingBallG;
	animation-duration:1.5s;
	animation-iteration-count:infinite;
	animation-timing-function:linear;
	animation-delay:0s;
	transform:scale(0.5, 1);
}

.product__filter-show_results_mob .upload_ball {
    background-color: #43b3e3;
}

@keyframes bounce_escapingBallG{
	0%{
		left:0px;
		transform:scale(0.5, 1);
	}
	25%{
		left:41px;
		transform:scale(1, 0.5);
	}
	50%{
		left:103px;
		transform:scale(0.5, 1);
	}
	75%{
		left:41px;
		transform:scale(1, 0.5);
	}
	100%{
		left:0px;
		transform:scale(0.5, 1);
	}
}

.filter-sel-vals a {
    display: inline-flex;
    font-size: 0.875em;
    margin: 0 3px 3px 0;
    background: #fff;
    border: 1px solid #e45b64;
    padding: 2px 5px 2px 10px;
    border-radius: 25px;
}

.product__filter-wrap .form-check-input {
    width: 1.25em;
    height: 1.25em;
}

.product__filter-wrap .form-check-input:checked {
    background-color: #44b3e3;
    border-color: #44b3e3;
}

.product__filter-wrap .form-check-input[type=checkbox] {
    border-radius: 0;
    margin: 2px 5px 2px 0;
    cursor: pointer;
}

.product__filter-items_content ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product__filter-items_content li {
    padding: 4px 0px;
}

.product__filter-items_content a {
    text-decoration: none;
    color: #5b5b5b;
}

.product__filter-items_content {
    /* max-height: 226px; */
    overflow: hidden;
}

.product__filter-items_content ul.filter-half-width {
    display: flex;
    flex-wrap: wrap;
}

.product__filter-items_content ul.filter-half-width li{
    width: 50%;
}

.product__filter-items {
    border-bottom: 1px solid #ccc;
}

.product__filter-show_more {
    text-decoration: none;
    font-style: italic;
    color: #44b3e3;
}

.product__filter-selected a {
    text-decoration: none;
}

/* !filter */

/* order page */
.order__page-products,
.order__page-form {
    background: #f6f4ee;
    height: 100%;
}

.order__page-form label input {
    width: 100%;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #b2b2b2;
}

.order__page-form label input:focus,
.order__page-form label input:focus-visible {
    border: 0;
    border-bottom: 1px solid #44b3e3;
    outline: none;
}

.order__page-form_fields label:focus-within > span {
    color: #44b3e3;
}

.form-check-input:checked {
    background-color: #5b5b5b;
    border-color: #5b5b5b;
}

.order__page-form textarea {
    border: 1px solid #b2b2b2;
}  

.order__page-wrap .order-select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    background-color: #f6f4ee;
    background-clip: padding-box;
    border: 0px solid #000;
    border-bottom: 1px solid #b2b2b2;
    border-radius: 0.01px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    outline: none;
}

.order__page-form .btn-help {
    background: #dbd5c2;
    padding: 0;
    line-height: initial;
    color: #000;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    text-align: center;
}

.rules span {
    border-bottom: 1px dashed;
    cursor: pointer;
}

.rules span:hover {
    border-bottom: 1px solid;
}

.order__page-product_item .item_name {
    color: #5b5b5b;
    text-decoration: none;
    line-height: initial;
    display: block;
}

.selected_params {
    line-height: initial;
}

.selected_params span:first-child {
    margin-top: 0.5em;
    display: inline-block;
}

.order__page-product_item,
.order__page-wrap .order__page-products .order-select,
.order__page-products .totals {
    background: #fffcf7;
}

.promo_code_input {
    border: 0;
    border-bottom: 1px solid #b2b2b2;
}

.promo_code_input:focus, 
.promo_code_input:active {
    outline: none;
}

.order__page-product_item .item_price .old-price {
    color: #dc3545;
    text-decoration: line-through;
    margin-left: 0.5em;
}

.np_city ul,
.np_city_filials ul,
.chooser_city_list ul {
    overflow-y: auto;
    max-height: 280px;
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #b2b2b2;
}

.np_city ul li,
.np_city_filials ul li,
.chooser_city_list ul li {
    cursor: pointer;
    border-bottom: 1px solid #e8e8e8;
    padding: 5px 1em;
}

.np_city ul li:hover,
.np_city_filials ul li:hover,
.np_city ul li.active,
.np_city_filials ul li.active,
.chooser_city_list ul li:hover {
    background: #fffcf8;
    color: #dc3545;
}

.np_city ul li:last-child,
.np_city_filials ul li:last-child,
.chooser_city_list ul li:last-child {
    border-bottom: 0px;
}

/* !order page */

/* contact page */
.contact__page-wrap .phones-numbers a {
    text-decoration: none;
    color: #141414;
}
.contact__page-wrap .phones-numbers a:hover {
    color: #ff6666;
}
.contact__page-wrap .phones-numbers a:first-child {
    font-size: 1.5em;
    margin-bottom: 0.5em;
    color: #ff6666;
    font-weight: bold;
}
.contact__page-list {
    display: none;
}
.contact__page-list.open {
    display: block;
}
#map iframe {border:none; width:100% !important; height:100% !important;}
#map { height: 100%; min-height: 460px;}
/* !contact page */

/* news & articles page */
.news__page-item {
    border: 1px solid #ccc;
}
.news__page-item:hover {
    border: 1px solid #fff;
    box-shadow: 0 0 15px 5px rgba(0, 0, 0, .25);
    box-shadow: 0px 12px 17px rgba(0, 8, 29, 0.05), 0px 5px 22px rgba(0, 8, 29, 0.06), 0px 7px 8px rgba(0, 8, 29, 0.08);
}
.news__page-image {
    display: flex;
    height: 186px;
    align-items: center;
    justify-content: center;
    position: relative;
}
.article__page .news__page-image {
    height: initial;
}
.news__page-item .news__page-image img {
    max-height: 186px;
}
.article__page .news__page-item .news__page-image img {
    max-height: initial;
}
.news__page-item .news__page-name {
    text-decoration: none;
    text-align: center;
    font-size: 1.15em;
    line-height: initial;
    color: #5b5b5b;
    font-weight: 500;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news__page-item .news__page-about {
    line-height: initial;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news__page-image .back_cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
    background-size: cover;
}
.news__page-image .back_cover:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
}
.sidebar_warenty_block {
    margin-top: 1em;
    border-top: 1px solid #ccc;
    padding-top: 1em;
}
.sidebar_warenty_block .sidebar_title {
    padding: 0 0 10px 0;
    font-weight: bold;
    color: #ff6666; /* #f65176; */
    display: block;
}
.article__page-list ul {
    list-style: none;
    padding: 0;
}
.article__page-list ul li {
    margin-bottom: 0.5em;
}
.article__page-list a {
    text-decoration: none;
    color: #5b5b5b;
}
.article__page-list a:hover {
    color: #ff6666;
}
/* !news & articles page */

/* sidenav */
.content-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    z-index: 121;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: .3s cubic-bezier(.16,.36,0,.98);
    transition: .3s cubic-bezier(.16,.36,0,.98);
    background-color: rgba(0, 0, 0, .5);
}

.content-overlay--is-visible {
    opacity: 1;
    visibility: visible;
}

.sidenav {
    background-color: #fff;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 320px;
    z-index: 121;
    overflow-y: auto;
    -webkit-transition: transform .5s cubic-bezier(.55,0,.1,1);
    -webkit-transition: -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    transition: -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1);
    transition: transform .5s cubic-bezier(.55,0,.1,1), -webkit-transform .5s cubic-bezier(.55,0,.1,1);
    -webkit-transform: translateX(-320px);
    transform: translateX(-320px);
}

.sidenav.filter__modal {
    position: fixed;
    bottom: initial;
    height: 100%;
}

.filter__modal-body {
    position: relative;
    height: calc(100% - 80px);
    overflow: auto;
    padding: 1em;
}

.filter__modal-body.has_button {
    height: calc(100% - 190px);
}

.filter__modal-body.has_button .product__filter-drop {
    display: none;
}

.product__filter-show_results_mob {
    position: fixed;
    background: #e1e9ed;
    width: 100%;
    left: 0;
    bottom: 0;
}

.sidenav.catalog__modal {
    background: #44b3e3;
    color: #fff;
}

.sidenav.catalog__modal .sidenav__close-button svg {
    fill: #fff;
}

.sidenav.catalog__modal a {
    color: #fff;
    text-decoration: none;
}

.sidenav.catalog__modal .nav-mobile > li:last-child > a {
    border: 0;
    padding: 0.5em;
    text-align: center;
    background: #ff6666;
    margin-top: 0.25em;
}

.catalog__modal-body > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalog__modal-body > ul > li > a,
.catalog__modal-body > ul > li > span {
    padding: 0.5em 0;
    border-bottom: dashed 1px #7bd5fd;
    display: block;
    margin: 0 1em;
}

.catalog__modal-body > ul > li span {
    border-bottom: solid 1px #7bd5fd;
}

.sidenav.catalog__modal li {
    position: relative;
}

.sidenav.catalog__modal .has_submenu .show_hide-submenu {
    position: absolute;
    width: 32px;
    height: 32px;
    background: #65bee7;
    top: 0.25em;
    right: 1em;
    border: 0;
}

.sidenav.catalog__modal .has_submenu .show_hide-submenu:before {
    display: block;
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.sidenav.catalog__modal .has_submenu.active .show_hide-submenu:before {
    transform: translate(-50%, -50%) rotate(135deg);
}

.sidenav.catalog__modal .has_submenu .main__menu-sub_menu {
    list-style: none;
    padding: 1em 1em;
}

.sidenav.catalog__modal .has_submenu .main__menu-sub_menu a {
    padding: 5px 0;
    display: block;
}

.sidenav.catalog__modal .has_submenu.active {
    background: #65bee7;
}

.sidenav--is-open,
.filter__modal--is-open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.header__btn-menu svg {
    width: 26px;
    min-width: 26px;
    height: 26px;
}

.sidenav .sidenav__close-button svg {
    width: 26px;
    height: 26px;
    fill: #ff6666;
}

.sidenav__close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.sidenav__close-button {
    border: 0;
    padding: 0;
    background: transparent;
}

.sidenav__logo img {
    width: 186px;
}

.sidenav__logo span {
    font-size: 0.75rem;
}

.sidenav__logo,
.filter__modal-title {
    background: #e1e9ed;
}

.sidenav .header__btn-catalog svg {
    width: 16px;
    height: 16px;
    fill: #fff;
}

.sidenav .btn-consultation svg,
.btn-filter svg {
    fill: #fff;
    width: 22px;
    height: 22px;
}

.sidenav svg {
    width: 16px;
    height: 16px;
    fill: #ff6666;
}

.sidenav .social-links svg {
    width: 22px;
    height: 22px;
    fill: #43b3e3;
}

.sidenav__list {
    list-style: none;
}

.sidenav__list a {
    text-decoration: none;
    color: #5b5b5b;
}

.filter__modal-body .product__filter-items:last-child {
    border-bottom: 0px;
}

.header__phone-phone_list {
    list-style: none;
}

/* !sidenav */

.modal-decorated .modal-content {
    background: #f7f4ef;
    border-radius: 0;
    border: 1px solid #f7f4ef;
}

.modal-decorated .modal-header {
    text-align: center;
    display: block;
    position: relative;
    border-bottom: 0;
    padding-bottom: 0;
}

.modal-decorated .close-button {
    position: absolute;
    top: -19px;
    right: -19px;
    z-index: 1;
    opacity: 1;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    padding: 0;
    background: transparent;
}

.modal-decorated .close-button:before {
    content: '';
    position: absolute;
    width: 90%;
    height: 90%;
    background: #fff;
    z-index: -1;
    border-radius: 50%;
    top: 5%;
    left: 5%;
}

.modal-decorated .close-button svg {
    width: 100%;
    height: 100%;
    fill: #df4d4d;
}

/* cart */
.baket__product-item {
    background: #fffcf7;
}

.baket__product-item img {
    max-width: 96px;
    max-height: 96px;
    border: 1px solid #f8f4f0;
    border-radius: 0.25em;
}

.baket__product-item a {
    text-decoration: none;
}

.btn-trash svg {
    width: 22px;
    height: 22px;
    fill: #212121;
}

.btn-trash:hover svg {
    fill: #df4d4d;
}

.empty-backet svg {
    width: 64px;
    height: 64px;
    fill: #5b5b5b;
}

.baket__product-count button {
    background: transparent;
    border: 0;
    padding: 0.5em;
}

.baket__product-count button:hover {
    color: #df4d4d;
}

.modal-body.upload {
    pointer-events: none;
    opacity: 0.6;
}

.order__done-wrap {
    background: #f7f4ef;
}

/* !cart */

/* range slider */
.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.noUi-target {
    position: relative;
}
.noUi-base,
.noUi-connects {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
.noUi-connects {
    overflow: hidden;
    z-index: 0;
}
.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 26px;
  height: 26px;
  right: -26px;
  top: -12px;
}
.noUi-horizontal .noUi-handle.noUi-handle-upper {
  right: 0px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
.noUi-target {
  background: #e1e1e1;
  border-radius: 4px;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #ff6666;
}
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 50%;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
/* !range slider */

.table_wrap {
    overflow: auto;
}

.page-txt-container img,
.txt img {
    max-width: 100%;
    max-height: 100% !important;
    height: initial !important;
}

.compare__table-wrap .btn-compare {
    position: absolute;
    top: .5em;
    right: .5em;
}

.compare__table-wrap .btn-compare svg {
    width: 26px;
    height: 26px;
    fill: #df4d4d;
}

.compare__table-wrap .btn-compare:hover svg {
    fill: #ff6666;
}

.compare__table-wrap table {
    table-layout: fixed;
}

/* .page-txt-container td {
    display: block;
} */

header .search {
    order: 4;
    width: 100%;
}

@media (max-width: 1200px) { 
    .main__menu-wrap > ul > li:last-child > ul,
    .main__menu-wrap > ul > li:nth-last-child(2) > ul {
        right: 0px;
    }
}


@media (max-width: 768px) {
    .product__curtain .container {
        padding: 0;
    }
    .order-btn {
        width: 100%;
    }

    .review-item {
        background: #f7f4ef;
        padding: 1em;
        margin-left: 0;
        position: relative;
        width: 100%;
    }

    .review-item:before {
        display: none;
    }

    .product__item, .item-banner {
        margin-bottom: 14px;
        height: 318px;
    }

    .product__item:nth-child(odd),
    .item-banner:nth-child(odd) {
        padding-right: calc(var(--bs-gutter-x)* .25);
    }

    .product__item:nth-child(even),
    .item-banner:nth-child(even) {
        padding-left: calc(var(--bs-gutter-x)* .25);
    }

    .product__item-labels {
        left: -0.25em;
        left: calc(-0.25em - 1px);
    }

    .product__item-content .images img {
        max-height: 164px;
    }

    .product__item-content .images {
        min-height: 164px;
    }

    .rating-start svg {
        width: 10px;
        height: 10px;
    }

    .product__items-discount {
        width: initial;
        height: initial;
        border-radius: 0.25em;
        right: 0.25em;
        padding: 3px;
    }

    .product__item-stock_wrap > span,
    .product__item-price_wrap {
        font-size: 0.875em;
    }

    .product__item-stock_wrap .articul,
    .product__item-stock_wrap .stock_text {
        display: block;
        overflow: hidden;
    }

    .product__item-stock_wrap .stock_text > span {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: block;
    }

    .is-horizontal .f-carousel__nav .f-button.is-next,
    .is-horizontal .fancybox__nav .f-button.is-next {
        right: 0.25em;
    }

    .is-horizontal .f-carousel__nav .f-button.is-prev,
    .is-horizontal .fancybox__nav .f-button.is-prev {
        left: -0.25em;
    }
}

@media (max-width: 576px) { 
    .modal-decorated .modal-header {
        text-align: left;
        padding-right: 4rem;
    }
    .modal-decorated .close-button {
        top: 0.75rem;
        right: 0.75rem;
    }
    .human__map-category_item {
        flex-direction: row;
        padding: 0.5em;
        height: initial;
        justify-content: flex-start;
    }
    .human__map-category_item img {
        max-height: 56px;
        margin-right: 1em;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { }

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    header .logo {
        width: 286px;
    }
    header .search {
        order: initial;
        width: auto;
    }
    .product__slider-wrap {
        display: grid;
        grid-template-columns: 120px 1fr;
    }
    .f-thumbs.is-classic {
        margin-right: 30px;
    }
    #productContainer {
        --product-view-height: 500px;
    }

    .f-thumbs__slide {
        height: 135px;
    }

    .module_slider-products_main .btn-product-buy {
        padding: 0.5rem 1.5rem;
        font-size: 1.15rem;
    }

    .product__item:hover {
        z-index: 999;
    }
    
    .product__item:hover .product__item-content:before {
        display: block;
    }
    
    .product__item:hover .product__item-hide_info {
        display: block;
    }
    
    .product__item:hover .product__item-content {
        border: 1px solid #fff;
    }
    
    .product__item:hover .height-limit {
        display: block;
        -webkit-line-clamp: initial;
        -webkit-box-orient: initial;
        overflow: initial;
        text-overflow: initial;
    }
    
    .product__item:hover .product__item-labels {
        left: calc(-1em - 14px);
    }

    .product__item-content .buy-button:hover .text,
    .product__item-content .buy-button:focus .text {
        display: block;
    }

    .product__item-content .buy-button:hover .icon,
    .product__item-content .buy-button:focus .icon {
        display: none;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }