

/* Start:/local/templates/plitka_2021/components/bitrix/catalog/plitka3.0/style.css?168321471446*/
.breadcrumbs_wr.mw.clf{
    display: block;
}

/* End */


/* Start:/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/style.css?16951341563055*/
.detail-info-title{
    height: 100%;
    display: flex;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    align-items: center;
}
.detail-info{
display: flex;
    flex-direction: column;
}
.detail-avail{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    color: #ff770d;
    font-weight: 700;
    align-items: center;
}
.detail-avail-val{
    padding-top: 3px;
    width: 20%;
    white-space: nowrap;
}
.hint-available-content{
    width: 16px;
    height: 16px;
    position: relative;
    display: inline-block;
}
.detail-avail #icon-info,
.detail-avail .hint-available{
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.hint-available-content .popover{
    background-color: #fff;
    border: 1px solid #ebebeb;
    color: #333;
    border-radius: 3px;
    -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1), 0 6px 6px -6px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 20px 0 rgba(0, 0, 0, .1), 0 6px 6px -6px rgba(0, 0, 0, .2);
    width: 200px;
    padding: 4px 8px;
}

.popover-content{
    padding: 10px;
    font-weight: 400;
    font-size: 12px;
    line-height: normal;
}
.detail-avail-name {
    padding-right: 10px;
    width: 80%;
    box-sizing: border-box;
}
.sellers__block .sellers__line {
    grid-template-columns: 3fr 4fr;
}
.tooltip{position:absolute;z-index:1070;display:block;font-style:normal;font-weight:400;line-height:1.42857143;line-break:auto;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;word-wrap:normal;white-space:normal;font-size:12px;filter:alpha(opacity=0);opacity:0}.tooltip.in{filter:alpha(opacity=90);opacity:.9}.tooltip.top{padding:5px 0;margin-top:-3px}.tooltip.right{padding:0 5px;margin-left:3px}.tooltip.bottom{padding:5px 0;margin-top:3px}.tooltip.left{padding:0 5px;margin-left:-3px}.tooltip.top .tooltip-arrow{bottom:0;left:50%;margin-left:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-left .tooltip-arrow{right:5px;bottom:0;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.top-right .tooltip-arrow{bottom:0;left:5px;margin-bottom:-5px;border-width:5px 5px 0;border-top-color:#000}.tooltip.right .tooltip-arrow{top:50%;left:0;margin-top:-5px;border-width:5px 5px 5px 0;border-right-color:#000}.tooltip.left .tooltip-arrow{top:50%;right:0;margin-top:-5px;border-width:5px 0 5px 5px;border-left-color:#000}.tooltip.bottom .tooltip-arrow{top:0;left:50%;margin-left:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-left .tooltip-arrow{top:0;right:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip.bottom-right .tooltip-arrow{top:0;left:5px;margin-top:-5px;border-width:0 5px 5px;border-bottom-color:#000}.tooltip-inner{max-width:200px;padding:3px 8px;color:#000;text-align:center;background-color:#fff;border-radius:4px;border: 1px solid #ebebeb;}.tooltip-arrow{position:absolute;width:0;height:0;border-color:transparent;border-style:solid}
/* End */


/* Start:/local/templates/plitka_2021/components/bitrix/system.pagenavigation/ajax_next_page/style.css?1642770344730*/
.pagi {
    float:left;
    margin-bottom:10px;
    text-align:center;
    width:100%;
}
.pagi ul {
    border:1px solid #e0e0e0;
    display:inline-block;
    height:40px;
    margin:0 6px;
    vertical-align:top;
}
.pagi ul li {
    border-right:1px solid #e0e0e0;
    float:left;
}
.pagi ul li:last-child {
    border-right:none;
}
.pagi ul li a {
    color:#000;
    cursor:pointer;
    display:block;
    height:38px;
    line-height:38px;
    width:40px;
}
.pagi ul li a.act,.pagi a:hover {
    background-color:#f4f4f4;
}
.pagi a.prev,.pagi a.next {
    border:1px solid #e0e0e0;
    color:#000;
    cursor:pointer;
    display:inline-block;
    height:40px;
    line-height:40px;
    vertical-align:top;
    width:119px;
}
/* End */


/* Start:/local/templates/plitka_2021/css/pages/reviews/form.css?16685869532305*/
.reviews_block textarea {
    font-family:'Open Sans', sans-serif;
    max-width: 700px;
    box-sizing: border-box;
}
.add-com {
    background-color:#f5f5f5;
    float:left;
    padding:22px 37px 35px;
    width:100%;
}
.add-com h4 {
    font-size:14px;
    font-weight:700;
    margin-bottom:20px;
}
.form-com-inp {
    float:left;
    margin-bottom:16px;
    width:205px;
}
.form-com-inp input {
    border:1px solid #ccc;
    height:36px;
    line-height:34px;
    padding:0 14px;
    width:auto;
}
.form-com-area textarea {
    border:1px solid #ccc;
    height:106px;
    padding:14px;
    width:100%;
}
.send-com input {
    background-color:#eb4139;
    color:#fff;
    cursor:pointer;
    display:block;
    font-weight:700;
    height:36px;
    padding:0 42px;
    text-align:center;
    border: none;
}
.comm-prod,.form-com,.send-com {
    float:left;
    width:100%;
}
.show-all-com,.form-com-area {
    float:left;
    margin-bottom:15px;
    width:100%;
}
.send-com input:hover,.change-bt:hover {
    background:#db0f00;
}
.review_captcha {
    display: block;
    margin-bottom: 12px;
}
.captcha_image {
    width: 135px;
    margin-top: 5px;
}
.captcha_words {
    float: left;
    width: 105px !important;
    margin-right: 10px;
}
.result-block{
    margin-bottom: 5px;
}
.result-block.error{
    color:red;
}
.result-block.success{
    color:green;
}
.d_btn {
    background-color:#ec463e;
    border:1px solid #e83931;
    clear:both;
    color:#fff !important;
    display:block;
    width: 202px;
    font:13px osb !important;
    margin:15px 0 10px 3px !important;
    padding:12px 45px 13px;
    text-align:center !important;
    text-decoration:none;
}
.p_btn:hover,.d_btn:hover {
    background-color:#e6281f;
}
.review-form-container{
    float:left;
}
.ajax-loader-img{
    display: none;
}
/*max*/

@media screen and (max-width: 1270px) {
    .form-com-inp
    {
        width:175px;
    }
}

@media screen and (max-width: 990px) {
    .form-com-inp
    {
        float:left !important;
        margin-right:12px;
    }
}

@media screen and (max-width: 790px) {
    .form-com-inp,.one-action
    {
        margin-right:0;
        width:100%;
    }
}

/* End */


/* Start:/design-and-interiors/fix.css?15608607082602*/
.bx-filter-container-modef{
	position: relative;
}
.bx-filter-container-modef > .bx-filter-popup-result {
    font-size: 13px;
    font-weight: normal;
    position: absolute;
    z-index: 915;
    display: none;
    margin-top: -7px;
    margin-left: 10px;
    padding: 0px 10px;
    white-space: nowrap;
    color: rgb(63, 63, 63);
    min-height: 37px;
    line-height: 18px;
    border: 1px solid rgb(198, 220, 231);
}
.bx-filter-container-modef > .bx-filter-popup-result{
    position: absolute;
    left: 15px;
    background-color: white;
    border: 1px solid #ff770d;
    padding: 4px 12px;
}

.one-disc {
    background-image: url(/design-and-interiors/images/disc-price.png);
}
.modal-new.block-priceblock .price-tabs{
    display: none;
}
.modal-new .big-disc-center{
    min-height: 120px;
}
.hide-option{
    display: none;
}
.info-tool{
    top:40px;
}
.big-disc-wrap.modal-detail-element{
    position: relative;
}

.modal-arr {
	margin-top: -22px;
}



@media (max-width: 768px) {

.modal-new .modal-dialog {
	width: 96%;
	margin: 2%;
}

.modal-new .big-disc-center {
	min-height: inherit;
}

}

.modal-new .close {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 28px;
    height: 25px;
    opacity: 0.95;
    z-index: 1;
    background-color: rgba(0,0,0,0.6);
    border-radius: 0 4px 0 0;
}
.modal-new .close:hover {
  opacity: 0.95;
}
.modal-new .close:before, .modal-new .close:after {
    position: absolute;
    left: 13px;
    top: 5px;
    content: ' ';
    height: 13px;
    width: 2px;
    background-color: #fafafa;
}
.modal-new .close:before {
  transform: rotate(45deg);
}
.modal-new .close:after {
  transform: rotate(-45deg);
}

.act-filter {
    background-color: #f1f1f1;
    float: left;
    margin-bottom: 16px;
    padding: 20px 17px 10px;
    width: 100%;
    border: 1px solid #e0e0e0;
}

.side-tit {
    font-size: 15px;
    font-weight: 700;
    width: 100%;
}

.side-tit a {
    color: rgb(0, 0, 0);
    font-size: 15px;
}

.act-filter .side-tit {
    margin-bottom: 10px;
}

.list-act {
    float: left;
    width: 100%;
}

.list-act ul {
    padding-left: 4px;
}

.list-act li {
    margin-bottom: 10px;
}

.list-act ul li a {
    background-image: url(/local/templates/plitka_2018/components/bitrix/catalog/plitka3.0/bitrix/catalog.smart.filter/plitka/images/del.png);
    background-position: left 1px;
    background-repeat: no-repeat;
    color: #000;
    cursor: pointer;
    display: block;
    padding-left: 17px;
}

.list-act ul li a:hover, .del-all {
    background-position: left -90px !important;
    color: #ff770d !important;
}
/* End */


/* Start:/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/product-second.css?175562002752198*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    border: 0;
    font-size: 100%;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    box-sizing: border-box
}

ul {
    list-style: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-size: 13px;
    height: 100%;
    line-height: 1
}

.wrap {
    float: left;
    margin: 0 auto;
    min-height: 100%;
    padding-bottom: 64px;
    position: relative;
    width: 100%;
    height: auto!important
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block
}

.mw {
    margin: 0 auto;
    max-width: 100%;
    width: 100%
}

.fl {
    float: left
}

.clf::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    line-height: 0;
    visibility: hidden;
    width: 0
}

.cb {
    clear: both!important
}

.hb {
    transition: all .3s ease
}

.hb:hover {
    transition: all .3s
}

.head_top_wr {
    background-color: #fff;
    border-top: 2px solid #ff770d;
    min-height: 34px;
    box-shadow: #e0e0e0 0 3px 4px;
    margin: 0 auto 4px!important
}

.bw,
.foot-in,
.header-middle-in,
.header-top-in,
.nav-slid-in,
.tree-in {
    margin: 0 auto;
    width: 1570px
}

.head_top ul li {
    float: left;
    margin: 0 0 0 12px
}

.fix_p p,
.head_top ul li:first-child,
.usr_box {
    margin: 0
}

.head_top li a,
.head_top li span {
    color: #000;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal;
    padding: 9px 11px 8px;
    text-decoration: none
}

.feeds-info-item a,
a {
    color: #ff770d;
    text-decoration: none
}

.fr,
.right {
    float: right!important
}

.prs_up {
    margin: 10px 0 0
}

.usr_box p {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal
}

.usr_ent {
    margin: 8px 0 0
}

.usr_box a,
.usr_box span {
    color: #000;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal;
    text-decoration: none
}

.cont_item:hover .item_text,
.head_bot_wr,
.head_top li a:hover,
.head_top li span.selected,
.head_top li span:hover,
.ht_act,
.news_box .news_item:hover,
.proj_item:hover .proj_text,
.shop_info_box:hover .shop_info {
    background-color: #f3f3f3
}

span.selected {
    color: #d7322a
}

.head_bot {
    padding: 0 0 14px
}

.logo {
    margin: 14px 0 0 8px;
    width: 245px
}

.logo img {
    display: block;
    width: 245px
}

.tel_tabs {
    margin: 14px 0 0 38px
}

.coll-list-mid,
.one-carus-button-in,
.tabs,
.tel_tabs2 .tabs_b {
    display: inline-block
}

.tabs ul {
    margin: 0;
    padding: 0
}

.tabs ul li {
    background: #f3f3f3;
    border-width: 1px;
    border-style: solid;
    border-color: #f3f3f3 #f3f3f3 #d5d5d5;
    border-image: initial;
    color: #000;
    cursor: pointer;
    display: block;
    float: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal;
    margin: 0;
    padding: 0
}

.tabs ul li.ui-tabs-active,
.tabs ul li.ui-tabs-active:hover {
    background: #f3f3f3;
    border-width: 1px;
    border-style: solid;
    border-color: #d6d6d7 #d6d6d7 #f3f3f3;
    border-image: initial;
    color: #000
}

.tabs ul li a {
    color: #000;
    display: block;
    padding: 4px 11px 3px 15px;
    text-decoration: none
}

.tabs>div {
    padding-top: 3px
}

.tabs_cont div {
    text-align: center;
    width: 100%
}

.tabs_cont a {
    color: #000;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 18px;
    line-height: normal;
    text-decoration: none
}

.search_box {
    margin: 22px 0 0 57px
}

.search_box input[type=text] {
    background-color: #fff;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-left: 1px solid #c8c8c8;
    border-image: initial;
    color: #909090;
    height: 40px;
    margin: 0;
    outline: 0;
    padding: 0 0 0 16px;
    width: 457px;
    border-right: none!important
}

.search_box input[type=submit] {
    background-color: #d8352d;
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/search.png);
    background-position: center center;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    height: 42px;
    margin: 0;
    outline: 0;
    width: 49px
}

.func_box {
    margin: 25px 0 0
}

.compare_box {
    margin: 0 15px 0 0;
    width: 118px
}

.compare_box a::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/comp_ico.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    float: left;
    height: 32px;
    margin: 2px 9px 0 0;
    width: 31px
}

.total-compare-count,
.total-wishlist-count {
    font-weight: 700
}

.func_box a {
    color: #000;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal;
    text-decoration: none
}

.func_box a>span {
    float: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal
}

.wish_list_box {
    margin: 1px 15px 0 0;
    width: 105px
}

.wish_list_box a::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/wish_ico.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    float: left;
    height: 29px;
    margin: 3px 8px 0 0;
    width: 33px
}

#tabs-mob>ul,
#tabs1 .tabs_b ul::after,
#tabs_contacts .tabs_b ul::after,
.add-com-order textarea,
.dn,
.filt-list.count-list .check-left input,
.hid_bs,
.link-mob,
.mob,
.name_brand,
.news_box .tabs_cont a::before,
.rew_mor::before,
.spec-num {
    display: none
}

.basket_box {
    min-width: 115px
}

.basket_box a {
    color: #f3710c;
    padding: 0
}

.basket_box a::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/bask.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    float: left;
    height: 31px;
    margin: 3px 8px 0 -8px;
    width: 32px
}

.basket_box span,
.news_text_cont p {
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: 400!important;
    font-stretch: normal!important;
    font-size: 13px!important;
    line-height: normal!important
}

.basket_box span.bold {
    font-style: normal!important;
    font-variant: normal!important;
    font-weight: 400!important;
    font-stretch: normal!important;
    font-size: 13px!important;
    line-height: normal!important
}

.bold,
.days_left span {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal
}

.info_menu_wr {
    background-color: #312e2d
}

.info_menu {
    min-height: 45px
}

.item_cat {
    background-color: #f3710c;
    position: relative;
    width: 272px
}

.item_cat a {
    color: #fff;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 12px;
    line-height: normal;
    padding: 15px 0 15px 22px;
    text-align: left;
    text-decoration: none
}

.hidden_nav {
    left: 0;
    position: absolute;
    width: 100%;
    display: none!important
}

.sb_nav_box {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-image: initial;
    margin: 0 auto;
    width: 271px;
    border-top: none!important
}

.sb_nav_box ul {
    background-color: #fff;
    position: relative;
    text-align: center;
    z-index: 8888
}

.sb_nav_box li {
    clear: both;
    position: relative;
    text-align: left;
    width: 100%!important
}

.sb_nav_box li a,
.sb_nav_box li span {
    color: #000;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal;
    font-family: ossb;
    padding: 13px 0;
    position: relative;
    text-decoration: none
}

.sb_nav_box li a img,
.sb_nav_box li span img {
    float: left;
    margin: 0 6px 0 14px
}

.sb_nav_box ul ul {
    display: none;
    width: 100%
}

.sb_nav_box li ul {
    border: 1px solid #e3e3e3;
    left: 100%;
    position: absolute;
    top: 0
}

.sb_nav_box ul ul>li a,
.sb_nav_box ul ul>li span {
    padding: 13px 0 13px 20px
}

a.n_ico9 img {
    margin: -5px 6px 0 14px!important
}

.info_menu_nav {
    float: left;
    margin: 0 0 0 101px;
    position: relative;
    z-index: 999
}

.info_menu_nav ul {
    position: relative;
    text-align: center
}

.info_menu_nav li {
    float: left;
    margin: 0 0 0 113px;
    padding: 0 8px 0 7px;
    position: relative
}

.call_center li:first-child,
.info_menu_nav li:first-child,
.shop_info_box:first-child,
.soc_inf_box li:first-child {
    margin-left: 0
}

.info_menu_nav li a,
.info_menu_nav li span {
    color: #fff;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 12px;
    line-height: normal;
    padding: 14px 0 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase
}

.info_menu_nav ul ul {
    background-color: #433f3e;
    display: none;
    left: 0;
    position: absolute
}

.imn_sub {
    margin: 0;
    padding: 0;
    height: inherit!important
}

.info_menu_nav ul .imn_sub li {
    margin: 0 42px 11px 0;
    min-height: 100%;
    position: relative;
    height: inherit!important
}

.imn_sub li {
    height: inherit;
    width: 255px;
    float: left!important
}

.imn_sub li a {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: 24px;
    padding: 0;
    text-align: left;
    text-transform: none
}

.imn_sub li a>span {
    color: #f3710c;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 12px;
    line-height: normal;
    font-family: osb;
    padding: 0 0 5px
}

.info_menu_nav ul .imn_sub li:nth-child(2n+2) {
    margin-right: 0!important
}

.info_menu_nav li:last-child .imn_sub {
    right: 0;
    left: inherit!important
}

.our_mag {
    background-color: #d7322a;
    color: #fff;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 12px;
    line-height: normal;
    font-family: osb;
    margin: 0;
    padding: 14px 0 15px;
    text-align: center;
    text-decoration: none;
    width: 199px
}

.sl_img,
.sl_img div,
.sl_img li,
html {
    height: 100%
}

.arrow_lef {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    width: 93px;
    z-index: 996;
    height: 100%!important
}

.arrow_lef img {
    left: 25px;
    position: absolute;
    top: 37%
}

.arrow_rig {
    background-repeat: repeat-x;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    width: 93px;
    z-index: 996;
    height: 100%!important
}

.arrow_rig img {
    position: absolute;
    right: 25px;
    top: 37%
}

#tabs-coll>ul>li,
#tabs-tel ul li,
.abc ul li,
.check-text,
.compl-sp-one,
.foot-menu,
.head-mid-resp,
.header-top-menu ul li,
.news_item,
.one-sort,
.one-sort-tit,
.slick-dots li,
.soc-foot,
.tit-back h1 {
    float: left
}

.tit-back h1 {
    line-height: inherit!important
}

.breadcrumbs_wr {
    background-color: #f1f1f1;
    margin: 0 auto 20px!important
}

.breadcrumbs_box {
    height: 42px;
    padding: 14px 0 0
}

.breadcrumbs_box li {
    float: left;
    margin: 0
}

.breadcrumbs_box li a {
    color: #000;
    display: block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal;
    padding: 0;
    text-align: center;
    text-decoration: none
}

.breadcrumbs_box li:last-child a {
    color: #909090!important
}

.cont {
    padding-bottom: 64px
}

.autocomplete-w1 {
    background: url(/images/shadow.png) right bottom no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    margin: 8px 0 0 6px
}

.autocomplete {
    border: 1px solid #999;
    background: #fff;
    cursor: default;
    text-align: left;
    max-height: 350px;
    overflow: auto;
    margin: -6px 6px 6px -6px
}

.arr_nav {
    cursor: pointer
}

.action {
    background-color: #000;
    background-image: url(https://plitka.ua/local/templates/plitka/images/fire.png);
    background-position: 10px 3px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    left: 0;
    line-height: 24px;
    padding: 0 14px 0 27px;
    position: absolute;
    text-transform: uppercase;
    top: 147px
}

.new-ico {
    background-color: #000;
    background-image: url(/local/templates/plitka/images/new-ico.png);
    background-position: 8px 4px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    left: 0;
    line-height: 24px;
    padding: 0 12px 0 27px;
    position: absolute;
    text-transform: uppercase;
    top: 147px
}

.top-ico {
    background-color: #000;
    background-image: url(/local/templates/plitka/images/wallet.png);
    background-position: 8px 4px;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    height: 24px;
    left: 0;
    line-height: 24px;
    padding: 0 12px 0 27px;
    position: absolute;
    text-transform: uppercase;
    top: 147px
}

@media screen and (max-width:1571px) {
    .head_top,
    .info_menu,
    .news_item img,
    .partners_box .tel_tabs2 {
        width: 100%
    }
    .usr_box {
        margin: 0 15px 0 0
    }
    .head_bot {
        position: relative;
        width: 100%
    }
    .tel_tabs {
        margin-bottom: 5px;
        margin-left: 15px
    }
    .search_box {
        margin-left: 20px;
        width: 480px
    }
    .search_box input[type=text] {
        padding-left: 13px;
        width: 417px!important
    }
    .item_cat {
        width: 17.4%
    }
    .sb_nav_box {
        width: 17.4%
    }
    .open_nav>.sb_nav_box {
        width: 100%
    }
    .info_menu_nav,
    .info_menu_nav li {
        margin-left: 20px
    }
    .cont,
    .info_box {
        width: 100%!important
    }
    .breadcrumbs_box,
    .breadcrumbs_wr {
        box-sizing: border-box;
        padding-left: 10px;
        width: 100%
    }
}

@media screen and (max-width:1500px) {
    .search_box {
        width: 380px!important
    }
    .search_box input[type=text] {
        padding-left: 13px;
        width: 317px!important
    }
    .func_box {
        margin-right: 10px
    }
    .sb_nav_box {
        width: 17.4%
    }
    .open_nav>.sb_nav_box {
        width: 100%
    }
}

@media screen and (max-width:1366px) {
    .search_box {
        margin-left: 20px;
        width: 25%
    }
    .search_box input[type=text] {
        width: 85.9%
    }
    .sb_nav_box {
        min-width: 17.2%
    }
}

@media screen and (max-width:1340px) {
    .basket_box,
    .compare_box,
    .wish_list_box {
        min-width: auto!important;
        width: auto!important
    }
    .basket_box a,
    .basket_box span.bold,
    .basket_box>span,
    .func_box a,
    .func_box a>span {
        font-size: 0!important
    }
    .wrap .hid_bs {
        display: block;
        font-size: 13px!important;
        margin: 17px 0 0 -7px!important
    }
    .wrap .wish_list_box .hid_bs {
        font-style: normal!important;
        font-variant: normal!important;
        font-weight: 400!important;
        font-stretch: normal!important;
        font-size: 13px!important;
        line-height: normal!important;
        margin: 16px 0 0 -7px!important
    }
}

@media screen and (max-width:1280px) {
    .head_top ul li {
        margin: 0
    }
    .info_box .sb_nav_box,
    .prs_up,
    .sb_nav_box li a::before,
    .sb_nav_box li span::before {
        display: none
    }
    .search_box input[type=text] {
        padding-left: 13px;
        width: 86.3%
    }
    #main_page,
    .item_cat {
        min-width: 230px;
        overflow: visible
    }
    .item_cat a {
        padding: 15px 0 15px 39px
    }
    .hidden_nav .sb_nav_box {
        width: 100%
    }
    .imn_sub {
        padding: 11px!important;
        width: 90%!important
    }
    .imn_sub li:first-child {
        padding-top: 0!important
    }
    .imn_sub li {
        clear: both;
        padding-top: 7px;
        width: 100%;
        float: none!important;
        margin: 0 auto!important
    }
    .imn_sub li a {
        line-height: inherit;
        font-size: 0!important
    }
}

@media screen and (max-width:1220px) {
    .search_box {
        box-sizing: border-box;
        width: 30%
    }
    .search_box input[type=text] {
        padding-left: 12px;
        width: 86%
    }
    .info_menu_nav,
    .info_menu_nav li {
        margin: 0
    }
    .info_menu_nav li a,
    .info_menu_nav li span {
        font-size: 11px
    }
}

@media screen and (max-width:1024px) {
    .info_menu_nav {
        position: absolute;
        right: 205px
    }
    .info_menu_nav li a,
    .info_menu_nav li span {
        font-size: 0;
        padding: 7px 0 0
    }
    .imn_sub {
        display: none!important
    }
}

@media screen and (max-width:992px) {
    .nav {
        margin-top: 4px
    }
    .head_top li a,
    .head_top li span {
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-stretch: normal;
        font-size: 11px;
        line-height: normal;
        padding: 6px 7px
    }
    .usr_box {
        margin: 0
    }
    .usr_box a,
    .usr_box span {
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-stretch: normal;
        font-size: 11px;
        line-height: normal
    }
}

@media screen and (max-width:900px) {
    .one-carus-art {
        height: 110px!important
    }
    .usr_ent {
        margin: 8px 4px 0 0
    }
}

@media screen and (max-width:810px) {
    .search_box {
        display: table;
        margin: 0 auto;
        padding-top: 22px;
        float: none!important
    }
    .func_box {
        position: absolute;
        right: 0;
        top: 0
    }
}

@media screen and (max-width:768px) {
    .usr_box {
        margin: 0
    }
    .call_center p,
    .usr_box a,
    .usr_box span {
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-stretch: normal;
        font-size: 11px;
        line-height: normal;
        font-family: osr
    }
    .info_menu_nav {
        display: none
    }
}

@media screen and (max-width:767px) {
    .top-header-menu {
        display: none
    }
    .usr_box.fr.flnone,
    .usr_ent.fr.flnone {
        float: none!important
    }
    .usr_ent {
        display: table;
        position: relative;
        margin: 8px auto
    }
}

@media screen and (max-width:721px) {
    .compare_box,
    .wish_list_box {
        margin-right: 5px
    }
}

@media screen and (max-width:660px) {
    .search_box {
        margin: 0 0 0 13px;
        float: left!important
    }
    .func_box {
        position: relative;
        right: 0;
        top: 0
    }
}

@media screen and (max-width:570px) {
    .logo {
        display: block;
        padding: 15px 0 0;
        text-align: center;
        height: auto;
        float: none!important;
        margin: 0 auto!important
    }
    .logo img {
        height: auto
    }
    .tel_tabs {
        display: block;
        padding: 15px 0 0;
        text-align: center;
        width: 245px;
        float: none!important;
        margin: 0 auto!important
    }
    .search_box {
        clear: both;
        margin: 0 auto;
        padding: 15px 0 0;
        position: relative;
        float: none!important;
        width: 90%!important
    }
    .search_box input[type=text] {
        padding-left: 12px;
        width: 90%!important
    }
    .search_box input[type=submit] {
        position: absolute;
        right: 0
    }
    .func_box {
        display: table;
        margin: 10px auto 0;
        float: none!important
    }
}

@media screen and (max-width:550px) {
    .bold {
        font-style: normal!important;
        font-variant: normal!important;
        font-weight: 400!important;
        font-stretch: normal!important;
        font-size: 10px!important;
        line-height: normal!important;
        font-family: osb!important
    }
}

@media screen and (max-width:480px) {
    .footer,
    .item_cat,
    .our_mag,
    .shop_info_box {
        width: 100%
    }
    .sb_nav_box li ul {
        display: none!important;
        visibility: hidden!important
    }
}

@media screen and (max-width:420px) {
    .bold {
        font-style: normal!important;
        font-variant: normal!important;
        font-weight: 400!important;
        font-stretch: normal!important;
        font-size: 9px!important;
        line-height: normal!important;
        font-family: osb!important
    }
}

@media screen and (max-width:360px) {
    .tabs_cont div {
        width: 99%
    }
}

@media screen and (min-width:1281px) {
    .hide-menu .arr_nav {
        cursor: default
    }
}

.sl_box {
    width: 82.7%;
    height: 397px;
    margin: 0;
    background-color: #f3f3f3;
    overflow: hidden
}

.sl_img_box {
    width: 856px;
    margin: 0;
    position: relative;
    z-index: 888;
    height: 100%
}

.sl_img,
.sl_img div {
    height: 100%
}

.arrow_lef {
    cursor: pointer;
    width: 93px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 996;
    background-image: linear-gradient(to right, rgba(0, 0, 0, .498039) 0, rgba(0, 0, 0, 0) 100%);
    height: 100%!important
}

.arrow_lef img {
    position: absolute;
    left: 25px;
    top: 37%
}

.sl_img li {
    height: 100%
}

.sl_img a {
    display: block;
    text-align: center;
    height: 100%
}

.sl_img a img {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    margin: 0 auto
}

.arrow_rig {
    cursor: pointer;
    width: 93px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 996;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, .498039) 100%);
    background-repeat: repeat-x;
    height: 100%!important
}

.arrow_rig img {
    position: absolute;
    top: 37%;
    right: 25px
}

.sl_sbr_box {
    width: 34%;
    height: 100%;
    margin: 0;
    background-color: #f3f3f3;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-image: initial;
    border-left: none;
    border-top: none;
    box-sizing: border-box;
    position: relative
}

.sl_content .slick-list {
    padding: 0 0 51px
}

.sl_cont_it {
    text-align: center;
    margin: 0 auto
}

.sl_date {
    text-transform: uppercase;
    color: #898989;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 12px;
    line-height: normal;
    padding: 64px 0 8px
}

.sl_cont_it a {
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #f3710c;
    color: #000;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 24px;
    line-height: normal;
    font-family: osb;
    padding: 0
}

.sl_cont_it p {
    color: #666;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 15px;
    padding: 23px 50px 0;
    line-height: 24px
}

.sl_cont_it a.producer_box {
    border: none;
    box-sizing: border-box;
    display: block;
    margin: 25px auto 0
}

.sl_sbr_box img {
    height: auto!important
}

.producer_box img {
    display: block;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #e3e3e3;
    width: auto!important
}

.slick-dots {
    margin: 0;
    position: absolute;
    left: 47px;
    bottom: 5px
}

.slick-dots li {
    float: left
}

.slick-dots button {
    width: 16px;
    height: 16px;
    background: #fff;
    display: block;
    outline: 0;
    cursor: pointer;
    margin: 0 4px 0 0;
    font-size: 0!important;
    padding: 0!important;
    border: 1px solid #e3e3e3!important
}

.slick-dots .slick-active button {
    background-color: #f3730f;
    border: none!important
}

.w_new {
    position: absolute;
    bottom: 38px;
    right: -5px;
    color: #f3710c;
    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 12px;
    line-height: normal;
    font-family: osb;
    padding: 0;
    text-decoration: underline;
    text-transform: uppercase
}

@media screen and (max-width:1571px) {
    .sl_box {
        width: 82.6%
    }
    .sl_img_box {
        width: 66%
    }
    .sl_sbr_box {
        min-width: 34%
    }
}

@media screen and (max-width:1500px) {
    .sl_box {
        width: 82.6%
    }
    .slick-slide img {
        width: 100%;
        height: 50%;
        position: relative
    }
    .slick-dots {
        bottom: 25px
    }
    .w_new {
        bottom: 55px
    }
}

@media screen and (max-width:1400px) {
    .slick-dots {
        bottom: 35px
    }
}

@media screen and (max-width:1366px) {
    .sl_box {
        width: 82.6%
    }
    .slick-dots {
        bottom: 45px
    }
}

@media screen and (max-width:1280px) {
    .sl_box {
        width: 100%;
        height: 100%
    }
    .sl_sbr_box {
        border: 0
    }
    .sl_content .slick-list {
        padding: 0
    }
    .sl_date {
        padding-top: 40px
    }
    .sl_cont_it p {
        font-style: normal;
        font-variant-ligatures: normal;
        font-variant-caps: normal;
        font-weight: 400;
        font-stretch: normal;
        font-size: 12px;
        line-height: normal;
        padding: 15px 30px 0
    }
    .slick-dots {
        left: 40%;
        top: auto
    }
    .w_new {
        position: relative;
        right: 0;
        bottom: 40px;
        clear: both;
        display: table;
        box-sizing: border-box;
        padding: 10px 0 11px 35px;
        float: none!important;
        margin: 0 auto!important
    }
}

@media screen and (max-width:1220px) {
    .sl_sbr_box {
        border: 0;
        box-sizing: border-box
    }
}

@media screen and (max-width:1024px) {
    .sl_box {
        height: auto!important
    }
    .sl_img_box {
        width: 100%
    }
    .sl_box .sl_sbr_box {
        margin: 0 auto;
        overflow: hidden;
        width: 290px!important;
        float: none!important
    }
    .slick-dots {
        top: auto;
        bottom: -34px!important
    }
    .sl_content {
        padding-bottom: 70px
    }
    .w_new {
        bottom: 60px
    }
}

@media screen and (max-width:750px) {
    .slick-slide img {
        width: 100%;
        height: 250px
    }
}

@media screen and (max-width:600px) {
    .slick-slide img {
        width: 100%;
        height: 200px
    }
}

@media screen and (max-width:480px) {
    .slick-slide img {
        width: 100%;
        height: 150px
    }
}

@media screen and (max-width:360px) {
    .slick-slide img {
        width: 100%;
        height: 120px
    }
}

@media screen and (max-width:1280px) and (min-width:1024px) {
    .slick-dots {
        top: auto;
        bottom: -24px!important
    }
}

.art_parg {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 30px;
    line-height: normal;
    margin: 61px 0 30px 3px
}

.cont_item_box,
.text_rev {
    margin: 0 auto;
    width: 100%
}

.cont_item {
    margin: 0 30px 41px 0;
    width: 370px
}

.cont_item a {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none!important
}

#mod_sl_box img,
.cont_item img,
.modal_sub img,
.proj_item img {
    display: block;
    margin: 0 auto;
    text-align: center;
    width: 100%
}

.cont_item img {
    max-height: 155px
}

.cont_item .item_text {
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
    border-image: initial;
    border-top: none;
    clear: both;
    min-height: 104px;
    padding: 12px 35px 18px;
    width: 100%
}

.item_text p {
    color: #000;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: 24px;
    padding: 0
}

.days_left {
    color: #f3710c!important;
    padding: 2px 0 0!important
}

.cont_item:nth-child(4n+4),
.modal_sub li:nth-child(3n+3),
.news-head-one:last-child {
    margin-right: 0
}

@media screen and (max-width:1571px) {
    .art_parg {
        width: 75%;
        float: none!important;
        margin: 61px auto 30px 11px!important
    }
    .cont_item_box {
        margin: 0 auto;
        padding: 0 10px;
        width: 98%!important
    }
    .cont_item {
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 25px;
        vertical-align: top;
        width: 32%;
        float: none!important
    }
    .cont_item:nth-child(3n+3) {
        margin-right: 0
    }
    .cont_item:nth-child(4n+4) {
        margin-right: 25px
    }
}

@media screen and (max-width:1500px) {
    .cont_item {
        margin-right: 25px;
        width: 31.8%
    }
    .cont_item:nth-child(4n+4) {
        margin-right: 25px
    }
}

@media screen and (max-width:1366px) {
    .cont_item {
        margin-right: 25px;
        width: 31.7%
    }
    .cont_item:nth-child(4n+4) {
        margin-right: 25px
    }
}

@media screen and (max-width:1280px) {
    .cont_item_box {
        padding-left: 15px
    }
    .cont_item {
        margin-right: 19px;
        width: 32%
    }
    .cont_item:nth-child(4n+4) {
        margin-right: 19px
    }
}

@media screen and (max-width:1220px) {
    .cont_item_box {
        padding-left: 15px
    }
    .cont_item {
        margin-right: 15px;
        width: 32%
    }
}

@media screen and (max-width:1100px) {
    .cont_item_box {
        padding-left: 15px
    }
    .cont_item {
        margin-right: 15px;
        width: 31.9%
    }
    .cont_item:nth-child(4n+4) {
        margin-right: 15px
    }
}

@media screen and (max-width:1024px) {
    .art_parg {
        margin-top: 30px!important
    }
    .cont_item_box {
        padding-left: 10px
    }
}

@media screen and (max-width:900px) {
    .cont_item_box {
        padding-left: 10px
    }
    .cont_item {
        margin-right: 15px;
        width: 31.5%
    }
    .cont_item .item_text {
        min-height: auto;
        padding: 12px 15px 18px
    }
    .item_text p {
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-stretch: normal;
        font-size: 12px;
        line-height: normal;
        font-family: osr
    }
    .cont_item:nth-child(4n+4) {
        margin-right: 15px
    }
}

@media screen and (max-width:721px) {
    .art_parg {
        box-sizing: border-box;
        text-align: center;
        width: 100%;
        margin: 25px auto!important
    }
    .cont_item {
        margin-right: 17px;
        width: 48%
    }
    .cont_item .item_text {
        min-height: 90px!important
    }
    .item_text p {
        font-style: normal;
        font-variant: normal;
        font-weight: 400;
        font-stretch: normal;
        font-size: 13px;
        line-height: normal;
        font-family: osr
    }
    .cont_item:nth-child(2n+2),
    .cont_item:nth-child(4n+4) {
        margin-right: 0!important
    }
    .cont_item:nth-child(3n+3) {
        margin-right: 17px
    }
    .breadcrumbs_box {
        height: 42px;
        padding: 2px 0 0
    }
}

@media screen and (max-width:600px) {
    .cont_item_box {
        padding-left: 10px;
        width: 90%!important
    }
    .cont_item {
        margin-right: 25px;
        width: 47%
    }
    .cont_item .item_text {
        min-height: 104px!important
    }
    .cont_item:nth-child(2n+2),
    .cont_item:nth-child(4n+4) {
        margin-right: 0!important
    }
    .cont_item:nth-child(3n+3) {
        margin-right: 25px
    }
}

@media screen and (max-width:550px) {
    .cont_item {
        margin-right: 10px;
        width: 48%
    }
    .cont_item .item_text {
        padding: 12px 15px 0;
        min-height: 90px!important
    }
    .item_text p {
        font-style: normal!important;
        font-variant: normal!important;
        font-weight: 400!important;
        font-stretch: normal!important;
        font-size: 10px!important;
        line-height: normal!important;
        font-family: osr!important
    }
    .cont_item:nth-child(2n+2),
    .cont_item:nth-child(4n+4) {
        margin-right: 0!important
    }
    .cont_item:nth-child(3n+3) {
        margin-right: 10px
    }
}

@media screen and (max-width:420px) {
    .cont_item {
        margin-right: 14px;
        width: 46%
    }
    .cont_item .item_text {
        box-sizing: border-box;
        padding: 12px 6px 0;
        min-height: 75px!important
    }
    .item_text p {
        font-style: normal!important;
        font-variant: normal!important;
        font-weight: 400!important;
        font-stretch: normal!important;
        font-size: 9px!important;
        line-height: normal!important;
        font-family: osr!important
    }
    .cont_item:nth-child(2n+2),
    .cont_item:nth-child(4n+4),
    .news_item:nth-child(2n+2) {
        margin-right: 0!important
    }
    .cont_item:nth-child(3n+3) {
        margin-right: 14px
    }
}

/*.breadcrumbs_box {*/
/*    height: 42px;*/
/*    padding: 2px 0 0*/
/*}*/

.one-carus-item {
    border: none;
    padding: 0;
    width: 270px;
    margin-right: 4.8%;
    margin-bottom: 42px;
    height: 422px;
    position: relative;
    display: inline-block;
    text-align: initial
}

.one-carus-item-in {
    padding: 5px 15px 20px;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    float: left;
    width: 270px
}

.one-carus-thumb {
    border-bottom: 1px solid #e0e0e0;
    float: left;
    height: 172px;
    margin-bottom: 14px;
    position: relative;
    text-align: center;
    width: 100%
}

.one-carus-thumb-in {
    display: table-cell;
    height: 165px;
    text-align: center;
    vertical-align: middle;
    width: 236px
}

.info-tool {
    position: absolute;
    right: 0;
    top: 0;
    width: 24px
}

.one-carus-item-tit {
    float: left;
    font-size: 14px;
    font-weight: 600;
    height: 40px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3
}

.one-carus-item-tit a {
    color: #000
}

.one-carus-art {
    float: left;
    width: 100%;
    height: 110px
}

.one-art {
    color: #333;
    font-size: 13px;
    line-height: 21px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.one-art a {
    text-decoration: underline;
    color: #000
}

.price {
    color: #ff770d;
    float: left;
    font-size: 18px;
    font-weight: 700;
    height: 24px;
    margin-bottom: 12px;
    width: 100%
}

.price span {
    font-size: 14px
}

.other-info {
    display: none;
    float: left;
    margin-top: 15px;
    width: 100%
}

.hide-cat-item .one-art,
.other-info ul li {
    margin-bottom: 3px
}

.new-block {
    background-color: #f1f1f1;
    width: 270px;
    height: 438px;
    padding: 5px 10px 10px;
    border: 1px solid #e0e0e0;
    float: left
}

.new-block h3 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 3px
}

.new-block .scroll {
    overflow-y: scroll;
    overflow-x: hidden;
    height: 390px
}

.new-block-one {
    background-color: #fff;
    border: 1px solid #e0e0e0;
    margin-bottom: 15px;
    width: 100%;
    padding: 4px
}

.new-block-thumb {
    margin-top: 2px;
    text-align: center
}

.new-block-tit {
    margin-top: 10px;
    width: 100%
}

.new-block-tit a {
    color: #000;
    font-size: 13px;
    line-height: 21px;
    word-wrap: break-word;
    word-break: break-all
}

.new-block-price {
    color: #ff770d;
    font-size: 14px;
    margin-top: 8px
}

.new-block-price b {
    font-size: 18px
}

.one-carus-item:nth-child(4n+4) {
    margin-right: 0
}

.was-pr {
    float: left;
    color: #898989;
    margin-right: 12px
}

.was-pr b {
    text-decoration: line-through
}

.pre-order-href {
    margin-right: initial;
    float: initial;
    display: block;
    cursor: pointer;
    height: initial;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    line-height: 38px;
    color: #000;
    border-radius: 3px;
    box-shadow: initial;
    outline: 0;
    border: none;
    background-color: inherit;
    margin-left: 5px
}

.pre-order-href img {
    vertical-align: middle
}

.out-of-stock {
    font-weight: 700;
    margin-top: 5px
}

.one-carus-button,
.wrap-tit {
    float: left;
    width: 100%
}

.sellers__link.in-wishlist::before,
.sellers__block .in-wishlist::before{
    content: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/images/favorite_1.svg) !important;
    margin-right: 6px
}
.sellers__link.add-to-wishlist::before,
.sellers__block .add-to-wishlist::before {
    content: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/images/favorite.svg);
    margin-right: 6px
}
.sellers__link.in-compare::before,
.sellers__block .in-compare::before{
    content: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/images/comparison_1.svg) !important;
    margin-right: 6px
}
.sellers__link.add-to-compare::before,
.sellers__block .add-to-compare::before {
    content: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/images/comparison.svg);
    margin-right: 6px
}

