.logo img {
    max-height: 100px;
    padding: 15px;
}

.whatsapp-button {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    background: none;
    vertical-align: top;
    border: none;
    margin-top: 5px;
    width: 40px;
    height: 40px
}

div.tab-content div[itemprop="description"] img {
    display: block;
    padding: 2%;
    float: left;
}

div.tab-content div[itemprop="description"] {
    font-size: 16px;
}

div.tab-content div[itemprop="description"] .new_listing_table_left {
    width: 35%;
    float: left;
    padding: 10px 30px 10px 10px;
    background-color: #f4f4f4;
    border: 1px solid #ededed;
}

div.tab-content div[itemprop="description"] .new_listing_table_right {
    width: 65%;
    float: left;
    padding: 10px;
    margin-left: -1px;
    border: 1px solid #ededed;
}

div.tab-content div[itemprop="description"] .new_listing_table_row {
    clear: both;
}

#tab_default_1 .col-md-12 table {
    max-width: 70%;
}

.provider_country_img {
    height: 30px;
}

.new_product {
    padding-bottom: 15px;
}

.about_us .about_us_col .fas.fa-plus-circle {
    margin-right: 2%;
    color: #f9250f;
}

.delivery_cost {
    color: grey;
}

#left-block .metro li {
    line-height: 1em;
    font-size: 0.9em;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

.filter-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-left: 27px;
    justify-content: center;
}

.filter-list label {
    color: #000;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 3px
}

.filter-list label span {
    text-decoration: none;
}

.filter-list label.checkedlabel {
    border: 1px solid red;
    color: red
}

.filter-list input[type=checkbox] {
    display: none;
}

.filter-list input[value="json_properties__product_pricing__price"]+span:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    vertical-align: middle;
    margin-left: 1.1rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALBAMAAAC0QAErAAAAElBMVEUAAAAAAAD0AQD/AQAAAAD/AQBESBpwAAAABXRSTlMAM83EJ7Me88wAAAAvSURBVAjXYzANDWZgYFANDQKSjoIiDFAAFAdKAMWBEkBxoARcHCShCiSDgOJACQABcghfS3UonQAAAABJRU5ErkJggg==)
}

.filter-list input[value="-json_properties__product_pricing__price"]+span:after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 11px;
    vertical-align: middle;
    margin-left: 1.1rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAALBAMAAAC0QAErAAAAElBMVEUAAAAAAAD0AQD/AQAAAAD/AQBESBpwAAAABXRSTlMAM83EJ7Me88wAAAAvSURBVAjXYzANDWZgYFANDQKSjoIiDFAAFAdKAMWBEkBxoARcHCShCiSDgOJACQABcghfS3UonQAAAABJRU5ErkJggg==);
    transform: rotate(180deg);
}

.catalog_wrap .filter>div {
    padding-left: 15px !important;
    padding-right: 15px !important
}

.catalog_wrap .filter .mob_close_button {
    display: block;
    width: 100%;
    margin: 0;
    height: 70px;
    background: url(/static/img/filter.png) 20px center no-repeat #ff1103;
    color: #fff;
    line-height: 70px;
    padding-left: 60px;
    padding-right: 15px;
    font-size: 18px;
    border: 0;
    text-align: left;
    position: relative
}

.catalog_wrap .filter .mob_close_button:after,
.catalog_wrap .filter .mob_close_button:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 27px;
    height: 2px;
    background: #fff;
    right: 20px;
    transform: rotate(45deg)
}

.catalog_wrap .filter .mob_close_button:after {
    transform: rotate(-45deg)
}

.catalog_wrap .filter .checkbox_wrap {
    display: block;
    margin-top: 8px
}

.catalog_wrap .filter .checkbox,
.list-checkbox li:after {
    display: none
}

.catalog_wrap .filter .checkbox+span {
    position: relative;
    font-size: 14px;
    line-height: 16px;
    display: block;
    padding-left: 22px;
    cursor: pointer;
    font-weight: 300
}

