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

h1 {
	text-align: center;
}

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

body {
    line-height: 1;
	font-size: 14px;
    font-weight: 100;

}

ol,ul {
    list-style: none
}

blockquote,q {
    quotes: none
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none
}

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

* + html .clearfix {
    min-height: 1%
}

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

* html .clearfix {
    height: 1%
}

*,*:after,*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.no-user-select {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

body {
    font-family: 'Circe Light',sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #000;
    background: #fff;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body.overflow-hidden {
    overflow: hidden
}

.clear {
    clear: both
}

.nowrap {
    white-space: nowrap
}

#container {
    overflow: hidden
}

#container .wrap {
    max-width: 1005px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#container .wide.wrap {
    max-width: 1240px
}


#container .notfound {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    /* height:80vh */
}

#container .notfound .error {
    width: 100%;
    margin: auto
}

#container .notfound .error h1 {
    text-align: center;
    font-size: 60px;
    letter-spacing: 7.2px;
    text-transform: uppercase;
    font-family: 'Circe Bold',sans-serif
}

#container .notfound .error p {
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    font-family: 'Circe Bold',sans-serif
}

#container .notfound .error a {
    width: 164px;
    display: block;
    margin: 20px auto;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.2px;
    background: #bdb1b1;
    padding: 11px 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Circe Bold',sans-serif
}

#container .notfound .error a:hover {
    background: #000
}

#container .notfound .footer {
    border-top: none;
    width: 100%;
    margin-top: 0;
    align-self: flex-end;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end
}




#container .content .sorter {
    margin-bottom: 15px;
}

#container .content .sorter .sorter__top {
    text-align: center;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#container .content .sorter .sorter__top a,#container .content .sorter .sorter__top span {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.2px;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    font-family: 'Circe Bold',sans-serif;
    margin-right: 15px
}

#container .content .sorter .sorter__top a:last-child {
    margin-right: 0
}

#container .content .sorter .sorter__top .sorter__top-active {
    color: #8f7a7a
}

#container .content .sorter .sorter__top a:hover {
    color: #000
}

#container .content .sorter .sorter__tabletop {
    text-align: center;
    margin: 30px 0
}

#container .content .sorter .sorter__tabletop>div {
    display: inline-block;
    border: 1px solid #bdb1b1;
    padding: 29px 30px
}

#container .content .sorter .sorter__tabletop>div .sorter__shape-name {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.2px;
    font-family: 'Circe Bold',sans-serif;
    text-transform: uppercase;
    margin-right: 20px;
    color: #000
}

#container .content .sorter .sorter__tabletop>div a,#container .content .sorter .sorter__tabletop>div span {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .28px;
    margin: 0 20px 0 0
}

#container .content .sorter .sorter__tabletop>div .sorter__close {
    background: url(../images/sprite-close.png) 0 0 no-repeat;
    display: inline-block;
    width: 9px;
    height: 9px;
    background-size: 18px;
    margin-right: 0
}

#container .content .sorter .sorter__tabletop>div .sorter__close:hover {
    background-position: -9px 0
}

#container .content .sorter .sorter__tabletop>div span {
    color: #8f7a7a
}

#container .content .sorter .sorter__tabletop>div a:hover {
    color: #000
}

#container .content .sorter .sorter__tabletop .sorter__thickness {
    margin-right: 30px
}

#container .content .sorter .sorter__sort-and-view {
    text-align: center;
    margin: 17px 0 10px;
}

#container .content .sorter .sorter__sort-and-view .sorter__flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center
}

#container .content .sorter .sorter__sort-and-view .sorter__flex p {
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .24px
}

#container .content .sorter .sorter__sort-and-view .sorter__sort {
    display: inline-block;
    margin-right: 35px
}

#container .content .sorter .sorter__sort-and-view .sorter__sort .jq-selectbox__select {
    width: 180px;
    border: 1px solid #bdb1b1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#container .content .sorter .sorter__sort-and-view .sorter__sort .jq-selectbox__dropdown {
    width: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -1px 0
}

#container .content .sorter .sorter__sort-and-view .sorter__view {
    display: inline-block
}

#container .content .sorter .sorter__sort-and-view .sorter__view .jq-selectbox__select {
    width: 70px
}

#container .content .sorter .sorter__sort-and-view .sorter__view .jq-selectbox__dropdown {
    width: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: -1px 0
}

#container .content .list h3,#container .content .list .h3 {
    font-size: 18px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Circe Bold',sans-serif;
    margin: 50px 0 40px;
    padding: 0 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}


#container .content .pagination {
	justify-content: center;
}

#container .content .pagination ul {
    list-style: none;
    text-align: center;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
}

#container .content .pagination ul li {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 2px
}

#container .content .pagination ul li a,#container .content .pagination ul li>span {
    text-decoration: none;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: .2px;
    font-family: 'Circe Bold',sans-serif;
    color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 12px;
    display: block;
    border: 1px solid transparent;
}

#container .content .pagination ul li a:hover {
    color: #000
}

#container .content .pagination ul .pagination__arrow-active a {
    border: 1px solid #8f7a7a;
    color: #8f7a7a
}

#container .content .pagination ul .pagination__arrow-left span {
    background: url(../images/sprite-pagination-left-active.png) 0 0 no-repeat;
    width: 5px;
    height: 9px;
    background-size: 10px;
    display: block
}

#container .content .pagination ul .pagination__arrow-left a {
    padding: 9.5px 11.5px
}

#container .content .pagination ul .pagination__arrow-left:hover span {
    background-position: -5px 0
}

#container .content .pagination ul .pagination__arrow-left-disabled {
    align-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center
}

#container .content .pagination ul .pagination__arrow-left-disabled span {
    background: url(../images/bread_arrow_inactive2.png) center no-repeat;
    background-size: 5px;
    padding: 14px
}

#container .content .pagination ul .pagination__arrow-left-disabled:hover span {
    background-position: center
}

#container .content .pagination ul .pagination__arrow-right a {
    padding: 9.5px 11.5px
}

#container .content .pagination ul .pagination__arrow-right span {
    background: url(../images/sprite-pagination-right-active.png) -5px 0 no-repeat;
    background-size: 10px;
    display: block;
    width: 5px;
    height: 9px
}

#container .content .pagination ul .pagination__arrow-right:hover span {
    background-position: 0 0
}

#container .content .pagination ul .pagination__arrow-right-disabled span {
    background: url(../images/bread_arrow_inactive1.png) center no-repeat;
    background-size: 5px;
    padding: 14px
}

#container .content .pagination ul .pagination__arrow-right-disabled:hover span {
    background-position: center
}
 



#container .content .product-description {
    margin: 25px 0;
    background: #f1ebeb
}

#container .content .product-description .wrap {
    padding: 35px 25px 35px 60px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	margin: 0px auto;
}

#container .content .product-description p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .24px;
    margin: 15px 0
}

#container .content .product-description p a {
    color: #8f7a7a
}

#container .content .product-description p a:hover {
    color: #000
}

#container .content .product-description p b {
    font-family: 'Circe Bold',sans-serif
}

#container .content .product-description .product-description__title {
    font-size: 14px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    font-family: 'Circe Bold',sans-serif;
    margin: 15px 0
}

#container .content .product-description .product-description__block {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#container .content .product-description .product-description__block h2 {
    font-size: 18px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    font-family: 'Circe Bold',sans-serif;
    margin-bottom: 15px
}

#container .content .product-description .product-description__pay-and-delivery {
    margin: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#container .content .product-description .product-description__pay-and-delivery .product-description__flex,#container .content .product-description .product-description__pay-and-delivery .product-description__pay-flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

#container .content .product-description .product-description__pay-and-delivery .product-description__pay {
    width: 50%
}

#container .content .product-description .product-description__pay-and-delivery .product-description__delivery {
    width: 50%;
    padding-left: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#container .content .product-description .product-description__pay-and-delivery .product-description__delivery .product-description__title {
    margin: 15px 0
}

#container .content .product-description .product-description__pay-and-delivery .product-description__delivery p {
    margin: 8px 0 0
}

#container .content .product-description .product-description__pay-and-delivery .product-description__pay-flex .product-description__pay-flex-element {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-right: 20px
}

#container .content .product-description .product-description__pay-and-delivery .product-description__pay-flex .product-description__pay-flex-element:first-child img {
    margin-right: 5px
}

#container .content .product-description .product-description__pay-and-delivery .product-description__pay-flex img {
    height: 49px;
    margin-right: 15px
}

#container .content .product-description .product-description__pay-and-delivery .product-description__pay-flex p {
    display: inline-block;
    margin: auto
}

#container .content .product-description .product-description__garanty-and-pics {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#container .content .product-description .product-description__garanty-and-pics .product-description__flex {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

#container .content .product-description .product-description__garanty-and-pics .product-description__garanty {
    width: 50%
}

#container .content .product-description .product-description__garanty-and-pics .product-description__pics {
    width: 50%;
    text-align: right;
    margin: auto;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: flex-end;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end
}

#container .content .product-description .product-description__garanty-and-pics .product-description__pics img {
    height: 50px;
    margin-right: 10px
}



#container .content .articles .articles__block {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin: 40px 0;
    overflow: hidden
}

#container .content .articles .articles__block .articles__block-text {
    width: 70%;
    box-sizing: border-box;
    padding: 30px 35px 30px 60px
}

#container .content .articles .articles__block .articles__block-text .articles__block-text-title {
    font-size: 18px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    font-family: 'Circe Bold',sans-serif
}

#container .content .articles .articles__block .articles__block-text .articles__block-text-date {
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: 'Circe Bold',sans-serif;
    margin: 13px 0
}

#container .content .articles .articles__block .articles__block-text .articles__block-text-text,#container .content .articles .articles__block .articles__block-text .articles__block-text-text-center {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .24px;
    margin: 13px 0
}

#container .content .articles .articles__block .articles__block-text .articles__block-text-text b,#container .content .articles .articles__block .articles__block-text .articles__block-text-text strong,#container .content .articles .articles__block .articles__block-text .articles__block-text-text span,#container .content .articles .articles__block .articles__block-text .articles__block-text-text-center b,#container .content .articles .articles__block .articles__block-text .articles__block-text-text-center strong,#container .content .articles .articles__block .articles__block-text .articles__block-text-text-center span {
    font-family: 'Circe Bold',sans-serif
}

#container .content .articles .articles__block .articles__block-text .articles__block-text-text-center {
    text-align: center
}

#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social .articles__block-link {
    width: 50%
}

#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social .articles__block-link a {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .28px;
    color: #8f7a7a
}

.articles__block-text-title a{
	text-decoration:none;
	color:black;
}


#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social .articles__block-link a:hover {
    color: #000
}

#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social .articles__block-like {
    width: 50%;
    text-align: right
}

#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social .articles__block-like p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .24px
}

#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social .articles__block-like a {
    text-decoration: none
}

#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social .articles__block-like .articles__block-like-one {
    color: #000;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.2px;
    font-family: 'Circe Bold',sans-serif;
    position: relative;
    padding-left: 18px;
    text-transform: uppercase;
    margin-left: 16px
}

#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social .articles__block-like .articles__block-like-one:after {
    background: url(../images/likes.png) 0 0 no-repeat;
    background-size: 12px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 11px;
    display: block;
    margin-top: -5.5px
}

#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social .articles__block-like .articles__block-like-two {
    color: #bdb1b1;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.2px;
    font-family: 'Circe Bold',sans-serif;
    position: relative;
    padding-left: 18px;
    text-transform: uppercase;
    margin-left: 15px
}

#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social .articles__block-like .articles__block-like-two:after {
    background: url(../images/sprite_likes.png) 0 0 no-repeat;
    background-size: 24px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 11px;
    display: block;
    margin-top: -5.5px
}

#container .content .articles .articles__block .articles__block-text .articles__block-link-and-social .articles__block-like .articles__block-like-two:hover:after {
    background-position: -12px 0
}

#container .content .articles .articles__block .articles__block-img {
    width: 30%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    overflow: hidden;
    background: #f1ebeb
}

#container .content .articles .articles__block .articles__block-img a {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    margin: auto;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    transition: 0.5s all
}

#container .content .articles .articles__block .articles__block-img a:hover {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

#container .content .articles .articles__block .articles__block-img img {
    max-height: 260px;
    display: block
}

#container .content .articles .articles__block-left .articles__block-text {
    background: #f1ebeb
}

#container .content .articles .articles__block-right .articles__block-text {
    background: #f5f5f5
}

#container .content .articles .articles__block-right .articles__block-img {
    background: #f5f5f5
}

#container .content .article .text ul li {
    margin: 15px 0
}

#container .content .article h1 {
    line-height: 30px;
    margin-bottom: 25px
}

#container .content .article .article__date {
    text-align: center;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    font-family: 'Circe Bold',sans-serif;
    margin: 28px 0 -10px
}

#container .content .article .article__date+.text {
    margin-top: 45px
}

#container .content .article .tabletop-elements {
    margin: 0 0 40px
}

#container .content .article .tabletop-elements+.text__pink,#container .content .article .tabletop-elements+.text__white {
    margin-top: -25px
}

#container .content .article .article__socials {
    padding: 0 25px;
    box-sizing: border-box;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    margin-top: -15px
}

#container .content .article .article__like {
    margin: 0 30px 0 0
}

#container .content .article .article__like p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .24px
}

#container .content .article .article__like a {
    text-decoration: none
}

#container .content .article .article__like .article__like-one {
    color: #000;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.2px;
    font-family: 'Circe Bold',sans-serif;
    position: relative;
    padding-left: 18px;
    text-transform: uppercase;
    margin-left: 16px
}

#container .content .article .article__like .article__like-one:after {
    background: url(../images/likes.png) 0 0 no-repeat;
    background-size: 12px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 11px;
    display: block;
    margin-top: -5.5px
}