.tizers_link{
    color: black;
}


a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
*,
::after,
::before {
    box-sizing: border-box;
}
.sellers {
    display: flex;
    flex-wrap: wrap;
    padding-top: 8px;
}
.sellers__block {
    display: grid;
    grid-gap: 12px;
}
.sellers__block:nth-child(1) {
    margin-right: 24px;
    margin-bottom: 10px;
}
.sellers__block-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 10px;
    height: 42px;
}
.sellers__line {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr;
}
.sellers a,
.sellers p,
.sellers span {
    align-self: center;
}
#textdec_flash {
    text-decoration-line: none;
    color: #ff770d;
    font-weight: 900;
    font-size: 16px;
}

.sellers p {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0;
    color: #000;
}
#stock {
    color: #ff6f0d;
    text-decoration-line: none;
}

.sellers__line:nth-child(1) span {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration-line: line-through;
    color: #888;
}

#old-price-product {
    text-decoration-line: line-through;
    color: #888;
	font-size: 12px;
}

.sellers__line:nth-child(2) span {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-decoration-line: line-through;
    /*color: #ff770d;*/
}
.sellers__line:nth-child(2) span span {
    /*font-weight: 700;*/
    /*text-decoration-line: none;*/
}
.sellers__line:nth-child(2) span {
    text-decoration-line: none;
}
.sellers__counter {
    display: grid;
    grid-template-columns: 32px 51px 32px;
    grid-template-rows: 32px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    width: 115px;
}
.sellers__counter span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 20px;
    background: #f0f0f0;
    cursor: pointer;
    user-select: none;
}
.sellers__counter input {
    outline: 0;
    text-align: center;
}
.sellers__line:nth-child(5) span {
    /*font-family: Open Sans;*/
    /*font-size: 13px;*/
    /*line-height: 21px;*/
    /*letter-spacing: 0;*/
    /*color: #000;*/
}
.total_sum {
    font-weight: 600;
    font-size: 21px;
}

