*,::after,::before {
    padding: 0;
    margin: 0
}

.b-footer__copyright--text a {
    text-decoration: underline;
    color: #fff;
}

.name {
    margin-bottom: 14px;
    /* height: 35px; */
}

body {
    padding: 0;
    margin: 0;
    background: #fff;
    font-family: Malta medium;
    transition: all ease-in-out .3s
}

.category_product {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.cat_gallery {
    display: inline-block;
    margin-top: 30px;
    justify-content: space-between
}

.about_text a {
    color: #0058e7;
    text-decoration: underline
}

.about_text a:hover {
    text-decoration: none;
    color: #00e50b
}

.cat_gallery a {
    width: 24.5%;
    height: 250px;
    overflow: hidden;
    border-radius: 2px;
    float: left;
    margin: .2%
}

.cat_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.cat_gallery img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
}

.product_item_cat_page:hover {
    z-index: 10
}

.delivery-payment-list .row {
    display: inline-block;
    width: 98%;
    padding: 2% 0
}

span.params-icon img {
    opacity: .6;
    width: 23px
}

span.filter-item-hint {
    display: inline-block;
    width: 100%;
    font-size: 15px;
    font-family: 'Malta light';
    margin-top: 10px
}

.delivery-payment-item {
    display: inline-block;
    width: 33%;
    text-align: center;
    float: left
}

.delivery-payment {
    padding-top: 2%;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 16px;
    border-radius: 5px
}

.slider__container {
    padding-left: 0;
    padding-right: 0
}

.slider__items {
    counter-reset: slide
}

.slider__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    counter-increment: slide;
    height: 320px;
    position: relative
}

.slider__item:nth-child(2) {
    background-color: #9c27b0
}

.slider__item:nth-child(4) {
    background-color: #03a9f4
}

.slider__item:nth-child(5) {
    background-color: #4caf50
}

.lozung_right svg {
    float: left;
    width: 14px
}

.modal-body.card {
    padding: 4% 5%;
    background: #cfffe0;
    text-align: center;
    font-family: 'Malta light'
}

.page_content p {
    margin: 8px 0;
    font-size: 17px;
}

.lozung {
    display: inline-block;
    float: left;
    color: #fff;
    font-size: 14px;
    font-family: Malta Light;
    margin-right: 65px
}

#target {
    color: #000;
    font: 15px arial;
    padding: 21px;
    display: inline-block;
    float: right;
    z-index: 99;
    background: #fff;
    width: 249px;
    border: 2px solid #00c300;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 20px hsl(0deg 0% 68% / 25%);
    box-shadow: 0 2px 20px hsl(0deg 0% 68% / 25%)
}

.scrollup {
    width: 55px;
    height: 55px;
    position: fixed;
    bottom: 3%;
    right: 2%;
    border: none;
    outline: 0;
    border-radius: 2px;
    display: none;
    text-indent: -9999px;
    background: #16c626 url(images/top.png) center no-repeat;
    z-index: 9999999;
    background-size: 26px
}

.phone {
    display: flex;
    width: 26%;
    float: left;
    margin: 0px 0 0 2%;
    align-items: center;
}

.header-search {
}

.favorit {
    display: inline-block;
    width: 45px;
    float: left;
    border-radius: 4px;
    text-align: center;
    height: 45px;
    position: relative;
    transition: all ease-in-out .3s
}

.compaeyr {
    display: inline-block;
    width: 45px;
    float: left;
    margin: 0 5px;
    height: 45px;
    border-radius: 5px;
    background: #7b5cb1;
    position: relative;
    transition: all ease-in-out .3s
}

.cart {
    display: inline-block;
    width: 133px;
    border-radius: 4px;
    float: right;
    height: 45px;
    position: relative;
    transition: all ease-in-out .3s
}

.favorit_cont {
    background-image: url(images/wish.svg);
    background-size: 25px;
    position: relative;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.comp_cont {
    background-image: url(images/compare.svg);
    background-size: 22px;
    position: relative;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.cart_cont {
    background-image: url(images/cart.svg);
    background-size: 30px;
    position: relative;
    width: 121px;
    height: 44px;
    background-position: 2px 50%;
    background-repeat: no-repeat;
    margin: 0 0 0 12px;
    cursor: pointer
}

.header_middle {
    display: inline-block;
    width: 100%;
    float: left;
    background: #fff;
    position: relative;
    background-size: cover;
    background-position: 0 30%
}

.header_middle_center {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo_slava {
    width: 24%;
    /* float: left; */
    transition: all ease-in-out .3s;
    margin: 10px 0 14px
}

.logo_slava img {
    width: 66px;
    height: 54px;
}

.mainmenu {
}

.shoroom .s-product-watching-now {
    position: relative;
    bottom: 4px;
    color: #fff
}

.small .head_right a {
    /* height: 30px; */
    /* font-size: 11px; */
}

.sub_cat.catalog_menu {
    display: none
}

.big_price a {
    font-size: 15px
}

.one_pr_search_code {
    color: #ccc
}

input.header-search__search-submit-btn {
    text-indent: -99999px;
    width: 24px;
    height: 24px;
    background: url(images/search.png) center center no-repeat;
    float: left;
    position: absolute;
    opacity: .8;
    right: 7px;
    top: 4px;
    background-size: 81%;
    cursor: pointer;
    outline: none;
    border: none
}

.menu_icon {
    background: url(images/menu.png) 17px 21px no-repeat;
    display: inline-block;
    color: #fff;
    padding: 17px 19px 17px 46px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none
}

.doc_big {
    display: inline-block;
    width: 100%;
    margin: 0
}

.map_right22 {
    background: url(images/front-delivery-bg.webp) no-repeat center;
    float: left;
    width: 97%;
    padding: 19px 20px 6px;
    background-size: cover
}

span.doc_name {
    display: inline-block;
    width: 88%;
    text-align: center;
    color: #000
}

span.doc_position {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-family: 'Malta Light';
    color: #000;
    margin-top: 10px
}

.doc_img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.doc_img {
    position: relative;
    width: 100%;
    height: 240px;
    overflow: hidden
}

.doc_info {
    display: flex;
    width: 100%;
    padding: 11px 0 20px;
    text-align: center;
    flex-direction: column;
    align-content: stretch;
    align-items: center
}

li.home_mega_menu_li:nth-child(1) {
    height: 290px
}

li.home_mega_menu_li:nth-child(1) a {
    height: 371px
}

li.home_mega_menu_li:nth-child(1) img {
    height: 290px;
    width: auto
}

span.home_nav_title em {
    display: inline-block;
    font-size: 17px;
    font-family: 'Malta light';
    font-style: normal;
    text-transform: none;
    margin-top: 21px;
    line-height: 24px
}

li.home_mega_menu_li:nth-child(1) .home_nav_title {
    font-size: 27px;
    padding-top: 45px
}

.cat_top_top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.pg_gallery a:nth-child(31) {
    float: right;
    width: 600px;
    height: 436px
}

.pg_gallery a:nth-child(42) {
    height: 436px;
    width: 600px;
    float: right
}

.pg_gallery a:nth-child(34) {
    width: 600px;
    height: 658px
}

.pg_gallery a:nth-child(26) {
    width: 600px
}

.cat_top {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}

.cat_top_right {
    display: inline-block;
    float: right;
    width: 44%
}

select.sort_select {
    padding: 6px 12px;
    border: 1px solid #ccc;
    font-size: 12px;
    font-family: Malta medium;
    border-radius: 0;
    cursor: pointer;
    float: right
}

a.btn_hiti {
    padding: 7px 8px;
    border: 1px solid #ccc
}

.cart_items .myCheckbox p {
    font-family: 'Malta light'!important;
    font-size: 12px!important;
    font-weight: 400!important;
    width: 83%!important
}

.cat_top_right a {
    padding: 7px 9px;
    border: 1px solid #f1ecec;
    background: #fff;
    float: left;
    font-size: 12px;
    cursor: pointer;
    border-radius: 0;
    font-weight: 400;
    color: #000;
    margin-right: 9px
}

iframe {
    border: none
}

.delivery-lift-manual {
    display: inline-block;
    width: 100%
}

.delivery-rate-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 0
}

.delivery-rate-item-img {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
    max-width: 85px;
    padding-right: 10px
}

.avalibly_details {
    display: inline-block;
    width: 100%
}

ul.list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.inf span {
    font-family: 'Malta light';
    font-size: 14px
}

.inf {
    font-family: 'Malta medium';
    margin-bottom: 5px;
    font-size: 14px
}

ul.list li {
    display: inline-block;
    width: 24%;
    box-shadow: 0 0 4px 0 #00000030;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 23px;
}

.img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-bottom: 0
}

.img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.our_proj_block {
    text-align: center;
    margin-top: 30px;
}

.or_work_right {
    display: inline-block;
    text-align: left;
    width: 92%;
    color: #000;
    padding: 4%
}

.name a {
    font-size: 17px;
    margin-bottom: 10px;
    display: inline-block
}

.img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.name a:hover {
    text-decoration: underline
}

.small .activ1 {
    /* background: url(images/menub.png) 15px 50% no-repeat!important; */
}

.small .arrow {
    border-color: red transparent;
    right: -2px;
    border-width: 4px 3px 0
}

.avalibly_details_one {
    display: inline-block;
    width: 100%;
    margin-top: 16px
}

.pg_gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.pg_gallery a {
    width: 23%;
    display: inline-block;
    float: left;
    height: 207px;
    margin: 1%;
    overflow: hidden;
    border-radius: 5px
}

.pg_gallery img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.det_vals {
    display: inline-block;
    width: 100%;
    float: left
}

.one_det_val img {
    width: 70px
}

.one_det_val {
    display: inline-block;
    width: 18%;
    height: 99px;
    border-radius: 4px;
    position: relative;
    float: left;
    padding: 6px 3px;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff
}

.one_det_val span {
    font-size: 12px;
    display: inline-block;
    width: 100%
}

.delivery-rate-item-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 2px
}

.delivery-rate-item-title {
    font-size: 15px;
    line-height: 1.3334;
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.delivery-lift-caption h3 {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 0
}

.delivery-rate-item-floor {
    font-size: 15px;
    line-height: 1.2;
    color: #000;
    padding-top: 10px;
    margin-bottom: 3px
}

.delivery-rate-item-note {
    font-size: 14px;
    line-height: 1.31;
    color: #000;
    font-family: 'Malta light';
    margin-bottom: 9px;
    white-space: nowrap;
    text-overflow: ellipsis
}

.service_item {
    display: inline-block;
    width: 19%;
    background: #fff;
    overflow: hidden;
    padding-bottom: 22px;
    box-shadow: 0 0 11px 0 #00000021;
    margin: 6px
}

.service_item:hover {
    background: #16c626;
    box-shadow: none
}

.service_item:hover a {
    color: #fff
}

.service_item:hover .price_value {
    color: #fff
}

a.btn_pod_zakaz {
    background: url(images/preorder-filter.svg) 10px 7px no-repeat;
    padding: 7px 14px 7px 30px;
    color: #7396d1;
    border: 1px solid #7396d1
}

a.btn_pod_zakaz:hover {
    background: #dce9ff9e url(images/preorder-filter.svg) 10px 7px no-repeat
}

.cat_top_right span {
    font-size: 13px;
    color: #555
}

.actv {
    background: #f10001!important;
    color: #fff!important
}

.menu_icon1 {
    background: url(images/menu1.png) 15px 18px no-repeat;
    display: inline-block;
    color: #fff;
    padding: 17px 19px 17px 46px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    outline: none
}

input#pcode {
    float: left;
    height: 30px;
    border: 1px solid red;
    border-radius: 24px;
    min-width: 100%;
    font-family: 'Malta medium';
    color: #525252;
    outline: none;
    padding: 0 55px 0 11px;
    background: #fff;
    transition: min-width .3s ease,border-color .3s ease;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px
}

.p_icon {
    margin: 3px 9px 0 0;
}

.p_number a {
    font-size: 27.7px;
    color: #fff;
    text-decoration: none;
    font-family: 'Malta Bold'
}

.p_number p {
    color: #8c8b8b;
    font-size: 14.8px;
    font-family: 'Muller Narrow'
}

.map_right22 {
    width: 96%;
    padding: 2% 2% 1%
}

.hushum11 {
    margin: 0 0 9px
}

.delivery-payment-caption h3 {
    text-transform: uppercase;
    margin-bottom: 20px
}

.delivery-payment-item {
    width: 29%;
    margin: 1%;
    background: #f5f5f5;
    height: 145px;
    padding: 4% 1%;
    border-radius: 4px
}

.sxema_pr img {
    height: 55px;
    opacity: .5
}

.time {
    font-family: 'Malta light';
    font-size: 13px;
    width: 100%
}

.search_ress a {
    color: #007eff;
    font-family: 'Malta light';
    font-size: 15px;
    display: inline-block;
    padding: 5px 1%;
    width: 98%;
    border-bottom: 1px dashed #eee
}

.search_ress a:hover {
    text-decoration: underline;
    color: red
}

.preim2 {
    display: inline-block;
    text-align: center;
    border-radius: 6px;
    box-shadow: 0 0 0 1px #e5e5e5;
    background: #fff;
    width: 23%;
    margin: 13px 1%;
    height: 124px;
    padding: 23px 0 0
}

.preim_text_shag {
    font-family: 'Malta Bold';
    font-size: 16px;
    margin: 5px 0;
    color: #16c626
}

.youtube-button {
    position: absolute;
    left: 3px;
    z-index: 9;
    width: 76px;
    bottom: 24px;
    background: #fff;
    height: 75px;
    display: flex;
    align-items: center;
    border-radius: 12px;
    cursor: pointer
}

.youtube-button .icon {
    width: 76px;
    background: url(images/youtube-button-icon.png) center no-repeat;
    height: 100%;
    display: flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center
}

.youtube-button .icon:before {
    display: block;
    content: "";
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 18px solid #fff;
    margin-right: -10px
}

.youtube-button .text-wrap {
    padding: 0 25px 0 21px;
    font-size: 14px;
    line-height: 21px;
    display: none;
    color: #000
}

.one_det_val:nth-child(3) {
    height: auto!important
}

.team_section_center {
    display: inline-block;
    width: 100%
}

.sotrudniki_block {
    display: inline-block;
    width: 100%
}

.avalibly_details_one:nth-child(3) .one_det_val {
    height: auto
}

.pr_soc_com {
    display: inline-block;
    width: 100%
}

.new_price22 {
    font-size: 23px
}

.pr_price22 {
    display: inline-block;
    float: left;
    width: 83%;
    margin-right: 3%
}

.pradust_image22 a {
    width: 17%;
    height: 72px;
    display: inline-block
}

.pradust_image22 a img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.avalibly_details_one:nth-child(3) .one_det_val:hover span {
    position: relative
}

.pr_dev p {
    margin: 0 0 10px;
    font-family: 'Malta light'
}

.one_det_val:nth-child(4) {
    height: auto!important
}

.avalibly_details_one:nth-child(4) .one_det_val {
    height: auto
}

.avalibly_details_one:nth-child(4) .one_det_val:hover span {
    position: relative
}

.mainmenu li {
    float: left;
    height: 44px
}

.about_text p {
    margin: 15px 0
}

.colors_filter .house_category_content12 {
    max-height: 332px;
    overflow-y: auto
}

.mainmenu li a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    font-size: 15px;
    font-family: 'Malta bold';
    padding: 15px
}

.big_menu {
}

.menu_center {
}

.header_top {
    display: inline-block;
    width: 100%;
    background: #464b61;
    float: left;
    padding: 3px 0
}

.pradust_image22 a:hover {
    opacity: .7
}

.preim_text_zag {
    font-size: 15px
}

.header_top_center {
    width: 1280px;
    margin: 0 auto
}

.cat_big_title {
}

li.home_mega_menu_li:nth-child(4) {
    width: 32.3%
}

li.home_mega_menu_li:nth-child(5) {
    width: 33%
}

li.home_mega_menu_li:nth-child(6) {
    width: 32.3%
}

li.home_mega_menu_li:nth-child(7) {
    width: 32.3%
}

li.home_mega_menu_li:nth-child(8) {
    width: 33%
}

li.home_mega_menu_li:nth-child(9) {
    width: 32.3%
}

.doc_big22 {
    display: inline-block;
    width: 97%;
    border-radius: 4px;
    float: left;
    box-shadow: 0 0 0 1px #d8d8d8;
    margin: 0%;
}

.doc_big22 .doc_name {
    height: 42px
}

.doc_big22 .doc_position {
    width: 76%;
    height: 38px;
    font-size: 15px
}

.glider22 {
    display: flex;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: space-between;
}

li.home_mega_menu_li:nth-child(10) {
    width: 32.3%
}

.cat_top_top img {
    float: right;
    height: 170px
}

.head_right {
}

.p_number {
    float: left;
    font-size: 18px;
    display: inline-block;
    width: 50%;
    margin-left: 5px;
    font-family: 'Malta Bold';
}

.p_icon img {
    position: relative;
    left: 0;
    top: 0;
    width: 36px
}

.breadcrumbs li {
    float: left
}

.VideoConsultationModal-Content h3 {
    font-family: 'Malta light';
    font-size: 15px
}

.zvcontent {
    padding: 6%;
    float: left;
    width: 100%;
    text-align: center
}

.divider {
    display: inline-block;
    width: 12px;
    position: relative;
    margin: 7px 4px;
    height: 5px;
    background: url(images/down.svg) no-repeat;
    background-size: 100% 100%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.activ1 {
    /* padding-left: 47px!important; */
    /* background: url(images/menu.png) 15px 50% no-repeat; */
}

.watviber img {
    width: 30px;
}

.watviber {
    display: flex;
    margin: 1px 0 0;
    align-items: center;
    margin-right: 26px;
}

.sale_left_section {
    display: inline-block;
    float: left;
    width: 70%
}

.footer_col_2 li {
    display: inline-block
}

.secct2 {
    border-top: 1px solid #ffffff85;
    padding-top: 15px;
    width: 50%;
    /* color: #bad3ffbf; */
    font-size: 23px;
    font-family: 'Malta Medium';
}

.elementor-widget-container h1 {
    font-size: 43px
}

ul.mega_menu_footer {
    font-family: 'Malta light'
}

.footer_col_2 ul {
    display: flex;
    flex-direction: column
}

a.mega_menu_li_a_footer {
    line-height: 26px
}

.sale_right_section {
    display: inline-block;
    width: 27%;
    float: right
}

.pr_cat_left p {
    margin: 16px 0;
    line-height: 22px;
    font-family: 'Malta light'
}

.cont_left_11 {
    flex: 0 40%;
    margin-right: 5%
}

.cont_big_secc {
    display: flex
}

.category_right2 .list {
    /* display:inline-block; */
}

.category_right2 .list li {
    margin: 16px 4px 4px
}

.cont_right_22 {
    flex: 50%;
    position: relative
}

.mor_call div {
    margin-top: 15px
}

.mor_call p {
    margin-bottom: 15px
}

.prezvon_title_cont {
    position: absolute;
    color: #fff;
    background: #1cca2c;
    font-size: 14px;
    padding: 7px;
    left: 34%
}

.namak {
    border-top: 1px solid #e7e7e7;
    margin-top: 10px
}

.pr_cat_sec {
    display: inline-block;
    width: 100%;
    margin-top: 29px;
    margin-bottom: 5px
}

.pr_cat_left_text .head_right {
    float: left;
    width: 100%
}

.pr_cat_left {
    width: 42%;
    float: right;
    margin-right: 3%
}

.pr_cat_right {
    display: inline-block;
    float: left;
    width: 49%;
    margin-left: 2%
}

.pradust_image a:hover {
    opacity: .7
}

.product_carusel_sale {
    display: inline-block;
    width: 27%;
    border: 1px solid #ededed;
    float: left;
    margin: 0 1% 1%;
    padding: 2% 2% 1%;
    position: relative
}

.cart_right .number_znat {
    left: 1px;
    top: 1px
}

div#xuxu a {
    color: #0082de;
    font-family: 'Malta medium'
}