#container .content .article .article__like .article__like-two {
    color: #bdb1b1;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 1.2px;
    font-family: 'Circe Bold',sans-serif;
    position: relative;
    padding-left: 18px;
    text-transform: uppercase;
    margin-left: 15px
}

#container .content .article .article__like .article__like-two:after {
    background: url(../images/sprite_likes.png) 0 0 no-repeat;
    background-size: 24px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 12px;
    height: 11px;
    display: block;
    margin-top: -5.5px
}

#container .content .article .article__like .article__like-two:hover:after {
    background-position: -12px 0
}

#container .content .article .article__share p {
    font-size: 12px;
    line-height: 24px;
    letter-spacing: .24px
}

#container .content .article .article__share a:first-child {
    margin-left: 15px
}

#container .content .article .article__share a {
    color: #000;
    margin: 0 10px
}

#container .content .article .article__share a:hover {
    color: #000
}

#container .content .article .article__back-link {
    text-align: center;
    margin: 20px 0
}

#container .content .article .article__back-link a {
    font-size: 14px;
    @inclue lh(18px);letter-spacing: .28px;
    color: #8f7a7a
}

#container .content .article .article__back-link a:hover {
    color: #000
}









#container .otziv-list .otziv-list__form {
    width: 82%;
    margin: 0 auto;
    background-size: 200px;
    padding: 0 1%;
    box-sizing: border-box
}

#container .otziv-list .otziv-list__form .otziv-list__form-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2.16px;
    font-family: 'Circe Bold',sans-serif;
    padding: 50px 0 30px
}

#container .otziv-list .otziv-list__form .otziv-list__form-descr {
    padding-bottom: 30px
}

#container .otziv-list .otziv-list__form .otziv-list__form-items {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-left {
    width: 50%
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-left .otziv-list__form-input {
    margin-bottom: 30px;
    margin-right: 30px
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-left .otziv-list__form-input input {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .24px;
    border: 1px solid #bdb1b1;
    padding: 10px 0 10px 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Circe Light',sans-serif
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-left .otziv-list__form-input input:focus {
    color: #000;
    border: 1px solid #746c6c
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-left .otziv-list__form-input:last-child {
    margin-bottom: 0
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-right {
    width: 50%;
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-right textarea {
    width: 100%;
    resize: none;
    box-sizing: border-box;
    padding: 10px 0 10px 20px;
    border: 1px solid #bdb1b1;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .24px;
    font-family: 'Circe Light',sans-serif;
    display: block
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-right textarea:focus {
    color: #000;
    border: 1px solid #746c6c
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-logo {
    width: 79%;
    margin-top: 30px
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-logo .otziv-list__form-input {
    margin-right: 30px;
    cursor: pointer
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-logo .otziv-list__form-input input {
    cursor: pointer
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-logo .otziv-list__form-input .jq-file {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .24px;
    border: 1px solid #bdb1b1;
    padding: 10px 0 10px 20px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    cursor: pointer
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-logo .otziv-list__form-input .jq-file .jq-file__name {
    color: #ccc;
    font-family: 'Circe Light',sans-serif
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-logo .otziv-list__form-input .changed .jq-file__name {
    color: #000
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-logo .otziv-list__form-input input:focus {
    color: #000;
    border: 1px solid #746c6c
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-button {
    margin-top: 30px;
    width: 21%
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-button button {
    width: 100%;
    background: #bdb1b1;
    text-align: center;
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 0 10px;
    font-family: 'Circe Bold',sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#container .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-button button:hover {
    background: #c4b8b8
}

#container .otziv-list .otziv-list__form .otziv-list__form-items ::-webkit-input-placeholder {
    color: #959595
}

#container .otziv-list .otziv-list__form .otziv-list__form-items :-moz-placeholder {
    color: #959595
}

#container .otziv-list .otziv-list__form .otziv-list__form-items ::-moz-placeholder {
    color: #959595
}

#container .otziv-list .otziv-list__form .otziv-list__form-items :-ms-input-placeholder {
    color: #959595
}

#container .testimonials .wrap,#container .contacts .wrap {
    background: none
}

#container .testimonials .otziv-list .wrap,#container .contacts .otziv-list .wrap {
    padding-top: 5px;
    padding-bottom: 5px
}

#container .testimonials .otziv-list .otziv-list__block,#container .contacts .otziv-list .otziv-list__block {
    background: #f5f5f5
}

#container .testimonials .otziv-list .otziv-list__form-wrap,#container .contacts .otziv-list .otziv-list__form-wrap {
    background: #f1ebeb;
    padding-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px
}

#container .testimonials .otziv-list .otziv-list__form-wrap .otziv-list__form,#container .contacts .otziv-list .otziv-list__form-wrap .otziv-list__form {
    background: url(../images/smart2.png) left 30px no-repeat,url(../images/decor2.png) right 30px no-repeat;
    background-size: 200px
}

#container .contacts h2 {
    text-align: center;
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 2.16px;
    font-family: 'Circe Bold',sans-serif;
    padding: 0 25px;
    box-sizing: border-box;
    text-transform: uppercase;
    margin: 40px 0
}

#container .contacts h1 {
    margin-bottom: 40px
}

#container .contacts .footer__info {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify
}

#container .contacts .footer__info .footer__info-block p {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .24px
}

#container .contacts .footer__info .footer__location {
    padding-left: 38px;
    background-size: 18px;
    order: 4;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 4;
    -ms-flex-order: 4
}

#container .contacts .footer__info .footer__soc-mail {
    margin: 10px;
    padding: 10px;
    max-width: 640px;
    order: 3;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 3;
    -ms-flex-order: 3
}

#container .contacts .footer__info .footer__soc-mail p a {
    color: #8f7a7a
}

#container .contacts .footer__info .footer__soc-mail p a:hover {
    color: #000
}

#container .contacts .footer__info .footer__soc-mail p:last-child a {
    color: #000;
    text-decoration: none;
    margin: 0 3px;
    display: inline-block
}

#container .contacts .footer__info .footer__soc-mail p:last-child a i {
    font-size: 12px
}

#container .contacts .footer__info .footer__soc-mail p:last-child a:hover i {
    color: #000
}

#container .contacts .footer__info .footer__soc-mail .whatsapp {
    width: 22px
}

#container .contacts .footer__info .footer__schedule {
    margin: 10px;
    padding: 10px;
    max-width: 640px;
    order: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2
}

#container .contacts .footer__info .footer__contacts {
    max-width: 1310px;
    order: 2;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 2;
    -ms-flex-order: 2
}

#container .contacts .footer__info .footer__contacts p {
    line-height: 18px;
    font-size: 12px
}

#container .contacts .footer__info .footer__contacts p img {
    width: 20px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin: 0 0 0 5px
}

#container .contacts .footer__info .footer__contacts p a {
    letter-spacing: 1.2px;
    display: inlone-block;
    color: #000;
    text-decoration: none;
    margin-left: 7px
}

#container .contacts .footer__info .footer__contacts p:last-child {
    margin: 0
}

#container .contacts .footer__info .footer__phone-work {
    order: 1;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 1;
    -ms-flex-order: 1
}

#container .contacts .footer__info .footer__phone-work p {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.8px;
    text-align: right;
    margin-bottom: 2px;
    padding-top: 3px
}

#container .contacts .footer__info .footer__phone-work p span {
    font-family: 'Circe Bold',sans-serif
}

#container .contacts .footer__info .footer__phone-work p a {
    font-size: 18px;
    line-height: 18px;
    letter-spacing: 1.8px;
    text-decoration: none;
    color: #000
}

#container .contacts .footer__info .footer__phone-work p:last-child {
    font-size: 12px;
    letter-spacing: .24px;
    margin: 0;
    padding: 0
}

#container .contacts .footer__info .footer__phone-work p:last-child span {
    text-transform: uppercase;
    font-size: 10px;
    letter-spacing: 1px
}

#container .contacts .yandexmap p {
    font-size: 12px;
    line-height: 18px;
    @inclue ls(.24px);margin: 35px 0;
    text-align: center
}

#container .contacts .yandexmap #map {
    height: 450px;
    margin: 35px 0
}

#container .contacts .text .text__contacts-title {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    text-align: center;
    padding: 0 25px;
    box-sizing: border-box;
    font-family: 'Circe Bold',sans-serif;
    margin: -10px 0 35px 0
}

#container .contacts .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-button {
    width: 138px;
    margin: 40px auto 15px
}

#container .contacts .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-button button {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.68px;
    width: 100%;
    background: #bdb1b1;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 12px 0 10px;
    font-family: 'Circe Bold',sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#container .contacts .otziv-list .otziv-list__form .otziv-list__form-items .otziv-list__form-items-button button:hover {
    background: #c4b8b8
}






#container .work {
    background: #e5dbdb;
    padding-bottom: 55px
}

#container .work .work__title {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2.16px;
    padding: 52px 25px;
    box-sizing: border-box
}

#container .work .work__title b {
    font-family: 'Circe Bold',sans-serif
}

#container .work .work__carousel {
    margin: 0 10px
}

#container .work .work__carousel .work__block {
    margin-right: 10px;
    margin-left: 10px;
    position: relative
}

#container .work .work__carousel .work__block a {
    display: block
}

#container .work .work__carousel .work__block a:hover .work__info {
    -webkit-transform: scale(0);
    transform: scale(0)
}

#container .work .work__carousel .work__block img {
    display: block;
    width: 100%
}

#container .work .work__carousel .work__info {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    padding: 25px 0 0 35px;
    box-sizing: border-box;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

#container .work .work__carousel .work__info p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    color: #fff
}

#container .work .work__carousel .work__info p span,#container .work .work__carousel .work__info p b,#container .work .work__carousel .work__info p strong {
    font-family: 'Circe Bold',sans-serif
}

#container .work .work__carousel .work__info img {
    position: absolute;
    bottom: 5px;
    left: -5px;
    width: 50%
}

#container .work .work__wrap-block {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 20px;
    justify-content: center;
}

#container .work .work__wrap-block .work__block {
    margin-right: 20px;
    position: relative
}

#container .work .work__wrap-block .work__block a {
    display: block
}

#container .work .work__wrap-block .work__block a:hover .work__info {
    -webkit-transform: scale(0);
    transform: scale(0)
}

#container .work .work__wrap-block .work__block img {
    display: block;
    width: 100%
}

#container .work .work__wrap-block .work__block:last-child {
    margin-right: 0
}

#container .work .work__wrap-block .work__info {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    padding: 25px 0 0 35px;
    box-sizing: border-box;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

#container .work .work__wrap-block .work__info p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    color: #fff
}

#container .work .work__wrap-block .work__info p span,#container .work .work__wrap-block .work__info p b,#container .work .work__wrap-block .work__info p strong {
    font-family: 'Circe Bold',sans-serif
}

#container .work .work__wrap-block .work__info img {
    position: absolute;
    bottom: 5px;
    left: -5px;
    width: 50%
}

#container .work .work__button {
    display: block;
    background: #bdb1b1;
    box-sizing: border-box;
    text-align: center;
    width: 141px;
    padding: 12px 0 10px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.68px;
    color: #fff;
    font-family: 'Circe Bold',sans-serif;
    text-transform: uppercase;
    text-decoration: none;
    margin: 39px auto 0
}

#container .work .work__button:hover {
    background: #c4b8b8
}

#container .work .work_portfolio {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'Circe Bold',sans-serif;
    width: 235px;
    padding: 12px 0 10px;
    background: #bdb1b1;
    display: block;
    text-align: center;
    margin: 40px auto 0
}

#container .work .work_portfolio:hover {
    background: #c4b8b8
}

#container .work-two {
    background: #fff;
    padding-bottom: 0
}



#container .tabletop-elements {
    margin: 30px 0
}

#container .tabletop-elements h2,#container .tabletop-elements h3,#container .tabletop-elements h4,#container .tabletop-elements h5 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2.16px;
    text-align: center;
    font-family: 'Circe Bold',sans-serif;
    margin: 55px 25px 45px 25px;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

#container .tabletop-elements .tabletop-certificates {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    width: 60%;
    margin: 0 auto
}

#container .tabletop-elements .tabletop-certificates__element {
    position: relative;
    width: 49%;
    margin: 0;
    box-sizing: border-box;
    padding-right: 20px
}

#container .tabletop-elements .tabletop-elements__element-wrap {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap
}

#container .tabletop-elements .tabletop-elements__element {
    position: relative;
    width: 31%;
    box-sizing: border-box;
    margin-right: 3.33%;
    margin-bottom: 30px
}

#container .tabletop-elements .tabletop-elements__element.column-2 {
    width: 48%;
    margin-left: 2%;
    margin-right: 2%;
}

/* Первый элемент - отступ слева 0 */
#container .tabletop-elements .tabletop-elements__element.column-2:first-child {
    margin-left: 0;
}

/* Последний элемент - отступ справа 0 */
#container .tabletop-elements .tabletop-elements__element.column-2:last-child {
    margin-right: 0;
}

#container .tabletop-elements .tabletop-elements__element a,#container .tabletop-elements .tabletop-certificates__element a {
    display: block
}

#container .tabletop-elements .tabletop-elements__element a:hover .tabletop-elements__info {
    -webkit-transform: scale(0);
    transform: scale(0)
}

#container .tabletop-elements .tabletop-elements__element img,#container .tabletop-elements .tabletop-certificates__element img {
    display: block;
    width: 100%
}

#container .tabletop-elements .tabletop-elements__element:nth-child(3n+3) {
    margin-right: 0
}

#container .tabletop-elements .tabletop-elements__info {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    padding: 25px 0 0 30px;
    box-sizing: border-box;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

#container .tabletop-elements .tabletop-elements__info p {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    color: #fff;
    margin: 0
}

#container .tabletop-elements .tabletop-elements__info p span,#container .tabletop-elements .tabletop-elements__info p b,#container .tabletop-elements .tabletop-elements__info p strong {
    font-family: 'Circe Bold',sans-serif
}

