* {
    margin: 0;
    padding: 0
}

@font-face {
    font-family: 'OpenSans-Regular';
    font-style: normal;
    font-weight: 400;
    src: local('OpenSans-Regular'), url('/fonts/open-sans-v23-latin_cyrillic-regular.woff2') format('woff2'),
        url('/fonts/open-sans-v23-latin_cyrillic-regular.woff') format('woff');
    font-display: swap;
}

/* open-sans-600 - latin_cyrillic */

@font-face {
    font-family: 'OpenSans-Bold';
    font-style: normal;
    font-weight: 700;
    src: local('OpenSans-Bold'), url('/fonts/open-sans-v23-latin_cyrillic-700.woff2') format('woff2'),
        /* Chrome 26+, Opera 23+, Firefox 39+ */
        url('/fonts/open-sans-v23-latin_cyrillic-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
    font-display: swap;
}

.wrapper {
    width: 1170px;
    margin: 0 auto;
}

.descriptionUnderTitle {
    font: 18px sans-serif;
    color: #ccc;
    text-align: center;
    margin-top: -15px;
    margin-bottom: 10px;
}
.menuDescription {
    font: 16px sans-serif;
    color: #ccc;
    text-transform: none;
}

a {
    color: #006699;
}

a img {
    border: none;
}

.sin-block .right-block.fl-r {
    float: left;
}

.sin-block .left-block.fl-l {
    float: right;
}

.fl-l {
    float: left;
}

.fl-r {
    float: right;
}

#header .logo {
    text-align: center;
}

#header {
    padding: 41px 0 0 0;
}

body {
    font-size: 100%;
    font-family: 'OpenSans-Regular';
    /*overflow-y: hidden;*/
}

#header .search {
    width: 330px;
    margin: 18px auto 0;
    position: relative;
}

#header .search input[type="text"] {
    border: 1px solid #E5E5E5;
    font-size: 12px;
    color: #6f6f6f;
    padding: 0 0 0 6px;
    height: 20px;
    width: 298px;
}

#header .search input.sr {
    background: url("images/sprite.png") no-repeat scroll 4px 3px #fff;
    border: 1px solid #cecece;
    display: block;
    height: 22px;
    position: absolute;
    right: 0;
    top: 0px;
    width: 25px;
    z-index: 1;
}

#header .search input.sr.rak {
    top: 0px;
}

#header .search input.sr:hover {
    background: url('images/bg-search-hover.png') no-repeat #F1F1F1 4px 3px;
}

ol li {
    list-style-type: decimal;
    padding-left: 16px;
    list-style-position: inside;
}

input:focus {
    outline: none;
}

.main-menu {
    text-align: center;
    /* margin: 38px 0 0 0; */
    position: relative;
    z-index: 11;
}

.main-menu li {
    display: inline-block;
    border-right: 1px solid #BEC3C7;
    line-height: 17px;
    padding-left: 0;
}

.main-menu li a {
    text-transform: uppercase;
    font-family: 'OpenSans-Regular';
    color: #252525;
    font-size: 13px;
    text-decoration: none;
    padding: 0 22px;
}

.main-menu li a.active {
    font-family: 'OpenSans-Bold';
}

.main-menu li a img {
    vertical-align: top;
}

.main-menu li a:hover {
    text-decoration: underline;
}

.main-menu li:last-child {
    border-right: none;
}

input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}

.portfolio-slider-box {
    min-width: 1170px;
    width: 100%;
    height: 655px;
    position: relative;
    overflow: visible;
    margin-top: 4px;
    z-index: 0;
}

.main-slider {
    width: 1920px;
    height: 655px;
    position: absolute;
    left: 50%;
    margin-left: -952px;
}

.main-slider .bx-controls {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.main-slider img {
    max-width: 100%;
}

.main-slider .bx-wrapper {
    position: relative;
}

.main-slider .bx-pager {
    text-align: center;
    bottom: 32px;
    z-index: 100;
    position: relative;
}

.main-slider .bx-controls-direction .bx-prev {
    background: url('images/sprite2.png') no-repeat -15px -448px;
    width: 44px;
    height: 61px;
    display: block;
    text-indent: -9999px;
    left: -116px;
    position: absolute;
    z-index: 100;
    top: -359px;
}

.main-slider .bx-controls-direction .bx-prev:hover {
    background: url('images/sprite2.png') no-repeat -367px -455px;
}

.main-slider .bx-controls-direction .bx-next {
    background: url('images/sprite2.png') no-repeat -81px -448px;
    width: 44px;
    height: 61px;
    display: block;
    text-indent: -9999px;
    right: -100px;
    position: absolute;
    z-index: 100;
    top: -359px;
}

.main-slider .bx-controls-direction .bx-next:hover {
    background: url('images/sprite2.png') no-repeat -460px -455px;
}

.main-slider .text {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 30px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    top: 300px;
    letter-spacing: 1px;
}

.servises #footer {
    margin-top: 150px;
}

.main-slider .text p {
    font-size: 16px;
    text-transform: none;
    font-style: italic;
    font-family: 'Myriad Pro';
}

.main-slider .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 4px;
}

.main-slider .bx-pager .bx-pager-item a {
    background: #C6BEB4;
    width: 14px;
    height: 14px;
    display: block;
    text-indent: -9999px;
    border-radius: 20px;
}

.main-slider .bx-pager .bx-pager-item a.active {
    background: #999590;
}

.news-compain {
    margin: 52px 0 0 0;
}

.news-compain h2, .news-compain h1 {
    text-align: center;
    font-size: 22px;
    font-weight: normal;
    color: #252525;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 21px;
}

.news-compain .news .singl-block {
    float: left;
    width: 262px;
    margin: 0 30px 0 0;
}

.news-compain .news .singl-block img {
    max-width: 100%;
    height: auto;
}

.news-compain .news .singl-block .date {
    color: #252525;
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    margin: 14px 0 0 0;
}

.news-compain .news .singl-block a.name {
    font-size: 13px;
    color: #888888;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    text-decoration: none;
}

.news-compain .news .singl-block a.name:hover {
    text-decoration: underline;
}

.news-compain .news .singl-block p {
    font-size: 13px;
    color: #888888;
    line-height: 21px;
}

.news-compain .news .singl-block p a {
    color: #888888;
}

.news-compain .news .singl-block p a:hover {
    text-decoration: none;
}

.news-compain .news .singl-block:last-child {
    margin-right: -50px;
}

#footer {
    background: #F0F0F0;
    margin: 1px 0 0 0;
    min-height: 60px;
    padding: 1px;
    bottom: 0px;
    position: relative;
}

#footer .copy {
    font-size: 12px;
    margin: 17px 0 0 0;
}

#footer .copy span {
    font-family: 'OpenSans-Bold';
}

#footer .footer-menu {
    text-align: center;
    margin: 13px 0 0 0;
    padding: 0 156px 0 0;
}

.footer-menu .main-menu {
    margin: 0px;
}

#footer .footer-menu li {
    display: inline-block;
    border-right: 1px solid #646464;
    line-height: 10px;
    padding-left: 0;
}

#footer .footer-menu li:last-child {
    border: none;
}

#footer .footer-menu li a {
    font-size: 10px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    padding: 0 11px;
    line-height: 9px;
    display: inline-flex;
}

#footer .footer-menu li a:hover {
    text-decoration: underline;
}

#footer .social {
    margin: -19px 0 0 0;
}

#footer .social a {
    display: inline-block;
    background: url('images/sprite.png') no-repeat;
    width: 19px;
    height: 19px;
    margin: 0 3px;
}

#footer .social a.fb {
    margin: 0 0 0 5px;
    background-position: -10px -383px;
    width: 10px;
    height: 19px;
}

#footer .social a.wa {
    margin: 0 0 0 5px;
    background: url('images/wa-icon.png') no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
}

#footer .social a.vk {
    margin: 0 0 0 5px;
    background-position: -73px -383px;
    width: 33px;
    height: 19px;
}

#footer .social a.g {
    background-position: -58px -175px;
    margin: 0 10px 0 0;
}

#footer .social a.yt {
    margin: 0 0 0 5px;
    background-position: -123px -383px;
    height: 20px;
    width: 28px;
}

#footer .social a.tg {
    margin: 0 0 0 5px;
    background-position: -169px -383px;
    height: 20px;
    width: 25px;
}

#footer .social a.o {
    background-position: -122px -175px;
    margin: 0 10px 0 0;
}

#footer .social a.t {
    background-position: -156px -175px;
    margin: 0 0 0 0;
}

#footer .social a.inst {
    margin: 0 0 0 5px;
    /* background: url('images/insta-ico.gif') no-repeat; */
    background: url(/local/templates/pda/images/sprite.png) no-repeat;
    /* background-size: cover; */
    background-position: -37px -383px;
    width: 21px;
    height: 19px;
}

#footer .social a.rt {
    margin: 0 0 0 7px;
    background: url('/local/templates/pda/images/rt-logo.svg') no-repeat;
    height: 24px;
    width: 24px;
}

#footer .social a.vkvideo {
    margin: 0 0 0 5px;
    background: url('/local/templates/pda/images/vkvideo-logo.svg') no-repeat;
    height: 22px;
    width: 24px;
}

.content {
    overflow: visible;
    position: relative;
    padding: 23px 0 0 0;
    /*margin:  -22px 0 52px 0;*/
    min-height: 100%;
    /*height: 10000px;*/
}

.content .title {
    text-align: center;
    letter-spacing: 1px;
    font-size: 22px;
    color: #252525;
    margin-bottom: 21px;
    text-transform: uppercase;
}
/*Заголовок в карточке товара и цена*/
.content .title2 {
    letter-spacing: 1px;
    font-size: 22px;
    color: #252525;
    margin-bottom: 0;
    text-transform: uppercase;
}

.content .title span, .content .title2 span {
    font-family: 'OpenSans-Bold';
}

.content .images-block {
    position: relative;
}

.content .images-block .favorites {
    /*background: url('images/sprite.png') no-repeat -103px -213px;*/
    background: url('images/star_off.png') no-repeat;
    position: absolute;
    left: 17px;
    top: 27px;
    width: 40px;
    height: 40px;
    display: block;
    z-index: 100;
}

.content .images-block .in-favorites {
    background: url('images/star_on.png') no-repeat;
}

.content .images-block .scale {
    position: absolute;
    top: 78px;
    left: 14px;
    height: 151px;
    width: 34px;
}

.content .images-block .scale-count {
    display: none;
    background: #F0F0F0;
    position: absolute;
    font-size: 15px;
    top: 395px;
    left: 19px;
    font-family: 'penSans-Semibold';
    width: 34px;
    text-align: center;
    height: 34px;
    line-height: 35px;
    opacity: 0.7;
    cursor: pointer;
}

.content .images-block .scale-count:hover {
    opacity: 1;
}

.content .images-block .button {
    position: absolute;
    left: 19px;
    bottom: 27px;
}

.content .images-block>img {
    max-width: 100%;
}

.content .images-block .button a {
    display: inline-block;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    background: #F0F0F0;
    text-align: center;
    width: 72px;
    height: 35px;
    line-height: 36px;
    opacity: 0.7;
    margin-right: 16px;
}

.content .images-block .scelik,
.content .images-block .scelik-texture {
    position: absolute;
    top: 5px;
    right: 20px;
}

.content .images-block .scelik p {
    display: inline-block;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    background: url('/images/scale_map_ico.png') no-repeat #F0F0F0;
    background-size: 100px;
    text-align: center;
    width: 100px;
    height: 34px;
    line-height: 36px;
    opacity: 0.7;
    margin-right: 16px;
    background-position: 0 -1px;
}