.delivery-lift-content {
    margin-bottom: 14px
}

.sxema_pr {
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 350px;
    box-sizing: border-box;
    margin-top: 16px;
}

.list li:hover .or_work_right {
    background: #16c626;
    color: #fff
}

.list li:hover .name a {
    color: #fff
}

div#xuxu a:hover {
    color: #0094eb
}

.sale_title {
    display: inline-block;
    margin-bottom: 21px;
    width: 97%;
    margin-left: 9px
}

.links.rL a:hover {
    opacity: .7
}

.category_right2 {
    width: 100%
}

.sale_title h4 {
    display: inline-block;
    width: 100%;
    font-size: 23px;
    text-transform: uppercase;
    margin-left: 0
}

.del_big_text a:hover {
    background: #ffc326;
    color: #000
}

.big_metal_video {
    display: inline-block;
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 125px;
    box-shadow: 0 0 8px 0 #00000038
}

.big_metal_video video {
    width: 100%;
    float: left
}

.pr_bottom .favorit {
    border-right: 1px solid #eee;
    width: 49.5%;
    text-align: center
}

.pr_bottom .cart_cat {
    width: 50%
}

.elementor-row22 {
    display: flex;
    align-items: center;
    text-align: center;
    display: none
}

.elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center
}

h3.elementor-heading-title.elementor-size-default {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Malta light'
}

.elementor-row {
    text-align: left;
    color: #fff;
    width: 1280px;
    padding: 50px 0 24%;
    margin: auto
}

p.elementor-heading-title.elementor-size-default {
    font-size: 25px;
    font-family: 'Malta light';
    margin-top: 0;
    margin-bottom: 3%;
    line-height: 30px
}

.elementor-widget-container {
    font-family: 'Malta Bold';
    width: 59%
}

.home_text {
    display: inline-block;
    width: 100%;
    position: absolute;
    top: 0;
    background: #000000bf;
    background: linear-gradient(270deg,#0000003d,#0000002e 20%,#00000045 40%,#00000094 60%,#0f181fb0 80%,#00000000)
}

video.hp-video-intro {
    width: 100%;
    position: absolute;
    bottom: -50%
}

.pr_bottom .favorit_cont {
    width: 100%
}

ul.sidebar_top_menu1 li a {
    font-family: 'Malta light'
}

a.active_c {
    color: red!important;
    font-weight: 700
}

.activ_det {
    border: 1px solid #00c300
}

.det_name {
    font-size: 13px;
    font-family: 'Malta Bold';
    margin-bottom: 11px
}

.one_det_val:hover img {
    width: 90%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9
}

.one_det_val:hover span {
    position: absolute;
    bottom: 0;
    left: 0
}

.buttt {
    font-family: 'Malta light';
    display: inline-block;
    margin-top: 25px
}

.pradust_image22 {
    width: 44.1%;
    margin-right: 4%
}

.buttt p {
    margin: 9px 0
}

li.spec4488 {
    position: relative;
    padding-right: 0
}

.logo_rev:hover {
    opacity: .7
}

.rating {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 3px
}

ul.sub_menu_o {
    display: none
}

.p_popup_result span {
    font-size: 14px;
    font-family: 'Malta medium'
}

p.mb-0.text-right {
    margin-top: 8px
}

li.spec4488:hover .sub_menu_o {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 44px;
    width: 250px;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0 0 10px 0 #00000059
}

ul.sub_menu_o li a {
    color: #000;
    display: inline-block;
    width: 88%;
    font-size: 14px;
    padding: 8px 15px!important;
    font-family: 'Malta light'
}

.assembly-category-header .assembly-category-title {
    font-size: 13px;
    line-height: 1.77;
    color: #393939;
    font-weight: 700;
    margin-bottom: 0
}

.assembly-category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px solid #E1E1E1
}

.assembly-category-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    max-width: 100px;
    padding-right: 15px;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.assembly-category-caption {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 15px
}

.assembly-categories-narrow .assembly-category-prices {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 38.723%;
    flex: 0 0 38.723%;
    max-width: 38.723%
}

.assembly-category-prices-in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    font-weight: 500;
    margin-bottom: 8px
}

.assembly-category-header .assembly-category-price-percent,.assembly-category-header .assembly-category-price-min,.assembly-category-header .assembly-category-price-max {
    font-size: 13px;
    line-height: 1.77
}

.assembly-details-info h3 {
    font-size: 17px;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    margin-bottom: 7px;
    font-family: 'Malta light'
}

.assembly-details-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 67px;
    flex: 0 0 67px;
    max-width: 67px;
    padding-right: 10px
}

.assembly-details-info {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    line-height: 22px;
    font-size: 15px;
    font-family: 'Malta light'
}

.assembly-categories-narrow .assembly-category-price-percent {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

ul.sub_menu_o li {
    display: inline-block;
    width: 100%
}

ul.sub_menu_o li a:hover {
    color: #f10001!important
}

.product_item_cat {
    position: relative;
    padding: 12px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column
}

.product_item_cat:hover {
    box-shadow: 0 .52083333333333vw 1.0416666666667vw #000;
    background: #fffde2
}

a.all:hover {
    color: #fff;
    opacity: .7
}

.buy_points .buy_points_top+.buy_points_top:before {
    background: url(images/heto.webp) no-repeat;
    width: 111px;
    height: 17px;
    content: '';
    position: absolute;
    top: 33px;
    left: -82px
}

.small .mega_menu_li_a {
    width: 281px
}

.youtube_center {
    width: 100%;
    display: inline-block;
    float: left
}

li.home_mega_menu_li:hover .home_nav_title {
    background: linear-gradient(270deg,#ffffff00,#16c62636 20%,#16c626bf 40%,#16c626eb 60%,#16c626 80%,#16c626)
}

.youtube_center_center {
    width: 1280px;
    margin: 0 auto;
    position: relative
}

.youtube-button:hover .text-wrap {
    display: block;
    position: absolute;
    background: #fff;
    top: 0;
    left: 76px;
    box-shadow: 0 0 3px 0 #00000038;
    border-top-right-radius: 4px;
    width: 195px;
    border-bottom-right-radius: 4px;
    padding: 16px 6px 16px 14px
}

.cart_cont a {
    text-decoration: none;
    color: #000;
    font-size: 13px;
    width: 83px;
    line-height: 14px;
    font-weight: 300;
    padding-top: 10px;
    padding-left: 53px;
    display: inline-block
}

.container_for_slider {
    display: inline-block;
    width: 100%;
    height: 458px;
    overflow: hidden;
    margin-top: 100px;
    margin-bottom: 18px;
    position: relative
}

.small .head_email {
    display: none
}

.small .logo_slava {
    /* width: 150px; */
    /* margin: 7px 0; */
}

.small .p_icon {
    /* display: none; */
}

.small .p_icon1 {
    display: none
}

.small .p_number1 {
    display: none
}

.small .phone {
    /* width: 28%; */
    /* position: absolute; */
    /* right: 0; */
    /* top: -22px; */
    /* margin: 0; */
}

.about_text ol {
    padding: 3px 31px;
    font-size: 15px
}

.small .p_number span {
    /* display: inline-block; */
    /* float: left; */
    /* color: #22f803; */
    /* font-weight: 400; */
    /* font-size: 16px; */
    /* margin-right: 15px; */
}

.pr_buy_buttons {
    display: inline-block;
    justify-content: flex-start
}

.fll {
    display: flex;
    justify-content: space-between
}

.small .p_number {
    width: auto
}

a.mainmenu-list__menu-link:hover {
    opacity: .7
}

.small .header-search {
    display: none
}

.small .watviber img {
    /* width: 17px; */
}

li.mega_menu_li:hover .mega_menu_li_a {
    background: #fff;
    color: #000!important
}

li.item_menu:hover .mega_menu li:first-child ul.sub_cat {
    display: inline-block;
    position: absolute;
    top: 0;
    background: #ffffe2 url(images/backmenu.webp) 105% 0 no-repeat;
    left: 227px;
    height: 403px;
    width: 1015px;
    column-count: 3;
    padding-top: 7px
}

.head_right a {
    text-transform: uppercase;
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0,#61ff70 0,#16c626 100%);
    border-radius: 4px;
    border-width: 0;
    /* box-shadow: #0000004a 0 2px 4px, #0000003d 0 7px 13px -3px, #0db24d 0 -3px 0 inset; */
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Malta Bold';
    height: 42px;
    justify-content: center;
    text-shadow: 0 1px 3px #00000054;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 16px;
    padding-right: 16px;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 13px;
    width: 100%;
}

.head_right a:active {
    box-shadow: #0fa84b 0 3px 7px inset;
    transform: translateY(2px)
}

.head_right a:hover {
    box-shadow: #0000009e 0 4px 8px, #0000005e 0 7px 13px -3px, #168e45 0 -3px 0 inset;
    transform: translateY(-2px);
    color: #fff;
}

.shoroom {
    display: inline-block;
    float: left;
    margin-left: 2%
}

.delivery-lift-manual-col {
    display: inline-block
}

.ruchnoy_padyom {
    display: inline-block;
    width: 92%;
    margin: 1% 1% 1% 30px
}

.delivery-lift-caption h2 {
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px
}

.hide_map_on_check {
    position: relative
}

li.mega_menu_li_li_a_a:hover {
    color: #f10001
}

.product_item_favorit .pr_atribbuts {
    height: 170px
}

.product_item_favorit .pr_colores {
    display: inline-block;
    height: 23px
}

span.nav_title_sub:hover {
    color: #f10001
}

.uni_block {
    padding: 0 .625vw;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.breadcrumbs span {
    float: left;
    display: inline-block
}

.product_item_favorit {
    width: 20.7%;
    margin: 1%;
    border: .052083333333333vw solid #e7e7e7;
    padding: .55vw .55vw 0
}

.product_item_favorit .atr_name {
    font-size: 13px;
    width: 57%;
    font-family: arial;
    color: #828282
}

.product_item_favorit .atr_valu {
    font-size: 14px
}

li.item_menu {
    /* background: #000; */
}

.breadcrumbs span a:last-child:after {
    display: none
}

div#Tokyo .delivery-payment {
    background: #fff;
    padding-top: 0;
    text-align: left
}

div#Tokyo .container {
    width: 100%
}

div#Tokyo .delivery-payment-item {
    width: 94%;
    text-align: left;
    margin-bottom: 5px;
    background: no-repeat;
    padding: 0 4% 1%;
    height: auto
}

.title--h2.alCenter p {
    font-family: 'Malta Medium';
    line-height: 27px;
}

div#Tokyo .delivery-payment-img {
    display: inline-block;
    float: left;
    margin: 11px 23px 11px 4px
}

div#Tokyo .delivery-payment-title {
    display: inline-block;
    float: left;
    width: 90%;
    margin: 0
}

div#Tokyo .filter-item-hint {
    margin-top: 0
}

div#Tokyo .delivery-payment-list .row {
    padding: 0;
    width: 97%
}

.comp222 {
    box-shadow: none!important;
    width: 21%!important;
    padding: 3% 14px 2%!important;
    margin-right: 10px!important;
    border: 2px solid #e5e5e5!important;
    border-radius: 4px
}

.compl_price {
    display: inline-block;
    float: right;
    width: 15%;
    background: #eee;
    padding: 1%;
    height: 100%
}

.comp_plus_minus {
    display: flex;
    width: 100%;
    text-align: center;
    flex-wrap: nowrap;
    justify-content: center;
    margin-top: 6px
}

a.after_add_cart small {
    font-size: 11px;
    position: relative;
    top: -4px;
    width: 100%;
    display: inline-block
}

span.delivery-date {
    font-size: 13px
}

.compl_price .buy_button a {
    font-size: 12px;
    padding: 15px 0 15px 46px;
    width: 83%
}

.complects .pr_price {
    margin-bottom: 15px
}

a.btn.bg-brand:hover {
    opacity: .7
}

span.comp_price_cen {
    display: inline-block;
    width: 100%;
    margin: 9px 0 0;
    font-size: 24px
}

.form_row22 input {
    width: 91.8%
}

.comp222 .price_value {
    font-size: 18px
}

.comp222 .old_price {
    font-size: 18px
}

.account_finle_cart_big {
    background-color: #fff;
    margin: 14px 0 0;
    box-sizing: border-box;
    padding: 30px 20px;
    float: left;
    padding-top: 20px;
    border-radius: 10px 10px;
    overflow: hidden;
    width: 100%;
    text-align: left;
    position: relative;
    box-shadow: 0 0 6px 0 #d4d4d4
}

.top_acc_menu {
    display: inline-block;
    float: left;
    width: 100%
}

.number {
    display: inline-block;
    float: left;
    width: 75%
}

span.kuku {
    display: inline-block;
    margin-left: 17px;
    color: #00c300;
    font-size: 15px
}

.left_side_account_side {
    display: inline-block;
    margin-left: 1%
}

span.kuku b {
    background: #fde200;
    padding: 2px 11px;
    border-radius: 16px;
    font-weight: 400;
    color: #101010;
    margin-left: 5px
}

.top_acc_menu ul {
    float: left
}

.miavor {
    display: inline-block;
    float: right
}

.cart-table-header {
    justify-content: space-between
}

.col.quantity15 {
    display: inline-block
}

span.order_fininpuut {
    display: inline-block
}

.map_right22 h3 {
    color: #fff
}

.delivery-payment-title {
    margin-top: 10px
}

.price-prev {
    display: inline-block;
    padding-top: 25px
}

.total_summ.miavorner22 {
    display: flex;
    justify-content: flex-end
}

.nkar img {
    max-height: 46px
}

span.total_summ_number {
    display: flex
}

.total_summ {
    display: flex;
    justify-content: flex-end;
    margin-right: 2%
}

.col {
    border: 1px solid #eee;
    float: left;
    text-align: center;
    width: 33%;
    height: 67px
}

.image_cart_451 {
    text-align: left;
    padding-top: 11px;
    padding-left: 1%;
    width: 32%;
    height: 56px
}

div#items {
    display: inline-block;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 13px
}

span.total_summ_text {
    display: inline-block;
    margin-right: 15px;
    font-size: 14px
}

.miavor a {
    background: #f10001;
    padding: 6px 15px;
    font-size: 14px;
    border-radius: 7px;
    color: #fff
}

.actv1 {
    background: #00c300!important;
    color: #fff!important
}

.actv2 {
    background: #fed700!important;
    color: #1a1a1a!important
}

span.comp_minus {
    font-size: 31px;
    padding: 0;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
    line-height: 31px;
    z-index: 5;
    background: #eee;
    width: 38px;
    height: 33px;
    text-align: center;
    color: #f10001
}

span.comp_plus {
    font-size: 31px;
    padding: 0;
    display: inline-block;
    float: left;
    position: relative;
    cursor: pointer;
    line-height: 30px;
    z-index: 5;
    width: 40px;
    height: 33px;
    text-align: center;
    background: #eee;
    color: #3ebf3f
}

input.comp_cnt {
    width: 40px;
    padding: 6px 0;
    text-align: center;
    float: left;
    margin: 0;
    font-size: 15px;
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    font-family: 'Malta Bold'
}

.miavor a:hover {
    background: #000;
    color: #fff
}

.avatar {
    float: left;
    margin-right: 3%
}

.user_menu {
    display: inline-block;
    width: 98%;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
    margin-left: 8px;
    margin-bottom: 10px
}

.quantity-box_left {
    display: inline-block
}

.price-prev p {
    display: inline-block
}

a.cart-tbl-name {
    font-size: 12px
}

.rekviziti div {
    font-family: 'Malta light'
}

.cart-tbl-lbl.vsbl-dk-lg {
    color: #000;
    font-size: 13px
}

.params_product .price-discount {
    margin-top: 6px
}

.attrs .atr_name {
    text-align: left;
    width: auto;
    font-size: 13px
}

div#Paris .atr_name {
    text-align: left;
    width: auto;
    font-size: 15px
}

#Paris ul li:hover {
    background: #ffffe1
}

.header-item1 {
    width: 33%;
    text-align: center;
    border: 1px solid #eee;
    float: left;
    font-size: 12px;
    background: #eee
}

blockquote {
    border-left: 5px solid #76ade6;
    padding: 10px 2%;
    background: #e6f0fa;
    margin: 12px 0;
    font-family: 'Malta Bold';
}

.nkar {
    margin-right: 20px;
    display: inline-block;
    float: left;
    text-align: center;
    width: 12%
}

.order_id {
    display: inline-block;
    width: 100%;
    padding-bottom: 5px
}

.order_id b {
    font-weight: 400;
    color: #555;
    font-size: 14px;
    margin-right: 6px
}

.menu-link:hover {
    opacity: .7
}

.small .watviber {
    /* margin: 0; */
}

.small .mainmenu {
    position: absolute;
    top: -45px;
    left: 170px;
    width: auto;
    z-index: 999
}

.dostavka .myCheckbox p b {
    font-family: 'Malta light';
    width: 100%;
    display: inline-block;
    margin-top: 5px
}

.small .mainmenu li a {
    color: #000;
    padding: 14px 12px;
    font-size: 12px
}

.small .head_right {
    margin: 4px 0 0;
    z-index: 9999;
    position: relative
}

.small .header_middle {
    box-shadow: 0 0 14px 0 #00000059;
    background: #fff;
    z-index: 99;
    /* height: 46px; */
}
.card svg {
    width: 32px;
}
.small .menu_icon {
    color: #000;
    background: none;
    padding: 17px 10px;
    font-size: 14px
}

.small .spec156 a {
    padding: 17px 14px 17px 34px !important
}

.slider__item img {
    width: 100%;
    object-fit: cover
}

.com_count {
    position: absolute;
    top: 5px;
    left: 28px;
    font-size: 11px;
    color: #fff;
    width: 16px;
    text-align: center;
    background: red;
    height: 15px;
    border: 2px solid #fff;
    border-radius: 18px
}

.dostavka .myCheckbox span {
    width: 19px;
    height: 19px
}

.footer_col_3 .p_number span {
    font-size: 25px
}

.footer_p1 img {
    width: 39px
}

.footer_p1 .p_icon img {
    width: 40px
}

.favorit:hover {
    opacity: .7
}

.compaeyr:hover {
    background: #30145e
}

.cart:hover {
    opacity: .7
}

.watviber img:hover {
    opacity: .7;
    cursor: pointer
}

.compaeyr:hover .com_count {
    background: #7b5cb1;
    color: #fff
}

.other_pr_section {
    display: inline-block;
    width: 100%
}

.complects {
    display: inline-block;
    float: left;
    width: 83%
}

.product_item1452 {
    width: 24%;
    float: left
}

.complect_est {
    display: inline-block;
    width: 100%
}

.complect_est h4 {
    display: inline-block;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 22px;
    text-transform: uppercase
}

.heading {
    font-size: 19px;
    margin-bottom: 22px;
    width: 100%;
    color: #000;
    line-height: 24px;
    margin-top: 0;
    position: relative;
    top: 17px
}

.card {
    display: flex;
}
.dostavka_imgsss a {
    height: 180px !important;
    display: inline-block;
}
.content-wrapper {
    font-size: 1.1em;
    margin-bottom: 44px
}

