@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100;1,200;1,300;1,400;1,500;1,600&display=swap');
:root {
	--white:#fff;
	--green:#5fc079f7;
	--orange:#f07f13;
	--red:#e66969;
	--black:#383838;
	--bardo:#800000;
	--bardo2:#a30f0f;
}
* {outline: none !important;-webkit-tap-highlight-color: transparent;}
*, *:before, *:after {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
a{cursor:pointer;text-decoration:none;color:var(--black);}
a:focus, a:hover, a:visited{text-decoration:none;}
b {
    font-weight: 500;
}
html {font-size: 14px;font-family: Montserrat;height: 100%;}
body {width: 100%;min-height: 100%;height: 100%;margin: 0;font-size: 15px;color:var(--black);font-family: Montserrat, Arial, sans-serif;line-height: 22px;background:var(--white);display: flex;flex-direction: column;}
.scrolled {overflow: auto;overscroll-behavior: auto;}
::-webkit-scrollbar {width: 3px;height: 3px;}
::-webkit-scrollbar-track {border-radius: 5px;}
::-webkit-scrollbar-thumb {border-radius: 5px;background: var(--bardo);border:0;}
::-webkit-scrollbar-thumb:window-inactive-thumb {background: var(--bardo);border:0;}
::selection {background: #cdcdcd66;}
::-moz-selection {background: #cdcdcd66;}
input {font-family: Montserrat, Arial, sans-serif;}
.svg {display: flex;justify-content: center;align-items: center;fill: gainsboro;}
.container {margin-left: auto !important;margin-right: auto !important;max-width: calc(1240px + 32px);width: 100%;padding-left: 16px;padding-right: 16px;}

/* Выпадающий список */
.dropdown-list {padding: 16px;left: 0;position: absolute;top: 100%;background: #fff;display: none;border-radius: 12px;list-style: none;border: 2px solid #cfcfcf;z-index: 2;}
.dropdown-list a, .dropdown-list span {padding-bottom: 7px;display: flex;cursor: pointer;}
.dropdown-list li:last-child a, .dropdown-list li:last-child span {padding: 0;}
.open .dropdown-list {display: block;}
.dropdown-list a:hover, .dropdown-list span:hover {color: var(--bardo);}

/* Кнопки */
.btn {font-weight: 500;text-transform: none;letter-spacing: normal;text-decoration: none;margin: 0px;border: 0;border-radius: 22px;background: inherit;padding: 1px 20px;font-size: 14px;font-family: inherit;padding-left: 16px;color: inherit;padding-right: 16px;overflow: hidden;display: inline-flex;align-items: center;justify-content: center;height: 40px;position: relative;user-select: none;background-image: none;cursor: pointer;white-space: nowrap;transition: background-color 0.1s ease;-moz-transition: background-color 0.1s ease;-ms-transition: background-color 0.1s ease;-o-transition: background-color 0.1s ease;-webkit-transition: background-color 0.1s ease;}
.btn-blue {
    color: #fff;
    background: var(--bardo);
}

.btn-blue i {
    fill: #fff;
    margin-right: 16px;
}

.btn-blue-border {
    background: #fff;
    color: var(--bardo);
    border: 2px solid;
}

.btn-orange-border {
    background: #fff;
    color: var(--orange);
    border: 2px solid;
}

.btn-green {
    color: #fff;
    background: #46b764;
}

.btn-green i {
    margin-right: 16px;
    fill: #fff;
}

.btn-red {
    color: #fff;
    background: #e66969;
}

.btn-red i {
    margin-right: 16px;
    fill: #fff;
}

.btn-false {
    opacity: 0.7;
}
/* Первый ряд шапки */
.search-open .header-one{z-index: 10;background: #fff;}
.header-one .flex-element {display: flex;width: 100%;margin:8px 0;}
.header-logo {width: 251px;flex: none;margin-right: 32px;}
.header-logo img {width: 100%;}
.p-s-block {display: flex;flex: 1;align-items: center;}
.header-search {display: flex;border: 1px solid #eaeaea;border-radius: 32px;align-items: center;border-bottom: 1px solid #eaeaea;background: #fbfbfb;padding: 0 8px;flex: 1;height: 40px;}
.header-search .search-group {position: relative;display: flex;width: 165px;font-size: 14px;cursor: pointer;}
.header-search .search-group .search-category-buttom {display: flex;flex: 1;justify-content: space-between;}
.header-search .search-group .search-category-buttom span {font-weight: 500;word-wrap: break-word;justify-content: space-between;width: 115px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.header-search .search-group .dropdown-menu {border: 1px solid #eaeaea;position: absolute;background: #fbfbfb;display: none;top: calc(100% + 8px);left: -8px;padding: 12px;width: 207px;z-index: 3;border-radius: 14px;}
.header-search .search-group .search-category-buttom {display: flex;flex: 1;justify-content: space-between;    padding: 8px;}
.header-search .search-group .search-category-buttom svg {fill: #8d8d8d;}
.header-search .search-group.open .dropdown-menu {display: block;}
.header-search .search-group.open .dropdown-menu a {font-weight: 500;line-height: 29px;}
.header-search .search-group.open .dropdown-menu span {display: table;}
.header-search .search-group.open .dropdown-menu a:hover {color: var(--bardo);text-decoration: underline;}
.header-search .group-btn-go-search {cursor: pointer;}
.header-search .group-btn-go-search .btn-search svg {width: 23px;height: 23px;fill: var(--bardo);}
.header-search .search-inp {flex: 1;margin-right: 6px;height: 100%;border: 0;outline: none;font-weight: 500;background: none;font-size: 13px;}

.phone-block {display: flex;align-items: center;}
.phone-block .all-phone a {border-bottom: 2px dotted #d0d0d0;color: var(--bardo);font-weight: 500;}
.phone-block .all-phone {display: flex;flex-wrap: wrap;flex-direction: column;margin-right: 16px;order: 1;height: 48px;padding-right: 16px;border-right: 1px solid #eaeaea;margin-left: 16px;}
.phone-block .phoned {height: 48px;display: flex;flex-direction: column;margin-left: 16px;justify-content: space-around;border-left: 1px solid #eaeaea;padding-left: 16px;}

.btn-cart {display: flex;align-items: center;}
.btn-cart a {display: flex;align-items: center;min-width: 50px;}
.btn-cart svg {fill: var(--bardo);margin-right: 6px;}
.btn-cart a #cart-total {font-weight: 500;padding-top: 5px;}

/* Второй ряд шапки */
.search-open .header-element-duo {z-index: 10;}
.header-element-duo {display: flex;width: 100%;border-top: 1px solid #eaeaea;border-bottom: 1px solid #eaeaea;padding: 11px 0;background: #fbfbfb;}
.header-element-duo .flex-element {display: flex;width: 100%;position: relative;}
.header-element-duo .header-menu {display: flex;margin-right: 16px;}
.header-element-duo .header-menu .btn-blue {min-width: 200px;display: flex;justify-content: space-between;padding: 0px 22px;}
.header-element-duo .header-link {display: flex;align-items: center;}
.header-element-duo .header-link .link {margin: 0 16px;flex-shrink: 0;font-weight: 500;}
.header-element-duo .header-link .link a:hover {text-decoration: underline;color: var(--bardo);}
.header-element-duo .dropdown-list.category {margin: 0;top: calc(100% + 8px);padding-bottom: 0;}
.header-element-duo .dropdown-list.category a {font-weight: 500;color: var(--black);}
.header-element-duo .dropdown-list.category a:hover {text-decoration: underline;color: var(--bardo);}
.header-element-duo .flex-element .btn-cart {display: none;}
.header-element-duo .flex-element .header-menu-openning {display: flex;width: 100%;position: relative;}
.header-element-duo .button-open-search {display: none;}
.header-element-duo .open-mobile {margin-right: 16px;display: none;}
.header-element-duo .flex-element .header-menu-openning .header-menu-info {display: none;}

@media (max-width: 1105px) {
	.header-search .search-group {width: inherit;}
}
@media (max-width: 1070px) {
	.header-search .search-group .search-category-buttom span {display: none;}
}
@media (max-width: 960px) {
	.phone-block .phoned div {display: none;}
	.phone-block .all-phone {margin-left: 0;}
	.header-search .search-group .search-category-buttom span {display: none;}
	.header-element-duo .header-menu .btn-blue {min-width: auto;}
	.header-logo {margin-right: 0;}
}
@media (max-width: 770px) {
	.header-one .flex-element .btn-cart {display: none;}
	.phone-block .all-phone {margin-right: 0;padding-right: 0;border: 0;}
	.header-element-duo .flex-element .btn-cart {display: flex;margin-left: 16px;justify-content: space-around;border-left: 1px solid #eaeaea;padding-left: 16px;}
	.header-element-duo .flex-element {display: flex;width: calc(100% - 69px);}
}
@media (max-width: 680px) {
	.header-element-duo .flex-element .header-menu-openning{padding: 16px;background: #ffffff;position: fixed;max-width: calc(400px - 32px);z-index: 5;width: calc(100% - 32px);left: 0;top: 0;height: 100%;-webkit-box-shadow: 2px 0 4px rgb(0 0 0 / 31%);box-shadow: 2px 0 4px rgb(0 0 0 / 31%);margin-left: -100%;transition: 0.3s all;flex-direction: column;padding-top:9px;}
	.header-element-duo .flex-element {width: 100%;position: initial;}
	.phone-block .phoned {border: 0;padding-left: 0;margin-left: 0;}
	.header-logo {width: 220px;}
	.header-element-duo .open-mobile {display: flex;margin-right: auto;min-width: 142px;justify-content: space-around;}
	.menu-open .header-menu-openning {margin: 0 !important;}
	.header-element-duo .flex-element .header-menu-openning .header-menu-info{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #ededed;}
	.header-element-duo .flex-element .header-menu-openning .header-menu-info img {width: 217px;}
	.header-element-duo .flex-element .header-menu-openning .header-menu-info svg {fill: var(--red);}
	.header-element-duo .header-menu .btn-blue .burg-flex {display: none;}
	.header-element-duo .header-menu .btn-blue .burg-flex {display: none;}
	.header-element-duo .header-menu.open .btn-blue {color: var(--bardo);font-size: 15px;}
	.header-element-duo .header-menu .btn-blue {min-width: auto;padding: 0;margin: 0;background: inherit;color: inherit;}
	.header-element-duo .category {position: inherit; border: 0; padding: 0; padding-left: 0;}
	.header-element-duo .dropdown-list.category a:before {content: '-';padding-right: 9px;}
	.header-element-duo .header-menu {display: flex;margin-right: 0;flex-direction: column;}
	.header-element-duo .header-link {align-items: flex-start;flex-direction: column;border-top: 1px solid #ededed;padding-top: 7px;}
	.header-element-duo .header-link .link {margin: 0;padding-top: 6px;}
}
@media (max-width: 525px) {
	.header-element-duo .button-open-search {display: flex;}
	.header-element-duo .flex-element .p-s-block2 {position: absolute; top: 0; left: 0; height: 88px; display: flex; align-items: center; justify-content: center; opacity: 0; margin: 0; margin-top: -1px; width: 100%; right: 0; background: #fff; z-index: -1; transition-duration: 0.4s;}
	.search-open .header-element-duo .flex-element .p-s-block2 {opacity: 12;z-index: 1;transition-duration: 0.4s;}
	.search-open .header-element-duo .button-open-search .search-mob {opacity: 0;z-index: -1;width: 0;}
	.search-open .header-element-duo .button-open-search .search-close {opacity: 1;z-index: 1;width: auto;}
	.search-open .header-element-duo .button-open-search .search-close svg {fill: var(--red);}
	.header-element-duo .button-open-search i {cursor: pointer;}
	
	.header-element-duo .flex-element .p-s-block2 .header-search {margin: 16px;}
	.button-open-search svg { fill: var(--black);}
	.header-element-duo .flex-element .p-s-block2 .header-search .category-name {display: block;}
	.header-element-duo .button-open-search .search-close {opacity: 0;z-index: -1;width: 0;}
}
@media (max-width: 380px) {
	.header-element-duo .flex-element .p-s-block2 .header-search .category-name {display: none;}

}
@media (max-width: 398px){
	.header-logo {width: 170px;}
	.header-element-duo .flex-element .header-menu-openning .header-menu-info img {width: 170px;}
}

/* бургер flex */
.header-element-duo .burg-flex {cursor: pointer;display: flex;flex-direction: column;width: 18px;height: 14px;margin-right: 16px;justify-content: space-between;position: relative;}
.header-element-duo .burg-flex div {border-radius: 100px;height: 2px;background: #fff;transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08) 0s;}
.header-element-duo .burg-flex .el-top {width: 100%;}
.header-element-duo .burg-flex .el-mid {width: 60%;}
.header-element-duo .burg-flex .el-bot {width: 80%;}
.header-element-duo .open .burg-flex .el-top {transform: rotate(45deg);top: 44%;position: absolute;width: 100%;left: -2px;}
.header-element-duo .open .burg-flex .el-mid {display: none;}
.header-element-duo .open .burg-flex .el-bot {transform: rotate(-45deg);top: 44%;position: absolute;width: 100%;left: -2px;}

.info-store {border-left: 4px solid var(--bardo2);padding: 0 0px 0 16px;display: flex;font-weight: 500;margin-top: 24px;margin-bottom: 8px;}
.info-store p {margin: 0;font-size: 13px;color: var(--black);}

.header-title {    font-size: 20px;margin: 16px 0;font-weight: 500;}
.category-wall-block {grid-auto-flow: row;grid-auto-columns: 1fr;display: grid;grid-template-columns: repeat(auto-fill,minmax(189px,1fr));margin: 0 -8px;}
.category-wall-block .category-wall-items {display: flex;    border: 1px solid #ededed;flex-direction: column;margin: 0px 8px 16px;border-radius: 16px;box-shadow: 0px 0px 17px 1px #d8d8d885;align-items: center;}
.category-wall-block .category-wall-items a {display: flex;width: 100%;justify-content: center;padding-bottom: 8px;padding-top: 16px;}
.category-wall-block .category-wall-items div a {font-weight: 500;text-decoration: underline;}
.category-wall-block .category-wall-items:hover a {color: var(--bardo);}
.category-wall-block .category-wall-items div {display: flex; width: 100%; padding: 15px; text-align: center; align-items: center; align-content: center; height: 100%;}



.html-id-33 {display: flex;width: 100%;background: #f6f6f6;margin-bottom: 16px;margin-top: 16px;}
.advantage {grid-auto-flow: row;grid-auto-columns: 1fr;display: grid;grid-template-columns: repeat(auto-fill,minmax(300px,1fr));margin: 0 -8px;}
.advantage .advantage-item {display: flex;flex-direction: row;margin: 8px 8px 8px;padding: 16px;align-items: center;}
.advantage .advantage-item .advantage-icon svg {fill: var(--bardo);height: 35px;}
.advantage .advantage-item .advantage-icon {border: 2px solid var(--bardo);display: flex;width: 80px;height: 80px;flex-direction: column;border-radius: 100%;justify-content: center;align-items: center;margin-right: 16px;}
.advantage .advantage-item .advantage-text {line-height: 18px;font-weight: 500;color: var(--black);font-size: 16px;}

/* fix для категорий товаров с левым меню */
.row-category {display: flex;}
.row-category aside {width: 290px;margin-right: 16px;}
.row-category aside .list-group {display: flex;flex-direction: column;padding: 16px;border: 1px solid #ededed;height: auto;border-radius: 16px;box-shadow: 0px 0px 17px 1px #d8d8d885;justify-content: space-between;}
.row-category .category-product {flex: 1;}
.row-category aside .list-group .active {font-weight: 500;color: var(--bardo);}
@media (max-width: 623px){
	.row-category {display: flex;flex-direction: column;}
	.row-category aside {margin: 0;width: auto;}	
}
	
.block-product {grid-auto-flow: row;grid-auto-columns: 1fr;display: grid;grid-template-columns: repeat(auto-fill,minmax(224px,1fr));margin: 0 -8px;}
.block-product-element {padding: 16px;display: flex;border: 1px solid #ededed;flex-direction: column;height: auto;margin: 0px 8px 16px;border-radius: 16px;box-shadow: 0px 0px 17px 1px #d8d8d885;justify-content: space-between;align-items: center;}
.block-product-element:hover {box-shadow: 0px 0px 17px 1px #e2e2e2;}
.block-product-element .image {width: 100%;display: block;margin-bottom: 14px;position: relative;}
.block-product-element .image img {width: 100%;display: block;border: 1px solid whitesmoke;border-radius: 10px;}
.block-product-element .caption {display: table;width: 100%;}
.block-product-element .caption .model-code {color: #a19f9f;font-size: 14px;margin-bottom: 8px;}
.block-product-element .caption .link-short {overflow: hidden;}
.block-product-element .caption .link-short a {font-weight: 500;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.block-product-element .short-price-div {display: flex; justify-content: space-between; width: 100%; border-top: 1px solid whitesmoke; padding-top: 16px; margin-top: 16px; flex-direction: column;}
.block-product-element .short-price-div .price {font-weight: 500;color: var(--bardo);font-size: 16px;}
.block-product-element .price-text .text {font-weight: 500; color: #b5b5b5; margin-right: 12px;}
.block-product-element .stikers {display: flex;flex-direction: column;position: absolute;left: 0px;top: 2px;align-items: flex-start;opacity: 0.4;}
.block-product-element .stikers span {margin-bottom: 8px;padding: 1px 15px;border-radius: 100px;font-size: 14px;}
.block-product-element .btn-card {background: #fff;border: 2px solid var(--bardo);color: var(--bardo);}
.block-product-element .short-price-div .price-text {display: flex;margin-bottom: 10px;}
.block-product-element .price-text .text:after {content: ':';}

.block-product-element:hover .stikers {opacity: 1;}
.block-product-element:hover .btn-card {background: var(--bardo);color: #fff;}
.block-product-element:hover .caption .link-short a {text-decoration: underline;color: var(--bardo);}

@media (max-width: 398px){
	.category-wall-block .category-wall-items {margin: 0px -8px 16px;border-radius: 0;border-left: 0;border-right: 0;}
	.advantage .advantage-item {margin: 0px -8px 0px;}
}

.best {background: grey;color: #fff;}
.top {background: var(--green);color: #fff;}
.sale {background: var(--red);color: #fff;}


.about-text-box {margin: 0 -16px;font-size: 16px;}
.about-text-box strong {color: var(--bardo);font-weight: 500;}
.about-text-box span p {line-height: 23px;margin-bottom: 20px;}
.html-id-41 {margin-top: 8px;display: flex;margin-bottom: 16px;}
 

.breadcrumb {display: flex;align-items: center;margin: 14px 0;border-bottom: 1px solid #eaeaea;padding-bottom: 8px;}
.breadcrumb .list {display: flex;}
.breadcrumb .list div {flex-shrink: 0;color: var(--black);}
.breadcrumb .list div:after {content: '/';margin: 0 12px;color: var(--black);}
.breadcrumb .list div a {color: var(--bardo);text-decoration: underline;}
.breadcrumb .list div:last-child:after {content: none;}

@media (max-width: 420px) {
.inform-page img {width: 100% !important;height: auto !important;}
}

.content-all iframe {border: 2px solid #eaeaea;padding: 0px;border-radius: 12px;}
.content-all-duo {display: flex;margin: 0 -8px;}
.content-all-duo .contact-forms {flex: 1;margin: 0 8px;margin-bottom: 32px;}
.content-all-duo .contact-forms .contact-derev {margin-bottom: 16px;}
.content-all-duo .contact-forms .contact-derev a {text-decoration: underline;}
.contact-forms .form-group input, .contact-forms .form-group textarea {font-size: 13px;display: flex;border: 1px solid #d4d4d4;border-radius: 24px;align-items: center;background: #fbfbfb;padding: 0 8px;resize: none;font-family: Montserrat, Arial, sans-serif;}
.contact-forms .form-group {display: flex;margin-bottom: 16px;}
.contact-forms .form-group input {height: 36px;}
.contact-forms .form-group textarea {border-radius: 17px;padding: 11px;}
.contact-forms .form-group label {width: 160px;display: flex;margin-top: 9px;}
.contact-forms .form-group .col-sm-10 {flex: 1; display: flex; flex-direction: column; margin-right: 32px;}
.contact-forms .form-group .col-sm-10 img {margin-left: 16px;}
.contact-forms .form-group.has-error .text-danger {color: var(--red);padding-left: 5px;}
.contact-forms .form-group .col-sm-10 .captcha-edit {display: flex;justify-content: space-between;}
.contact-forms .form-group .col-sm-10 .captcha-edit input {flex: 1;}
.contact-forms .buttons {display: flex;align-items: center;justify-content: center;}

@media (max-width: 990px) {
	.contact-forms .form-group {flex-direction: column;margin-bottom: 0px;}
	.contact-forms .buttons {margin-top: 16px;}
	.contact-forms .form-group.has-error .text-danger {padding-left: 5px;}
}
@media (max-width: 800px) {
	.content-all-duo {display: flex;margin: 0 -8px;flex-direction: column;}
	.contact-forms .form-group .col-sm-10 {margin: 0;}
}
footer {background: #f6f6f6;border-top: 1px solid #eaeaea;margin-top: 16px;}
footer .row {display: flex;justify-content: space-between;flex-wrap: wrap;}
footer h5 {font-size: 20px;margin: 16px 0;font-weight: 500;} 
footer .row .footer-block.fix-contact {width: 378px !important;}
footer .footer-contact {display: flex;flex-direction: column;}
footer .footer-contact div {display: flex;align-items: center;justify-content: flex-start;line-height: 19px;margin-bottom: 14px;}
footer .footer-contact .footer-mess {margin-left: 36px;}
footer .footer-contact div svg {height: 22px;width: 21px;fill: var(--bardo2);}
footer .footer-contact div .svg {display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;margin-right: 10px;}
footer .footer-contact .fix-clear-icon {margin-left: 32px;line-height: 18px;margin-bottom: 16px;}
footer .footer-footer-div {display: flex;justify-content: space-between;align-items: center;margin: 16px 0;border-top: 1px solid #dbdbdb;padding-top: 16px;font-weight: 500;}
footer .row .footer-block .list-footer-link a {color: var(--bardo);line-height: 31px;}
footer .row .footer-block .list-footer-link a:hover {text-decoration: underline;}
footer .footer-contact div a {text-decoration: underline;}
@media (max-width: 700px) {
footer .row .footer-block {padding-right: 28px;}
}

.payment-box {display: table;padding-top: 3px;}
.payment-box span {background-repeat: no-repeat;display: inline-block;opacity: .9;background-image: url(/image/sprite-ts.png);width: 53px;height: 33px;margin-left: 16px;-webkit-border-radius: 2px;-moz-border-radius: 2px;border-radius: 2px;border: 1px solid #d4d4d4;}
.payment-box .sberbank {background-position: 0 -185px;}
.payment-box .visa {background-position: 0 0;}
.payment-box .mastercard {background-position: -66px 0;}
.payment-box .maestro {background-position: -133px 0;}
@media (max-width: 700px) {
	footer .footer-footer-div {flex-direction: column;text-align: center;}
	.payment-box {padding-top: 16px;}
}
@media (max-width: 500px) {
	footer .footer-contact .fix-clear-icon, footer .footer-contact .footer-mess {margin-left: 0;}
	.payment-box {display: flex;padding-top: 16px;justify-content: space-around;width: 100%;}
	.payment-box span {margin: 0;}
}
@media (max-width: 438px) {
	footer .row .footer-block {    width: 100% !important;}
	footer .row .footer-block {padding-right: 0 !important;}
}
#back-top {position: fixed;right: 34px;bottom: 102px;z-index: 1000;margin-bottom: 0;opacity: .45;cursor: pointer;}
#back-top:hover {opacity: 1;}

.duol-pag {display: flex;justify-content: space-between;align-items: center;font-weight: 500;color: #979797;flex-wrap: wrap;}
.duol-pag .pagination {display: flex;align-items: center;justify-content: center;list-style: none;padding: 0;}
.duol-pag .pagination li {margin-right: 16px;height: 34px;display: flex;min-width: 34px;align-items: center;justify-content: center;border-radius: 20px;background: #efefef;}
.duol-pag .pagination li.active {background: var(--bardo);color: #fff;}
.duol-pag .pagination li:hover a {color: var(--bardo);}


.overflowing .black-element {top: 0;left: 0;width: 100%;height: 100%;bottom: 0;}
.black-element {z-index: 3;background: rgb(0 0 0 / 45%);position: fixed;backdrop-filter: blur(2px) contrast(100%);-webkit-backdrop-filter: blur(2px) contrast(100%);transition-duration: 0.4s;}





.fix_head_prod1 {display: none;}
.fix_head_prod2 {margin-top: 0;}
@media (max-width: 955px) {
	.fix_head_prod2 {
		margin-top: 16px;
	}
}
.row-head-prod {display: flex;margin: 0 -8px;margin-top: 23px;}
.row-head-prod .row-left {width: 56%;margin: 0 8px;}
.row-head-prod .row-right {margin: 0 16px;}

@media (max-width: 1070px) {
	.row-head-prod .row-left {width: 54%;}
}
@media (max-width: 1000px) {
	.row-head-prod .row-left {width: 51%;}
}
@media (max-width: 955px) {
	.row-head-prod {flex-direction: column;}
	.row-head-prod .row-left {width: auto;}
	.row-head-prod .row-right {margin: 0 8px;}
}
@media (max-width: 470px) {
	.block-ask-price .doka {justify-content: center !important;flex-wrap: wrap;}
	.block-ask-price .doka .phoneclick {color: var(--bardo);margin: 0px 16px 8px 16px;}
	.new-fix-elem-cart {flex-direction: column;}
	.list-unstyled.fixed-priced {width: auto  !important;margin: 16px 0  !important;}
	.block-ask-price span { text-align: center; margin-top: 26px; }
}

.alerton {display: flex;align-items: center;margin-bottom: 8px;font-weight: 500;}
.alerton i {margin-right: 8px;}
.alerton.info i {fill: var(--red);}
.alerton.info {color: var(--red);}
.alerton.inform i {fill: var(--green);}
.alerton.inform {color: var(--green);}
 
.image-additional {position: relative;}
.image-additional .stikers {z-index: 2;display: flex;flex-direction: column;position: absolute;left: 8px;top: 8px;align-items: flex-start;}
.image-additional .stikers span {margin-bottom: 8px;padding: 1px 15px;border-radius: 100px;font-size: 14px;}
.image-additional .owl-item a {border: 0;transition-duration: .2s;transition-property: all;border-width: 1px;display: block;padding: 4px}
.image-additional .owl-item a:hover {border-color: #59C2E6;transition-duration: .2s;transition-property: all}
.image-additional .owl-wrapper-outer {box-shadow: none;border: 2px solid var(--bardo);border-radius: 15px;}
.image-additional .owl-item img {width: 100%}

@media (max-width: 769px) {
	.one-image-fix .owl-wrapper {
		width: 100% !important;
	}
	.one-image-fix .owl-wrapper .owl-item {
		width: 100% !important;
	}
}
.product-my-bot {display: flex;align-items: center;}

.mfp-gallery .mfp-image-holder .mfp-figure figure {padding: 0;margin: 0;}
.image-additional .owl-buttons svg {fill: var(--bardo);}
.nab-prod.nav-tabs {display: flex; list-style: none; padding: 0; margin-top: 16px; overflow: auto; overscroll-behavior: auto;}
.nab-prod.nav-tabs li {background: #e9e9e9; margin-right: 16px; display: flex; align-items: center; justify-content: center; border-radius: 100px; margin-bottom: 11px;}
.nab-prod.nav-tabs li.active {background: var(--bardo);}
.nab-prod.nav-tabs li:last-child {margin-right: 0;}
.nab-prod.nav-tabs li.active a {color: #fff;}
.nab-prod.nav-tabs li a {padding: 8px 16px;font-weight: 500;white-space: nowrap}
.bottom-bord {border-top: 2px solid #d5d5d5;}

.tab-pane {display: none;}
.tab-pane.active {display: block;}
.tab-merk { margin-top: 16px; }
.tab-merk div {display: flex;align-items: center;margin-bottom: 10px;}
.tab-merk div span:first-child {font-weight: 500;min-width: 331px;position: relative;display: flex;align-items: center;margin-right: 16px;}
.tab-merk div span b {background: #fff;z-index: 2;padding-right: 16px;}
.tab-merk div span:first-child:before {content: '';width: 100%;height: 2px;position: absolute;border-bottom: 2px dotted #e7e7e7;}
@media (max-width: 660px) {
	.tab-merk div {flex-direction: column;display: flex;align-items: flex-start;color: #8e8e8e;}
	.tab-merk div span:first-child {min-width: auto;}
	.tab-merk div span b {color: #000;}
}
@media (max-width: 600px) {
	.nab-prod.nav-tabs {display: flex;flex-direction: column;margin-bottom: 0;}
	.nab-prod.nav-tabs li {margin-right: 0;}
	#tab-help ul { padding-left: 17px; }
}

.alert-cart-up {width: calc(100% - 32px);max-width: 410px;display: inline-block;margin: 0px auto;position: fixed;transition: all 0.5s ease-in-out 0s;z-index: 10031;top: 16px;right: 16px;animation-iteration-count: 1;background: #fff;float: right;border: none;border-radius: 8px;box-shadow: 0px 0px 25px rgb(0 0 0 / 29%);margin-bottom: 16px;width: 100%;font-weight: 500;padding: 16px;}

.new-fix-elem-cart {display: flex;align-items: center;align-content: center;width: 100%;}

.list-unstyled.fixed-priced {list-style: none;width: 132px;padding: 0; margin-top: 16px; display: flex; margin-right: 32px;}
.list-unstyled.fixed-priced h2 {margin: 0;color: var(--bardo);}

.info-style-product {list-style: none;margin: 0;padding: 0;display: flex;flex-direction: column;align-items: flex-start;width: max-content;padding-top: 16px;padding-bottom: 16px;}
.info-style-product li b {margin-right: 11px;}
.info-style-product li {display: flex;line-height: 25px;}

.product-my-bot .number-spinner {display: flex;border: 1px solid #eaeaea;border-radius: 100px;margin-right: 16px;}
.product-my-bot .number-spinner input {width: 42px;display: table;text-align: center;font-weight: 500;border: 0;border-left: 1px solid #eaeaea;border-right: 1px solid #eaeaea;}
.product-my-bot .number-spinner button {padding: 12px;}
.block-ask-price {margin-top: 15px;}
.block-ask-price span {font-weight: 500; border-bottom: 1px solid #eaeaea; display: block; margin-bottom: 9px; padding-bottom: 9px;}
.block-ask-price .doka {font-weight: 500;display: flex;justify-content: space-between;}
.block-ask-price .doka .phoneclick {color: var(--bardo);}


.close {
float: right;
font-size: 21px;
font-weight: 700;
line-height: 1;
color: #000;
text-shadow: 0 1px 0 #fff;
filter: alpha(opacity=20);
opacity: .2
}

.close:focus,.close:hover {
color: #000;
text-decoration: none;
cursor: pointer;
filter: alpha(opacity=50);
opacity: .5
}

button.close {
-webkit-appearance: none;
padding: 0;
cursor: pointer;
background: 0 0;
border: 0
}

.modal-open {overflow: hidden}
.modal {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1050;display: none;overflow: hidden;-webkit-overflow-scrolling: touch;outline: 0}
.modal.fade .modal-dialog {-webkit-transition: -webkit-transform .3s ease-out;-o-transition: -o-transform .3s ease-out;transition: transform .3s ease-out;-webkit-transform: translate(0,-25%);-ms-transform: translate(0,-25%);-o-transform: translate(0,-25%);transform: translate(0,-25%)}
.modal.in .modal-dialog {-webkit-transform: translate(0,0);-ms-transform: translate(0,0);-o-transform: translate(0,0);transform: translate(0,0)}
.modal-open .modal {overflow-x: hidden;overflow-y: auto}
.modal-dialog {position: relative;width: auto;margin: 10px}
.modal-content {position: relative;background-color: #fff;-webkit-background-clip: padding-box;background-clip: padding-box;border: 1px solid #999;border: 1px solid rgba(0,0,0,.2);border-radius: 6px;outline: 0;-webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);box-shadow: 0 3px 9px rgba(0,0,0,.5)}
.modal-backdrop {position: fixed;top: 0;right: 0;bottom: 0;left: 0;z-index: 1040;background-color: #000}
.modal-backdrop.fade {filter: alpha(opacity=0);opacity: 0}
.modal-backdrop.in {filter: alpha(opacity=50);opacity: .5}
.modal-header {min-height: 16.43px;padding: 15px;border-bottom: 1px solid #e5e5e5}
.modal-header .close {margin-top: -2px}
.modal-title {margin: 0;line-height: 1.42857143}
.modal-body {position: relative;padding: 15px}
.modal-footer {padding: 15px;text-align: right;border-top: 1px solid #e5e5e5}
.modal-footer .btn+.btn {margin-bottom: 0;margin-left: 5px}
.modal-footer .btn-group .btn+.btn {margin-left: -1px}
.modal-footer .btn-block+.btn-block {margin-left: 0}
.modal-scrollbar-measure {position: absolute;top: -9999px;width: 50px;height: 50px;overflow: scroll}
@media (min-width: 768px) {
.modal-dialog {width:600px;margin: 30px auto}
.modal-content {-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);box-shadow: 0 5px 15px rgba(0,0,0,.5)}
.modal-sm {width: 300px}
}
@media (min-width: 992px) {
.modal-lg {width:900px}
}