.content .images-block .scelik-texture p {
    display: inline-block;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    background: url('/images/scale_map_ico_macro.png') no-repeat #F0F0F0;
    background-size: 100px;
    text-align: center;
    width: 101px;
    height: 35px;
    line-height: 36px;
    opacity: 0.7;
    margin-right: 16px;
}

.content .images-block .scelik p.step-2,
.content .images-block .scelik-texture p.step-2 {
    background-position: 0px -36px;
}

.content .images-block .scelik p.step-3,
.content .images-block .scelik-texture p.step-3 {
    background-position: 0px -71px;
}

.content .images-block .scelik p.step-4,
.content .images-block .scelik-texture p.step-4 {
    background-position: 0px -106px;
}

.content .images-block .scelik p.step-5,
.content .images-block .scelik-texture p.step-5 {
    background-position: 0px -141px;
}

.content .images-block .scelik p.step-6,
.content .images-block .scelik-texture p.step-6 {
    background-position: 0px -176px;
}

.content .images-block .scelik p.step-7,
.content .images-block .scelik-texture p.step-7 {
    background-position: 0px -211px;
}

.content .images-block .strelka {
    position: absolute;
    right: 4px;
    bottom: 22px;
}

.content .images-block .strelka p {
    display: inline-block;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    background: url('/images/max_ico.png') no-repeat 5px #F0F0F0;
    background-size: 26px;
    text-align: center;
    width: 35px;
    height: 35px;
    line-height: 36px;
    opacity: 0.7;
    margin-right: 16px;
}

.content .images-block .strelka p:hover {
    cursor: pointer;
}

.content .images-block .button a:hover {
    background: #fff;
}

.content .images-block .scale .plus {
    background: url('images/sprite2.png') no-repeat -16px -167px;
    width: 40px;
    height: 40px;
    display: block;
}
.content .images-block .scale .plus:hover {
    background: url(images/sprite2.png) no-repeat -370px -167px;
}

.content .images-block .scale .min {
    background: url('images/sprite2.png') no-repeat -16px -279px;
    width: 40px;
    height: 40px;
    display: block;
    top: 113px;
    position: absolute;
}

.content .images-block .scale .min:hover {
    background: url('images/sprite2.png') no-repeat -370px -279px;
}

.content .images-block .bx-controls-direction {}

.content .images-block .bx-pager {
    text-align: center;
    bottom: 10px;
    z-index: 100;
    position: absolute;
    width: 100%;
}

.content .images-block .bx-pager .bx-pager-item {
    display: inline-block;
    margin: 0 4px;
}

.content .images-block .bx-pager .bx-pager-item a {
    background: transparent;
    width: 14px;
    height: 14px;
    display: block;
    text-indent: -9999px;
    border-radius: 20px;
    opacity: 0.4;
}

.content .images-block {
    position: relative;
}

.content .images-block .bx-prev {
    background: url('images/sprite.png') no-repeat 1px -37px;
    width: 44px;
    height: 61px;
    display: block;
    text-indent: -9999px;
    left: 15px;
    position: absolute;
    z-index: 100;
    opacity: 0.7;
    top: 292px;
}

.content .images-block .bx-prev:hover,
.content .images-block .bx-next:hover {
    opacity: 1;
}

.content .images-block .bx-next {
    background: url('images/sprite.png') no-repeat -32px -416px;
	width: 25px;
	height: 36px;
    display: block;
    opacity: 0.7;
    text-indent: -9999px;
    right: 15px;
    position: absolute;
    z-index: 100;
    top: 286px;
}

#view_add_sofas {
    width: 170px;
    height: 170px;
    background: grey;
    cursor: pointer;
}

/*.tooltip {*/
/*    position: absolute;*/
/*    left: 373px;*/
/*    top: 196px;*/
/*}*/

.tooltip.v2 {
    position: absolute;
    left: 489px;
    top: 369px;
    ;
}

.tooltip.v4 {
    position: absolute;
    left: 489px;
    top: 396px;
}

.tooltip.v3 {
    position: absolute;
    left: 689px;
    top: 249px;
}

.tooltip .show {
    position: relative;
    z-index: 100;
}

.content-tool {
    background: #F0F0F0;
    width: 86px;
    position: absolute;
    padding: 5px;
    top: 15px;
    left: 10px;
    font-size: 9px;
    color: #595959;
    text-transform: uppercase;
    word-wrap: break-word;
    line-height: 11px;
    display: none;
}

.content-tool a {
    color: #595959;
    text-decoration: none;
}

.content-tool a:hover {
    text-decoration: underline;
}

.content-tool img {
    margin-bottom: 3px;
}

.content .images-block .bx-pager .bx-pager-item a:hover,
.content .images-block .bx-pager .bx-pager-item a.active {
    opacity: 0.8;
}

.menu-catalog {
    background: url('images/line-menu.png') repeat-x 0 12px;
    margin: 21px 0 8px 0;
}

.menu-catalog ul {
    text-align: center;
}

.menu-catalog ul li {
    display: inline-block;
    border-right: 1px solid #000 !important;
    line-height: 11px;
    box-shadow: 5px 0 #fff;
}

.menu-catalog ul li:last-child {
    border: none !important;
}

.menu-catalog ul li a {
    text-decoration: none;
    font-size: 13px;
    color: #000;
    padding: 0 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    background: #fff;
    margin-right: 1px;
}

.menu-catalog ul li a:hover {
    text-decoration: underline;
}

.menu-catalog ul li:first-child>a {
    padding-left: 20px;
}

.menu-catalog ul li.active a {
    font-family: 'OpenSans-Bold';
}

.menu-catalog ul li:last-child>a {
    /* padding-right: 5px;*/
}

.slider-catalog {
    margin-bottom: 28px;
}

.slider-catalog .bx-wrapper {
    position: relative;
}

.slider-catalog .bx-wrapper li {
    padding-bottom: 10px;
    width: 170px;
}

.slider-catalog .bx-wrapper li:hover {
    background: #F0F0F0;
    box-shadow: 0 0 0 15px #F0F0F0;
}

.slider-catalog .bx-wrapper li img {
    margin-bottom: 8px;
    width: 170px;
    height: 170px;
}

.slider-catalog .bx-wrapper li a {
    text-decoration: none;
    display: block;
}

.sticky {
    position: fixed;
    top: 0;
    width: 1024px;
    background: #fff;
    z-index: 100;
    width: 100%;
    min-width: 1024px;
}

#header .sticky .main-menu {
    margin: 10px;
}

.slider-catalog .bx-wrapper li a span {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
}

.slider-catalog .bx-wrapper li .characteristic {
    font-size: 11px;
    text-transform: uppercase;
    color: #666666;
    line-height: 17px;
}

.slider-catalog .bx-wrapper li .characteristic p {}

.slider-catalog .bx-wrapper li .price {
    font-size: 11px;
    margin: 10px 0 0 0;
    color: #666666;
    text-transform: none;
}

.slider-catalog .bx-wrapper ul.slider {
    padding: 14px 0 0 0;
}

.slider-catalog .bx-wrapper .bx-controls {}

.slider-catalog .bx-wrapper .bx-viewport {
    height: auto !important;
    padding: 0 15px;
    margin-left: -15px;
}

.slider-catalog .bx-wrapper .bx-controls .bx-prev {
    position: absolute;
    left: 10px;
    top: 76px;
    background: url('images/sprite2.png') no-repeat -15px -448px;
    width: 44px;
    height: 61px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    z-index: 1000000;
    opacity: 0.8;
}

.slider-catalog .bx-wrapper .bx-controls .bx-prev:hover {
    background: url('images/sprite2.png') no-repeat -367px -455px;
}

.slider-galery-inside.slider-catalog .bx-wrapper .bx-controls .bx-prev {
    top: 50px;
}

.slider-galery-inside.slider-catalog .bx-wrapper .bx-controls .bx-next {
    top: 44px;
}

.slider-catalog .bx-wrapper .bx-controls .bx-next {
    position: absolute;
    right: 10px;
    top: 69px;
    text-indent: -9999px;
    display: block;
    background: url('images/sprite2.png') no-repeat -81px -448px;
    width: 44px;
    height: 61px;
    display: block;
    text-indent: -9999px;
    z-index: 1000000;
    opacity: 0.8;
}

.slider-catalog .bx-wrapper .bx-controls .bx-next:hover {
    background: url('images/sprite2.png') no-repeat -460px -455px;
}

.view-all {
    color: #6f6f6f;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #DEDEDE;
    text-transform: none;
    padding: 4px 10px;
    display: inline-block;
}

.view-all:hover {
    background: #F1F1F1;
}

.tissues {}

.tissues img {
    max-width: 100%;
}

.tissues a {
    font-size: 14px;
    text-transform: uppercase;
    color: #333333;
    text-decoration: none;
}

.sin-block {
    margin: 9px 0 0 0;
}

.sin-block .left-block {
    width: 287px;
    padding-top: 53px;
}

.sin-block .right-block {
    width: 841px;
    font-size: 14px;
}

.sin-block .right-block .block {
    margin-bottom: 13px;
}

.sin-block .right-block .block h3 {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}

.sin-block .right-block .block p {
    font-size: 13px;
}

.sin-block .right-block .bottom-block {
    margin: 40px 0 0 0;
}

.sin-block .right-block .bottom-block p {
    font-size: 12px;
    margin-bottom: 5px;
}

.sin-block .right-block .bottom-block span {
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
}

.sin-block .left-block .r {
    margin-bottom: 10px;
}

.tab_container {
    min-height: 360px;
}

.tab_content .r .img {
    display: table-cell;
    vertical-align: middle;
    width: 39px;
}

.tab_content .r .t {
    /*font-size: 13px;*/
    display: table-cell;
    vertical-align: middle;
    /*line-height: 14px;*/
}

.sin-block .rgith-block {
    width: 700px;
}

.tissues a:hover {
    text-decoration: underline;
}

.tissues .left-block {
    width: 384px;
}

.tissues .left-block img {
    margin-bottom: 2px;
}

.tissues .left-block .singl-block {
    margin-bottom: 22px;
}

.tissues .right-block {
    width: 770px;
}

.tissues .right-block img {
    margin-bottom: 4px;
}

.tissues .bottom-block {
    margin: 6px 0 0 0;
}

.tissues .bottom-block img {
    margin-bottom: 4px;
}

.galery-s {}

.galery-s .singl-block {
    float: left;
    width: 270px;
    min-height: 340px;
    margin: 0 30px 55px 0;
}

.galery-s .singl-block:hover {
    background: #F0F0F0;
    box-shadow: 0 0 0 15px #F0F0F0;
}

.galery-s .singl-block img {
    max-width: 100%;
    margin-bottom: 13px;
}

.singl-block .singl-block__img {
    max-width: 220px !important;
}

.galery-s .singl-block:nth-child(4n) {
    margin-right: -30px;
}

.galery-s .singl-block a {
    font-size: 18px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}

.galery-s .singl-block .fabric {
    font-size: 18px;
    text-transform: uppercase;
    margin: -4px 0 0 0;
}

.galery-s .singl-block .characteristic {
    font-size: 14px;
    color: #666666;
    text-transform: none;
    line-height: 20px;
}

.galery-s .singl-block .characteristic span {
    text-transform: uppercase;
}

.galery-s .singl-block .price {
    margin: 10px 0 0 0;
    font-size: 14px;
    color: #666666;
}

.pagination {
    margin: 21px 0 0 0;
}

.pagination a {
    color: #6f6f6f;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #DEDEDE;
    display: inline-block;
    padding: 4px 9px;
    margin-right: 2px;
}