.content-wrapper:last-child {
    margin-bottom: 0
}

.button:focus {
    outline: none
}

.small .item_menu {
    /* background: #fff; */
}

.small .item_menu:hover .mega_menu li:first-child ul.sub_cat {
    width: 912px
}

.small .item_menu:hover .mega_menu {
    top: 43px;
    left: 71px
}

.link {
    color: #121943
}

.link:focus {
    box-shadow: 0 0 0 2px #121943
}

.input-wrapper {
    display: flex;
    flex-direction: column
}

.price_right_sale {
    display: flex;
    justify-content: space-evenly
}

.product_item_sale .pr_price_cart {
    margin-top: 36px
}

.input-wrapper .label {
    align-items: baseline;
    display: flex;
    font-weight: 700;
    justify-content: space-between;
    margin-bottom: 8px
}

.input-wrapper .optional {
    color: #5a72b5;
    font-size: .9em
}

.input-wrapper .input {
    border: 1px solid #5a72b5;
    border-radius: 4px;
    height: 40px;
    padding: 8px
}

.mobaile_header {
    display: none
}

code {
    background: #e5efe9;
    border: 1px solid #5a72b5;
    border-radius: 4px;
    padding: 2px 4px
}

div#sucsesss h2 {
    font-size: 22px;
    margin-bottom: 0;
    display: inline-block
}

.modal-header {
    align-items: baseline;
    display: flex;
    justify-content: space-between
}

.about_text_big h1,h2,h3,h4,h5,h6 {
    margin: 15px 0;
    display: inline-block
}

a.btn_akcii {
    color: #e4a900;
    border: 1px solid #fed700
}

a.btn_novinki {
    color: #00c300;
    border: 1px solid #4fc300
}

a.btn_hiti {
    color: #f10001;
    border: 1px solid #f10001
}

a.btn_hiti:hover {
    background: #f10001;
    color: #fff
}

a.btn_novinki:hover {
    background: #00c300;
    color: #fff
}

a.btn_akcii:hover {
    background: #e4a900;
    color: #fff
}

img.cat_load {
    position: absolute;
    top: 14px;
    width: 18px;
    right: 11px;
    height: 18px;
    background: #fff;
    border-radius: 18px
}

.glider-contain {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.glider {
    margin: 0 auto;
    position: relative;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    transform: translateZ(0)
}

.glider-track {
    transform: translateZ(0);
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    z-index: 1
}

.glider.draggable {
    user-select: none;
    cursor: -webkit-grab;
    cursor: grab
}

.row_partner {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 30px
}

.partner_item img {
    width: 100%;
    height: 84%;
    object-fit: contain
}

.partner_item {
    border: 1px solid #eee;
    padding: 10px;
    border-radius: 0;
    width: 20%;
    margin: 0;
    padding: 2% 1% 1% 1%;
    text-align: center;
    height: 109px
}

.glider_partner {
    margin-top: 20px;
    display: inline-block;
    width: 100%
}

.glider.draggable .glider-slide img {
    user-select: none;
    pointer-events: none
}

.glider.drag {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.glider-slide {
    user-select: none;
    justify-content: center;
    align-content: center;
    width: 100%
}

.glider-slide img {
    max-width: 100%
}

.glider::-webkit-scrollbar {
    opacity: 0;
    height: 0
}

.glider-prev,.glider-next {
    user-select: none;
    position: absolute;
    outline: none;
    background: none;
    padding: 0;
    z-index: 2;
    font-size: 40px;
    text-decoration: none;
    left: -23px;
    border: 0;
    top: 30%;
    cursor: pointer;
    color: #666;
    opacity: 1;
    line-height: 1;
    transition: opacity .5s cubic-bezier(.17,.67,.83,.67),color .5s cubic-bezier(.17,.67,.83,.67)
}

.glider-prev:hover,.glider-next:hover,.glider-prev:focus,.glider-next:focus {
    color: #a89cc8
}

.glider-next {
    right: -23px;
    left: auto
}

.glider-next.disabled,.glider-prev.disabled {
    opacity: .25;
    color: #666;
    cursor: default
}

.glider-slide {
    min-width: 150px;
    margin: 6px;
    border: 1px solid #eee;
    border-radius: 6px;
    overflow: hidden
}

.glider-hide {
    opacity: 0
}

.glider-dots {
    user-select: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    padding: 0
}

.viber {
    background: #f6e0ff!important
}

.glider-dot {
    border: 0;
    padding: 0;
    user-select: none;
    outline: none;
    display: block;
    cursor: pointer;
    color: #ccc;
    border-radius: 999px;
    background: #ccc;
    width: 12px;
    height: 12px;
    margin: 7px
}

.glider-dot:hover,.glider-dot:focus,.glider-dot.active {
    background: #06060670;
}

@media(max-width: 36em) {
    .glider::-webkit-scrollbar {
        opacity:1;
        -webkit-appearance: none;
        width: 7px;
        height: 3px
    }
}

.close {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    height: 42px;
    text-decoration: none;
    width: 42px;
    position: absolute;
    top: -19px;
    border-radius: 30px;
    right: -11px;
    text-align: center;
    color: #fff;
    background: #fff
}

.pr_dev {
    display: inline-block;
    float: left;
    width: 94%;
    border-radius: 4px;
    margin-top: 18px
}

.pr_dev_1 {
    display: inline-block;
    width: 100%
}

.params-item-title {
    display: inline-block;
    float: left;
    padding: 0
}

.pr_dev svg {
    width: 23px
}

span.params-icon {
    display: inline-block;
    float: left
}

span.params-title {
    font-size: 14px;
    color: #000;
    padding: 3px 10px 3px 8px;
    display: inline-block;
    font-family: 'Malta light'
}

.pr_dev svg path {
    fill: #b0b0b0
}

.close svg {
    width: 16px;
    color: #fff;
    position: relative;
    left: 12px
}

.market_ok span {
    float: left;
    margin: 2px 2px 2px 5px;
    color: #27af4c;
    font-size: 13px
}

.market_ok svg {
    float: left
}

.market_ok {
    position: absolute;
    top: 14px;
    z-index: 1;
    left: 14px
}

.modal-wrapper {
    align-items: center;
    background: rgba(0,0,0,0.7);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

.page_imageh img {
    width: 100%
}

.params-item-value {
    display: inline-block;
    float: left;
    padding: 3px;
    font-size: 15px
}

#modal {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    visibility: hidden
}

#modal:target {
    opacity: 1;
    visibility: visible;
    z-index: 999999
}

.form_row label small {
    color: #ff1c1c
}

#modal:target .modal-body {
    opacity: 1;
    transform: translateY(1);
    padding: 20px 30px;
    background: #cdffe0;
    text-align: center;
    color: #656565;
    border-top-right-radius: 16px;
    font-size: 14px;
    border-bottom-left-radius: 16px;
    margin-top: 10%
}

#modal .modal-body {
    max-width: 360px;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity .25s ease-in-out;
    width: 100%;
    z-index: 1
}

.big_otziv {
    display: inline-block;
    width: 100%;
    margin-top: 27px
}

.otzz_title {
    background: #fff;
    display: inline-block;
    color: #7f7f7f;
    padding: 12px 25px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    box-shadow: 0 -3px 6px 0 #8b8b8b1c
}

.big_otziv_center {
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 1px 1px 12px 0 #5454541a;
    border-radius: 10px;
    border-top-left-radius: 0;
    padding: 15px 0 15px 10px
}

.yan_ot {
    width: 16%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 90px
}

.yan_ot a {
    display: inline-block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.yan_ot img {
    height: 46px
}

.yan_ot a:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

span.menu_icon_sub img {
    width: 110%;
    height: 110%;
    object-fit: cover;
    position: relative;
    top: -3px
}

ul.sub_cat {
    display: none
}

li.mega_menu_li {
    display: inline-block;
    width: 100%;
    -webkit-box-shadow: 0 1px 0 #000 inset,0 2px 0 #242424 inset;
    box-shadow: 0 1px 0 #000 inset,0 2px 0 #242424 inset
}

li.mega_menu_li:hover .sub_cat {
    display: inline-block;
    position: absolute;
    top: 0;
    background: #fff;
    left: 305px;
    box-shadow: 0 4px 10px 0 #00000026;
    height: 371px;
    padding-top: 7px;
    width: 361px
}

a.mega_menu_li_a {
    width: 275px;
    color: #fff!important
}

ul.sub_cat_sub {
    display: inline-block
}

li.mega_menu_li_li_li {
    width: 100%
}

li.mega_menu_li_li {
    width: 100%;
    -ms-flex-preferred-size: 0;
    -ms-flex-positive: 1
}

li.mega_menu_li_li_li a {
    padding: 6px 0 6px 15px !important;
    font-weight: 400;
    text-transform: none;
    font-size: 15px;
    font-family: Malta light
}

span.home_menu_icon_sub {
    display: inline-block;
    float: right
}

span.home_nav_title {
    display: inline-block;
    float: left;
    color: #fff;
    width: 40%;
    height: 100%;
    background: linear-gradient(270deg,#ffffff00,#00000036 20%,#000000bf 40%,#000000a8 60%,#000000d9 80%,#252732);
    font-size: 17px;
    font-family: 'Malta Bold';
    position: absolute;
    text-transform: uppercase;
    padding: 37px 76px 2px 51px;
    left: 0;
}

a.home_mega_menu_li_a {
    display: inline-block;
    width: 100%;
    position: relative;
    background: #000;
    overflow: hidden;
    height: 180px
}

span.home_menu_icon_sub img {
    width: 100%;
    height: 186px
}

ul.home_sub_cat_sub {
    display: none
}

ul.home_mega_menu {
    display: inline-block
}

li.home_mega_menu_li {
    display: inline-block;
    float: left;
    width: 49.2%;
    margin: .4%;
    height: 140px;
    border-radius: 6px;
    overflow: hidden
}

span.home_nav_title_sub {
    font-size: 15px;
    line-height: 27px;
    color: #000;
    font-family: 'Malta medium'
}

ul.home_sub_cat {
    display: inline-block;
    margin-left: 15px;
    width: 90%
}

span.home_nav_title_sub:hover {
    color: #f10001
}
.home_top_text {
    position: absolute;
    top: 133px;
    width: 100%;
    text-align: center;
}

.home_top_text_center {
    width: 100%;
    text-align: center;
}

.home_top_text_center h1 {
    font-size: 59px;
    color: #FFF;
    text-shadow: 0px 0px 8px #000;
    font-family: 'Malta Bold';
}

.home_top_text_center p {
    font-size: 39px;
    color: #FFF;
    text-shadow: 0px 0px 8px #000;
    position: relative;
    top: 290px;
}
li.home_mega_menu_li_li:hover .home_sub_cat_sub {
    position: absolute;
    top: 25px;
    left: 70px;
    display: inline-block;
    border-radius: 5px;
    background: #fafff2;
    z-index: 99;
    width: 170px;
    padding: 6% 9%;
    box-shadow: 0 0 6px 0 #00000021
}

li.home_mega_menu_li_li {
    position: relative;
    width: 100%
}

li.home_mega_menu_li_li_li a {
    color: #000;
    font-size: 14px;
    line-height: 25px
}

ul.home_sub_cat_sub span {
    padding: 0
}

.pr_title a:hover {
    color: #f10001
}

.product_item_sale .pr_title_cart a:hover {
    color: #f10001
}

.home_mega_menu_li:hover {
    box-shadow: 0 0 30px 0 #64646433;
    padding: 0;
    border-radius: 7px
}

a.mega_menu_li_a_a {
    padding: 10px!important;
    width: 100%
}

#modal1 {
    opacity: 0;
    transition: opacity .25s ease-in-out;
    visibility: hidden
}

#header-sroll.small {
    height: 68px;
    z-index: 999
}

#header-sroll {
    position: fixed;
    left: 0;
    z-index: 99;
    top: 0;
    float: left;
    width: 100%;
    box-shadow: 0 0 10px 0 #0000002e;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

#modal1:target {
    opacity: 1;
    visibility: visible;
    z-index: 9
}

.small .spec156 a {
    background: url(images/icon-promo.png) 3px 50% no-repeat
}

#modal1:target .modal-body {
    opacity: 1;
    transform: translateY(1);
    padding: 20px 30px;
    background: #f9e2ff;
    text-align: center;
    color: #656565;
    border-top-right-radius: 16px;
    font-size: 14px;
    border-bottom-left-radius: 16px;
    margin-top: 10%
}

#modal1 .modal-body {
    max-width: 360px;
    opacity: 0;
    transform: translateY(-100px);
    transition: opacity .25s ease-in-out;
    width: 100%;
    z-index: 1
}

.for_mm22 {
    display: block;
    margin: auto;
    width: 80%;
    border: 2px solid #0ec017;
    border-radius: 3%;
    padding: 5% 4%;
    text-align: center;
    background: #f2faf2
}

.mob_title11 {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 19px
}

.takje_p {
    text-align: center;
    font-size: 14px;
    margin: 12px 0 0;
    line-height: 25px;
    text-transform: uppercase
}

.p_number_odin a {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #000
}

.news_content {
    display: inline-block;
    width: 30%;
    border: 1px solid #eee;
    border-radius: 4px;
    float: left;
    margin: 1%;
    padding-bottom: 1%;
    background: #fff
}

.news_dets_img a img {
    width: 100%;
    object-fit: cover;
    height: 100%
}

.news_title a {
    padding: 5%;
    display: inline-block;
    color: #000;
    text-transform: uppercase;
    height: 46px;
    overflow: hidden;
    float: left
}

.news_dets_img {
    display: inline-block;
    width: 100%;
    height: 220px;
    float: left
}

.VideoConsultationModal-Info a {
    color: #009cf7
}

.news_dets_desc {
    display: inline-block;
    width: 88%;
    padding: 6%;
    height: 166px;
    line-height: 23px;
    overflow: hidden
}

.news_title a:hover {
    color: #693bb7
}

.news_content:hover {
    border: 1px solid #693bb7
}

.page_imageh {
    float: left;
    width: 44%;
    margin: 12px 27px 20px 0
}

span.zayavka_result {
    display: inline-block;
    color: #00c02d;
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 3%;
    font-size: 13px;
    line-height: 20px
}

.outside-trigger {
    bottom: 0;
    cursor: default;
    left: 0;
    position: fixed;
    right: 0;
    top: 0
}

path {
    color: #27b800;
}

.fackt_time_left {
    display: inline-block;
    width: 100%;
    color: red;
    margin-top: 2%;
    font-size: 14px;
    margin-bottom: 14px
}

.fackt_time_left p {
    float: left;
    margin-right: 3%
}

.fackt_time_left strong {
    font-weight: 400
}

.s-product-watching-now__indicator {
    background: #20d466;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0;
    top: 2px;
    padding: 0;
    border-radius: 100%;
    position: relative;
    z-index: 1;
    margin-right: 6px
}

.s-product-watching-now {
    font-size: 12px;
    margin-top: 3px;
    float: left;
    color: #000;
    display: inline-block;
    position: absolute;
    bottom: 10px;
    font-family: 'Malta light';
    left: 14px
}

.s-product-watching-now__indicator:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #16c62666;
    border-radius: 100%;
    transform: scale(0);
    animation: watching-now-indicator-glow .7s infinite alternate;
    transform-origin: center center;
    z-index: -1;
}

@keyframes watching-now-indicator-glow {
    0%,75% {
        transform: scale(0)
    }

    100% {
        transform: scale(1.75)
    }
}

h2.heading p {
    display: contents
}

.modal-body.card b {
    color: #d63939;
    font-size: 14px;
    display: inline-block;
    font-family: 'Malta medium'
}

.number_watsup {
    background: #fff;
    padding: 9px;
    color: #040404;
    border-radius: 37px;
    font-family: 'Malta Bold';
    margin-top: 13px;
    font-size: 20px
}
.links li:hover > .drop {
    display: block;
    animation: fadeInRight 0.3s ease;
    -webkit-animation: fadeInRight 0.3s ease;
}
.links li ul {
    position: absolute;
    left: 6%;
    margin: 0;
    padding: 10px 10px 8px 10px;
    background: #fff;
    z-index: 99999;
    border-radius: 2px;
    box-shadow: 0 0 5px rgb(0 0 0 / 15%);
    display: none;
}
ul.drop li a {
    color: #000 !important;
    padding: 14px 8px !important;
    width: 100%;
    display: inline-block;
}
b.open_watsup_if {
    color: #555!important;
    font-family: 'Malta light'!important
}

b.open_watsup {
    color: #212121!important;
    margin-top: 3px
}

.modal-body.card a {
    font-size: 19px;
    color: #2599bf
}

.modal-body.card a:hover {
    text-decoration: none;
    color: #1894d4
}

.lozung_right {
    float: right
}

.inner h1,h2,h3,h4,h5,h6 {
    display: inline;
    font-size: 28px;
    font-family: 'Malta Bold';
}

.lozung_right img {
    width: 9px;
    float: left;
    margin-top: 3px
}

.lozung_right a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    margin-right: 0;
    font-family: 'Malta light';
    float: left;
    letter-spacing: 0;
    position: relative;
    top: 1px;
    padding-left: 8px
}

header {
    display: inline-block;
    width: 100%;
    float: left
}
.new_hom_img {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    position: relative;
}

.new_hom_img img {
    width: 100%;
}

.home_cat_section {
    margin-top: 30px;
}
.slider {
    width: 100%;
    margin: 0 auto;
    height: 458px;
    overflow: hidden
}
ul.links {
    display: flex;
}

.logo_slava a {
    display: flex;
}

.logo_text {
    position: relative;
    top: 10px;
}

.main_text {
    font-family: 'Malta Bold';
    font-size: 25px;
    text-transform: uppercase;
    position: relative;
    left: -6px;
}

.seconadry.text {
    font-family: arial;
    font-size: 12.5px;
    position: relative;
    top: -2px;
    left: -4px;
}

ul.links a {
    white-space: nowrap;
    padding: 0px 8px;
}

.p_number span {
    white-space: nowrap;
    font-family: 'Malta Bold';
}

.p_icon svg {
    width: 26px;
}
.slick-slide {
    margin: 0
}

.slick-slide img {
    width: 100%
}

.slick-prev:before,.slick-next:before {
    color: #000
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1
}

.slick-active {
    opacity: 1
}
.page_template {
    width: 1280px;
    margin: 0 auto;
}
blockquote {
    display: block;
    background: #fbfbfb;
    padding: 35px 26px 26px;
    margin: 27px 0 20px;
    position: relative;
    font-family: 'Malta Bold';
    font-size: 16px;
    line-height: 1.5em;
    color: #666;
    text-align: justify;
    border-left: 15px solid #555;
    border-right: 2px solid #555;
    box-shadow: 2px 2px 5px #cccccc70;
}
blockquote::before {
    content: "\201C";
    font-family: Georgia,serif;
    font-size: 100px;
    font-weight: bold;
    color: #999;
    position: absolute;
    left: 10px;
    top: 15px;
    text-shadow: 2px 2px 0 #ccc;
}
blockquote::after {
    content: "";
}
blockquote p {
    margin: 0!important;
}
blockquote a {
    text-decoration: none;
    color: #000000;
    font-size: 20px;
    font-family: 'Malta Bold';
    margin-left: 10px;
}
.page_content ul {
    margin: 17px;
    line-height: 32px;
}

.big_big_big .pg_gallery a {
    height: auto;
}

.big_big_big h2 {
    font-size: 28px;
    margin: 21px 0px;
    display: inline-block;
}
.slick-current {
    opacity: 1
}