.catalog_wrap .filter .checkbox+span:before {
    content: '';
    display: block;
    width: 14px;
    height: 14px;
    border: 1px solid #ababab;
    box-shadow: 5px 5px 5px #e9e9e9 inset;
    border-radius: 2px;
    position: absolute;
    left: 0;
    top: 1px
}

.catalog_wrap .filter .checkbox:checked+span:after {
    content: '';
    display: block;
    width: 13px;
    height: 7px;
    border: 3px solid #424242;
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: 1px;
    left: 2px;
    transform: rotate(-45deg)
}

.catalog_wrap .filter .checkbox.red+span:before {
    border-color: #ff0501;
    box-shadow: 5px 5px 5px #ffe8e8 inset
}

.catalog_wrap .filter .checkbox.red:checked+span:after {
    border-color: #ff0501
}

.catalog_wrap .filter .filter_block {
    border-bottom: 1px solid #e9e9e9;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.catalog_wrap .filter .filter_block.family-categories .filter_wrap label>a {
    display: block;
    text-decoration: none;
    font-weight: 300;
    color: inherit;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3);
}

.catalog_wrap .filter .filter_block.family-categories .filter_wrap label>a:hover {
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.4);
}

.catalog_wrap .filter .filter_block .filter_wrap label:not(:nth-child(-n+4)) {
    display: none;
}

.catalog_wrap .filter .filter_block .filter_wrap .more-variants {
    padding-left: 2rem;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    cursor: pointer;
}

.catalog_wrap .filter .filter_block .title {
    font-size: 14px;
    font-weight: 700;
    line-height: 16px;
    margin-top: 0;
    cursor: pointer
}

.catalog_wrap .filter .filter_block .title .close_filter {
    display: inline-block;
    width: 7px;
    height: 7px;
    border: 1px solid #848484;
    transform: rotate(-45deg) scale(1.2);
    border-left: 0;
    border-bottom: 0;
    cursor: pointer;
    transition: .3s;
    float: right;
    margin-right: 1rem
}

.catalog_wrap .filter .filter_block .title .close_filter:hover {
    border-color: #333
}

.catalog_wrap .filter .filter_block .title .close_filter.active {
    transform: rotate(-225deg) scale(1.2)
}

.catalog_wrap .filter .filter_block .reset {
    color: #7d7d7d;
    text-decoration: underline dotted;
    display: block;
    text-align: end;
    line-height: 16px;
    font-size: 14px;
    font-weight: 300;
}

.catalog_wrap .filter .filter_block.prices {
    font-size: 0;
}

.catalog_wrap .filter .filter_block.prices .filter_wrap {
    display: none
}

.catalog_wrap .filter .filter_block.prices .form-control {
    width: 70px;
    border: 1px solid #dfdfdf;
    box-shadow: 2px 2px 5px #eee inset;
    display: inline-block;
    height: 35px;
    vertical-align: middle;
    padding: 2px 1px;
    text-align: center;
}

.owl-carousel .owl-item img {
    width: auto
}

.catalog_wrap .filter .filter_block.prices .tire {
    width: 30px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 30px;
    text-align: center;
    vertical-align: middle
}

.catalog_wrap .filter .filter_block.prices .cena {
    text-align: center;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    font-weight: 300;
    vertical-align: middle;
    text-decoration: underline;
    padding: 0 4px;
}

.catalog_wrap .filter .reset_all {
    color: #ff2e08 !important;
    text-decoration: none !important;
    border-bottom: 1px dotted #ff2e08 !important
}

.catalog_wrap .filter .special {
    border-bottom: 1px solid #e9e9e9
}

.catalog_wrap .filter .special .checkbox_wrap .checkbox+span {
    color: #ff2e08;
    font-weight: 700
}