.pagination a:hover {
    background: #F0F0F0;
    color: #000;
}

.pagination .nav-current-page,
.pagination .disabled {
    color: #000;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #DEDEDE;
    display: inline-block;
    padding: 4px 9px;
    margin-right: 2px;
    background: #F0F0F0;
}

.magazine .singl-block {
    float: left;
    width: 270px;
    margin: 0 30px 30px 0;
    min-height: 420px;
}

.vystavki .singl-block {
    min-height: 255px;
}

.magazine .singl-block:nth-child(4n) {
    margin-right: -30px;
}

.magazine .singl-block img {
    max-width: 100%;
}

.magazine .singl-block a {
    text-decoration: none;
}

.magazine .singl-block a:hover img,
.tissues a:hover img,
.partners .singl-block a:hover img {
    -webkit-filter: saturate(1.8);
    -moz-filter: saturate(1.8);
    -o-filter: saturate(1.8);
}

.magazine .singl-block a:hover p {
    text-decoration: underline;
}

.magazine .singl-block p {
    text-transform: uppercase;
    color: #000;
    margin: 7px 0 0 0;
	min-height: 45px;
}

.magazine .singl-block span {
    font-family: 'OpenSans-Bold';
}

.news .left-block {
    width: 370px;
    position: relative;
}

.news.news-inside .left-block {
    width: 770px;
    position: relative;
}

.news .left-block .bx-prev {
    position: absolute;
    right: 35px;
    bottom: 4px;
    z-index: 100;
    background: url('images/sprite.png') no-repeat 0px -416px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    opacity: 0.7;
}

.news.news-inside .left-block .bx-prev {
    right: 42px;
    bottom: 12px;
}

.news.news-inside .left-block .bx-next {
    bottom: 12px;
    right: 12px;
}

.news .left-block .bx-next:hover,
.news .left-block .bx-prev:hover {
    opacity: 1;
}

.news .left-block .bx-next {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 100;
    background: url('images/sprite.png') no-repeat -31px -416px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    opacity: 0.7;
}

.news .news-wrap {
    margin-bottom: 42px;
}

.news .news-wrap .more {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.news .news-wrap .more:hover {
    text-decoration: underline;
}

.news .news-wrap img {
    max-width: 100%;
    height:auto;
}

.news .news-wrap:nth-child(3) {}

.news .right-block {
    width: 770px;
    margin: -5px 0 0 30px;
}

.news.news-inside .right-block {
    width: 370px;
    color: #888888;
}

.news .right-block .date {
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.news.news-inside .right-block .date {
    margin-bottom: 3px;
    color: #333333;
}

.news.news-inside .right-block .name {
    margin-bottom: 20px;
}

.news .right-block .name {
    margin-bottom: 15px;
    color: #333333;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'OpenSans-Bold';
}

.news .right-block .name a, .news .right-block .name h1 {
    color: #888888;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'OpenSans-Bold';
}

.news .right-block p {
    color: #888888;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 21px;
}

.news .right-block p:last-child {
    margin-bottom: 0;
}

.news .right-block .name a:hover {
    text-decoration: none;
}

.stati .left-block {
    width: 370px;
    position: relative;
}

.stati.stati-inside .left-block {
    width: 770px;
    position: relative;
}

.stati .left-block .bx-prev {
    position: absolute;
    right: 35px;
    bottom: 4px;
    z-index: 100;
    background: url('images/sprite.png') no-repeat 0px -416px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    opacity: 0.7;
}

.stati.stati-inside .left-block .bx-prev {
    right: 42px;
    bottom: 12px;
}

.stati.stati-inside .left-block .bx-next {
    bottom: 12px;
    right: 12px;
}

.stati .left-block .bx-next:hover,
.stati .left-block .bx-prev:hover {
    opacity: 1;
}

.stati .left-block .bx-next {
    position: absolute;
    right: 4px;
    bottom: 4px;
    z-index: 100;
    background: url('images/sprite.png') no-repeat -31px -416px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    opacity: 0.7;
}

.stati .stati-wrap {
    margin-bottom: 42px;
}

.stati .stati-wrap .more {
    font-size: 13px;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.stati .stati-wrap .more:hover {
    text-decoration: underline;
}

.stati .stati-wrap img {
    max-width: 100%;
}

.stati .stati-wrap:nth-child(3) {}

.stati .right-block {
    width: 770px;
    margin: -5px 0 0 30px;
}

.stati.stati-inside .right-block {
    width: inherit;
}

.stati .right-block .date {
    font-size: 14px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    margin-bottom: 10px;
}

.stati.stati-inside .right-block .date {
    margin-bottom: 3px;
}

.stati.stati-inside .right-block .name {
    margin-bottom: 20px;
}

.stati .right-block .name {
    margin-bottom: 15px;
    color: #333333;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'OpenSans-Bold';
}

.stati .right-block .name a {
    color: #333333;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: 'OpenSans-Bold';
}

.stati .right-block p {
    color: #888888;
    font-size: 13px;
    line-height: 21px;
    margin-bottom: 21px;
}

.stati .right-block p:last-child {
    margin-bottom: 0;
}

.stati .right-block .name a:hover {
    text-decoration: none;
}

.stati.stati-inside .right-block .imgleft {
    float: left;
    padding-right: 5px;
}

.stati.stati-inside .right-block .imgright {
    float: right;
    padding-left: 5px;
}

.partners {
    margin: 0px 0 0 0;
}

.partners .singl-block {
    width: 265px;
    float: left;
    margin: 0 37px 67px 0;
    min-height: 214px;
}

.partners .singl-block:hover .name a {
    text-decoration: underline;
}

.partners .last-in-row {
    margin-right: -37px;
}

.partners .singl-block .imag {
    display: table-cell;
    vertical-align: middle;
    height: 111px;
    text-align: center;
    width: 265px;
}

.partners .singl-block .imag img {
    max-width: 100%;
}

.partners .singl-block .name {
    padding: 8px 0 0 0;
    line-height: 20px;
}

.partners .singl-block .name a {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.partners .singl-block .site {
    padding-left: 0px;
}

.partners .singl-block .site a {
    font-size: 13px;
    color: #666666;
    text-decoration: none;
}

.partners .singl-block .site a:hover {
    text-decoration: underline;
}

.promo_list {
    margin: 0px 0 0 0;
}

.promo_list .singl-block {
    min-width: 338px;
    float: left;
    margin: 20px 0;
    min-height: 214px;
    width: 33%;
    text-align: center;
    height: 475px;
}

.promo_list .singl-block:hover .name a {
    text-decoration: underline;
}

.promo_list .last-in-row {
    margin-right: -37px;
}

.promo_list .singl-block .imag {
    display: table-cell;
    vertical-align: middle;
    height: 111px;
    text-align: center;
    width: inherit;
}

.promo_list .singl-block .imag img {
    max-width: 100%;
}

.promo_list .singl-block .name {
    padding: 8px 0 0 0;
    line-height: 20px;
}

.promo_list .singl-block .name a {
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
}

.promo_list .singl-block .site {
    padding-left: 0px;
}

.promo_list .singl-block .site a {
    font-size: 13px;
    color: #666666;
    text-decoration: none;
}

.promo_list .singl-block .site a:hover {
    text-decoration: underline;
}

.services .right-block {
    width: 672px;
}

.services .right-block img {
    max-width: 100%;
}

.services .right-block .fl-l {
    width: 331px;
}

.services .right-block .fl-l img:first-child {
    margin-bottom: 10px;
}

.services .right-block .singl-block {
    margin: 10px 0 0 0;
}

.services .right-block .fl-r {
    width: 330px;
}

.services .left-block {
    width: 466px;
    margin: -1px 0 0 0;
}

.services .left-block .singl-block {
    margin-bottom: 50px;
}

.services .left-block .singl-block h2, .services .left-block .singl-block h1 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    margin-bottom: 20px;
}

.services .left-block .singl-block p {
    font-size: 13px;
    line-height: 21px;
    color: #888888;
}

.services .left-block .singl-block ul {
    margin-left: 16px;
}

.services .left-block .singl-block li {
    list-style-position: outside;
    font-size: 13px;
    line-height: 21px;
    color: #888888;
    padding-left: 6px;
}

.services .left-block .singl-block a {
    color: #888888;
    text-transform: uppercase;
}

.services .left-block .singl-block a:hover {
    text-decoration: none;
}

.kontakts {}

.kontakts .map {
    width: 769px;
}

.kontakts .map img {
    max-width: 100%;
}

#main {
    padding: 0;
    width: 100%;
    position: absolute;
    height: 100%;
    /*bottom:0px;*/
}

.wrap-main {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -154px;
}

.push {
    height: 52px;
}

.kontakts .right-kontakt {
    width: 371px;
}

.kontakts .right-kontakt .singl-block {
    margin-bottom: 23px;
}

.kontakts .right-kontakt .singl-block:last-child {
    margin-bottom: 0;
}

.kontakts .right-kontakt .singl-block .tit {
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    font-size: 14px;
}

.kontakts .right-kontakt .singl-block p {
    font-size: 13px;
    line-height: 21px;
    color: #888888;
}

.kontakts .payment {
    margin: 21px 0 0 0;
    width: 769px;
    float: left;
    max-width: calc(100% - 371px);
}

.kontakts .payment .tit {
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    font-size: 14px;
}

.kontakts .payment p {
    font-size: 13px;
    line-height: 21px;
    color: #888888;
}

.kontakts .payment a {
    color: #888888;
    text-transform: uppercase;
}

.kontakts .payment a:hover {
    text-decoration: none;
}

.kontakts .select {
    float: right;
    position: relative;
}

.kontakt-form {
    margin: 20px 0 0 0;
    float: left;
}

.kontakt-form .left-form {
    width: 400px;
}

.kontakt-form .right-form {
    width: 499px;
}

.kontakt-form .tit {
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

.kontakt-form label {
    color: #888888;
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
}
.kontakt-form img {
    float: right;
    padding: 15px 0px;
}

.kontakt-form .right-form label {
    width: 122px;
}

.kontakt-form input[type="text"] {
    border: 1px solid #DEDEDE;
    color: #888888;
    font-size: 13px;
    height: 29px;
    width: 255px;
}

.kontakt-form select {
    border: 1px solid #DEDEDE;
    color: #888888;
    font-size: 13px;
    height: 29px;
    width: 257px;
}

.kontakt-form .right-form input[type="text"] {
    width: 371px;
}

.kontakt-form textarea {
    border: 1px solid #DEDEDE;
    color: #888888;
    font-size: 13px;
    height: 80px;
    width: 100%;
    resize: none;
}

.kontakt-form .row {
    margin-bottom: 6px;
}

.kontakt-form .row .requier {
    text-align: right;
    color: #6f6f6f;
    font-size: 11px;
    margin-bottom: 18px;
}

.kontakt-form .right-form .row .requier {
    margin-bottom: 9px;
}

.kontakt-form .row input[type="submit"] {
    float: right;
    color: #6f6f6f;
    font-size: 13px;
    text-transform: uppercase;
    background: none;
    border: 1px solid #DEDEDE;
    text-align: center;
    padding: 4px 17px;
}

.kontakt-form .row input[type="submit"]:hover {
    background: #F1F1F1;
}

select {
    padding-left: 9px;
    color: #888888;
    font-size: 13px;
    border: 1px solid #DEDEDE;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    position: relative;
    z-index: 111;
    text-decoration: none;
    background: url('images/drop-bg.png') no-repeat 231px;
    -webkit-appearance: inherit;
}

element.style {
    display: block;
}

.my-data .form .row .country .select .inputselect {
    width: 419px;
}

.inputselect {
    margin: 0;
    width: 255px;
    border: 1px solid #DEDEDE;
    border-top: none;
}

.inputselect option {
    list-style: none;
    cursor: pointer;
    display: block;
    color: #656565;
    padding: 2px 15px 2px 13px;
}

.useful-infa {
    margin: 94px 0 0 0;
}

.useful-infa .useful {
    margin-bottom: 50px;
}

.useful-infa .useful h3 {
    text-align: center;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: normal;
    font-family: 'OpenSans-Bold';
    margin-bottom: 23px;
}

.useful-infa .useful .plus {
    display: block;
    margin: 0 auto;
    width: 33px;
    height: 33px;
    background: url('images/plus-min.png') no-repeat;
}

.useful-infa .useful.open .plus {
    background-position: 1px -36px;
}

.useful-infa .useful .plus_new {
    display: block;
    margin: 0 auto;
    width: 33px;
    height: 33px;
    background: url('images/plus-min.png') no-repeat;
}

.useful-infa .useful.open .plus_new {
    background-position: 1px -36px;
}

.useful-infa .useful .infa {
    margin: 24px 0 103px 0;
}

.useful-infa .useful .useful-1 {
    line-height: 21px;
}

.useful-infa .useful .useful-1 .left-block {
    width: 570px;
}

.useful-infa .useful .useful-1 .left-block p {
    font-size: 13px;
    color: #888888;
    margin-bottom: 21px;
}

.useful-infa .useful .useful-1 .right-block p {
    font-size: 13px;
    color: #888888;
}

.useful-infa .useful .useful-1 .right-block li {
    font-size: 13px;
}

.useful-infa .useful .useful-1 .right-block {
    width: 570px;
}

.useful-infa .useful img {
    max-width: 100%;
}

.useful-infa .useful .useful-2 {}

.useful-infa .useful .useful-2 .singl-block {
    text-align: center;
    width: 370px;
    float: left;
    margin: 0 30px 37px 0;
    min-height: 253px;
}

.useful-infa .useful .useful-2 .singl-block:nth-child(3n) {
    margin-right: -30px;
}

.useful-infa .useful .useful-2 .singl-block .img {
    display: table-cell;
    width: 370px;
    vertical-align: middle;
    height: 150px;
}

.useful-infa .useful .useful-2 .singl-block .name {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
}

.useful-infa .useful .useful-2 .singl-block p {
    color: #888888;
    font-size: 13px;
    line-height: 21px;
}

.useful-infa .useful:nth-child(2) .infa {
    margin-bottom: 52px;
}

.useful-infa .useful .useful-3 {
    color: #888888;
    font-size: 13px;
    line-height: 21px;
}

.useful-infa .useful .useful-3 .tit {
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    line-height: 16px;
    margin-bottom: 27px;
}

.useful-infa .useful .useful-3 .left-block {
    width: 570px;
}

.useful-infa .useful .useful-3 .right-block {
    width: 570px;
}

.useful-infa .useful .useful-3 .left-block .tit {}

.useful-infa .useful .useful-3 .left-block p {
    margin-bottom: 21px
}

.useful-infa .useful .useful-3 .wrap-s {
    margin: 61px 0 0 0;
}

.useful-infa .useful .useful-3 .wrap-s .singl-block {
    margin-bottom: 50px;
}

.useful-infa .useful .useful-3 .wrap-s .singl-block p:last-child {
    font-family: 'OpenSans-SemiboldItalic';
    text-decoration: underline;
}

.useful-infa .useful .useful-3 .wrap-s .singl-block .tit {
    color: #000;
    margin-bottom: 4px;
}

.useful-infa .useful .useful-3 .right-block p {
    margin-bottom: 21px;
}

.useful-infa .useful .useful-3 .right-block ul {
    margin-bottom: 21px;
}

.useful-infa .useful .useful-3 .text-block {}

.useful-infa .useful .useful-3 .text-block .tit {
    color: #000;
    margin-bottom: 21px;
}

.useful-infa .useful .useful-3 .text-block .t {
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
}

.useful-infa .useful .useful-3 .text-block p:last-child {
    font-family: 'OpenSans-SemiboldItalic';
    font-size: 11px;
}

.useful-infa .useful .useful-4 {
    color: #888888;
    line-height: 21px;
    font-size: 13px;
}

.useful-infa .useful .useful-4 .tit {
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    line-height: 16px;
    margin-bottom: 27px;
}

.useful-infa .useful .useful-4 .block-text {}

.useful-infa .useful .useful-4 .block-text .singl-block {
    float: left;
    width: 380px;
    margin: 0 21px 0 0;
}

.useful-infa .useful .useful-4 .block-text .singl-block:last-child {
    margin-right: -20px;
}

.useful-infa .useful .useful-4 .block-text .singl-block p {
    margin-bottom: 21px;
}

.useful-infa .useful .useful-2.useful-5 .singl-block {
    width: 276px;
    margin: 0 27px 0 0;
}

.useful-infa .useful .useful-2.useful-5 .singl-block:nth-child(4n) {
    margin-right: -20px;
}

#map {
    height: 347px;
}

.filter {
    position: absolute;
    top: 35px;
    right: 0px;
    width: 288px;
    padding: 0px 0 0 28px;
    background: #fff;
    z-index: 200;
}

.filter .tit {
    background: url(images/ilter-sprite.png) no-repeat right 8px;
    color: #252525;
    font-family: 'OpenSans-Bold';
    text-decoration: none;
    display: inline-block;
    padding: 0 17px 0 17px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-size: 13px;
}

.filter .row:nth-child(2) .tit {
    /*  margin-bottom: 10px;*/
}

.seps {
    margin: 32px 0;
}

.filter .row:nth-child(5) .tit,
.filter .row:nth-child(6) .tit,
.filter .row:nth-child(7) .tit,
.filter .row:nth-child(8) .tit {}

.filter .row:nth-child(6) .tit {}

.filter .row:nth-child(6) {}

.filter .row:nth-child(7) .tit {}

.filter .c-17 span {}

.filter .filter-price {
    width: 272px;
}

.filter .row {
    margin-bottom: 23px;
}

.filter .row .status {
    padding: 0 0 0 0px;
}

.filter .row .status .left-block {
    width: 105px;
    margin-right: 28px;
}

.filter .row .status .right-block {
    width: 105px;
}

.filter .row .status .type {
    font-size: 12px;
    color: #888888;
    padding: 0 0 0 13px;
}

.filter .row .status .type:hover {
    background: url('images/ilter-sprite.png') no-repeat left -59px;
    font-family: 'OpenSans-Bold';
    color: #000;
    cursor: pointer;
}

.filter .row li a {
    color: #888888;
    font-size: 12px;
    text-decoration: none;
    line-height: 13px;
}

.filter .row li:hover {
    /*background: url('images/ilter-sprite.png') no-repeat left -59px;*/
    font-family: 'OpenSans-Bold';
    color: #000;
}

.filter .row li:hover a {
    color: #000;
}

.filter .row li.active {
    background: url('images/ilter-sprite.png') no-repeat left -35px;
}

.filter .row li.active a {
    color: #000;
}

.filter .row ul.cat {
    /*margin: -15px 0 0 0;*/
}

.filter .row ul.cat li {
    display: inline-block;
    width: 121px;
    line-height: 18px;
}

.filter .row .tit {
    background: url('images/filter-open-active.png') no-repeat 1px 4px;
}

.filter .row.active .tit {
    background: url('images/ilter-sprite.png') no-repeat 1px 8px;
}

.color a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('images/ok-color.png');
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #DADADA;
    width: 23px;
    height: 23px;
    margin: 0 2px 0 0;
}

.color input {
    display: none;
}

.color label {
    cursor: pointer;
    position: relative;
}

.color label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    border: 1px solid #DADADA;
    width: 23px;
    height: 23px;
    margin: 0 2px 0 0;
}