.container {
    width: 1280px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.inner {
}

.title--h2.alCenter {
    text-align: left;
    font-size: 18px;
}

.title--h2.alCenter .hatuk_title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    position: relative;
    color: #000;
    text-align: left;
    margin-bottom: 10px;
    margin-top: 20px
}

.title--h2 > :after {
    margin-left: 25px
}

.title--h2 > :before {
    margin-right: 25px
}

li.spec156 a {
    background: url(images/icon-promo.png) 15px 50% no-repeat;
    padding: 14px 14px 14px 47px
}

.pop_products {
    display: inline-block;
    width: 100%
}
.dostavka_imgsss {
    margin-top: 20px;
}
.pop_product_center {
    display: block;
    width: 1280px;
    margin: 0 auto;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap
}

.pr_atribbuts ul li:before {
    content: "";
    display: none;
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 1px;
    border-radius: 50%;
    background: #c9c9c9
}

ul {
    list-style: none
}

.pr_atribbuts li {
    padding-left: 20px;
}

.pr_atribbuts {
    display: inline-block;
    width: 100%;
    margin: 8px 0 0
}

.product_item {
    display: inline-block;
    background: #fff;
    float: left;
    overflow: hidden;
    width: 44%;
    box-shadow: 0 0 0 1px #e8e8e8;
    margin: 0;
    padding: 3%;
    position: relative
}

.pr_img {
    position: relative;
    width: 100%;
    height: 279px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 16px;
    background: #000
}

.pr_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    opacity: .6;
    object-fit: cover;
    transition: all ease-in-out .3s;
    margin: auto;
    display: block;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.pr_bottom {
    display: inline-block;
    width: 100%;
    margin-top: 8px;
    float: left;
    border-top: 1px solid #eee
}

.discount {
    display: none;
    float: right;
    background: red;
    padding: 5px 12px;
    border-top-left-radius: 4px;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    vertical-align: middle;
    border-bottom-left-radius: 4px;
    position: relative;
    right: -20px
}

.pr_title {
    display: inline-block;
    width: 100%;
    text-align: center
}

.pr_title a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-family: 'Malta Bold';
    letter-spacing: .5px;
    text-transform: uppercase;
    display: inline-block
}

.fancybox-inner path {
    color: #fff!important
}

.pr_code {
    font-size: 13px;
    color: #000;
    padding: 0;
    width: 100%;
    display: inline-block;
    border-radius: 21px;
    text-align: left;
    margin-bottom: 11px
}

span.atr_name {
    float: left;
    font-size: 13px;
    font-family: 'Malta light'
}

span.atr_valu {
    color: #000;
    float: left;
    font-size: 14px;
    padding-left: 6px;
    position: relative;
    margin-left: 6px
}

span.atr_valu:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: -2px;
    width: 5px;
    height: 1px;
    border-radius: 50%;
    background: #9f9f9f
}

.pr_colores {
    display: inline-block;
    width: 98%;
    margin-left: 2%
}

ul.pr_color_list {
    list-style: none
}

ul.pr_color_list p {
    width: 16px;
    height: 16px;
    border-radius: 22px;
    box-shadow: 0 0 2px 0 #848484;
    transition: all ease-in-out .3s
}

ul.pr_color_list li {
    display: inline-block;
    float: left
}

ul.pr_color_list a {
    display: inline-block;
    float: left;
    margin: 4px 5px 0 3px;
    transition: all ease-in-out .3s
}

ul.pr_color_list a:hover {
    position: relative;
    margin-top: 4px;
    opacity: .8
}

.pr_price {
    display: flex;
    width: 100%;
    margin: 10px 0 5px;
    height: 25px;
    justify-content: space-between
}

.new_price {
    display: inline-block;
    text-align: center;
    width: 100%
}

.new_price img {
    width: 11px;
    margin: 7px 0 0 6px;
    display: inline-block!important
}

span.price_value {
    font-size: 15px;
    color: red;
    border-radius: 25px;
    display: inline-block;
    margin-top: 9px
}

.old_price {
    display: inline-block;
    font-family: 'Malta light';
    font-size: 19px;
    position: relative;
    margin: 0;
    color: #7a7979
}

.pr_price_cart .old_price {
    margin-left: 5%
}

.old_price img {
    width: 10px;
    margin: 8px 4px 4px;
    display: inline-block
}

.old_price:after {
    background: #f03c29;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    position: absolute;
    margin-top: 0
}

.descount_icon {
    background: #fed700;
    display: inline-block;
    position: absolute;
    right: 12px;
    font-size: 12px;
    top: 9px;
    z-index: 2;
    padding: 2px 10px 4px;
    border-radius: 24px
}

.sticky {
    background: #fff;
    position: fixed;
    top: 0;
    transition: all ease-in-out .3s;
    width: 100%;
    left: 0;
    z-index: 999;
    box-shadow: 0 0 5px 0 #00000061
}

.sticky + .lazy {
    padding-top: 102px
}

.sticky .logo_slava {
    width: 10%;
    margin: 10px 0 8px
}

.sticky .phone {
    margin: 5px 0 0 23px;
    width: 25%
}

.sticky .header-search {
    margin: 8px 0 0 29px
}

.sticky .head_right {
    margin: 5px 0 0
}

.cart_count {
    position: absolute;
    top: 5px;
    left: 38px;
    font-size: 11px;
    color: #fff;
    width: 15px;
    text-align: center;
    background: #00c300;
    border: 2px solid #fff;
    height: 15px;
    border-radius: 18px
}

span.price_value_old {
    float: left;
    position: relative
}

.product_carusel {
    position: relative;
    width: 21%;
    margin: .5%;
    display: inline-block;
    overflow: hidden;
    border-radius: 4px;
    padding: 1%;
    background: #fff;
    border: 1px solid #eee
}

.regular {
    overflow: visible
}

.regular .slick-next {
    right: -12px
}

.regular .slick-prev {
    left: -16px
}

.single-item {
    overflow: visible
}

.single-item .slick-next {
    right: -6px
}

.dos_page {
    font-size: 14px;
    padding: 0 0 0 11px;
    text-overflow: ellipsis;
    width: 99%;
    border: 1px solid#ccc;
    border-radius: 4px;
    z-index: 99;
    display: inline-block;
    margin-bottom: 10px;
    background: #fff url(images/search11.png) 99% center no-repeat;
    background-size: 29px
}

.hushum11 {
    font-size: 15px;
    margin: 10px 0;
    color: #fff
}

.single-item .slick-prev {
    left: -8px
}

.search_result {
    display: inline-block;
    width: 99%;
    position: absolute;
    left: 0;
    z-index: 99;
    max-height: 390px;
    top: 42px;
    background: #fff;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 0 2px 0 #00000085
}

.one_pr_search {
    display: inline-block;
    width: 95%;
    margin: 9px 3px 0 8px;
    border-bottom: 1px solid #eee;
    padding-bottom: 3%
}

.one_pr_search_img {
    float: left;
    width: 17%;
    height: 45px;
    margin-right: 3%;
    position: relative;
    border-radius: 4px;
    overflow: hidden
}

.one_pr_search_det {
    display: inline-block;
    float: left;
    width: 74%
}

.one_pr_search_det a {
    font-weight: 400;
    color: #000;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase
}

.one_pr_search_code a {
    font-size: 11px;
    font-weight: 700;
    color: red
}

p.prices_value {
    float: left;
    margin-right: 2px
}

p.old_prices_value {
    float: left;
    color: #8c8c8c
}

.old_prices {
    float: left
}

.prices {
    float: left;
    margin-right: 11px
}

p.old_value {
    float: left
}

p.value {
    float: left;
    font-family: 'Muller Narrow'
}

.big_price {
    display: flex;
    width: 100%;
    justify-content: space-between
}

.one_pr_search_name {
    display: inline-block;
    width: 100%
}

.one_pr_search_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    object-fit: contain
}

.h3 {
    font-weight: 700;
    padding: 10px 0;
    font-size: 17px;
    display: inline-block
}

.p_popup_result {
    margin-top: 3px;
    color: #50af19
}

.b-footer__copyright--text {
    width: 100%
}

h1 {
    margin: 10px 0 15px;
    font-size: 28px;
}

h1.category_title span {
    font-size: 14px;
    font-weight: 400;
    margin-left: 4px;
    color: #5d35a2
}

.page_content {
    line-height: 25px;
    font-size: 17px;
    text-align: left;
    font-family: arial;
}

.about_text ul {
    list-style: circle;
    font-size: 15px;
    background: #ebebebc9;
    padding: 3% 5%;
    margin: 2% 0%;
}

.about_text li {
    padding: 8px 1px;
    font-size: 16px;
}

.about_text {
    font-size: 15px;
    line-height: 22px;
    color: #3a3a3a
}

.rev_blok .logo_rev .time {
    font-size: 12px;
    margin-top: 4px;
    color: #9a9a9a
}

.rev_blok .logo_rev img {
    width: 100%;
    display: inline-block
}

.rev_blok .logo_rev {
    display: inline-block;
    width: 100%
}

.rev_blok .name {
    font-size: 16px;
    display: inline-block;
    width: 100%
}

.rev_blok {
    background-color: #fff;
    margin: 20px 0 25px 10px;
    box-sizing: border-box;
    padding: 30px 20px 15px;
    float: left;
    padding-top: 20px;
    border-radius: 10px 10px;
    border: 1px solid #eee;
    overflow: hidden;
    width: 24%!important;
    text-align: left;
    position: relative
}

.reviews__block .rating {
    margin-top: 9px
}

.reviews__block .rating img {
    width: 20px;
    float: left
}

.rev_blok .body a {
    display: inline-block;
    border-bottom: 1px solid #ff9d02;
    line-height: 1;
    text-decoration: none;
    font-size: 11px;
    color: #ff9d02
}

.rev_blok .body {
    margin-top: 4px;
    font-size: 13px;
    line-height: 22px;
    width: 100%;
    height: 44px
}

.otzivi_block {
    background: #edeef1;
    margin-top: 25px;
    margin-bottom: 25px;
    display: inline-block;
    padding-bottom: 32px;
    padding-top: 25px;
    width: 100%;
    text-align: center;
    box-shadow: 0 0 12px 0 #00000014 inset
}

.rev_blok .body p {
    display: contents
}

.all {
    background: url(images/adress_btn_bg.png) repeat-y center center;
    background-size: 100% auto;
    width: 224px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    margin: 10px auto 0
}

.about_text_big {
    display: inline-block;
    width: 100%;
    padding-top: 0;
    padding-bottom: 44px
}

.slava_prem {
    display: inline-block;
    width: 100%;
    text-align: center
}

.sl_pr {
    display: inline-block;
    margin: 37px 15px 0;
    width: 25%;
    background: #f9f9f9;
    padding: 2% 2% 1%;
    border-radius: 22px;
    box-shadow: 1px 1px 8px 0 #0000111c
}

.sl_pr_img {
    display: inline-block;
    float: left;
    width: 17%
}

.sl_pr_title {
    display: inline-block;
    float: left;
    width: 68%;
    text-align: left;
    margin: 1% 3% 3% 4%;
    font-size: 16px;
    line-height: 26px
}

.sl_pr_img img {
    opacity: .6;
    width: 100%
}

.adress__block .contacts {
    padding: 12px 30px 20px 25px
}

.w50 {
    width: 47%;
    position: relative;
    float: left
}

.adress__block .contacts p {
    position: relative;
    overflow: hidden;
    margin-top: 14px;
    margin-bottom: 0;
    float: left;
    width: 50%;
    height: 72px
}

.adress__block .contacts p b {
    display: block;
    font-size: 14px;
    padding-bottom: 3px
}

.adress__block .contacts p i {
    width: 45px;
    height: 44px;
    float: left;
    top: 0;
    background-repeat: no-repeat;
    background-position: top;
    left: 0
}

section.adress__block.bottom-60 {
    width: 100%;
    display: inline-block;
    border: 2px solid #ffb604;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    height: 400px
}

.links.rL {
    display: inline-block;
    width: 100%;
    padding-left: 39px
}

.links.rL h6 {
    font-size: 16px;
    display: inline-block;
    width: 100%
}

.links.rL a {
    background: url(images/adress_btn_bg.png) repeat-y center center;
    background-size: 100% auto;
    width: 170px;
    height: 48px;
    line-height: 48px;
    border-radius: 24px;
    float: left;
    color: #fff;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    display: block;
    margin: 14px 24px 0 0;
    font-weight: 700
}

footer {
    background: #203342;
    display: inline-block;
    width: 100%;
    padding-top: 35px;
    float: left;
    margin-top: 50px
}

.footer_col_1 {
    display: inline-block;
    float: left;
    width: 56%;
    color: #fff;
    margin-right: 6%;
    text-align: left
}

.footer_col_2 {
    display: inline-block;
    color: #1f1f1f;
    width: 36%;
    text-align: left;
    margin-right: 0
}

.footer_col_3 .phone {
    width: 100%;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.footer_p1 {
    width: 100%;
    display: inline-block;
    margin-bottom: 14px
}

.footer_col_3 .p_number {
    width: 100%;
    text-align: center;
    font-size: 27px;
    margin-left: 0
}

.footer_col_3 .p_number1 {
    width: 100%;
    text-align: center;
    margin: 0
}

.footer_col_3 span {
    color: #fff;
    width: 100%;
    font-size: 16px;
    display: inline-block
}

.footer_col_3 {
    display: inline-block
}

.footer_center {
    width: 1280px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center
}

.footer_center_bottom {
    display: inline-block;
    width: 100%;
    background: #000;
    float: left;
    margin-top: 27px;
    text-align: center;
    padding: 18px 0 21px
}

.b-footer__copyright--desktop {
    width: 1280px;
    margin: 0 auto
}

.b-footer__copyright--title {
    float: left;
    font-size: 13px;
    color: #ccc
}

.b-footer__copyright--text {
    font-size: 14px;
    color: #d4d4d4;
    text-align: left;
    font-family: 'Malta light'
}

.b-footer__copyright--title a {
    font-size: 13px;
    color: #f5f3f3
}

.lozung1 {
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-family: 'Malta Bold'
}

.footer_logo {
    width: 88%;
    margin-bottom: 15px;
    display: inline-block
}

.footer_logo img {
    width: 100%
}

.footer_col_2 a {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Malta light'
}

.footer_col_4 {
    width: 56%;
    color: #1f1f1f;
    margin-right: 2%
}

.footer_col_3 img {
    width: 60%
}

.footer_col_4 a {
    color: #fff
}

ul li ul.dropdown-menu {
    min-width: 100%;
    background: #f2f2f2;
    display: none;
    position: absolute;
    z-index: 999;
    left: 0
}

ul li ul.dropdown-menu li {
    display: block
}

.item_menu:hover .mega_menu {
    display: inline-block;
    position: absolute;
    left: 87px;
    width: 305px;
    border-top: 0 solid #fff;
    top: 42px;
    background: #000;
    box-shadow: 0 4px 10px 0 #00000026
}

ul.mega_menu {
    display: none
}

.rate_sistem {
    display: none;
    width: 100%;
    margin-bottom: 3px
}

span.star {
    display: inline-block;
    background: url(images/star1.png) no-repeat;
    width: 18px;
    height: 17px;
    background-size: 96%;
    float: left
}

.star1 {
    background-position: bottom!important
}

span.star:hover {
    background-position: bottom!important
}

span.star.star2 {
    background-position: bottom!important
}

span.star.star3 {
    background-position: bottom!important
}

span.star.star4 {
    background-position: bottom!important
}

.cart_cont_cat {
    background-image: url(images/cart.svg);
    background-size: 30px;
    position: relative;
    width: 48px;
    height: 45px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0 0 0 8px;
    cursor: pointer
}

.cart_cat:hover {
    opacity: .8
}

.cart_cat {
    display: inline-block;
    width: 48px;
    border-radius: 4px;
    float: left;
    height: 45px;
    position: relative;
    transition: all ease-in-out .3s
}

.product_item_cat_page {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    background: #fff;
    width: 23%;
    border-radius: 2px;
    box-shadow: 0 0 0 1px #cdcdcdb5;
    margin: 1% 1% 0;
    position: relative;
    padding: 0
}

.category_left {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    width: 17%;
    box-shadow: 0 0 0 1px #00c300;
    margin: 12px .5% .5%;
    padding: 1%;
    float: left;
    position: relative
}

.category_right {
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    margin-top: 5px;
    justify-content: space-between
}

.breadcrumbs {
    color: #000;
    display: inline-block;
    width: 93%;
    margin-top: 131px;
    font-size: 13px;
    margin-left: 0;
    margin-bottom: 5px;
    font-family: 'Malta medium'
}

.breadcrumbs a {
    font-size: 14px;
    position: relative;
    color: #000000d1;
    font-family: arial;
}

h1.category_title small {
    font-weight: 400;
    font-size: 10px;
    margin-left: 7px;
    color: #757575
}

h1.category_title {
    font-size: 28px;
    margin: 5px 0;
    font-family: 'Malta Bold';
}

.last_time {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #d3d3d3;
    font-family: 'Malta light';
    margin-bottom: 0
}

.e_number a {
    font-family: 'Malta light';
    color: #ffffffc4;
    font-size: 14px;
    position: relative;
    top: -1px
}

.e_icon {
    float: left
}

.e_number {
    float: left;
    margin-left: 7px
}

.head_email {
    float: right;
    margin-right: 21px
}

.e_icon img {
    width: 14px
}

.soc_icons {
    display: inline-block;
    float: left;
    height: 20px;
    margin-top: 0;
    margin-left: 42px
}

.soc_icons img {
    width: 19px;
    opacity: .9
}

.soc_icons a {
    display: inline-block;
    margin: 0;
    padding: 0;
    font-size: 0;
    height: 20px
}

.soc_icons img:hover {
    opacity: .7
}

.myCheckbox input {
    display: none
}

.myCheckbox input:checked + span {
    background: #fff url(images/chack_icon.png) center no-repeat;
    background-size: 80%;
    border: 1px double #0081e4
}

.myCheckbox {
    display: inline-block;
    padding-bottom: 6px;
    border: 1px solid transparent;
    margin-top: 0;
    width: 98%;
    font-size: 13px;
    cursor: pointer
}

.myCheckbox span {
    width: 15px;
    height: 15px;
    margin-top: 2px;
    cursor: pointer;
    display: block;
    background: #FFF;
    border: 1px double #c6c6c6;
    -webkit-appearance: none;
    float: left;
    margin-left: 0;
    border-radius: 2px;
    margin-right: 0
}

.price_filter {
    display: inline-block;
    width: 100%;
    margin-top: 15px
}

.price_filter span {
    display: inline-block;
    float: left
}

span.val-placeholder {
    width: 43%
}

span.val-placeholder input {
    display: inline-block;
    width: 100%;
    display: inline-block;
    width: 89%;
    padding: 7px 6px;
    font-family: 'Malta medium'
}

span.minus_valu {
    font-size: 14px;
    margin: 7px 5px 5px 9px;
    color: #ccc
}

.attr_title {
    font-size: 12px;
    margin: 12px 0 9px;
    color: #1e1e1e;
    text-transform: uppercase
}

.myCheckbox em {
    margin: 0 0 0 6px;
    display: inline-block;
    font-size: 14px;
    width: 80%;
    font-style: normal;
    font-family: 'Malta Light'
}

.myCheckbox i {
    display: inline-block;
    width: 14px;
    height: 14px;
    float: right;
    margin: 3px 0 0 7px;
    border-radius: 4px;
    border: 1px solid #eee
}

.color1 {
    background: #000
}

.color2 {
    background: #c7c7c7
}

.house_section1 select {
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    cursor: pointer;
    border-radius: 4px;
    font-size: 15px;
    padding: 6px;
    outline-color: #863f8f;
    font-family: 'Muller Narrow'
}

.sidebar_top {
    display: inline-block;
    width: 100%
}

.sidebar_top a {
    display: inline-block;
    width: 100%;
    padding: 6px 0;
    color: #000
}

.menu_valu:before {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 4px;
    height: 1px;
    border-radius: 50%;
    background: #c9c9c9
}

.menu_valu {
    position: relative;
    padding-left: 12px;
    font-size: 15px
}

.sidebar_top a:hover {
    color: red
}

.pagination {
    display: inline-block;
    margin: 4px;
    width: 100%
}

a:hover {
    color: red
}

.current_page {
    color: red
}

.pagination a {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #e7e7e7;
    border-radius: 4px
}

.ugl_right {
    text-align: center;
    font-size: .8vw;
    padding-top: 4vw;
    margin-left: 1vw;
    display: inline-block;
    width: 47%;
    cursor: pointer;
    height: 30px;
    padding-left: 0;
    border: .05vw solid transparent;
    background-repeat: no-repeat;
    background-size: 67%;
    background-position: 50% 15%;
    background-image: url(images/ugol_r.svg);
    margin-top: .5vw
}

.ugl_left {
    display: inline-block;
    width: 47%;
    height: 30px;
    cursor: pointer;
    padding-left: 0;
    text-align: center;
    font-size: .8vw;
    padding-top: 4vw;
    border: .05vw solid transparent;
    background-repeat: no-repeat;
    background-size: 67%;
    background-position: 50% 15%;
    background-image: url(images/ugol_l.svg);
    margin-top: .5vw
}

.product_left_sidebar {
    display: inline-block;
    float: left;
    width: 19%
}

.pradust_image {
    display: inline-block;
    float: left;
    width: 100%;
    border: 1px #6a5acd
}

.params_product {
    display: inline-block;
    width: 45%;
    background: #fff;
    position: relative;
    border: 2px solid #ffe600;
    border-radius: 4px;
    padding: 2% 3%
}

.sidebar_menu li img {
    width: 32px;
    float: left;
    display: inline-block
}

.sidebar_menu li a {
    color: #000;
    display: inline-block;
    width: 100%;
    margin-top: 3px
}

ul.sub_cat li a {
    font-weight: 400;
    color: #000;
    padding-bottom: 6px
}

span.nav_title {
    display: inline-block;
    float: left;
    font-size: 13px;
    width: 100%;
    text-transform: uppercase!important
}

.sidebar_menu {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5% 5% 5% 8%;
    width: 90%
}

.pradust_image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    object-fit: cover;
    display: block
}

