@font-face {
    font-family: 'WeblySleek UI';
    src: local('WeblySleek UI Light'), local('WeblySleekUILight'), url('fonts//weblysleek/300.woff2') format('woff2'), url('fonts//weblysleek/300.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'WeblySleek UI';
    src: local('WeblySleek UI Light Italic'), local('WeblySleekUILight-Italic'), url('fonts//weblysleek/300i.woff2') format('woff2'), url('fonts//weblysleek/300i.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'WeblySleek UI';
    src: local('WeblySleek UI Semilight'), local('WeblySleekUISemilight'), url('fonts//weblysleek/400.woff2') format('woff2'), url('fonts//weblysleek/400.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'WeblySleek UI';
    src: local('WeblySleek UI Semilight Italic'), local('WeblySleekUISemilight-Italic'), url('fonts//weblysleek/400i.woff2') format('woff2'), url('fonts//weblysleek/400i.woff') format('woff');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'WeblySleek UI';
    src: local('WeblySleek UI Semibold'), local('WeblySleekUISemibold'), url('fonts//weblysleek/700.woff2') format('woff2'), url('fonts//weblysleek/700.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'WeblySleek UI';
    src: local('WeblySleek UI Semibold Italic'), local('WeblySleekUISemibold-Italic'), url('fonts//weblysleek/700i.woff2') format('woff2'), url('fonts//weblysleek/700i.woff') format('woff');
    font-weight: 700;
    font-style: italic;
}

* {
    font-family: 'WeblySleek UI';
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('bootstrap/fonts/glyphicons-halflings-regular.eot');
    src: url('bootstrap/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('bootstrap/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('bootstrap/fonts/glyphicons-halflings-regular.woff') format('woff'), url('bootstrap/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('bootstrap/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

@font-face {
    font-family: 'icomoon';
    src: url('fonts//icons/icomoon.eot?hp83n7');
    src: url('fonts//icons/icomoon.eot?hp83n7#iefix') format('embedded-opentype'), url('fonts//icons/icomoon.ttf?hp83n7') format('truetype'), url('fonts//icons/icomoon.woff?hp83n7') format('woff'), url('fonts//icons/icomoon.svg?hp83n7#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.articleBody{
    /* max-width: 960px;
    width: 100%;
    margin: 0 auto; */
    text-align: justify;
}
.articleBody p{
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 30px;
}
@media only screen and (max-width:480px){
    .articleBody p{
        font-size: 17px!important;
        line-height: 1.5!important;
        margin-bottom: 20px!important;
    }
    .articleBody ul li, .articleBody ol li{
        font-size: 17px!important;
        line-height: 1.5!important;
        margin-bottom: 8px!important;
    }
}
.g-recaptcha { 
	transform:scale(0.77);
	transform-origin:0 0; 
}
.text_news{
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 20px;
}
.articleBody ul li, .articleBody ol li{
    font-size: 20px;
    line-height: 1.7;
    margin-bottom: 10px;
    list-style-type: none;
    position: relative;
}
.articleBody ul li:before{
    content: "";
    border-radius: 50%;
    border: 1px solid #00997b;
    width: 10px;
    height: 10px;
    display: inline-block;
    position: absolute;
    margin-left: -25px;
    top: 13px;
}

.articleBody ul li p{
    margin-bottom: 0px;
}
ol.nested-num-lists{
    /* убираем стандартную нумерацию */
    list-style: none; 
    /* Идентифицируем счетчик и даем ему имя li. Значение счетчика не указано - по умолчанию оно равно 0 */ 
    counter-reset: li;
    padding-left: 28px;
}
ol.nested-num-lists > li:before {
    /* Определяем элемент, который будет нумероваться — li. Псевдоэлемент before указывает, что содержимое, вставляемое при помощи свойства content, будет располагаться перед пунктами списка. Здесь же устанавливается значение приращения счетчика (по умолчанию равно 1). */
    counter-increment: li; 
    /* С помощью свойства content выводится номер пункта списка. counters() означает, что генерируемый текст представляет собой значения всех счетчиков с таким именем. Точка в кавычках добавляет разделяющую точку между цифрами, а точка с пробелом добавляется перед содержимым каждого пункта списка */
    content: counters(li,".") ". ";
    margin-left: -23px;
}
.item.item_kart a.url-slider{
/* width: 100%;
height: 100%;
border: none;
right: 0;
line-height: initial; */
position: relative;
}
i.fa-tumblr:hover {
    color: #000!important;
    text-shadow: 2px 2px 0px #F30551, -2px -1px 0px #00EFEA;
}
i.fa-vk:hover {
    color:#4A76A8!important;
}
i.fa-facebook:hover {
color: #395897!important;
}
i.fa-instagram:hover {
    background: linear-gradient(45deg,#FCB753 25%,#CB399D 55%,#4960CA);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    color: #0B2349;
}
.b24-widget-button-inner-item svg {
    position: static !important;
}

.icon-basket:before {
    content: "\e900";
}

.header_top.fixed .container-sticky{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 101;
    color: #fff;
    background: #00997b;
}
.header.fixed .container-sticky{
    position: fixed;
    top: 0px;/* if delete data-header = "fixed" then top:0px;*/
    right: 0;
    left: 0;
    z-index: 101;
    background: #fff;
    padding: 10px 0px;
}
.header .socials, .header .phone{
    display:none;
}
.header.fixed .socials{
    position: absolute;
    top: 13px;
    right: 0px;
    z-index: 9999;
    display: block;
    margin: 0 10% 0 0;
}
.header.fixed .phone{
    position: absolute;
    top: 5px;
    left: 0px;
    z-index: 9999;
    display: block;
    margin: 0 0 0 10%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}
.header.fixed .socials a{
    padding: 0px 20px 0px 0px;
}
.header.fixed .socials a i{
    color: #555555;
}

[data-role="basket-item-list"]{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 14;
}
[data-role="basket-item-list"]:hover,
.bx-basket-block:hover + [data-role="basket-item-list"]{
    display: block;
    right: 0;
    width: 300px;
    border: 1px solid #00997b;
    padding: 20px;
    margin-top: 10px;
}
[data-role="basket-item-list"]:hover::before,
.bx-basket-block:hover + [data-role="basket-item-list"]::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 15px;
    right: 0;
    left: 0;
    top: -10px;
}
.bx-basket-item-list-item{
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    padding-bottom: 5px;
    border-bottom: 1px solid #00997b;
}
.bx-basket-item-list-item-img{
    width: 80px;
}
.bx-basket-item-list-item-name{
    width: calc(100% - 80px);
}

.bx-basket-item-list-button-container .btn-primary{
    width: 100%;
    height: auto;
    padding: 12px 0;
    background: #00997b;
    border: 1px solid #00997b;
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    margin-right: 10px;
    border-radius: 0;
}

.basket-checkout-block-btn .btn-default{
    background: #00997b;
    border: 1px solid #00997b;
    color: #fff;
}
.bx-basket-item-list-container{
    max-height: 400px;
    overflow: auto;
}

.bx-basket-item-list[data-role="basket-item-list"] > div:last-child{
	display: none; /* Удалить как устаканятся цены */
}

@media (min-width: 1200px) {
    .container{
        max-width: 1600px;
        width: 100%;
    }
    .articleBody {
        max-width: 1468px;
        width: 100%;
        margin: 0 auto;
    }
}
@media screen and (max-width: 1679px) {
    .header.fixed .phone {
        margin: 0 0 0 2%;
    }
    .header.fixed .socials {
        margin: 0 15px 0 0;
    }
}
@media screen and (max-width: 992px) {
    .header.fixed .phone {
        margin: 0 0 0 13%;
    }
    .header.fixed .socials a {
        padding: 0px 0px 0px 9px;
    }
    .header.fixed .socials {
        margin: 0 14% 0 0;
    }
}
@media screen and (max-width: 1199px){
    .header.fixed .socials a {
        padding: 0px 0px 0px 16px;
    }
}
a.basket_href{
    font-size: 18px;
    letter-spacing: 1px;
    
}
a.basket_href .fa{
    font-weight: 600;
}


ul#bottom-catalog-menu .main_left {
    display: flex;
    flex-direction: column;
    max-height: 120px;
    width: 100%;
    align-items: self-start;
    flex-wrap: wrap;
}
@media (max-width: 992px){
    ul#bottom-catalog-menu .main_left {
        max-height: 150px;
    }
}

/*.catalog-section.bx-uvelirsoft{
    min-height: 1080px;
}*/

.product-item-detail-tabs-container.tabs-align-center{
    display:inline-block;
    width: 100%;
}
.row.tabs-align-center, .product-item-detail-tabs-container-fixed.tabs-align-center{
    text-align: center;
}
.bx-basket-block img {
    width: 20px;
    height: 20px;
}

.bx-basket-block i {
    font-size: 18px;
    font-weight: 600;
}
.bx-basket-block{
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px;
    position: relative;
}
/*.bx-basket-block{
        display: flex;
    align-items: center;
}*/

.bx-basket-block .count-label{
    position: absolute;
    top: 2px;
    left: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #00997b;
}

#bx_basketFKauiI .bx-basket-block {
    display: flex;
}

#bx_basketFKauiI .bx-basket-block>span {
    margin-left: 5px;
}

.us-copyright {
    text-align: right;
    font-size: 13px;
    width: 100%;
    vertical-align: middle;
    display: block;
}

.banners_top_catalog .row>div {
    background-repeat: no-repeat;
    background-position: 50%;
}

.banners_top_catalog .row>div {
    padding-left: 0;
    padding-right: 0;
}

.bx-blue .product-item-image-slider-control.active, .bx-blue .product-item-image-slider-control:hover {
    background-color: #0083d1;
}

*:focus {
    outline-color: #ddd;
}

.product-item-image-slider-control.active, .product-item-image-slider-control:hover, .bx-blue .product-item-image-slider-control.active, .bx-blue .product-item-image-slider-control:hover {
    background: #9c7a7a;
}

header .col-md-1, header .col-md-2, header .col-md-3, header .col-md-4, header .col-md-5, header .col-md-6, header .col-md-7, main .col-md-12 {
    padding-right: 0;
    padding-left: 0;
}

.row {
    margin: 0;
}

/* ALL -  */

a {
    color: #555555;
}

a:hover, a:focus {
    color: #00997b;
    text-decoration: none;
}

.no-float {
    display: table-cell;
    float: none;
}

body>main {
    min-height: calc(100vh - 426px);
}

/*NEW TEMPLATE*/

header .header_menu {
    height: 45px;
}

/*header .header_menu{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 45px;
}
header .header_menu div{
	width: 33%;
}*/

.us-copyright img {
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
    width: auto !important;
}

.us-copyright {
    text-align: left;
    font-size: 13px;
    width: 100%;
    vertical-align: middle;
    display: block;
    color: #575b71;
    text-decoration: none;
    margin-top: 20px;
}

header .header_top {
    color: #fff;
    background: #00997b;
}
header .header_top .phone > div{
    position: relative;
}
header .header_top .phone a {
    color: #fff;
}
header .header_top .phone .phone-subscription, .header.fixed .phone .phone-subscription{
    font-size: 11px;
    display: block;
}
header .header_top .phone .callback-icon, .header.fixed .phone .callback-icon{
    font-size: 10px;
}
header .header_top .phone .callback-icon{
    margin-right: -30px;
    position: absolute;
    top: 0px;
    right: 1px;
    font-size: 20px;
}
.header.fixed .phone .callback-icon{
    margin-right: -30px;
    position: absolute;
    top: 0px;
    right: 1px;
    font-size: 20px;
}
@media screen and (max-width: 500px) {
    header .header_top .phone .phone-subscription, .header.fixed .phone .phone-subscription{
        font-size: 9px;
    }
}
header .header_top .phone {
    font-size: 21px;
    font-weight: bold;
    text-align: center;
    height: 50px;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
}

header .header_top .menu {}

header .header_top .socials {
    height: 50px;
    display: flex;
    align-items: center;
    /* justify-content: space-around; */
    justify-content: flex-end;
}
header .header_top .socials a{
    padding-right: 20px;

}
header .header_top .socials a i{

}
header .menu.left .main_menu {
    justify-content: start;
}

.header .main_menu>li>.sub_menu .sub_menu_chains>.col ul {
    padding-left: 0;
}

.header .main_menu>li.sections:hover::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: calc(50% - 20px);
    width: 0px;
    height: 0px;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #fff;
}

.main_menu>li:hover .sub_menu .sub_menu_chains {
    /* border-right: 1px solid #acacac; */
}

.header .main_menu>li:hover .sub_menu {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
}

.header .main_menu>li>a {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 1px
}

.header .main_menu>li:hover a {
    color: #00997b;
    text-decoration: none;
}

.header .main_menu>li>.sub_menu .sub_menu_chains>.col ul li a {
	text-transform: uppercase;
	white-space:nowrap;
}

.header .main_menu>li>a:hover, .header .main_menu>li>a:focus {
    color: #00997b;
    text-decoration: none;
}

.header .main_menu>li>a.sale {
    color: #00997b;
}

.header .main_menu>li>a.sale::before {
    content: "%";
}

.header .main_menu>li>.sub_menu .sub_menu_chains>.col .title {
    color: #00997b;
}

.main_menu>li>.sub_menu .sub_menu_chains>.col ul li {
    list-style-type: none;
}

.bx-breadcrumb .bx-breadcrumb-item a span {
    color: #acacac;
}

.bx-breadcrumb .bx-breadcrumb-item a span:hover {
    color: #00997b;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    color: #00997b;
}

.bx-breadcrumb .bx-breadcrumb-item .arrow {
    margin-right: 5px;
}

/* CATALOG - FILTER */

.bx-filter-parameters-box .prop-title, .bx-filter-parameters-box .prop-title-mobile {
    color: #00997b;
}

.bx-filter .bx-ui-slider-handle {
    width: 10px;
    height: 10px;
}

.bx-filter .bx-ui-slider-handle.left {
    margin-left: -5px;
}

.bx-filter .bx-ui-slider-handle.right {
    margin-right: -5px;
}

.bx-filter .bx-ui-slider-part {
    top: -10px;
}

.bx-filter .bx-filter-input-container input {
    text-align: center;
}

.bx-filter.bx-uvelirsoft .bx-ui-slider-pricebar-v {
    background-color: #00997b;
}

.bx-filter.bx-uvelirsoft .bx-ui-slider-pricebar-vd {
    background-color: #00997b;
}

.bx-filter .bx-ui-slider-handle.left, .bx-filter .bx-ui-slider-handle.right {
    background-image: none !important;
    border: 0;
    border-radius: 50%;
    background-color: #00997b;
    top: -4px;
    z-index: 3;
}

.bx-filter-parameters-box-container .filter-option.modified {
    display: flex;
    flex-wrap: wrap;
    position: unset;
}

.modified p label {
    border-radius: 50%;
    background-color: transparent;
    width: 43px;
    height: 43px;
    margin-right: 5px;
    line-height: 32px;
    overflow: hidden;
}

.modified p label:hover {
    background: #00997b;
    color: #fff;
    cursor: pointer;
}

.modified p input[type="checkbox"]:checked+label {
    background: #00997b;
    color: #fff;
}

.bx-filter-input-checkbox input[type="checkbox"]:checked+span:before {
    border: solid 1px #000;
    padding: 2px;
    background-clip: content-box;
    /* support: IE9+ */
    background-color: #00997b;
    content: '';
    border-radius: 0.1px;
}

.bx-filter-input-checkbox span:before {
    border: 1px solid #000;
}

.radio, .checkbox {
    margin-bottom: 20px;
}
.bx-soa-pp-desc-container .bx-soa-pp-company .bx-soa-pp-company-block .checkbox {
    margin-left: 20px;
}
.bx-filter-parameters-box-container {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

.bx-filter-block .col-xs-6 {
    padding: 0;
}

.bx_catalog_text .bx_catalog_text_category_title {
    border-bottom: 0;
    margin-top: 0px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
    /* color: #00997b; */
    color: #ffffff;
    background-color: #d768a4;
    padding: 2px 20px 6px;
}

.bx-filter-parameters-box:first-child {
    border-top: 0
}

#topmenucustom_left .main_menu>li {
    padding: 0;
    padding-right: 15px;
}

#topmenucustom_right .main_menu>li {
    padding: 0;
    padding-left: 15px;
}

.menu_left .topmenu.left {
    float: right;
}

.bx-filter-parameters-box {
    padding: 10px 0px;
}

.bx-filter .bx-filter-input-container input {}

.bx_catalog_text_title a {
    color: #000;
    font-size: 19px;
}

.container>#navigation {
    margin-bottom: 20px;
    padding: 0 15px;
}

.bx-pagination .bx-pagination-container {
    text-align: right;
}

.bx-pagination .bx-pagination-container ul li {
    text-align: center;
}

.bx-pagination .bx-pagination-container ul li span {
    background: #fff;
    border: 1px solid #898989;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
    background: #00997b;
    border: 1px solid #fff;
    color: #fff;
}

main .main_tab_block {
    margin-bottom: 30px;
}

main .main_tab_block ul {
    border-bottom: 0;
    display: flex;
    justify-content: center;
    margin: 70px 0;
}

.item_kart a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

main .main_tab_block .nav-tabs>li {
    min-width: 250px;
}

main .main_tab_block .nav-tabs>li>a {
    border: 0;
    font-size: 32px;
    background: transparent;
    border-right: 1px solid #8b8b8b;
    border-radius: 0;
    padding: 0px 35px;
    text-align: center;
}

main .main_tab_block>.title {
    text-align: center;
    font-size: 32px;
    background: transparent;
    padding: 0px 35px;
    margin-top: 30px;
    color: #00997b;
    /*font-weight: bold;*/
    font-family: 'Roboto', sans-serif;
}

main .main_tab_block .owl-prev, main .main_tab_block .owl-next {
    color: #7c7c7c !important;
    top: 44%;
}


@media only screen and (min-width:1600px){
    main .main_tab_block .owl-prev {
        left: -10%;
    }
    
    main .main_tab_block .owl-next {
        right: -10%;
    }
}
main .main_tab_block .nav-tabs>li.active>a, main #main_tab.nav-tabs>li.active>a:hover, main #main_tab.nav-tabs>li.active>a:focus {
    border: 0;
    font-size: 32px;
    color: #00997b;
    border-right: 1px solid #00997b;
    font-weight: bold;
}