.mobile-filter-button {
    background: url(/static/img/slider_filter_icon.svg) center no-repeat;
    background-color: wheat;
    width: 45px;
    height: 50px;
    background-size: auto;
    background-size: 3rem auto;
    cursor: pointer;
    position: fixed;
    right: 0.5rem;
    top: 8rem;
    z-index: 2;
    box-shadow: 0 0 0.1rem;
    border-radius: 1rem;
    opacity: 0.8
}

.tovars_catalog_header {
    padding: 20px 0 10px;
    height: 100%;
}

.tovars_catalog_header .view_catalog {
    display: inline-block;
    width: 33px;
    height: 33px;
    border-radius: 4px;
    text-align: center;
    line-height: 31px;
    margin-left: 5px
}

.tovars_catalog_header .view_catalog1 {
    background: #747474;
    border: 1px solid #515151
}

.tovars_catalog_header .view_catalog1:hover {
    background: #555
}

.tovars_catalog_header .view_catalog2 {
    background: url(/static/img/view2_bg.png) repeat-x;
    color: #2f2f2f;
    border: 1px solid #dfdfdf;
    width: 34px;
    height: 34px
}

.tovars_catalog_header .view_catalog2:hover {
    background: url(/static/img/view2_bg_hover.png) repeat-x
}

.tovars_catalog_header .selecter {
    display: inline-block;
    max-width: 100%
}

.tovars_catalog_header .selecter div.selecter-options {
    width: 100%
}

.tovars_catalog_header .selecter .selecter-selected {
    height: 35px;
    line-height: 33px;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    width: 175px;
    text-align: left;
    padding-left: 12px;
    color: #292929;
    padding-right: 21px
}

.play-video-button {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 35%;
    color: #ff2406;
}

.title-section {
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    margin: 2% 0;
    font-family: NeoSansPro-Bold, sans-serif
}

.prod-inf .opis_prod {
    color: #ff6d07;
    font-weight: bold;
    text-transform: unset;
}

.prod-inf p {}

.prod-inf ul {
    margin: 0 0 18px 30px;
    font-size: 16px;
    line-height: inherit;
    list-style-type: disc;
}

.prod-inf ul li {
    line-height: inherit;
    font-size: inherit;
}

footer {
    margin-bottom: -20px;
}

.end_footer {
    padding-top: 20px;
}

.foot_right {
    padding-top: 8px;
}

.tabbable-panel .tabbable-line ul.nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.tabbable-panel .tabbable-line ul.nav-tabs li {
    width: 100%;
    background-color: #eee;
}

.tabbable-panel .tabbable-line ul.nav-tabs li a {
    margin-right: 0;
}

#modal_message {
    transition: transform .5s ease-out;
}

#modal_message .fade {
    transition: transform .5s ease-out;
}

#modal_message .fade .in {
    transition: transform .5s ease-out;
}

.js-create-feedback {
    font-size: 18px;
    color: #fff;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    border: none;
    background: #f9250f;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 0 #c91c0a;
    box-shadow: 0 3px 0 #c91c0a;
    font-family: HelveticaNeueCyr-Roman, sans-serif;
    margin-bottom: 20px;
}

.w-100 {
    width: 100%;
}

.hed-menu .catalog .dropdown_catalog.open {
    display: block;
}

.for-mobile-menu {
    display: none
}

body {
    height: 100%;
}

.p-0 {
    padding: 0;
}

#btn-load-next-products {
    cursor: pointer;
}

#btn-load-next-products input {
    cursor: pointer;
    display: none;
}