#first_image a {
    width: 100%;
    height: 100%;
    border: none;
    margin-top: 0;
    padding: 0!important
}

#first_image {
    width: 99.5%;
    background: #fff;
    overflow: hidden;
    height: 500px!important;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    border-radius: 0;
    border: 1px solid #eee
}

h1.page_title {
    margin: 0 0 10px;
    font-size: 20px
}

.pr_code_praduct {
    text-align: left;
    margin-bottom: 9px;
    font-family: 'Malta light';
    font-size: 14px
}

.available {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #83c150;
    padding-left: 21px;
    margin: 0;
    background: url(images/available.svg) 0 0 no-repeat;
    background-size: 15px
}

.pradust_image a {
    width: 76px;
    height: 74px;
    display: inline-block;
    position: relative;
    margin-top: 18px;
    float: left;
    background: #fff;
    border: 1px solid #fff
}

.detail_item_color {
    width: 37px;
    height: 37px;
    margin-right: .5vw;
    border-radius: 4px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    border: .052083333333333vw solid #ccc
}

.detail_item_color_tooltip {
    display: none;
    position: absolute;
    top: 105%;
    left: 50%;
    padding: 1vw;
    box-shadow: 0 0 .46875vw #000;
    width: max-content;
    background: #fff;
    transform: translate(-50%,1.5vw);
    z-index: 10;
    width: 12vw;
    height: 9vw
}

.search_block {
    position: absolute;
    z-index: 99;
    background: #00c300;
    left: 100%;
    padding: 7px 10px;
    color: #fff;
    font-size: 12px;
    width: 187px;
    border-radius: 12px;
    box-shadow: 0 0 5px 0 #0003;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.detail_item_color_tooltip img {
    max-width: 90%;
    max-height: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.detail_item_color_tooltip:after {
    z-index: -1;
    content: '';
    border: .75vw solid transparent;
    border-top: .75vw solid #fff;
    position: absolute;
    left: 50%;
    bottom: 100%;
    transform: translate(-50%,50%) rotate(225deg);
    background: #fff;
    box-shadow: .1vw .1vw .1vw #000
}

.page_not_found {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 4% 0
}

a.btn.bg-brand {
    background: #00c300;
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 15px;
    color: #fff;
    display: inline-block;
    border-radius: 4px
}

.description {
    display: inline-block;
    width: 100%;
    margin: 20px 0;
    line-height: 23px;
    font-size: 18px
}

.page_not_found svg {
    width: 370px!important;
    height: 170px!important
}

.detail_item_color:hover .detail_item_color_tooltip {
    display: block
}

.avalibly_colors {
    display: inline-block;
    width: 100%;
    margin-top: 11px;
    margin-bottom: 5px
}

.uglavoy_title {
    margin: 8px 0 7px;
    font-size: 15px;
    text-transform: uppercase
}

.detail_item_chars_text {
    font-size: 12px;
    color: red
}

.text_price {
    display: none;
    width: 100%;
    font-size: 14px;
    color: #555;
    margin-top: 0
}

a {
    text-decoration: none;
    color: #000
}

.cart:hover a {
    color: #00c300
}

button.fancybox-button.fancybox-close-small path {
    color: #000!important
}

.buy_button a {
    background: #00c300 url(images/cart.png) 11px 50% no-repeat;
    display: inline-block;
    background-size: 28px;
    padding: 15px 33px 15px 53px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 15px;
    cursor: pointer;
    width: 165px;
    float: left;
    margin: 0
}

.one_click a {
    text-transform: uppercase;
    align-items: center;
    appearance: none;
    background-image: radial-gradient(100% 100% at 100% 0,#61ff70 0,#16c626 100%);
    border-radius: 4px;
    border-width: 0;
    box-shadow: #0000004a 0 2px 4px, #0000003d 0 7px 13px -3px, #0db24d 0 -3px 0 inset;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    display: inline-flex;
    font-family: 'Malta Bold';
    height: 48px;
    justify-content: center;
    text-shadow: 0 1px 3px #00000054;
    line-height: 1;
    list-style: none;
    overflow: hidden;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    margin-top: 15px;
    text-align: left;
    text-decoration: none;
    transition: box-shadow .15s,transform .15s;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    will-change: box-shadow,transform;
    font-size: 16px;
}

.for_mobile {
    display: none
}

.price_product {
    display: inline-block;
    width: 100%;
    margin-top: 0
}

.sxema_zborki {
    display: inline-block;
    width: 100%
}

#first_image a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: 94%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: block
}

.pradust_image a:hover {
    border: 1px solid #ffe600
}

.price_product .price_value {
    font-size: 30px;
    width: 100%
}

.price_product .new_price img {
    width: 14px;
    margin-top: 10px
}

.price_product .old_price {
    font-size: 26px
}

.price_product .old_price img {
    width: 12px;
    margin-top: 9px
}

span.atr_value:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 7px;
    width: 9px;
    height: 1px;
    border-radius: 50%;
    background: #a5a2a2
}

span.atr_value {
    position: relative;
    font-size: 15px;
    padding-left: 21px
}

.attrs ul li {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    text-align: left
}

.attrs_title {
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 5px
}

span.nav_title_sub:before {
    content: "";
    display: block;
    position: absolute;
    top: 9px;
    left: 9px;
    width: 0;
    height: 2px;
    border-radius: 50%;
    background: #f10001
}

span.nav_title_sub {
    position: relative;
    padding-left: 19px
}

.tab {
    overflow: hidden;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    float: left
}

.tab button {
    background-color: inherit;
    float: left;
    background: #f2f2f2;
    margin-right: 6px;
    text-transform: uppercase;
    border: none;
    font-family: 'Malta light';
    border-radius: 4px;
    outline: none;
    font-weight: 700;
    cursor: pointer;
    padding: 14px 39px;
    font-size: 12px
}

.tab button:hover {
    background-color: #ddd
}

.tab button.active {
    background-color: #454a60;
    color: #fff
}

.tabcontent {
    display: none;
    padding: 2% 4%;
    width: 94.7%;
    border: 1px solid #ebebeb;
    border-radius: 15px;
    margin-top: 9px;
    font-size: 16px;
    line-height: 30px;
    background: #fff
}

.tabcontent ul {
    list-style: disc;
    margin: 16px 0 0 32px;
    float: left;
    width: 53%
}

.img_detail_inner img {
    width: 100%
}

.img_detail_inner {
    float: right;
    width: 41%;
    margin-top: 44px
}

.one_click a:hover {
    box-shadow: #0000009e 0 4px 8px, #0000005e 0 7px 13px -3px, #168e45 0 -3px 0 inset;
    transform: translateY(-2px);
    color: #fff;
}

.buy_button a:hover {
    background: #0eac07 url(images/cart.png) 11px 50% no-repeat;
    display: inline-block;
    background-size: 28px
}

.rate_sistem_praduct {
    top: 6px;
    z-index: 1;
    display: none;
    margin-bottom: 4px;
    left: 15px
}

.compensate-for-scrollbar {
    margin: 0!important
}

a.delete_from_cart_button {
    background: url(images/delete45.png) center no-repeat;
    background-size: 40px;
    cursor: pointer;
    float: right;
    width: 40px;
    margin: 29px 17px 0 16px;
    display: inline-block;
    height: 40px
}

.cart_right {
    display: inline-block;
    float: left;
    width: 74%
}

.cart_items {
    display: table;
    width: 92%;
    background: #fff;
    padding: 3% 4%;
    border-radius: 2px;
    border: 1px solid #eee;
    margin-bottom: 15px
}

.dostavka {
    display: table;
    width: 92%;
    background: #fff;
    padding: 3% 4% 2%;
    border-radius: 2px;
    border: 1px solid #eee;
    margin-bottom: 15px
}

.order_details_form_title {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 23px;
    color: #091f9d;
    font-family: 'Malta Bold';
    position: relative;
    width: 94%;
    padding-left: 34px
}

.section-title {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'Malta Bold'
}

span.btn-text {
    display: inline-block;
    outline: none;
    cursor: pointer;
    margin-top: 6px;
    background: #3ebf3f url(images/cart.png) 14px 15px no-repeat;
    margin-bottom: 3px;
    background-size: 27px;
    text-transform: uppercase;
    padding: 5px 0;
    line-height: 41px;
    text-align: center;
    font-family: Malta medium;
    text-decoration: none;
    color: #fff;
    border-radius: 4px;
    width: 100%
}

.list-item {
    display: inline-block;
    width: 100%;
    margin: 5px 0 0;
    font-family: 'Malta Bold'
}

span.left_sec {
    float: left;
    color: #504d4d;
    font-size: 14px
}

p.privesy {
    width: 100%;
    font-size: 13px;
    color: #000;
    text-align: center;
    font-family: 'Malta light'
}

span.amount_total {
    float: right;
    font-size: 17px;
    font-family: Malta medium
}

#Paris li:nth-child(odd) {
    background: #f2f2f2;
    border-radius: 5px
}

#Paris ul li {
    width: 100%;
    list-style: circle;
    padding: 2px 20px;
    display: flex
}

#Paris .atr_value:before {
    display: none
}

#Paris ul {
    width: 96%;
    margin: 15px 0
}

#moscow .rev_blok {
    width: 100%!important;
    border-radius: 0;
    margin: 0;
    height: auto;
    padding: 17px 9px;
    margin-bottom: 0
}

.rev_block .rating img {
    width: 15px
}

.rating img {
    width: 14px;
    float: left
}

.tabcontent p {
    margin: 10px 0;
    font-family: 'Malta light';
    font-size: 16px
}

.fav_com {
    display: inline-block;
    float: right;
    margin-right: -5px
}

.soc._buttons {
    display: inline-block;
    float: left;
    margin: 16px 0 0
}

.soc_title {
    display: none;
    float: left;
    margin-right: 15px;
    color: #8a8a8a;
    font-size: 12px
}

.ya-share2.ya-share2_inited {
    display: inline-block;
    float: left
}

.attrs .active {
    background: none
}

.all_chars {
    color: #0cb0ef;
    text-decoration: underline;
    cursor: pointer;
    font-size: 13px
}

.all_chars:hover {
    text-decoration: none;
    color: #55328e
}

a.after_add_cart {
    display: inline-block;
    background: #dcffbf url(images/available.svg) 15px 11px no-repeat;
    background-size: 24px;
    padding: 6px 33px 1px 53px;
    color: #5e9531;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 15px;
    border: 2px solid #83c150;
    cursor: pointer;
    width: 168px;
    float: left;
    margin: 0
}

.buy_button {
    position: relative;
    display: inline-block;
    margin-right: 20px
}

.buy_button span {
    position: absolute;
    left: 0;
    top: 0
}

a.after_add_cart:hover {
    display: inline-block;
    background: #83c150 url(images/available.svg) 15px 11px no-repeat;
    background-size: 24px;
    border: 2px solid #83c150;
    color: #fff
}

.buy_button span img {
    background: #fff;
    padding: 11px 46%
}

#moscow .body {
    margin-top: 5px
}

.pr_img_cart {
    width: 156px;
    float: left;
    height: 88px;
    position: relative;
    overflow: hidden;
    border: 1px solid #eee
}

.pr_img_cart img {
    width: 70%;
    object-fit: contain;
    height: 80%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px #000;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-property: transform;
    transition-property: transform
}

.product_item_cart {
    width: 100%;
    float: left;
    display: inline-block;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px
}

.cart_title_art {
    display: inline-block;
    float: left;
    width: 31%;
    margin: 0 38px 0 12px
}

.pr_price_cart {
    display: flex;
    float: left;
    width: 100%;
    margin: 0 0 9px;
    justify-content: space-between
}

.quantity-box {
    display: inline-block;
    float: left;
    margin: 29px 0 0 12px
}

.tbl-col {
    display: inline-block;
    float: left;
    margin: 32px 0 0 35px
}

.pr_bottom_cart {
    display: inline-block;
    float: right
}

.mn {
    font-size: 25px;
    color: red;
    float: left;
    display: inline-block;
    padding: 0 7px;
    cursor: pointer
}

.count_pr {
    font-size: 18px;
    color: #272727;
    float: left;
    text-align: center;
    font-family: 'Malta Bold';
    display: inline-block;
    padding: 5px 0;
    border: 1px solid #ccc;
    width: 40px;
    border-radius: 2px
}

.pl {
    font-size: 25px;
    color: #7cb523;
    float: left;
    display: inline-block;
    padding: 0 7px;
    cursor: pointer
}

.pr_code_cart {
    font-size: 13px;
    color: #000;
    margin-top: 0;
    font-family: 'Malta light'
}

.pr_title_cart a {
    font-size: 14px;
    margin-bottom: 4px;
    display: inline-block
}

.product_item_selected {
    border: 2px solid #83c150!important;
    background: url(images/available.svg) 12px 12px no-repeat;
    background-size: 20px;
    margin-bottom: 12px
}

.popup-container1 {
    display: inline-block;
    width: 100%
}

.order_details_form_content label {
    display: inline-block;
    width: 100%;
    color: #000;
    font-size: 15px;
    margin: 18px 0 7px;
    font-family: 'Malta light'
}

.maps_cord1 {
    background: #fff url(images/pin.png) 0 3px no-repeat;
    padding: 8px 12px 10px 28px;
    display: inline-block;
    position: absolute;
    font-size: 14px;
    width: auto!important;
    cursor: pointer;
    border-radius: 4px;
    right: 0;
    color: #c00!important;
    text-decoration: none;
    top: -47px;
    background-size: 30px
}

.order_details_form_content input {
    max-width: 96%;
    width: 96%;
    padding: 9px 14px;
    font-size: 14px;
    color: #373737;
    background-color: #fff;
    border-radius: 4px;
    transition: box-shadow .2s;
    border: 1px solid #ccc;
    font-family: Malta medium
}

.popup-container1 > input {
    display: none
}

.popup-container1 > input:checked + .popup2 {
    opacity: 1;
    visibility: visible
}

.popup-container1 > input:checked + .popup2 .popup-inner1 {
    top: 50%
}

.popup-container1 .popup2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 100000;
    opacity: 0;
    visibility: hidden;
    transition: 250ms all
}

.popup2 {
    margin: 0 auto;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    width: 90%;
    position: relative;
    transition: all 5s ease-in-out
}

.popup-container1 .popup2 .transparent-label {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer
}

.popup-container1 .popup2 .popup-inner1 {
    width: 1000px;
    box-sizing: border-box;
    padding: 15px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 150%;
    transition: 250ms all
}

.for_order {
    padding: 0!important
}

.popup-container1 .popup2 .popup-inner1 .popup-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    float: right;
    margin: 0;
    top: -28px;
    position: absolute;
    right: -27px;
    z-index: 999
}

.popup-container1 .popup2 .popup-inner1 .popup-title .popup-close-btn {
    cursor: pointer;
    background: #000;
    display: inline-block;
    padding: 3px 0 1px 1px;
    text-align: center;
    font-size: 18px;
    font-family: 'Malta medium';
    border: 2px solid #fff;
    border-radius: 50px;
    width: 30px;
    color: #fff;
    height: 26px
}

.map_big {
    display: inline-block;
    width: 100%
}

.map_right {
    display: inline-block;
    float: left;
    width: 26%;
    padding: 1%
}

span.add_label {
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 17px
}

input#address {
    padding: 1%;
    font-size: 14px;
    width: 98%;
    font-family: 'Malta light'
}

label.res_ok {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 100%;
    color: #2b789c;
    font-size: 15px;
    background: #a0e1ff;
    outline: none;
    padding: 11px 0;
    border-radius: 4px;
    border: none
}

.hushum {
    display: inline-block;
    font-size: 14px;
    position: absolute;
    color: #f10001;
    bottom: 20px;
    width: 26%;
    left: 10px;
    text-align: center
}

div#map {
    display: inline-block;
    float: left
}

.for_delivery {
    display: inline-block;
    position: relative;
    width: 100%
}

button.btn_search {
    color: #040404;
    border-radius: 4px;
    padding: 8px 13px;
    font-size: 12px;
    cursor: pointer;
    margin-left: 12px;
    border: none;
    font-family: Malta medium;
    background: #fff;
    box-shadow: 0 .3125vw .46875vw #000
}

button.btn_search:hover {
    background: #d9d9d9;
    color: #040404
}

.p_number1 {
    font-size: 14px;
    display: inline-block;
    float: left;
    margin-top: 4px;
    line-height: 17px;
    width: 30%;
    margin-left: 9px
}

.p_number1 span {
    display: inline-block;
    width: 100%;
    font-family: 'Malta light'
}

.p_icon1 {
    display: inline-block;
    float: left;
    width: 33px;
    margin-top: 4px;
    margin-right: 1px;
    margin-left: 3%
}

.p_icon1 img {
    width: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .4
}

.sticky .p_icon1 {
    display: none
}

.sticky .p_number1 {
    display: none
}

.sticky .p_number {
    width: 45%
}

.cart_right h1 {
    font-family: 'Muller Narrow';
    font-weight: 700;
    text-transform: uppercase;
    font-size: 27px;
    margin-bottom: 12px
}