main .main_tab_block .nav-tabs>li.active:last-child>a, main .main_tab_block .nav-tabs li:last-child>a {
    border-right: 0;
}

main .main_tab_block .title-news .item_kart-caption {
    display: block;
    font-size: 16px;
}

main .main_tab_block .news-icon {
    display: none;
}

main .main_tab_block .title-news {
    text-align: center;
    padding: 0 15px;
}

main .main_tab_block .title-news .price {
    color: #00997b;
    display: block;
    margin-top: 10px;
    font-size: 21px;
}

main .main_tab_block .title-news .price.sale {
    text-decoration: line-through;
    color: #969696;
    font-size: 12px;
}

main .main_tab_block .owl-carousel .owl-item img {
    width: 90%;
}

main .main_tab_block .item_mark {
    right: 10px;
    /* left: unset; */
    top: 10px;
}

main .main_tab_block .item.item_kart .img {
    display: flex;
    justify-content: center;
    align-items: center;
    /* height: 281px; */ /*scay */
}

/* main .main_tab_block .item-newproduct span, main .main_tab_block .item-bestseller span, main .main_tab_block .item-discount-prop span, main .main_tab_block .item-discount span {
    color: #00997b;
    font-size: 18px;
    font-weight: bold;
} */

.input_prices {
    display: flex;
    align-items: center;
}