.buy_button {
    display: inline-block;
    border-radius: 4px;
    padding: 8px 20px;
    min-width: 148px;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #fff;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
    border: 1px solid #ff6309;
    background: linear-gradient(180deg,#ff8113 0,#ff6309 100%);
}

.buy_button:hover{
    background: linear-gradient(180deg,#ff8113 0,#f78340 100%);
    cursor: pointer;
}
.outOfProduction_button {
    border: 1px solid #2f2c2b;
    background: linear-gradient(180deg,#f3f3f3 0,#f3f3f3 100%);
    display: inline-block;
    border-radius: 4px;
    padding: 8px 20px;
    min-width: 148px;
    font-family: Open Sans;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #2f2c2b;
    box-shadow: 0 1px 2px rgb(0 0 0 / 15%);
}

#outOfProductionLink {
    background: linear-gradient(180deg, #848484 0, #848484 100%);
    border: 1px solid #848484;
}

.sellers__line:nth-child(6) a {
    /*display: inline-block;*/
    /*border-radius: 4px;*/
    /*padding: 8px 20px;*/
    /*min-width: 148px;*/
    /*font-family: Open Sans;*/
    /*font-size: 14px;*/
    /*line-height: 24px;*/
    /*letter-spacing: 0;*/
    /*text-align: center;*/
    /*color: #fff;*/
    /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);*/
}
.sellers__line:nth-child(6) a:first-child {
    /*border: 1px solid #e93d36;*/
    /*background: linear-gradient(180deg, #fe605a 0, #e83932 100%);*/
}
/*.sellers__line:nth-child(6) a:nth-child(2) {
    border: 1px solid #ff6309;
    background: linear-gradient(180deg, #ff8113 0, #ff6309 100%);
}*/
.sellers__line:last-child {
    margin-top: 10px;
}
.sellers__block:nth-child(2) {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.sellers__link {
    display: flex;
    align-self: flex-start !important;
    align-items: center;
    color: #000;
}
.sellers__link img {
    margin-right: 6px;
}
.about-coll_product {
    float: left;
    padding-bottom: 60px;
	width: inherit;
}
.about-coll_product .about-coll-top {
    display: inline-flex;
    align-items: center;
}
.about-coll_product .about-coll-top {
    padding: 0;
    background: 0 0;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #000;
}
.about-coll_product .about-coll-top::after {
    content: "";
    display: block;
    flex: 1;
    margin-left: 10px;
    margin-top: 8px;
    height: 1px;
    background: #e0e0e0;
}
.prod-second-comp {
    float: left;
    padding-bottom: 60px;
    width: 100%;
}
.prod-second-comp__title {
    display: inline-flex;
    align-items: center;
    margin-bottom: 24px;
    width: 100%;
    font-family: Open Sans;
    font-weight: 600;
    font-size: 30px;
    line-height: 44px;
    letter-spacing: -0.02em;
    color: #000;
}
.prod-second-comp__title::after {
    content: "";
    display: block;
    flex: 1;
    margin-left: 10px;
    margin-top: 8px;
    height: 1px;
    background: #e0e0e0;
}
.prod-second-comp__list {
    display: inline-block;
    float: left;
    width: 50%;
    padding-right: 15px;
}
.prod-second-comp__list_second {
    padding-left: 15px;
}
.prod-second-comp__item {
    display: grid;
    grid-template-columns: 174px auto;
    padding: 15px 0;
    border-bottom: 1px solid #f0f0f0;
}
.prod-second-comp__item p,
.prod-second-comp__item span {
    font-family: Open Sans, sans-serif;
    font-size: 13px;
    letter-spacing: 0;
    color: #000;
}
.prod__slider {
    display: flex;
    margin-bottom: 30px;
}
.prod__left {
    position: relative;
    align-self: center;
    min-width: 96px;
    height: 100%;
}
.prod__right {
    width: calc(100% - 96px);
}
.prod__right-slider .visual-carus-big {
    float: unset;
    min-width: 100%;
    width: 100%;
}
.prod__right-slider:hover .prod__right-arrow {
    opacity: 1;
}
.prod__right-arrow {
    outline: 0 !important;
    position: absolute;
    z-index: 9;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
    top: 0;
    width: 88px;
    background-color: rgba(0, 0, 0, 0.15);
    height: 100%;
    border: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prod__right-prev {
    left: 0;
    transform: scaleX(-1);
}
.prod__right-next {
    right: 0;
}
.prod__right-prev::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -30px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prod__right-next::after {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -30px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prod__right-arrow:hover::after {
    border-right: 2px solid #fd7727;
    border-bottom: 2px solid #fd7727;
}
.prod__left-arrow {
    outline: 0 !important;
    position: absolute;
    z-index: 9;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
    left: 22px;
    width: 22px;
    height: 32px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    transform: translateX(-50%);
}
.prod__left-prev {
    top: -15px;
}
.prod__left-next {
    bottom: -38px;
}
.prod__left-prev {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 60%;
    margin-top: -20px;
    margin-left: -30px;
    border: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prod__left-next {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    left: 59%;
    margin-top: -20px;
    margin-left: -30px;
    border: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-5deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prod__left-arrow:hover {
    border-right: 1px solid #fd7727;
    border-bottom: 1px solid #fd7727;
}
.prod__left .visual-carus-big {
    padding: 5px;
    width: 71px;
    height: 71px;
    cursor: pointer;
}
.prod__left .visual-carus-big a {
    width: 100%;
    height: 100%;
}
.prod__left .visual-carus-big img,
.prod__left .visual-carus-big video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prod__left .visual-carus-big_video {
    position: relative;
}
.prod__left .visual-carus-big_video::before {
    content: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/icons/play.svg);
    position: absolute;
    z-index: 19;
    left: 50%;
    top: 50%;
    width: 36px;
    height: 36px;
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.prod__left .swiper-container {
    height: 235px;
}
.swiper-slide-thumb-active {
    border: 1px solid #ff770d;
}
.prod__right-pag {
    text-align: center;
}
.prod__right .swiper-container {
    margin-bottom: 20px;
}
.prod__right .swiper-pagination-bullet {
    cursor: pointer;
}
.prod__right .swiper-pagination-bullet-active {
    background: #fd7727;
}
.gall__slider-wrapper {
    display: flex;
}
.gall__slider-slide:nth-child(1) {
    width: 40%;
    margin-right: 30px;
    margin-bottom: 30px;
}
.gall__slider-slide:nth-child(2) {
    width: 60%;
    margin-bottom: 30px;
}
.gall__slider-slide a {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
.gall__slider-slide video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.gall__play {
    position: absolute;
    left: 10px;
    bottom: 10px;
    border: 0;
    border-radius: 50%;
    outline: 0;
    width: 30px;
    height: 30px;
    background: #fff;
    cursor: pointer;
}
.gall__play::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/icons/play-2.svg) center/cover no-repeat;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: opacity 0.3s;
}
.gall__play::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 11px;
    height: 13px;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/icons/pause.svg) center/cover no-repeat;
    opacity: 1;
    transform: translate(-50%, -50%);
    transition: opacity 0.3s;
}
.gall__play.active::before {
    opacity: 1;
}
.gall__play.active::after {
    opacity: 0;
}
@media screen and (max-width: 1024px) {
    .gall__slider-slide:nth-child(1) {
        margin-right: 12px;
        margin-bottom: 12px;
    }
    .gall__slider-slide:nth-child(2) {
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 768px) {
    .about-coll_product .about-coll-top,
    .prod-second-comp__title {
        font-size: 20px;
    }
    .about-coll_product .about-coll-top::after,
    .prod-second-comp__title::after {
        margin-top: 5px;
    }
    .prod-second-comp__list {
        padding: 0;
        width: 100%;
    }
    .prod-second-comp__list_second {
        margin: 0;
        padding: 0;
        width: 100%;
    }
    .prod__left {
        display: none;
    }
    .prod__right {
        width: 100%;
    }
    .gall__slider-slide {
        height: 200px;
    }
    .gall__slider-slide:nth-child(1),
    .gall__slider-slide:nth-child(2) {
        margin-right: 20px;
    }
    .prod__right-arrow {
        display: none;
    }
}
@media screen and (max-width: 480px) {
    .sellers__line:nth-child(6) a {
        padding: 8px 0px;
        min-width: 100px;
    }
    .sellers__block:nth-child(2) {
        flex-direction: row;
        grid-gap: 22px;
        padding-top: 10px;
    }
    .sellers__block-inner {
        flex-direction: row;
    }
    .sellers__block-inner a:nth-child(1) {
        margin-right: 12px;
    }
}

/* End */


/* Start:/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/new-style.css?165882377538629*/
@charset "UTF-8";
*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}
body {
    font-size: 13px;
    height: 100%;
    line-height: 1;
}
.feeds-info-item a,
a {
    color: #ff770d;
    text-decoration: none;
}
.prod-new {
    float: left;
    width: 100%;
    margin-top: 0;
}
.anchor-menu {
    float: left;
    width: 100%;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 1px 0 #e0e0e0;
    box-shadow: 0 1px 0 #e0e0e0;
}
@media (max-width: 1024px) {
    .anchor-menu {
        margin-top: 15px;
    }
}
@media (max-width: 767px) {
    .anchor-menu {
        display: none;
    }
}
.anchor-menu ul {
    float: left;
    width: 100%;
    margin-bottom: -1px;
}
.anchor-menu ul li {
    float: left;
    margin-right: 16px;
}
.anchor-menu ul li a {
    font-size: 14px;
    color: #000;
    display: block;
    cursor: pointer;
    padding: 12px 0;
    border-bottom: 2px solid transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.active .anchor-menu ul li a,
.anchor-menu ul li a:hover {
    color: #fd7727;
    border-color: #fd7727;
}
.anchor-menu ul li.active a {
    color: #fd7727;
    border-color: #fd7727;
}
.prod-new-top {
    float: left;
    width: 100%;
    margin-bottom: 60px;
}
@media (max-width: 1024px) {
    .prod-new-top {
        margin-bottom: 50px;
    }
}
.prod-new-left {
    float: left;
    width: 992px;
}
@media (max-width: 1610px) {
    .prod-new-left {
        width: 60%;
        padding-right: 20px;
    }
}
@media (max-width: 1300px) {
    .prod-new-left {
        width: 50%;
    }
}
@media (max-width: 1200px) {
    .prod-new-left {
        width: 100%;
        margin-bottom: 0;
        padding-right: 0;
    }
}
.prod-visual-slider {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.prod-visual-slider:hover .slick-arrow {
    opacity: 1;
}
@media (max-width: 767px) {
    .prod-visual-slider {
        width: 100vw;
        margin-left: -15px;
        margin-bottom: 45px;
        overflow: hidden;
        margin-bottom: 10px;
        padding-bottom: 30px;
    }
}
@media (max-width: 767px) {
    .prod-visual-slider .slick-dots {
        bottom: 10px !important;
    }
}
.prod-visual-slider .slick-dots {
    text-align: center;
}
.prod-visual-slider .slick-dots li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px;
}
@media (max-width: 767px) {
    .prod-visual-slider .slick-dots button {
        width: 6px;
        height: 6px;
        border-radius: 3px;
        background-color: #e0e0e0;
        border: none;
        font-size: 0;
        overflow: hidden;
        padding: 0;
        margin: 0;
    }
}
.prod-visual-slider .slick-dots .slick-active button {
    background-color: #fd7727;
}
.prod-visual-slider .slick-arrow {
    outline: 0 !important;
    position: absolute;
    z-index: 9;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
    top: 0;
    width: 88px;
    background-color: rgba(0, 0, 0, 0.15);
    height: 100%;
    border: none;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 1024px) {
    .prod-visual-slider .slick-arrow {
        background-color: transparent;
    }
}
@media (max-width: 767px) {
    .prod-visual-slider .slick-arrow {
        display: none !important;
    }
}
.prod-visual-slider .slick-arrow:hover:before {
    border-right: 2px solid #fd7727;
    border-bottom: 2px solid #fd7727;
}
.prod-visual-slider .slick-arrow:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -30px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prod-visual-slider .slick-arrow.slick-prev {
    left: 0;
}
.prod-visual-slider .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: -10px;
}
.prod-visual-slider .slick-arrow.slick-next {
    right: 0;
}
.visual-carus-big {
    float: left;
    width: 100%;
}
.visual-carus-big a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    outline: 0 !important;
    height: 545px;
    float: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    text-align: center;
    position: relative;
}
@media (max-width: 1300px) {
    .visual-carus-big a {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .visual-carus-big a {
        height: 220px;
    }
}
.visual-carus-big a img {
    /*position: absolute;*/
    /*width: auto;*/
    /*left: 50%;*/
    /*-webkit-transform: translate(-50%, 0);*/
    /*transform: translate(-50%, 0);*/
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/*@media (max-width: 767px) {
    .visual-carus-big a img {
        height: 100%;
        width: 100%;
        object-fit: contain;
    }
}*/

.visual-carus-big video {
    height: 545px;
    width: 100%;
    border: none;
}
@media (max-width: 1300px) {
    .visual-carus-big video {
        height: 400px;
    }
}
@media (max-width: 767px) {
    .visual-carus-big video {
        height: 220px;
    }
}
.prod-visual-slider-nav {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}
.prod-visual-slider-nav-in {
    max-width: 460px;
    margin: 0 auto;
}
@media (max-width: 767px) {
    .prod-visual-slider-nav {
        display: none;
    }
}
.prod-visual-slider-nav .slick-arrow {
    outline: 0 !important;
    position: absolute;
    z-index: 9;
    font-size: 0;
    overflow: hidden;
    text-indent: -9999px;
    background-color: transparent;
    top: 0;
    width: 30px;
    height: 100%;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media (max-width: 1024px) {
    .prod-visual-slider-nav .slick-arrow {
        background-color: transparent;
    }
}
@media (max-width: 767px) {
    .prod-visual-slider-nav .slick-arrow {
        display: none !important;
    }
}
.prod-visual-slider-nav .slick-arrow:hover:before {
    border-right: 1px solid #fd7727;
    border-bottom: 1px solid #fd7727;
}
.prod-visual-slider-nav .slick-arrow:before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
    border: none;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prod-visual-slider-nav .slick-arrow.slick-prev {
    left: -25px;
}
.prod-visual-slider-nav .slick-arrow.slick-prev:before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    margin-left: -10px;
}
.prod-visual-slider-nav .slick-arrow.slick-next {
    right: -25px;
}
.one-visual-page {
    display: inline-block;
    padding: 0 2px;
    width: 77px;
}
@media (max-width: 1024px) {
    .one-visual-page {
        padding: 0 1px;
    }
}
.one-visual-page a {
    display: block;
    outline: 0 !important;
    cursor: pointer;
    height: 50px;
    float: left;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
    position: relative;
}
.one-visual-page a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #fd7727;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.one-visual-page.slick-current a:before,
.one-visual-page:hover a:before {
    opacity: 1;
}
.our-serv-prod {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
@media (max-width: 1200px) {
    .our-serv-prod {
        display: none;
    }
}
.one-serv-prod {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 16px;
}
@media (max-width: 1300px) {
    .one-serv-prod {
        margin: 0 10px;
    }
}
.one-serv-prod-ico {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
    flex: 0 0 40px;
}
@media (max-width: 767px) {
    .one-serv-prod-ico {
        float: left;
        width: 40px;
    }
}
.one-serv-prod-descr {
    padding-left: 9px;
    font-size: 12px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .one-serv-prod-descr {
        padding-left: 50px;
    }
}
.prod-new-right {
    width: 548px;
    float: right;
}
@media (max-width: 1610px) {
    .prod-new-right {
        width: 40%;
    }
}
@media (max-width: 1300px) {
    .prod-new-right {
        width: 50%;
    }
}
@media (max-width: 1200px) {
    .prod-new-right {
        width: 100%;
    }
}
.prod-new-tit {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}
@media (max-width: 767px) {
    .prod-new-tit {
        margin-bottom: 8px;
    }
}
.prod-new-tit h1 {
    font-size: 30px;
    font-weight: 600;
    padding: 0;
    margin: 0;
}
@media (max-width: 767px) {
    .prod-new-tit h1 {
        font-size: 20px;
    }
}
.prod-new-mini {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.prod-new-stars {
    float: left;
    margin-top: 7px;
    margin-right: 8px;
}
.prod-new-stars span {
    width: 16px;
    height: 16px;
    display: block;
    float: left;
    margin-right: 2px;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/star-def.svg) 0 0 no-repeat;
    background-size: cover !important;
}
.prod-new-stars span.act {
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/star.svg) 0 0 no-repeat;
}
.prod-new-comm {
    float: left;
    padding-right: 12px;
    position: relative;
    margin-top: 6px;
}
.prod-new-comm a {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.prod-new-comm a:hover {
    color: #fd7727;
}
@media (max-width: 767px) {
    .prod-made {
        display: none;
    }
}
.prod-new-cat {
    float: left;
    /*padding-left: 12px;*/
    position: relative;
}
/*.prod-new-cat:before {
    content: "";
    position: absolute;
    width: 1px;
    height: 14px;
    top: 50%;
    background-color: #000;
    left: 0;
    margin-top: -3px;
}*/
.prod-new-cat a {
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    cursor: pointer;
}
.prod-new-cat a span {
    float: left;
    margin-top: 10px;
    margin-right: 8px;
}

.prod-new-cat span {
    float: left;
    margin-top: 10px;
    margin-right: 8px;
}

.prod-new-cat a i {
    float: right;
    margin-bottom: -7px;
}
.brand-info {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 16px;
}
.brand-info-logo {
    float: left;
    width: 144px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 144px;
    flex: 0 0 144px;
    height: 80px;
    border: 1px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.brand-info-logo img {
    max-width: 120px;
    max-height: 70px;
}
.brand-info-descr {
    padding-left: 16px;
}
.brand-info-descr ul {
    list-style: none;
    padding: 0 0 2px;
    margin: 0;
}
.brand-info-descr ul li {
    font-size: 13px;
    line-height: 21px;
    margin: 2px 0;
}
.action-line {
    float: left;
    width: 100%;
    margin-bottom: 16px;
    min-height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ff770d;
}
@media (max-width: 767px) {
    .action-line {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.action-line-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 20px;
    color: #fff;
    font-size: 14px;
}
@media (max-width: 767px) {
    .action-line-left {
        width: 100%;
        padding: 14px 20px;
    }
}
.action-line-coutn-name {
    display: none;
}
@media (max-width: 767px) {
    .action-line-coutn-name {
        display: block;
    }
}
.action-line-coutn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 1;
    flex: 0 1 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 0 20px;
    background-color: #ff4e3f;
    color: #fff;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .action-line-coutn {
        width: 100%;
        padding: 10px 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.action-line-coutn span {
    display: inline-block;
    width: 28px;
    height: 30px;
    line-height: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    text-align: center;
    border-radius: 3px;
}
.action-line-coutn i {
    font-style: normal;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 4px;
    font-size: 14px;
    text-align: center;
    border-radius: 3px;
}
.our-serv-tablet {
    display: none;
}
@media (max-width: 1200px) {
    .our-serv-tablet {
        display: block;
        float: left;
        width: 100%;
        margin: 16px 0 32px;
    }
}
@media (max-width: 767px) {
    .our-serv-tablet {
        width: calc(100vw - 15px);
    }
}
@media (max-width: 1200px) {
    .our-serv-tablet .our-serv-prod {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media (max-width: 767px) {
    .our-serv-tablet .our-serv-prod {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: block;
    }
}
.our-serv-tablet .our-serv-prod .one-serv-prod {
    margin: 0 16px 0 0;
    float: none;
    display: inline-block;
}
.sellers {
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.sellers-top {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    padding: 6px 16px;
}
.sellers-top-name {
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-right: 16px;
    margin-top: 11px;
}
.sellers-select {
    float: left;
}
.sellers-select select {
    outline: 0;
    height: 36px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 28px 0 16px;
    background: #fff url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/select-arr.svg) right 17px center no-repeat;
}
.sellers-bot {
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .sellers-bot {
        margin-bottom: 40px;
    }
}
.sellers-wrap {
    float: left;
    width: 100%;
}
.sellers-wrap.show-all .one-sell {
    max-height: 100px;
}
.one-sell {
    float: left;
    width: 100%;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.one-sell:nth-child(1),
.one-sell:nth-child(2),
.one-sell:nth-child(3) {
    display: block;
    max-height: 100px;
}
.one-sell-in {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: inset 0 -1px 0 #e0e0e0;
    box-shadow: inset 0 -1px 0 #e0e0e0;
}
.one-sell-thumb {
    width: 114px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 114px;
    flex: 0 0 114px;
    padding-right: 16px;
}
.one-sell-ret {
    width: 105px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 105px;
    flex: 0 0 105px;
    white-space: nowrap;
}
.sell-star {
    display: inline-block;
    vertical-align: top;
    padding-top: 1px;
}
.sell-star span {
    display: block;
    float: left;
    margin-right: 1px;
    width: 12px;
    height: 12px;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/star-def.svg) 0 0 no-repeat;
    background-size: cover !important;
}
.sell-star span.act {
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/star.svg) 0 0 no-repeat;
}
.sell-star-name {
    vertical-align: top;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
}
.one-sell-adr {
    padding-left: 16px;
    width: 100%;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/adr.svg) left 2px no-repeat;
    padding-right: 16px;
    font-size: 12px;
    line-height: 20px;
}
@media (max-width: 767px) {
    .one-sell-adr {
        background: 0 0;
        padding-right: 8px;
        text-align: right;
    }
}
.one-sell-adr a {
    color: #000;
}
@media (max-width: 767px) {
    .one-sell-adr a {
        width: 32px;
        height: 32px;
        display: block;
        float: right;
        cursor: pointer;
        overflow: hidden;
        font-size: 0;
        text-indent: -999px;
        border: 1px solid #f0f0f0;
        background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/adr.svg) center center no-repeat;
        background-size: 14px;
        border-radius: 4px;
    }
}
.one-sell-adr a:hover {
    color: #fd7727;
}
.one-sell-write {
    width: 136px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 136px;
    flex: 0 0 136px;
}
@media (max-width: 767px) {
    .one-sell-write {
        width: 32px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
        flex: 0 0 32px;
    }
}
.one-sell-write a {
    font-size: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe605a), to(#e83932));
    background: linear-gradient(180deg, #fe605a 0, #e83932 100%);
    border: 1px solid #e93d36;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: #fff;
    text-decoration: none !important;
    height: 32px;
    line-height: 30px;
    text-align: center;
    cursor: pointer;
    width: 100%;
    text-align: center;
    display: block;
    cursor: pointer;
    position: relative;
}
@media (max-width: 767px) {
    .one-sell-write a {
        font-size: 0;
        width: 32px;
        text-indent: -9999px;
        overflow: hidden;
    }
    .one-sell-write a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/letter.webp) center center no-repeat;
        background-size: 16px;
    }
}
.one-sell-write a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e83932), to(#fe605a));
    background: linear-gradient(180deg, #e83932 0, #fe605a 100%);
}
.see-more-sell {
    float: left;
    width: 100%;
}
.see-more-sell a {
    display: block;
    float: left;
    width: 100%;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-box-shadow: inset 0 -1px 0 #e0e0e0;
    box-shadow: inset 0 -1px 0 #e0e0e0;
    font-size: 12px;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.see-more-sell a:hover {
    color: #fd7727;
}
.see-more-sell a:hover span:before {
    border-left: 1px solid #fd7727;
    border-bottom: 1px solid #fd7727;
}
.see-more-sell a:hover i:before {
    border-left: 1px solid #fd7727 !important;
    border-bottom: 1px solid #fd7727 !important;
}
.see-more-sell a span {
    display: inline-block;
    position: relative;
    padding-right: 14px;
}
.see-more-sell a span:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 7px;
    height: 7px;
    right: 0;
    border: none;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.see-more-sell a i {
    font-style: normal;
    display: none;
}
.see-more-sell a.show-all span {
    display: none;
}
.see-more-sell a.show-all i {
    display: inline-block;
    position: relative;
    padding-right: 14px;
}
.see-more-sell a.show-all i:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 7px;
    height: 7px;
    right: 0;
    border: none;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.about-coll {
    float: left;
    width: 100%;
}
.about-coll-top {
    float: left;
    width: 100%;
    padding: 16px 16px;
    background-color: #f0f0f0;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}
.about-coll-descr {
    font-size: 13px;
    line-height: 21px;
    float: left;
    width: 100%;
	padding: 0 1rem;
}

.about-coll-descr img {
	max-width: 100%;
}

.about-coll-descr ol {
    list-style: decimal;
}
.about-coll-descr ul {
    list-style: initial;
}

.about-coll-descr iframe {
    width: 75%;
	height: 500px;
}

@media (max-width: 767px) {
    .about-coll-descr iframe {
	width: 100%;
	height: 400px;
}
}

.prod-other-bl {
    float: left;
    width: 100%;
    margin-bottom: 40px;
}
@media (min-width: 1200px) {
    .prod-other-bl .all-photo-comm .one-comm-photo {
        width: auto;
    }
}
.prod-other-tit {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}
.prod-other-tit h3 {
    font-size: 30px;
    font-weight: 600;
    color: #000;
    float: left;
    background-color: #fff;
    position: relative;
    z-index: 9;
    padding-right: 10px;
}
@media (max-width: 767px) {
    .prod-other-tit h3 {
        font-size: 20px;
    }
}
.prod-other-tit:after {
    content: "";
    position: absolute;
    height: 1px;
    margin-top: 3px;
    width: 100%;
    left: 0;
    top: 50%;
    background-color: #e0e0e0;
}
@media (max-width: 767px) {
    .prod-other-tit:after {
        margin-top: 2px;
    }
}
.prod-other-list {
    float: left;
    width: 100%;
    overflow: hidden;
    margin-bottom: -30px;
}
.prod-other-list-in {
    margin: 0 -18px;
    font-size: 0;
}
@media (max-width: 1024px) {
    .prod-other-list-in {
        margin: 0 -15px;
    }
}
@media (max-width: 767px) {
    .prod-other-list-in {
        margin: 0 -10px;
    }
}
.one-prod-list {
    display: inline-block;
    width: 20%;
    padding: 0 18px;
    margin-bottom: 30px;
}
@media (max-width: 1200px) {
    .one-prod-list {
        width: 33.333%;
    }
}
@media (max-width: 1024px) {
    .one-prod-list {
        padding: 0 15px;
    }
}
@media (max-width: 767px) {
    .one-prod-list {
        width: 50%;
        padding: 0 10px;
    }
}
.one-prod-list-in {
    float: left;
    width: 100%;
}
.one-prod-list-thumb {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 16px;
}
.one-prod-list-thumb > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 227px;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 1024px) {
    .one-prod-list-thumb > a {
        height: 180px;
    }
}
@media (max-width: 767px) {
    .one-prod-list-thumb > a {
        height: 130px;
    }
}
.one-prod-list-thumb > a img {
    max-width: 100%;
    max-height: 200px;
    border: none !important;
    padding-right: 32px;
}
@media (max-width: 1024px) {
    .one-prod-list-thumb > a img {
        max-height: 140px;
    }
}
@media (max-width: 767px) {
    .one-prod-list-thumb > a img {
        max-height: 100px;
    }
}
.one-prod-btns {
    position: absolute;
    right: 0;
    top: 16px;
    width: 32px;
}
@media (max-width: 1024px) {
    .one-prod-btns {
        top: 6px;
    }
}
.item-comp {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.item-comp a {
    width: 32px;
    height: 32px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 0 0px 6px;
}
.item-comp a svg {
    fill: #fd7727;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.item-comp a svg rect {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.item-comp a:hover {
    background-color: #fd7727;
    border-color: #fd7727;
}
.item-comp a:hover svg {
    fill: #fff;
}
.item-comp a:hover svg rect {
    fill: #fff;
}
.item-fav {
    float: left;
    width: 100%;
    margin-bottom: 8px;
}
.item-fav a {
    width: 32px;
    height: 32px;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0 0 0 6px;
}
.item-fav a svg {
    stroke: #fd7727;
    fill: transparent;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.item-fav a svg path {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    fill: transparent;
}
.item-fav a:hover svg {
    stroke: #fd7727;
    fill: #fd7727;
}
.item-fav a:hover svg path {
    fill: #fd7727;
}
.one-prod-list-descr {
    float: left;
    width: 100%;
}
.one-prod-list-top-info {
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #888;
    margin-bottom: 8px;
}
.one-prod-list-code {
    float: left;
}
.one-prod-list-size {
    float: right;
}
.one-prod-list-tit {
    float: left;
    width: 100%;
    margin-bottom: 8px;
    height: 43px;
    overflow-y: hidden;
}
.one-prod-list-tit a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.one-prod-list-tit a:hover {
    color: #fd7727;
}
.one-prod-list-opt {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.one-prod-list-price {
    float: left;
    width: 70%;
    font-size: 14px;
    line-height: 24px;
    height: 50px;
}
.was-price {
    float: left;
    width: 100%;
    color: #828282;
    text-decoration: line-through;
}
.was-price span {
    font-weight: 600;
}
.now-price {
    float: left;
    width: 100%;
    color: #fd7727;
}
.now-price span {
    font-weight: 600;
    font-size: 18px;
}
.one-prod-list-bay {
    float: right;
    width: 30%;
}
.one-prod-list-bay a {
    float: right;
    font-size: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff8113), to(#ff6309));
    background: linear-gradient(180deg, #ff8113 0, #ff6309 100%);
    border: 1px solid #ff6309;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: #fff;
    text-decoration: none !important;
    height: 40px;
    text-align: center;
    cursor: pointer;
    width: 40px;
    text-align: center;
    display: block;
    cursor: pointer;
    position: relative;
}
.one-prod-list-bay a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/bay-bt.svg) center center no-repeat;
}
.one-prod-list-bay a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#ff6309), to(#ff8113));
    background: linear-gradient(180deg, #ff6309 0, #ff8113 100%);
}
.gall-big-list {
    float: left;
    width: 100%;
}
.gall-big-list-in {
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .gall-big-list-in img {
        width: auto;
        height: 200px;
    }
}
@media (max-width: 767px) {
    .gall-big-list-in a {
        margin-right: 20px;
        position: relative;
        display: block;
    }
}
@media (max-width: 767px) {
    .gall-big-list-in a .one-disc {
        z-index: 9;
    }
}
.one-gall-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px;
}
@media (max-width: 1024px) {
    .one-gall-line {
        margin: 0 -6px;
    }
}
.one-gall-line a {
    margin: 0 15px 30px;
    position: relative;
}
@media (max-width: 1024px) {
    .one-gall-line a {
        margin: 0 6px 12px;
    }
}
.one-gall-line img {
    width: 100%;
    height: auto;
}
.comm-top-info {
    float: left;
    background-color: #fff;
    padding-left: 10px;
    margin-top: 8px;
    position: relative;
    z-index: 10;
    padding-right: 20px;
}
@media (max-width: 767px) {
    .comm-top-info {
        position: absolute;
        bottom: -90px;
        padding-left: 0;
    }
}
.comm-top-star {
    float: left;
    margin-top: 3px;
}
.comm-top-star span {
    display: block;
    float: left;
    margin-right: 1px;
    width: 12px;
    height: 12px;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/star-def.svg) 0 0 no-repeat;
    background-size: cover !important;
}
.comm-top-star span.act {
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/star.svg) 0 0 no-repeat;
}
.comm-top-name {
    float: left;
    color: #888;
    font-size: 12px;
    line-height: 20px;
    margin-left: 10px;
}
@media (max-width: 767px) {
    .comm-top-name span {
        display: none;
    }
}
.item-new-comm {
    float: left;
    width: 100%;
    margin-top: 0;
}
.leave-comm {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
@media (max-width: 767px) {
    .leave-comm {
        margin-bottom: 50px;
    }
}
.leave-comm a {
    width: 200px;
    font-size: 14px;
    font-weight: 600;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe605a), to(#e83932));
    background: linear-gradient(180deg, #fe605a 0, #e83932 100%);
    border: 1px solid #e93d36;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: #fff;
    text-decoration: none !important;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    text-align: center;
    display: block;
    cursor: pointer;
}
.leave-comm a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e83932), to(#fe605a));
    background: linear-gradient(180deg, #e83932 0, #fe605a 100%);
}
.all-shops {
    float: left;
    width: 100%;
}
.all-shops-top {
    float: left;
    width: 100%;
    background-color: #f0f0f0;
    padding: 6px 16px;
}
@media (max-width: 767px) {
    .all-shops-top {
        padding: 6px 16px 12px;
        margin-bottom: 20px;
    }
}
.shops-top-name {
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-right: 16px;
    margin-top: 11px;
}
@media (max-width: 767px) {
    .shops-top-name {
        width: 100%;
        margin-bottom: 12px;
    }
}
.shops-select {
    float: left;
    margin-right: 16px;
}
.shops-select select {
    outline: 0;
    height: 36px;
    cursor: pointer;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 0 28px 0 16px;
    background: #fff url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/select-arr.svg) right 17px center no-repeat;
}
.all-shops-wrap {
    float: left;
    width: 100%;
}
@media (max-width: 767px) {
    .all-shops-wrap {
        width: calc(100vw - 15px);
    }
}
.one-shop-line {
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    -webkit-box-shadow: inset 0 -1px 0 #e0e0e0;
    box-shadow: inset 0 -1px 0 #e0e0e0;
}
@media (max-width: 767px) {
    .one-shop-line {
        display: block;
        width: 192px;
        border: 1px solid #f0f0f0;
        border-radius: 6px;
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-right: 16px;
        padding: 16px;
    }
}
@media (max-width: 767px) {
    .one-shop-line > div {
        width: 100% !important;
        float: left;
    }
}
.one-shop-line-logo {
    width: 98px;
    margin-right: 20px;
}
@media (max-width: 767px) {
    .one-shop-line-logo {
        width: 100%;
        margin-bottom: 10px;
    }
}
.one-shop-line-logo img {
    width: auto;
    height: auto;
}
.one-shop-line-rat-name {
    width: 240px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
}
@media (max-width: 1300px) {
    .one-shop-line-rat-name {
        width: 200px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px;
    }
}
@media (max-width: 1024px) {
    .one-shop-line-rat-name {
        width: 110px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 110px;
        flex: 0 0 110px;
        padding-right: 10px;
    }
}
.one-shop-line-rat {
    float: left;
    margin-right: 12px;
}
@media (max-width: 1024px) {
    .one-shop-line-rat {
        margin-right: 0;
    }
}
.one-shop-line-satr {
    float: left;
    margin-right: 4px;
    margin-top: 3px;
}
.one-shop-line-satr span {
    display: block;
    float: left;
    margin-right: 1px;
    width: 12px;
    height: 12px;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/star-def.svg) 0 0 no-repeat;
    background-size: cover !important;
}
.one-shop-line-satr span.act {
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/new-prod/star.svg) 0 0 no-repeat;
}
.one-shop-line-num {
    font-size: 12px;
    line-height: 20px;
    float: left;
}
.one-shop-line-name {
    float: left;
}
@media (max-width: 767px) {
    .one-shop-line-name {
        display: none;
    }
}
.one-shop-line-name a {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
}
.one-shop-line-deliver {
    float: left;
    font-size: 12px;
    line-height: 20px;
    width: 268px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 268px;
    flex: 0 0 268px;
}
@media (max-width: 1300px) {
    .one-shop-line-deliver {
        width: 220px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 220px;
        flex: 0 0 220px;
    }
}
@media (max-width: 1024px) {
    .one-shop-line-deliver {
        width: 153px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 153px;
        flex: 0 0 153px;
    }
}
@media (max-width: 767px) {
    .one-shop-line-deliver {
        margin-bottom: 13px;
    }
}
.one-shop-line-del-name {
    float: left;
    margin-right: 3px;
}
.one-shop-line-val {
    float: left;
}
.one-shop-line-val a {
    color: #fd7727;
}
.one-shop-line-item {
    float: left;
    width: 100%;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767px) {
    .one-shop-line-item {
        padding-right: 0;
        margin-bottom: 16px;
    }
}
.one-shop-line-item-photo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    width: 50px;
}
@media (max-width: 1024px) {
    .one-shop-line-item-photo {
        display: none;
    }
}
.one-shop-line-tit {
    padding-left: 15px;
    font-size: 12px;
    line-height: 20px;
}
@media (max-width: 1024px) {
    .one-shop-line-tit {
        padding-left: 0;
    }
}
.one-shop-line-tit a {
    color: #000;
}
.one-shop-line-bt {
    width: 157px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 157px;
    flex: 0 0 157px;
}
@media (max-width: 1024px) {
    .one-shop-line-bt {
        width: 136px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 136px;
        flex: 0 0 136px;
    }
}
.one-shop-line-bt a {
    width: 100%;
    font-size: 12px;
    background: -webkit-gradient(linear, left top, left bottom, from(#fe605a), to(#e83932));
    background: linear-gradient(180deg, #fe605a 0, #e83932 100%);
    border: 1px solid #e93d36;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    color: #fff;
    text-decoration: none !important;
    height: 40px;
    line-height: 38px;
    text-align: center;
    cursor: pointer;
    text-align: center;
    display: block;
    cursor: pointer;
}
.one-shop-line-bt a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#e83932), to(#fe605a));
    background: linear-gradient(180deg, #e83932 0, #fe605a 100%);
}


.product-photo {
    display: flex;display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
}

.product-single-photo {
    width: 46%;
    float: left;
    max-height: 500px;
    margin: 2%;
}

.product-single-photo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 767px) {
    .product-single-photo {
        width: 100%;
        float: left;
        max-height: 500px;
        margin: 2% 0 0 0;
    }
}

/* End */


/* Start:/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/old-style.css?166436902466321*/
.arrow_lef:hover,
.arrow_rig:hover {
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}

.slick-dots li:hover button {
    border: 1px solid #f3730f !important;
}

a.w_new::after {
    content: "";
    width: 5px;
    height: 9px;
    margin: 0 25px 0 7px;
    display: inline-block;
    background-image: url(https://plitka.ua/local/templates/plitka/components/bitrix/news.list/mainpage_slider_v2/images/w_arr.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: 0;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: "";
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir="rtl"] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

footer {
    background-color: #f1f1f1;
    border-top: 1px solid #e0e0e0;
    float: left;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal;
    padding: 42px 0 50px;
    width: 100%;
    max-width: 100%;
}

.prs_up p::after {
    background-color: #e0e0e0;
    content: "";
    float: right;
    height: 18px;
    margin: -2px 37px 0 38px;
    width: 1px;
}

.usr_box span:first-child::before,
.usr_ent a:first-child::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/usr_ent.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    float: left;
    height: 16px;
    margin: 1px 8px 0 0;
    width: 16px;
}

.tabs ul li:hover {
    background: #d5d5d5;
    border: 1px solid #d5d5d5;
}

.tabs_cont a::before {
    content: "";
    display: inline-block;
    height: 14px;
    margin: 0 7px 0 0;
    width: 15px;
}

.search_box input[type="submit"]:hover {
    background-color: #c7180f;
}

.func_box a:hover {
    color: #f3710c;
}

.item_cat:hover {
    background-color: #f59805;
}

.act_li,
.info_menu_nav li.selected,
.info_menu_nav li:hover {
    background-color: #433f3e;
}

.info_menu_nav li a:hover span {
    color: #f3ae0c;
}

.info_menu_nav li:hover>ul.imn_sub {
    display: block;
    padding: 14px 53px 0 49px;
    width: 665px;
}

.our_mag:hover {
    background-color: #e2271e;
}

.sb_nav_box li a::after {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/nav_arr.png);
    background-position: center center;
    background-repeat: no-repeat;
    content: "";
    float: right;
    height: 9px;
    margin: 5px 18px 0 0;
    width: 5px;
}

.sb_nav_box ul ul>li a::after {
    content: none !important;
}

.sb_nav_box ul li:hover>ul {
    display: block;
    width: 100%;
}

.sb_nav_box ul ul>li:hover a {
    color: #f59805;
}

.arrow_lef:hover,
.arrow_rig:hover {
    color: #fff;
    cursor: pointer;
    outline: 0;
    text-decoration: none;
}

.breadcrumbs_box li a::before {
    content: "/";
    margin: 0 6px;
}

.arr_nav::after {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/arr_nav.png);
    background-position: 0 -5px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    float: right;
    height: 5px;
    margin: 5px 18px 0 0;
    width: 9px;
}

footer {
    background: #f1f1f1;
    border-top: 1px solid #e0e0e0;
    clear: both;
    min-height: auto;
    padding: 0 0 25px;
    position: relative;
    width: 100%;
    margin: -64px auto 0 !important;
}

.footer {
    margin: 42px auto 0 !important;
}

.footer li {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: normal;
    margin: 0 0 7px;
}

.copy_inf_box {
    margin: 0;
    padding: 0 0 0 9px;
    width: 255px;
}

.copy_inf_box p {
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: 21px;
    margin: 15px 0 0;
}

.site_inf_box {
    margin: 0 0 0 45px;
    width: 115px;
}

.catalog_inf_box {
    margin: 0 0 0 32px;
    width: 140px;
}

.time_inf_box {
    margin: 0 0 0 29px;
    width: 170px;
}

.about_inf_box {
    margin: 0 0 0 34px;
    width: 150px;
}

.about_inf_box a {
    display: inline-block;
    margin: 1px 0 0;
}

.tel_ico1::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/f_kye_ico.jpg);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    float: left;
    height: 17px;
    padding: 0 2px 0 0;
    width: 18px;
}

.tel_ico2::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/life_ico.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    float: left;
    height: 15px;
    margin: 0 0 0 5px;
    padding: 0 8px 0 0;
    width: 7px;
}

.tel_ico3::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/phon_ico.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    float: left;
    height: 15px;
    margin: -1px 0 0 3px;
    padding: 0 5px 0 0;
    width: 11px;
}

.tel_ico4::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/sky_ico.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    content: "";
    float: left;
    height: 14px;
    margin: 0 0 0 2px;
    padding: 0 5px 0 0;
    width: 14px;
}

.locat_inf_box {
    margin: 0 0 0 26px;
    width: 366px;
}

.locat_inf_box li {
    line-height: 20px;
    margin: 11px 0 23px;
}

.soc_inf_box {
    margin: 0 0 0 35px;
    width: 160px;
}

.charity_box {
    margin: 13px 0 0;
}

.charity_box a {
    display: block;
    height: 101px;
    margin: 18px 0 0;
    width: 60px;
}

.charity_box img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.feeds-info-item a:hover,
.order-item-tit a:hover,
.show-all-com a:hover,
.usr_box a:hover {
    text-decoration: underline;
}

.breadcrumbs_box li:first-child a::before,
.part_item a::before,
blockquote::after,
blockquote::before,
q::after,
q::before {
    content: none;
}

.tabs ul::after,
.tabs_b ul::after {
    background: #46c765;
    clear: both;
    content: "";
    display: block;
    height: 5px;
}

.kye_ico::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/kye_ico.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.lif_ico::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/life_ico.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sit_ico::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/city_ico.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.sky_ico::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/skype_ico.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}