/* PAGINATIONS STYLE */
.pagination li a:hover,
.tovars_catalog_footer .pagination li a:hover {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e0e0e0', GradientType=0)
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover,
.tovars_catalog_footer .pagination>.active>a,
.tovars_catalog_footer .pagination>.active>a:focus,
.tovars_catalog_footer .pagination>.active>a:hover,
.tovars_catalog_footer .pagination>.active>span,
.tovars_catalog_footer .pagination>.active>span:focus,
.tovars_catalog_footer .pagination>.active>span:hover {
    background: #747474;
    color: #fff
}

.pagination>li>a,
.pagination>li>span,
.tovars_catalog_footer .pagination>li>a,
.tovars_catalog_footer .pagination>li>span {
    margin-left: 10px;
    border-radius: 4px;
    color: #474545;
    border-color: #ededed;
    font-size: 18px;
    font-family: HelveticaNeueCyr-Medium, sans-serif
}

.tovars_catalog_footer {
    padding: 20px 0;
    width: 100%;
    font-size: 2.0rem;
    font-weight: bolder;
    text-align: center;
}

.tovars_catalog_footer .pagination li a:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f9f9f9 3%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 3%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #fff 0, #f9f9f9 3%, #e0e0e0 100%)
}

.pagination li a:hover {
    background: #fff;
    background: -moz-linear-gradient(top, #fff 0, #f9f9f9 3%, #e0e0e0 100%);
    background: -webkit-linear-gradient(top, #fff 0, #f9f9f9 3%, #e0e0e0 100%);
    background: linear-gradient(to bottom, #fff 0, #f9f9f9 3%, #e0e0e0 100%)
}

.basket_main_block_img {
    padding: 1%;
    float: left;
}

.right-buttons li a.basket-button:hover span,
.right-buttons li a.compare_button:hover span {
    color: #fff
}

.right-buttons li a.basket-button:hover:before {
    background-position: -169px 0
}

.right-buttons li a.compare_button:hover:before {
    background-position: -191px 1px
}

.right-buttons li.basket-block .basket_wrap {
    position: absolute;
    width: 365px;
    padding: 0 15px 15px;
    right: 0;
    background: #fff;
    z-index: 2;
    border-top: 3px solid red;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    display: none;
}

.right-buttons li.basket-block .basket_wrap::-webkit-scrollbar {
    display: none;
}

.right-buttons li.basket-block .basket_wrap ul {
    overflow: auto;
    max-height: 410px;
    /* Hide scrollbar for Chrome, Safari and Opera */
    -ms-overflow-style: none;
    /* IE and Edge */
    scrollbar-width: none;
    /* Firefox */
}

.right-buttons li.basket-block .basket_wrap ul::-webkit-scrollbar {
    display: none;
}

.right-buttons li.basket-block .basket_wrap ul li {
    position: relative;
    padding-bottom: 15px;
    border-bottom: 1px solid #ff4f4f;
    padding-top: 15px;
    overflow: hidden;
    float: none;
}

.right-buttons li.basket-block .basket_wrap .delete {
    width: 11px;
    height: 11px;
    background: url(/static/img/icons.png) -141px -1px no-repeat;
    opacity: 1;
    position: absolute;
    z-index: 200000;
    right: 0;
    top: 18px;
    cursor: pointer;
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -ms-transform: scale(1.6);
}

.right-buttons li.basket-block .basket_wrap .basket_block_img {
    float: left;
    max-width: 54px;
}

.right-buttons li.basket-block .basket_wrap .basket_block_img img {
    border: 1px solid #e5e5e5;
    margin-top: 5px
}

.right-buttons li.basket-block .basket_wrap .basket_block_info {
    width: calc(100% - 70px);
    float: right;
    color: #000;
    padding-right: 15px
}

.right-buttons li.basket-block .basket_wrap .basket_block_info .title {
    font-size: 12px;
    line-height: 18px;
    text-transform: none;
    font-family: HelveticaNeueCyr-Roman, sans-serif;
    width: calc(100% - 14px);
    text-align: left;
    color: #000;
    text-decoration: none
}

.right-buttons li.basket-block .basket_wrap .basket_block_info .title:hover {
    text-decoration: underline
}

.right-buttons li.basket-block .basket_wrap .basket_block_info .text {
    color: #939393;
    font-size: 12px
}

.right-buttons li.basket-block .basket_wrap .basket_block_info .total-per-item {
    color: red
}

.right-buttons li.basket-block .basket_wrap .basket_block_info .price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.right-buttons li.basket-block .basket_wrap .rezult {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.right-buttons li.basket-block .basket_wrap .rezult .total {
    font-size: 14px;
    color: #000;
    padding: 1rem 0;
    padding-right: 15px;
    font-weight: 600;
}

.right-buttons li.basket-block .basket_wrap .rezult .go_to_cart,
.right-buttons li.basket-block .basket_wrap .rezult .total_price {
    color: red;
    font-family: HelveticaNeueCyr-Medium, sans-serif;
}

.right-buttons {
    display: inline-flex;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
}

.right-buttons li.basket-block .basket_wrap .rezult .go_to_cart::before {
    display: none;
}

/* cart ordering page style */
.ordering .title-main {
    position: relative;
    font-size: 18px;
    font-family: HelveticaNeueCyr-Medium, sans-serif;
    color: #000;
    margin-bottom: 30px
}

.ordering .title-main div {
    line-height: 42px
}

.ordering .title-main .btn-transparent {
    font-size: 14px;
    color: red !important;
    font-family: HelveticaNeueCyr-Light, sans-serif;
    border-color: red;
    line-height: 18px !important;
    cursor: pointer;
    margin-left: 0
}

/* cart ordering page style  END*/
.loader-ajax {
    display: none;
}

#empty-products {
    text-align: center;
    padding: 1.2rem 0;
    width: 100%;
}

#filter-form {
    width: 100%
}

.range {
    padding: 0 4px;
}

.filter_block.prices .filter_wrap {
    white-space: nowrap;
    text-align: center;
}

table#product-list {
    table-layout: fixed;
}

table#product-list .unit-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
}