#container .tabletop-elements .tabletop-elements__button {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1.68px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    font-family: 'Circe Bold',sans-serif;
    width: 195px;
    padding: 12px 0 10px;
    background: #bdb1b1;
    display: block;
    text-align: center;
    margin: 30px auto 0
}

#container .tabletop-elements .tabletop-elements__button:hover {
    background: #c4b8b8
}

#container .three-tabletop-elements-no-paddingbottom .tabletop-elements__element {
    margin-bottom: 0
}

#container .text {
    margin: 55px 0
}

#container .text .text__pink {
    background: #f1ebeb;
    padding: 20px 60px
}

#container .text .text__gray {
    background: #f5f5f5;
    padding: 20px 60px
}

#container .text .text__white {
    background: #fff;
    padding: 20px 58px
}

#container .text .text__white-no-paddingtop {
    padding-top: 0
}

#container .text .text__white-no-paddingbottom {
    padding-bottom: 0
}

#container .text h2,#container .text h3,#container .text h4 {
    font-size: 18px;
    letter-spacing: 2.16px;
    text-transform: uppercase;
    margin: 15px 0
}

#container .text h2 b,#container .text h3 b,#container .text h4 b {
    font-family: 'Circe Bold',sans-serif
}

#container .text p {
    font-size: 16px;
    @inclue lh(18px);letter-spacing: .24px;
    margin: 15px 0
}

#container .text p span,#container .text p b,#container .text p strong {
    font-family: 'Circe Bold',sans-serif
}

#container .text p a {
    color: #8f7a7a
}

#container .text p a:hover {
    color: #000
}

#container .text ul {
    margin: 15px 0
}

#container .text ul li {
    font-size: 12px;
    @inclue lh(18px);letter-spacing: .24px;
    list-style: none;
    padding-left: 17px;
    position: relative
}

#container .text ul li a {
    color: #8f7a7a
}

#container .text ul li a:hover {
    color: #000
}

#container .text ul li:after {
    width: 6px;
    height: 6px;
    content: "";
    background: #bdb1b1;
    left: 0;
    position: absolute;
    top: 6px
}

#container .text .tabletop-elements {
    margin: 30px 0
}

#container .text .text__twoblock {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    margin-bottom: 55px
}










#container .text .text__twoblock h1,#container .text .text__twoblock h2,#container .text .text__twoblock h3,#container .text .text__twoblock h4,#container .text .text__twoblock p,#container .text .text__twoblock ul {
    position: relative;
    z-index: 2
}

#container .text .text__twoblock img {
    max-height: 250px;
    margin: auto;
    display: block
}

#container .text .text__twoblock .text__block-left {
    width: 50%;
    padding: 20px 52px;
    box-sizing: border-box;
    background: #f1ebeb;
    position: relative;
    overflow: hidden
}

#container .text .text__twoblock .text__block-left .text__img-bg {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}

#container .text .text__twoblock .text__block-right {
    width: 50%;
    padding: 20px 52px;
    box-sizing: border-box;
    background: #f5f5f5;
    position: relative;
    overflow: hidden
}

#container .text .text__twoblock .text__block-right .text__img-bg {
    display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    width: 100%;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%
}




.jq-selectbox__dropdown ul li.color-items {
    background-position: left;
    background-repeat: no-repeat;
    background-size: 35px;
    padding-left: 40px
}

.jq-selectbox__dropdown ul li.color-items[data-id="1"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/1.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="2"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/2.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="3"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/3.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="4"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/4.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="5"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/5.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="6"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/6.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="7"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/7.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="8"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/8.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="9"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/9.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="10"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/10.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="11"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/11.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="12"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/12.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="13"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/13.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="14"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/14.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="15"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/15.jpg)
}

.jq-selectbox__dropdown ul li.color-items[data-id="29"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/29.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="30"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/30.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="31"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/31.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="32"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/32.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="33"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/33.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="34"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/34.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="35"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/35.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="36"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/36.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="37"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/37.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="38"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/38.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="39"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/39.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="40"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/40.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="41"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/41.png)
}

.jq-selectbox__dropdown ul li.color-items[data-id="42"] {
    background-image: url(/bitrix/templates/smartdecor/images/color/42.png)
}

#mainSlider .slider-arrow--right {
    margin-right: -120px;
    margin-top: -15px
}

#mainSlider .slider-arrow--left {
    margin-left: -125px;
    margin-top: -15px
}

#mainSlider .slide_image {
    cursor: pointer;
    max-width: 100%
}

#mainSlider .slide__block {
    text-align: center
}

.list-cp-basket {
    padding-left: 35px!important;
    background: url(../images/cart.png) 0 0 no-repeat;
    background-size: 29px
}

.close {
    color: transparent
}

#arenzaWidget {
    width: 100%;
    min-height: 1130px
}

#arenzaWidget .body[role=body] {
    overflow: hidden
}

.bk_container {
    display: inline-block
}

.bk_buy_button {
    border-radius: 0px!important;
    border: none!important;
    display: inline-block!important;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Circe Bold',sans-serif!important;
    font-size: 14px!important;
    line-height: 18px;
    letter-spacing: 1.68px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    background: #bdb1b1!important;
    text-align: center;
    padding: 12px 15px!important;
    margin-right: 20px
}

.bx-filter-param-btn-block label.bx-active {
    background-color: #E0DBDB
}

.smartfilter span.count {
    position: absolute;
    border-radius: 50%;
    background-color: red;
    border: 1px solid;
    height: 18px;
    text-align: center;
    width: 18px;
    color: white;
    font-size: 10px;
    font-weight: 700;
    margin-top: -3px
}

div#container header {
    padding: 7px 0px 11px 0px;
}

.col-lg-12.bx-filter-title {
    display: flex;
    justify-content: space-between;
}

ul.sticky-toch li:nth-child(3) {
    display: none;
}

.overflow-hidden {
	overflow: hidden;
}


header .center {
	margin: 0 auto;
	max-width: 1024px;
}


footer {
	padding: 39px 0 60px 0;
}

footer .center {
	margin: 0 auto;
	max-width: 1009px;
	padding-left: 25px;
	padding-right: 25px;
}

footer .footer-nav {
	font-size: 0;
	line-height: 0;
	text-align: left;
	margin-bottom: 33px;
}

footer .footer-nav>li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

footer .footer-nav>li>a {
	display: inline-block;
	font-family: 'Circe ExtraBold',sans-serif;
	font-size: 10px;
	line-height: 17px;
	color: #000;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1.15px;
}

footer .footer-nav>li>a:hover {
	color: #8f7a8a;
	text-decoration: none;
}

footer .footer-nav>.fn-list-1 {
	width: 19%;
}

footer .footer-nav>.fn-list-2 {
	width: 16%;
}

footer .footer-nav>.fn-list-3 {
	width: 13%;
}

footer .footer-nav>.fn-list-4 {
	width: 17%;
}

footer .footer-nav>.fn-list-5 {
	width: 18%;
}

footer .footer-nav>.fn-list-6 {
	width: 17%;
}

footer .footer-nav>li>ul {
	display: none;
	margin-top: 8px;
}

footer .footer-nav>li>ul,footer .footer-nav>li>ul li {
	text-align: center;
}

footer .footer-nav>li>ul li a {
	display: inline-block;
	font-family: 'Circe Light',sans-serif;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: .24px;
	color: #b69d9d;
	text-decoration: none;
}

footer .footer-nav>li>ul li a:hover {
	color: #b69d9d;
	text-decoration: none;
}

footer .footer-info {
	margin-bottom: 32px;
}

footer .footer-info>ul:first-child {
	margin-left: 0;
}

footer .fi-address {
	width: 221px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-background-size: 18px;
	-moz-background-size: 18px;
	-o-background-size: 18px;
	-ms-background-size: 18px;
	background-size: 18px;
}

footer .fi-contacts {
	float: left;
	margin-left: 8%;
}

footer .fi-address li,footer .fi-contacts li {
	font-family: 'Circe Light',sans-serif;
	font-size: 12px;
	line-height: 21px;
	color: #000;
}

footer .fi-contacts li>a {
	color: #8f7a7a;
	text-decoration: underline;
}

footer .fi-contacts li>a:hover {
	color: #000;
	text-decoration: underline;
}

footer .fi-contacts li>span,footer .fi-contacts li>ul,footer .fi-contacts li>ul>li {
	display: inline-block;
}

footer .fi-contacts li>ul>li {
	margin: 0 2px;
}

footer .fi-contacts li>ul>li a {
	display: inline-block;
	text-decoration: none;
	color: #000;
}

footer .fi-contacts li>ul a:hover {
	color: #746c6c;
	text-decoration: none;
}

footer .fi-contact-links {
	width: 220px;
	float: right;
	margin-right: 5%;
}

footer .fi-contact-links li {
	display: block;
	font-size: 0;
	line-height: 0;
}

footer .fi-contact-links li.fcl-whatsapp span {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-right: 16px;
	-webkit-background-size: 20px;
	-moz-background-size: 20px;
	-o-background-size: 20px;
	-ms-background-size: 20px;
	background-size: 20px;
}

footer .fi-contact-links li span,footer .fi-contact-links li a {
	display: inline-block;
	vertical-align: baseline;
	font-family: 'Circe Light',sans-serif;
	color: #000;
	text-decoration: none;
	line-height: 21px;
}

footer .fi-contact-links li a:hover {
	color: #000;
	text-decoration: none;
}

footer .fi-contact-links li span {
	min-width: 94px;
	font-size: 12px;
	letter-spacing: .4px;
}

footer .fi-contact-links li a {
	font-size: 12px;
	letter-spacing: 1.15px;
	text-transform: uppercase;
}

footer .fi-contact-links li a {
	margin-left: 10px;
	color: #000;
    text-decoration: none;
    text-transform: none;
}

footer .fi-work-info {
	width: 200px;
	float: right;
	font-size: 10px;
}

footer .fi-work-info li {
	display: block;
	font-size: 12px;
	line-height: 17px;
	letter-spacing: .4px;
}

footer .fi-work-info li a,footer .fi-work-info li span {
	display: inline-block;
	vertical-align: baseline;
}

footer .fi-work-info li span {
	font-family: 'Circe Light',sans-serif;
}

footer .fi-work-info li a {
	color: #000;
	text-decoration: none;
	text-transform: none;
}

footer .fi-work-info li a:hover {
	color: #000;
}

footer .fi-work-info li a span {
	letter-spacing: normal;
}

footer .fi-work-info li:first-child {
	margin: 1px 0 2px 0;
}


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

footer .footer-copyrights .fc-logo {
	display: block;
	width: 53px;
	height: auto;
	margin: 0 auto 17px auto;
	image-resolution: from-image;
	image-rendering: optimize-contrast;
	user-modify: none;
	-webkit-user-drag: none;
}

footer .footer-copyrights>div {
	text-align: center;
	font-family: 'Circe Light',sans-serif;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1.15px;
	text-transform: uppercase;
}

footer .footer-copyrights>div span {
	position: relative;
	top: -2px;
}

footer .footer-copyrights b {
	font-family: 'Circe Bold',sans-serif;
}



@media only screen and (max-width:960px) {

	footer .fi-contacts {
		margin-left: 3%;
	}

	footer .fi-contact-links {
		margin-right: 3%;
	}
}

@media only screen and (max-width:860px) {
	footer .center {
		padding-left: 15px;
		padding-right: 15px;
	}

	footer .footer-nav>li {
		width: 33.333%!important;
	}

	footer .footer-nav>li>ul {
		display: block;
	}

	footer .footer-nav>li:first-child {
		margin-left: 0;
	}

	footer .footer-nav>.fn-list-4,footer .footer-nav>.fn-list-5,footer .footer-nav>.fn-list-6 {
		margin-top: 20px;
	}

	footer .footer-info {
		font-size: 0;
		line-height: 0;
		text-align: justify;
	}

	footer .footer-info:after {
		content: '';
		display: inline-block;
		width: 100%;
		height: 0;
		visibility: hidden;
		overflow: hidden;
	}

	footer .fi-address,footer .fi-contacts,footer .fi-contact-links,footer .fi-work-info {
		float: none;
		margin: 0;
		display: inline-block;
	}

	footer .fi-contact-links {
		display: none;
	}
}


@media only screen and (max-width:680px) {
	.catalog-items .item {
		width: 50%;
	}

	footer {
		padding: 19px 0 30px 0;
	}

	footer .center {
		padding-left: 15px;
		padding-right: 15px;
	}

	footer .footer-nav {
		margin-bottom: 30px;
	}

	footer .footer-nav>.fn-list-1,footer .footer-nav>.fn-list-2,footer .footer-nav>.fn-list-3,footer .footer-nav>.fn-list-4,footer .footer-nav>.fn-list-5,footer .footer-nav>.fn-list-6 {
		margin-top: 20px;
	}

	footer .footer-nav>li {
		width: 50%!important;
		text-align: left;
	}

	footer .footer-nav>li>ul,footer .footer-nav>li>ul li {
		text-align: left;
	}

	footer .footer-info {
		text-align: center;
		position: relative;
		right: -2.5%;
		margin-bottom: 30px;
	}

	footer .fi-address,footer .fi-contacts,footer .fi-contact-links,footer .fi-work-info {
		width: 220px;
		text-align: left;
		margin: 0 4.5% 4.5% 2.5%;
	}

	footer .footer-info>ul:first-child {
		margin-left: 0;
	}

	footer .fi-contact-links {
		display: inline-block;
	}
}



@media only screen and (max-width:480px) {
	footer {
		padding: 5px 0 55px 0;
	}

	footer .footer-info {
		text-align: center;
		position: static;
		right: auto;
		margin-bottom: 30px;
	}

	footer .fi-address,footer .fi-contacts,footer .fi-contact-links,footer .fi-work-info {
		width: 225px;
		text-align: left;
		margin: 0;
		vertical-align: top;
	}

	footer .footer-info>ul:first-child {
		margin-left: 0;
	}

	footer .fi-contact-links {
		display: inline-block;
	}
}