.color label i {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 10;
    top: -7px;
    left: 2px;
}

.color input[type="radio"]:checked+label span {}

.color input[type="radio"]:checked+label i {
    background-image: url('images/ok-color.png');
}

.color input[type="radio"]:checked+label.ok-vhite i {
    background-image: url('images/ok-vhite.png');
}

.color .c-1 span {}

.color .c-2 span {
    background-color: #EEE0CE
}

.color .c-3 span {
    background-color: #76CCFF;
}

.color .c-4 span {
    background-color: #50CCCD;
}

.color .c-5 span {
    background-color: #409A3A;
}

.color .c-6 span {
    background-color: #FDFF27;
}

.color .c-7 span {
    background-color: #F8A504;
}

.color .c-8 span {
    background-color: #F997CA;
}

.color .c-9 span {
    background-color: #F50000;
}

.color .c-10 span {
    background-color: #9600CA;
}

.color .c-11 span {
    background-color: #633300;
}

.color .c-12 span {
    background-color: #4E00DE;
}

.color .c-13 span {
    background-color: #000000;
}

.color .c-14 span {
    background-color: #909090;
}

.color .c-15 span {
    background-color: #7b7b7b;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdiN2I3YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2M1YzVjNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3YjdiN2IiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #7b7b7b 0%, #c5c5c5 51%, #7b7b7b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7b7b7b), color-stop(51%, #c5c5c5), color-stop(100%, #7b7b7b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #7b7b7b 0%, #c5c5c5 51%, #7b7b7b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #7b7b7b 0%, #c5c5c5 51%, #7b7b7b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #7b7b7b 0%, #c5c5c5 51%, #7b7b7b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #7b7b7b 0%, #c5c5c5 51%, #7b7b7b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7b7b7b', endColorstr='#7b7b7b', GradientType=0);
    /* IE6-8 */
}

.color .c-16 span {
    background: #978756;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk3ODc1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2Q2YzU4YiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Nzg3NTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #978756 0%, #d6c58b 52%, #978756 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #978756), color-stop(52%, #d6c58b), color-stop(100%, #978756));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #978756 0%, #d6c58b 52%, #978756 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #978756 0%, #d6c58b 52%, #978756 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #978756 0%, #d6c58b 52%, #978756 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #978756 0%, #d6c58b 52%, #978756 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#978756', endColorstr='#978756', GradientType=0);
    /* IE6-8 */
}

.color .c-17 span {
    background: url('images/color-filter-last.png') no-repeat;
}

.filter .row li.active a {
    font-family: 'OpenSans-Bold';
}

.filter .fl-h {
    position: relative;
    z-index: 1111;
}

.filter .row li {
    line-height: 13px;
    padding: 0 0 0px 12px;
    margin-bottom: 20px;
}

.filter .row ul {
    margin-bottom: 25px;
}

.filter .filter-show {
    background: url('images/filter-open-active.png') no-repeat 7px 9px #F0F0F0;
}

.filter.open .filter-show {
    background: url('images/ilter-sprite.png') no-repeat 7px 13px #F0F0F0;
}

.filter-show {
    color: #000;
    font-size: 13px;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    background: url(images/ilter-sprite.png) no-repeat 7px 13px #f0f0f0;
    text-decoration: none;
    margin-bottom: 30px;
    display: inline-block;
    margin-left: -15px;
    padding: 7px 21px;
}

#slider {
    width: 200px;
}

.ui-slider {
    position: relative;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 9px;
    height: 9px;
    background: #310000;    
    cursor: pointer
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    overflow: hidden;
}

.ui-slider-horizontal {
    height: 3px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -3px;
    margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}


.ui-widget-content {
    border: 1px solid #CDCDCD;
    background: #DDDDDD;
}

.ui-widget-header {
    background: #888888;
}

.ui-corner-all {
    margin-bottom: 14px;
}