.viber_ico::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/viber-16px.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.charity_box p,
p.art_title {
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: 400 !important;
    font-stretch: normal !important;
    font-size: 13px !important;
    line-height: normal !important;
    font-family: osb !important;
    margin: 0 0 9px !important;
}

.footer a,
.order-item-tit a,
.side-menu ul li a,
.tree-in ul li a {
    color: #000;
    text-decoration: none;
}

div.autocomplete>div {
    vertical-align: middle;
}

.autocomplete div {
    padding: 2px 5px;
    white-space: nowrap;
}

div.img-autocomplete {
    display: inline-table;
    width: 60px;
    margin-right: 5px;
    padding: 0 !important;
}

div.text-autocomplete {
    display: inline-table;
    vertical-align: top;
    padding: 18px 0 0 !important;
}

.autocomplete .selected {
    background: #f0f0f0;
}

div.autocomplete>div:last-child {
    height: auto !important;
}

div.img-autocomplete img {
    width: 60px;
    height: 50px;
    border: none;
}

.hidden_nav.open_nav {
    display: block !important;
}

.text_rev .text_rev_art {
    color: #000;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 16px;
    line-height: normal;
    font-family: osb;
    margin: 0 0 11px;
}

.text_rev p {
    color: #898989;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    font-stretch: normal;
    font-size: 13px;
    line-height: 21px;
    margin: 0 0 22px;
}