.input_prices .defis {
    margin: 0 5px;
}

.input_prices .currency {
    text-transform: lowercase;
    margin-left: 5px;
}

.input_prices .bx-filter-parameters-box-container-block {
    width: 33%;
}

.bx-filter .input_prices .bx-filter-input-container input {
    border-radius: 0;
    border: 1px solid #acacac;
}

.bx-filter .bx-ui-slider-track-container {
    padding-left: 8px;
    padding-top: 38px;
}

.bx-filter .bx-ui-slider-part {
    background: #ccc;
}

.bx-filter .bx-ui-slider-part.p1 span {
    font-size: 11px;
    /* font-weight: bold; */
    position: absolute;
    top: -16px;
    display: block;
    width: 50px;
    margin-left: 0;
    text-align: left;
    color: #898989;
}

.bx-filter .bx-ui-slider-part {
    top: -12px;
}

.bx-filter .bx-ui-slider-part.p5 span {
    font-size: 11px;
    /* font-weight: bold; */
    position: absolute;
    top: -16px;
    display: block;
    width: 50px;
    margin-left: 0;
    text-align: right;
    color: #898989;
    margin-left: -50px;
}

.bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-active span {
    background: #00997b;
    border: 1px solid #00997b;
}

.bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-next a span {
    background: transparent;
    border: 0;
    line-height: 43px;
    padding: 0 8px;
    color: #555;
    font-weight: 600;
}

.bx-pagination.uvelirsoft {
    margin: 50px 0;
}

.bx-pagination.uvelirsoft .bx-pagination-container ul li span {
    padding: 0 8px;
    display: block;
    height: 43px;
    min-width: 43px;
    line-height: 43px;
    border-radius: 50%;
}


.popup-window-close-icon.popup-window-titlebar-close-icon {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 33px;
    height: 33px;
    display: block;
    opacity: 0.3;
}
.popup-window-close-icon.popup-window-titlebar-close-icon:hover {
    opacity: 1;
}
.popup-window-close-icon.popup-window-titlebar-close-icon:before, .popup-window-close-icon.popup-window-titlebar-close-icon:after {
    position: absolute;
    top: 0px;
    left: 18px;
    content: ' ';
    height: 39px;
    width: 2px;
    background-color: #333;
}
.popup-window-close-icon.popup-window-titlebar-close-icon:before {
    transform: rotate(45deg);
}
.popup-window-close-icon.popup-window-titlebar-close-icon:after {
    transform: rotate(-45deg);
}

.popup__close svg {
    width: 10px;
    height: 10px;
    right: 20px;
}

#auth_and_register .nav.nav-tabs {
    display: flex;
    justify-content: center;
    align-items: center;
}

#auth_and_register input {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 40px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 5px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
}

#register input {
    font-size: 16px!important;
    height: 26px!important;

}


#auth_and_register .tab-content {
    padding: 20px;
}

#auth_and_register .nav-tabs>li.active>a, #auth_and_register .nav-tabs>li.active>a:hover, #auth_and_register .nav-tabs>li.active>a:focus {
    border: 0;
}

.product-item-container.hover.product-item-scalable-card .product-item-image-wrapper {
    padding-top: 100%;
}

.product-item-info-container .product-item-properties span {
    color: #000;
    font-size: 13px;
    font-weight: 500;
}

.basket-items-list-wrapper .basket-items-list-header {
    /* background: #9c7a7a;*/
}

.basket-items-list-header-filter .basket-items-list-header-filter-item.active {
    color: #00997b !important;
}

.bx-blue .basket-item-scu-item:hover, .bx-blue .basket-item-scu-item.selected, .bx-blue .basket-item-scu-item.not-available:hover {
    background: #9c7a7a;
    color: #fff;
}

.bx-blue .basket-item-scu-item:hover, .bx-blue .basket-item-scu-item.selected, .bx-blue .basket-item-scu-item.not-available:hover {
    border: 1px solid #fff;
}

.basket-item-scu-item, .basket-item-scu-item.not-available:hover {
    /*border-radius: 50%;*/
}