#amount {
    border: none;
    color: #6f6f6f;
    font-size: 12px;
}

.addDescLink {
    text-decoration: none;
    display: inline-block;
    margin-top: 15px;
    padding: 0px 0px 0px 0px;
    margin-left: 12px;
    line-height: 14px;
    color: #1783d3;
    border-bottom: 1px dotted #1783d3;
}

.addDescLink::before {
    content: ">";
    font-size: inherit;
    color: grey;
    display: inline-block;
    margin-left: -12px;
    text-decoration: none;
    position: absolute;
    transform: scaleY(1.6);
}


@media screen and (max-width: 1262px) {
    .main-slider .bx-controls-direction .bx-prev {
        left: 0;
    }

    .main-slider .bx-controls-direction .bx-next {
        right: 20px;
    }

    .wrapper {
        width: 991px;
        margin: 0 auto;
    }

    .news-compain .news .singl-block {
        width: 214px;
    }

    .portfolio-slider-box {
        min-width: 991px;
    }

    .main-slider .bx-controls {
        width: 991px;
    }

    .slider-catalog .bx-wrapper li {
        margin-right: 30px !important;
    }

    .tissues .left-block {
        width: 321px;
    }

    .tissues .right-block {
        width: 652px;
    }

    .galery-s .singl-block {
        margin-right: 83px;
    }

    .galery-s .singl-block:nth-child(4n) {
        margin-right: 80px;
    }

    .galery-s .singl-block:nth-child(3n) {
        margin-right: -80px;
    }

    .magazine .singl-block {
        width: 225px;
        min-height: 335px;
        margin-right: 26px;
    }

    .vystavki .singl-block {
        min-height: 235px;
    }

    .news .right-block {
        width: 570px;
    }

    .news.news-inside .left-block {
        width: 590px;
    }

    .partners .singl-block {
        width: 221px;
        margin-right: 31px;
        min-height: 196px;
    }

    .partners .singl-block .imag {}

    .services .right-block {
        width: 580px;
    }

    .services .right-block .fl-l,
    .services .right-block .fl-r {
        width: 285px;
    }

    .services .left-block {
        width: 390px;
    }

    .kontakts .map {
        width: 600px;
    }

    .sin-block .right-block {
        width: 662px;
    }

    .useful-infa .useful .useful-1 .left-block,
    .useful-infa .useful .useful-1 .right-block {
        width: 484px;
    }

    .useful-infa .useful .useful-2 .singl-block {
        width: 310px;
    }

    .useful-infa .useful .useful-3 .right-block,
    .useful-infa .useful .useful-3 .left-block {
        width: 480px;
    }

    .useful-infa .useful .useful-4 .block-text .singl-block {
        width: 310px;
    }

    .useful-infa .useful .useful-2.useful-5 .singl-block {
        width: 230px;
    }
}

@media screen and (max-width: 640px) {
    .ostatki_tkanei {
        font-size: 11px;
    }

    .down_table_bottom {
        width: 98%;
        text-align: center;
        padding: 15px 0;
    }

    #field {
        height: 33px;
        width: 98%;
        text-align: center;
    }
}

.ajax:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url('images/ajax-loader.gif');
    background-repeat: no-repeat;
    background-position: center;
}

.overscroll img {
    display: none;
    vertical-align: middle;
}

.images-block .active {
    display: block;
}

.images-block {
    text-align: center;
}


.images-block .button {
    line-height: 0;
}

.catalog-favourites,
.gallery-favourites {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 -5px -5px 15px;
    background: url('images/star_only.png') no-repeat;
}

.galery img {
    max-width: 1170px;
    max-height: 100%;
}

.ostatki_tkanei {
    width: 100%;
    border: 1px solid #000;
}

.ostatki_tkanei td {
    text-align: center;
}

.ostatki_tkanei th {
    text-transform: uppercase;
    background-color: #b3b2b2;
}

.ostatki_tkanei td {
    text-transform: uppercase;
    border: 1px solid #000;
}

.ostatki_tkanei th.tovar {
    text-align: center;
    width: 255px;
}

.ostatki_tkanei th.ostatok {
    text-align: center;
    width: 115px;
}

.ostatki_tkanei th.rolik {
    text-align: center;
    width: 115px;
}

.ostatki_tkanei th.data {
    text-align: center;
    width: 155px;
}

.ostatki_tkanei tr:hover {
    background: #f2e9b7;
    z-index: 1;
    position: relative;
    padding: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.ostatki_tkanei td:hover {
    background: #dec74c;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
}

.subscribe_table {
    display: inline-block;
    float: right;
}

.down_table_bottom {
    float: left;
    position: relative;
}

#field {
    border: none;
    font-size: 100%;
    color: #6f6f6f;
    padding: 0 0 0 6px;
    height: 18px;
    width: 333px;
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
    text-align: center;
}

#btn:hover {
    background: url('/images/bg-search-hover.png') no-repeat #F1F1F1 9px 10px;
}

#btn {
    background: url("/images/sprite.png") no-repeat scroll 9px 10px #fff;
    border: 1px solid #cecece;
    height: 35px;
    width: 35px;
    top: 12px;
    position: relative;
    visibility: hidden;
    display: none;
}

.input_subscribe {
    display: inline-block;
}

.input_subscribe * {
    float: left;
    font-size: 13px;
}

.input_subscribe input[type="email"] {
    padding: 0;
}

.email_input_subscribe::-webkit-input-placeholder {
    padding-left: 5px;
}

.email_input_subscribe {
    width: 203px;
    height: 34px;
    border: 1px solid #E5E5E5;
    display: inline-block;
    padding: 0;
    font-family: 'OpenSans-Regular';
}

.button_input_subscribe {
    width: 107px;
    height: 36px;
    display: inline-block;
    border: 1px solid #E5E5E5;
    font-family: 'OpenSans-Regular';
    border-left: none;
}

.header_table_buttom {
    padding: 16px 0;
}

.zayavka_service {
    width: 100%;
    border: 2px solid #399 !important;
}

.zayavka_service td {
    text-align: center;
    border: 1px solid;
    height: 30px;
}

.zayavka_service tr:hover {
    background: #FFFFCC;
    z-index: 1;
    position: relative;
    padding: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.zayavka_service td:hover {
    background: #FFFF66;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
}

.zayavka_service tr td input {
    padding: 3px;
    margin: 4px;
}

.zayavka_service_up {
    width: 100%;
}

.zayavka_service_up td {
    text-align: left;
    /*border: 1px solid;*/
    height: 30px;
}

.zayavka_service_up tr:hover {
    background: #FFFFCC;
    z-index: 1;
    position: relative;
    padding: 10px;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.zayavka_service_up td:hover {
    background: #FFFF66;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.9);
}

.zayavka_service_up tr td input {
    float: right;
    margin-right: 10%;
    width: 30%;
    margin: 4px;
}

.showiframe {
    display: block;
    /*overflow-x: hidden;*/
    position: absolute;
    background: white;
    width: 600px;
    height: 450px;
    padding: 20px 40px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -225px;
    margin-right: 0;
    margin-bottom: 0;
    /*margin: -196px 0 0 -395px;*/
    font-size: 12px;
    color: #6f6f6f;
    font-family: "Open Sans SemiBold";
}

.user_texture_before {
    position: fixed;
    display: none;
    float: left;
    width: 169px !important;
}

#user_texture,
.user_texture_before {
    background: grey;
    display: none;
    float: left;
    width: 120px;
    height: 45px;
    bottom: 50%;
    top: 50%;
    left: 0px;
    color: #6f6f6f;
    font-size: 17px;
    text-transform: uppercase;
    background: none;
    border: 1px solid #DEDEDE;
    text-align: center;
    cursor: pointer;
}

#user_texture:hover {
    background: #F1F1F1;
}

#user_texture a:before {
    background: #F1F1F1;
}

#user_texture_esc {
    background: grey;
    float: right;
    width: 45px !important;
    height: 45px;
    bottom: 50%;
    top: 50%;
    left: 0px;
    color: #6f6f6f;
    font-size: 17px;
    text-transform: uppercase;
    background: none;
    border: 1px solid #DEDEDE;
    text-align: center;
    cursor: pointer;
}

#user_texture_esc:hover {
    background: #F1F1F1;
}

div.title-search-result {
    margin-top: 0px;
    margin-left: 1px;
    /*width:1024px!important;*/
    width: 320px;
}

.search-page {
    width: 100%;
}

.search-page .search_suggest {
    /*width: 320px;*/
    float: left;
}

.search-page .chekers {
    /*width: 50%;*/
    /*height: 22px;*/
    float: left;
}

.search-page .search .cheks input {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    width: 100px;
    height: 22px;
    cursor: pointer;
    border: 1px;
}

.search-page .search .cheks.checked {
    background: #F1F1F1;
}

.search-page .search span.checked {
    background: url('images/ilter-sprite.png') no-repeat 5px -31px;
}

.search-page .search .cheks span:hover {
    background: url('images/ilter-sprite.png') no-repeat 5px -57px;
}

.search-page .search span.checked:hover {
    background: url('images/ilter-sprite.png') no-repeat 5px -31px;
}

.search-page .search .cheks span {
    display: block;
    width: 22px;
    height: 22px;
    margin-top: -2px;
}

.search-page .search .cheks:hover {
    background: #F1F1F1;
}

.search-page .search .cheks {
    border: 1px solid #E5E5E5;
	margin: 0 5px 5px 5px;
}

.search-page .search .cheks,
.search-page .search .checked {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
    height: 20px;
    position: relative;
    float: left;
    cursor: pointer;
}

.search-page .search .cheks label {
    padding-left: 22px;
    width: 100px;
    text-transform: uppercase;
    font-size: 14px;
}

.search-page .single-block-catalog-big .body_element {
    padding: 0px;
}

.search-page .single-block-catalog img,
.search-page .single-block-catalog .body_element img,
.search-page .single-block .body_element img {
    width: 210px;
}

.search-page .single-block-catalog-big.texture {
    width: 240px;
}