.text_rev a {
    color: #898989;
    text-decoration: none;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 31px;
    height: 32px;
    text-align: center;
    line-height: 30px;
    background: #f5f5f5;
    color: #444;
    cursor: pointer;
    border: 0;
    border-radius: 2px;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    background: url(https://plitka.ua/local/templates/plitka/images/strelki.png);
    background-position: 0 0;
}

#back-to-top:hover {
    background-position: 31px 0;
}

#back-to-top.show {
    opacity: 1;
}

.about {
    margin-top: 30px;
    margin-bottom: 50px;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 21px;
    padding: 10px;
}

@media screen and (max-width: 1920px) {
    .footer {
        padding-top: 25px;
    }
    #main_page .arr_nav::after,
    #main_page .hidden_nav,
    .info_menu_nav li img {
        display: none;
    }
}

@media screen and (max-width: 1571px) {
    .prs_up p::after {
        margin: -2px 10px 0;
    }
    .footer {
        box-sizing: border-box;
        display: table;
        padding-left: 5%;
        width: 100%;
    }
    .footer div {
        border-left: 10px solid transparent;
        display: table-cell;
        float: none !important;
        padding-right: 15px !important;
    }
    .copy_inf_box p {
        margin-top: 0;
    }
    .copy_inf_box p,
    .footer li {
        font-size: 11px;
    }
    .copy_inf_box {
        margin-left: 15px;
        width: 15%;
    }
    .locat_inf_box {
        width: 20%;
    }
    .soc_inf_box {
        text-align: center;
        float: right !important;
    }
    .charity_box p {
        text-align: center;
    }
    .soc_inf_box a,
    .soc_inf_box img {
        margin: 0 auto;
        text-align: center;
    }
}