/*------------------------------------------------------------------------------------------------*/

#banner {
    z-index: 0;
    margin-bottom: 55px;
    margin-top: 0px;
}

.owl-item {
    background: #ffffff
}

.owl-prev, .owl-next {
    width: auto;
    height: auto;
    color: #fff !important;
    /*color: transparent;*/
    font-size: 0;
    position: absolute;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-size: 16px !important;
}

.owl-prev:active, .owl-next:active, .owl-prev:hover, .owl-next:hover {
    border-color: #920000;
}

.owl-prev {
    /*-webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
        transform:rotate(-45deg);*/
    top: 47%;
    left: 10px
}

.owl-next {
    /*-webkit-transform:rotate(135deg);
        -ms-transform:rotate(135deg);
        transform:rotate(135deg);*/
    top: 47%;
    right: 10px
}

/*#banner .owl-prev, #banner .owl-next{
    background:url(/local/templates/ustemplate/images/nav_banner.png);
    content:' ';
    width:17px;
    height:39px;
    background-repeat:no-repeat;
    border:none;
    -webkit-transform:none;
        -ms-transform:none;
        transform:none
}

#banner .owl-prev:hover, #banner .owl-next:hover,#banner .owl-prev:active, #banner .owl-next:active{background:url(/local/templates/ustemplate/images/nav_banner_active.png)}*/

#banner .owl-prev, #banner .owl-prev:active, #banner .owl-prev, #banner .owl-prev:hover {
    background-position: 0px 0px
}

#banner .owl-next, #banner .owl-next:active, #banner .owl-next, #banner .owl-next:hover {
    background-position: -27px 0px
}

.owl-dot {
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 7px;
    border: 2px solid #838181;
    border-radius: 50px;
}

.owl-dot span {
    display: block;
    background: #fff;
    border: 1px solid;
    margin: 1px;
    display: block;
    border-radius: 50px;
    width: 9px;
    height: 9px;
}

.owl-dot.active span {
    border: 0;
    display: block;
    background: #00997b;
    margin: 1px;
    display: block;
    border-radius: 50px;
    width: 9px;
    height: 9px;
}

.owl-dots {
    position: absolute;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}

.sort {
    display: flex;
}

.sort .sort-item {
    display: flex;
    align-items: center;
}

.sort .sort-item:first-child {
    flex: 1;
}

.sort .sort-item:last-child {}

.sort-item .sort-btns .wrapper-dropdown .dropdown {
    display: flex;
    list-style-type: none;
}

.sort-item .sort-btns .bx_item_section_name_gray {
    display: none;
}

.sort-item .sort-btns .wrapper-dropdown .dropdown li span {
    padding: 0 8px;
    display: block;
    height: 43px;
    min-width: 43px;
    line-height: 41px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #898989;
    text-align: center;
}

.sort-item .sort-btns .wrapper-dropdown .dropdown li .active span {
    background: #00997b;
    border: 1px solid #00997b;
    color: #fff;
}

.sort-item .sort-btns .wrapper-dropdown .dropdown li span:hover {
    background: #00997b;
    border: 1px solid #00997b;
    color: #fff;
}

.sort-item .sort-btns .wrapper-dropdown .dropdown li {
    margin: 0 2px 0px 2px;
}

.counter_and_paginator {
    display: flex;
    align-items: center;
}

.counter_and_paginator .sort-item {
    display: flex;
    flex: 1;
    align-items: center;
    color: #00997b;
}

.sort-item .sort-btns .wrapper-dropdown .dropdown {
    margin: 0;
    padding-left: 5px;
}

.bx-pagination .bx-pagination-container ul li {
    margin: 0 2px 0px 2px;
}

.product-item-big-card .product-item-price-current {
    color: #9c7a7a;
}

.product-item-big-card .product-item-price-container {
    text-align: center;
}

.product-item-title {
    text-align: center;
}

.style-select--mod1 {
    margin-left: 10px;
    border: 0;
}

.product-item-info-container {
    text-align: center;
}

.product-item-info-container span {
    color: #00997b;
    font-size: 23px;
    font-weight: 400;
}

.product-item-info-container span.product-item-price-old {
    color: #969696;
    font-size: 16px;
    font-weight: 400;
}

.bx_item_detail_rating .bx_stars_progress {
    background: #00997b;
}

.sort .sort-item {
    color: #00997b;
}

.sort .sort-item select {
    color: #000;
    background: transparent;
}
@media screen and (max-width: 767px) {

    .sort .sort-item select {
        color: #000;
        border: 1px solid #00997b;
        border-radius: 5px;
        padding: 3px 5px 4px;
    }

}
@media only screen and (max-width:480px){
    .logo img {
        width: 100px!important;
    }
    .header.fixed .socials a {
        padding: 0px 0px 0px 6px;
    }
    .header.fixed .socials {
        right: 0px;
        margin: 0 5% 0 0;
    }
    .header.fixed .phone{
        margin: 0 0 0 5%;
        font-size: 16px;
        font-weight: 700;
    }
    header .header_top .phone {
        font-size: 16px!important;
    }
    .header.fixed .phone .phone-subscription{
        font-size: 7px;
    }
}
.product-item-label-text span, .product-item-label-ring {
    color: #00997b;
    font-size: 18px;
    font-weight: bold;
    background: transparent;
}
/*Начало проценты в уголке*/
.discount-label{
    /* position: absolute; */
    font-weight: normal;
    color: #fff!important;
    text-transform: uppercase;
    transform: rotate(-45deg);
    font-size: 15px!important;
    position: absolute;
    /* margin-right: -2px; */
    line-height: 20px!important;
    right: -7px;
    bottom: 2px;
}
.owl-carousel .discount-label{
    right: -11px;
    top: auto;
    bottom:-9px;
}
/* @media (max-width: 1900px) {
    .owl-carousel .discount-label{
        right: -9px;
        top: 403px;
    }
}
@media (max-width: 1200px) {
    .owl-carousel .discount-label{
        right: -9px;
        top: 220px;
    }
}
@media (max-width: 767px) {
.owl-carousel .discount-label{
    right: -14px;
    top: 198px;
}
}
@media (max-width: 480px) {
.owl-carousel .discount-label {
    right: -14px;
    top: 145px;
}
} */
.discount-label:before{
    content: "";
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    border-top: 31px solid #ff8787;
    position: absolute;
    left: -12px;
    top: 2px;
    z-index: -1;
}
/*Конец проценты в уголке*/
.product-item-label-text div, .product-item-label-ring div {
    display: inline-block;
    margin-left: 12px;
}

.product-item-big-card .product-item-label-text.product-item-label-small span {
    padding: 0;
    font-size: 18px;
    font-weight: bold;
}

.product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span {
    /* font-size: 13px;
    font-weight: normal;
    color: #fff;
    background:#d768a4;
    padding: 4px 5px;
    text-transform: uppercase; */
    /* font-size: 13px;
    font-weight: normal;
    color: #fff;
    line-height: 21px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    border-bottom: 20px solid #d768a4;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 151px;
    position: absolute;
    left: -42px;
    top: 24px; */
}
.product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span:before {
    content:"";
}
.product-item-label-text.product-item-label-small span, .product-item-scalable-card.hover .product-item-label-text.product-item-label-small span:after {
    content:"";
}
.product-item-label-text.product-item-label-small .item_newproduct span{
    /* background-color: #53d6bc;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 5px; */

    font-size: 13px;
    font-weight: normal;
    color: #fff;
    line-height: 21px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    border-bottom: 20px solid #53d6bc;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 111px;
    position: absolute;
    left: -20px;
    top: 9px;
}
.product-item-label-text.product-item-label-small .item_bestseller span {
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    line-height: 21px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    border-bottom: 20px solid #d768a4;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 151px;
    position: absolute;
    left: -26px;
    top: 23px;
}
.product-item-label-text.product-item-label-small .item_discount span{
    /* background-color: #d92819;
    color: #FFF;
    text-transform: uppercase;
    font-size: 13px;
    padding: 3px 5px; */
    /* font-size: 13px;
    font-weight: normal;
    color: #fff;
    line-height: 21px;
    text-transform: uppercase;
    transform: rotate(-45deg);
    border-bottom: 20px solid#d92819;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    height: 0;
    width: 68px;
    position: absolute;
    left: -29px;
    top: -4px;
    padding: 1px 0px; */
    font-weight: normal;
    color: #fff!important;
    text-transform: uppercase;
    transform: rotate(-45deg);
    font-size: 12px!important;
    position: inherit;
    margin-right: -19px;
    line-height: 20px!important;
}