.footer-copyrights img {
	max-width: 54px;
}
/* line */
.bx_catalog_line {
	margin-bottom: 30px;
}

.bx_catalog_line .bx_catalog_line_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_line .bx_catalog_line_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul {
	padding: 0;
}

.bx_catalog_line .bx_catalog_line_ul li {
	margin-bottom: 20px;
	list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before {
	content: '' !important;
}

.bx_catalog_line .bx_catalog_line_img {
	position: relative;
	display: block;
	float: left;
	overflow: hidden;
	margin-right: 40px;
	width: 125px;
	height: 125px;
	border: 1px solid #ccc;
	border-radius: 2px;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 18px;
}

.bx_catalog_line .bx_catalog_line_title a {
	color: #4c7da6;
	font-size: 18px;
}

.bx_catalog_line .bx_catalog_line_title a:hover {
	text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_title span {
	font-size: 16px;
}

.bx_catalog_line .bx_catalog_line_description {
	color: #3f3f3f;
	font-size: 13px;
	line-height: 16px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_line .bx_catalog_line_img {
		margin-right: 10px;
		width: 50px;
		height: 50px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_title a {
		font-size: 14px;
	}

	.bx-touch .bx_catalog_line .bx_catalog_line_description {
		font-size: 11px;
	}
}

.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description {
	transition: all 0.3s ease;
}

/* text */
.bx_catalog_text {
	margin-bottom: 30px;
}

.bx_catalog_text .bx_catalog_text_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_text .bx_catalog_text_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul {
	padding: 0;
}

.bx_catalog_text .bx_catalog_text_ul li {
	float: left;
	margin: 0 10px 10px;
	list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before {
	content: '' !important;
}

.bx_catalog_text .bx_catalog_text_title {
	margin: 0;
	padding: 0;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
}

.bx_catalog_tile .bx_catalog_tile_title a {
	max-width: 100%;
	color: #5f5f5f;
	font-family: 'Circe Bold';
}

.bx_catalog_text .bx_catalog_text_title a:hover {
	text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_title span {
	font-size: 12px;
}

@media (max-width: 639px) {
	.bx-touch .bx_catalog_text .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_catalog_text .bx_catalog_line_title a {
		font-size: 12px;
	}
}

.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a {
	transition: all 0.3s ease;
}

/* tile */

.bx_catalog_tile {
	margin-bottom: 0px;
}

.bx_catalog_tile .bx_catalog_tile_category_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
	color: #000;
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul {
	padding: 0;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
	float: left;
	box-sizing: border-box;
	margin-bottom: 20px;
	padding: 0 10px;
	width: 12.5%;
	list-style: none;
	text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before {
	content: '' !important;
}

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
	clear: both;
}

.bx_catalog_tile .bx_catalog_tile_img {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	height: 180px;
	/* border: 1px solid #ccc; */
	border-radius: 2px;
	/* background-color: #fff; */
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	filter: contrast(0.92);
}

.bx_catalog_tile .bx_catalog_tile_title {
	margin-top: 5px;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	line-height: 14px;
	display: flex;
	justify-content: center;
	padding: 0 11px;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover {
	text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_title span {
	font-size: 12px;
}

/*2*/
@media (max-width: 980px) {
	.bx_catalog_tile .bx_catalog_tile_ul li {
		width: 20%;
	}

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
		clear: none;
	}

	.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
		clear: both;
	}
}

/*3*/
@media (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		margin-bottom: 5px;
		line-height: 14px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title {
		line-height: 10px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_title a {
		font-size: 15px;
	}
}

@media (min-width: 480px) and (max-width: 639px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
		width: 25%;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) {
		clear: both;
	}
}

/*4*/
@media (max-width: 479px) {
	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
		width: 33.3%;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_img {
		width: 100%;
		height: 123px;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
		clear: none;
	}

	.bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) {
		clear: both;
	}
}

.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img {
	transition: all 0.3s ease;
}

/* list */

.bx_sitemap {
	margin-bottom: 30px;
}

.bx_sitemap .bx_sitemap_title {
	padding-bottom: 14px;
	border-bottom: 1px solid #e5e5e5;
	font-size: 24px;
}

.bx_sitemap .bx_sitemap_title a {
	color: #000;
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
	padding: 0;
	line-height: 14px;
}

.bx_sitemap .bx_sitemap_ul li:before {
	content: '' !important;
}

.bx_sitemap .bx_sitemap_li_title {
	display: inline-block;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	vertical-align: top;
	font-weight: normal;
	line-height: 13px;
}

.bx_sitemap .bx_sitemap_li_title a {
	color: #4c7da6;
	white-space: nowrap;
	font-size: 13px;
}

.bx_sitemap .bx_sitemap_li_title a:hover {
	text-decoration: none;
}

.bx_sitemap .bx_sitemap_li_title span {
	font-size: 11px;
}

@media (max-width: 639px) {
	.bx-touch .bx_sitemap .bx_catalog_line_title {
		margin-bottom: 5px;
		line-height: 12px;
	}

	.bx-touch .bx_sitemap .bx_catalog_line_title a {
		font-size: 12px;
	}
}

.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a {
	transition: all 0.3s ease;
}

ul.tohuchwu-catalog-section-cont {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

ul.tohuchwu-catalog-section-cont li {
	width: 30%;
}

ul.tohuchwu-catalog-section-cont a {
	font-family: 'Circe';
	font-size: 17px;
}

ul.tohuchwu-catalog-section-cont li {
	background: #f5f5f5;
	margin: 10px;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #eaeaea;
}

h1.catalog-tochukwu-h.cat-main-page {
	margin-bottom: 24px !important;
	font-size: 38px !important;
}

p.cat-main-page-desc {
	margin-bottom: 40px;
	font-family: 'Circe Light',sans-serif;
	font-size: 15px;
}

@media screen and (max-width: 640px) {
	ul.tohuchwu-catalog-section-cont li {
		width: 44%;
		margin: 7px;
	}

	h1.catalog-tochukwu-h.cat-main-page {
		margin-bottom: 3px !important;
		font-size: 25px !important;
		padding: 0 20px !important;
	}
}

span.tochukwu-sort-name {
	padding: 4px 6px;
	border-radius: 3px;
	background: #f7f7f7;
	box-shadow: 2px 1px 2px -3px black;
	color: #9a9a9a;
	border-bottom: 1px solid #dedede;
}

a.sort-links-catalog {
	color: #9e9e9e;
	font-size: 12px;
}

.sort {
	text-align: right;
	margin-bottom: 10px;
	color: #8e8e8e;
}

body.compensate-for-scrollbar {
	padding-right: 17px;
}

ul.sticky-toch li:nth-child(3) {
	display: none;
}

.main-page ul.tohuchwu-catalog-section-cont li {
	background: none;
}
@keyframes progress {
	0% {
		stroke-dasharray: 0 100;
	}
}

.vertical .tabs__caption .active:after {
	left: auto;
	top: 0;
	right: -2px;
	bottom: 0;
	width: 2px;
	height: auto;
}

li {
	list-style-type: none;
}

div#container header {
	border-bottom: 1px solid #ebebeb;
}

header.mobile {
	z-index: 2;
	background: #fff;
}



ul.group-sub.group-sub-category {
	break-inside: avoid;
	width: 100%;
	padding-left: 0;
	transition: ease-in-out .3s;
	padding-bottom: 8px;
	margin-bottom: 10px;
	border-radius: 4px;
}


input,input:active,input:focus {
	outline: 0!important;
}

.tochukwu-radio-filter label:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 1px;
}

.tochukwu-radio-filter input[type=radio]:checked+label:before {
	content: '';
	width: 11px;
	height: 7px;
	position: absolute;
	top: 3px;
	border: 3px solid #f5c61a;
	border-top: none;
	border-right: none;
	background: 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


ul.sticky-toch li:nth-child(2):hover img {
	margin-right: 5px;
}

.tochukwu-order-soc label[for=toggle-soc-mobile]:hover {
	cursor: pointer;
}

.tochukwu-order-soc #menu-toggle-soc:before {
	content: '';
	height: 3px;
	width: 30px;
	box-shadow: 0 20px 0 0 #a9eee6,0 10px 0 0 #a9eee6;
	display: inline-block;
	margin: 0 10px;
	background-color: #a9eee6;
}

.tochukwu-order-soc #toggle-soc-mobile:checked~label {
	visibility: hidden;
}

.tochukwu-order-soc #toggle-soc-mobile:checked~ul {
	visibility: visible;
	-webkit-transition: visibility 0s,opacity .5s,height .3s,width .3s;
	transition: visibility 0s,opacity .5s,height .3s,width .3s;
	opacity: 1;
	height: 300px;
	font-size: 20px;
	overflow: hidden;
}

.tochukwu-order-soc ul i {
	position: absolute;
	bottom: 10px;
	right: 10px;
}




@media screen and (max-width:1200px) {
	.content-slider-design {
		max-width: 920px;
	}
}

@media screen and (max-width:992px) {
	.content-slider-design {
		max-width: 920px;
		margin-top: 100px;
		height: auto;
		min-height: 100vh;
	}
}

@media screen and (max-width:767px) {
	.content-slider-design {
		margin-top: 20px;
	}
}

@media screen and (max-width:576px) {
	.content-slider-design {
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1200px) {
	.bg-shape {
		width: 45%;
	}
}

@media screen and (max-width:992px) {
	.bg-shape {
		width: 90%;
		height: 290px;
		align-items: flex-start;
		padding: 50px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width:767px) {
	.bg-shape {
		padding: 30px;
		width: 95%;
		border-radius: 20px;
	}
}

@media screen and (max-width:576px) {
	.bg-shape {
		height: 200px;
		padding: 30px;
	}
}

@media screen and (max-width:1200px) {
	.bg-shape img {
		width: 430px;
		left: 10px;
	}
}

@media screen and (max-width:992px) {
	.bg-shape img {
		transform: none;
		width: 100%;
		position: relative;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		object-fit: contain;
		height: 100%;
		object-position: top center;
	}
}

button:active,button:focus {
	outline: 0;
}

@media screen and (max-width:992px) {
	.next,.prev {
		top: 381px;
	}
}

@media screen and (max-width:1200px) {
	.prev {
		left: -21%;
	}
}

@media screen and (max-width:992px) {
	.prev {
		left: 0;
		transform: translate(-50%,-50%);
	}
}

@media screen and (max-width:576px) {
	.prev {
		transform: translate(20%,-50%);
	}
}

@media screen and (max-width:576px) {
	.next {
		transform: translate(-20%,-50%);
	}
}

@media screen and (max-width:1200px) {
	.product-slider {
		width: 80%;
	}
}

@media screen and (max-width:992px) {
	.product-slider {
		width: 80%;
		left: 50%;
		transform: translateX(-50%);
		height: auto;
		position: relative;
		top: 0;
		margin-top: 170px;
		margin-bottom: 100px;
	}

	.product-slider br {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.product-slider {
		border-radius: 20px;
	}
}

@media screen and (max-width:576px) {
	.product-slider {
		width: 91%;
		margin-top: 0;
		box-shadow: none;
		margin-bottom: 17px;
	}
}

@media screen and (max-width:992px) {
	.product-slider__item {
		height: auto;
	}
}

.product-slider__item.swiper-slide-active circle {
	animation: progress 1s ease-out forwards;
	animation-delay: .5s;
	opacity: .75;
}

@media screen and (max-width:992px) {
	.product-slider__card {
		align-items: flex-start;
	}
}

@media screen and (max-width:767px) {
	.product-slider__card {
		border-radius: 20px;
	}
}

@media screen and (max-width:767px) {
	.product-slider__cover {
		border-radius: 5px;
	}
}

@media screen and (max-width:1200px) {
	.product-slider__content {
		padding-left: 220px;
	}
}

@media screen and (max-width:992px) {
	.product-slider__content {
		padding: 280px 60px 100px;
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	.product-slider__content {
		padding: 300px 30px 50px;
	}
}

@media screen and (max-width:576px) {
	.product-slider__content {
		padding-top: 100px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media screen and (max-width:1200px) {
	.product-slider__title {
		font-size: 34px;
	}
}

@media screen and (max-width:576px) {
	.product-slider__title {
		font-size: 24px;
	}
}

@media screen and (max-width:1200px) {
	.product-slider__price {
		font-size: 36px;
	}
}

@media screen and (max-width:576px) {
	.product-slider__price {
		font-size: 30px;
	}
}

.product-slider__price sup {
	top: -20px;
	font-size: 65%;
}

@media screen and (max-width:768px) {
	.product-slider__cart {
		margin-right: 30px;
	}
}

@media screen and (max-width:576px) {
	.product-slider__cart {
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
}

@media screen and (max-width:992px) {
	.product-ctr {
		justify-content: center;
	}
}

@media screen and (max-width:767px) {
	.product-ctr {
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.product-ctr .hr-vertical {
		width: 100%;
		margin: 35px 0;
		height: 1px;
	}

	.product-labels {
		width: 100%;
	}
}

@media screen and (max-width:992px) {
	.product-labels__group {
		justify-content: center;
	}
}

@media screen and (max-width:767px) {
	.product-inf {
		width: 100%;
	}
}

.product-inf__percent circle {
	transform: rotate(180deg) scaleY(-1);
	transform-origin: 50%;
}

@media screen and (max-width:1200px) {
	.product-img {
		width: 430px;
		left: 20%;
	}
}

@media screen and (max-width:992px) {
	.product-img {
		width: 430px;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		height: 350px;
	}
}

@media screen and (max-width:767px) {
	.product-img {
		width: 100%;
		max-width: 400px;
		top: 30px;
		height: 390px;
	}
}

@media screen and (max-width:576px) {
	.product-img {
		max-width: 300px;
		height: 300px;
	}
}

@media screen and (max-width:576px) {
	.social {
		flex-direction: column;
		bottom: 0;
	}
}

@media screen and (max-width:576px) {
	.social__item {
		margin-bottom: 10px;
	}
}

@media screen and (max-width:580px) {
	.head-design-cont p {
		font-size: 24px;
		margin: 19px 0 0;
	}

	.head-design-cont h1 {
		font-size: 14px!important;
		line-height: 16px!important;
		margin-top: 4px!important;
	}

	.top-cont-design {
		background-size: 100%;
		min-height: auto;
	}

	.interior-for-horeca.row {
		background: 0 0;
		margin-top: 275px;
	}

	.header-middle-about-design h3,.text-top-design .title-design-block {
		font-size: 35px;
		margin-bottom: 20px;
		line-height: 36px;
	}

	.img-anivers {
		width: 150px;
		height: 150px;
		position: absolute;
		border-radius: 50%;
		background: #ffe1aba8;
		top: -139px;
		left: 173px;
		transform: rotate(-7deg);
	}

	.text-top-design p {
		margin-bottom: 27px;
	}

	.text-top-design {
		margin-top: 40px;
		margin-left: 28px;
		margin-bottom: 5px;
	}

	.header-middle-about-design h3 {
		text-align: left;
		margin-top: 45px;
		margin-left: 20px;
	}

	.header-middle-about-design p {
		text-align: center;
		font-size: 19px;
		text-transform: uppercase;
	}

	.spisok-design .info p {
		--slist: #ffffff, #fff!important;
	}

	.price-tag-design {
		display: block;
		width: fit-content;
		float: right;
		margin-top: 14px;
	}

	h3.ex-design {
		margin: 101px 20px 38px 5px;
		font-size: 35px;
	}

	.podarok span {
		margin-top: 41px;
	}

	.afbf_submit_block {
		text-align: center!important;
	}

	.header-middle-about-design.slider-design-port h3 {
		margin-top: 14px;
		font-size: 35px;
		margin-bottom: 10px;
	}

	.slider-design-portfolio {
		margin-bottom: 213px;
		background: 0 0;
		margin-top: 80px;
	}

	.header-middle-about-design {
		margin-bottom: 25px;
	}

	.product-slider__card {
		border-radius: 5px;
	}

	.swiper-wrapper {
		border-radius: 15px;
	}

	.logo-design-slider,.product-img__item {
		display: none;
	}

	.content-slider-design {
		min-height: 500px;
	}
}

@media screen and (max-width:500px) {
	.sticky-container-toch {
		right: -147px!important;
		width: 193px;
		z-index: 99;
		bottom: 78px!important;
	}

	.sticky-toch li img {
		margin: 5px 7px;
	}

	ul.sticky-toch li:nth-child(2) {
		left: 0;
	}

	.sticky-toch li {
		border-radius: 16px 0 0 26px;
	}
}

@media screen and (max-width:599px) {
	.pic-row {
		background-size: 260px!important;
		background-position-x: 127px!important;
	}
}

#container .wrap,header .center {
	max-width: 1310px;
	padding: 0 14px;
	
}

/*#container .wrap p{*/
/*    padding: 0px 20px 0px 20px;*/
/*}*/

.header-phone-toch,.header-top-left-cont {
	display: flex;
	padding: 0;
}

.header-phone-toch svg {
	margin-right: 8px;
	position: relative;
	top: -1px;
}

.header-email-toch {
	padding: 0;
	text-align: center;
}

.header-email-toch p {
	display: initial;
	color: #545454;
	font-size: 13px;
	padding: 3px 5px;
	border-radius: 4px;
	border: 1px solid #929292;
	margin-right: 50px;
}

.header-top-right-cont {
	padding: 0;
	text-align: right;
}

ul.top-menu-list li {
	display: inline;
	border-left: 1px solid #efefef;
	padding: 0 23px;
	color: #545454;
	font-size: 12px;
}

ul.top-menu-list li:last-child {
	border-right: 1px solid #d6d6d6;
}

body {
	font-family: 'Rubik',sans-serif;
	width: 100%;
}

.header-phone-toch p {
	font-size: 13px;
	color: #545454;
}

.header-border-cont {
	border-bottom: 1px solid #ebebeb;
    padding: 0px 15px 7px 15px;
	z-index: 314;
}

ul.top-menu-list a {
	color: #545454;
}

.header-middle-left-cont,.no-padding {
	padding: 0;
}

a.logo-smdekor {
	overflow: hidden;
}

a.logo-smdekor img {
	position: relative;
	left: -12px;
	width: 118px!important;
	margin-top: 10px;
}

.icons-header-text h5 {
	font-size: 12px;
	font-weight: 400;
	text-transform: uppercase;
	color: #444;
	margin-bottom: 2px;
	font-family: 'Circe Light',sans-serif;
}

.icons-header-text p {
	color: #91959b;
	line-height: 1.3;
	font-size: 13px;
	font-weight: 100;
}

.icon-header {
	padding: 13px 10px 10px;
}

.icons-header-text {
	line-height: 12px;
	margin-top: 10px;
	padding-left: 12px;
}

.icon-header svg g {
	fill: #424242;
}

.header-care svg {
	width: 19px;
	position: relative;
	top: 1px;
}

.header-garantee svg {
	width: 22px;
}

ul.toch-cart-head {
	display: flex;
	justify-content: flex-end;
}

ul.toch-cart-head li a {
	display: flex;
}

.tochukwu-head-nav a,li.bl-order b {
	text-transform: uppercase;
	font-weight: 500;
}

li.bl-order b {
	color: #545454;
	font-size: 12px;
	position: relative;
	top: -4px;
}

span.i-cart-info,span.i-fav-info {
	font-size: 11px;
	color: #fff;
	background: #f0c009;
	border-radius: 4px;
	font-weight: 500;
}

span.i-cart-info {
	position: absolute;
	top: -10px;
	padding: 0 6px;
	height: 15px;
	line-height: 16px;
	z-index: 1;
	left: 9px;
}

span.i-fav-info {
	position: relative;
	top: -15px;
	padding: 1px 5px;
}

ul.toch-cart-head .bl-bookmarks {
	margin-right: 22px;
}

.middle-head-cont {
    padding: 7px 15px 0px 15px;
}

.header-right-centre-cont {
	padding-top: 13px;
}

a,li.menu-item a:hover,ul.toch-cart-head a {
	text-decoration: none;
}

.tochukwu-head-nav li {
	display: inline;
}

.tochukwu-head-nav a {
	color: #505050;
	font-size: 13px;
	font-family: 'Circe Light',sans-serif;
	font-weight: 600;
	text-shadow: 1px 1px white;
}

.bottom-head-cont {
    padding: 15px 15px 0px 15px;
	background: #f7f7f7;
	height: 54px;
}

.search-menu-cont .search-form .input-text {
	width: 100%;
	border: 1px solid #dedede;
	border-radius: 6px;
	height: 37px;
}

.search-menu-cont .search-form {
	position: relative;
	top: -7px;
}

.search-menu-cont .search-form .input-submit {
	right: -13px;
}

.search-menu-cont .search-form .header__dynamic-result {
	width: 100%;
	z-index: 99;
}

@media screen and (max-width:1220px) {
	#container .wrap,header .center {
		max-width: 1050px;
	}

	.tochukwu-head-nav a {
		font-size: 12px;
	}
}

@media screen and (max-width:1110px) {
	#container .wrap,header .center {
		max-width: 910px;
	}

	.cart-head-title {
		display: none;
	}

	.tochukwu-head-nav a {
		padding-right: 10px;
	}
}

@media screen and (max-width:999px) {
	div#container header {
		padding-top: 0;
		padding-bottom: 0;
		width: 100%;
		border-bottom: none;
	}

	.header-border-cont,.header-middle-centre-cont {
		display: none;
	}

	.middle-head-cont {
		padding: 0;
		border-bottom: 1px solid #e8e8e8;
	}

	#container .wrap,header .center {
		margin: 0;
		padding: 0;
		max-width: 100%;
	}

	.header-menu-icon-cont {
		margin-left: 15px;
		padding-left: 10px;
		display: block!important;
	}

	.header-middle-left-cont {
		width: 33.33333333%;
		text-align: center;
	}

	.header-right-centre-cont {
		width: 50%;
		padding-right: 15px;
		display: flex;
		justify-content: space-around;
	}

	a.logo-smdekor img {
		width: 90px!important;
		position: relative;
		top: 4px;
		margin-top: 0;
	}

	ul.toch-cart-head .bl-bookmarks {
		margin-right: 7px;
	}

	.header-menu-icon-cont svg {
		margin-top: 12px;
	}
}

.dropdown-tochukwu {
	position: absolute;
	width: 100%;
	background: #fff;
	z-index: 28002;
	font-family: 'Circe Light',sans-serif;
}

.tabs__caption {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	position: relative;
	min-height: 450px;
	padding-left: 10px;
}

.tabs__caption li {
	position: relative;
	margin: 2px 0;
}

.tabs__caption .active {
	background: #fff;
	border-bottom-left-radius: 10px;
	border-top-left-radius: 10px;
	box-shadow: -4px 3px 6px -7px #848484;
}

.tabs__caption .active:after {
	content: '';
	position: absolute;
	bottom: -5px;
	left: 0;
	right: 0;
	height: 5px;
	background: #fff;
}

.tabs__content {
	display: none;
	background: #fff;
	padding-left: 10%;
	margin-left: 17%;
	padding-top: 35px;
}

.tabs__content.active {
	display: block;
}

.vertical .tabs__caption {
	float: left;
	display: block;
}

.vertical .tabs__caption li:last-child:before {
	display: none;
}

.vertical .tabs__content {
	overflow: auto;
}

.menu-container {
	position: absolute;
	overflow-y: auto;
	background-color: #f8f9f9;
	overflow-x: hidden;
	width: 17%;
    max-width: 320px;
	padding-bottom: 20px;
}

.menu-flex {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.menu-item {
	text-align: left;
	color: #fff;
}

.menu-item a {
	display: block;
	letter-spacing: -.5px;
	line-height: 39px;
	padding-left: 29px;
	color: #505050;
	font-size: 16px;
	font-weight: 600;
	padding-right: 23px;
	display: flex;
}

.menu-item a span {
	display: inline;
	font-size: 1.5rem;
}

.contenido {
	margin-left: 120px;
	padding: 20px 30px 0;
}

.dropdown-menu-toggle.mobile-icon-btn {
	z-index: 2;
	height: 38px!important;
	width: 50px;
	display: inherit;
	background: url(/img/menu-icon.svg);
	background-size: 19px;
	background-repeat: no-repeat;
	border: 0;
	background-position-y: 11px;
}

div#container header {
	padding: 7px 0 0;
	width: 100%;
	background: #fff;
	z-index: 10000;
}

.qwerty {
	width: 100%;
	height: 100%;
	position: absolute;
	background: rgba(26,49,77,.5);
	z-index: 27;
	display: none;
}

a.dropdown-menu-toggle {
	color: #505050;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	padding-left: 27px;
	cursor: pointer;
}

a.dropdown-menu-toggle:before {
	position: absolute;
	background-size: 17px;
	width: 23px;
	height: 23px;
	content: "";
	background-image: url(/img/menu-icon.svg);
	left: 0;
	background-repeat: no-repeat;
	top: 1px;
}

@media screen and (max-width:999px) {
	.dropdown-tochukwu {
		width: 88%;
	}

	.menu-container {
		width: 40%;
		background-color: #d2d2d2;
	}

	.tabs__content {
		margin-left: 37%;
		padding-left: 9%;
		padding-top: 18px;
	}

	.menu-item a span {
		display: block;
	}

	.menu-item {
		text-align: left;
	}

	li.menu-item.hidden.contacts-mob-menu-li,
    li.menu-item.hidden.proizvodstvo-mob-menu-li,
    li.menu-item.hidden.peretyazhka-mob-menu-li{
		display: block!important;
	}

	.menu-item a {
		line-height: 33px;
		font-size: 11px;
		display: flex;
		flex-direction: column;
		margin-left: 0;
		text-align: center;
		padding-right: 5px;
		text-transform: uppercase;
	}

	.menu-item a,.tabs__caption {
		padding-left: 0;
	}

	.tabs__caption .active {
		border-radius: 0;
	}
}

.tabs.vertical.center {
	padding: 0;
}

.dropdown-tochukwu:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	width: 50%;
	background-color: #f8f9f9;
}

li.menu-item span {
	margin-right: 13px;
	width: 32px;
	display: inline-block;
}

li.menu-item a:before {
	content: '';
	position: absolute;
	top: 11px;
	right: 9px;
	width: 14px;
	height: 14px;
	opacity: .25;
	background-image: url(https://statics.chiedocover.ru/img/ic_arrow-right_dark.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
}

.icon-menu.chair-icon {
	background-image: url(/upload/uf/2ea/2ea27e947d9ae91468d3ccb15ae36203.png);
}

.icon-menu.table-icon-menu {
	background-image: url(/upload/stol.png);
}

.icon-menu.armchair-icon {
	background-image: url(/upload/uf/168/168bad6cc347d25cabaaf7b6d5dfadee.png);
}

.icon-menu.sofas-icon {
	background-image: url(/upload/uf/6e0/6e08c18773d394d34324815fec57aa85.png);
}

.icon-menu.podstole-icon {
	background-image: url(/upload/uf/aba/aba9df26ef0bb4a4334c9b35c4bdcadd.png);
}

.icon-menu.table-top-icon {
	background-image: url(/upload/uf/0eb/0eb279766655eb297849a57c6685f97f.png);
}

.icon-menu.street-furniture-icon {
	background-image: url(/upload/uf/dea/dea0ab8e6ed64983cc5e8454d60e2bbe.png);
}

.icon-menu.bars-stand-icon {
	background-image: url(/upload/uf/213/213028cc00b837f2628efb34dd0262ec.png);
}

.icon-menu.peregordki-icon {
	background-image: url(/upload/uf/b42/b42a154fb84e89f392629e3590aa4c2f.png);
}

.icon-menu.smart-sale-icon {
	background-image: url(/img/catalog-images/sales-icon.png);
}

.icon-menu.interior-icon {
	background-image: url(/upload/uf/c6b/c6b8fec6cfd9bb223668d06b66bc5c17.png);
}

b.smart-sale-red {
	color: #ec4b4b;
	display: contents;
}

li.menu-item:first-child {
	margin-top: 27px;
}

.icon-menu {
	width: 20px;
	height: 29px;
	background-repeat: no-repeat;
	background-size: 20px;
	position: relative;
	top: 9px;
	margin-right: 14px;
}

@media screen and (max-width:999px) {
	.icon-menu {
		width: 100%;
		background-position: center;
	}

	li.menu-item a:before {
		display: none;
	}

	li.menu-item:first-child {
		margin-top: 10px;
	}

	.bx-searchtitle .bx-input-group .bx-form-control {
		height: 38px;
		border-radius: 8px 0 0 8px;
		background: #fff;
		border: 0;
	}

	.bx-searchtitle .bx-input-group-btn button {
		border-radius: 0 8px 8px 0;
		padding: 8px 12px!important;
		border: 1px #fff!important;
		background: #ffff!important;
	}
}

.group-sub-outer.group-sub-outer-col-4 {
	column-count: 3;
	column-gap: 1rem;
}

span.group-sub-title {
	font-weight: 600;
	padding-left: 10px;
	padding-top: 11px;
	display: block;
	font-size: 16px;
	padding-bottom: 5px;
	color: #505050;
}

li.group-sub-item a {
	font-size: 14px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	-ms-flex-align: center;
	align-items: center;
	line-height: 16px;
	border-radius: 30px;
	min-height: 24px;
	margin-bottom: 0;
	padding: 1px 13px;
	margin-left: 7px;
	color: #505050;
	font-weight: 100;
}

.tabs__content p {
	font-size: 18px;
	font-weight: 100;
	margin: 0;
}

@media screen and (max-width:999px) {
	.group-sub-outer.group-sub-outer-col-4 {
		column-count: 1;
		margin-left: 2px;
	}

	.tabs__content h4 {
		display: none;
	}
}

span.colour-swatch-item {
	width: 25px;
	height: 12px;
	border-radius: 30%;
	display: inline-block;
	margin-right: 10px;
	border: 1px solid #00000026;
}

.catalog-items .item {
	width: 25%;
}

.tochukwu-filter {
	padding: 0;
}

.content .wrap {
	display: block;
}

.breadcrumbs .wrap,.content .wrap {
	padding: 0!important;
}

.checkbox-tochukwu-filter::before,.tochukwu-checkbox .bx-filter-input-checkbox .jq-checkbox.checked::before {
	content: '';
	width: 11px;
	height: 7px;
	position: absolute;
	top: 3px;
	border: 3px solid #f5c61a;
	border-top: none;
	border-right: none;
	background: 0 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.tochukwu-checkbox .bx-filter-input-checkbox .jq-checkbox.checked::before {
	left: 7px;
}

.bx-filter-parameters-box.bx-active .fa-angle-up,.slick-slide.slick-loading img,.tochukwu-radio-filter input[type=radio] {
	display: none;
}

.checkbox-tochukwu-filter {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 4px;
	border: 0;
	width: 14px;
	height: 14px;
	cursor: pointer;
	position: relative;
}

.checkbox-tochukwu-filter::before {
	opacity: 0;
}

.checkbox-tochukwu-filter:checked::before {
	opacity: 1;
}

.tochukwu-descr-catalog {
	margin-bottom: 90px;
	margin-top: 17px;
	clear: both;
	padding-top: 25px;
}

.tochukwu-pagination-catalog {
	margin-top: 45px;
}

.tochukwu-product-pic-slider-controls img {
	max-height: 150px;
	margin: 0 auto;
	/*filter: contrast(.96);*/
}
.tochukwu-product-pic-slider-main a {
line-height: 400px;
text-align: center;
}
.tochukwu-product-pic-slider-main .slick-slide img {
	max-height: 100%;
	max-width: 100%;
	display:inline;
	vertical-align: middle;
}
.tochukwu-product-pic-slider-controls {
	/* margin-bottom: 30px; */
	/* margin-top: 20px; */
	padding: 0;
}

.tochukwu-product-pic-slider-main img {
	max-height: 460px;
	margin-left: auto;
	margin-right: auto;
}

.slick-slide:focus {
	outline: 0!important;
}

.tochukwu-product-pic-slider-controls .slick-current {
	border-radius: 3px;
}

.slick-slide {
	margin: 3px;
}

.slick-list,.slick-slider {
	position: relative;
	display: block;
}

.slick-slider {
	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 {
	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;
	margin-left: auto;
	margin-right: auto;
}

.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;
	/* background: #fff; */
}

.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;
	overflow: hidden;
	cursor: pointer;
}

.slick-arrow.slick-hidden,.tochukwu-order-soc input#toggle-soc-mobile {
	display: none;
}

.tochukwu-product-pic-slider-controls .slick-slide {
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 11px;
	filter: contrast(.96);
	background: #fafafa85;
}

.mobile-tochukwu-search {
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #f8f9f9;
}

.mobile-tochukwu-search .search-form {
	width: 95%;
}

.mobile-tochukwu-search .search-form .input-text {
	border: 2px solid #e4e4e4;
	border-radius: 4px;
}

@media screen and (min-width:1000px) {
	.mobile-tochukwu-search {
		display: none;
	}
}

.tochukwu-head-nav ul {
	display: flex;
	justify-content: space-around;
}

.order-cont {
	position: fixed;
	right: -138px;
	bottom: 130px;
	border-radius: 10px 0 0 10px;
	display: flex;
	align-items: center;
	z-index: 102;
	transition: .3s;
}

.order-cont a {
	color: #000;
	line-height: 47px;
	font-size: 16px;
	margin-left: 38px;
	padding-right: 17px;
	font-weight: 600;
	text-decoration: underline;
}

.order-cont img {
	position: relative;
	top: 9px;
	margin-right: 12px;
}

.round-order-cont {
	background: #ffbc00;
	border-radius: 100%;
	width: 56px;
	height: 56px;
	z-index: 1;
}

.round-order-cont img {
	position: relative;
	left: 17px;
	top: 14px;
}

.square-order-cont {
	background: #fff;
	height: 50px;
	margin-left: -25px;
}

.order-cont:hover {
	right: 0;
}

.roistat-lh-pulsator-phone {
	opacity: 1!important;
}

.sticky-container-toch {
	padding: 0;
	margin: 0;
	position: fixed;
	right: -132px!important;
	bottom: 200px!important;
	width: 200px;
	z-index: 99;
}

.sticky-toch li {
	list-style-type: none;
	background-color: #ffc700;
	color: #efefef;
	height: 56px;
	padding: 0;
	margin: 0 0 3px;
	-webkit-transition: all .25s ease-in-out;
	-moz-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out;
	cursor: pointer;
	border-radius: 16px 0 0 71px;
	box-shadow: 0 0 2px -1px #000000c7;
	background: linear-gradient(45deg,#ffbc00 44%,#e0e6e8 20%);
}

.sticky-toch li:hover {
	margin-left: -115px;
}

.sticky-toch li img {
	float: left;
	margin: 5px 33px 5px 27px;
	filter: drop-shadow(3px 2px 0 #5050502e);
	transition: 1s;
}

.sticky-toch li p {
	float: left;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	line-height: 43px;
	color: #fff;
}

ul.sticky-toch li {
	display: flex;
	align-items: center;
}

ul.sticky-toch li:nth-child(2) {
	left: -6px;
	position: relative;
	transition-duration: .3s;
	background: linear-gradient(45deg,#ffbc00 49%,#e0e6e8 20%);
}

ul.sticky-toch li:nth-child(3) {
	left: 6px;
	position: relative;
}

ul.sticky-toch li:nth-child(2) img {
	margin-right: 33px;
}

ul.sticky-toch a {
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

ul.sticky-toch li:nth-child(2):hover {
	background: #00bf55;
	background: linear-gradient(45deg,#00bf55 49%,#e0e6e8 20%);
}

ul.sticky-toch li:hover img {
	margin-right: 5px;
}

.tochukwu-order-soc {
	position: absolute;
	left: 20px;
	bottom: 20px;
	color: #625772;
	border: 2px solid #a9eee6;
}

.tochukwu-order-soc #menu-toggle-soc {
	position: absolute;
	right: 0;
	padding-bottom: 20px;
}

.tochukwu-order-soc ul {
	visibility: hidden;
	opacity: 0;
	height: 0;
	width: 0;
	background-color: #fff;
	padding: 2em 2em 1em 1em;
	list-style: none;
	margin: 0;
	position: relative;
	-webkit-transition: visibility 0s,opacity .5s .3s,height .3s,width .3s;
	transition: visibility 0s,opacity .5s .3s,height .3s,width .3s;
}

.tochukwu-order-soc ul li {
	margin-bottom: 1em;
	text-align: center;
}

.tochukwu-order-soc ul li:hover {
	cursor: pointer;
}

.roistat-lh-pulsator-phone,.search-page-cont li.menu-item a:before {
	display: none!important;
}

ul.sticky-toch {
	font-family: 'Circe Light',sans-serif;
}

button.i-lh-button {
	background: rgb(255 203 12);
	box-shadow: none!important;
}

.slider-main-slide {
	margin: 0!important;
}

.top-cont-design {
	background: url(/design_project/img/grey-interior.jpg) no-repeat;
	background-size: 90%;
	min-height: 752px;
}

.interior-for-horeca.row {
	background: #f3f3f3;
	border-radius: 26px;
	margin-top: 83px;
	background-image: url(/dizain_interera/img/coctails.png);
	background-size: 46%;
	background-repeat: no-repeat;
	background-position: calc(100% + 68px);
}

.header-middle-about-design h3,.text-top-design .title-design-block {
	font-size: 44px;
	font-weight: 500;
	line-height: 46px;
	margin-bottom: 20px;
}

.text-top-design {
	margin-top: 40px;
	margin-left: 38px;
	margin-bottom: 43px;
}

.spisok-design li,.text-top-design p {
	margin-bottom: 92px;
	font-size: 15px;
	font-weight: 100;
}

.text-top-design a {
	color: #e8ae29;
}

.head-design-cont p {
	font-size: 37px;
	color: #313131;
	margin: 19px 0 10px;
	font-weight: 600;
	font-family: 'Circe Bold',sans-serif;
}

.header-middle-about-design h3 {
	text-align: center;
	margin-top: 69px;
}

.header-middle-about-design p {
	text-align: center;
	margin-top: 12px;
	font-size: 26px;
	text-transform: uppercase;
}

.chair-design {
	text-align: right;
	position: relative;
}

.chair-design img {
	height: 557px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: .1;
	z-index: -1;
}

.spisok-design ul {
	float: right;
	margin-top: 120px;
	background: #f3f3f3;
	padding: 43px;
	border-radius: 19px;
}

.spisok-design li {
	border-radius: 5px;
	margin-bottom: 8px;
}

.col-sm-6.spisok-design {
	background-size: 656px;
}

.img-anivers {
	width: 160px;
	height: 160px;
	position: absolute;
	border-radius: 50%;
	background: #ffe1aba8;
	bottom: -29px;
	left: 173px;
	transform: rotate(-7deg);
}

.spisok-design .info {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow-x: hidden;
	min-height: 468px;
	counter-reset: p;
}

.spisok-design p {
	--wide: 0;
	--s: calc(1 - 2*var(--j));
	display: flex;
	flex-direction: var(--fdf, var(--narr, column));
	align-items: center;
	position: relative;
	z-index: calc(-1*var(--i));
	margin-left: calc(var(--wide)*(var(--p) - var(--i) - 2.5*var(--j) + 1)*6.5vw);
	padding: .05em calc(var(--wide)*3em + (1 - var(--wide))*2vw);
	width: 35em;
	max-width: calc(var(--wide)*75% + (1 - var(--wide))*100%);
	color: #000;
	counter-increment: p;
	font-size: 1em;
	line-height: 1.25;
}

@media (min-width:640px) {
	.spisok-design p {
		--wide: 1;
	}
}

@media (min-width:320px) {
	.spisok-design p {
		--narr: 0;
	}
}

.spisok-design p:before {
	--m: calc(1 - var(--narr, 1));
	order: calc(var(--m)*var(--j));
	padding: 0 calc(var(--m)*(1 - var(--j))*1rem) 0 calc(var(--m)*var(--j)*1rem);
	font-size: 5em;
	content: counter(p,decimal-leading-zero);
}

.spisok-design p:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: -.75em;
	left: 0;
	z-index: -1;
	padding-bottom: .75em;
	transform: skewx(calc(var(--wide)*-22.5deg));
	background: linear-gradient(calc(var(--s)*-90deg),var(--slist)) content-box,radial-gradient(rgb(0 0 0/10%),transparent 70%) calc(var(--j)*100%) 100%/65% 1.5em no-repeat;
	content: "";
}

.header-middle-about-design {
	margin-bottom: 49px;
}

.podarok span {
	font-size: 15px;
	display: block;
	margin-top: 13px;
	line-height: 16px;
	font-weight: 100;
}

.podarok b {
	font-weight: 500;
	color: #da0000;
}

.row.podarok {
	width: 100%;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
}

@media screen and (max-width:992px) {
	.wrapper {
		height: auto;
		min-height: 100vh;
	}
}

.content-slider-design {
	height: 600px;
	margin: auto;
	width: 100%;
	max-width: 1050px;
	display: flex;
	align-items: center;
	position: relative;
}

@media screen and (max-width:1200px) {
	.content-slider-design {
		max-width: 920px;
	}
}

@media screen and (max-width:992px) {
	.content-slider-design {
		max-width: 920px;
		margin-top: 100px;
		height: auto;
		min-height: 100vh;
	}
}

@media screen and (max-width:767px) {
	.content-slider-design {
		margin-top: 20px;
	}
}

@media screen and (max-width:576px) {
	.content-slider-design {
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

.bg-shape {
	height: 100%;
	background-image: linear-gradient(-45deg,#fff 0,#eaeaea 100%);
	border-radius: 30px;
	padding: 45px 40px;
	width: 50%;
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
}

@media screen and (max-width:1200px) {
	.bg-shape {
		width: 45%;
	}
}

@media screen and (max-width:992px) {
	.bg-shape {
		width: 90%;
		height: 290px;
		align-items: flex-start;
		padding: 50px;
		left: 50%;
		transform: translateX(-50%);
	}
}

@media screen and (max-width:767px) {
	.bg-shape {
		padding: 30px;
		width: 95%;
		border-radius: 20px;
	}
}

@media screen and (max-width:576px) {
	.bg-shape {
		height: 200px;
		padding: 30px;
	}
}

.bg-shape img {
	object-fit: contain;
	width: 210px;
	display: block;
	object-position: left center;
	opacity: 1;
	transform: rotate(-90deg) translateY(-50%);
	max-width: inherit;
	left: 10px;
	position: absolute;
	filter: grayscale(1);
}

@media screen and (max-width:1200px) {
	.bg-shape img {
		width: 430px;
		left: 10px;
	}
}

@media screen and (max-width:992px) {
	.bg-shape img {
		transform: none;
		width: 100%;
		position: relative;
		left: auto;
		margin-left: auto;
		margin-right: auto;
		object-fit: contain;
		height: 100%;
		object-position: top center;
	}
}

.next,.prev {
	z-index: 22;
	display: inline-flex;
	border: 0;
	width: 61px;
	height: 61px;
	border-radius: 50%;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	position: absolute;
	top: 50%;
	outline: 0;
	cursor: pointer;
}

.next.disabled,.prev.disabled {
	cursor: not-allowed;
}

.next:focus,.prev:focus,.product-slider__fav:focus {
	outline: 0;
}

@media screen and (max-width:992px) {
	.next,.prev {
		top: 381px;
	}
}

.prev {
	left: -30%;
	transform: translate(-100%,-50%);
}

@media screen and (max-width:1200px) {
	.prev {
		left: -21%;
	}
}

@media screen and (max-width:992px) {
	.prev {
		left: 0;
		transform: translate(-50%,-50%);
	}
}

@media screen and (max-width:576px) {
	.prev {
		transform: translate(20%,-50%);
	}
}

.next {
	right: 0;
	transform: translate(50%,-50%);
}

@media screen and (max-width:576px) {
	.next {
		transform: translate(-20%,-50%);
	}
}

.product-slider {
	width: 75%;
	height: 85%;
	border-radius: 30px;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	box-shadow: 0 0 0 33px rgb(243 243 243);
}

@media screen and (max-width:1200px) {
	.product-slider {
		width: 80%;
	}
}

@media screen and (max-width:992px) {
	.product-slider {
		width: 80%;
		left: 50%;
		transform: translateX(-50%);
		height: auto;
		position: relative;
		top: 0;
		margin-top: 170px;
		margin-bottom: 100px;
	}

	.product-slider br {
		display: none;
	}
}

@media screen and (max-width:767px) {
	.product-slider {
		border-radius: 20px;
	}
}

@media screen and (max-width:576px) {
	.product-slider {
		width: 91%;
		margin-top: 0;
		box-shadow: none;
		margin-bottom: 17px;
	}
}

.product-slider__wrp {
	height: 100%;
}

.product-slider__item {
	position: relative;
	height: 100%;
	width: 100%;
}

@media screen and (max-width:992px) {
	.product-slider__item {
		height: auto;
	}
}

.product-slider__item.swiper-slide-active .product-slider__content>* {
	opacity: 1;
	transform: none;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(1) {
	transition-delay: 0s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(2) {
	transition-delay: .2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(3) {
	transition-delay: .4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(4) {
	transition-delay: .6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(5) {
	transition-delay: .8s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(6) {
	transition-delay: 1s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(7) {
	transition-delay: 1.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(8) {
	transition-delay: 1.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(9) {
	transition-delay: 1.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(10) {
	transition-delay: 1.8s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(11) {
	transition-delay: 2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(12) {
	transition-delay: 2.2s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(13) {
	transition-delay: 2.4s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(14) {
	transition-delay: 2.6s;
}

.product-slider__item.swiper-slide-active .product-slider__content>:nth-child(15) {
	transition-delay: 2.8s;
}

.product-slider__card {
	height: 100%;
	display: flex;
	align-items: center;
	width: 100%;
	transition: all .5s;
	overflow: hidden;
	position: relative;
	border-radius: 30px;
}

@media screen and (max-width:992px) {
	.product-slider__card {
		align-items: flex-start;
	}
}

@media screen and (max-width:767px) {
	.product-slider__card {
		border-radius: 20px;
	}
}

.product-slider__cover {
	border-radius: 30px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: 1s;
}

@media screen and (max-width:767px) {
	.product-slider__cover {
		border-radius: 5px;
	}
}

.product-slider__content {
	color: #fff;
	padding-top: 1px;
	position: relative;
	z-index: 2;
	width: 100%;
	padding-left: 111px;
	padding-right: 80px;
}

@media screen and (max-width:1200px) {
	.product-slider__content {
		padding-left: 220px;
	}
}

@media screen and (max-width:992px) {
	.product-slider__content {
		padding: 280px 60px 100px;
		text-align: center;
	}
}

@media screen and (max-width:767px) {
	.product-slider__content {
		padding: 300px 30px 50px;
	}
}

@media screen and (max-width:576px) {
	.product-slider__content {
		padding-top: 100px;
		padding-left: 15px;
		padding-right: 15px;
	}
}

.product-slider__title {
	margin: 0 0 10px;
	font-weight: 900;
	font-size: 41px;
	line-height: 1.2em;
	letter-spacing: 2px;
	opacity: 0;
	transform: translateY(55px);
	transition: all .5s;
}

@media screen and (max-width:1200px) {
	.product-slider__title {
		font-size: 34px;
	}
}

@media screen and (max-width:576px) {
	.product-slider__title {
		font-size: 24px;
	}
}

.product-slider__price {
	display: block;
	font-size: 36px;
	opacity: 0;
	transform: translateY(55px);
	transition: all .5s;
	font-family: 'Circe Bold',sans-serif;
	line-height: 31px;
	text-shadow: 2px 2px 2px #000;
	max-width: 529px;
}

@media screen and (max-width:1200px) {
	.product-slider__price {
		font-size: 36px;
	}
}

@media screen and (max-width:576px) {
	.product-slider__price {
		font-size: 30px;
	}
}

.product-slider__cart {
	box-shadow: 0 7px 99px 0 rgba(204,51,66,.6);
	background-image: linear-gradient(-45deg,#cc3843 0,#cb193f 100%);
	border: 0;
	color: #fff;
	padding: 10px 30px;
	border-radius: 50px;
	min-height: 50px;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 2px;
	margin-right: 40px;
	cursor: pointer;
}

@media screen and (max-width:768px) {
	.product-slider__cart {
		margin-right: 30px;
	}
}

@media screen and (max-width:576px) {
	.product-slider__cart {
		width: 100%;
		max-width: 300px;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 50px;
	}
}

.product-slider__fav {
	color: #888e94;
	background: 0 0;
	border: 0;
	position: relative;
	padding-left: 25px;
	outline: 0;
	cursor: pointer;
}

.product-slider__fav .heart {
	display: block;
	position: absolute;
	left: 0;
	transform: translate(-50%,-50%) scale(.7);
	top: 50%;
	pointer-events: none;
	width: 100px;
	height: 100px;
	background: url(https://res.cloudinary.com/muhammederdem/image/upload/v1536405215/starwars/heart.png) no-repeat;
	background-position: 0 0;
	cursor: pointer;
	transition: background-position 1s steps(28);
	transition-duration: 0s;
}

.product-slider__fav .heart.is-active {
	transition-duration: 1s;
	background-position: -2800px 0;
}

.product-ctr,.product-slider__bottom {
	margin-top: 20px;
	opacity: 0;
	transform: translateY(55px);
	transition: all .5s;
}

.product-ctr {
	display: flex;
	align-items: center;
	min-height: 150px;
	margin-top: 40px;
}

@media screen and (max-width:992px) {
	.product-ctr {
		justify-content: center;
	}
}

.product-ctr .hr-vertical {
	width: 1px;
	background: #9fa3a7;
	align-self: stretch;
	margin: 0 35px;
	flex-shrink: 0;
	opacity: .5;
}

@media screen and (max-width:767px) {
	.product-ctr {
		justify-content: center;
		flex-wrap: wrap;
		margin-bottom: 40px;
	}

	.product-ctr .hr-vertical {
		width: 100%;
		margin: 35px 0;
		height: 1px;
	}

	.product-labels {
		width: 100%;
	}
}

.product-labels__checkbox,li#bx_1847241719_137 {
	display: none;
}

.product-labels__checkbox:checked+.product-labels__txt {
	border-color: #cc3743;
	padding: 10px 13px;
}

.product-labels__title {
	letter-spacing: 1px;
	font-size: 16px;
	margin-bottom: 10px;
	font-family: 'Circe Bold',sans-serif;
}

.product-labels__group {
	display: flex;
	margin-bottom: 15px;
}

@media screen and (max-width:992px) {
	.product-labels__group {
		justify-content: center;
	}
}

.product-labels__group:last-child {
	margin-bottom: 0;
}

.product-labels__item {
	margin: 5px;
	cursor: pointer;
}

.product-labels__item:first-child {
	margin-left: 0;
}

.product-labels__txt {
	display: block;
	border: 2px solid transparent;
	font-size: 14px;
	padding: 10px 20px 10px 0;
	border-radius: 50px;
	transition: all .3s;
	letter-spacing: 2px;
}

.product-inf {
	text-align: center;
}

@media screen and (max-width:767px) {
	.product-inf {
		width: 100%;
	}
}

.product-inf__percent {
	font-weight: 700;
	font-size: 22px;
	letter-spacing: 1px;
	margin-bottom: 12px;
	font-family: 'Dosis',sans-serif;
	position: relative;
}

.product-inf__percent-txt {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.product-inf__title {
	font-family: 'Dosis',sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	font-size: 18px;
}

.product-img {
	position: absolute;
	z-index: 2;
	width: 500px;
	left: 25%;
	transform: translateX(-45%);
	max-height: 500px;
	height: 100%;
	pointer-events: none;
}

@media screen and (max-width:1200px) {
	.product-img {
		width: 430px;
		left: 20%;
	}
}

@media screen and (max-width:992px) {
	.product-img {
		width: 430px;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		height: 350px;
	}
}

@media screen and (max-width:767px) {
	.product-img {
		width: 100%;
		max-width: 400px;
		top: 30px;
		height: 390px;
	}
}

@media screen and (max-width:576px) {
	.product-img {
		max-width: 300px;
		height: 300px;
	}
}

.product-img__item,.social {
	position: absolute;
	display: flex;
}

.product-img__item {
	align-items: center;
	pointer-events: none;
	user-select: none;
	top: 50%;
	transform: translateY(-50%) translateX(-130px);
	opacity: 0;
	transition: all .3s;
}

.product-img__item.active {
	opacity: 1;
	transform: translateY(-50%) translateX(0);
	transition-delay: .3s;
}

.product-img__item img {
	object-fit: contain;
	object-position: center right;
}

.social {
	bottom: 10px;
	right: 0;
	width: 100%;
	padding: 20px 55px;
	justify-content: space-between;
}

@media screen and (max-width:576px) {
	.social {
		flex-direction: column;
		bottom: 0;
	}
}

.social__item {
	color: rgba(255,255,255,.75);
	font-family: 'Dosis',sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1em;
	display: flex;
	align-items: center;
	transition: all .3s;
}

.social__item:hover {
	color: #fff;
}

@media screen and (max-width:576px) {
	.social__item {
		margin-bottom: 10px;
	}
}

.social__img {
	width: 24px;
	margin-right: 15px;
}

.swiper-wrapper {
	overflow: hidden;
	border-radius: 31px;
}

.slider-design-portfolio {
	margin-bottom: 213px;
	position: relative;
	background: linear-gradient(98deg,#fff 16%,#f3f3f3 0,#f3f3f3 38%,#fff 16%);
}

.header-middle-about-design.slider-design-port h3 {
	margin-top: 115px;
	font-size: 44px;
	font-weight: 500;
}

.product-labels__title a {
	padding: 8px 22px;
	background: red;
	border-radius: 6px;
	color: #fff;
}

.design-see-more {
	text-align: center;
	font-size: 28px;
	margin-top: 60px;
}

.design-see-more a,h3.ex-design {
	font-family: 'Circe Bold',sans-serif;
}

.design-see-more a {
	color: #000;
	padding: 15px 25px;
	border-radius: 6px;
	border: 2px solid #000;
}

.search-page-cont .tabs__caption .active {
	box-shadow: none;
}

h3.ex-design {
	font-size: 25px;
	margin-top: 103px;
}

h3.ex-design b {
	font-size: 32px;
	font-weight: 500;
	color: #c1c1c1;
}

.chair-design .afbf_item_pole input {
	box-shadow: none;
	height: 46px;
	border-radius: 7px;
	font-size: 15px;
	padding: 6px 16px!important;
}

.price-tag-design {
	display: inline-block;
	width: auto;
	height: 42px;
	background-color: #ffe482;
	-webkit-border-radius: 3px 4px 4px 3px;
	-moz-border-radius: 3px 4px 4px 3px;
	border-radius: 3px 4px 4px 3px;
	border-left: 1px solid #ffe482;
	margin-left: 19px;
	position: relative;
	color: #fff;
	font-size: 31px;
	line-height: 42px;
	font-weight: 500;
	padding: 0 10px;
}

.price-tag-design:before {
	content: "";
	position: absolute;
	display: block;
	left: -21px;
	width: 0;
	height: 0;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	border-right: 21px solid #ffe482;
}

.price-tag-design:after {
	content: "";
	background-color: #fff;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	display: block;
	position: absolute;
	left: -5px;
	top: 18px;
}

.slam-easyform .form-control:focus {
	border-color: #ffc800;
}

.chair-design .afbf_item_pole {
	width: 49%;
	padding: 0 8px;
	display: block;
	float: right;
}

.content-slider-design .product-img__item img {
	max-width: 253px;
	background: #ffffff7a;
}

@media screen and (max-width:580px) {
	.head-design-cont p {
		font-size: 24px;
		margin: 19px 0 0;
	}

	.head-design-cont h1 {
		font-size: 14px!important;
		line-height: 16px!important;
		margin-top: 4px!important;
	}

	.top-cont-design {
		background-size: 100%;
		min-height: auto;
	}

	.interior-for-horeca.row {
		background: 0 0;
		margin-top: 275px;
	}

	.header-middle-about-design h3,.text-top-design .title-design-block {
		font-size: 35px;
		margin-bottom: 20px;
		line-height: 36px;
	}

	.img-anivers {
		width: 150px;
		height: 150px;
		position: absolute;
		border-radius: 50%;
		background: #ffe1aba8;
		top: -139px;
		left: 173px;
		transform: rotate(-7deg);
	}

	.text-top-design p {
		margin-bottom: 27px;
	}

	.text-top-design {
		margin-top: 40px;
		margin-left: 28px;
		margin-bottom: 5px;
	}

	.header-middle-about-design h3 {
		text-align: left;
		margin-top: 45px;
		margin-left: 20px;
	}

	.header-middle-about-design p {
		text-align: center;
		font-size: 19px;
		text-transform: uppercase;
	}

	.spisok-design .info p {
		--slist: #ffffff, #fff!important;
	}

	.price-tag-design {
		display: block;
		width: fit-content;
		float: right;
		margin-top: 14px;
	}

	h3.ex-design {
		margin: 101px 20px 38px 5px;
		font-size: 35px;
	}

	.podarok span {
		margin-top: 41px;
	}

	.afbf_submit_block {
		text-align: center!important;
	}

	.header-middle-about-design.slider-design-port h3 {
		margin-top: 14px;
		font-size: 35px;
		margin-bottom: 10px;
	}

	.slider-design-portfolio {
		margin-bottom: 213px;
		background: 0 0;
		margin-top: 80px;
	}

	.header-middle-about-design {
		margin-bottom: 25px;
	}

	.product-slider__card {
		border-radius: 5px;
	}

	.swiper-wrapper {
		border-radius: 15px;
	}

	.logo-design-slider,.product-img__item {
		display: none;
	}

	.content-slider-design {
		min-height: 500px;
	}
}

.toch-resault-page .catalog-section.bx-blue {
	padding: 0 28px;
}

@media screen and (max-width:500px) {
	.sticky-container-toch {
		right: -147px!important;
		width: 193px;
		z-index: 99;
		bottom: 78px!important;
	}

	.sticky-toch li img {
		margin: 5px 7px;
	}

	ul.sticky-toch li:nth-child(2) {
		left: 0;
	}

	.sticky-toch li {
		border-radius: 16px 0 0 26px;
	}
}

.header-right-centre-cont .fa-search {
	font-size: 18px;
	top: -1px;
	position: relative;
}
 
.menu-head-title {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 16px;
}

.menu-head-title a {
	color: #fff;
	background: #8f7a7a;
	padding: 2px 12px;
	border-radius: 12px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	transition: background 0.2s;
}
.menu-head-title a:hover {
	background: #746c6c;
	text-decoration: none;
}

li.menu-item.hidden.proizvodstvo-mob-menu-li .icon-menu {
    background-image: url(/bitrix/templates/smartdecor/images/outlines-svgrepo-com.svg);
}

li.menu-item.hidden.peretyazhka-mob-menu-li .icon-menu {
    background-image: url(/bitrix/templates/smartdecor/images/furniture-svgrepo-com.svg);
}

li.menu-item.hidden.contacts-mob-menu-li .icon-menu {
	background-image: url(/bitrix/templates/smartdecor/images/whatsapp.png);
}

.contacts-tab p {
	margin-bottom: 14px;
}

@media screen and (max-width:599px) {
	.pic-row {
		background-size: 260px!important;
		background-position-x: 127px!important;
	}
}

ul.top-menu-list>li>noindex>div:first-child {
	display: inline-block;
}
a.card-product__yet_item img {
    width: 75%;
    /* filter: brightness(0.97); */
    border-radius: 5px;
    padding: 8px;
}
.card-product__yet_list .slick-track {
    display: flex;
    align-items: center;
    flex-direction: row;
}
h1 {
    font-size: 28px;
    margin-top: 19px;
    margin-bottom: 20px;
	text-align: center;
    color: #505050;
}
ul.payments {
    padding: 0;
    list-style: none;
    margin-bottom: 34px;
}
ul.payments li {
    padding: 3px;
    font-size: 18px;
    font-family: 'Circe Light',sans-serif;
}
ul.payments li:before {
    padding-right: 10px;
    font-weight: bold;
    color: #ffbc00;
    content: "\25CB";
    transition-duration: 0.5s;
    font-size: 24px;
    padding-right: 8px;
    top: 2px;
    position: relative;
}
ul.payments h4 {
    font-size: 18px;
    font-family: 'Circe Light',sans-serif;
    margin-bottom: 18px;
}
.how-to-offer li {
    position: relative;
    background: #ffffff;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    font-family: 'Circe Light',sans-serif;
    font-size: 18px;
}
.how-to-offer span {
    text-decoration: underline;
}
.how-to-offer a {
    text-decoration: underline;
}

.pagination {
	text-align: center;
}

.footer-info ul {
	margin-bottom: 15px;
}
.rTags {margin-top:25px;}
.rTags a {
	display: inline-block;
	margin:5px 5px;
	padding:5px 9px;
	border: 1px #ccc solid;
	border-radius:5px;
	color:black;
	background-color:#f7f7f7;
}
.rTags a {text-decoration:none;}
.ptt-2 {padding-top:10px; color:#777;}

.top-menu-list{
    display: flex;
    justify-content: end;
}
.top-menu-services{
    cursor: pointer;
    position: relative;
}

.top-menu-services .top-menu-sub-list{
    display: none;
}

.top-menu-services:hover .top-menu-sub-list{
    display: block;
    position: absolute;
    flex-direction: column;
    align-items: baseline;
    background-color: white;
    min-width: 150px;
    z-index: 5;
    margin-left: -24px;
    border-left: 1px solid #efefef;
    padding-top: 10px;
}
.top-menu-services:hover .top-menu-sub-list li{
    display: block;
    border-left:none;
    border-right:none;
    padding: 0px;
}
.top-menu-services:hover .top-menu-sub-list li a {
    display: block;
    padding: 5px 5px 5px 10px;
    text-align: left;
}

#container .article ul li, #container .article ol li {
    font-size: 16px;
    @inclue lh(18px);letter-spacing: .24px;
    list-style: none;
    padding-left: 17px;
    position: relative
}

#container .article .text h2 {
    padding-top: 35px;
    font-size: 21px;
    text-weight: bold;
}


#container .tabletop-elements .tabletop-elements__element.single-image {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
}

.one-image {
  display: block;
  height: 400px;  /* прежняя высота */
  overflow: hidden;
}
.one-image img {
  width: 100%;
  height: 120%;        /* чуть выше контейнера для «запаса» */
  object-fit: cover;   /* не растягивает, а обрезает края */
  transform: translateY(var(--shift, 0));
  will-change: transform;
}

.article__toc-list--collapsed {
    max-height: 120px; /* Высота примерно для 3 пунктов */
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.article__toc-list--expanded {
    max-height: 1000px; /* Достаточно большая высота для раскрытия */
}

.article__toc-item--hidden {
    display: none;
}

.article__toc-list--expanded .article__toc-item--hidden {
    display: list-item;
}

.article__toc-toggle {
    margin-top: 10px;
}

.article__toc-show-more {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
}

.article__toc-show-more:hover {
    text-decoration: underline;
}

#container .article ul.article__toc-list li::after {
	width: 6px;
	height: 6px;
	content: "";
	background: #bdb1b1;
	left: 0;
	position: absolute;
	top: 6px;
}

.article__toc-list li a {
color: black;
}
.article__toc-title {
font-size: 14px;
font-weight: bold;
margin-bottom: 15px;
}

/* Сердечко избранного на карточках tochukwu_items */
.product-item-image-wrapper { position: relative; }
.toch-fav-card-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	width: 30px;
	height: 30px;
	color: #ccc;
	font-size: 13px;
	transition: color .2s;
}
.toch-fav-card-btn:hover,
.toch-fav-card-btn.toch-fav-active {
	color: #e74c3c;
}

/* Сердечко избранного на карточках sobko */
.catalog-items .item .item-controls .item-bookmark,
.list__item-favorites {
	display: inline-block;
	width: 22px;
	height: 22px;
	color: #ccc;
	text-decoration: none;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	vertical-align: middle;
	transition: color .2s;
}
.catalog-items .item .item-controls .item-bookmark:hover,
.catalog-items .item .item-controls .item-bookmark.list__item-favorites-active,
.list__item-favorites:hover,
.list__item-favorites.list__item-favorites-active {
	color: #e74c3c;
	text-decoration: none;
}

/* Portfolio photo hover border animation */
@keyframes portfolio-border-shrink {
  0%   { opacity: 1; transform: scale(1); }
  60%  { opacity: 1; transform: scale(0.85); }
  100% { opacity: 0; transform: scale(0.75); }
}

.portfolio-item .tabletop-elements__element a.fancybox {
  position: relative;
  overflow: hidden;
  display: block;
}

.portfolio-item .tabletop-elements__element a.fancybox::before {
  content: '';
  position: absolute;
  top: 10px; left: 10px; right: 10px; bottom: 10px;
  border: 3px solid rgba(150, 150, 150, 0.7);
  opacity: 0;
  pointer-events: none;
  z-index: 1;
  will-change: transform, opacity;
}

.portfolio-item .tabletop-elements__element a.fancybox.border-animate::before {
  animation: portfolio-border-shrink 1.2s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
}

/* Portfolio photo captions (below image) */
.portfolio-item .tabletop-elements__caption {
  padding: 8px 0;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 1.68px;
  color: #4a4a4a;
}

.portfolio-item .tabletop-elements__caption p {
  margin: 0;
}

/* Portfolio inline contact form */
.portfolio-form-section {
  max-width: 860px;
  margin: 30px auto;
  padding: 30px;
  border: 6px solid #bdb1b1;
  box-sizing: border-box;
}
.portfolio-form-section h3 {
  font-family: 'Circe Bold', sans-serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 25px;
  color: #4a4a4a;
}
.portfolio-form-flex {
  display: flex;
  gap: 20px;
}
.portfolio-form-left {
  flex: 1;
}
.portfolio-form-right {
  flex: 1;
}
.portfolio-form-field {
  margin-bottom: 15px;
}
.portfolio-form-field input {
  width: 100%;
  box-sizing: border-box;
  padding: 12px 15px;
  border: 1px solid #bdb1b1;
  font-family: 'Circe', sans-serif;
  font-size: 14px;
  outline: none;
}
.portfolio-form-right textarea {
  width: 100%;
  height: 100%;
  min-height: 140px;
  box-sizing: border-box;
  padding: 12px 15px;
  border: 1px solid #bdb1b1;
  font-family: 'Circe', sans-serif;
  font-size: 14px;
  resize: vertical;
  outline: none;
}
.portfolio-form-agree {
  margin-top: 15px;
  font-size: 12px;
  color: #8f7a7a;
  display: flex;
  align-items: flex-start;
  gap: 8px;
  cursor: pointer;
}
.portfolio-form-agree input[type="checkbox"] {
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
}
.portfolio-form-agree a {
  color: #8f7a7a;
  text-decoration: underline;
}
.portfolio-form-submit {
  margin-top: 20px;
  text-align: center;
}
.portfolio-form-submit button {
  background: #bdb1b1;
  color: #fff;
  border: none;
  padding: 12px 40px;
  font-family: 'Circe Bold', sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: 1px;
}
.portfolio-form-submit button:hover {
  background: #a89c9c;
}
.portfolio-form-submit button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.portfolio-form-message {
  text-align: center;
  padding: 10px;
  margin-top: 10px;
  font-size: 14px;
}
.portfolio-form-message.success { color: green; }
.portfolio-form-message.error { color: red; }

@media (max-width: 768px) {
  .portfolio-form-flex {
    flex-direction: column;
  }
  .portfolio-form-section {
    padding: 20px 15px;
    margin: 20px 10px;
  }
  .portfolio-form-right textarea {
    min-height: 100px;
  }
}

/* Extracted from header.php <style> block */
ul.toch-cart-head .bl-compare { margin-right: 22px; }
ul.toch-cart-head .bl-compare a { color: #ccc; }
ul.toch-cart-head .bl-compare a:hover { color: #2c3e50; }
ul.toch-cart-head .bl-compare .fa { font-size: 16px; }
span.i-compare-info {
    font-size: 11px;
    color: #fff;
    background: #f0c009;
    border-radius: 8px;
    position: relative;
    top: -15px;
    padding: 1px 5px;
}
@media screen and (max-width: 999px) {
    .header-right-centre-cont .fa-search { display: block !important; }
    .catalog-button-menu { display: none; }
    .head-menu-cont { display: none; }
    .bottom-head-cont .row { margin: 0px 11px; }
    .bottom-head-cont { display: none; }
}