.search-page .single-block-catalog-big.texture .name {
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.search-page .single-block-catalog-big img {}

.single-block-catalog-big .single-block-catalog {
    /*width: 227px !important;*/
}

.single-block-down {
    width: 100%;
    vertical-align: top;
}

.search-page ul {
    list-style: none;
}

.search-page li:hover {
    background: #F0F0F0;
    box-shadow: 0 0 0 15px #F0F0F0;
}

.search-page li {
    min-width: 140px;
    max-width: 210px;
    /*border: 1px solid #000;*/
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: top;
    margin: 5px 2px;
    zoom: 1;
    padding: 10px;
}

.search-page .single-block-catalog {
    float: left;
}

.search-page small {
    margin: 0px;
    padding: 0px;
}

.search-page .name {
    width: 227px;
    word-wrap: break-word;
    margin: 0px;
    padding: 0px 0px 5px 0px;
}

.nav_sort {
    width: 100%;
    height: 169px;
    margin: 5px;
}

pre {
    line-height: 1.3em;
    padding: 1em !important;
    border: 1px dashed #2F6FAB !important;
    border-radius: 15px;
    color: #000;
    background-color: #CFF7D4;
    font-family: Menlo, Monaco, monospace;
    font-size: 0.9em !important;
}

.search-page .search {
    width: 100%;
    margin: 18px auto 0;
    position: relative;
    float: left;
    padding-bottom: 10px;
}

.search-page .search input {
    border: 1px solid #E5E5E5;
    font-size: 12px;
    color: #6f6f6f;
    padding: 0 0 0 6px;
    height: 20px;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    top: 0;
    float: left;
}

.search-page .search input.sr:hover {
    background: url('/images/bg-search-hover.png') no-repeat #F1F1F1 4px 3px;
}

.search-page .search input.sr {
    cursor: pointer;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    top: 0;
    float: left;
    background: url('/images/sprite.png') no-repeat scroll 4px 3px #fff;
    border: 1px solid #cecece;
    display: block;
    height: 22px;
    position: relative;
    right: 0;
    top: 0px;
    width: 25px;
    z-index: 1;
}

.title_design {
    margin-left: -3px;
    margin-bottom: -5px;
    font-size: 40px;
    font-weight: bold;
}

.b_catalog {
    padding-bottom: 3px;
    padding-top: 14px;
    text-transform: uppercase
}

.right-block h2 {
    font-size: 20px;
}

.usedownload:hover {
    background: #F1F1F1;
}

.usedownload {
    display: inline-block;
    vertical-align: middle;
    height: 0px;
    bottom: 35px;
    position: relative;
    cursor: pointer;
    float: right;
    font-size: 8.5px;
    color: #000;
    text-align: center;
}

.water_mark_catalog {
    position: absolute;
}

.info_line_textile {
    color: #888888;
    font-size: 11px;
    text-align: center;
    position: absolute;
    z-index: 201;
    width: 150px;
    display: none;
}

.info_line_textile .info_line_textile_img {
    height: 3px;
    background-image: url(/images/treugolnic.png);
}

.info_line_textile .insert_description {
    border: 1px solid #BEC3C7;
    background: white;
}

.basket_status {
    display: none;
    width: 190px;
    height: 82px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: 1000;
    /*background-image: url(/bitrix/templates/test/img/tovar_add.png);*/
}

.basket_status .dics_basket_status {
    font-size: 12px;
    text-align: center;
}

.basket_status .close_basket_status {
    width: 100%;
    height: 20px;
    margin-top: 5px;
}

.basket_status .close_basket_status img {
    float: right;
}

.basket_status .but_basket_status {
    text-align: center;
    padding: 5px 0;
}

.basket_status .but_basket_status a {
    background: white;
    color: #6F6F6F;
    font-size: 13px;
    text-decoration: none;
    border: 1px solid #DEDEDE;
    text-transform: none;
    padding: 4px 10px;
    display: inline-block;
}

/************    promo css     *****************/

.promo_content .main-menu {
    text-align: center;
    margin: 38px 0 38px 0;
    position: relative;
    z-index: 11;
}

.promo_content h1 {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: normal;
}

.promo_content .galery-s .singl-block {
    min-height: 220px;
}

.promo_content .discription .text {
    text-align: center;
}

.promo_content .discription .prop_textile {
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
}

.promo_content .preview_text {
    margin-top: 30px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.promo_content .preview_text .spec {
    color: #999;
    font-size: 18px;
    text-decoration: none;
    font-family: "OpenSans-Bold";
}

.promo_content .preview_text h2 {
    color: #999;
    font-size: 22px;
    text-transform: uppercase;
    text-decoration: none;
    font-family: "OpenSans-Bold";
    margin-bottom: 15px;
}

.promo_content .preview_text .address_center {
    display: inline-block;
    margin-top: 40px;
    margin-bottom: 40px;
}

.promo_content .preview_text .address_center.contact {
    width: 59%;
    float: left;
    border-right: 1px solid #BEC3C7;
    margin-top: 0px;
    padding-top: 40px;
}

.promo_content .preview_text .address_center.mz li {
    height: 160px;
}

.promo_content .preview_text .address_center li {
    list-style: none;
    margin: 0 1%;
    width: 30%;
    float: left;
    margin-bottom: 5px;
    font-weight: bold;
    height: 130px;
    text-align: left;
}

.promo_content .preview_text .address_center.contact li {
    width: 48%
}

.promo_content .preview_text .address_center li .address_this {
    font-weight: normal;
}

.promo_content .preview_text ul {
    counter-reset: num;
}

.promo_content .preview_text ul li {
    padding: 10px 0;
    list-style-type: none;
}

.promo_content .preview_text ul li:before {
    content: counter(num) '. ';
    counter-increment: num;
    font-weight: bold;
}

.promo_content .preview_text ul.vyhod {
    counter-reset: none;
}

.promo_content .preview_text ul.vyhod li {
    padding: 0 0;
    list-style-type: none;
}

.promo_content .preview_text ul.vyhod li:before {
    content: '�';
    counter-increment: none;
    font-weight: bold;
}

.promo_content .our_contact {
    display: inline-block;
    margin-left: 2%;
    margin-bottom: 40px;
    width: 38%;
    text-align: left;
}

.promo_content .contact_prewiew {
    width: 59%;
    float: left;
    border-right: 1px solid #BEC3C7;
    text-align: left;
}

.promo_content .shtori_image {
    width: 33%;
    float: left;
    min-height: 380px;
}

.promo_content .shtori_image img {
    width: 92%;
    height: auto;
    margin: 4%;
}

.promo_content .shtori_image .text_info {
    bottom: 0px;
}

.text_on_slider_main {
    position: absolute;
    top: 206px;
    font-size: 54px;
    display: inline-block;
    font-style: italic;
    text-align: center;
    color: white;
    font-family: CaslonC540BT-ITALIC;
    text-shadow: 0px 0px 60px #FFFFFF, 0.25px 0.25px 0 #FFFFFF, -0.25px -0.25px 0 #FFFFFF, -0.25px 0.25px 0 #FFFFFF, 0.25px -0.25px 0 #FFFFFF;
    /* text-shadow: 0px 0px 60px #333854, #333854 1px 1px 0, #333854 -1px -1px 0, #333854 -1px 1px 0, #333854 1px -1px 0;*/
    left: 192px;
    right: 192px;
    line-height: 1;
}

.text_on_slider_main a {
    font-family: CaslonC540BT-BOLDITALIC;
    font-size: 84px;
    color: white;
    text-decoration: none;
    text-shadow: 0px 0px 60px #FFFFFF, 0.25px 0.25px 0 #FFFFFF, -0.25px -0.25px 0 #FFFFFF, -0.25px 0.25px 0 #FFFFFF, 0.25px -0.25px 0 #FFFFFF;
    /*text-shadow: 0px 0px 60px #333854, #333854 1px 1px 0, #333854 -1px -1px 0, #333854 -1px 1px 0, #333854 1px -1px 0;*/
}

.gallery_button {
    position: absolute;
    bottom: 10px;
    z-index: 110;
    left: 18px;
}

.gallery_button .mini_photo {
    margin-top: 10px;
    border: 1px solid #999;
    background: rgb(255, 255, 255);
    position: relative;
    opacity: 1;
    height: 100px;
    width: 100px;
    z-index: 101;
}

.gallery_button .mini_photo img {
    width: 100px;
    height: 100px !important;
    opacity: 0.57;
    cursor: default !important;
}

.gallery_button .mini_photo img:hover {
    opacity: 1;
}

/*****************************          @media          ********************/

@media screen and (max-width: 1417px) {
    .main-slider .bx-controls-direction .bx-prev {
        left: 0;
    }

    .main-slider .bx-controls-direction .bx-next {
        right: 0;
    }
}

@media screen and (max-width: 1366px) {
    .slider-catalog .bx-wrapper .bx-controls .bx-prev {}

    .slider-catalog .bx-wrapper .bx-controls .bx-next {}
}

@media screen and (max-width: 1024px) {
    .ostatki_tkanei {
        font-size: 18px;
    }

    .main-slider .bx-controls-direction .bx-prev {
        left: 0;
    }

    .main-slider .bx-controls-direction .bx-next {
        right: 20px;
    }

    .wrapper {
        width: 958px;
        margin: 0 auto;
    }

    .news-compain .news .singl-block {
        width: 212px;
    }

    .main-slider {}

    .portfolio-slider-box {
        min-width: 991px;
    }

    .main-slider .bx-controls {
        width: 991px;
    }

    #footer .copy {
        margin-left: 5px;
    }

    .news-compain .news .singl-block {
        margin-right: 26px;
    }

    .news-compain .news .singl-block:first-child {}
}

@media screen and (max-width: 640px) {
    .promo_content .preview_text .address_center li {
        width: inherit;
        /*height: 80px;*/
        min-height: 80px;
        max-height: 110px;
        font-size: 14px;
    }

    .promo_content .preview_text .address_center.contact li {
        width: 100%;
        height: 100px;
    }

    .promo_content .shtori_image {
        width: inherit;
        min-height: 300px;
        margin-bottom: 20px;
    }

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

    .promo_list .singl-block {
        min-width: 100%;
    }

    .ostatki_tkanei {
        font-size: 11px;
    }

    .down_table_bottom {
        width: 98%;
        text-align: center;
        padding: 15px 0;
    }

    #field {
        height: 33px;
        width: 98%;
        text-align: center;
    }
}

/************    #promo css     *****************/

/*
.label-wrapper {
    width: 100%;
    height: 100%;
    outline: 2px solid black;
    top: 0;
    left: 0;
}
.label-link {
    display: block;
    width: 20px;
    height: 20px;
    background: url('images/tooltip.png');
}

.label-box {
    display: none;
    background: #F0F0F0;
    width: 86px;
    padding: 5px;
    top: 15px;
    left: 10px;
    font-size: 9px;
    color: #595959;
    text-transform: uppercase;
    word-wrap: break-word;
    line-height: 11px;
}

.label-box img {
    margin-bottom: 3px;
}*/

#button-up {
    position: fixed;
    left: 20px;
    bottom: 50px;
    width: 60px;
    height: 60px;
    background: url(img/button-up.png) center no-repeat;
    background-size: 100% auto;
    opacity: 0.5;
    cursor: pointer;
    z-index: 200;
}

#button-up:hover {
    opacity: 1;
}

@media only screen and (max-width:999px) {
    .overscroll {
        width: 100%;
        height: 100%;
    }
}