.add_more {
    font-family: 'Muller Narrow';
    font-size: 29px;
    color: #aaa;
    float: left;
    margin: 37px 19px 0;
    display: none
}

.dostavka .myCheckbox p {
    font-weight: 700;
    text-transform: uppercase;
    margin: 4px 0 0 6px;
    display: inline-block;
    width: 90%;
    color: #000;
    font-family: 'Malta Bold';
    font-size: 14px
}

.form_row22 {
    display: inline-block;
    width: 49%;
    float: right;
    margin-top: 12px
}

.dos_attantion {
    display: inline-block;
    width: 100%;
    padding: 1% 0;
    font-size: 14px;
    border-radius: 6px;
    margin-top: 2%;
    color: #0b33a5;
    padding-bottom: 20px
}

.maps_cord1:hover {
    text-decoration: underline;
    color: red
}

.vibrat_etaj {
    display: inline-block;
    width: 50%;
    margin: 0;
    position: absolute;
    top: 187px;
    right: 0
}

.etaj_title {
    font-size: 13px;
    margin-bottom: 10px;
    display: inline-block;
    color: #555
}

.vibrat_etaj select {
    width: 141px;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 6px;
    cursor: pointer;
    font-family: 'Malta medium';
    font-size: 13px
}

.div_bes {
    display: inline-block;
    width: 96%;
    padding: 0;
    letter-spacing: .5px;
    font-size: 14px;
    text-transform: uppercase;
    margin-top: 2%;
    color: #ff151f
}

a.delete_from_cart_button:hover {
    opacity: .7
}

p.privesy a {
    font-weight: 400;
    font-size: 13px
}

.list-item i {
    font-family: tahoma;
    font-style: normal
}

textarea.o_comment {
    max-width: 96%;
    width: 96%;
    padding: 12px 2%;
    font-size: 15px;
    color: #373737;
    background-color: #fff;
    border-radius: 4px;
    transition: box-shadow .2s;
    border: 1px solid #ccc;
    height: 140px
}

.empaty_cart_image {
    width: 131px;
    height: 116px;
    margin: 50px auto 42px;
    background: url(images/empty_cart.svg) no-repeat center;
    background-size: contain
}

.no_item_in_cart {
    font-size: 24px;
    line-height: 34px;
    position: relative;
    color: #afafaf;
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px
}

.continyu {
    font-size: 16px;
    line-height: 27px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 30px;
    color: #afafaf;
    text-align: center;
    text-transform: uppercase
}

.one_click {
    display: inline-block;
    float: left;
    width: 100%
}

.pr_img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1
}

.AdvantagesTab-Image:before {
    content: "";
    display: block;
    padding: 0 0 82.352941176471%
}

.AdvantagesTab-Heading {
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #080808;
    margin-top: 15px;
    font-size: 15px
}

.AdvantagesTab-Text {
    color: var(--color-text-secondary)
}

.Paragraph_size_s {
    line-height: 21px;
    color: #000;
    font-size: 15px;
    font-family: 'Malta light'
}

.AdvantagesTab-Image {
    width: 85px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 0 0;
    margin-bottom: var(--space-m)
}

.AdvantagesTab-Item {
    vertical-align: top;
    padding: 0 var(--space-2xl) var(--space-2xl) 0;
    width: 25%;
    box-sizing: border-box;
    text-align: left;
    margin: 0 4%
}

.price-discount {
    position: relative;
    color: #fff;
    height: 25px;
    width: 40px;
    line-height: 22px;
    font-size: 12px;
    margin: 2px 0 0 4px;
    text-align: center
}

.price-discount svg {
    position: absolute;
    height: 22px;
    width: 42px;
    left: 0;
    top: 0
}

.price-discount1 svg .discount-svg {
    fill: red
}

.price-discount span {
    position: relative;
    left: 4px;
    top: 0
}

.title--h2.alCenter span:before {
    display: none
}

.title--h2.alCenter span:after {
    display: none
}

.AdvantagesTab {
    display: flex;
    width: 100%;
    text-align: center;
    margin: 62px 0 40px
}

.title--h2.alCenter span {
    font-size: 14px;
    color: #444;
    text-transform: uppercase
}

.hat1 {
    color: red!important;
    font-family: Malta medium
}

.hat2 {
    color: red
}

.checkout_total {
    float: left;
    margin-left: 37px
}

.activ_ugol {
    border: 1px solid red
}

.PageShowroom-Banner {
    margin-bottom: 0;
    display: inline-block;
    width: 99%;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #d9dce4;
    margin-top: 35px;
    overflow: hidden
}

.InfoBanner {
    display: flex;
    align-items: center;
    border: 1px solid var(--color-border)
}

.InfoBanner-Image {
    flex-shrink: 0;
    width: 497px;
    height: 242px;
    background-position: 50%;
    background-size: cover
}

.InfoBanner-Content {
    padding: 47px;
    font-family: 'Muller Narrow'
}

.InfoBanner-Title {
    font-size: 30px;
    line-height: 42px
}

.InfoBanner-Text {
    margin: var(--space-s) 0 var(--space-m);
    font-size: 17px;
    line-height: 22px
}

.VideoConsultationModal-Image {
    float: left;
    width: 380px;
    height: 493px;
    background-color: #ccc;
    background-position-x: 60%;
    background-size: cover;
    background-image: url(images/dd.webp);
    border-radius: 6px 0 0 6px
}

.VideoConsultationModal-Content {
    padding: 1% 3% 1%;
    float: left;
    width: 52%;
    text-align: center
}

.Button-Text a {
    background: #f5dd00;
    display: inline-block;
    background-size: 28px;
    padding: 10px 0;
    color: #000;
    width: 100%;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 15px;
    cursor: pointer;
    float: left;
    border: 1px solid #f5dd00;
    margin: 0
}

button.Button.Button_theme_primary {
    border: none;
    display: inline-block;
    width: 100%
}

.InfoBanner-Submit {
    width: 35%;
    margin-top: 18px
}

.Button-Text a:hover {
    background: #ffe600
}

.watsup_vew {
    padding: 0!important;
    border-radius: 9px
}

h2.mb-3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 10px;
    width: 100%;
    display: inline-block
}

input.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3%;
    width: 91%;
    outline-color: #719dfc91;
    margin-top: 10px;
    font-size: 14px;
    font-family: Malta medium
}

a.Link.Link_theme_primary.VideoConsultationModal-Policy {
    font-weight: 400;
    font-size: 100%
}

.VideoConsultationModal-Info {
    font-size: 11px;
    margin-top: 8px;
    color: #080808;
    font-family: 'Malta light'
}

button.online_wats {
    background: #0ec017;
    border: none;
    margin: 8px 0 0;
    padding: 12px 26px;
    color: #fff;
    border-radius: 4px;
    font-size: 13px;
    letter-spacing: .5px;
    font-family: Malta medium;
    cursor: pointer;
    text-transform: uppercase
}

button.online_wats:hover {
    background: #50af19;
    color: #fff
}

a.p_send_butt {
    background: #0dcd00;
    border: none;
    margin: 1px 0 0;
    padding: 12px 26px;
    color: #fff;
    display: inline-block;
    border-radius: 4px;
    font-size: 14px;
    cursor: pointer;
    text-transform: uppercase
}

.odin_title {
    cursor: pointer;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 4%;
    text-align: center;
    font-family: 'Malta Bold'
}

.popup_body.kupitodin {
    text-align: center
}

small.dobrro {
    display: inline-block;
    width: 100%;
    margin-top: 11px;
    font-family: 'Malta light'
}

.p_number_odin {
    font-weight: 700;
    font-size: 21px;
    margin: 5px auto 0;
    width: 82%
}

.popup_row input {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline-color: #0dcd00;
    font-family: 'Malta medium'
}

textarea.popup_inp.pop_comment {
    width: 91%;
    padding: 10px;
    margin-top: 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline-color: #0dcd00;
    font-size: 14px;
    height: 70px;
    font-family: 'Malta medium'
}

p.Paragraph.VideoConsultationModal-Paragraph {
    padding: 7px 0
}

a.p_send_butt:hover {
    background: #50af19;
    color: #fff
}

.success_text {
    background: #f0ffda;
    padding: 2% 3%;
    font-size: 22px;
    background-size: 75px;
    margin-top: 19px;
    border: 2px solid #eee;
    line-height: 34px;
    color: #000;
    border-radius: 4px;
    margin-bottom: 20px
}

div#sucsesss h1 {
    margin: 8px 0 14px;
    font-size: 24px;
    line-height: 26px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.butmat {
    display: inline-block;
    width: 12%;
    text-align: left;
    float: left;
    margin-top: 69px
}

.butmat svg {
    width: 100px;
    height: 100px
}

.finel_text_suc {
    display: inline-block;
    width: 85%;
    color: #000;
    letter-spacing: .5px
}

.success_text b {
    color: #ff151f;
    font-weight: 400;
    font-size: 18px
}

.finel_text_suc h2 {
    margin-bottom: 15px;
    font-size: 27px;
    color: #58b700;
    text-transform: uppercase
}

.finel_text_suc p {
    margin: 2px 0;
    font-size: 17px;
    line-height: 24px
}

.bottom-600 p {
    width: 100%!important;
    height: 49px!important
}

.contact_page {
    width: 94%;
    float: left;
    padding: 2% 3%;
    font-size: 15px;
    font-weight: 400
}

h1.con_h1 {
    margin-bottom: 13px;
    text-transform: uppercase;
    font-size: 20px
}

.dzax_nkarner {
    display: inline-block;
    float: right;
    width: 50%
}

.big_contact {
    display: inline-block;
    width: 100%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 7px;
    overflow: hidden;
    background-size: contain
}

.contact_page h3 {
    display: inline-block;
    width: 100%;
    margin: 12px 0;
    font-size: 16px;
    text-transform: uppercase
}

.rekviziti {
    margin: 0 0 11px;
    line-height: 25px;
    font-size: 15px
}

.contact_page h2 {
    display: inline-block;
    width: 100%;
    margin-bottom: 12px;
    font-size: 16px;
    text-transform: uppercase
}

.mor_call a {
    color: red;
    display: inline-block;
    width: 100%;
    font-size: 24px;
    font-family: 'Malta Bold';
    margin-bottom: 7px
}

.rekviziti b {
    font-weight: 400;
    color: #000;
    font-family: 'Malta medium'
}

.dzax_nkarner img {
    width: 100%
}

.novinki_vse {
    display: inline-block;
    width: 100%;
    text-align: center
}

span.btn-text:hover {
    opacity: .7
}

.rekvizit {
    display: inline-block;
    width: 94%;
    margin-left: 4%
}

.rekvizit_title {
    display: inline-block;
    margin: 3px 0 7px;
    font-weight: 700;
    font-size: 15px
}

textarea.rek_comment {
    width: 98%;
    border: 1px solid #ccc;
    border-radius: 4px;
    height: 127px
}

.double-scroll {
    width: 100%
}

td.pr_td {
    text-align: center
}

td.attr_td,td.pr_td {
    padding: 18px;
    vertical-align: top
}

.comp_content.double-scroll {
    background: #fff
}

img.comp_img {
    width: 181px
}

td.attr_td {
    font-size: 14px
}

td.pr_td.pr_title_td {
    font-weight: 700;
    font-family: 'Muller Narrow';
    font-size: 16px;
    line-height: 21px;
    letter-spacing: .5px;
    text-transform: uppercase;
    position: relative
}

td.pr_td.pr_price_td {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Muller Narrow'
}

td.pr_td.pr_att_td {
    text-align: left
}

span.clr {
    width: 13px;
    height: 13px;
    display: inline-block;
    border-radius: 50%;
    float: right;
    border: 1px solid #eee
}

table tr:nth-child(odd) td {
    background: #f9f9f9
}

td.pr_td.pr_img_td {
    padding: 4px
}

table.comp_table {
    min-width: 100%
}

a.btn_remove {
    position: absolute;
    top: 0;
    right: 0;
    background: red;
    color: #fff;
    width: 20px;
    height: 20px;
    border-radius: 50%
}

.sale_image {
    display: inline-block;
    width: 125px;
    height: 59px;
    background: url(images/akcia_aj.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    background-size: contain
}

.big_sale_date {
    display: inline-block;
    width: 100%;
    margin: 25px 0
}

.big_sale_date_center {
    margin: auto;
    background: #fff;
    position: relative
}

.akd {
    display: inline-block;
    margin: 0 16px;
    float: left
}

.product_item_sale {
    display: inline-block;
    float: left;
    margin: 13% 1% 1% 6%;
    width: 87%
}

.big_sale_date_center_back {
    display: inline-block;
    overflow: hidden;
    width: 332px;
    padding-bottom: 25px;
    background: #fff;
    border: 4px solid #fed700
}

.product_item_sale .pr_img_cart {
    border: none;
    width: 100%;
    height: 270px;
    background: #fff;
    margin-right: 44px;
    border-radius: 37px;
    box-shadow: 1px 1px 3px 0 #0003
}

.product_item_sale .cart_title_art {
    margin: 25px 0;
    width: 100%;
    text-align: center
}

.product_item_sale .old_price {
    margin-left: 14px
}

.big_sale_right {
    float: right;
    margin: -7px 7px 35px;
    text-align: center;
    width: 96%
}

p.big_sale_title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 34px;
    line-height: 30px;
    color: red
}

div#countdown {
    font-size: 33px;
    display: inline-block
}

div#countdown i {
    display: inline-block;
    float: left;
    font-style: normal;
    font-size: 25px
}

p.bigsal_number {
    font-weight: 700;
    font-size: 27px
}

p.big_under {
    color: gray;
    font-size: 12px
}

.product_item_sale .pr_title_cart a {
    font-size: 21px
}

.product_item_sale .price_value {
    font-size: 26px;
    position: relative;
    left: 22px;
    top: -3px
}

.product_item_sale .price_value_old {
    font-size: 23px;
    color: #878585
}

.product_item_sale .new_price img {
    width: 12px;
    margin-top: 8px
}

.product_item_sale .product_item_sale .old_price img {
    width: 16px
}

.hit_icon {
    background: url(images/hit.png) 0 0 no-repeat;
    background-size: contain;
    width: 60px;
    height: 30px;
    position: absolute;
    bottom: 7px;
    right: -7px
}

#order_a_call {
    float: left;
    width: 240px;
    height: 268px;
    background-color: #ccc;
    background-position-x: 40%;
    background-size: cover;
    background-image: url(images/df.jpg);
    border-radius: 6px 0 0 6px
}

.head_call {
    font-weight: 400;
    font-size: 12px;
    color: #2f0;
    position: relative;
    left: 0;
    float: left;
    top: 2px;
    letter-spacing: 1px;
    margin-right: 11px
}

.head_call:hover {
    color: #fff;
}

.accordion {
    background: #fff url(images/available-icon.png) 18px 26px no-repeat;
    cursor: pointer;
    padding: 18px 18px 18px 48px;
    border-radius: 4px;
    width: 97%;
    border: none;
    border-bottom: 1px solid #e9e9e9;
    text-align: left;
    outline: none;
    font-family: 'Malta medium';
    font-size: 17px
}

.active,.accordion:hover {
    color: #00c02c
}

.panel {
    padding: 12px 49px 20px;
    display: none;
    background-color: #fff;
    overflow: hidden;
    font-size: 15px;
    line-height: 24px;
    font-family: 'Malta light'
}

.breadcrumbs span:last-child a:after {
    display: none
}

.for_cats a {
    color: #bababa
}

.for_cats {
}