.product-item-label-text.product-item-label-small .item_discount {
    left: 202px;
    top: 233px;
    position: absolute;
}
.product-item-label-text.product-item-label-small .item_discount span:before {
    content: "";
    border-left: 29px solid transparent;
    border-right: 29px solid transparent;
    border-top: 29px solid #ff8787;
    position: absolute;
    left: -12px;
    top: 2px;
    z-index: -1;
}

.product-item-label-text.product-item-label-small .item_discount span {
    /* background: #d92819 */
}

.main_menu>li:hover .sub_menu, .main_menu>li:hover .sub_menu .sub_menu_chains {
    z-index: 101;
}

.filter-tag i {
    color: #00997b;
    font-size: 1.1em;
    line-height: .4em;
}

.bx-catalog-element.bx-uvelirsoft h1 {
    color: #00997b;
    font-size: 21px;
    line-height: 34px;
    font-weight: 600;
    padding-bottom: 0px;
}
[data-value="properties"]{
    display: none;
}
.bx-catalog-element.bx-uvelirsoft .rating .product-item-detail-info-container {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
}

.bx-catalog-element.bx-uvelirsoft .rating .product-item-detail-info-container table {
    margin: 0;
}

.bx-catalog-element.bx-uvelirsoft .product-item-detail-price-current {
    color: #00997b;
    font-weight: 700;
}

.bx-catalog-element.bx-uvelirsoft .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    background: #00997b;
    color: #fff;
    border: 1px solid #00997b;
}

.bx-catalog-element.bx-uvelirsoft div[data-entity=sku-line-block] {
    display: flex;
    align-items: baseline;
}

.bx-catalog-element.bx-uvelirsoft div[data-entity=sku-line-block] .product-item-scu-item-list:not(.dropdown) {
    /*display: flex;
    align-items: center;
    flex-wrap: wrap;*/
}

.btn_nosize_razmer {}

.product-item-amount-field-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-item-amount-description-container {
    margin-left: 5px;
}

.product-item-amount {
    text-align: left;
}

.bx-no-retina .product-item-detail-slider-controls-image {
    outline: 0;
}

.bx-no-retina .product-item-detail-slider-controls-image.active {
    outline-width: 1px;
    outline: 1px solid #9c7a7a;
}

.product-item-price-old {
    color: #000;
}

.bx-catalog-element.bx-uvelirsoft .wrapper-dropdown {
    border: 0;
}

.bx-catalog-element.bx-uvelirsoft .wrapper-dropdown span {
    color: #000;
    min-width: 170px;
}

.bx-catalog-element.bx-uvelirsoft .wrapper-dropdown span:after {
    content: '';
    position: relative;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #000;
    clear: both;
    left: 15%;
    top: 13px;
}

.bx-catalog-element.bx-uvelirsoft .product-item-scu-list.wrapper-dropdown .product-item-scu-item-text-block {
    border: 0;
    background: transparent;
    color: #000;
    outline-width: 0;
}

.bx-catalog-element.bx-uvelirsoft .product-item-scu-list.wrapper-dropdown .product-item-scu-item-text-container.selected {
    background: #00997b;
    color: #fff;
}

.bx-catalog-element.bx-uvelirsoft .product-item-scu-list.wrapper-dropdown .product-item-scu-item-text-container.selected .product-item-scu-item-text-block {
    color: #fff;
}

.bx-catalog-element.bx-uvelirsoft .price_vals {
    display: flex;
    align-items: center;
}

.product-item-detail-price-old {
    margin-left: 5px;
    font-size: 15px;
    font-weight: 700;
}

.bx-catalog-element.bx-uvelirsoft .item_economy_price {
    margin-top: 5px;
    color: #d768a4;
    font-weight: 600;
    text-transform: lowercase;
}
.bx-catalog-element.bx-uvelirsoft .item_economy_price span{
        font-size:120%;
    }
.bx-catalog-element.bx-uvelirsoft .artnumb_rating {
    display: flex;
    align-items: center;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 5px;
}

.bx-catalog-element.bx-uvelirsoft .artnumb_rating .detail-item-artnumber {
    flex: 1;
    align-items: center;
    color: #acacac;
}

.bx-catalog-element.bx-uvelirsoft .rating .product-item-detail-info-container {
    margin-bottom: 0px;
}

.bx-catalog-element.bx-uvelirsoft .product-item-scu-item-list:not(.dropdown) .product-item-scu-item-text-block {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #898989;
}

.bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container] {
    display: flex;
}

.bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container] .product-item-detail-info-container {
    margin-bottom: 0;
}

.btn.product-item-detail-buy-button span {
    position: unset;
    display: block;
    line-height: unset;
}

.btn.product-item-detail-buy-button {
    width: 190px;
    height: auto;
    padding: 12px 0;
    background: #00997b;
    border: 1px solid #00997b;
    color: #fff;
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    margin-right: 10px;
}

.product-item-detail-info-container-title {
    margin-right: 10px;
}

.btn.btn-link.product-item-detail-buy-button.btn_orderInOneClick {
    background: transparent;
    border: 1px solid #00997b;
    text-transform: none;
    color: #00997b;
}

.btn.btn-link.product-item-detail-buy-button.btn_orderWanttotry {
    background: transparent;
    border: 1px solid #00997b;
    margin: 0;
    text-transform: none;
    color: #00997b;
}
.btn.product-item-detail-buy-button span {
    transform: unset;
}

.product-item-detail-properties>div span {
    color: #000;
    font-size: 16px;
}

.product-item-detail-tab-link:after {
    background: #00997b;
}

.catalog-block-header {
    text-align: center;
    color: #00997b;
    font-size: 22px;
    border: 0;
    margin: 12px 0;
}

.pre_footer {
    /*height: 122px;*/
    padding: 15px 0;
    background: #00997b;
    width: 100%;
    margin-top: 15px;
}

.pre_footer .subscribe {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*justify-content: center;*/
}

.pre_footer .subscribe .title {
    font-size: 22px;
    color: #fff;
    flex: 33%;
}
.pre_footer .subscribe .insta-logo {
    font-size: 30px;
    color: #fff;
    flex: 33%;
    text-align: center;
    font-weight: 700;
}
.pre_footer .subscribe .insta-logo a {
    font-size: 30px;
    color: #fff;
    flex: 33%;
    text-align: center;
    font-weight: 700;
}
.pre_footer .subscribe .insta-logo img {
margin-right: 20px;
}
.pre_footer .subscribe .insta-button {
    font-size: 22px;
    color: #fff;
    flex: 33%;
    text-align: right;
}
.pre_footer .subscribe .insta-button a{
    color: #FFF;
    border: 1px solid #FFF;
    padding: 9px 50px;
    font-weight: 700;
    -moz-transition: background-color 0.3s 0.0s ease;
-o-transition: background-color 0.3s 0.0s ease;
-webkit-transition: background-color 0.3s 0.0s ease;

}
.pre_footer .subscribe .insta-button a:hover{
    color: #00997b;
    background-color: #FFF;
    border: 1px solid #FFF;
}
@media screen and (max-width: 767px) {
    .pre_footer .subscribe .insta-logo {
        font-size: 31px;
    }
    .pre_footer .subscribe .insta-logo img {
        margin-right: 15px;
        width: 50px;
        height:auto;
    }
    .pre_footer .subscribe .insta-button {
        width: 100%;
        display: flex;
        margin-top: 12px;
    }
    .pre_footer .subscribe .insta-button a{
        width: 100%;
        text-align: center;
        font-size: 18px;
    }
}
.pre_footer .subscribe .sender-container {
    flex: 50%;
}