table#product-list th,
table#product-list td {
    vertical-align: middle;
    width: 250px;
}

table#product-list td {
    text-align: center;
}

table#product-list a {
    white-space: normal
}

table#product-list p {
    padding: 0;
    margin: 0;
}

table#product-list .models {
    width: 150px;
    background: transparent;
}

table#product-list .unit {
    padding: 1%;
}

table#product-list .unit-price {
    display: block;
}

table#product-list td:first-child {
    position: sticky;
    left: 0px;
    z-index: 1;
    background-color: #f9f9f9;
    white-space: normal;
}

#attribute-list td {
    vertical-align: middle;
    padding: 0;
}

table#attribute-list {
    border: 0px;
}

#attribute-list td span {
    display: inline-block;
    padding: 1rem;
}

.cart-btn span {
    display: block
}

.cart-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center
}

.cart-btn>* {
    margin: 1% 0;
    min-width: 45%;
}

.add-to-cart {
    background: #ff7109;
    background: -moz-linear-gradient(top, #ff7109 0, #ff5a00 100%);
    background: -webkit-linear-gradient(top, #ff7109 0, #ff5a00 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff7109), to(#ff5a00));
    background: -o-linear-gradient(top, #ff7109 0, #ff5a00 100%);
    background: linear-gradient(to bottom, #ff7109 0, #ff5a00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7109', endColorstr='#ff5a00', GradientType=0);
    white-space: nowrap;
    color: #fff !important;
    text-decoration: none;
}

.buy-project-price {
    white-space: nowrap;
    border-bottom: 2px solid #b1b1b1;
    color: #fff;
    background: #f9250fd4;
    display: inline-block;
    text-decoration: none;
}

.add-to-cart:hover {
    background: #ff5a00;
    background: -moz-linear-gradient(top, #ff5a00 0, #ff7109 100%);
    background: -webkit-linear-gradient(top, #ff5a00 0, #ff7109 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#ff5a00), to(#ff7109));
    background: -o-linear-gradient(top, #ff5a00 0, #ff7109 100%);
    background: linear-gradient(to bottom, #ff5a00 0, #ff7109 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5a00', endColorstr='#ff7109', GradientType=0)
}

.one_click_buy {
    background: #12b343;
}

.btn-compare {
    font-size: 14px;
    border-bottom: 2px solid #b1b1b1;
    border-radius: 4px;
    text-decoration: none;
    color: #000;
    background: #e9e9e9;
    background: -moz-linear-gradient(top, #e9e9e9 0, #dadada 100%);
    background: -webkit-linear-gradient(top, #e9e9e9 0, #dadada 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#e9e9e9), to(#dadada));
    background: -o-linear-gradient(top, #e9e9e9 0, #dadada 100%);
    background: linear-gradient(to bottom, #e9e9e9 0, #dadada 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#dadada', GradientType=0)
}

.btn-compare input[type="checkbox"] {
    display: none;
}

.btn-compare label {
    margin: auto;
}

.btn-compare.checked {
    box-shadow: inset 0px 1px 3px;
}

.buy-project-price:hover {
    box-shadow: inset 0px 1px 3px;
    color: #000;
    background: #f76353d4
}

.btn-compare:focus,
.btn-compare:hover {
    color: #000;
    background: #dadada;
    background: -webkit-linear-gradient(#dadada 0, #e9e9e9 100%);
    background: -o-linear-gradient(#dadada 0, #e9e9e9 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#dadada), to(#e9e9e9));
    background: linear-gradient(#dadada 0, #e9e9e9 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#e9e9e9', GradientType=0)
}

.price_info {
    margin: 1rem 0;
    font-size: 12px;
    color: #777;
    line-height: 1.2
}

#alert-box {
    color: white;
    position: fixed;
    top: 33%;
    right: 0;
    z-index: 99999999;
    white-space: nowrap;
    min-width: 25%
}

.alert-popup {
    display: none;
    margin-bottom: 1%;
    padding: 1.2rem;
}

.alert-popup.success {
    background-color: #4CAF50;
    opacity: 0.9;
}

.alert-popup.warning {
    background-color: #ff5a00
}

.alert-popup.info {
    background-color: #4CAF50
}

.alert-popup .message-text {
    margin: 0;
    font-size: 1.5rem;
}

.closeBtn {
    margin-right: 15px;
    color: white;
    font-weight: bold;
    float: left;
    font-size: 5rem;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}

.closeBtn:hover {
    color: black;
}

.unit {
    border-radius: 3px;
    padding: 0.8rem;
    -webkit-box-shadow: 1px 3px 5px rgba(171, 171, 171, .5);
    box-shadow: 1px 3px 5px rgba(171, 171, 171, .5);
    background: white
}

.owl-item .unit {
    width: 100%;
}

.unit picture {
    width: 100%;
}

.unit .unit-article {
    float: right
}

.unit .special_marked.is_out_of_production {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 80px;
    height: 80px;
    background: url(/static/img/is_out_of_production.png) center no-repeat;
    z-index: 1;
}

.unit .special_marked.is_new {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 80px;
    height: 80px;
    background: url(/static/img/is_new.png) center no-repeat;
    z-index: 1;
}

.unit .special_marked.is_discounted {
    position: absolute;
    top: 1px;
    left: 1px;
    width: 80px;
    height: 80px;
    background: url(/static/img/is_discounted.png) center no-repeat;
    z-index: 1;
}

.unit .special_marked.is_sale {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 80px;
    height: 80px;
    background: url(/static/img/is_sale.png) center no-repeat;
    z-index: 1;
}

.unit:hover {
    -webkit-box-shadow: 3px 3px 10px rgba(171, 171, 171, .5);
    box-shadow: 3px 3px 10px rgba(171, 171, 171, .5);
    z-index: 1
}

.unit-img {
    height: 260px
}

.unit-img a {
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center
}

.unit-img a:after {
    content: '';
    display: none;
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARBAMAAADJQ1rJAAAAD1BMVEUAAAD///////////////+PQt5oAAAABHRSTlMA+YXza8bhbQAAACpJREFUCNdjAAImIwYoYHSEsVhcSGIpuoCBowKDiAsEGCDESDcP4RaE+wBX/woRowG6qAAAAABJRU5ErkJggg==) center center no-repeat rgba(255, 0, 0, .7)
}

.unit-img a picture {
    display: contents;
}

.unit-name strong {
    display: block;
    font-weight: 600;
    height: 88px;
    font-size: 16px;
    line-height: 22px;
    overflow: hidden
}

.unit-name a {
    color: #000;
    text-decoration: none
}

.unit-name a:hover {
    color: red
}

.unit-price {
    font-size: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-bottom: 10px
}

.unit-price .located-number {
    margin-right: 1rem;
}

.unit-price .old-price {
    font-size: 1.5rem;
    text-decoration: line-through;
    color: grey;
}

.unit-btns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
}

.search-page .title {
    color: #000;
    font-size: 22px;
    text-transform: none;
    font-family: HelveticaNeueCyr-Medium, sans-serif;
    line-height: 1.2;
    margin-bottom: 20px;
}

.search-page .text {
    color: #000;
    font-size: 14px;
    line-height: 1.6;
}

.search-page .row {
    max-height: 250px;
}

.search-page {
    padding: 40px 0;
}

.search-page a img {
    max-height: 100px
}

.search-page a {
    color: inherit;
    text-decoration: none;
}

.search-term-footer {
    padding: 20px 0;
    width: 100%;
    font-size: 2.0rem;
    font-weight: bolder;
    text-align: center;
    cursor: pointer;
}

#btn-load-next-search-term {
    cursor: pointer;
}

#btn-load-next-search-term input {
    visibility: hidden;
    cursor: pointer;
    font-size: 2.0rem;
    font-weight: bolder;
    display: none
}

.explain-price {
    color: #2ba700;
    font-weight: 400;
    display: inline-block;
}

#scroller {
    position: fixed;
    bottom: 15%;
    right: 50%;
    border-radius: 99%;
    color: red;
    background: transparent;
    width: 32px;
    height: 32px;
    cursor: pointer;
    z-index: 9;
    display: none;
    opacity: 0.5;
}

.right-buttons li.basket-block .basket_wrap .rezult .go_to_cart:hover {
    color: white;
}

section.main_news .details,
section.our_works .details {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
}

.date {
    font-size: 14px;
    color: #909090;
    margin-right: auto
}

.cart-logo {
    width: 50px;
    height: 40px;
    float: right;
    background: url(/static/img/cart.svg) center no-repeat
}

.phone-logo {
    width: 36px;
    height: 36px;
    background: url(/static/img/phone-solid.svg) center no-repeat snow;
    box-shadow: 0 0 1px #fff inset;
    border-radius: 34%;
}

.main_news .unit {
    background: white;
}

#delivery-company-table {
    overflow-x: auto;
    min-height: .01%;
}

#delivery-company-table td {
    text-align: center;
    vertical-align: baseline;
}

.header-btm .container>.row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.mobile-menu-block {
    margin-left: auto;
}

.main_top_menu {
    flex-basis: 100%;
    flex-grow: 1;
    z-index: 0;
}

div.widget-visible>iframe {
    bottom: 5rem !important;
}

.fixed-block {
    display: flex;
    position: fixed;
    padding: 0.4rem;
    bottom: .3em;
    left: 0.3em;
    right: 0.3em;
    z-index: 1060;
    border-radius: 8px;
    background: rgba(70, 70, 70, 0.73);
    color: white;
    font-size: 0.7rem;
    justify-content: space-evenly
}

#btn-cookie-policy {
    align-self: center;
    opacity: 0.7;
    background: rgb(255, 90, 0)
}

.m-0 {
    margin: 0 !important
}

.m-5 {
    margin: 5px !important
}