@media (max-width: 820px) {
	.mobile_logo img {
    width: 35px;
}

.main_text {
    font-size: 14px;
}

.seconadry.text {
    display: none;
}

.home_top_text_center h1 {
    font-size: 26px;
}

.home_top_text_center p {
    top: 25px;
    font-size: 20px;
}

.home_top_text {
    top: 0px;
}

.mobile_logo a {
    display: flex;
    align-items: center;
}

.logo_text {
    top: 0px;
}

.new_hom_img {
    margin-top: 47px;
    margin-bottom: 12px;
}
    .pr_atribbuts li {
        padding: 0px;
    }

    .about_text ul {
        margin: 5% 0%;
    }

    blockquote {
        padding: 10px 6%;
        font-size: 16px;
    }

    .about_text ul {
        list-style: none;
    }

    .doc_big22 {
        width: 92%;
        margin-left: 4%
    }

    .search_ress a {
        color: #007eff;
        font-family: 'Malta light';
        font-size: 15px;
        display: inline-block;
        text-align: left;
        padding: 5px 4%;
        width: 90%;
        border-bottom: 1px dashed #eee
    }

    .links.rL {
        padding: 0;
        text-align: center;
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .links.rL h6 {
        color: #fff;
        display: flex;
        font-size: 20px;
        flex-direction: column
    }

    .links.rL a {
        margin: 22px 0 0
    }

    .footer_col_1 span {
        display: none
    }

    .about_text img {
        width: 100% !important;
        height: auto !important;
        margin: 17px 0 17px!important;
        padding: 0!important;
    }

    .cat_gallery a {
        width: 48%;
        height: 150px;
        margin: 1%
    }

    span.home_nav_title em {
        display: none
    }

    .cont_right_22 {
        margin-top: 8%
    }

    .sss44 {
        /* background: #000; */
        width: 100%;
        /* border-bottom: none!important; */
        /* box-shadow: 0 1px 0 #000 inset,0 2px 0 #242424 inset; */
    }

    .sss44 a {
        /* color: #fff; */
    }

    .cont_big_secc {
        display: flex;
        flex-direction: column
    }

    .prezvon_title_cont {
        left: 23%
    }

    .pr_player {
        float: left;
        margin: 2.5% 1% 0
    }

    .pr_player a {
        display: inline-block
    }

    .pr_player img {
        width: 32px
    }

    .mob_back img {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .spec_for_mobb {
        display: inline-block;
        width: 100%
    }

    .mob_back {
        height: 347px
    }

    .mob_bot_text {
        position: absolute;
        top: 49px;
        width: 84%;
        height: 217px;
        text-align: center;
        padding: 44px 8% 38px;
        background: #00000070
    }

    .mob_text1 {
        color: #fff;
        margin-bottom: 6%;
        font-size: 19px;
        text-transform: uppercase;
        line-height: 34px;
        font-family: 'Malta Bold'
    }

    .head_right a {
        font-size: 16px;
        height: 50px
    }

    .pradust_image22 {
        width: 100%
    }

    ul.nav-expand22 {
        padding-left: 0;
        list-style: circle;
        margin-left: 12%;
        color: #fff
    }

    ul.nav-expand22 .nav-link {
        padding: 0
    }

    ul.nav-expand22 li {
        border: none!important
    }

    ul.nav-expand22 li a b {
        font-weight: 300;
        font-family: 'Malta light';
        font-size: 15px
    }

    .cat_top_top img {
        display: none
    }

    .cat_big_title {
        margin: 0
    }

    .last_time {
        color: #4b4b4b;
        margin-bottom: 15px
    }

    .breadcrumbs a {
        color: #555;
        font-size: 12px
    }

    .pr_cat_right {
        width: 97%;
        margin-left: 2%
    }

    .pr_cat_left {
        width: 95%;
        float: none;
        display: inline-block;
        text-align: left;
        margin: 21px 0 0
    }

    .service_item {
        width: 88%
    }

    .pr_cat_sec {
        margin-top: 15px
    }

    .title--h2.alCenter {
        display: inline-block;
        width: 100%
    }

    li.home_mega_menu_li:nth-child(1) {
        width: 95.2%!important
    }

    li.home_mega_menu_li:nth-child(1) .home_nav_title {
        font-size: 18px;
    }

    li.home_mega_menu_li:nth-child(4) .home_nav_title {
        font-size: 17px;
    }

    li.home_mega_menu_li:nth-child(2) {
        width: 95.2%!important
    }

    li.home_mega_menu_li:nth-child(3) {
        width: 95.2%!important
    }

    li.home_mega_menu_li:nth-child(2) .home_nav_title {
        font-size: 17px;
    }

    li.home_mega_menu_li:nth-child(3) .home_nav_title {
        font-size: 17px;
    }

    .sxema_pr {
        padding: 0;
        display: inline-block;
        flex-wrap: wrap;
        box-sizing: border-box;
        width: 100%;
        flex-direction: column;
        height: auto;
        margin-bottom: 5%
    }

    .preim2 {
        float: left;
        width: 45%;
        margin: 2%;
        box-shadow: none
    }

    ul.list {
        display: inline-block;
        width: 100%
    }

    ul.list li {
        width: 100%;
        float: left;
        display: flex;
        align-items: center;
        border-radius: 0;
        margin-bottom: 1px;
        box-shadow: 0 0 0 1px #00000030
    }

    .img {
        height: 197px
    }

    .sxema_pr img {
        height: 44px
    }

    .footer_col_2 li {
        width: 100%;
        margin: 0
    }

    .footer_for_mobile {
        display: flex;
        position: fixed;
        bottom: 0;
        width: 100%;
        z-index: 9999
    }

    .phone_mob {
        background: #ff151f;
        width: 50%;
        float: left
    }

    .footer_for_mobile a {
        display: flex;
        width: 100%;
        text-align: center;
        justify-content: center;
        padding: 11px 0;
        align-items: center
    }

    .phone_mob img {
        width: 22px
    }

    .phone_mob span {
        color: #fff;
        font-size: 15px;
        margin-left: 4%
    }

    .what_mob {
        background: #1adb1b;
        width: 50%;
        float: left
    }

    .what_mob span {
        color: #fff;
        font-size: 15px;
        margin-left: 4%;
        position: relative
    }

    .big_mobile {
        display: inline-block;
        width: 100%;
        margin-top: 49px
    }

    .mob_image {
        display: inline-block;
        width: 100%
    }

    .mob_image img {
        width: 100%
    }

    .youtube_center_center {
        width: 100%
    }

    .youtube-button {
        width: 64%;
        height: 49px;
        margin-left: 4%;
        border-radius: 4px;
        background: #ffffffe6
    }

    .youtube-button .icon {
        width: 50px;
        height: 50px;
        border-radius: 0;
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .text-wrap2 {
        font-size: 12px;
        color: #555;
        padding-left: 12px
    }

    .youtube-button .icon:before {
        border: 8px solid transparent;
        border-left: 14px solid #fff
    }

    .watviber {
        margin: 1px 0 0
    }

    .pg_gallery a {
        width: 47.7%!important;
        height: 150px!important;
        margin: 1%!important
    }

    .delivery-lift-manual-col {
        display: inline-block;
        width: 88%
    }

    button.accordion {
        font-size: 16px
    }

    .delivery-lift-caption h2 {
        margin-top: 4%;
        margin-bottom: 1%
    }

    .delivery-rate-item-img {
        display: inline-block;
        width: 34%;
        flex: none;
        float: left;
        max-width: 100%
    }

    .delivery-rate-item-info {
        display: inline-block;
        width: 60%;
        flex: none;
        margin-top: 5%
    }

    .delivery-rate-item {
        display: inline-block;
        width: 100%
    }

    span.add_label {
        font-size: 14px
    }

    .delivery-payment-item {
        width: 90%;
        margin-bottom: 5%;
        background: #eee;
        padding: 7% 4%;
        border-radius: 4px
    }

    .hushum11 {
        font-size: 15px;
        margin: 1px 0 9px;
        color: #fff
    }

    .map_right22 {
        width: 95%;
        padding: 11px 9px 1px
    }

    .fancybox-slide--image .fancybox-content {
        background: transparent!important
    }

    .fancybox-content {
        background: #fff;
        background-size: contain!important;
        display: inline-block;
        margin: 0;
        max-width: 100%;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding: 32px;
        position: relative;
        text-align: left;
        border-radius: 10px;
        vertical-align: middle
    }

    .cart_cont a {
        height: 37px;
        width: 42px;
        padding: 0
    }

    .price-discount span {
        position: relative;
        left: 4px;
        top: 11px
    }

    a.btn_hiti {
        color: #f10001;
        border: 1px solid #f10001;
        width: 49%!important
    }

    a.btn_novinki {
        color: #00c300;
        border: 1px solid #4fc300;
        width: 100%!important
    }

    a.btn_akcii {
        color: #e4a900;
        border: 1px solid #fed700;
        top: 0;
        width: 49%!important;
        right: 10px;
        margin: 0!important
    }

    .about_text p {
        font-family: 'Malta light';
        font-size: 16px;
        line-height: 25px;
    }

    a.btn_novinki {
        display: none!important
    }

    .price_product .price_right_sale {
        display: flex
    }

    p.bigsal_number {
        font-size: 22px
    }

    .akd {
        margin: 0 12px
    }

    .xit_sale_title span {
        font-size: 14px
    }

    .novoe_sale_title span {
        font-size: 14px
    }

    .price_right_sale {
        display: inline-block
    }

    .takje_p {
        font-size: 13px;
        line-height: 19px
    }

    .product_item_sale .price_right_sale {
        position: relative
    }

    .product_item_sale .price-discount {
        top: -20px;
        right: 4px
    }

    span.secondary {
        display: inline-block;
        width: 95%;
        font-size: 14px;
        margin-bottom: 23px
    }

    .uni_block {
        display: inline-block
    }

    span.atr_value {
        font-size: 14px;
        padding-left: 21px
    }

    div#Paris .atr_name {
        font-size: 14px
    }

    .AdvantagesTab-Image {
        width: 70px
    }

    .fancybox-is-open .fancybox-bg {
        opacity: 1!important
    }

    .tabcontent h1,h2,h3,h4,h5,h6 {
        margin: 0;
        width: 100%
    }

    .order_details_form_content input {
        font-size: 14px;
        padding: 9px 2% 9px 4%;
        width: 94%
    }

    .cart_right .number_znat {
        top: -1px
    }

    .section-header {
        text-transform: uppercase
    }

    span.delivery-date {
        font-size: 12px
    }

    span.params-title {
        font-size: 12px
    }

    .price_product .old_price:after {
        top: 16px
    }

    .price_product .price-discount {
        font-size: 12px;
        position: relative;
        top: 0;
        right: 0
    }

    .price_product .price-discount svg {
        width: 38px;
        height: 23px
    }

    div#Tokyo .delivery-payment-img {
        display: none
    }

    .category_product .for_mm22 {
        display: inline-block
    }

    ul.sidebar_top_menu1 {
        width: 100%
    }

    .product_item_cat {
        box-shadow: none!important;
        padding: 0
    }

    .bx-filter-block {
        display: flex;
        justify-content: center
    }

    .sidebar_top a {
        width: 85%
    }

    .AdvantagesTab {
        display: inline-block;
        margin: 0;
        width: 90%
    }

    .market_ok {
        display: none
    }

    .pr_dev {
        background: none;
        padding: 0;
        width: 100%
    }

    .product_carusel {
        float: left;
        margin: 0;
        border-radius: 0;
        box-shadow: 0 0 1px 0 #0000005c;
        border: none;
        width: 44%;
        background: #fff;
        padding: 3%
    }

    div#first_image .descount_icon {
        width: 15%;
        left: 0
    }

    .fackt_time_left {
        margin-top: 4%
    }

    a.after_add_cart {
        padding: 5px 0 6px!important;
        background-size: 26px!important
    }

    .cat_top_right div {
        display: flex;
        justify-content: space-between;
        width: 100%
    }

    .range {
        display: flex;
        justify-content: space-around
    }

    .sidebar_top {
        margin-top: 29px;
        overflow: hidden;
        width: 90%
    }

    span.cnt_mobil {
        background: #fff;
        width: 18px;
        height: 17px;
        color: #0b0c0b;
        position: relative;
        display: inline-block;
        border-radius: 21px;
        top: -1px;
        left: 4px
    }

    button.vibrattt {
        padding: 9px 36px 12px!important
    }

    .category_right2 {
        width: 100%;
        float: none;
        position: relative
    }

    .category_product {
        display: inline-block;
        width: 100%
    }

    .cat_cont {
        display: inline-block
    }

    .pagination {
        text-align: left;
        width: 95%
    }

    button.vibrattt22 {
        background: #e5e4e4!important;
        color: #000!important
    }

    h1.category_title {
        font-size: 21px;
        color: #000;
        line-height: 32px
    }

    .cat_top_right {
        display: inline-block;
        width: 100%;
        float: none
    }

    h1 {
        font-size: 17px
    }

    .no_item_in_cart {
        font-size: 16px
    }

    .continyu {
        font-size: 16px;
        border: none
    }

    .empaty_cart_image {
        width: 100px;
        height: 88px
    }

    .xit_sale_title {
        background: none;
        color: #f10001
    }

    .xit_sale_title h4 {
        width: 100%
    }

    a.all33 {
        margin: 3px 1px 7px 0;
        background: #f10001;
        color: #fff
    }

    .pr_title {
        height: auto;
        margin-bottom: 10px
    }

    .novoe_sale_title {
        background: #fff;
        color: #00ac40;
        text-align: left;
        padding: 3% 4%
    }

    .novoe_sale_title h4 {
        width: 100%;
        text-align: left
    }

    a.all22 {
        margin: 3px 1px 5px 0;
        background: #00ac40;
        color: #fff
    }

    .buy_points_top {
        width: 43%;
        margin: 23px 8px
    }

    .buy_points .buy_points_top+.buy_points_top:before {
        display: none
    }

    .buy_points_top p {
        font-size: 14px
    }

    .doc_img {
        height: 341px
    }

    .partner_item {
        width: 31%;
        float: left;
        display: inline-block;
        border: none;
        box-shadow: 0 0 1px 0 #a9a7a7;
        border-radius: 0;
        background: #fff;
        height: 93px
    }

    .partner_item img {
        width: 100%
    }

    .footer_col_3 .p_number {
        text-align: center;
        width: 100%;
        margin: 0
    }

    .lozung1 {
        font-size: 16px
    }

    .doc_big {
        border: none
    }

    .glider-slide {
        border: none
    }

    .team_section_center {
        display: inline-block;
        width: 100%;
        margin-top: 20px
    }

    .buy_points_item img {
        height: 57px
    }

    .all {
        height: 38px;
        line-height: 38px;
        margin: 10px auto
    }

    .rating {
        margin-top: 6px
    }

    .rev_blok .body {
        margin-top: 6px;
        font-size: 13px;
        height: 68px;
        font-family: 'Malta light'
    }

    span.home_menu_icon_sub img {
        width: auto;
        height: 120px!important;
        float: right
    }

    input#pcode {
        border: none;
        border-radius: 0
    }

    .for_mm22 {
        margin-top: 7%;
        display: inline-block;
        margin-bottom: 2%;
        background: #fff;
        background-size: contain
    }

    .sale_title h4 {
        font-size: 18px
    }

    .sale_title span {
        font-size: 14px
    }

    .hit_icon {
        width: 50px;
        height: 25px
    }

    .del_text {
        font-size: 16px;
        line-height: 20px;
        color: #000;
        text-align: left
    }

    .del_big_text {
        width: 96%;
        right: 0;
        position: relative
    }

    .del_img_main {
        width: 100%;
        height: 192px;
        position: absolute;
        top: 40%;
        overflow: hidden;
        border-radius: 5px
    }

    .del_img_main img {
        width: 143%;
        position: absolute;
        left: -97px;
        height: auto
    }

    .del_text1 {
        text-align: left;
        width: 100%;
        color: #000;
        font-size: 14px
    }

    .del_big_text a {
        font-size: 12px;
        margin-top: 40px;
        padding: 5px 7px;
        right: 0;
        position: relative;
        width: 115px
    }

    .delivery_images {
        width: 90%;
        overflow: visible;
        border-radius: 6px;
        margin-top: 0;
        margin-bottom: 10px;
        height: 316px
    }

    .glider-next {
        right: 10px
    }

    button.glider-prev {
        left: 14px
    }

    .product_item_sale .pr_title_cart a {
        font-size: 16px
    }

    .product_item_sale .pr_img_cart {
        height: 200px
    }

    p.big_sale_title {
        font-size: 14px;
        margin-bottom: 12px
    }

    .product_item_sale .pr_price_cart {
        margin-top: 14px
    }

    .big_sale_right {
        margin: 0 7px
    }

    .product_item_sale .cart_title_art {
        margin: 16px 0 10px
    }

    .sale_image {
        width: 95px;
        height: 57px;
        display: none
    }

    .product_item_sale {
        margin: 6% 1% 1% 6%
    }

    span.price_value {
        font-size: 16px
    }

    .old_price {
        font-size: 16px
    }

    .price-discount svg {
        width: 40px;
        height: 21px
    }

    .price-discount {
        width: 40px;
        line-height: 0;
        font-size: 11px;
        position: absolute;
        top: 5px;
        right: 6px;
        height: 21px;
        margin: 0
    }

    .old_price:after {
        top: 10px
    }

    .row_partner {
        display: inline-block;
        width: 100%;
        margin: 0;
        float: left
    }

    .buy_points {
        display: inline-block;
        width: 94%;
        margin-top: 0;
        margin-left: 2%;
        background: none;
        border: none;
        padding: 0;
        margin-bottom: 20px
    }

    .xit_left {
        width: 100%;
        border: none
    }

    .novoe_right {
        float: none;
        width: 100%;
        border: none
    }

    ul.home_sub_cat {
        display: none
    }

    li.home_mega_menu_li {
        height: 120px!important;
        width: 47%!important;
        text-align: center;
        box-shadow: 0 0 2px 0 #0006;
        margin: 1% 0 1% 2%;
        border-radius: 5px;
        background: #eee
    }

    a.home_mega_menu_li_a {
        height: auto;
        text-align: center
    }

    span.home_menu_icon_sub {
        height: 120px;
        position: relative;
        width: 100%
    }

    span.home_nav_title {
        float: none;
        color: #fff;
        text-align: left;
        font-size: 15px;
        padding: 33px 0 10px 18px !important;
        width: 70%;
        height: 77px;
        background: linear-gradient(270deg,#00000000,#0000003d 20%,#0000008f 40%,#000000b8 60%,#0f181fd6 80%,#203342)
    }

    .slider {
        width: 100%;
        margin: 0;
        border-radius: 0
    }

    .slider__item {
        height: auto
    }

    .container_for_slider {
        margin-top: 47px
    }

    .slider__item img {
        height: 100%
    }

    .odin_title {
        font-size: 15px;
        margin-bottom: 3px
    }

    .p_number_odin {
        width: 70%;
        font-size: 24px;
        padding-top: 0;
        margin: 11px auto 0
    }

    .p_number_odin a {
        font-size: 20px
    }

    .sale_left_section {
        width: 100%
    }

    .sale_right_section {
        float: none;
        width: 100%
    }

    .product_carusel_sale {
        width: 42%;
        margin: 0;
        padding: 2% 4% 3%;
        position: relative;
        background: #fff;
        border: none;
        box-shadow: 0 0 0 1px #e8e8e8
    }

    .big_otziv {
        margin-top: 7px
    }

    .otzz_title {
        display: none
    }

    .big_otziv_center {
        box-shadow: none;
        width: 93%
    }

    .yan_ot {
        display: inline-block;
        width: 34%;
        margin: 2%;
        height: auto;
        border: 1px solid #eee;
        padding: 4%
    }

    .yan_ot img {
        width: 100%;
        height: 31px
    }

    select.sort_select {
        width: 46%;
        text-align: center;
        font-size: 12px;
        padding: 5px 0;
        height: 29px;
        right: 11px;
        top: 0;
        position: absolute;
        border-radius: 0
    }

    .cat_top_right a {
        width: 32%;
        margin: 0;
        padding: 6px 0;
        text-align: center;
        font-size: 12px
    }

    .single-item .slick-next {
        display: none!important
    }

    .single-item .slick-prev {
        display: none!important
    }

    .footer_p1 img {
        width: 40px!important;
        margin-right: 24px
    }

    .footer_p1 {
        margin-left: 0;
        width: 80%;
        text-align: center
    }

    a.scrollup {
        width: 34px;
        height: 33px;
        bottom: 12%;
        right: 4%
    }

    .category_filter_btn_close svg {
        position: absolute;
        top: 15vw;
        right: 5vw;
        width: 6vw;
        height: 6vw;
        z-index: 10001
    }

    .category_filter_btn_close svg path {
        fill: #6c6b6b
    }

    .category_filter_btn_close {
        display: block
    }

    .category_left {
        width: 90%;
        z-index: 99999;
        text-align: left;
        padding: 5%;
        margin: 0;
        box-shadow: none;
        border-radius: 0;
        left: -100%;
        position: fixed;
        overflow: auto;
        height: 100%;
        bottom: 0
    }

    .bx-filter-block button {
        display: inline-block;
        border: none;
        padding: 0 25px;
        text-transform: uppercase;
        font-family: 'Malta medium';
        border-radius: 4px;
        color: #fff;
        height: 34px;
        margin: 0 2%;
        font-size: 12px;
        background: #11e101
    }

    .bx-filter-button-box {
        position: fixed;
        bottom: 0;
        background: #fff;
        width: 94%;
        box-shadow: 0 0 5px 0 #00000042;
        text-align: center;
        padding: 3%;
        left: -100%
    }

    span.val-placeholder input {
        padding: 6%;
        width: 90%;
        border: 1px solid #ccc;
        border-radius: 4px
    }

    a.search_button {
        width: 38px;
        height: 33px;
        background: #fff url(images/search.png) center center no-repeat;
        float: left;
        display: inline-block;
        position: absolute;
        background-size: 31px;
        right: 21px;
        top: 3px
    }

    input.search_input {
        display: inline-block;
        width: 89%;
        float: left;
        padding: 3%;
        border: none
    }

    .search_bar {
        width: 100%;
        position: relative
    }

    .footer_col_1 {
        width: 97%;
        text-align: center
    }

    .footer_col_2 {
        width: 100%;
        text-align: center
    }

    .footer_col_3 {
        width: 100%;
        text-align: center;
        margin: 23px 0
    }

    .footer_col_4 {
        display: none
    }

    .big_sale_date_center_back {
        width: 89%;
        position: relative;
        margin-top: 15px;
        border-radius: 9px
    }

    section.adress__block.bottom-60 {
        width: 90%;
        display: none
    }

    .nav-link span {
        width: 42px;
        height: 42px;
        overflow: hidden;
        display: inline-block;
        float: left;
        position: relative
    }

    .slick-slider {
        margin-top: 14px
    }

    .header {
        display: none
    }

    .container {
        width: 90%;
        padding: 1% 5%;
    }

    .pop_product_center {
        width: 95%;
        text-align: center;
        background: #fff
    }

    .big_sale_date_center {
        width: 100%
    }

    .footer_center {
        width: 100%;
        display: inline-block
    }

    .b-footer__copyright--desktop {
        width: 79%;
        font-size: 10px
    }

    iframe {
        width: 100%
    }

    .mobaile_header {
        display: inline-block
    }

    button.zorov {
        position: relative;
        float: left;
        background: none;
        border: none;
        opacity: .8;
        display: inline-block;
        cursor: pointer;
        margin: 3.5% 3% 0 4%;
        outline: none
    }

    .popup5 {
        display: none
    }

    .popup5.open {
        display: block
    }

    .mobile_logo {
        /* width: 160px; */
        float: left;
        padding: 12px 0 0 8px
    }

    .mobile_logo img {
        /* width: 100%; */
    }

    .mobaile_header {
        display: inline-table;
        width: 100%;
        position: fixed;
        z-index: 9999;
        height: 50px;
        top: 0;
        left: 0;
        background: #ffffff;
        float: left;
        box-shadow: 0 0 4px 0 #00000070
    }

    .nav-link span img {
        width: 42px;
        position: absolute;
        left: -7px
    }

    .nav-top {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        position: fixed;
        z-index: 101;
        padding: 0;
        float: none;
        width: auto;
        right: 0;
        top: 0;
        height: 50px
    }

    .phone {
        margin: 2.2% 7px 0 3%;
        width: auto;
        float: left
    }

    .p_icon {
        width: 33px;
        height: 33px;
        margin-top: 0;
        background: #1cca2c;
        background-image: radial-gradient(100% 100% at 100% 0,#61ff70 0,#16c626 100%)
    }

    .blocker {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: 1;
        content: ' ';
        background: rgba(0,0,0,.5)
    }

    .popup5 .contents5 {
        border: 1px solid #ccc;
        border-radius: 0;
        width: 100%;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #FFF;
        position: fixed;
        top: 50px;
        z-index: 2;
        left: 0;
        transform: translate(0%,0%)
    }

    .p_icon img {
        width: 19px;
        position: relative;
        top: 7px;
        left: 7px
    }

    .nav-top .hamburger {
        margin-left: 0;
        color: #fff;
        cursor: pointer
    }

    .nav-drill {
        margin-top: 50px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }

    .nav-is-toggled .nav-drill {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .nav-is-toggled::after {
        opacity: 1;
        visibility: visible
    }

    .nav-drill {
        display: -webkit-box;
        display: flex;
        position: fixed;
        z-index: 100;
        top: 0;
        right: -8px;
        width: 88%;
        height: 100%;
        background-color: #fff;
        overflow-y: auto;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: .45s;
        transition: .45s;
        box-shadow: 0 8px 6px 0 #00000054
    }

    .nav-items {
        -webkit-box-flex: 0;
        flex: 0 0 100%
    }

    .nav-item:not(:last-child) {
        border-bottom: solid 1px #e9e9e9
    }

    .nav-link {
        display: block;
        padding: .2em 1em;
        color: #000;
        font-size: 15px;
        line-height: 3em;
        font-family: 'Malta Bold'
    }

    .nav-expand-content {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 3;
        height: 100%;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        background-color: #fff;
        -webkit-transition: .3s;
        transition: .3s;
        visibility: hidden
    }

    .nav-expand-content .nav-item:not(:last-child) {
        border-bottom: solid 1px #e9e9e9
    }

    .nav-expand-content .nav-back-link {
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        background-color: #fff!important;
        color: #000
    }

    .nav-expand-content .nav-back-link::before {
        content: "<";
        margin-right: .5em;
        font-family: tahoma;
        font-size: 17px;
        color: #9b9b9b
    }

    .nav-expand-link {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: justify
    }

    .nav-expand-link::after {
        content: ">";
        -webkit-box-flex: 0;
        flex: 0 1 auto;
        position: absolute;
        right: 17px;
        font-size: 17px;
        color: #5f5f5f;
        font-family: arial
    }

    .nav-expand.active > .nav-expand-content {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        visibility: visible
    }

    .nav-expand .nav-expand-content {
        background-color: #fff
    }

    .nav-expand .nav-expand-content .nav-link {
        background-color: #fff
    }

    .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content {
        background-color: #84e9d9
    }

    .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
        background-color: #84e9d9
    }

    .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content {
        background-color: #59e1cb
    }

    .nav-expand .nav-expand-content .nav-expand-content .nav-expand-content .nav-expand-content .nav-link {
        background-color: #59e1cb
    }

    .cmn-toggle-switch {
        display: block;
        position: relative;
        overflow: hidden;
        margin: 0;
        padding: 0;
        width: 50px;
        height: 50px;
        font-size: 0;
        text-indent: -9999px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        box-shadow: none;
        border-radius: none;
        border: none;
        cursor: pointer;
        -webkit-transition: background .3s;
        transition: background .3s
    }

    .cmn-toggle-switch:focus {
        outline: none
    }

    .cmn-toggle-switch span {
        display: block;
        position: absolute;
        top: 25px;
        left: 2px;
        right: 14px;
        height: 2px;
        background: #000;
    }

    .cmn-toggle-switch span::before,.cmn-toggle-switch span::after {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: ""
    }

    .cmn-toggle-switch span::before {
        top: -10px
    }

    .cmn-toggle-switch span::after {
        bottom: -10px
    }

    .cmn-toggle-switch__htx {
        background-color: #ff326400
    }

    .cmn-toggle-switch__htx span {
        -webkit-transition: background 0 .3s;
        transition: background 0 .3s
    }

    .cmn-toggle-switch__htx span::before,.cmn-toggle-switch__htx span::after {
        -webkit-transition-duration: 0.3s,.3s;
        transition-duration: 0.3s,.3s;
        -webkit-transition-delay: 0.3s,0;
        transition-delay: 0.3s,0
    }

    .cmn-toggle-switch__htx span::before {
        -webkit-transition-property: top,-webkit-transform;
        transition-property: top,transform
    }

    .cmn-toggle-switch__htx span::after {
        -webkit-transition-property: bottom,-webkit-transform;
        transition-property: bottom,transform
    }

    .cmn-toggle-switch__htx.active span {
        background: none
    }

    .cmn-toggle-switch__htx.active span::before {
        top: 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .cmn-toggle-switch__htx.active span::after {
        bottom: 0;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .cmn-toggle-switch__htx.active span::before,.cmn-toggle-switch__htx.active span::after {
        -webkit-transition-delay: 0,.3s;
        transition-delay: 0,.3s;
        background-color: red
    }

    button.zorov img {
        width: 24px
    }

    .cart_cont {
        position: relative;
        width: 50px;
        height: 35px;
        background-position: 0 50%;
        background-repeat: no-repeat;
        margin: 0;
        cursor: pointer
    }

    .cart {
        display: inline-block;
        width: 50px;
        border-radius: 4px;
        float: left;
        height: 40px;
        position: relative;
        background: none;
        transition: all ease-in-out .3s
    }

    .head_right {
        margin: 0;
        float: none;
        padding: 9px 1px 1px 0
    }

    .favorit_cont {
        background-image: url(images/wish.svg);
        background-size: 25px;
        position: relative;
        width: 45px;
        height: 45px;
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer
    }

    .favorit {
        display: none;
        width: 40px;
        float: left;
        border-radius: 4px;
        background: #666;
        text-align: center;
        height: 40px;
        position: relative;
        transition: all ease-in-out .3s
    }

    .cart_count {
        top: 0;
        left: 22px
    }

    .watviber img {
        width: 23px;
        position: relative;
        top: 0
    }

    .play_button_youtube_home {
        width: 100%;
        margin-top: 61px
    }

    .play_button_youtube_home img {
        width: 100%;
        display: none
    }

    .title--h2 > :before,.title--h2 > :after {
        display: none
    }

    .title--h2.alCenter .hatuk_title {
        font-size: 18px;
        margin-top: 10px;
        margin-bottom: 0
    }

    .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%
    }

    .r-font-weight-400 {
        font-size: 23px
    }

    .category-item .caption {
        padding: 0;
        top: 6%
    }

    .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 95%;
        flex: 0 0 95%;
        max-width: 95%
    }

    .inner {
        margin-bottom: 20px;
        width: 100%;
    }

    .product_item {
        max-width: 40%;
        float: left;
        padding: 2% 5% 3%;
        margin-bottom: 1px
    }

    .sl_pr {
        width: 94%;
        padding: 6% 2% 4% 4%;
        color: #8067ad;
        font-weight: 700;
        margin: 18px 0 0;
        font-family: 'Muller Narrow';
        text-transform: uppercase
    }

    .footer_logo {
        width: 100%
    }

    .footer_logo img {
        width: 83%
    }

    .footer_pay_system_h3.h3 {
        display: none
    }

    .footer_col_3 img {
        width: 37%
    }

    .h3 {
        display: none
    }

    .b-footer__copyright--text {
        width: 100%;
        text-align: center;
        font-size: 12px;
        float: none;
        font-family: 'Malta light';
        line-height: 20px
    }

    .big_sale_date {
        display: none
    }

    .inner h1,h2,h3,h4,h5,h6 {
        font-size: 20px;
        display: inline-block;
        line-height: 26px
    }

    .title--h2.alCenter span {
        width: 95%;
        display: inline-block;
        font-size: 14px
    }

    .compaeyr {
        display: none
    }

    .pr_img {
        height: 220px
    }

    .pr_img img {
        max-width: 100%;
        max-height: 100%
    }

    .pr_bottom {
        display: none
    }

    .regular .slick-prev {
        display: none!important
    }

    .regular .slick-next {
        display: none!important
    }

    .footer_col_4 a {
        font-size: 17px;
        line-height: 26px;
        margin-top: 10px;
        display: inline-block
    }

    .footer_col_2 a {
        line-height: 31px;
        font-size: 13px;
        text-transform: uppercase
    }

    .w50 {
        width: 100%
    }

    .adress__block .contacts p {
        width: 85%!important;
        text-align: left;
        height: 70px!important
    }

    .r-font-weight-300 {
        font-size: 16px;
        margin-top: 4px;
        display: inline-block
    }

    .for_mob {
        display: none
    }

    .rev_blok {
        margin: 0;
        width: 49%!important;
        height: auto;
        /* margin-left: 2%; */
        margin-bottom: 5%;
        padding: 4%
    }

    .about_text {
        width: 90%;
        text-align: left;
        display: inline-block;
        font-size: 17px;
        line-height: 26px
    }

    .pr_title a {
        height: auto;
        text-align: left;
        font-size: 14px;
        line-height: 16px
    }

    .descount_icon {
        font-size: 9px;
        left: 4%;
        top: 2%;
        width: 21%;
        text-transform: uppercase;
        height: 10px
    }

    .pr_code {
        font-size: 14px
    }

    .footer_center_bottom {
        background: no-repeat;
        color: #000;
        width: 100%;
        padding: 0 0 71px;
        font-size: 14px;
        margin: 0
    }

    footer {
        text-align: center
    }

    .search_bar {
        display: inline-block;
        width: 99%
    }

    .bacel_koxqic svg {
        width: 17px;
        height: 17px;
        float: left;
        position: absolute;
        left: 10px;
        top: 7px
    }

    .category_right {
        width: 94%;
        text-align: center;
        float: none;
        display: inline-block;
        margin: 0
    }

    .bacel_koxqic {
        display: inline-block;
        width: 44%;
        background: #ececec;
        float: left;
        height: 15px;
        padding: 8px 0 6px 14px;
        border-radius: 0;
        text-transform: uppercase;
        letter-spacing: .5px;
        margin: 0 2% 4%;
        font-size: 11px;
        position: relative
    }

    .cat_top {
        display: inline-block;
        width: 95%;
        text-align: left;
        padding: 0 2% 0 3%;
        margin: 0;
        background: none
    }

    .breadcrumbs {
        width: 94%;
        padding: 13% 0 0;
        text-align: left;
        margin: 11px 0 0
    }

    .product_item_cat_page {
        max-width: 81%;
        width: 46%;
        -webkit-box-flex: 0;
        float: left;
        -ms-flex: 0 0 95%;
        background: #fff;
        flex: 0 0 100%;
        border-radius: 0;
        margin: 0;
        padding: 2% 2% 0
    }

    .pr_atribbuts {
        margin: 0
    }

    h1.category_title small {
        font-size: 10px
    }

    .myCheckbox em {
        width: 88%
    }

    .house_section1 select {
        width: 99%
    }

    .house_section1 {
        width: 98%;
        padding-left: 2%
    }

    .product_left_sidebar {
        display: none
    }

    h1.page_title {
        text-align: left;
        font-size: 18px;
        text-transform: uppercase;
        margin: 4% 0 5px;
        line-height: 26px
    }

    .pradust_image {
        width: 99%;
        margin-top: 0
    }

    #first_image {
        height: 300px!important;
        margin-bottom: 6px
    }

    #first_image a img {
        max-width: 100%;
        max-height: 100%
    }

    .pradust_image a {
        width: 16%;
        height: 56px;
        padding: 0;
        margin-top: 0
    }

    .params_product {
        width: 98%;
        float: none;
        text-align: left;
        padding: 0;
        border: none;
        margin-top: 0
    }

    .buy_button a {
        width: 100%;
        text-align: center;
        padding: 5% 0;
        background-size: 35px;
        overflow: hidden;
        border-radius: 4px
    }

    .one_click {
        width: 100%
    }

    .one_click a {
        width: 100%
    }

    a.call_button {
        display: inline-block;
        width: 100%;
        text-align: center;
        background: #40bff1;
        text-transform: uppercase;
        padding: 4% 0;
        margin-top: 11px;
        color: #fff;
        border-radius: 3px;
        box-shadow: 0 0 0 2px #1eb4ee;
        font-size: 15px
    }

    .price_product {
        margin: 0 0 2px
    }

    .buy_button {
        width: 100%
    }

    .pr_buy_buttons {
        display: inline-block;
        width: 100%;
        margin: 0
    }

    .pr_code_praduct {
        font-size: 14px;
        color: #555
    }

    .tab button {
        float: none;
        padding: 12px 20px;
        width: 46%;
        font-size: 13px;
        margin-bottom: 10px
    }

    .tab {
        width: 92%;
        float: none
    }

    .tabcontent {
        text-align: left;
        padding: 3% 5%;
        width: 82%;
        font-size: 17px;
        line-height: 24px
    }

    .tabcontent ul {
        width: 100%!important;
        margin: 0 0 15px!important;
        list-style: none
    }

    .img_detail_inner {
        width: 100%
    }

    span.atr_name {
        flex: 0 0 67%;
        text-align: left
    }

    #Paris ul li {
        width: 94%;
        padding: 8px 3%
    }

    .InfoBanner-Image {
        width: 100%
    }

    .InfoBanner {
        display: inline-block
    }

    .InfoBanner-Submit {
        width: 100%
    }

    .InfoBanner-Content {
        padding: 4% 8% 8%
    }

    .PageShowroom-Banner {
        width: 94%
    }

    .VideoConsultationModal-Image {
        display: none
    }

    .VideoConsultationModal-Content {
        width: 100%;
        padding: 6% 7% 7%
    }

    .AdvantagesTab-Item {
        width: 50%;
        float: left;
        margin: 0;
        padding: 4%
    }

    .buy_button span {
        width: 99%
    }

    p.mb-0.text-right {
        text-align: center
    }

    .Button-Text a {
        padding: 12px 0;
        font-size: 14px
    }

    .InfoBanner-Title {
        line-height: 33px;
        margin-bottom: 10px
    }

    .tabcontent h3 {
        margin-bottom: 15px;
        text-transform: uppercase
    }

    #modal .modal-body {
        width: 250px;
        margin-top: 55%!important
    }

    .moscow1 {
        width: 94%!important
    }

    .checkout_total {
        display: inline-block;
        width: 90%;
        margin: 0;
        float: none
    }

    .cart_right {
        width: 94%;
        float: none
    }

    #target {
        position: relative!important;
        top: 0!important;
        float: none;
        left: 0!important;
        width: 82%;
        border-radius: 6px;
        padding: 5% 7% 7%;
        box-shadow: none;
        border: 2px solid #ffe500
    }

    .pr_img_cart {
        width: 100px;
        height: 92px
    }

    .cart_title_art {
        text-align: left;
        margin: 2% 11px 8px 6%;
        width: 59%;
        height: 81px
    }

    .pr_code_cart {
        display: none
    }

    .quantity-box {
        width: 33%;
        margin: 18px 0 0
    }

    .tbl-col {
        margin: 21px 0 0 10px
    }

    a.delete_from_cart_button {
        margin: 14px 17px 0 16px
    }

    .product_item_cart {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 17px;
        margin-bottom: 21px
    }

    .cart_items {
        padding: 4% 3% 0;
        text-align: left;
        border: none
    }

    .dostavka {
        padding: 4% 3%;
        text-align: left;
        border: none
    }

    .div_bes {
        font-size: 14px;
        padding: 1% 2% 0;
        background: none
    }

    .pr_title_cart a {
        font-size: 14px
    }

    .order_details_form_title {
        font-size: 16px
    }

    .dostavka .myCheckbox p {
        margin: 3px 0 0 6px;
        font-size: 14px
    }

    .vibrat_etaj select {
        width: 100%
    }

    .vibrat_etaj {
        width: 81%;
        position: relative;
        top: 0;
        margin-left: 9%
    }

    .dos_attantion {
        background: none;
        text-transform: uppercase;
        line-height: 20px;
        font-size: 12px
    }

    .maps_cord1 {
        position: relative;
        top: -10px;
        width: 78%!important;
        background: #fff url(images/pin.png) 0 0 no-repeat;
        padding: 7px 10% 2%;
        background-size: 36px
    }

    .popup-container1 .popup2 .popup-inner1 {
        width: 92%;
        border-radius: 6px
    }

    .map_right {
        width: 92%;
        padding: 4% 4% 0
    }

    div#map {
        height: 380px!important;
        width: 100%!important
    }

    input#address {
        padding: 3%;
        width: 93%
    }

    .map_big {
        padding: 0;
        width: 100%;
        border-radius: 4px
    }

    label.res_ok {
        width: 95%;
        padding: 3% 2%;
        margin: 8px 0 7px
    }

    .popup-container1 .popup2 .popup-inner1 .popup-title {
        right: -9px
    }

    .popup-content1 {
        border-radius: 5px;
        overflow: hidden
    }

    .form_row22 {
        width: 48%
    }

    .butmat {
        width: 100%;
        text-align: center;
        margin-top: 3%;
        margin-bottom: 5%
    }

    .finel_text_suc {
        text-align: left;
        width: 92%
    }

    .success_text {
        width: 93%;
        display: inline-block;
        border: none;
        margin: 0;
        background: no-repeat;
        margin-bottom: 40px
    }

    div#sucsesss {
        text-align: center;
        width: 100%;
        display: inline-block
    }

    .contact_page {
        width: 94%;
        text-align: left
    }

    .big_contact {
        border: none;
        background: none
    }

    .dzax_nkarner {
        display: none
    }

    .panel {
        text-align: left
    }

    .cart:hover {
        background: none
    }

    .hatukk {
        background: #daffe1
    }

    .erevamobum {
        display: inline-block!important
    }

    .adress__block .contacts {
        padding: 0 0 18px
    }

    body {
        background: #fff
    }

    .about_text_big {
        background: #fff;
        padding-bottom: 0
    }

    .otzivi_block {
        background: #fff;
        box-shadow: none;
        margin-top: 5px;
        width: 95%;
        margin-left: 2%;
    }

    button.fancybox-button.fancybox-close-small path {
        color: #000!important
    }

    .page_content {
        width: 91%;
        margin-left: 4%
    }

    .rate_sistem_praduct {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 0;
        margin-bottom: 6px
    }

    .finel_text_suc h2 {
        text-align: center;
        width: 100%
    }
}

.slider {
    position: relative
}

audio,canvas,progress,video {
    display: inline-block;
    vertical-align: baseline
}

video::-webkit-media-controls-overlay-play-button {
    display: none
}

video::-webkit-media-controls {
    display: none
}