.pre_footer .btn-subscribe {
    background: transparent;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 0 !important;
    height: 50px;
    text-transform: unset;
    font-size: 18px;
    font-weight: 600;
    width: auto;
    margin: 0;
    padding: 6px 12px;
}

.pre_footer .btn-subscribe:hover {
    color: #00997b !important;
    background: #fff;
}

.pre_footer .bx-subscribe .bx-input-group .bx-form-control {
    height: 50px;
    border: 0;
    border-radius: 0;
    margin: 0;
}

.pre_footer .bx-subscribe .bx-input-group .bx-form-control {
    font-size: 18px;
}

footer .socials {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

footer .socials i {
    color: #d4cfce;
}

footer .item_footer {
    min-height: 170px;
}

.footer_top {
    padding: 90px 0;
}

.footer_top .container>div {
    border-right: 1px solid #acacac;
}

.footer_top .container>div:last-child {
    border-right: 0;
}

.footer_top .container>div:first-child .item_footer {
    padding-left: 0;
}

footer {
    position: relative;
}

footer .menu_bottom {
    display: flex;
}

footer ul {
    margin: 0;
    padding: 0;
}

footer ul li {
    list-style-type: none;
}

.footer_top img {
    width: 100%;
    height: auto;
}

.footer_top .inform>div {
    margin-bottom: 15px;
}

.footer_top {}

#bottom-catalog-menu {}

/*ul#bottom-catalog-menu < li{
	   width: 25%;
}*/

/*.right{
	float: right;
}*/

.sub_menu_pictures img {
    padding: 20px;
}

ul#bottom-catalog-menu {
    display: flex;
    justify-content: space-between;
}

ul#bottom-catalog-menu .main>a {
    font-size: 16px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 5px;
}

ul#bottom-catalog-menu .main>ul {
    margin-top: 5px;
}

ul#bottom-catalog-menu .main>ul li {
    margin-top: 5px;
}

ul#bottom-catalog-menu .main>ul a {
    color: #555;
}

ul#bottom-catalog-menu .main>a:hover, ul#bottom-catalog-menu .main>ul a:hover, ul#bottom-catalog-menu .main a.root-item-selected{
    color: #00997b;
}

.main_left a {
    display: block;
}

.footer_top .company {
    color: #980d0d;
    font-size: 12px;
    margin-top: 15px;
}

.footer_top .addres {
    font-size: 12px;
}

.footer_top .phone {
    font-size: 12px;
}

.money {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.money div {
    background-repeat: no-repeat;
    content: " ";
    margin: 0 3px;
    background-size: 100% auto;
    background-position: 50%;
    /*width: 57px;
    height: 36px;*/
    width: 65px;
    height: 40px;
}

.master {
    background: url(/local/templates/us_2018/images/payments/master_logo.png);
}

.visa {
    background: url(/local/templates/us_2018/images/payments/visa_logo.png);
}

.paypal {
    background: url(/local/templates/us_2018/images/payments/paypal_logo.png);
}

.yandex {
    background: url(/local/templates/us_2018/images/payments/yandex_logo.png);
}

.mir {
    background: url(/local/templates/us_2018/images/payments/mir_logo.png);
}
.scroll_top {
    background: #00997b;
    position: absolute;
    bottom: -1px;
    left: calc(50% - 40px);
    /*transform: rotate(270deg);*/
    padding: 15px 32px;
    padding-bottom: 0;
    font-size: 26px;
    text-align: center;
    color: #fff;
    display: flex;
    border-radius: 50% 50% 0 0 / 100% 100% 0 0;
    overflow: hidden;
    border: 1px solid #00997b45;
}

.scroll_top:hover {
    background: #fff;
}

.header {
    background-color: #fff;
    padding: 10px 0;
}

.logo_block {
    line-height: 100px;
    text-align: center;
}

.logo img {
    max-width: 100%;
    height: auto;
    width: 160px;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media(min-width: 767px){
    .header-flex-container {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .header-flex-container::after,
    .header-flex-container::before{
        display: none;
    }
    .menu_right{
        order: -1;
    }
}



.navbar-default {
    background: transparent!important;
    border-color: transparent!important;
}

.search_and_profile {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

body .desctop_hide {
    display: none;
}

.logo_block .mobile {
    display: none;
}

.product-item-detail-tabs-container {
    /* border-bottom: 0; */
}

#commnet_block .catalog-block-header {
    display: none;
}

#commnet_block .catalog-block-header.title_otzivi {
    display: block;
}

#popupToOrderInOneClick input, #popupToOrderInOneClick textarea {}

#popupToOrderInOneClick .btn-subscribe, #popupRazmerNoSize .btn-subscribe {
    padding: 6px 12px;
}

.btn-subscribe {
    background: #00997b;
    color: #fff;
}

.btn-subscribe:hover {
    background: #00997b;
    opacity: 0.8;
    color: #fff !important;
}

#auth_and_register, #popupToOrderInOneClick_background, #popupToOrderInOneClick, #popupRazmerNoSize_background, #popupRazmerNoSize {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

#reg_submit_button, #auth_login_submit {
    padding: 6px 12px;
    background: #00997b;
    color: #fff;
    width: 100%;
    border-radius: 4px;
    border: 0;
    margin-top: 10px;
}

#auth_and_register input.btn {
    background: #00997b;
    color: #fff;
}

#auth_and_register .forgot-link {
    margin-top: 10px;
    display: block;
}

#auth_and_register .modal-header {
    border: 0;
}

#registration__form .input_row #show_hide_passwd {
    top: 12px;
}