@media only screen and (min-width:768px) {
    .foot_vers_bl {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .wrapper .tissues {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .wrapper .tissues .left-block {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .wrapper .tissues .right-block {
        width: 48%;
        margin-bottom: 30px;
    }

    .wrapper .tissues a {
        font-size: 10px;
        line-height: 1;
    }

    .foot_vers_bl {
        text-align: center;
        margin: 20px auto 0;
        font-size: 14px;
    }

    .foot_vers_bl a {
        text-decoration: none;
    }
}

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

    .filter {
        margin-bottom: 30px;
    }

    .filter form,
    .filter.open form {
        display: none;
    }

    .filter.fl_op form {
        display: block;
    }

    .galery-s,
    .magazine {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .wrapper .galery-s .singl-block,
    .wrapper .magazine .singl-block {
        width: 48%;
        min-height: 0;
        margin-bottom: 30px;
    }

    .wrapper .galery-s .singl-block:nth-child(2n+1),
    .wrapper .magazine .singl-block:nth-child(2n+1) {
        margin-right: 4%;
    }

    .wrapper .galery-s .singl-block a,
    .wrapper .magazine .singl-block a {
        font-size: 14px;
    }

    .wrapper .tissues {
        display: flex;
        align-items: stretch;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .wrapper .tissues .left-block {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 30px;
    }

    .wrapper .tissues .right-block {
        width: 48%;
        margin-bottom: 30px;
    }

    .wrapper .tissues a {
        font-size: 10px;
        line-height: 1;
    }

    .wrapper .galery-s .singl-block:hover {
        background: #F0F0F0;
        box-shadow: 0 0 0 5px #F0F0F0;
    }

    .content .images-block .scale {
        top: 3px;
        right: 3px;
        left: unset;
    }

    .images-block .gallery-item img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
    }

    .images-block .gallery_button {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
		left: 5px;
		right: 0;
		bottom: 0;
    }

    .images-block .gallery_button .mini_photo img {
        width: 100%;
        height: 100% !important;
    }

    .images-block .gallery_button .mini_photo {
        width: 50px;
        height: 50px;
        margin: 0 5px 5px 0;
    }

    #button-up {
        width: 40px;
        height: 40px;
        left: 5px;
        bottom: 10px;
    }

    .tab_container .carousel.carousel li {
        width: 50%;
        box-sizing: border-box;
    }

    .tab_container .carousel .slide {
        width: 100%;
        height: 200px;
    }

    .wrapper .menu-catalog ul li {
        border-right: none !important;
    }
}

/* 
add styles for lozad (lazy load images)
*/

img.lozad {
    transition: all .35s ease
}

img.lozad:not(.fade_in) {
    opacity: 0
}

img.lozad.fade_in {
    opacity: 1
}

.main-slider img {
    width: auto;
}

/******************************************************************************* 



add from media.css (pda)



********************************************************************************/

#amount {
    width: 100%;
}

/* carousel */

.carousel {
    margin-left: -30px;
    margin-right: -30px;
    overflow: hidden;
    position: relative;
}

.carousel .cycle-carousel-wrap {
    right: -9999px;
}

.carousel .slide {
    float: left;
    width: 170px;
    color: #666;
    text-decoration: none;
    line-height: 17px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 15px 0 20px 30px;
    height: 275px;
}

.carousel .slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.carousel .slide:hover {
    background: #F0F0F0;
    box-shadow: 0 0 0 15px #F0F0F0;
}

.carousel .slide img {
    margin-bottom: 8px;
}

.carousel .slide .name {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    display: block;
}

.carousel .slide .characteristic {
    display: block;
    margin-bottom: 10px;
}

.carousel .slide .characteristic span {
    display: block;
}

/* end of carousel*/

.filter .row ul.cat {
    overflow: hidden;
}

.filter .row ul.cat li {
    float: left;
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 15px;
}

.parent-checked,
.filter .row ul.cat li:hover {
    font-family: 'OpenSans-Regular' !important;
}

.content {
    overflow: hidden;
}

.sticky {
    left: 0;
    right: 0;
    width: 100%;
    min-width: 0;
    z-index: 500;
}

.slider-catalog ul {
    list-style: none;
    padding-top: 14px;
    margin: 0 0 0 -30px;
}

.slider-catalog:after {
    content: '';
    width: 100%;
    display: table;
    clear: both;
}

.slider-catalog li {
    float: left;
    list-style: none;
    margin: 0 0 20px 30px;
    padding-bottom: 10px;
}

.slider-catalog .bx-wrapper ul {
    margin-left: 0;
}

.slider-catalog .bx-wrapper li {
    margin-left: 0;
}

.slider-catalog li:hover {
    background: #F0F0F0;
    /*box-shadow: 0 0 0 15px #F0F0F0;*/
}

.slider-catalog li a {
    display: block;
    text-decoration: none;
}

.slider-catalog li img {
    margin-bottom: 8px;
}

.slider-catalog li a .name {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    display: block;
}

.slider-catalog li .characteristic {
    font-size: 11px;
    text-transform: uppercase;
    color: #666666;
    line-height: 17px;
}

.slider-catalog li .price {
    font-size: 11px;
    margin: 10px 0 0 0;
    color: #666666;
    text-transform: none;
}

.wrapper .wrapper {
    width: 100%;
    padding: 0;
}

#header .search {
    overflow: hidden;
}

#header .search input.sr,
#header .search input[type="text"] {
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
    margin: 0;
    top: 0;
    float: left;
}

.main-slider {
    margin-left: -972px;
}

.partners .last-in-row {
    margin-right: 37px;
}

.partners .singl-block {
    width: 264px;
}

.partners .singl-block:nth-child(4n) {
    margin-right: 0;
}

.kontakt-form .row:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.kontakt-form input[type="text"],
.kontakt-form .right-form input[type="text"],
.kontakt-form textarea {
    float: right;
}

.kontakt-form .jqselect {
    float: right;
    width: 257px;
    border: 0;
    color: #999;
    font-size: 13px;
    z-index: 10 !important;
}

.kontakt-form .jqselect select {
    /*display: none;*/
    z-index: 10;
}

.jqselect .jq-selectbox__select-text {
    border: 1px solid #DEDEDE;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 22px 6px 16px;
    position: relative;
    cursor: pointer;
    width: 100%;
    background: #fff;
}

.kontakt-form .jq-selectbox__select {}

.jq-selectbox__dropdown {
    color: #656565;
    font-family: 'OpenSans-Regular';
    font-size: 16px;
    width: 100%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #DEDEDE;
    border-top: 0;
    background: #fff;
}

.jq-selectbox__dropdown ul li {
    padding: 2px 0;
}

.jq-selectbox__dropdown ul li:hover {
    cursor: pointer;
}

.jqselect .jq-selectbox__trigger {
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 6px;
    margin-top: -3px;
    z-index: 202;
    background: url(images/drop-bg.png) no-repeat;
}

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

    .content .images-block .bx-prev,
    .content .images-block .bx-next {
        top: 50%;
        margin-top: -21px;
    }

    .content .images-block .bx-prev {
        background-position: 1px -31px;
    }

    .bx-yandex-map {
        width: 100% !important;
    }

    .partners .singl-block {
        width: 221px;
    }
}

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

    .news .left-block,
    .news.news-inside .left-block {
        width: 100%;
        margin-bottom: 30px;
    }

    .news .left-block .news-slider img,
    .news.news-inside .left-block .news-slider img {
        width: 100%;
    }

    .news .right-block,
    .news.news-inside .right-block {
        width: 100%;
        margin: 0;
    }

    .news .left-block .bx-controls-direction,
    .news.news-inside .left-block .bx-controls-direction {
        display: block;
    }

    .slider-catalog .bx-wrapper .bx-viewport {
        margin-left: 0;
        padding: 0;
    }

    .news.news-inside .left-block .bx-next,
    .news.news-inside .left-block .bx-prev,
    .news .left-block .bx-next,
    .news .left-block .bx-prev {
        height: 60px;
        width: 60px;
        background: #fff;
        bottom: 14px;
    }

    .news .left-block .bx-prev {
        left: 14px;
    }

    .news.news-inside .left-block .bx-next,
    .news .left-block .bx-next {
        right: 14px;
    }

    .news .left-block .bx-prev:after,
    .news .left-block .bx-next:after {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -15px;
        display: block;
        background: url(images/sprite.png) no-repeat -31px -416px;
    }

    .news .left-block .bx-prev:after {
        background-position: 0 -416px;
    }

    .news .left-block .bx-next:hover,
    .news .left-block .bx-prev:hover {
        opacity: 0.8;
    }

    .useful-infa .useful .useful-2.useful-5 .singl-block:nth-child(4n),
    .useful-infa .useful .useful-2.useful-5 .singl-block {
        width: 30.6%;
        margin-right: 4%;
    }

    .useful-infa .useful .useful-2.useful-5 .singl-block:nth-child(3n) {
        margin-right: 0;
    }
}

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

    .main-slider .bx-controls,
    .wrapper {
        width: 740px;
    }

    /* news main*/
    .news-compain .news .singl-block {
        margin: 0 4% 30px 0;
        width: 48%;
    }

    .news-compain .news .singl-block:nth-child(2n) {
        margin-right: 0;
    }

    .news-compain .news .singl-block img {
        width: 100%;
    }

    /*slider main*/
    .portfolio-slider-box {
        min-width: 0;
    }

    /* footer */
    #footer {
        height: auto;
    }

    #footer .wrapper {
        padding-top: 17px;
        background: #F0F0F0;
    }

    #footer .footer-menu {
        padding: 0 0 20px;
        overflow: hidden;
    }

    #footer .footer-menu ul {
        float: right;
    }

    #footer .social.fl-r {
        float: none;
        margin: 0 0 30px;
        text-align: center;
    }

    /* magazine page */
    .magazine .singl-block {
        width: 237px;
    }

    /*
    .magazine .singl-block:nth-child(3n){
        margin-right: 0;
    }*/
    .magazine .singl-block:nth-child(4n) {
        margin-right: 30px;
    }

    /* partners page */
    .partners .singl-block {
        width: 235px;
    }

    .partners .singl-block:nth-child(4n) {
        margin-right: 31px;
    }

    /*
    .partners .singl-block:nth-child(3n){
        margin-right: 0;
    }*/
    /* .tissues */
    .tissues .left-block {
        width: 100%;
    }

    .tissues .left-block .singl-block {
        float: left;
        width: 48%;
        margin-left: 4%;
    }

    .tissues .left-block .singl-block:first-child {
        margin-left: 0;
    }

    .tissues .left-block img {
        width: 100%;
    }

    .tissues .right-block {
        width: 100%;
        text-align: center;
        margin-bottom: 22px;
    }

    .tissues .bottom-block {
        text-align: center;
    }

    /* useful-infa */
    .useful-infa .useful .useful-1 .left-block,
    .useful-infa .useful .useful-1 .right-block {
        width: 100%;
    }

    .useful-infa .useful .useful-2.useful-5 .singl-block,
    .useful-infa .useful .useful-2 .singl-block:nth-child(2n+1),
    .useful-infa .useful .useful-2 .singl-block {
        width: 48%;
        margin-right: 4%;
    }

    .useful-infa .useful .useful-2 .singl-block:nth-child(2n) {
        margin-right: 0;
    }

    .useful-infa .useful .useful-3 .right-block,
    .useful-infa .useful .useful-3 .left-block {
        width: 100%;
    }

    .useful-infa .useful .useful-4 .block-text .singl-block {
        width: 100%;
        margin-right: 0;
        margin-bottom: 27px;
    }

    .useful-infa .useful .useful-2.useful-5 .singl-block:nth-child(4n),
    .useful-infa .useful .useful-2.useful-5 .singl-block {
        width: 48%;
    }

    .useful-infa .useful .useful-2.useful-5 .singl-block:nth-child(2n+1) {
        margin-right: 4%;
    }

    .useful-infa .useful .useful-2.useful-5 .singl-block:nth-child(4n) {
        margin-right: 0;
    }

    /* services page */
    .services .right-block,
    .services .left-block {
        width: 100%;
    }

    .services .right-block img {
        width: 100%;
    }

    .services .right-block .fl-l,
    .services .right-block .fl-r {
        width: 49%;
    }

    /* kontakts page */
    .bx-yandex-map,
    .kontakts .map {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .kontakts .right-kontakt {
        width: 100%;
        float: left;
    }

    .kontakts .select {
        display: inline-block;
        float: none;
        vertical-align: middle;
    }

    .kontakt-form .right-form,
    .kontakt-form .left-form {
        width: 48%;
    }

    .kontakt-form .jqselect,
    .kontakts .slct,
    .kontakts .select,
    .kontakt-form select,
    .kontakt-form textarea,
    .kontakt-form input[type="text"] {
        width: 100% !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .kontakt-form select,
    .kontakts .slct {
        background-position: 96%;
    }

    /*gallery-sofas page*/
    .galery-s .singl-block {
        width: 45%;
        margin-right: 10%;
    }

    .galery-s .singl-block img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

    .galery-s .singl-block:nth-child(2n) {
        margin-right: 0;
    }

    .galery-s .singl-block:nth-child(2n+1) {
        margin-right: 10%;
    }

    .content .images-block .scale-count {
        top: 27px;
        left: 70px;
    }

    .sin-block .right-block,
    .sin-block .left-block {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    #footer {
        margin-top: 40px;
    }

    #footer .copy.fl-l {
        float: none;
        text-align: center;
        margin: 20px 0 0;
    }

    #footer .footer-menu ul {
        float: none;
    }
}