@media screen and (max-width: 1500px) {
    .footer {
        padding-left: 3%;
    }
}

@media screen and (max-width: 1366px) {
    .footer {
        padding-left: 2%;
    }
}

@media screen and (max-width: 1280px) {
    .item_cat a::before {
        background-image: url(https://plitka.ua/local/templates/plitka/img/ico/mob_btn.png);
        background-position: 0 0;
        background-repeat: no-repeat;
        content: "";
        height: 15px;
        left: 10px;
        position: absolute;
        top: 15px;
        width: 20px;
    }
    .footer {
        padding-left: 0;
    }
    .arr_nav::after {
        display: block;
    }
}

@media screen and (max-width: 1220px) {
    .footer div {
        border-left: 5px solid transparent;
        padding-right: 0 !important;
    }
    .locat_inf_box li {
        margin: 0 0 5px;
    }
    .copy_inf_box p {
        line-height: initial;
        margin-top: 0;
    }
    .copy_inf_box p,
    .footer li {
        font-size: 9px;
    }
    p.art_title {
        font-style: normal !important;
        font-variant: normal !important;
        font-weight: 400 !important;
        font-stretch: normal !important;
        font-size: 11px !important;
        line-height: normal !important;
        font-family: osb !important;
    }
}

@media screen and (max-width: 1024px) {
    .info_menu_nav li img {
        display: block;
    }
    p.art_title::after {
        background-image: url(/local/templates/plitka/img/ico/arr_nav_f.png);
        background-position: 0 -4px;
        background-repeat: no-repeat;
        content: "";
        display: inline-block;
        height: 5px;
        position: relative;
        right: -5px;
        top: -2px;
        width: 9px;
    }
    .footer {
        display: block;
        margin: 0 auto;
        text-align: center;
        width: 50%;
    }
    .footer div {
        border: none;
        clear: both;
        text-align: center;
        width: 100%;
        float: left !important;
        margin: 0 auto !important;
    }
    .footer div ul {
        box-sizing: border-box;
        display: none;
    }
    p.art_title {
        cursor: pointer;
        display: inline;
        text-align: center;
        font-size: 13px !important;
        margin: 0 auto 9px !important;
    }
    .footer li {
        font-size: 13px;
        padding: 0 10px;
    }
    .soc_inf_box ul {
        margin: 0 auto;
        position: relative;
        text-align: center;
        width: auto;
    }
    .copy_inf_box {
        padding: 0 0 10px !important;
    }
    .copy_inf_box p.art_title::after,
    .text_rev {
        display: none;
    }
}

@media screen and (max-width: 990px) {
    .one-carus-art .one-art:nth-child(3),
    .one-carus-art .one-art:nth-child(4),
    .one-carus-button {
        display: block;
    }
}

@media screen and (max-width: 900px) {
    .usr_box span:first-child::before,
    .usr_ent a::before {
        background-size: cover;
        height: 12px;
        margin: 3px 5px 0 0;
        width: 12px;
    }
}

@media screen and (max-width: 768px) {
    .copy_inf_box,
    .tel_tabs2 {
        padding: 0;
    }
    .footer,
    .partners_sbr {
        width: 90%;
    }
}

@media screen and (min-width: 1281px) {
    .hide-menu .arr_nav::after,
    .hide-menu .hidden_nav.open_nav {
        display: none !important;
    }
}

.usr_box span:first-child::before,
.usr_ent a:first-child::before {
    background-image: url(https://plitka.ua/local/templates/plitka/img/ico/usr_ent.png);
}

body,
html {
    padding: 0;
    margin: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: "Open Sans", sans-serif;
}

.cont-wrap {
    width: 1570px;
    margin: 0 auto;
}

.header-line {
    float: left;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    background-color: #2f2c2b;
    height: 51px;
}

.header-menu-cat {
    position: relative;
    float: left;
    width: 355px;
}

.header-menu-cat>a {
    padding-top: 16px;
    display: block;
    cursor: pointer;
    height: 51px;
    background-color: #fd7727;
    text-align: center;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

span.menu-bt-tit {
    display: inline-block;
    padding-left: 35px;
    position: relative;
    padding-right: 55px;
}

span.menu-bt-tit:after {
    content: "";
    position: absolute;
    border-top: 7px solid #fff;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    right: 0;
    top: 50%;
    margin-top: -3px;
}

.menu-bt-tit span {
    position: absolute;
    left: 0;
    width: 20px;
    top: 50%;
    margin-top: -6px;
}

.menu-bt-tit i {
    height: 2px;
    display: block;
    width: 100%;
    margin-bottom: 3px;
    background-color: #fff;
}

.menu-bt-tit b {
    font-weight: 400;
}

.head-menu-line-right {
    padding-left: 355px;
}

.head-menu-line-right ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: table;
}

.head-menu-line-right li {
    display: table-cell;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    vertical-align: middle;
    text-align: center;
}

.head-menu-line-right li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    text-transform: uppercase;
    height: 51px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.head-menu-line-right li a span {
    display: inline-block;
    position: relative;
    font-weight: 600;
}

.head-menu-line-right li a i {
    color: #a4a4a4;
    font-style: normal;
    font-size: 14px;
    font-weight: 400;
    margin-left: 5px;
}

.head-menu-line-right li.m-1 {
    width: 420px;
}

.head-menu-line-right li.m-1 span {
    padding-left: 35px;
}

.head-menu-line-right li.m-1 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/head-ico-1.png) 0 0 no-repeat;
    width: 25px;
    height: 29px;
    margin-top: -14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.head-menu-line-right li.m-1:hover span:before {
    opacity: 0;
}

.head-menu-line-right li.m-1 span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/head-ico-1-hover.png) 0 0 no-repeat;
    width: 25px;
    height: 29px;
    margin-top: -14px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.head-menu-line-right li.m-1:hover span:after {
    opacity: 1;
    -webkit-transform: scale3d(1.3, 1.3, 1);
    -ms-transform: scale3d(1.3, 1.3, 1);
    -o-transform: scale3d(1.3, 1.3, 1);
    transform: scale3d(1.3, 1.3, 1);
}

.head-menu-line-right li.m-2 {
    width: 460px;
}

.head-menu-line-right li.m-2 span {
    padding-left: 45px;
}

.head-menu-line-right li.m-2 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/head-ico-2.png) 0 0 no-repeat;
    width: 36px;
    height: 24px;
    margin-top: -12px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.head-menu-line-right li.m-2:hover span:before {
    -webkit-transform: scale3d(1.3, 1.3, 1);
    -ms-transform: scale3d(1.3, 1.3, 1);
    -o-transform: scale3d(1.3, 1.3, 1);
    transform: scale3d(1.3, 1.3, 1);
}

.head-menu-line-right li.m-3 {
    width: 320px;
}

.head-menu-line-right li.m-3 span {
    padding-left: 30px;
}

.head-menu-line-right li.m-3 span:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/head-ico-3.png) 0 0 no-repeat;
    width: 19px;
    height: 27px;
    margin-top: -14px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.head-menu-line-right li.m-3:hover span:before {
    opacity: 0;
}

.head-menu-line-right li.m-3 span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/head-ico-3-hover.png) 0 0 no-repeat;
    width: 19px;
    height: 27px;
    margin-top: -14px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.head-menu-line-right li.m-3:hover span:after {
    opacity: 1;
    -webkit-transform: scale3d(1.3, 1.3, 1);
    -ms-transform: scale3d(1.3, 1.3, 1);
    -o-transform: scale3d(1.3, 1.3, 1);
    transform: scale3d(1.3, 1.3, 1);
}

.home-slick-slider {
    float: left;
    width: 100%;
    margin-bottom: 55px;
}

.home-slick-wrap {
    float: left;
    width: 100%;
}

.home-slick-wrap .one-home-slide {
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    height: 600px;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
}

.one-home-slide>a {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: block;
    cursor: pointer;
    z-index: 9;
}

.one-home-slide-descr {
    float: left;
    padding: 60px 35px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 600px;
    color: #fff;
}

.one-home-slide-tit {
    font-size: 36px;
    font-weight: 700;
    line-height: 56px;
    margin-bottom: 22px;
}

.one-home-slide-text {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 30px;
}

.one-home-slide-bt {
    float: left;
    width: 100%;
}