@media screen and (max-width: 1199px) {
    header .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
        padding-right: 0px;
        padding-left: 0px;
    }
    .container {
        /*padding-right: 0px;
        padding-left: 0px;*/
    }
    header .header_top .phone {
        font-size: 19px;
    }
    header .nav>li>a {
        padding: 10px;
    }
    .navbar-default {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* .socials .fa-lg {
        font-size: 1.1em;
    } */
    .logo_block .mobile {
        display: inline;
    }
    .logo_block .desctop {
        display: none;
    }
    .pre_footer .subscribe .title {
        font-size: 18px;
    }
    .bx-input-group {
        width: auto;
    }
    .pre_footer #sender-subscribe {
        flex: unset;
    }
    footer .item_footer {
        padding: 0 10px;
    }
    ul#bottom-catalog-menu .main>a {
        font-size: 14px;
    }
    .main_menu>li>.sub_menu {
        /*left: -180%;*/
    }
    main .main_tab_block .nav-tabs>li>a {
        font-size: 24px;
    }
    main .main_tab_block .nav-tabs>li.active>a, main #main_tab.nav-tabs>li.active>a:hover, main #main_tab.nav-tabs>li.active>a:focus {
        font-size: 24px;
    }
    main .main_tab_block .owl-next {
        right: 0;
    }
    main .main_tab_block .owl-prev {
        left: 0;
    }
    .footer_top {
        padding: 70px 0;
    }
    .sub_menu_pictures {
        display: none;
    }
    .main_menu>li:hover .sub_menu .sub_menu_chains {
        border: 0;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .subscribe .bx-subscribe form {
        display: flex;
    }
    .sort-item .sort-btns .wrapper-dropdown .dropdown li span {
        height: 35px;
        min-width: 35px;
        line-height: 35px;
    }
    .bx-pagination.uvelirsoft .bx-pagination-container ul li span {
        height: 35px;
        min-width: 35px;
        line-height: 35px;
    }
    .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-next a span {
        line-height: 35px;
    }
    .counter_and_paginator .sort-item {
        display: none;
    }
    .counter_and_paginator {
        justify-content: flex-end;
    }
    .menu_left .main_menu>li:nth-child(n+4) {
        display: none;
    }
    .topmenu.left>li:nth-child(n+4) {
        display: none;
    }
    .topmenu.right>li:nth-child(n+3) {
        display: none;
    }
    .menu_right #topmenucustom_right .main_menu>li:nth-child(n+7) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .product-item-detail-properties {
        max-width: 100%;
    }
    .header-flex-container {
        display: block;
    }
    .bx-filter-popup-result {
        text-align: center;
        text-align: center;
        background:#d768a4 !important;
        /* background: #00997b !important; */
        color: #fff !important;
        font-size: 14px !important;
        border-top-left-radius: 8px !important;
        border-top-right-radius: 8px !important;
        min-height: 42px !important;
        line-height: 38px !important;
        border: none !important;
    }
    .bx-filter-popup-result a {
        color: #fff !important;
        /* border-bottom: 1px solid #fff; */
        border: none !important;
    }
    .pre_footer .subscribe {
        flex-direction: column;
    }
    main .main_tab_block ul {
        margin: 30px 0;
    }
    main .main_tab_block .nav-tabs>li>a {
        font-size: 14px;
    }
    main .main_tab_block .nav-tabs>li>a {
        padding: 0px 10px;
    }
    main .main_tab_block .nav-tabs>li {
        min-width: unset;
    }
    main .main_tab_block .nav-tabs>li.active>a, main #main_tab.nav-tabs>li.active>a:hover, main #main_tab.nav-tabs>li.active>a:focus {
        font-size: 14px;
    }
    .navbar-default {
        display: block;
    }
    .main_menu {
        display: block;
    }
    .main_menu li {
        display: block;
        height: 32px;
        line-height: 32px;
    }
    .main_menu>li:hover .sub_menu, .main_menu>li:hover .sub_menu .sub_menu_chains {
        display: none;
    }
    .header .main_menu>li.sections:hover::after {
        display: none;
    }
    .menu_right button {
        width: auto;
    }
    .header_top .menu_right {
        display: none;
    }
    header .header_top .socials {
        height: 50px;
        /* display: block; */
        align-items: center;
        justify-content: space-around;
        /* justify-content: flex-end; */
        /* width: 186px; */
        /* text-align: inherit; */
        padding-left: 19px;
        /* line-height: 26px; */
    }
    header .header_top .phone {
        justify-content: flex-start;
    }
    .mobile_hide {
        display: none;
    }
    body .desctop_hide {
        display: unset;
    }
    .logo_block .mobile {
        display: none;
    }
    .logo_block .desctop {
        display: inline;
    }
    /* header .navbar-toggle {
        margin-top: 10px;
    } */
    header .navbar-toggle{
    /* position: relative;*/ /* if delete data-header = "fixed" then position: absolute; */
    position: absolute;
    float: left;
    padding: 9px 10px;
    margin-top: 44px;
    margin-right: 3px;
    margin-bottom: 7px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 0px;
    width: 30px;
    height: 30px;
    z-index:9999;
    }
    header .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 0px;
        /* background-color: #fff; */
        background-color: #00997b
    }
    .search-form {
        line-height: unset;
    }
    .search_and_profile {
        margin-bottom: 15px;
    }
    .logo_block {
        z-index: 1;
    }
    #topmenucustom_right .main_menu li {
        display: block;
    }
    .navbar-collapse {
        border-bottom: 2px solid transparent;
        margin-bottom: 5px;
    }
    .logo_block {
        line-height: 80px;
    }
    main .main_tab_block>.title {
        font-size: 18px;
    }
    .pre_footer .subscribe {
        text-align: center;
    }
    .bx-input-group {
        width: 100%;
        margin-bottom: 5px;
    }
    .pre_footer .bx_subscribe_submit_container {
        float: left;
    }
    .sort-item .sort-btns .wrapper-dropdown .dropdown li span {
        height: 30px;
        min-width: 30px;
        line-height: 30px;
        padding: 0 7px;
    }
    .bx-pagination.uvelirsoft .bx-pagination-container ul li span {
        height: 30px;
        min-width: 30px;
        line-height: 30px;
        padding: 0 7px;
    }
    .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-all a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-prev a span, .bx-pagination.uvelirsoft .bx-pagination-container ul li.bx-pag-next a span {
        line-height: 30px;
        padding: 0 7px;
    }
    .counter_and_paginator .sort-item {
        display: none;
    }
    .counter_and_paginator {
        justify-content: flex-end;
    }
    .sort {
        display: block;
    }
    main .container {
        padding: 0px 10px;
    }
    .bx-breadcrumb .bx-breadcrumb-item .arrow {
        margin-right: 2px;
    }
    .bx-breadcrumb .bx-breadcrumb-item {
        margin-right: 5px;
    }
    .container>#navigation {
        padding: 0px;
    }
    .sort .sort-item:last-child {
        margin-top: 10px;
    }
    .sort .sort-item:last-child .sort-btns {
        margin-left: 12px;
    }
    .catalog_main>.row>.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container] {
        flex-direction: column;
    }
    .btn.btn-link.product-item-detail-buy-button.btn_orderInOneClick, .btn.product-item-detail-buy-button {
        margin: 0 auto;
    }
    .btn.product-item-detail-buy-button {
        max-width: 300px;
        width: 100%;
    }
    .bx-catalog-element.bx-uvelirsoft h1 {
        /* text-align: center;*/
    }
    .bx-catalog-element.bx-uvelirsoft .container-fluid .row>.col-md-6 {
        padding-left: 0;
        padding-right: 0;
    }
    .bx-catalog-element.bx-uvelirsoft .artnumb_rating, .bx-catalog-element.bx-uvelirsoft .container-fluid .row>.col-md-6>.row>.col-xs-12 {
        padding-left: 0;
        padding-right: 0;
    }
    .bx-catalog-element.bx-uvelirsoft div[data-entity=sku-line-block] {
        display: block;
    }
    .bx-catalog-element.bx-uvelirsoft div[data-entity=main-button-container] {
        margin-bottom: 20px;
    }
    .btn.product-item-detail-buy-button {
        margin-bottom: 10px;
    }
    .bx-catalog-element.bx-uvelirsoft .bx_item_rating {
        margin-bottom: 0;
    }
    .bx_item_detail_rating .bx_stars_rating_votes {
        font-size: 12px;
    }
    .bx-catalog-element.bx-uvelirsoft .price_vals {
        /*display: block;*/
        justify-content: center;
        margin-top: 20px;
    }
    .bx-catalog-element.bx-uvelirsoft .item_economy_price {
        text-align: center;
    }
    .bx-retina .bx-filter .bx-filter-select-container {
        margin-right: 2px;
    }
    .product-item-amount-field-container {
        display: block;
    }
    .product-item-amount-description-container {
        text-align: center;
        margin-top: 5px;
    }
    .product-item-amount-field-container {
        text-align: center;
    }
    .pre_footer .bx_subscribe_submit_container {
        float: unset;
        width: 100%;
        margin-top: 10px;
    }
    .pre_footer .subscribe .title {
        margin-bottom: 10px;
    }
    .pre_footer .btn-subscribe {
        width: 100%
    }
    .banners_top_catalog .row>div {
        background-size: 100%;
    }
    .search-form {
        position: unset;
    }
    .search-form-block {
        top: 30px;
        left: 0;
        -webkit-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.1);
    }
}

@media screen and (max-width: 522px) {
    .hidden-mobile {
        display: none;
    }
    .width-100 {
        width: 100%;
    }
}

.row_about-work h1 {
    text-transform: uppercase;
    text-align: center;
    font-size: 22px;
}

.about-block_work {
    display: inline-block;
    text-align: center;
}

.about-block_work span {
    font-size: 36px;
    padding: 0 10px;
}

.about-block_work p {
    max-width: 160px;
    padding: 0 10px;
    font-size: 14px;
}