@media screen and (max-width: 767px) {
    .inputselect {
        z-index: 9999;
    }

    .main-slider .bx-controls,
    .wrapper {
        width: 620px;
        padding: 0 10px;
    }

    .sticky .wrapper {
        margin: 0 auto;
    }

    /* slider main*/
    .portfolio-slider-box {
        min-width: 640px;
        height: 400px;
    }

    .main-slider {
        height: 400px;
    }

    .main-slider ul li {
        height: 400px;
        text-align: center;
    }

    .main-slider img {
        height: 400px;
    }

    .main-slider .bx-controls-direction .bx-next {
        top: -238px;
    }

    .main-slider .bx-controls-direction .bx-prev {
        top: -226px;
    }

    /* footer */
    /* magazine page */
    .magazine .singl-block {
        margin-right: 0;
        width: 50%;
        text-align: center;
    }

    .magazine .singl-block:nth-child(4n) {
        margin-right: 0;
    }

    /* partners page */
    .partners .singl-block {
        width: 50%;
        margin-right: 0;
    }

    .partners .singl-block:nth-child(4n) {
        margin-right: 0;
    }

    /* tissues */
    .tissues .left-block .singl-block {
        float: none;
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    /*.useful-infa .useful .useful-2.useful-5 .singl-block,
    .useful-infa .useful .useful-2 .singl-block:nth-child(2n+1),
    .useful-infa .useful .useful-2 .singl-block{
        width: 100%;
        margin-right: 0;
    }
    .useful-infa .useful .useful-2 .singl-block .img{
        display: block;
        width: 100%;
    }*/
    /*gallery-sofas page*/
    .galery-s .singl-block {
        width: 100%;
        margin-right: 0;
        float: none;
    }

    .bx_catalog_top_home {
        padding-bottom: 30px;
    }

    .bx_catalog_top_home.col3 .bx_catalog_item {
        width: 48%;
    }

    .bx_catalog_top_home.col3 .bx_catalog_item:nth-child(2n+1) {
        clear: both;
    }

    .bx_catalog_top_home.col3 .bx_catalog_item:nth-child(2n+2) {
        clear: none;
    }

    .news.news-inside .left-block .bx-next,
    .news.news-inside .left-block .bx-prev,
    .news .left-block .bx-next,
    .news .left-block .bx-prev {
        top: 0;
        bottom: 0;
        height: auto;
        background: #fff;
    }

    .news .left-block .bx-prev {
        left: 0;
    }

    .news.news-inside .left-block .bx-next,
    .news .left-block .bx-next {
        right: 0;
    }

    .news .left-block .bx-prev:after,
    .news .left-block .bx-next:after {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -15px;
        display: block;
        background: url(images/sprite.png) no-repeat -31px -416px;
    }

    .news .left-block .bx-prev:after {
        background-position: 0 -416px;
    }

    .news .left-block .bx-next:hover,
    .news .left-block .bx-prev:hover {
        opacity: 0.8;
    }
}

@media screen and (max-width: 639px) {
    .filter {
        position: static;
        width: 100%;
        padding: 0;
    }

    .filter-show {
        /* margin-left: 0 !important;*/
        margin: 0 auto !important;
        width: 108px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
    }

    /* kontakt page */
    .kontakt-form textarea,
    .kontakt-form input[type="text"],
    .kontakt-form .right-form input[type="text"] {
        width: 100%;
    }

    .kontakts .select {
        width: 100%;
    }

    .kontakts .select .slct {
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background-position: 275px 50%;
    }

    .main-slider .bx-controls,
    .bx-controls,
    .wrapper {
        width: 300px;
        padding: 0 10px;
    }

    .sticky .wrapper {
        width: 300px;
    }

    /* header */
    #header .logo img {
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
    }

    #header .search {
        width: 288px;
    }

    #header .search input[type="text"] {
        width: 256px;
    }

    #header .sticky .main-menu {
        margin: 10px 0;
    }

    #header .main-menu li {
        border: 0;
        padding: 0 2px;
    }

    #header .main-menu li a {
        padding: 0;
        font-size: 12px;
    }

    /* news main */
    .news-compain .news .singl-block {
        margin: 0 0 30px 0;
        width: 100%;
    }

    .kontakt-form .right-form,
    .kontakt-form .left-form {
        width: 100%;
        margin-bottom: 20px;
    }

    /* slider main*/
    .portfolio-slider-box {
        min-width: 320px;
        height: 200px;
    }

    .main-slider {
        height: 200px;
    }

    .main-slider ul li {
        height: 200px;
        text-align: center;
    }

    .main-slider img {
        height: 200px;
    }

    .main-slider .bx-controls-direction .bx-prev {
        top: -123px;
        left: 10px;
    }

    .main-slider .bx-controls-direction .bx-next {
        top: -125px;
        right: 10px;
    }

    .bx-controls-direction {
        display: none;
    }

    /* footer */
    #footer .footer-menu li {
        border: 0;
        padding: 0 2px;
    }

    #footer .footer-menu li a {
        padding: 0;
    }

    /* magazine page*/
    .magazine .singl-block {
        width: 100%;
    }

    .partners .singl-block .imag img {
        width: 100%;
    }

    .partners .singl-block:nth-child(2n+1),
    .partners .singl-block {
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }

    .partners .singl-block:nth-child(2n) {
        margin-right: 0;
    }

    .partners .singl-block .site,
    .partners .singl-block .name {
        padding-left: 0;
    }

    /* services-page */
    .services .right-block .fl-l,
    .services .right-block .fl-r {
        width: 100%;
        float: none;
    }

    .services .right-block .fl-l img,
    .services .right-block .fl-r img {
        margin-bottom: 10px;
    }

    .partners .singl-block .imag {
        text-align: left;
    }

    .galery-s .pagination a,
    .news .pagination a {
        margin-bottom: 5px;
    }

    .content .bx-controls-direction {
        display: block;
    }

    .content .images-block .button {
        bottom: 10px;
        left: 10px;
    }

    .content .images-block .button a {
        margin-right: 5px;
    }

    .menu-catalog ul li {
        border-right: 0;
        line-height: normal;
    }

    .menu-catalog ul li a,
    .menu-catalog ul li:last-child>a,
    .menu-catalog ul li:first-child>a {
        padding: 0 10px;
    }

    .menu-catalog ul li {
        display: block;
    }

    .slider-catalog .bx-wrapper li {}

    .slider-galery-inside.slider-catalog .bx-wrapper .bx-controls .bx-prev,
    .slider-galery-inside.slider-catalog .bx-wrapper .bx-controls .bx-next,
    .content .images-block .bx-prev,
    .content .images-block .bx-next {
        width: 25px;
        height: 36px;
        margin-top: -18px;
    }

    .slider-galery-inside.slider-catalog .bx-wrapper .bx-controls .bx-prev,
    .content .images-block .bx-prev {
        background-position: -2px -416px;
    }

    .content .images-block .favorites {
        left: 9px;
        top: 3px;
    }

    .slider-galery-inside.slider-catalog .bx-wrapper .bx-controls .bx-prev,
    .slider-galery-inside.slider-catalog .bx-wrapper .bx-controls .bx-next {
        top: 61px;
    }

    .content .images-block .scale-count {
        top: 4px;
        left: 52px;
    }

    .tab_container {
        min-height: 200px;
    }

    .catalog .slider-catalog .bx-wrapper .bx-viewport {
        height: 200px !important;
    }

    .news.news-inside .left-block .bx-next,
    .news.news-inside .left-block .bx-prev,
    .news .left-block .bx-next,
    .news .left-block .bx-prev {
        top: 0;
        bottom: 0;
        height: auto;
        background: #fff;
        width: 30px;
    }

    .news .left-block .bx-prev {
        left: 0;
    }

    .news.news-inside .left-block .bx-next,
    .news .left-block .bx-next {
        right: 0;
    }

    .news .left-block .bx-prev:after,
    .news .left-block .bx-next:after {
        content: '';
        width: 30px;
        height: 30px;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -15px 0 0 -15px;
        display: block;
        background: url(images/sprite.png) no-repeat -31px -416px;
    }

    .news .left-block .bx-prev:after {
        background-position: 0 -416px;
    }

    .news .left-block .bx-next:hover,
    .news .left-block .bx-prev:hover {
        opacity: 0.8;
    }
}

div.news-list img.preview_picture {
    float: left;
    margin: 0 4px 6px 0;
}

.news-date-time {
    color: #486DAA;
}

body.gallery_product .bx-viewport,
body.gallery_inner .bx-viewport {
    /*height: auto !important;*/
    min-height: 160px;
}

#wrap_menu{
    height: 0;
    position:absolute;
    display: block;
    width:100%;
    opacity:0;
    z-index:-1;
}
#wrap_menu.sticky{
    height:127px;
    position:relative;
}
#header-aside{
    /*height: 89px;*/
    margin-top:38px;
}
#header-aside.sticky{
    margin-top:0;
}

/*

███╗   ███╗██╗███╗   ██╗    ███████╗ ██████╗  █████╗ 
████╗ ████║██║████╗  ██║    ╚════██║██╔════╝ ██╔══██╗
██╔████╔██║██║██╔██╗ ██║        ██╔╝███████╗ ╚█████╔╝
██║╚██╔╝██║██║██║╚██╗██║       ██╔╝ ██╔═══██╗██╔══██╗
██║ ╚═╝ ██║██║██║ ╚████║       ██║  ╚██████╔╝╚█████╔╝
╚═╝     ╚═╝╚═╝╚═╝  ╚═══╝       ╚═╝   ╚═════╝  ╚════╝ 

*/

@media (min-width: 768px) {
    #button-up {
        display: none;
    }

    .main-slider .bx-viewport {
        max-height: 655px !important;
        height: 655px !important;
    }

    .main-slider ul li{
        height: 400px;
        text-align: center;
    }

    .tab_container .carousel.carousel li {
        width: auto;
    }

    .tab_container .carousel .slide {
        height: auto;
        min-height: 275px;
    }

    .images-block .gallery_button {
        position: absolute;
        bottom: 10px;
        z-index: 110;
        left: 18px;
        display: block;
    }

    .images-block .gallery_button .mini_photo {
        margin-top: 10px;
        border: 1px solid #999;
        background: #fff;
        position: relative;
        opacity: 1;
        height: 100px;
        width: 100px;
        z-index: 101;
    }

    .carousel.carousel li .slide {
        width: 170px;
    }

    .menu-catalog ul li.desktop_hide,
    .desktop_hide {
        display: none;
    }
}

.js-collapseHeaderButton {
    background-image: url("images/sprite.png");
    background-repeat: no-repeat;
    background-position: -66px -420px;
    width: 20px;
    height: 20px;
    float: right;
}
.js-collapseHeaderButton.down {
    background-position: -98px -420px;
}
.js-collapseHeader {
    margin: 10px 5px;
}
.js-collapsible {
    margin: 10px 5px;
}
.js-collapseContainer {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
}

/*КАСТОМНЫЕ СТИЛИ*/
.top-text-info {
	display: flex;
	gap: 15px;
	align-items: center;
}

.logo {
	display: flex;
	justify-content: space-around;
}

@media screen and (max-width: 768px) {
	.logo {
		flex-direction: column;
	}
	.top-text-info {
		flex-direction: column;
        margin-top: 15px;
	}
	.characteristic span {
		font-size:12px !important;
	}
}