.one-home-slide-bt a {
    display: block;
    cursor: pointer;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    border-radius: 2px;
    background: #ff8113;
    background: -moz-linear-gradient(top, #ff8113 0, #ff6b0b 99%);
    background: -webkit-linear-gradient(top, #ff8113 0, #ff6b0b 99%);
    background: linear-gradient(to bottom, #ff8113 0, #ff6b0b 99%);
    box-shadow: 0 2px 1px 0 rgba(147, 72, 31, 0.2);
    width: 168px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.one-home-slide-bt a:hover {
    background: #ff6b0b;
    background: -moz-linear-gradient(top, #ff6b0b 1%, #ff8113 100%);
    background: -webkit-linear-gradient(top, #ff6b0b 1%, #ff8113 100%);
    background: linear-gradient(to bottom, #ff6b0b 1%, #ff8113 100%);
}

.home-slick-wrap .slick-arrow {
    position: absolute;
    top: 50%;
    height: 66px;
    width: 60px;
    margin-top: -33px;
    background-color: #000;
    border: none;
    z-index: 99;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1 !important;
    font-size: 0;
}

.home-slick-wrap .slick-arrow:hover {
    background-color: #333;
}

.home-slick-wrap .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 11px;
    height: 11px;
    left: 50%;
    margin-left: -8px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.home-slick-wrap .slick-prev {
    left: 0;
}

.home-slick-wrap .slick-prev:before {
    margin-left: -5px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.home-slick-wrap .slick-next {
    right: 0;
}

.home-items {
    float: left;
    width: 100%;
}

.home-item-tabs {
    float: left;
    width: 100%;
    margin-bottom: 30px;
}

.home-item-tabs ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.home-item-tabs li {
    float: left;
    margin-right: -1px;
    border: 1px solid #cfcfcf;
}

.home-item-tabs li a {
    font-weight: 600;
    border-top: 2px solid transparent;
    min-width: 135px;
    display: block;
    cursor: pointer;
    height: 48px;
    background-color: #ededed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.home-item-tabs li.active {
    border-top-color: #ef6f0c;
    border-bottom-color: transparent;
}

.home-item-tabs li.active a {
    background-color: #fff;
    font-weight: 900;
    border-top-color: #ef6f0c;
}

.home-item-tabs li:hover a {
    background-color: #fff;
}

.home-items-wrap {
    float: left;
    width: 100%;
    margin-bottom: 65px;
}

.home-items-wrap-in {
    margin: 0 -15px;
}

.one-home-it {
    float: left;
    width: 262px;
    padding: 15px;
    -webkit-transition: background 0.3s;
    -o-transition: background 0.3s;
    transition: background 0.3s;
}

.one-home-it:hover {
    background-color: #f2f2f2;
}

.one-home-it-thumb {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
}

.vobler-it {
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
    font-size: 11px;
    min-width: 66px;
    padding: 5px;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

.it-action {
    background-color: rgba(243, 113, 12, 0.8);
}

.it-news {
    background-color: rgba(214, 55, 52, 0.8);
}

.one-home-it-thumb a {
    display: block;
    cursor: pointer;
}

.thumb-video a {
    position: relative;
}

.thumb-video a:before {
    content: "";
    width: 52px;
    height: 52px;
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -26px;
    border-radius: 50%;
}

.thumb-video a:after {
    content: "";
    position: absolute;
    border-left: 14px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: 50%;
    top: 50%;
    margin-top: -10px;
    margin-left: -5px;
}

.one-home-it-descr {
    float: left;
    width: 100%;
}

.one-home-it-info {
    float: left;
    width: 100%;
    margin-bottom: 12px;
}

.one-home-it-view {
    float: left;
    font-size: 12px;
    padding-left: 20px;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/see.png) left 1px no-repeat;
    color: #898989;
}

.one-home-it-date {
    padding-top: 1px;
    float: left;
    color: #898989;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/date.png) left 0 no-repeat;
    font-size: 12px;
    margin-left: 11px;
    padding-left: 17px;
}

.one-home-it-fav {
    float: right;
    margin-top: -1px;
}

.one-home-it-fav a {
    display: block;
    cursor: pointer;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/fav.png) 0 0 no-repeat;
    width: 16px;
    height: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.one-home-it-fav a:hover {
    background-position: 0 -15px;
}

.one-home-it-tit {
    float: left;
    width: 100%;
}

.one-home-it-tit a {
    font-size: 13px;
    line-height: 21px;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.one-home-it-tit a:hover {
    text-decoration: underline;
}

.more-items {
    float: left;
    width: 100%;
    text-align: center;
    padding: 20px 0;
}

.more-items a {
    position: relative;
    display: inline-block;
    padding: 0 30px 0 60px;
    cursor: pointer;
    height: 44px;
    border: 1px solid #ff6309;
    line-height: 44px;
    color: #fff;
    text-decoration: none !important;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
    border-radius: 2px;
    background: #ff8113;
    background: -moz-linear-gradient(top, #ff8113 0, #ff6b0b 99%);
    background: -webkit-linear-gradient(top, #ff8113 0, #ff6b0b 99%);
    background: linear-gradient(to bottom, #ff8113 0, #ff6b0b 99%);
    box-shadow: 0 2px 1px 0 rgba(147, 72, 31, 0.2);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.more-items a:hover {
    background: #ff6b0b;
    background: -moz-linear-gradient(top, #ff6b0b 1%, #ff8113 100%);
    background: -webkit-linear-gradient(top, #ff6b0b 1%, #ff8113 100%);
    background: linear-gradient(to bottom, #ff6b0b 1%, #ff8113 100%);
}

.more-items a:before {
    content: "";
    position: absolute;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/load.png) 0 0 no-repeat;
    width: 16px;
    height: 16px;
    left: 29px;
    top: 50%;
    margin-top: -7px;
}

.about-shop {
    float: left;
    width: 100%;
    background-color: #f8f8f8;
    padding: 55px 0;
    font-size: 14px;
    color: #858585;
}

.about-shop h2 {
    font-size: 22px;
    margin: 10px 0 15px;
    color: #000;
    font-weight: 600;
}

.about-shop p {
    font-size: 14px;
    line-height: 24px;
    color: #858585;
    margin-bottom: 25px;
}

.about-shop ul {
    padding: 0;
    margin: 15px 0 40px;
}

.about-shop ul li {
    margin-bottom: 10px;
    font-size: 14px;
    position: relative;
    padding-left: 13px;
}

.about-shop ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    background-color: #858585;
}

.menu-right-mob-tit {
    display: none;
}

.header-mobile {
    display: none;
    float: left;
    width: 100%;
}

.left-mob-menu {
    float: left;
    width: 30%;
}

.left-mob-menu>ul {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.left-mob-menu>ul>li {
    width: 50%;
    float: left;
    position: relative;
    z-index: 99;
}

.left-mob-menu>ul>li>a {
    width: 100%;
    justify-content: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 61px;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
}

.left-mob-menu.right-mob-menu {
    float: right;
}

.logo-mob {
    height: 61px;
    width: 40%;
    margin: 0 30%;
}

.logo-mob a {
    width: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    height: 61px;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.logo-mob a img {
    max-width: 100%;
    height: auto;
}

.sub-mob-menu {
    display: none;
    position: absolute;
    margin-top: -1px;
    left: 0;
    top: 100%;
    border: 1px solid #dcdcdc;
    background-color: #fff;
}

.left-mob-menu.right-mob-menu .sub-mob-menu {
    right: 0;
    left: auto;
}

.left-mob-menu>ul>li:not(.no-sub):before {
    content: "";
    opacity: 0;
    position: absolute;
    border-bottom: 11px solid #dcdcdc;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
}

.left-mob-menu>ul>li.open:not(.no-sub):before {
    opacity: 1;
}

.left-mob-menu>ul>li:not(.no-sub):after {
    content: "";
    opacity: 0;
    position: absolute;
    border-bottom: 10px solid #fff;
    border-left: 13px solid transparent;
    border-right: 13px solid transparent;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -13px;
}

.left-mob-menu>ul>li.open:not(.no-sub):after {
    opacity: 1;
}

.sub-tells {
    padding: 12px 35px 12px 25px;
}

.sub-tells ul {
    width: 175px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sub-tells ul li {
    width: 100%;
}

.sub-tells ul li a {
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    height: 30px;
    font-size: 12px !important;
}

.sub-tells ul li a span {
    font-size: 14px !important;
}

.sub-tells ul li i {
    margin-right: 10px;
}

.sub-tells ul li img {
    vertical-align: middle;
}

.search-mob {
    float: left;
    height: 61px;
    padding: 12px 75px 12px 15px;
    background-color: #f3f3f3;
    position: fixed;
    z-index: 1002;
    top: 0;
    left: 0;
    width: 100%;
    display: none;
}

.search-mob-inp {
    float: left;
    width: 100%;
}

.search-mob-inp input {
    height: 35px;
    border: 1px solid #dcdcdc;
    width: 100%;
    padding: 0 15px 0 37px;
    background-color: #fff;
    font-size: 13px;
    background: #fff url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/inp-search.png) 14px center no-repeat;
}

.search-mob-conc {
    position: absolute;
    height: 35px;
    line-height: 35px;
    font-size: 11px;
    text-transform: uppercase;
    right: 15px;
    top: 12px;
    font-weight: 600;
}

.sub-user {
    width: 235px;
}

.sub-user ul {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
}

.sub-user ul li {
    width: 100%;
    border-bottom: 1px solid #dcdcdc;
}

.sub-user ul li:last-child {
    border-bottom: none;
}

.sub-user ul li a {
    color: #000;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    cursor: pointer;
    height: 50px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 600;
}

.sub-user ul li i {
    margin-right: 10px;
    width: 40px;
    text-align: center;
}

.sub-user ul li span {
    font-size: 14px !important;
}

.sub-user ul li img {
    vertical-align: middle;
}

.bask-mob {
    position: relative;
    display: block;
    cursor: pointer;
}

.bask-mob i {
    position: absolute;
    top: 16px;
    left: 50%;
    width: 19px;
    height: 19px;
    border: 1px solid #fff;
    font-size: 10px;
    text-align: center;
    line-height: 17px;
    background-color: #f31e11;
    border-radius: 50%;
    font-style: normal;
    color: #fff;
}

.hide-li-menu {
    display: none !important;
}

.search_box input[type="submit"] {
    height: 40px;
    position: absolute;
    right: 0;
    top: 22px;
}

.search_box {
    padding-left: 555px;
    padding-right: 400px;
    margin: 0;
    width: auto !important;
}

.search_box form {
    position: relative;
    display: block;
    padding-top: 22px;
}

.search_box input[type="text"] {
    padding-right: 49px;
    width: 100% !important;
}

.func_box .left-mob-menu {
    display: none;
}

.header-hide-menu {
    float: left;
    width: 100%;
    position: absolute;
    top: 100%;
    display: none;
}

.header-hide-menu .sb_nav_box {
    width: 100% !important;
    min-width: 320px;
}

.head_top li a i {
    font-style: normal;
    color: #f3710c;
}

.breadcrumbs_wr {
    float: left;
    width: 100%;
}

.catalog-des {
    float: left;
    width: 100%;
}

aside.side-des {
    float: left;
    width: 270px;
    margin-bottom: 20px;
}

.side-des-in {
    float: left;
    width: 100%;
    border: 1px solid #e0e0e0;
}

.side-des-one {
    float: left;
    width: 100%;
    border-bottom: 1px solid #e0e0e0;
    padding: 25px 15px 15px;
}

.side-des-one:last-child {
    border-bottom: none;
}

.side-des-one-tit {
    float: left;
    width: 100%;
}

.side-des-one-tit a {
    font-size: 15px;
    font-weight: 700;
    color: #000;
}

.side-des-one-tit a span {
    position: relative;
    padding-right: 14px;
    display: block;
    float: left;
}

.side-des-one-tit:not(.no-hide) a span:after {
    content: "";
    position: absolute;
    border-top: 5px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    margin-top: -2px;
    right: 0;
}

.side-des-one-list {
    float: left;
    width: 100%;
    margin-top: 14px;
}

.side-des-one-list-in {
    float: left;
    width: 100%;
}

.one-side-radio {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
}

.one-side-radio label {
    padding-left: 24px;
    cursor: pointer;
}

.one-side-radio label:before {
    content: "";
}

.one-side-radio label input {
    position: absolute;
    visibility: hidden;
}

.one-side-radio label i {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #cbcbcb;
    border-radius: 50%;
}

.one-side-radio label input:checked+i {
    border: 4px solid #ff770d;
}

.side-des-abs {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.side-des-abs ul {
    padding: 0;
    margin: 0;
}

.side-des-abs ul li {
    float: left;
}

.side-des-abs ul li a {
    display: block;
    width: 20px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    padding: 4px 0;
    line-height: 1;
}

.side-des-abs ul li a.act {
    background-color: #ff770d;
    color: #fff;
}

.one-side-check {
    float: left;
    width: 100%;
    margin-bottom: 12px;
    position: relative;
    font-size: 13px;
}

.one-side-check label {
    padding-left: 24px;
    cursor: pointer;
}

.one-side-check label:before {
    content: "";
}

.one-side-check label input {
    position: absolute;
    visibility: hidden;
}

.one-side-check label span b {
    font-weight: 400;
    color: #898989;
    margin-left: 5px;
}

.one-side-check label i {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #cbcbcb;
    border-radius: 2px;
}

.one-side-check label input:checked+i {
    background-color: #ff770d;
    border-color: #ff770d;
}

.one-side-check label input:checked+i:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -6px;
    width: 4px;
    height: 8px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.see-all-filt {
    float: left;
    width: 100%;
    padding-top: 8px;
}

.see-all-filt a {
    font-size: 13px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
    position: relative;
    padding-right: 13px;
}

.see-all-filt a:before {
    content: "";
    position: absolute;
    border-top: 5px solid #000;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    top: 50%;
    margin-top: -2px;
    right: 0;
}

.content-des {
    padding-left: 300px;
}

.content-des h1 {
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0 0 20px;
    font-weight: 400;
}

.content-des-about {
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

.content-des-about-thumb {
    float: right;
}

.content-des-about-in {
    font-size: 13px;
    line-height: 21px;
    padding-right: 330px;
}

.content-des-about-in p {
    margin-bottom: 25px;
}

.content-des-nav {
    float: left;
    width: 100%;
}

.content-des-nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
    border-right: 1px solid #cfcfcf;
}

.content-des-nav li {
    display: table-cell;
    border: 1px solid #cfcfcf;
    border-right: none;
    float: none;
}

.content-des-nav li:nth-child(1) {
    width: 150px;
}

.content-des-nav li.active {
    border-top-color: #ef6f0c;
    border-bottom-color: transparent;
}

.content-des-nav li a {
    font-weight: 600;
    border-top: 2px solid transparent;
    min-width: 135px;
    display: block;
    cursor: pointer;
    height: 48px;
    background-color: #ededed;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-content: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.content-des-nav li.active a {
    background-color: #fff;
    font-weight: 900;
    border-top-color: #ef6f0c;
}

.des-wrap {
    float: left;
    width: 100%;
}

.des-wrap .one-home-it {
    width: 25%;
}

.des-wrap .one-home-it img {
    width: 100%;
}

.one-disc {
    position: absolute;
    background: url(/design-and-interiors/images/disc-price.png) 0 0 no-repeat;
    width: 18px;
    height: 30px;
    margin-left: -9px;
}

.big-photo-pop img {
    max-width: 100%;
}

.bodycaps {
    position: static !important;
}

.big-disc-wrap .one-disc {
    cursor: pointer;
    z-index: 9;
    background: url(/design-and-interiors/images/big-disc-price.png) 0 0 no-repeat;
    width: 25px;
    height: 47px;
    font-size: 15px;
    padding-top: 23px;
    color: #fff;
    text-align: center;
}

.block-for-disc {
    position: absolute;
    z-index: 101;
    display: none;
    margin-top: -30px;
}

.close-block {
    position: absolute;
    right: 10px;
    top: 0;
    width: 60px;
    height: 50px;
    cursor: pointer;
    z-index: 9;
}

.close-block:after,
.close-block:before {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
    background-color: #cacaca;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.close-block:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.big-disc-wrap .one-carus-item {
    width: 300px;
    padding: 0 15px;
}

.big-disc-wrap .one-carus-item-in {
    width: 100%;
}

.highslide-wrapper>div {
    position: static !important;
}

.one-carus-item:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 1px;
    border-right: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
}

.right-side .one-carus-item:before {
    content: "";
    position: absolute;
    top: 40px;
    left: auto;
    right: 1px;
    border-right: none;
    border-left: 15px solid #fff;
    border-bottom: 15px solid transparent;
    border-top: 15px solid transparent;
}

.big-thumb-info {
    width: 100%;
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.highslide-controls {
    position: absolute;
    bottom: -60px;
    left: -100px;
}

.highslide-wrapper .big-thumb-info {
    position: absolute;
    bottom: 0;
    left: 0;
}

.big-thumb-info-left {
    float: left;
}

.big-thumb-info-left-l {
    float: left;
    margin-left: 3px;
}

.mod-price-info {
    float: left;
    width: 70%;
    text-align: left;
    padding-top: 7px;
}

.big-thumb-info-see {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}

.big-thumb-info-see span {
    display: inline-block;
    padding-left: 20px;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/see.png) left center no-repeat;
    font-size: 14px;
    font-weight: 500;
    color: #898989;
}

.big-thumb-info-fav {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}

.add-to-fav-big {
    display: block;
    position: relative;
    padding-left: 24px;
    font-size: 13px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-weight: 500;
}

.add-to-fav-big:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    display: block;
    cursor: pointer;
    background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/fav.png) 0 0 no-repeat;
    width: 21px;
    height: 15px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.big-thumb-info-des {
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-left: 15px;
}

.big-thumb-info-left-r {
    float: left;
    margin-left: 40px;
}

.big-thumb-info-comm {
    font-size: 18px;
}

.big-thumb-info-name {
    font-size: 17px;
    padding-top: 15px;
    font-family: MyriadPro-Regular, "Myriad Pro Regular", MyriadPro, "Myriad Pro", Helvetica, Arial, sans-serif;
    font-style: italic;
}

.big-thumb-info-right {
    float: right;
    margin-right: 3px;
}

.big-thumb-soc-name {
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    line-height: 34px;
    vertical-align: top;
}

.big-thumb-soc-in {
    float: right;
    vertical-align: top;
}

.big-thumb-soc-in ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.big-thumb-soc-in li {
    display: inline-block;
}

.highslide-full-expand {
    display: none;
}

.block-for-disc .one-art {
    color: #898989;
}

.block-for-disc .one-art a {
    text-decoration: none;
}

.filter-mob-bt {
    display: none;
}

.show-all-text {
    display: none;
}

.modal-body-fanc {
    padding: 0 !important;
    display: none;
    overflow: visible !important;
    max-width: 840px;
    width: 100%;
    background-color: transparent;
    border-radius: 5px;
}

.modal-body-fanc:hover {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
}

.modal-body-fanc img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}

.big-disc-center {
    display: inline-block;
    position: relative;
    background-color: #fff;
    padding: 8px;
    border-radius: 5px;
}

body.fancybox-active {
    overflow: hidden !important;
}

.fancybox-bg {
    background: 0 0 !important;
}

.big-disc-wrap {
    border-radius: 5px;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
}

.modal-body-fanc:hover .big-disc-wrap {
    border-radius: 5px 5px 0 0;
}

.price-tabs {
    min-height: 120px;
    opacity: 0;
    float: left;
    width: 100%;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.modal-body-fanc:hover .price-tabs {
    opacity: 1;
}

.modal-body-fanc .fancybox-button {
    display: none !important;
}

.mod-price-top {
    float: left;
    width: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
}

.mod-price-left {
    float: left;
    max-width: 60%;
    text-align: left;
}

.mod-price-tit {
    float: left;
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
}

.mod-price-auth {
    float: left;
    width: 100%;
    font-size: 12px;
}

.mod-price-right {
    float: right;
    text-align: right;
}

.mod-price-radio-name {
    font-size: 14px;
    font-weight: 700;
    text-align: left;
    padding-left: 18px;
    margin-bottom: 8px;
}

.mod-price-radio {
    display: inline-block;
    margin-left: 18px;
}

.mod-price-radio label {
    display: block;
    position: relative;
}

.mod-price-radio input {
    display: none;
    visibility: hidden;
    position: absolute;
}

.mod-price-radio i {
    width: 16px;
    height: 16px;
    border: 1px solid #c9c9c9;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
}

.mod-price-radio input:checked+i {
    border: 5px solid #ff770d;
}

.mod-price-radio span {
    display: block;
    padding-left: 21px;
}

.mod-price-bot {
    float: left;
    width: 100%;
}

.big-thumb-soc-in img {
    width: 24px;
    height: 24px;
}

.fancybox-navigation {
    display: none !important;
}

.fancybox-slide--video .fancybox-content {
    width: 800px;
    height: 600px;
    max-width: 100%;
    max-height: calc(100% - 100px);
    margin: 50px 0;
    overflow: visible;
    background: #000;
}

.button-close,
.button-next,
.button-previous {
    position: absolute;
    width: 44px;
    height: 44px;
    background: #000;
    text-align: center;
    line-height: 44px;
    color: #fff;
    opacity: 0.5;
    text-decoration: none;
    font-size: 16px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.button-next:before,
.button-previous:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -6px;
    width: 11px;
    height: 11px;
    left: 50%;
    margin-left: -8px;
    border: none;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.button-previous:before {
    margin-left: -4px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.button-close:hover,
.button-next:hover,
.button-previous:hover {
    opacity: 1;
}

.button-next,
.button-previous {
    top: 50%;
    margin-top: -72px;
    line-height: 42px;
}

.button-previous {
    left: 8px;
}

.button-next {
    right: 8px;
}

.button-close {
    top: -44px;
    right: -44px;
    font-size: 22px;
    color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 1620px) {
    .bw,
    .foot-in,
    .header-middle-in,
    .header-top-in,
    .nav-slid-in,
    .tree-in {
        width: 100%;
    }
    .cont-wrap {
        width: 100%;
        padding: 0 15px;
    }
    .header-line .cont-wrap {
        padding: 0 30px;
    }
    .one-home-it {
        width: 20%;
    }
    .one-home-it-thumb img {
        width: 100%;
    }
    .search_box {
        padding-left: 530px;
    }
    .breadcrumbs_wr {
        padding: 0 30px;
    }
}

@media (max-width: 1400px) {
    .home-slick-wrap .one-home-slide {
        height: 450px;
        padding: 0 60px;
    }
    .home-slick-slider {
        margin-bottom: 20px;
    }
    .one-home-slide-descr {
        padding: 30px;
    }
    .one-home-slide-tit {
        font-size: 32px;
        line-height: 1.5;
    }
}

@media (max-width: 1340px) {
    .one-home-it {
        width: 25%;
    }
    .head-menu-line-right li a {
        font-size: 14px;
    }
    span.menu-bt-tit {
        padding-left: 25px;
        padding-right: 25px;
    }
    .menu-bt-tit span {
        width: 16px;
    }
    .header-menu-cat {
        width: 270px;
    }
    .head-menu-line-right {
        padding-left: 270px;
    }
    .head-menu-line-right li a i {
        display: none;
    }
    .home-slick-wrap .one-home-slide {
        height: 500px;
    }
    .search_box {
        padding-right: 210px;
    }
}

@media (max-width: 1200px) {
    .tel_tabs {
        display: none;
    }
    .search_box {
        display: block !important;
        padding-top: 0 !important;
        padding-left: 285px;
        padding-right: 190px;
    }
    .compare_box,
    .wish_list_box {
        display: none;
    }
    .func_box .left-mob-menu {
        float: left;
        width: auto;
        display: block;
        margin-right: 7px;
    }
    .func_box .left-mob-menu>ul>li {
        width: 32px;
        float: left;
        margin-right: 24px;
    }
    .func_box .left-mob-menu>ul>li>a {
        height: 46px;
        padding-bottom: 10px;
    }
    .func_box .sub-mob-menu {
        left: auto;
        right: 0;
    }
    .one-disc {
        width: 14px;
        -webkit-background-size: contain;
        background-size: contain;
    }
}

@media (max-width: 992px) {
    .one-home-slide-descr {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0;
        padding-right: 30px;
    }
    .one-home-slide-text {
        display: none;
    }
    .one-home-slide-tit {
        float: left;
        width: 100%;
        padding-right: 50px;
        padding-left: 50px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0;
    }
    .one-home-slide-bt {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: auto;
        width: 50px;
    }
    .one-home-slide-bt a {
        overflow: hidden;
        text-indent: -999px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    .one-home-slide-bt a:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -6px;
        width: 11px;
        height: 11px;
        left: 50%;
        margin-left: -8px;
        border: none;
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .home-slick-wrap .one-home-slide {
        height: 400px;
    }
    .home-slick-wrap .slick-arrow {
        width: 50px;
        height: 50px;
        margin-top: -25px;
    }
    .home-item-tabs li {
        width: 16.66%;
    }
    .home-item-tabs li a {
        min-width: 100%;
    }
    .head-menu-line-right li span {
        padding-left: 0 !important;
    }
    .head-menu-line-right li span:before {
        content: normal !important;
    }
    .menu-bt-tit b {
        display: none;
    }
    .header-menu-cat {
        width: 200px;
    }
    .head-menu-line-right {
        padding-left: 200px;
    }
    .head-menu-line-right li a {
        font-size: 13px;
    }
    .one-home-it {
        width: 33.33%;
    }
    aside.side-des {
        display: none;
        position: absolute;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
    }
    .content-des {
        padding-left: 0;
    }
    .content-des-nav.home-item-tabs li {
        width: auto;
    }
    .breadcrumbs_wr {
        /*display: none;*/
        padding: 0 4px;
    }
    .content-des {
        padding-top: 15px;
    }
    .content-des h1 {
        display: none;
    }
    .filter-mob-bt {
        display: block;
        margin: 0 -15px;
    }
    .filter-mob-bt a {
        display: block;
        cursor: pointer;
        height: 42px;
        line-height: 42px;
        padding-left: 45px;
        font-size: 14px;
        text-decoration: none;
        color: #fff;
        text-transform: uppercase;
        background-color: #f49805;
        position: relative;
    }
    .filter-mob-bt a:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -5px;
        width: 6px;
        height: 6px;
        right: 50px;
        border: none;
        border-left: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .filter-mob-bt a span {
        position: absolute;
        width: 20px;
        display: block;
        margin: 14px 0;
        left: 15px;
    }
    .filter-mob-bt a span i {
        display: block;
        height: 3px;
        width: 100%;
        background-color: #fff;
        margin-bottom: 3px;
        float: left;
        width: 100%;
    }
    .big-thumb-info-see span {
        font-size: 13px;
        background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/see.png) left center no-repeat;
        padding-left: 20px;
    }
    .add-to-fav-big {
        font-size: 13px;
        padding-left: 20px;
    }
    .add-to-fav-big:before {
        background: url(/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/images/fav.png) 0 0 no-repeat;
        width: 16px;
        height: 15px;
        margin-top: -7px;
    }
    .big-thumb-info-des {
        font-size: 14px;
    }
    .big-thumb-info-comm {
        font-size: 14px;
    }
    .big-thumb-info-name {
        font-size: 13px;
    }
    .big-thumb-soc-name {
        display: none;
    }
    .big-thumb-soc-in li img {
        width: 28px;
        height: auto;
    }
    .one-disc {
        width: 12px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .mod-price-radio span {
        font-size: 11px;
    }
    .mod-price-radio i {
        margin-top: -7px;
    }
}

@media (max-width: 767px) {
    .header-menu-cat {
        width: 50%;
    }
    .header-menu-cat a {
        font-size: 12px;
        height: 42px;
    }
    span.menu-bt-tit {
        padding-left: 0;
        padding-right: 20px;
    }
    .menu-bt-tit span {
        display: none;
    }
    .menu-bt-tit b {
        display: inline;
    }
    span.menu-bt-tit:after {
        content: "";
        position: absolute;
        border-top: 6px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        right: 0;
        top: 50%;
        margin-top: -3px;
    }
    .head-menu-line-right {
        padding-left: 0;
        float: left;
        width: 50%;
    }
    .menu-right-mob-tit {
        text-transform: uppercase;
        display: block;
        width: 100%;
        float: left;
        color: #fff;
        text-align: center;
        padding-top: 15px;
        height: 42px;
    }
    .menu-right-mob-tit span {
        position: relative;
        display: inline-block;
        padding-right: 20px;
    }
    .menu-right-mob-tit span:after {
        content: "";
        position: absolute;
        border-top: 6px solid #fff;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        right: 0;
        top: 50%;
        margin-top: -3px;
    }
    .head-menu-line-right ul {
        display: none;
    }
    .home-slick-wrap .one-home-slide {
        height: 200px;
    }
    .one-home-slide-tit {
        line-height: normal;
        padding: 15px 15px;
        text-align: left;
        font-size: 13px;
    }
    .one-home-slide-bt a {
        background: 0 0;
    }
    .header-line {
        height: 42px;
    }
    .home-slick-wrap .slick-arrow {
        display: none !important;
    }
    .home-item-tabs {
        position: relative;
        z-index: 99;
        height: 38px;
        border-bottom: 1px solid #cfcfcf;
    }
    .home-item-tabs:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -4px;
        width: 5px;
        height: 5px;
        right: 15px;
        border: none;
        border-left: 1px solid #333;
        border-bottom: 1px solid #333;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .home-item-tabs>span {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 99;
        display: block;
        cursor: pointer;
    }
    .home-item-tabs>span.open {
        display: none;
    }
    .home-item-tabs li {
        width: 100%;
        display: none;
        border: 1px solid #cfcfcf !important;
    }
    .home-item-tabs li.active {
        display: block !important;
    }
    .home-item-tabs li.active a {
        border: none;
        font-weight: 500;
    }
    .home-item-tabs li a {
        justify-content: flex-start;
        padding: 0 15px;
        height: 36px;
        margin-right: 0;
        margin-bottom: -1px;
    }
    .about-shop {
        display: none;
    }
    .header-line {
        position: relative;
        z-index: 999;
    }
    .head-menu-line-right ul {
        display: none;
        position: absolute;
        z-index: 9;
        left: 0;
        width: 100%;
        top: 100%;
        background-color: #fff;
    }
    .head-menu-line-right li {
        display: block;
        width: 100% !important;
        text-align: left;
        border-bottom: 1px solid #e3e3e3;
    }
    .head-menu-line-right li a {
        color: #000;
        width: 100%;
        justify-content: flex-start;
        padding: 0 15px;
        text-transform: none;
        font-weight: 700;
    }
    .head-menu-line-right li span:before {
        content: "" !important;
    }
    .head-menu-line-right li a span {
        padding-left: 45px !important;
    }
    .hide-li-menu {
        display: block !important;
    }
    .hide-li-menu b {
        color: #f3710c;
        margin-left: 5px;
    }
    .hide-li-menu.hide-tit-menu {
        background-color: #f1f1f1;
        font-size: 11px;
        color: #a4a4a4;
        padding: 15px;
        text-transform: uppercase;
        font-weight: 700;
    }
    .head-menu-line-right li.m-1 span:before {
        left: 6px;
    }
    .head-menu-line-right li.m-3 span:before {
        left: 9px;
    }
    .home-slick-slider {
        margin-bottom: 40px;
    }
    .one-home-it-date {
        display: none;
    }
    .one-home-it-tit a {
        font-size: 11px;
        line-height: 1.4;
    }
    .home-items-wrap-in {
        margin: 0 -8px;
    }
    .one-home-it {
        padding: 8px;
    }
    .header-mobile {
        display: block;
        position: relative;
        z-index: 1001;
    }
    header {
        display: none !important;
    }
    .header-menu-cat {
        position: static;
    }
    .content-des-about-thumb {
        display: none;
    }
    .content-des-about-in {
        padding-right: 0;
    }
    .content-des-about-in {
        font-size: 11px;
        line-height: 1.5;
        overflow: hidden;
        max-height: 50px;
    }
    .content-des-about-in p {
        margin-bottom: 15px;
    }
    .show-all-text {
        float: left;
        width: 100%;
        font-size: 11px;
        display: block;
        padding-top: 5px;
    }
    .show-all-text a {
        color: #000;
        position: relative;
    }
    .show-all-text a:after {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -4px;
        width: 5px;
        height: 5px;
        right: -12px;
        border: none;
        border-left: 1px solid #f49805;
        border-bottom: 1px solid #f49805;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .des-wrap .one-home-it {
        width: 33.33%;
    }
    .highslide-close,
    .highslide-move,
    .highslide-play {
        display: none;
    }
    .highslide-controls,
    .highslide-controls ul {
        background: 0 0;
    }
    div[id*=" hsId"],
    div[id^="hsId"] {
        position: static !important;
    }
    .highslide-controls {
        width: 100%;
        position: static;
        bottom: 0;
        left: 0;
    }
    .highslide-controls ul {
        position: static;
    }
    .highslide-controls ul li {
        position: absolute;
        top: 50%;
        margin-top: -50px;
        z-index: 99;
    }
    .highslide-controls ul li a {
        background: 0 0;
        background-color: rgba(0, 0, 0, 0.4);
    }
    .highslide-controls ul li a:before {
        content: "";
        position: absolute;
        top: 50%;
        margin-top: -4px;
        width: 5px;
        height: 5px;
        left: 50%;
        margin-left: -4px;
        border: none;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .highslide-controls ul li.highslide-previous {
        left: 0;
    }
    .highslide-controls ul li.highslide-previous a:before {
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
        margin-left: -2px;
    }
    .highslide-controls ul li.highslide-next {
        right: 0;
    }
    .big-disc-wrap .one-disc {
        width: 20px;
        padding-top: 18px;
        font-size: 12px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .big-thumb-info-see span {
        font-size: 11px;
    }
    .add-to-fav-big {
        font-size: 11px;
    }
    .big-thumb-info-des {
        font-size: 12px;
    }
    .big-thumb-info-comm {
        font-size: 12px;
    }
    .big-thumb-info-name {
        font-size: 11px;
        padding-top: 12px;
    }
    .big-thumb-soc-in li img {
        width: 18px;
        height: 18px;
    }
    .big-thumb-info-right {
        position: absolute;
        right: 0;
        top: 2px;
    }
    .header-line .cont-wrap {
        padding: 0 0;
    }
    .price-tabs {
        opacity: 1;
    }
    .mod-price-left {
        max-width: 100%;
        width: 100%;
        margin-bottom: 15px;
    }
    .mod-price-right {
        width: 100%;
        text-align: left;
    }
    .mod-price-radio-name {
        padding-left: 0;
    }
    .mod-price-radio {
        margin-left: 0;
        margin-right: 18px;
    }
    .mod-price-info {
        padding-top: 3px;
    }
}

@media (max-width: 460px) {
    .menu-right-mob-tit {
        font-size: 12px;
    }
    .home-slick-slider {
        margin-bottom: 20px;
    }
    .home-item-tabs {
        margin-bottom: 15px;
    }
    .one-home-it {
        width: 50%;
    }
    .des-wrap .one-home-it {
        width: 50%;
    }
    .big-thumb-info-see span {
        font-size: 9px;
    }
    .add-to-fav-big {
        font-size: 0;
        width: 16px;
        height: 16px;
    }
    .big-thumb-info-des {
        font-size: 10px;
    }
    .mod-price-info {
        margin-bottom: 10px;
    }
    .big-thumb-info-left-r {
        padding: 5px 3px;
        margin: 0;
    }
    .big-thumb-info-comm {
        font-size: 10px;
    }
    .big-thumb-info-name {
        font-size: 9px;
        padding-top: 10px;
    }
    .big-thumb-soc-in li img {
        width: 16px;
        height: 16px;
    }
    .big-thumb-info {
        padding: 0;
    }
    .big-disc-wrap .one-disc {
        width: 14px;
        height: 25px;
        font-size: 9px;
        padding-top: 11px;
    }
    .block-for-disc {
        left: 50%;
        margin-left: -150px;
        top: 50%;
        margin-top: -180px;
        margin-bottom: 0;
    }
    .big-disc-wrap .one-carus-item {
        margin-bottom: 0;
    }
    .one-carus-item:before {
        content: normal !important;
    }
    .big-thumb-soc-in {
        width: 100%;
        text-align: left;
    }
    .modal-body-fanc .fancybox-button {
        display: block !important;
    }
}
/* End */


/* Start:/local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/swiper.css?164564903515674*/
@font-face {
    font-family: swiper-icons;
    src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-container-pointer-events {
    touch-action: pan-y
}

.swiper-container-pointer-events.swiper-container-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    /*bottom: 10px;*/
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #ff6a0b;
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-container-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    filter: blur(50px)
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
/* End */
/* /local/templates/plitka_2021/components/bitrix/catalog/plitka3.0/style.css?168321471446 */
/* /local/templates/plitka_2021/components/bitrix/catalog.element/plitka/style.css?16951341563055 */
/* /local/templates/plitka_2021/components/bitrix/system.pagenavigation/ajax_next_page/style.css?1642770344730 */
/* /local/templates/plitka_2021/css/pages/reviews/form.css?16685869532305 */
/* /design-and-interiors/fix.css?15608607082602 */
/* /local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/product-second.css?175562002752198 */
/* /local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/new-style.css?165882377538629 */
/* /local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/old-style.css?166436902466321 */
/* /local/templates/plitka_2021/components/bitrix/catalog.element/plitka/css/swiper.css?164564903515674 */