.about-block {
    padding: 0 8.33%;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.order {
    font-size: 22px;
    border-bottom: 1px solid #cdcdcd;
    margin-bottom: 30px;
}

.profile {
    margin-top: 20px;
    display: inline-block;
    font-size: 22px;
    padding: 0px;
    margin-bottom: 20px;
}

/* #auth_and_register .nav-tabs > li.active {
    border: 1px solid rgb(221, 221, 221);
    border-bottom: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #fff;
}
    #auth_and_register .nav-tabs > li.active a {
        color: #94180d;
    } */

#auth_and_register .modal-content {
    max-width: 450px;
}

#auth_and_register .nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

#auth_and_register .nav-tabs>li {
    min-width: 250px;
}

#auth_and_register .nav-tabs>li>a {
    border: 0;
    font-size: 20px;
    background: transparent;
    border-right: 1px solid #8b8b8b;
    border-radius: 0;
    padding: 0px 15px;
    text-align: center;
}

#auth_and_register .nav-tabs>li.active>a, #auth_and_register .nav-tabs>li.active>a:hover, #auth_and_register .nav-tabs>li.active>a:focus {
    border: 0;
    font-size: 20px;
    color: #00997b;
    border-right: 1px solid #00997b;
    font-weight: bold;
}

#auth_and_register .nav-tabs>li.active:last-child>a, #auth_and_register .nav-tabs li:last-child>a {
    border-right: 0;
}

@media screen and (max-width: 1000px) {
    header .main_menu>li:hover {
        position: static;
    }
    header .main_menu>li:hover .sub_menu {
        left: -30px;
        width: calc(100vw - 5px);
    }
    header .main_menu>li.sections:hover::after {
        display: none;
    }
}

/*END NEW TEMPLATE*/

.test_site_message {
    border: 1px solid red;
    padding: 10px;
    text-align: center;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.bx-subscribe {
    margin: 0;
}

.footer-img {
    text-align: center;
}

.footer-img img {
    max-width: 80px;
}

.btn.product-item-detail-buy-button.close-popup {
    color: #00997b;
}

.btn.btn-review {
    background: #00997b;
}

.page-banner img {
    width: 100%;
}

.mailto {
    margin: 10px 0 40px 0;
    font-size: 20px;
    text-align: center;
    color: #000;
}

.mailto a {
    color: #000;
    border-bottom: 1px solid;
}

.mailto a:hover {
    border-bottom: 0px;
}

/*Анимированные стрелки в кнопке "в верх"*/
.scroll_top{
    padding: 16px 40px;
}
.arrow-8 {
    position: relative;
    width: 15px;
    height: 15px;
    margin: 3px auto 3px auto;
    margin-left: -15px;
    margin-bottom: -10px;
}
.scroll_top:hover .arrow-8:before, .scroll_top:hover .arrow-8:after{

border-left: 3px solid #00997b;
    border-bottom: 3px solid #00997b;
}
.arrow-8:before {
    content: '';
    position: absolute;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    animation: arrow-8 3s linear infinite;
}
.arrow-8:after {
    content: '';
    position: absolute;
    box-sizing: border-box;    
    width: 100%;
    height: 100%;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    animation: arrow-8 3s linear infinite -1.5s;
}
@keyframes arrow-8 {
    0% {
        opacity: 0;
        transform: translate(0, 12px) rotate(135deg);
    }
    10%, 90% {
        opacity: 0;
    }
    50% {
        opacity: 1;  
        /* border-left: 6px solid #fff;
        border-bottom: 6px solid #fff; */
        transform: translate(0, 0) rotate(135deg);
    }
    100% {
        opacity: 0;
        transform: translate(0, -12px) rotate(135deg);
    }
}

#FORM_RAZMER_NOSIZE h3 {
    font-size: 18px;
    text-align: center;
}

.confirm-img {
  
}
.confirm-img img {
    max-width: 300px;
}

[data-entity="sku-block"], [data-entity="buttons-block"], [data-entity="quantity-block"], .bx_item_detail_rating {
    display: none;
}
.product-item-container.hover [data-entity="buttons-block"],
.product-item-container.hover [data-entity="sku-block"],
.product-item-container.hover [data-entity="quantity-block"] {
    display: block !important;
}

@media (max-width: 500px){
    .footer_top .container>div {
        width: 100%;
    }
    .menu_bottom ul {
        width: 100%;
        text-align: center;
    }
    ul#bottom-catalog-menu .main_left {
        align-items: center;
    }
    .footer_top .inform>div {
        text-align: center;
    }
    .us-copyright {
        text-align: center;
    }
}

	/* begin 'popup to Order In One Click' */
.bx-soa-cart-total-info{
    margin-top: 20px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #e8e9eb;
    padding:20px;
}
.bx-soa-cart-total-info a.phone{
    
}
.bx-soa-cart-total-info .phone-subscription{
    font-size: 15px;
}
.bx-soa-cart-total-info a.btn{
    margin-top: 20px;
}
	.btn_CallBack{
		cursor:pointer;
		vertical-align: top;
	}
    #popupCallBack_background, #popupCallBack, #popupCallBackCart_background, #popupCallBackCart{
		position:fixed;
		top: 0;
		right:0;
		bottom:0;
		left:0;
	}
	#popupCallBack_background, #popupCallBackCart_background{
		display:none;
		background: rgba(0,0,0,0.5);
		z-index: 100;
	}
	#popupCallBack, #popupCallBackCart{
		margin:auto;
		max-width: 460px;
		height:455px;
		background:#fff;
		/*border: 1px solid rgb(102,204,204);*/
		padding: 20px;
	/*		top:50%;
		margin-top: -300px;*/
	}
		#popup_CallBack p, #popup_CallBackCart p{
			font-size: 17px;
		}
		#popup_CallBack div.article, #popup_CallBackCart div.article{
			font-size: 19px;
		}
		#popup_CallBack div.article span, #popup_CallBackCart div.article span{
			color: #d768a4;
			text-transform: uppercase;
			font-weight: 700;
		}
		#popup_CallBack ol li, #popup_CallBack ul li, #popup_CallBackCart ol li, #popup_CallBackCart ul li{
			font-size: 17px;
		}
		#popup_CallBack .glyphicon-remove, #popup_CallBackCart .glyphicon-remove{
			cursor:pointer;
			position: absolute;
			top:5px;
			right:5px;
			z-index: 2;
			/*color:rgb(102,204,204);*/
		}

		.nullValue{
			border-color:red!important
		}

	@media(max-width:410px){
		#popupCallBack{
			height: auto;
			max-height:515px;
			overflow: auto;
		}
	}
    /* end 'popup to Order In One Click' */
    .wholesale_customers{
        text-align: center;
        font-weight: 600;
        font-size: 18px;
        letter-spacing: 1px;
    }
    @media (max-width: 767px) {
        .wholesale_customers {
            font-size: 15px;
        }
    }
    .articleBody-content.left-text{
        float: left;
    }
    .articleBody-content.right-text{
        float: right;
    }

    #CookiesAlert {
    position: fixed;
    z-index: 9999;
    bottom: 0;
    right: 0;
    padding: 15px;
    width: fit-content;
    text-align: center;
    align-items: center;
    display: none;
    color: #212731;
    margin: auto
}

#CookiesAlert.warning--active {
    display: block
}

#CookiesAlert .content {
    max-width: 98%;
    padding: 15px;
    margin: auto;
    text-align: left;
    border-radius: 10px;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    max-width: 600px
}

#CookiesAlert .content h2 {
    margin: auto auto 10px;
    line-height: 1;
    font-size: 18px
}

#CookiesAlert .content p {
    margin: auto auto 25px;
    line-height: 1;
    font-size: 14px
}

#CookiesAlert .content .buttons {
    display: flex;
    align-items: flex-end
}

#CookiesAlert .content .buttons a {
    border-radius: 6px;
    margin: auto 15px auto auto;
    padding: 6px 15px;
    transition: .3s
}

#CookiesAlert .content .buttons a.CUAgree {
    margin: auto 0
}

@media (max-width: 768px) {
    #CookiesAlert {
        right:0;
        width: 95%
    }
}