

/* Start:/local/templates/shimkor/assets/tpl/css/reset.css?16915864231032*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* End */


/* Start:/local/templates/shimkor/assets/tpl/css/style.css?169230374671534*/
/* FONTS */
@font-face {
    font-family: 'Raleway Bold';
    src: url('/local/templates/shimkor/assets/tpl/css/fonts/Raleway-Bold.ttf');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Raleway SemiBold';
    src: url('/local/templates/shimkor/assets/tpl/css/fonts/Raleway-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Raleway Medium';
    src: url('/local/templates/shimkor/assets/tpl/css/fonts/Raleway-Medium.ttf');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Raleway Regular';
    src: url('/local/templates/shimkor/assets/tpl/css/fonts/Raleway-Regular.ttf');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Jost Bold';
    src: url('/local/templates/shimkor/assets/tpl/css/fonts/Jost-Bold.ttf');
    font-weight: 700;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Jost Medium';
    src: url('/local/templates/shimkor/assets/tpl/css/fonts/Jost-Medium.ttf');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Jost Regular';
    src: url('/local/templates/shimkor/assets/tpl/css/fonts/Jost-Regular.ttf');
    font-weight: 400;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Jost Light';
    src: url('/local/templates/shimkor/assets/tpl/css/fonts/Jost-Light.ttf');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

/*COMMON*/
* {
    box-sizing: border-box;
    /* max-width: 100%; */
    color: #4c5258;
}

:active,
:hover,
:focus {
    outline: 0;
    outline-offset: 0;
}

*,
body {
    outline: none;
    background-repeat: no-repeat;
    mask-repeat: no-repeat;
}

a,
button {
    outline: none;
    transition: 0.5s;
}

a {
    text-decoration: none;
}

a:hover {
    color: #58b037;
}

a.btn:hover {
    color: #fff;
}

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

select,
option {
    appearance: none;
    outline: none;
    border: none;
    background: none;
}

/*SETTING*/
.container {
    width: 1760px;
    margin: 0px auto;
    display: block;
    padding: 0px 30px;
    position: relative;
    max-width: 100%;
}

.row {
    padding: 50px 0;
}

.flx {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.grid {
    display: grid;
}

h1 {
    font-size: 48px;
    font-family: 'Raleway Bold'
}

h2 {
    font-size: 48px;
}

h3 {
    font-family: 'Raleway Bold';
    font-size: 48px;
    margin-bottom: 50px;
}

h4 {
    font-family: 'Raleway Bold';
    font-size: 24px;
}

p {
    font-family: 'Raleway Regular';
    font-size: 16px;
    line-height: 1.4;
}

.pre-form {
    position: relative;
}

.pre-form::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    background: #e2e2e2;
    background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/select.png);
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: center;
    display: inline-block;
    width: 50px;
    height: 50px;
    pointer-events: none;
    z-index: 2;
}

select,
input,
textarea {
    position: relative;
    font-family: 'Jost Regular';
    font-size: 18px;
    width: 220px;
    height: 50px;
    background: none;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    padding: 0 50px 0 25px;
    background: #fff;
    z-index: 1;
}

option {
    background: #fff;
}

.btn {
    background: #4c5258;
    font-family: 'Raleway Medium';
    font-size: 18px;
    color: #fff;
    line-height: 1;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    cursor: pointer;
}

.price .old {
    position: relative;
}

.price .old::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: 50%;
    left: -5px;
    width: calc(100% + 10px);
    height: 1px;
    background: #a5a7ab;
}

/*SLIDER*/
#interior .slick-slide,
#projects .slick-slide {
    display: grid;
}

.chief-slider .item {
    position: relative;
    height: 535px;
    background: #fff;
    padding: 15px;
    border: 1px solid #fff;
}

.chief-slider .item:hover {
    border: 1px solid #4c5258;
}

.chief-slider .item.slick-slide {
    margin: 0 1px;
}

.chief-slider .image,
#product .image {
    position: relative;
    height: 100%;
    max-height: 265px;
    margin-bottom: 30px;
}

.chief-slider .label,
#interior .label,
#product .label,
#basket .label {
    position: absolute;
    top: 5px;
    right: 5px;
}

.chief-slider .tag,
#interior .tag,
#product .tag,
#basket .tag {
    color: #58b037;
    padding: 4px 9px;
    border: 1px solid #58b037;
    border-radius: 12px;
    display: inline-block;
    font-size: 15px;
    font-family: 'Jost Medium';
    text-transform: uppercase;
    line-height: 1;
    min-width: 60px;
    text-align: center;
    margin-right: 10px;
}

.chief-slider .slick-dots,
#product .slick-dots {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    margin-top: 20px;
}

.chief-slider .slick-dots li,
#product .slick-dots li {
    background: #e2e2e2;
    height: 2px;
}

.chief-slider .slick-dots li.slick-active,
#product .slick-dots li.slick-active {
    background: #58b037;
}

.chief-slider .slick-dots button,
#product .slick-dots button {
    font-size: 0;
    background: none;
    border: none;
}

.chief-slider .description>p {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.chief-slider .description h4 {
    font-family: 'Raleway SemiBold';
    font-size: 18px;
    margin-bottom: 10px;
}

.chief-slider .price,
#product .properties .price {
    font-family: 'Jost Regular';
    margin-bottom: 15px;
}

#product .properties .price {
    margin-bottom: 0;
}

.chief-slider .price span,
#product .properties .price span {
    font-family: 'Jost Regular';
    font-size: 20px;
    color: #58b037;
}

.chief-slider .price .old,
#product .properties span.old {
    font-size: 16px;
    color: #a5a7ab;
    margin-right: 20px;
}

.chief-slider .options {
    align-items: center;
}

.chief-slider .colors {
    justify-content: flex-start;
    margin-left: 6px;
}

.chief-slider .colors a,
#basket .info .right span {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
}

.chief-slider .colors a:last-child {
    margin-right: 0;
}

.chief-slider .colors a:hover::before,
#basket .info .right span::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 1px solid #a5a7ab;
    border-radius: 50%;
}

.chief-slider .colors a:nth-child(1) {
    background-color: #4e322a;
}

.chief-slider .colors a:nth-child(2) {
    background-color: #94200d;
}

.chief-slider .colors a:nth-child(3) {
    background-color: #2e4282;
}

.chief-slider .colors a:nth-child(4) {
    background-color: #955b40;
}

.chief-slider .colors+a {
    font-family: 'Jost Regular';
    font-size: 18px;
    color: #a5a7ab;
}

.ex.chief-slider .meaning {
    flex-direction: column;
    justify-content: flex-start;
}

.ex.chief-slider .meaning p {
    font-family: 'Raleway SemiBold';
}

.ex.chief-slider .meaning span {
    display: block;
    width: 100%;
    font-family: 'Raleway Regular';
}

.chief-slider .options {
    margin-bottom: 15px;
}

.chief-slider .dn {
    display: none;
    width: 100%;
}

.chief-slider .dn .btn {
    width: 220px;
}

.chief-slider .dn .btn:hover {
    color: #fff;
}

.chief-slider .item:hover .dn {
    display: block;
}

/*ARROWS*/
.slick-prev,
.slick-next {
    position: absolute;
    top: -85px;
    right: 45px;
    display: inline-block;
    width: 35px;
    height: 35px;
    border: solid 1px #4c5258;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/arrow.svg) no-repeat center;
    background-size: 20px;
    transform: rotate(90deg);
    cursor: pointer;
    font-size: 0;
    transition: 0.5s;
}

.slick-next {
    right: 0;
    transform: rotate(-90deg);
}

.slick-prev:hover,
.slick-next:hover {
    border: solid 1px #58b037;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/arrow-g.svg) no-repeat center;
    background-size: 20px;
}

/*HEADER*/
header {
    position: relative;
    padding: 25px 0;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.09);
}

header .logo,
footer .logo {
    display: inline-block;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/logo.svg) no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    max-width: 225px;
    height: 40px;
}

footer .logo {
    display: inline-block;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/logo.svg) no-repeat;
    background-size: contain;
    background-position: top;
    width: 100%;
    max-width: 225px;
    height: 40px;
}

header .nav {
    margin-right: 20px;
    cursor: pointer;
    width: 30px;
    height: 20px;
}

header .burger-menu {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/menu.png) no-repeat;
    background-size: contain;
    background-position: center;
}

header .nav__wrap,
header .sub-menu-wrap,
header .sub-menu {
    position: absolute;
    display: none;
    justify-content: center;
    //align-items: center;
    top: calc(100% + 26px);
    left: 0;
    width: 100%;
    height: auto;
    z-index: 9;
    background: #fff!important;
    border-bottom: 1px solid #e2e2e2;
    box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.09);
}

header .nav__wrap.burger-menu-open,
header .sub-menu-wrap.nav-menu-open {
    display: flex;
}

header .nav__wrap li,
header .sub-menu-wrap>li,
header .sub-menu>li {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
   // height: 50px;
}

header .nav__wrap li:last-child,
header .sub-menu-wrap > li:last-child,
header .sub-menu > li:last-child {
    margin-right: 0;
}

header .nav__wrap li>a,
header .sub-menu-wrap>li>a,
header .sub-menu>li>a{
    position: relative;
}

/*
header .nav__wrap li>a::before,
header .sub-menu-wrap>li>a::before,
header .sub-menu>li>a::before {
    position: absolute;
    content: '';
    top: calc(100% - -10px);
    left: 0;
    width: 100%;
    height: 15px;
    z-index: 11;
    cursor: default;
}
*/

header .nav__wrap li:last-child {
    margin-right: 0;
}

header .nav__wrap a,
header .sub-menu-wrap a {
    font-family: 'Raleway Medium';
    font-size: 15px;
    text-transform: uppercase;
}

header .menu {
    margin-right: 35px;
	
}
header .nav-menu {
	cursor:pointer;
}

header .menu>span {
    position: relative;
    margin-right: 25px;
    color: #58b037;
    align-items: center;
}

header .sub-menu {
    display: none;
    top: calc(100% + 1px);
}

/*
header .sub-menu-wrap li:hover>ul {
    display: flex;
}
*/

header input {
    font-family: 'Raleway Regular';
    font-size: 16px;
    color: #a5a7ab;
    line-height: 1;
    padding: 7px 7px 7px 45px;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    position: relative;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/search.png) no-repeat;
    background-size: 25px;
    background-position: 10px center;
}

header ul {
    flex-direction: row;
}

header .menu>span,
header ul li {
    font-family: 'Raleway SemiBold';
    font-size: 14px;
    text-transform: uppercase;
    margin-right: 35px;
}

header .menu>span {
    margin-right: 0;
}

header ul li:last-child {
    margin-right: 0;
}

header .tel {
    font-family: 'Jost Medium';
    font-size: 18px;
    margin-right: 50px;
}

header .like,
header .basket {
    position: relative;
}

.like,
header .like a,
header .basket a {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/like-b.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.like.active {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/like-g.svg) no-repeat;
    background-size: contain;
    cursor: pointer;
}

.like[act="del"] {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/like-g.svg) no-repeat!important;
}

header .like__total,
header .basket__total {
    position: absolute;
    top: -8px;
    right: -8px;
    background: #58b037;
    border-radius: 50%;
    color: #fff;
    font-size: 10px;
    line-height: 1;
    font-weight: 700;
    border: 1px solid #fff;
    width: 18px;
    height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

header .basket {
    margin-left: 15px;
}

header .basket a {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/basket.svg) no-repeat;
}

header .nav__wrap .dn {
    display: none;
}

/*BREADCRUMBS*/
#breadcrumbs ul {
    justify-content: flex-start;
    padding: 40px 0;
}

#breadcrumbs li {
    position: relative;
    margin-right: 40px;
}

#breadcrumbs li:last-child {
    margin-right: 0;
}

#breadcrumbs li::before {
    position: absolute;
    content: '...';
    top: 0;
    left: -26px;
    color: #58b037;
}

#breadcrumbs li:first-child:before {
    position: absolute;
    content: none;
}


#breadcrumbs li a {
    font-family: "Raleway Medium";
    color: #58b037;
    font-size: 15px;
}

#breadcrumbs li:last-child a {
    color: #4c5258;
}

#breadcrumbs li span {
    font-family: "Raleway Medium";
    color: #58b037;
    font-size: 15px;
}

/*BANNER*/
#banner .wrap {
    position: relative;
}

#banner img {
    width: 100%;
    max-height: 865px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

#banner .wrap>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}

#banner .wrap>div>* {
    color: #fff;
}

#banner h2 {
    font-family: 'Raleway SemiBold';
    font-size: 75px;
    margin-bottom: 20px;
}

#banner p {
    font-family: 'Raleway Medium';
    font-size: 50px;
    margin-bottom: 25px;
}

#banner a {
    font-family: 'Raleway SemiBold';
    font-size: 25px;
    text-decoration: underline;
}

#banner a:hover {
    text-decoration: none;
}

#banner .slick-dots {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    flex-direction: row;
}

#banner .slick-dots li {
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 1px solid #fff;
}

#banner .slick-dots button {
    font-size: 0;
    background: none;
    border: none;
}

#banner .slick-dots li:last-child {
    margin-right: 0;
}

#banner .slick-dots .slick-active {
    background: #fff;
}

/*offer*/
#offer .categories {
    margin-bottom: 50px;
}

#offer .categories a {
    font-family: 'Raleway Bold';
    font-size: 32px;
    margin-right: 60px;
}

#offer .categories span:last-child {
    margin-right: 0;
}

#offer .categories a.active {
    color: #58b037;
}

#offer .rank {
    position: relative;
}

#offer .tabs__pane {
	height: 0;
	overflow: hidden;
}
#offer .tabs__pane.show {
	height: auto;
	overflow: inherit;
}

#offer.paramount .arrows {
    position: absolute;
    top: -83px;
    right: 0;
}

/*INTERIOR*/
#interior {
    margin-top: -105px;
}

#interior .grid {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 25px;
    min-height: 835px;
}

#interior .dn {
    display: none;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 35px;
    width: 100%;
    height: 150px;
    background: #000000C0;
}

#interior .dn>*,
#interior .dn span {
    color: #fff;
}

#interior .wrap:hover .dn {
    display: block;
}

#interior .wrap {
    position: relative;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
}

#interior .wrap:nth-child(1) {
    grid-area: 1 / 1 / 2 / 5;
    background-image: url(/local/templates/shimkor/assets/tpl/css/../img/interior/interior-1.jpg);
}

#interior .wrap:nth-child(2) {
    grid-area: 1 / 5 / 2 / 8;
    background-image: url(/local/templates/shimkor/assets/tpl/css/../img/interior/interior-2.jpg);
}

#interior .wrap:nth-child(3) {
    grid-area: 1 / 8 / 2 / 11;
    background-image: url(/local/templates/shimkor/assets/tpl/css/../img/interior/interior-3.jpg);
}

#interior .wrap:nth-child(4) {
    grid-area: 2 / 1 / 3 / 6;
    background-image: url(/local/templates/shimkor/assets/tpl/css/../img/interior/interior-4.jpg);
}

#interior .wrap:nth-child(5) {
    grid-area: 2 / 6 / 3 / 11;
    background-image: url(/local/templates/shimkor/assets/tpl/css/../img/interior/interior-5.jpg);
}

#interior .dn h4 {
    font-family: 'Raleway SemiBold';
    font-size: 18px;
    margin: 10px 0;
}

#interior .price {
    font-family: 'Jost Medium';
    font-size: 20px;
}

#interior .old,
#interior .dn p {
    position: relative;
    font-family: 'Jost Light';
    font-size: 16px;
    margin-right: 10px;
}

#interior .price .old::before {
    background: #fff;
}

#interior .tag {
    color: #fff;
    background: #58b037;
}

#interior .like {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/like-w.svg) no-repeat;
    background-size: contain;
}

/*CATALOG*/
#catalog .grid {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 25px;
    min-height: 835px;
}

#catalog .wrap {
    padding: 50px;
    min-height: 350px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: cover;
grid-column: span 3;
}

#catalog .wrap:nth-child(4n-2),
#catalog .wrap:nth-child(4n-1) {
    grid-column: span 2;
}

#catalog .wrap div {
    max-width: 325px;
}

#catalog .wrap p {
    margin: 15px 0;
}

#catalog .wrap a {
    position: relative;
    font-family: 'Raleway Medium';
    font-size: 18px;
    color: #58b037;
}

#catalog .wrap a::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #58b037;
    transition: 0.5s;
}

#catalog .wrap a:hover::before {
    opacity: 0;
}

#catalog .wrap span {
    font-family: 'Jost Medium';
    color: #58b037;
}

/*WHY*/
#why h3+p {
    margin-bottom: 30px;
}

#why h3+p+p {
    margin-bottom: 100px;
}

#why .adv>div {
    width: calc((100% - 75px) / 4);
    padding-left: 65px;
    position: relative;
    max-width: 325px;
}

#why .adv>div::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/home.svg) no-repeat;
    display: inline-block;
    width: 50px;
    height: 50px;
}

#why .adv>div:nth-child(2)::before {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/cube.svg) no-repeat;
}

#why .adv>div:nth-child(3)::before {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/sale.svg) no-repeat;
}

#why .adv>div:nth-child(4)::before {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/medal.svg) no-repeat;
}

#why .adv span {
    display: block;
    font-family: 'Raleway SemiBold';
    font-size: 18px;
    margin-bottom: 20px;
}

/*PROJECTS*/
#projects .grid {
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(6, 1fr);
    grid-gap: 20px;
    max-height: 885px;
}

#projects .grid img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#projects .grid a:nth-child(1) {
    grid-area: 1 / 1 / 4 / 4;
}

#projects .grid a:nth-child(2) {
    grid-area: 1 / 4 / 3 / 6;
}

#projects .grid a:nth-child(3) {
    grid-area: 1 / 6 / 4 / 9;
}

#projects .grid a:nth-child(4) {
    grid-area: 1 / 9 / 3 / 11;
}

#projects .grid a:nth-child(5) {
    grid-area: 3 / 4 / 5 / 6;
}

#projects .grid a:nth-child(6) {
    grid-area: 3 / 9 / 5 / 11;
}

#projects .grid a:nth-child(7) {
    grid-area: 4 / 1 / 7 / 4;
}

#projects .grid a:nth-child(8) {
    grid-area: 5 / 4 / 7 / 6;
}

#projects .grid a:nth-child(9) {
    grid-area: 4 / 6 / 7 / 9;
}

#projects .grid a:nth-child(10) {
    grid-area: 5 / 9 / 7 / 11;
}

/*PRODACTION*/
#production>div>p {
    margin-bottom: 30px;
}

#production>div>p:last-child {
    margin-bottom: 100px;
}

#production .statistics {
    margin: 100px 0 50px;
}

#production .statistics>div {
    width: calc((100% - 75px) / 4);
    max-width: 225px;
}

#production span {
    display: block;
    font-family: 'Jost Bold';
    font-size: 48px;
    cursor: pointer;
    transition: 0.5s;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #58b037;

}

#production .statistics p {
    font-family: 'Raleway Medium';
}

#production span:hover {
    color: #58b037;
}

/*PRODUCT*/
#product {
    margin-bottom: 50px;
}

#product .container.flx {
    align-items: flex-start;
    flex-wrap: wrap;
}

#product .image {
    width: 100%;
    max-width: 850px;
    max-height: none;
}

#product .slider__img {
    margin-bottom: 40px;
}

#product .colors>div {
    margin-bottom: 45px;
}

#product .colors>p {
    color: #a5a7ab;
}

#product .colors>p:not(:last-child) {
    margin-bottom: 30px;
}

#product .properties {
    width: 100%;
    max-width: 650px;
}

#product h1 {
    font-family: 'Raleway Bold';
    font-size: 32px;
    margin-bottom: 50px;
}

#product .container > h5 {
    display: none;
    width: 100%;
}

#product .info>div {
    margin-bottom: 20px;
}

#product .info .left {
    width: 100%;
    max-width: 230px;
    margin-right: 5px;
}

#product .info .left p,
#basket .info .left p {
    color: #a5a7ab;
}

#product .info .right {
    width: 100%;
    max-width: 400px;
    margin-left: 5px;
}

#product .info .right p,
#basket .info .right p {
    font-family: 'Raleway Medium';
    font-size: 18px;
}

#product .properties select,
#product .properties input {
    width: 100%;
}

#product .colors div>div {
    width: calc((100% - 100px) / 6);
}

#product .colors div>div,
#choice .wrapper {
    height: 95px;
    position: relative;
    border: 1px solid #e2e2e2;
}

#product .color,
#choice .color {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: pointer;
}

#product .text,
#choice .text {
    font-family: 'Jost Regular';
    color: #a5a7ab;
    font-size: 18px;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px;
    line-height: 1;
}

#product .text::before,
#choice .text::before {
    position: absolute;
    content: '+';
    font-family: 'Raleway Regular';
    font-size: 57px;
    line-height: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#product .amount,
#choice .amount {
    position: absolute;
    content: '';
    bottom: -1px;
    right: -1px;
    z-index: 2;
    padding: 5px 10px;
    font-family: 'Jost Regular';
    background: #fff;
    width: 55px;
    text-align: center;
}

#product .buttons span {
    width: 100%;
    max-width: 365px;
}

#product .buttons button {
    width: 100%;
    max-width: 265px;
    background: #58b037;
    cursor: pointer;

}


#product .buttons .btn-link {
    width: 100%;
    max-width: 265px;
    background: #58b037;
    cursor: pointer;

}
#product .buttons .btn-link a{
	color: #fff;
	width: 100%;
   	text-align: center;
    height: 100%;
    padding-top: 15px;
}

#choice {
    position: fixed;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    top: 0;
    right: -200%;
    width: 100%;
    height: 100%;
    transition: right 1s;
    max-width: 615px;
    padding: 40px 75px 40px 0;
    background: #fff;
    z-index: 3;
    overflow-y: scroll;
    box-shadow: -10px 0px 29px 0px rgba(0, 0, 0, 0.09);
}

#choice.active {
    right: 0;
}

#choice .close {
    position: absolute;
    top: 10px;
    right: 75px;
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/close.png) no-repeat center;
    border: 1px solid #a5a7ab;
    border-radius: 50%;
    background-size: 10px;
    cursor: pointer;
}

#choice h5 {
    font-family: 'Raleway SemiBold';
    font-size: 22px;
    padding: 0 45px;
    margin-bottom: 50px;
}

#choice>p {
    padding: 0 45px;
    margin-bottom: 40px;
}

#choice a {
    font-family: 'Raleway Medium';
    text-decoration: underline;
}

#choice .wrap>p {
    margin-bottom: 45px;
}

#choice .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

#choice .prime {
    width: 100%;
}

#choice .prime > div:first-child {
    padding: 15px 45px;
    border-bottom: 1px solid #a5a7ab;
}

#choice .prime.active > div:first-child {
    border-bottom: none;
}

#choice .arrow span:first-child {
    font-family: 'Raleway SemiBold';
    display: block;
    font-size: 16px;
}

#choice .prime .subprime {
    display: none;
    padding: 10px 45px 25px;
}

#choice .prime.active {
    background: #f5f5f5;
}

#choice .prime.active .subprime {
    display: block;
    border-bottom: 1px solid #a5a7ab;
}

#choice .prime .arrow span:last-child {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/select.png) no-repeat center;
    background-size: contain;
}

#choice .prime.active .arrow span:last-child {
    display: block;
    transform: rotate(-90deg);
}

#choice .subprime > p {
    margin-bottom: 25px;
}

/*BASKET*/
#basket .order {
    align-items: flex-start;
    margin-bottom: 50px;
}

#basket .head {
    margin-bottom: 50px;
}

#basket .head>div:first-child {
    align-items: flex-end;
}

#basket .head h2 {
    font-family: 'Raleway Bold';
    margin-right: 70px;
}

#basket .head h2+a {
    font-family: 'Raleway SemiBold';
    font-size: 22px;
}

#basket .head>div:last-child a {
    width: 20px;
    height: 20px;
}

#basket .head>div:last-child a:nth-child(1) {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/printer.png) no-repeat;
    background-size: contain;
    margin-right: 20px;
}

#basket .head>div:last-child a:nth-child(2) {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/share.png) no-repeat;
    background-size: contain;
}

#basket table {
    width: 100%;
    max-width: 1120px;
    margin-right: 30px;
}

#basket thead {
    height: 65px;
    background: #f1f1f1;
}

#basket tbody tr {
    border: 1px solid #dedede;
}

#basket th {
    vertical-align: middle;
    text-align: left;
    padding: 20px 15px;
    font-size: 18px;
    font-family: 'Raleway Medium';
}

#basket th:first-child {
    text-align: center;
}

#basket tbody td {
    padding: 20px 15px;
    vertical-align: top;
}
#basket .img {
	position: relative;
	width: 200px;
}
#basket .no {
    text-align: center;
}

#basket .no,
#basket .cost {
    font-family: 'Jost Regular';
    font-size: 18px;
}

#basket .info h6 {
    font-family: 'Raleway SemiBold';
    font-size: 16px;
    margin-bottom: 15px;
}

#basket .info>div {
    margin-bottom: 10px;
    justify-content: flex-start;
}

#basket .info>div>div {
    width: calc((100% - 15px) / 2);
}

#basket .info .right p {
    font-family: 'Jost Medium';
    font-size: 16px;
}

#basket .info .right span {
    display: inline-block;
}

#basket .info .right span {
    left: 5px;
}

#basket .number {
    position: relative;
    width: 125px;
}

#basket .number input[type="number"] {
    height: 50px;
    padding: 0 0 0 10px;
    margin: 0;
    text-align: center;
    font-family: 'Jost Regular';
    font-size: 18px;
    cursor: default;
}

.number input[type="number"]::-webkit-outer-spin-button,
.number input[type="number"]::-webkit-inner-spin-button {
    display: none;
}

#basket .number-minus,
#basket .number-plus {
    position: absolute;
    top: 1px;
    width: 35px;
    height: calc(100% - 2px);
    padding: 0;
    border: none;
    background: #fff;
    font-family: 'Jost Regular';
    font-size: 18px;
    z-index: 2;
    cursor: pointer;
}

#basket .number-minus {
    left: 1px;
}

#basket .number-plus {
    right: 1px;
}

#basket .del {
    text-align: center;
}

#basket .del span {
    display: inline-block;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/close.png) no-repeat;
    background-size: contain;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

#basket .form {
    width: 100%;
    max-width: 550px;
    padding: 50px;
    background: #f1f1f1;
}

#basket .form_ {
    display: none;
}

#basket h5 {
    font-family: 'Raleway SemiBold';
    font-size: 35px;
    margin-bottom: 55px;
}

#basket .total {
    align-items: flex-start;
    margin-bottom: 25px;
}

#basket .total div {
    //width: 100%;
    max-width: 270px;
}

#basket .total span {
    font-family: 'Raleway SemiBold';
    font-size: 18px;
    display: block;
    margin-bottom: 5px;
}

#basket .total>p {
    max-width: 170px;
    font-family: 'Jost Medium';
    font-size: 30px;
}

#basket input,
#basket textarea {
    width: 100%;
    background: #fff;
    margin-bottom: 25px;
}

#basket textarea {
    height: 80px;
    margin-bottom: 55px;
    padding: 10px 50px 10px 25px;
}

#basket .delivery {
    margin-bottom: 55px;
}

#basket .delivery label {
    justify-content: flex-start;
}

#basket .delivery span {
    font-family: 'Raleway Regular';
    color: #a5a7ab;
    cursor: pointer;
}

#basket .delivery a {
    text-decoration: underline;
}

#basket .agreement input,
#popup-form .agreement input {
    display: none;
}

#basket .agreement>span::before,
#popup-form .agreement>span::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background: #fff;
    box-sizing: border-box;
}

#basket .agreement>input:checked+span::before,
#popup-form .agreement>input:checked+span::before {
    border: 4px solid #adb5bd;
}

#basket .address {
    display: none;
    margin-bottom: 40px;
}

#basket .address p {
    font-family: 'Raleway SemiBold';
    font-size: 18px;
    margin-bottom: 15px;
}

#basket .address>div>div,
#basket .address>div>input,
#basket .address .pre-form {
    width: calc((100% - 20px) / 2);
}

#basket .address input {
    padding: 0 15px;
}

#basket .address .pre-form {
    background: #fff;
    margin-bottom: 25px;
}

#basket .address .pre-form select {
    width: 100%;
    color: #9da1a4;
}

#basket .address .pre-form option {
    color: #a5a7ab;
}

#basket .form>p {
    font-size: 14px;
    margin-bottom: 35px;
}

#basket .form .btn {
    width: 100%;
}

/*FOOTER*/
footer {
    padding: 50px 0 0;
    background-color: #f5f5f5;
}

footer .grid {
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 15px;
}

footer span {
    font-family: 'Raleway SemiBold';
    display: block;
    margin-bottom: 20px;
}

footer li {
    margin-bottom: 25px;
    font-family: 'Raleway Regular';
    font-size: 14px;
}

footer .address span {
    margin-bottom: 15px;
}

footer .address div:first-child {
    margin-bottom: 40px;
}

footer .address div:nth-child(2) {
    margin-bottom: 35px;
}

footer .basket span,
footer .company span,
footer .catalog span,
footer .contact div:first-child span {
    text-transform: uppercase;
    margin-bottom: 25px;
}

footer .basket div:first-child {
    margin-bottom: 45px;
}

footer .contact div {
    margin-bottom: 50px;
}

footer .contact div:last-child {
    margin-bottom: 0;
}

footer .contact a {
    font-family: 'Jost Medium';
    font-size: 16px;
    display: inline-block;
    margin-bottom: 5px;
}

footer .contact a:first-child {
    margin-bottom: 10px;
}

footer .contact div:last-child a {
    font-family: 'Raleway Regular';
    text-decoration: underline;
}

footer .contact div:last-child a:hover {
    text-decoration: none;
}

footer form {
    max-width: 265px;
    margin-bottom: 45px;
}

footer form input {
    width: 100%;
    border: none;
    margin-bottom: 25px;
    padding: 0 15px;
}

footer .btn {
    width: 100%;
}

footer p {
    margin-bottom: 25px;
}

footer .feedback a {
    display: inline-block;
    width: 25px;
    height: 20px;
    margin-right: 20px;
}

footer .social {
    justify-content: flex-start;
}

footer .vk {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/vk-b.svg) no-repeat;
}

footer .vk:hover {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/vk-g.svg) no-repeat;
}

footer .yt {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/youtube-b.svg) no-repeat;
}

footer .yt:hover {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/youtube-g.svg) no-repeat;
}

footer .avt {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/avt-b.svg) no-repeat;
}

footer .avt:hover {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/avt-g.svg) no-repeat;
}

footer .tg {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/tg-bb.svg) no-repeat;
}

footer .tg:hover {
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/tg-bg.svg) no-repeat;
}

footer .copyright,
footer .copyright+div {
    margin-top: 100px;
}

footer .copyright {
    grid-column: span 5;
}

footer .copyright p,
footer .copyright+div p {
    font-size: 13px;
    opacity: 0.5;
    grid-column: span 5;
}

footer .copyright p {
    text-align: justify;
}

footer .copyright+div {
    align-self: end;
    text-align: right;
}

footer .copyright+div p {
    display: inline-block;
}

footer .copyright+div a {
    font-family: 'Jost Bold';
}

/*FEEDBACK*/
#panel {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    flex-direction: column;
    align-items: flex-end;
    cursor: pointer;
    z-index: 999;
}

#panel a:nth-child(1) span {
    background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/phone-w.svg);
}

#panel a:nth-child(1):hover span {
    background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/phone-g.svg);
}

#panel a:nth-child(2) span {
    background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/tg-w.svg);
}

#panel a:nth-child(2):hover span {
    background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/tg-g.svg);
}

#panel a:nth-child(3) span {
    background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/whstapp-w.svg);
}

#panel a:nth-child(3):hover span {
    background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/whstapp-g.svg);
}

#panel a:nth-child(4) span {
    background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/mail-w.svg);
}

#panel a:nth-child(4):hover span {
    background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/mail-g.svg);
}

#panel a {
    width: 50px;
    height: 55px;
    margin-bottom: 1px;
    background-color: #4c5258;
    position: relative;
}

#panel a span {
    display: inline-block;
    background-size: contain;
    width: 35px;
    height: 35px;
    position: absolute;
    content: '';
    top: 50%;
    left: 25px;
    transform: translate(-50%, -50%);
}

#panel a:hover {
    width: 70px;
    background-color: #fff;
    filter: drop-shadow(2px 2.5px 3.5px rgba(0, 0, 0, 0.2));
}

/*POPUP*/
#popup-form {
    position: relative;
    width: 100%;
    max-width: 550px;
    padding: 60px;
    cursor: default;
}

#popup-form form {
    display: flex;
    flex-direction: column;
}

#popup-form h5 {
    font-family: 'Raleway SemiBold';
    font-size: 36px;
    margin-bottom: 35px;
}

#popup-form h5+p {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

#popup-form input:not(input[type="checkbox"]),
#popup-form textarea {
    position: relative;
    font-family: 'Raleway Regular';
    font-size: 16px;
    width: 100%;
    max-width: 415px;
    height: 45px;
    border: 1px solid #e2e2e2;
    padding: 15px 20px;
    margin-bottom: 30px;
}

#popup-form .agreement {
    align-items: flex-start;
    margin-bottom: 30px;
    cursor: pointer;
}

#popup-form .agreement>span::before {
    border: 1px solid #e2e2e2;
}

#popup-form textarea {
    height: 80px;
}

#popup-form .agreement span {
    line-height: 1.4;
}

#popup-form .btn {
    width: 265px;
}

#popup-form button[title="Close"] {
    position: absolute;
    top: 0;
    right: 0;
}

#popup-form- {
    text-align: center;
    ;
}

#popup-form- p {
    margin-bottom: 60px;
}

#popup-form- .btn {
    margin: 0 auto;
    cursor: pointer;
}

input.error {
    border: 1px solid red !important;
    margin-bottom: 5px !important;
}

input.error + label.error {
    font-size: 10px !important;
    margin-bottom: 25px !important;
    display: block !important;
    color: red !important;
}

/*ARROW-UP*/
#arrow {
    position: fixed;
    display: none;
    right: 75px;
    bottom: 45px;
    width: 45px;
    height: 45px;
    border: solid 1px #58b037;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/arrow-g.svg) no-repeat center;
    background-size: 20px;
    transform: rotate(180deg);
    cursor: pointer;
    transition: 0.5s;
    z-index: 999;
}

/*items*/  
.items  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left:-15px;
	margin-right:-15px;
	font-family: "Raleway Medium";
	margin-bottom: 0px;
}
.items .item {
    margin: 0 1px;
	display: block;
    position: relative;
    height: 535px;
	//width: 423px;
    background: #fff;
    padding: 15px;
    border: 1px solid #fff;
	margin:0 0px 30px 0px;
	width: 25%;
}
.items .item:hover {
    border: 1px solid #4c5258;
}
.items .item .slick-dots {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(40px, 1fr));
    margin-top: 20px;
}
.items .item .slick-dots li {
    background: #e2e2e2;
    height: 2px;
}
.items .item .slick-dots li.slick-active {
    background: #58b037;
}
.items .item .slick-dots button {
    font-size: 0;
    background: none;
    border: none;
}

.items .item .image {
    position: relative;
    height: 100%;
    max-height: 265px;
    margin-bottom: 30px;
}
.items .item .description>p {
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.items .item .description h4 {
    font-family: 'Raleway SemiBold';
    font-size: 18px;
    margin-bottom: 10px;
}
.items .item  .price, .items .item .properties .price {
    font-family: 'Jost Regular';
    margin-bottom: 15px;
}
.items .item .dn {
    display: none;
    width: 100%;
}
.items .item:hover .dn{
    display: block;
}
.items .item .options {
    margin-bottom: 15px;
    align-items: center;
}

.items .item .price .old, .items .item .properties span.old {
    font-size: 16px;
    color: #a5a7ab;
    margin-right: 20px;
}
.items .item .price span, .items .item .properties .price span {
    font-family: 'Jost Regular';
    font-size: 20px;
    color: #58b037;
}
.items .item .dn .btn:hover {
    color: #fff;
}
.items .item .dn .btn {
    width: 220px;
}
.items .item .label {
    position: absolute;
    top: 5px;
    right: 5px;
}
.items .item .tag {
    color: #58b037;
    padding: 4px 9px;
    border: 1px solid #58b037;
    border-radius: 12px;
    display: inline-block;
    font-size: 15px;
    font-family: 'Jost Medium';
    text-transform: uppercase;
    line-height: 1;
    min-width: 60px;
    text-align: center;
    margin-right: 10px;
}

.items .item .colors {
    justify-content: flex-start;
}
.items .item  .colors a:nth-child(1) {
    background-color: #4e322a;
}

.items .item  .colors a {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
}
.items .item .colors a:last-child {
    margin-right: 0;
}

.items .item .colors a:hover::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 1px solid #a5a7ab;
    border-radius: 50%;
}

.items .item .colors a:nth-child(1) {
    background-color: #4e322a;
}

.items .item .colors a:nth-child(2) {
    background-color: #94200d;
}

.items .item .colors a:nth-child(3) {
    background-color: #2e4282;
}

.items .item .colors a:nth-child(4) {
    background-color: #955b40;
}

.items .item .colors+a {
    font-family: 'Jost Regular';
    font-size: 18px;
    color: #a5a7ab;
}
.items .item  .colors+a {
    font-family: 'Jost Regular';
    font-size: 18px;
    color: #a5a7ab;
}
.sections  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    flex-wrap: wrap;
}
.sections a {
	font-family: "Raleway SemiBold";
	color: #4c5057;
	font-size:22px;		
    margin: 0 1px;
	display: block;
    position: relative;
	margin:0 40px 40px 0px;
}
.sections a.active, .sections a:hover{
	color: #58b037;
}
.sort  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-bottom: 0px;
}
.sort a {
	font-family: "Raleway Medium";
	color: #4c5057;
	font-size:18px;		
    margin: 0 1px;
	display: block;
    position: relative;
	margin:0 40px 40px 0px;
}
.sort  a.active, .sort  a:hover{
	color: #58b037;
}
.pagination  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
    justify-content: center;
	margin-bottom: 60px;
	position:relative;
}
.pagination a {
	font-family: "Jost Medium";
	color: #999999;
	font-size:20px;		
    margin: 0 1px;
	display: block;
    position: relative;
	margin:0 40px 40px 0px;
}
.pagination a.active{
	font-family: "Jost Bold";
	color: #4c5057;
}
.pagination  a:hover{
	color: #58b037;
}
.pagination .slick-prev, .pagination .slick-next {
	position: relative;
    top: -18px;
}
@media screen and (max-width: 1700px) {
	.items .item .options .pre-form {
		margin-bottom: 15px;
	}
	.items .item .options {
		flex-wrap: wrap;
		margin-bottom: 15px;
	}
	.items .item .pre-form, .items .item select, .items .item .dn .btn {
    width: 100%;
	}
}
@media (max-width: 1434px) and (min-width: 1201px) {
	.items .item {
		height: 475px;
	}
	.items .item .image {
		height: auto;
	}
}
@media (max-width: 1200px) and (min-width: 991px) {
	.items .item {
		height: 425px;
		padding: 5px;
	}
	.items .item .image {
		height: auto;
	}
}
@media (max-width: 990px) and (min-width: 769px) {
	.pagination  {
		margin-bottom: 0px;
	}
	.items .item .dn  {
		display: block;
	}
	.items .item {
		//height: 485px;
	}
	.items .item .image {
		height: auto;
		//max-height: 365px;
	}
	.sort {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.items {	
	    align-items: center;
		justify-content: center;
	}
	.items .item {
		width:50%;
	}
}
@media (max-width: 768px) and (min-width: 501px) {
	.pagination  {
		margin-top: 40px;
		margin-bottom: 0px;
	}
	.pagination a {

		margin: 0 20px 20px 0px;
	}
	.pagination .slick-prev, .pagination .slick-next {
		position: relative;
		top: -10px;
	}
	.items .item .dn  {
		display: block;
	}
	.items .item {
		height: 465px;
	}
	.items .item .image {
		height: auto;
		//max-height: 365px;
	}
	.sort {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.sort a{
		margin: 0 20px 20px 0px;
	}
	.sections a {
		margin: 0 60px 20px 0px;
	}
	.items {	
	    align-items: center;
		justify-content: center;
	}
	.items .item {
		width:50%;
	}
}
@media (max-width: 500px) {
	.pagination  {
		margin-bottom: 0px;
	}
	.pagination a {

		margin: 0 10px 10px 0px;
	}
	.pagination .slick-prev, .pagination .slick-next {
		position: relative;
		top: -5px;
	}
	.items .item .dn  {
		display: block;
	}
	.items .item {
		width: 100%;
		height: auto;
	}
		.items .item .image {
		height: auto;
		//max-height: 365px;
		max-height: inherit;
	}
		.sort {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.sort a{
		margin: 0 20px 20px 0px;
	}
	.sections a {
		margin: 0 60px 20px 0px;
	}
	.items {	
	    align-items: center;
		justify-content: center;
	}
}
/*items end*/  

/*about*/ 
.about {
	background:#f5f5f5;
	font-family: "Raleway Medium";
}
.about .wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.about .about-left {
    width: 50%;
}
.about .about-right {
    width: 50%;
}
.about h1 {
	color:#4c5057;
  	font-size:48px;	
	font-weight: 700;
	margin:0 0 30px 0;	
}
.about-description {
	margin-bottom:100px;
}

.about-description p{
	margin-bottom:30px;
}
.about-description .title {
	font-family: "Raleway Medium";
	color:#4c5057;
  	font-size:33px;	
	font-weight: 700;
	margin:0 0 40px 0;	
}
.about .picture-map {
    background-image: url(/local/templates/shimkor/assets/tpl/css/../img/karta.jpg);
    background-size: cover;
}
.about .about-left .text {
	padding: 115px 115px 60px 60px;
	color:#4c5057;
  	font-size:16px;	
	line-height:1.8rem;
}
.about .about-left .title {
	color:#4c5057;
  	font-size:33px;	
	font-weight: 700;
	margin:0 0 40px 0;	
}
.mission {
	background:#e9e9e9; 
	font-family: "Raleway Medium";
}
.mission .wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-bottom:100px;
}
@media (max-width: 900px) {
	.mission .wrap {
			margin-bottom:50px;
	}
}
.mission .mission-left {
    width: 50%;
	background:#e9e9e9;
}
.mission .mission-right {
    width: 50%;
	background:#f5f5f5;
}
.mission .mission-left .text, .mission .mission-right .text {
	padding: 115px 40px 115px 60px;
	color:#4c5057;
  	font-size:16px;	
	line-height:1.8rem;
}
.mission .mission-right .text {
	padding-left: 70px;
}
.mission .mission-left .title, .mission .mission-right .title {
	color:#4c5057;
  	font-size:33px;	
	font-weight: 700;
	margin:0 0 40px 0;	
}
.mission .sert .wrap{
     display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left:-35px;
	margin-right:-35px;
	margin-bottom: 0px;
}
.mission .sert .item {
	margin:0 35px 30px 35px;
}	
.partners {
   	font-family: "Raleway Medium";
	margin-bottom: 100px;
}	
@media (max-width: 900px) {
	.partners {
			margin-bottom:50px;
	}
}
.partners .title {
	color:#4c5057;
  	font-size:33px;	
	font-weight: 700;
	margin:0 0 40px 0;	
}	
.partners .wrap  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-evenly;
    align-items: center;
	margin-left:0px;
	margin-right:0px;
}
.partners .wrap .item {
	width: calc(15% - 30px);
	line-height: 120px;
    text-align: center;
}	
.partners .wrap .item img{
	vertical-align: middle;
	height: auto;
}
.advantage  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	//margin-left:-15px;
	//margin-right:-15px;
	font-family: "Raleway Medium";
	padding: 0px 115px 0px 60px;
}
.advantage .item {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
	margin:0 15px 30px 0px;
	width: calc(50% - 30px);
}
.advantage .item .picture{
	width: 50px;
	height: 50px;
	margin-right:20px;
}
.advantage .item .description .title {
	color:#4c5057;
  	font-size:18px;	
	font-weight: 700;
	margin:0 0 20px 0;	
}
.advantage .item .description .text {
	padding:0;
    color: #4c5057;
    font-size: 16px;
    line-height: 1.4rem;
}
@media (max-width: 1434px) and (min-width: 1201px) {
	.about-description {
		margin-bottom: 80px;
	}
	.mission .wrap {
		margin-bottom: 80px;
	}
	.about .about-left .text {
		padding: 50px;
	}
	.about .about-left .title {
		font-size: 44px;
	}
	.mission .mission-left .title, .mission .mission-right .title {
		font-size: 44px;
	}
	.about-description .title {
		font-size: 44px;
	}
	.partners .title {
		font-size: 44px;
	}
	.advantage {
		padding: 0px 50px 0px 50px;
	}
	.advantage .item .description .text {
		font-size: 14px;
		line-height:1.2rem;
	}
	.advantage .item .description .title {
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	.mission .mission-left .text, .mission .mission-right .text {
		padding: 50px;
	}
	.mission .sert .item {
		margin: 0 20px 20px 25px;
	}

}
@media (max-width: 1200px) and (min-width: 991px) {
	.about-description {
		margin-bottom: 50px;
	}
	.mission .wrap {
		margin-bottom: 50px;
	}
	.about .about-left .text {
		padding: 40px;
	}
	.about .about-left .title {
		font-size: 34px;
	}
	.mission .mission-left .title, .mission .mission-right .title {
		font-size: 34px;
	}
	.about-description .title {
		font-size: 34px;
	}
	.partners .title {
		font-size: 34px;
	}
	.advantage {
		padding: 0px 50px 0px 50px;
	}
	.advantage .item {
		width: 100%;
	}
	.advantage .item .description .text {
		font-size: 14px;
		line-height:1.2rem;
	}
	.advantage .item .description .title {
		font-size: 16px;
		margin: 0 0 10px 0;
	}
	.mission .mission-left .text, .mission .mission-right .text {
		padding: 40px;
	}
	.mission .sert .item {
		margin: 0 5px 5px 5px;
	}
}
@media (max-width: 990px) and (min-width: 769px) {
		.about-description {
		margin-bottom: 50px;
	}
	.mission .wrap {
		margin-bottom: 50px;
	}
	.about .wrap {
		display: block;
	}
	.about .about-left, .about .about-right {
		width: 100%;
	}
	.about .about-left .text, .about .about-left .right{
		padding: 60px;
	}
	.advantage {
		padding: 0px 60px 60px 60px;
	}
	.about .picture-map {
		height: 600px;
	}
	.mission .wrap {
		display: block;
	}
	.mission .mission-left,	.mission .mission-right {
		width: 100%;
	}
	.mission .mission-left .text, .mission .mission-right .text  {
		padding: 60px;
	}	
}
@media (max-width: 768px) and (min-width: 501px) {

	.about .wrap {
		display: block;
	}
	.about .about-left, .about .about-right {
		width: 100%;
	}
	.about .about-left .text, .about .about-left .right{
		padding: 60px;
	}
	.about .about-left .title {
		font-size: 29px;
	}
	.about .picture-map {
		height: 400px;
	}
	.advantage {
		padding: 0px 60px 60px 60px;
	}
	.advantage .item {
		width: 100%;
	}
	.mission .wrap {
		display: block;
	}
	.mission .mission-left,	.mission .mission-right {
		width: 100%;
	}
	.mission .mission-left .text, .mission .mission-right .text  {
		padding: 60px;
	}	
	.mission .mission-left .title, .mission .mission-right .title {
    font-size: 29px;
	}
	.about-description {
		margin-bottom: 50px;
	}
	.mission .wrap {
		margin-bottom: 50px;
	}
	.mission .sert .wrap {
		flex-wrap: inherit;
	}
	.mission .sert .item {
		margin: 0;
	}
}
@media (max-width: 500px) {
		.about .wrap {
		display: block;
	}
	.about .about-left, .about .about-right {
		width: 100%;
	}
	.about .about-left .text, .about .about-left .right{
		padding: 40px 20px 40px 20px;
	}

	.about .about-left .title {
		font-size: 29px;
	}
	.about .picture-map {
		height: 300px;
	}
	.advantage {
		padding: 0px 20px 20px 20px;
	}
	.advantage .item {
		width: 100%;
	}
	.mission .wrap {
		display: block;
	}
	.mission .mission-left,	.mission .mission-right {
		width: 100%;
	}
	.mission .mission-left .text, .mission .mission-right .text  {
		padding: 40px 20px 40px 20px;
		font-size: 14px;
	}	
	.mission .mission-left .title, .mission .mission-right .title {
    font-size: 29px;
	}
	.about-description {
		margin-bottom: 30px;
	}
	.mission .wrap {
		margin-bottom: 30px;
	}
	.mission .sert .wrap {
		display: block;
		margin: 0 0 20px 0;
	}
	.mission .sert .item {
		margin: 0;
		width: 100%;
	}
	.partners .wrap .item {
		width: calc(45% - 30px);
	}
}

/*about end*/

/*news-list*/ 
.news-list  {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left:-15px;
	margin-right:-15px;
	font-family: "Raleway Medium";
	margin-bottom: 100px;
}
@media (max-width: 900px) {
	.news-list {
			margin-bottom:50px;
	}
}
.news-list .item {
	-webkit-box-shadow: 0px 5px 12px 2px rgba(34, 60, 80, 0.11);
	-moz-box-shadow: 0px 5px 12px 2px rgba(34, 60, 80, 0.11);
	box-shadow: 0px 5px 12px 2px rgba(34, 60, 80, 0.11);
	margin:0 15px 30px 15px;
	width: calc(25% - 30px);
}	
.news-list .item .picture{
	position: relative;
}
.news-list .item .picture .video-play{
	background-image: url("/local/templates/shimkor/assets/tpl/css/../img/video-play.png");
	width:55px;
	height:55px;
	position: absolute;
	z-index:100;
	top: 50%;  
	left: 50%; 
	transform: translate(-50%, -50%);
}
.news-list .item .picture img{
    width: 100%;
}
.news-list .item .description{
    padding: 20px 30px 20px 30px ;
	color:#000000;
}
.news-list .item .title{
		line-height:1.8rem;
}
.news-list .item  .date {
	font-size:16px;	
    font-family: "jost Regular";	
	margin-bottom: 20px;
	color:#777b81
}
@media (max-width: 1434px) and (min-width: 1201px) {

}
@media (max-width: 1200px) and (min-width: 991px) {
	.news-list .item {
		width: calc(33.3333333333% - 30px);
	}
}
@media (max-width: 990px) and (min-width: 769px) {
	.news-list .item {
		width: calc(50% - 30px);
	}
}
@media (max-width: 768px) and (min-width: 501px) {
	.news-list .item {
		width: calc(50% - 30px);
	}
}
@media (max-width: 500px) {
	.news-list .item {
		width: 100%;
	}
}
/*news-list end*/ 

 
/*news-detail*/ 
.news-detail  {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	font-family: "Raleway Medium";
	margin-bottom: 100px;
}
.news-detail a {
    text-decoration: underline;
}

.news-detail a:hover {
    text-decoration: none;
    color: #58b037;
}
@media (max-width: 900px) {
	.news-detail {
			margin-bottom:50px;
	}
}
.news-detail .picture {
	width: 40%;
	height:auto;
}
.news-detail .description {
	width: 60%;
  	font-size:16px;
	color:#777b81;
	padding-left: 60px;
}
.news-detail .description p {
	margin-bottom:30px;
}
.news-detail .picture img{
	width: 100%;
}
.news-detail .date {
	font-size:16px;	
    font-family: "jost Regular";	
	margin-bottom: 30px;
	color:#777b81;
}
@media (max-width: 1434px) and (min-width: 1201px) {

}
@media (max-width: 1200px) and (min-width: 991px) {
	.news-detail {
		display: block;
	}
	.news-detail .picture img {
		margin-right: 50px;
		margin-bottom: 50px;
		float: left;
	}
	.news-detail .description {
		width: auto;
		padding-left: 0px;
	}
	.news-detail .picture {
		width: 50%;
	}
}
@media (max-width: 990px) and (min-width: 769px) {
	.news-detail {
		display: block;
	}
	.news-detail .picture img {
		margin-right: 30px;
		margin-bottom: 30px;
		float: left;
	}
	.news-detail .description {
		width: auto;
		padding-left: 0px;
	}
	.news-detail .picture {
		width: 50%;
	}
}
@media (max-width: 768px)  {
	.news-detail {
		display: block;
	}
	.news-detail .picture img {
		width: 100%;
		margin-right: 30px;
		margin-bottom: 30px;
	}
	.news-detail .description {
		width: auto;
		padding-left: 0px;
	}
	.news-detail .picture {
		width: 100%;
	}
}

/*news-detail end*/ 

/*delivery*/ 
.delivery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	margin-bottom:100px;
}
@media (max-width: 900px) {
	.delivery {
			margin-bottom:50px;
	}
}
.delivery .delivery-left {
    padding-right: 10px;
    width: 50%;
}
.delivery .delivery-right {
    padding-left: 10px;
    width: 50%;
}
.delivery h2 {
	color:#4c5057;
  	font-size:48px;	
	font-weight: 700;
	margin:0 0 30px 0;	
	font-family: "Raleway Medium";
}
.delivery .delivery-description {
}
.delivery .delivery-description p{
		line-height:1.8rem;
		margin-bottom:30px;
}

.delivery .agreement {
	display: block;
	margin-bottom:10px;
}

@media (max-width: 1700px) and (min-width: 1201px) {

	.delivery {
		display: block;
	}
}

@media (max-width: 1434px) and (min-width: 1201px) {

	.delivery h2 {
		font-size:33px;	
	}
}
@media (max-width: 1200px) and (min-width: 991px) {
	.delivery h2 {
		font-size:33px;	
	}
}
@media (max-width: 990px) and (min-width: 769px) {
	.delivery h2 {
		font-size:33px;	
	}
	.delivery {
		display: block;
	}
	.delivery .delivery-left,	.delivery .delivery-right {
		width: 100%;
		padding: 0px;
	}

}
@media (max-width: 768px) {
	.delivery h2 {
		font-size:33px;	
	}
	.delivery {
		display: block;
	}
	.delivery .delivery-left,	.delivery .delivery-right {
		width: 100%;
		padding: 0px;
	}
}

/*delivery*/ 

/*feedback-section*/  
.feedback-section {
    background:#f5f5f5;
	padding: 40px 40px 30px 40px;
	font-family: "Raleway Medium";
}
.feedback-section .form-row {
    display: -ms-flexbox;
    display: flex;
	margin-left:-10px;
	margin-right:-10px;
}
.feedback-section .form-wrap {
    max-width: 50%;
	width: 50%;
	padding-right: 10px;
	padding-left: 10px;
}
.feedback-section .rules {
	color:#1d1d1d;
  	font-size:15px;	
	margin:10px 0 30px 0;
	display: block;
}
.feedback-section .title {
	color:#4c5057;
  	font-size:22px;	
	font-weight: 700;
	margin:0 0 25px 0;	
}
.feedback-section .description {
  	font-size:16px;
	margin-bottom: 30px;
  }
.feedback-section input[type=text] {
    display: block;
    width: -webkit-fill-available;
    padding:10px 20px 10px 20px;
	margin-bottom:20px;
	outline: 0;
    outline-offset: 0;
}
.feedback-section textarea {
    width: -webkit-fill-available;
    padding:10px 20px 6px 20px;
	resize: none;
	outline: 0;
    outline-offset: 0;
	 height: auto;
}
.feedback-section textarea.inputtextarea {
    height: auto;
} 
.feedback-section .btn {
	border: none;
    background: #4b5157;
	color: #fff;
}
.feedback-section .btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.feedback-section .btn-primary {
    font-size: 16px;
	padding:15px 65px 15px 65px;
}
.feedback-section .btn-primary.focus, .feedback-section .btn-primary:focus, .feedback-section .btn-primary:hover {
    border-color: #3d464d;
    background: #3d464d;
    color: #fff;
}
/*feedback-section end*/  

  
/*contacts*/  
.contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	font-size:16px;
	color: #4c5057;
	line-height:1.8rem;
	margin-bottom:100px;
	font-family: "Raleway Medium";
}
@media (max-width: 900px) {
	.contacts {
			margin-bottom:50px;
	}
}
.contacts .contact-left {
    padding-right: 10px;
    width: 50%;
}
.contacts .contact-right {
    padding-left: 10px;
    width: 50%;
}
.contacts .contact-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-shadow: 0px 5px 15px 2px rgba(34, 60, 80, 0.11);
	-moz-box-shadow: 0px 5px 15px 2px rgba(34, 60, 80, 0.11);
	box-shadow: 0px 5px 15px 2px rgba(34, 60, 80, 0.11);
	margin-bottom: 30px;	
}
.contacts .contact-cards .contact-card {
    padding: 20px;
    background: none;
    border-left: 1px solid #e2e3e4;
	width: calc(33.3333333333% - 12px);
}
.contacts .contact-cards .contact-card:first-child {
	border-left: none;
}
.contacts .contact-cards .title {
	color:#4c5057;
  	font-size:22px;	
	font-weight: 700;
	margin:0 0 30px 0;	
}
.contacts .contact-cards .prop{
	margin-bottom:30px;	
}
.contacts .contact-cards .prop .name {
	color:#55af36;
  	font-size:16px;	
	font-weight: 700;
	margin:0 0 15px 0;	
}
.contacts .contact-cards .prop  .name.time-work {
	color:#4c5057;
  	font-size:22px;	
}
.contacts .contact-cards .prop .value {
	color:#4c5057;
  	font-size:16px;	
	font-weight: 500;
	margin:0 0 5px 0;	
}
.contacts .contact-cards .prop .value a {
	color:#4c5057;	
}
.contacts .contact-cards .prop .value a:hover {
	text-decoration:none;
}
.contacts .contact-cards .prop .value.phone {
	font-size:18px;	
    font-family: "jost Regular";	
}
.contacts #yandex_map {
    width: 100%;
    position: relative;
    height: 100vh;
}
.contacts-description {
	margin-bottom: 40px;
  }
.contacts-description p{
	margin-bottom:30px;
}
@media (max-width: 1434px) and (min-width: 1201px) {
	.contacts .contact-cards {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts .contact-cards .contact-card {
		width: calc(50% - 12px);		
	}
	.contacts .contact-cards .contact-card:nth-of-type(3) {
		width: 100%;
	}
}
@media (max-width: 1200px) and (min-width: 991px) {
	.contacts .contact-cards {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts .contact-cards .contact-card {
		width: calc(50% - 12px);		
	}
	.contacts .contact-cards .contact-card:nth-of-type(3) {
		width: 100%;
	}
}
@media (max-width: 990px) and (min-width: 769px) {
	.contacts {
		display: block;
	}
	.contacts .contact-left {
		width: 100%;
		padding-right: 0px;
	}
	.contacts .contact-right {
		width: 100%;
		height: 400px;
		padding: 0px;
	}
	.contacts #yandex_map {
		height: 400px;
	}
	.feedback-section {
		margin-bottom:30px;
	}
}
@media (max-width: 768px) and (min-width: 501px) {
	.contacts {
		display: block;
	}
	.contacts .contact-cards {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.contacts .contact-cards .contact-card {
		width: calc(50% - 12px);		
	}
	.contacts .contact-cards .contact-card:nth-of-type(3) {
		width: 100%;
	}
	.contacts .contact-left {
		width: 100%;
		padding-right: 0px;
	}
	.contacts .contact-right {
		width: 100%;
		height: 400px;
		padding: 0px;
	}
	.contacts #yandex_map {
		height: 400px;
	}
	.feedback-section {
		margin-bottom:30px;
	}
	.feedback-section .form-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.feedback-section .form-wrap {
    max-width: 100%;
    width: 100%;
	}
}
@media (max-width: 500px) {
	.contacts {
		display: block;
	}
	.contacts .contact-cards {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts .contact-cards .contact-card {
		width: 100%;
		padding-bottom: 0px;
	}
	.contacts .contact-left {
		width: 100%;
		padding-right: 0px;
	}
	.contacts .contact-right {
		width: 100%;
		height: 400px;
		padding: 0px;
	}
	.contacts #yandex_map {
		height: 400px;
	}
	.feedback-section {
		padding: 20px;
		margin-bottom:30px;
	}
	.feedback-section .form-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.feedback-section .form-wrap {
		max-width: 100%;
		width: 100%;
	}
	.feedback-section .title {
		font-size: 20px;
	}
}
/*contacts end*/  

#catalog {
	margin-bottom:100px;
}
#catalog  .slick-arrow {
	display:none!important;
}
@media (max-width: 1434px) and (min-width: 1201px) {
	#catalog {
		margin-bottom: 80px;
	}
}
@media (max-width: 1200px) and (min-width: 991px) {
	#catalog {
		margin-bottom: 50px;
	}
}
@media (max-width: 990px) and (min-width: 769px) {
	#catalog {
		margin-bottom: 50px;
	}
}
@media (max-width: 768px) and (min-width: 501px) {
	#catalog {
		margin-bottom: 50px;
	}
}
@media (max-width: 500px) {
	#catalog {
		margin-bottom: 30px;
	}
}

.projects-section {
		margin-bottom:100px;
}
.projects-section .slick-arrow {
	display:none!important;
}	

.projects-section .flx {
    align-items: flex-end;
}
.projects-section .btn.green {
	margin-bottom:30px;
}
.projects-section .head h2 {
    margin-bottom: 30px;
}
@media (max-width: 900px) {
	.projects-section {
			margin-bottom:50px;
	}
}


.agreement input,
.agreement input {
    /* position: absolute;
    z-index: -1;
    opacity: 0; */
    display: none;
}
.agreement>span::before,
.agreement>span::before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-right: 10px;
    background: #fff;
    box-sizing: border-box;
}
.agreement>input:checked+span::before,
.agreement>input:checked+span::before {
    border: 4px solid #adb5bd;
}


.btn.green {
    background: #58b037;
    cursor: pointer;
	padding: 0px 20px 0px 20px;
	color:#ffffff;
}
.head {
    font-family: 'Raleway Bold';
    //margin-right: 70px;
	margin-bottom: 50px;
}
@media screen and (max-width: 1400px) {
	.head {
		margin-bottom: 40px;
	}
}
@media screen and (max-width: 1200px) {
	.head {
		margin-bottom: 30px;
	}
}
@media screen and (max-width: 1000px) {
	.head {
		margin-bottom: 25px;
	}
}
@media screen and (max-width: 500px) {
	.head {
		margin-bottom: 15px;
	}
}

#bx-admin-prefix select, #bx-admin-prefix input, #bx-admin-prefix textarea {
	width: auto;
	height: auto;
}

.bx-pagination .bx-pagination-container ul {
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;

	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-pagination .bx-pagination-container ul li{
    margin: 0px;
}
.bx-pagination .bx-pagination-container ul li span {
	text-align:center;
    background: none;
    font-family: "Jost Medium";
    color: #999999;
    font-size: 20px;
    margin: 0 1px;
    display: block;
    position: relative;
   	margin: 0px 5px 0px 5px;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: none;
    font-family: "Jost Bold";
    color: #4c5057;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
	color: #58b037;
	background: none;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev  span, .bx-pagination .bx-pagination-container ul li.bx-pag-next  span{
	display:none;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-prev a, .bx-pagination .bx-pagination-container ul li.bx-pag-next a {
    display: inline-block;
    width: 35px;
    height: 35px;
    border: solid 1px #4c5258;
    background: url(/local/templates/shimkor/assets/tpl/css/../icon/arrow.svg) no-repeat center;
    background-size: 20px;
    transform: rotate(90deg);
    cursor: pointer;
    font-size: 0;
    transition: 0.5s;
	border-radius: 0;
}


.bx-pagination .bx-pagination-container ul li.bx-pag-next a{
    transform: rotate(-90deg);
}

.bx-section-desc-post {
	margin-top:0px;
	margin-bottom:40px;
}

header .contact {
	margin-top:20px;
	margin-bottom:20px;
}
.desctiption {
   font-family: 'Raleway Regular';
}
.desctiption h2 {
    margin-bottom: 30px;
}
.desctiption h3 {
    margin-bottom: 30px;
}
.desctiption p
    margin-bottom: 30px;
}
.desctiption b{
	font-weight: 700;
}
.desctiption ul{
    margin-left: 15px;
    margin-bottom: 30px;
    list-style-type: disc;
}
.desctiption li{
    font-family: 'Raleway Regular';
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.item .prop-HEIGHT, .item .prop-ORTHOPEDIC_BASE, .item .prop-LIFTING, .item .prop-LINEN_DRAWER, .item .prop-TRANSFORM {
	display:none;
}

.product-item-scu-item-color-container {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
}
.product-item-scu-item-color-container:last-child {
    margin-right: 0;
}
.product-item-scu-item-color-container:hover::before, .product-item-scu-item-color-container.selected::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 1px solid #a5a7ab;
    border-radius: 50%;

}
ul.slick-dots {
    list-style-type: none;
	margin-left: 0;
	margin-bottom: 0;
}

ul.colorcontainer, ul.selectdropdown{
    margin: 0;
    list-style-type: none;
}
ul.colorcontainer li,  ul.selectdropdown li{
    margin-bottom: 0px;
}
ul.selectdropdown { 
    position: relative;
    font-family: 'Jost Regular';
    font-size: 18px;
    width: 220px;
    height: 50px;
    background: none;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    background: #fff;
    margin: 0;
    list-style-type: none;
}
ul.selectdropdown li {
	position: relative;
	width: 100%; 
	display: none; 
	background: #f5f5f5;
	padding: 5px 10px; 
	z-index: 3; 

}
ul.selectdropdown li.open {
	display: block; 
}
ul.selectdropdown li:hover, ul li.selected { background: #ddd;  }
ul.selectdropdown .init { 
	padding: 15px 10px 15px 10px;
    position: relative;
    font-family: 'Jost Regular';
    font-size: 18px;
    background: none;
	cursor: pointer; 
	margin-bottom:0px;
}

#product ul.selectdropdown {
    width: 100%;
}
#product [data-entity='sku-line-block'] {
    margin-bottom: 10px;
}
@media screen and (max-width: 1700px) {
	ul.selectdropdown {
		width: 100%;
	}
	.item .flx.options {
		display: contents;
	}
}
@media screen and (max-width: 1400px) {
	ul.selectdropdown li{
		font-size: 13px;
		padding: 10px;
	}
	 ul.selectdropdown .init {
		font-size: 13px;
		height: 30px;
		padding: 15px 10px 24px 10px;
	}
	ul.selectdropdown {
		height: 40px;
	}
	ul.selectdropdown {
		width: 100%;
	}
}
@media screen and (max-width: 500px) {
	 ul.selectdropdown .init {
		font-size: 13px;
		height: 29px;
		padding: 7px 10px 7px 10px;
	}
	ul.selectdropdown {
		height: 30px;
	}
}

.my_height_prop {
    margin-bottom: 10px;
}

.tag {
    background-color: white;
}

.slick-track:before, .slick-track:after {
    display: table!important;
    content: ''!important;
}

#why p {
    margin-bottom: 30px;
}

.contacts .contact-cards .prop p{
    color: #4c5057;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 5px 0;
}

.contacts .phone a {
    font-family: 'Jost Medium';
    font-size: 18px;
    display: inline-block;
    margin-bottom: 5px;
}

/*
// .not-found
*/
.not-found {
  text-align: center;
  margin-bottom: 100px;
}

.not-found__404 {
  font-size: 80px;
  font-weight: 700;
  color: #ebebeb;
  padding: 40px 0 20px;
}

.not-found__content {
  width: 480px;
  max-width: 100%;
  margin: 0 auto;
}

.not-found__title {
  margin-bottom: 30px;
}

.not-found__text {
  margin-bottom: 20px;
}

.not-found__search {
  display: flex;
  margin-bottom: 30px;
}

.not-found__search-input {
  width: 1px;
  flex-grow: 1;
}
[dir=ltr] .not-found__search-input {
  margin-right: 10px;
}
[dir=rtl] .not-found__search-input {
  margin-left: 10px;
}

@media (max-width: 991px) {
  .not-found__404 {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .not-found__404 {
    font-size: 50px;
    line-height: 54px;
    padding: 40px 0 32px;
  }
}

#feedback-form input.error + label.error {
    font-size: 10px !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;

}

#feedback-form input[type=phone], #feedback-form textarea{
    width: 100%;
}

#feedback-form a {
    color: #58b037;
}

#popup-form- h5 {
    font-family: 'Raleway SemiBold';
    font-size: 36px;
    margin-bottom: 35px;
}

#popup-form- h5+p {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

#popup-form- .btn {
    width: 265px;
}

#feedback-validate-form input[name=form_email_3],  #feedback-validate-form  textarea[name=form_textarea_4]{
	display:none;
}

.sort__item {
    background-color: transparent;
    border: none;
    cursor: pointer;
	font-family: "Raleway Medium";
    color: #4c5057;
    font-size: 18px;
    margin: 0 1px;
    display: block;
    position: relative;
    margin: 0 30px 40px 0px;
	padding: 0;
}
.sort__item--active span{
	color: #58b037;
}

.info {
    min-width: 300px;
}

.cost {
    min-width: 110px;
}

#basket .label {
    position: absolute;
    top: 10px;
    right: 0px;
}

#basket-items-list-wrapper {
    width: 100%;
}

.price_individ p {
    font-family: 'Jost Regular';
    font-size: 20px;
    color: #58b037;
}

.spinner {
   width: 24px;
   height: 24px;
   border-radius: 50%;
   border: 3.8px solid;
   border-color: #c8edb9;
   border-right-color: #58b037;
   animation: spinner-d3wgkg 1s infinite linear;
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}

.my_size_prop {
    margin-bottom: 10px;
}
.hide {
	display: none;
}

#basket div[data-code="CLOCH_EMAIL_TEXT"] {
	display: none;
}

#basket .old {
    font-size: 12px;
    color: #a5a7ab;
    margin-left: 20px;
	font-family: 'Jost Regular';
	position: relative;
	text-decoration: line-through;
}
#basket .total .price-current {
    font-family: 'Jost Medium';
    font-size: 30px;
	margin-top: 15px;
	text-align:right;

}
#basket  .total .old {
    font-size: 18px;
    color: #a5a7ab;
	font-family: 'Jost Regular';
	position: relative;
	text-decoration: line-through;
	text-align:right;
}
#basket  .total .total-price {
	width:100%;
}

#product .color_prop .left, #product .color_prop .right {
    margin-bottom: 20px;
}

#product .info .color_prop {
    margin-bottom: 0px;
}
#product .colors {
    justify-content: flex-start;
}
#product  .colors a:nth-child(1) {
    background-color: #4e322a;
}

#product  .colors a {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 15px;
	display: block;

}
#product .colors a:last-child {
    margin-right: 0;
}

#product .colors a::before {
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    border: 1px solid #a5a7ab;
    border-radius: 50%;
}

#product .colors+a {
    font-family: 'Jost Regular';
    font-size: 18px;
    color: #a5a7ab;
}
#product .colors+a {
    font-family: 'Jost Regular';
    font-size: 18px;
    color: #a5a7ab;
}
.my_size_place_prop {
	margin-bottom:10px;
}
#product .info dt {
    color: #a5a7ab;
    font-family: 'Raleway Regular';
    font-size: 16px;
    line-height: 1.4;
}
#product .info dd {
    font-family: 'Jost Regular';
    font-size: 18px;
    line-height: 1.4;
}

#product .info dt {
    width: 100%;
    max-width: 230px;
    margin-right: 5px;
}

#product .info dd {
    width: 100%;
    max-width: 400px;
    margin-left: 5px;
}


.image .slick-prev, .image .slick-next {
    top: 50%;
    right: 10px;
    z-index: 1;
    display:block;
}

.image  .slick-prev {
    left: 10px;
}

img.slick-slide {
	cursor: pointer;
}

.green {
	color: #58b037;
}

.btn:hover {
    background: #58b037;
}

.detail_item_img {
	background-size: contain; height:611px; 
}

@media screen and (max-width: 400px) {
	.detail_item_img {
		background-size: contain; height:300px; 
	}
}
#product .info  {
	margin-top:30px;
}
#product .info p {
	font-size: 17px;
	margin-bottom:20px;
}

.delivery_text p, .delivery_text li {
	font-size: 16px;
	line-height: 1.7;
}
/* End */


/* Start:/local/templates/shimkor/assets/tpl/js/slick/slick.css?16915864231895*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/shimkor/assets/tpl/js/fancybox/jquery.fancybox.min.css?169158642312795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/shimkor/assets/tpl/css/media.css?169158642527685*/
@media screen and (max-width: 1700px) {
    select,
    input,
    textarea {
        padding: 0 50px 0 15px;
    }
    h2,
    h3 {
        font-size: 43px;
    }
    .container {
        width: 1320px;
    }
    header .logo,
    footer .logo {
        max-width: 175px;
    }
    header .nav,
    header .menu,
    header ul li,
    header .tel {
        margin-right: 15px;
    }
    .chief-slider .image,
    #product .image {
        max-height: none;
        height: auto;
    }

    .chief-slider .options {
        flex-wrap: wrap;
    }
    .pre-form,
    .meaning,
    .chief-slider select,
    .chief-slider .dn .btn {
        width: 100%;
    }
    .chief-slider .item {
        height: 525px;
    }
    .chief-slider .options .pre-form,
    #product .info>div  {
        margin-bottom: 15px;
    }
    .chief-slider .label,
    #interior .label,
    #product .label {
        top: 15px;
        right: 10px;
    }
    .meaning {
        align-items: flex-start;
    }
    #catalog .wrap {
        padding: 40px;
        background-position: center;
    }
    #production span {
        font-size: 43px;
    }
    #product .image,
    #basket table {
        width: calc((100% - 30px) * 1);
    }
    #product .properties,
    #basket .form {
        width: calc((100% - 30px) * 0.35);
    }

    #basket .form {
        padding: 40px;
    }
    #product .colors div>div {
        width: calc((100% - 75px) / 6);
    }
    #product h5 {
        font-size: 27px;
    }
    #product .colors div>div,
    #choice .wrapper {
        height: 85px;
    }
    #product .buttons span,
    #product .buttons .btn-link {
        width: calc((100% - 15px) / 2);
    }
    #basket .total {
        flex-direction: column;
    }
    #basket .total > p {
        margin-top: 15px;
        font-size: 28px;
    }
    #basket h5 {
        font-size: 30px;
    }
    #basket .info > div > div {
        padding: 0 5px;
    }
    footer li {
        margin-bottom: 15px;
    }
    #panel a {
        height: 50px;
    }
    #popup-form {
        padding: 50px;
    }

}

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


    .container {
        width: 1120px;
    }
    #basket .head {
        margin-bottom: 40px;
    }
    .row {
        padding: 40px 0;
    }
    select,
    input,
    textarea {
        font-size: 17px;
        height: 40px;
    }
    .pre-form::before {
        width: 40px;
        height: 40px;
    }
    .btn {
        font-size: 17px;
        height: 40px;
    }
    p {
        font-size: 15px;
    }
    h3 {
        font-size: 38px;
        margin-bottom: 35px;
    }
    header .nav__wrap,
    header .sub-menu-wrap,
    header .sub-menu {
        padding-left: 260px;
    }
    .chief-slider .item {
        height: 475px;
    }
    .chief-slider .tag,
    #interior .tag,
    #product .tag {
        font-size: 14px;
        min-width: 50px;
    }
    .chief-slider .image, #product .image {
        margin-bottom: 20px;
    }
    .chief-slider .description>p {
        font-size: 13px;
    }
    .chief-slider .description h4 {
        font-size: 17px;
    }
    .chief-slider .price .old,
    #product .properties span.old {
        font-size: 15px;
    }
    .chief-slider .price span,
    #product .properties .price span {
        font-size: 19px;
    }
    .ex.chief-slider .meaning span {
        font-size: 15px;
    }
    #breadcrumbs li a {
        font-size: 14px;
    }
    #breadcrumbs ul {
        justify-content: flex-start;
        padding: 30px 0;
    }
    .slick-prev,
    .slick-next {
        top: -70px;
    }
    #product .text,
    #choice .text {
        font-size: 17px;
    }
    #product .text::before,
    #choice .text::before {
        font-size: 47px;
    }
    #product .image {
        width: calc((100% - 15px) / 2);
    }
    #product .properties {
        width: calc((100% - 15px) / 2);
    }
    #product h5 {
        font-size: 27px;
        margin-bottom: 25px;
    }
    #product .slider__img {
        margin-bottom: 30px;
    }
    #product .colors>p:not(:last-child) {
        margin-bottom: 20px;
    }
    #product .colors>div {
        margin-bottom: 35px;
    }
    #product .colors div>div,
    #choice .wrapper {
        height: 65px;
    }
    #product .info .right p,
    #basket .info .right p {
        font-size: 17px;
    }
    #product .amount,
    #choice .amount {
        padding: 2px 5px;
        width: auto;
        font-size: 15px;
    }
    #choice h5 {
        font-size: 20px;
        margin-bottom: 40px;
    }
    #choice > p {
        margin-bottom: 30px;
    }
    #choice .arrow span:first-child {
        font-size: 15px;
    }
    #basket .form {
        width: calc((100% - 30px) * 0.35);
        padding: 20px;
    }
    footer .basket span,
    footer .company span,
    footer .catalog span,
    footer .contact div:first-child span,
    footer li {
        margin-bottom: 15px;
    }
    #choice .grid {
        gap: 20px;
    }
    #basket th {
        padding: 10px;
    }
    #basket .number {
        width: 100px;
    }
    h2 {
        font-size: 38px;
    }
    #basket .head h2 + a {
        font-size: 20px;
    }
    #basket h5 {
        font-size: 28px;
    }
    #basket .total span {
        font-size: 17px;
    }
    #basket .total > p {
        font-size: 28px;
    }
    #basket th,
    #basket .no, #basket .cost {
        font-size: 17px;
    }
    #basket .info h6 {
        font-size: 15px;
    }
    #banner h2 {
        font-size: 60px;
    }
    #banner p {
        font-size: 40px;
    }
    #offer .categories a {
        font-size: 30px;
        margin-right: 45px;
    }
    #interior {
        margin-top: -85px;
    }
    #interior .wrap,
    #catalog .wrap {
        min-height: 350px;
    }
    #interior .grid,
    #catalog .grid {
        min-height: 0;
    }
    #production span {
        font-size: 43px;
    }
    #offer .slick-prev, #offer .slick-next {
        top: -83px;
    }
    #offer .image .slick-prev, #offer .image  .slick-next {
        top: 50%;
    }
    #interior .dn h4 {
        font-size: 17px;
    }
    h4 {
        font-size: 22px;
    }
    #catalog .wrap a {
        font-size: 17px;
    }
    footer .copyright + div p {
        margin-bottom: 0;
    }
    footer .copyright p {
        margin-bottom: 0;
    }
    footer .grid {
        grid-template-rows: repeat(2, auto);
    }
    footer .grid > div:nth-child(1) {
        grid-area: 1 / 1 / 2 / 3;
    }
    footer .grid > div:nth-child(2) {
        grid-area: 1 / 3 / 2 / 5;
    }
    footer .grid > div:nth-child(3) {
        grid-area: 1 / 5 / 2 / 7;
    }
    footer .grid > div:nth-child(4) {
        grid-area: 2 / 1 / 3 / 3;
    }
    footer .grid > div:nth-child(5) {
        grid-area: 2 / 3 / 3 / 5;
    }
    footer .grid > div:nth-child(6) {
        grid-area: 2 / 5 / 3 / 7;
    }
    header > div > ul,
    header > div > ul + div {
        display: none !important;
    }

    header .hiden {
        display: none;
    }

    header .nav__wrap, header .sub-menu-wrap, header .sub-menu {
        padding-left: 0;
    }
    header .nav__wrap, header .sub-menu-wrap, header .sub-menu {
        justify-content: flex-start;
        top: calc(100% + 26px);
        left: 0;
        width: 100%;
        height: auto;
        flex-direction: column;
    }
    header .nav__wrap.burger-menu-open > .dn {
        display: flex;
    }
    header .nav__wrap li, header .sub-menu-wrap > li, header .sub-menu > li {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 0;
        height: auto; 
		padding: 8px;
    }
	header .nav__wrap li.contact {
		margin: 0;
		padding: 0;
		display: flex;
		flex-direction: column;
	}
	header .nav__wrap li.contact > a {
		margin: 0;
		padding: 8px;
	}
	header .sub-menu-wrap .sub-menu {
	//display: none !important;
	}
	header .sub-menu-wrap li{
	text-align: center;
	}
    header .logo {
        margin-right: 15px;
    }
    header .tel {
        font-family: 'Jost Medium' !important;
    }
    #panel a span {
        width: 30px;
        height: 30px;
    }

	#basket .img {
		position: relative;
		width: 140px;
	}

}

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



    .container {
        width: 920px;
    }
    #basket .head {
        margin-bottom: 30px;
    }
    .row {
        padding: 30px 0;
    }
    h3 {
        font-size: 38px;
        margin-bottom: 30px;
    }
    #breadcrumbs li a {
        font-size: 13px;
    }
    #product .text,
    #choice .text {
        font-size: 16px;
    }
    #product .text::before,
    #choice .text::before {
        font-size: 37px;
    }
    #product .colors div>div,
    #choice .wrapper {
        height: 55px;
    }
    select,
    input,
    textarea {
        font-size: 16px;
    }
    .btn {
        font-size: 16px;
    }
    p {
        font-size: 14px;
    }
    .chief-slider .item {
        height: 435px;
        padding: 10px;
    }
    .chief-slider .tag,
    #interior .tag,
    #product .tag {
        font-size: 13px;
    }
    .chief-slider .description>p {
        font-size: 12px;
    }
    .chief-slider .description h4 {
        font-size: 16px;
    }
    .chief-slider .price .old,
    #product .properties span.old {
        font-size: 14px;
    }
    .chief-slider .price span,
    #product .properties .price span {
        font-size: 18px;
    }
    .ex.chief-slider .meaning span {
        font-size: 14px;
    }
    #breadcrumbs li a {
        font-size: 13px;
    }
    #product h5 {
        font-size: 26px;
    }
    #product .info .right p,
    #basket .info .right p {
        font-size: 16px;
    }
    #product .amount,
    #choice .amount {
        font-size: 14px;
    }
    #panel a {
        width: 40px;
        height: 45px;
    }
    #choice {
        max-width: 415px;
    }
    #choice h5 {
        font-size: 19px;
    }
    #choice .arrow span:first-child {
        font-size: 14px;
    }
    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
        top: -60px;
    }
    #product .colors div > div {
        width: calc((100% - 50px) / 6);
    }
    #basket .order {
        flex-direction: column;
    }
    #basket table {
        width: 100%;
        margin: 0 0 15px 0;
    }
    #basket .order {
        align-items: center;
        margin-bottom: 30px;
    }
    #basket .form {
        width: 100%;
    }
    #basket h5 {
        font-size: 30px;
        margin-bottom: 35px;
    }
    h2 {
        font-size: 33px;
    }
    #basket .head h2 + a {
        font-size: 18px;
    }
    #basket .total span {
        font-size: 16px;
    }
    #basket .total > p {
        font-size: 26px;
    }
    #basket .total {
        flex-direction: row;
    }
    #basket .form .btn {
        width: 100%;
        max-width: 250px;
        margin: 0 auto;
    }
    #basket th,
    #basket .no, #basket .cost {
        font-size: 16px;
    }
    #offer .categories a {
        font-size: 25px;
        margin-right: 30px;
    }
    #offer .categories {
        margin-bottom: 35px;
    }
    #offer .slick-prev, #offer .slick-next {
        top: -60px;
    }
    #offer .image .slick-prev, #offer .image  .slick-next {
        top: 50%;
    }
    #interior {
        margin-top: -65px;
    }
    #interior .wrap,
    #catalog .wrap {
        min-height: 300px;
    }
    #production span {
        font-size: 38px;
    }
    .adv {
        align-items: flex-start;
    }
    #why .adv > div::before {
        width: 40px;
        height: 40px;
    }
    #why .adv span {
        font-size: 16px;
    }
    #why .adv > div {
        padding-left: 50px;
        width: calc((100% - 40px) / 4);
    }
    #banner h2 {
        font-size: 50px;
    }
    #banner p {
        font-size: 35px;
    }
    #interior {
        margin-top: -55px;
    }
    #interior .grid,
    #catalog .grid,
    #projects .grid {
        grid-gap: 15px;
    }
    #interior .wrap, #catalog .wrap {
        min-height: 250px;
    }
    #production .statistics {
        margin: 50px 0 25px;
    }
    #why h3 + p + p {
        margin-bottom: 50px;
    }
    #interior .dn {
        padding: 10px 15px;
    }
    #interior .dn h4 {
        font-size: 16px;
    }
    #interior .old, #interior .dn p {
        font-size: 15px;
    }
    #interior .dn span {
        font-size: 17px;
    }
    #catalog .wrap {
        padding: 15px;
        background-position: center;
    }
    h4 {
        font-size: 20px;
    }
    #catalog .wrap a {
        font-size: 16px;
    }
    #panel a span {
        left: 22px;
    }
}

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

	#basket .img {
		position: relative;
		width: 100%;
	}


    select, input, textarea {
        width: 170px;
        padding: 0 50px 0 10px;
        font-size: 15px;
    }
    .container {
        width: 820px;
    }
    #basket .head {
        margin-bottom: 25px;
    }
    .row {
        padding: 25px 0;
    }
    #breadcrumbs ul {
        justify-content: flex-start;
        padding: 25px 0;
        flex-wrap: wrap;
    }
    #breadcrumbs li a {
        font-size: 12px;
    }
    #product h5 {
        margin-bottom: 20px;
    }
    #product .info > div {
        margin-bottom: 10px;
    }
    #product .info .right {
        width: 300px;
    }
    .chief-slider .label, #interior .label, #product .label {
        top: 10px;
        right: 10px;
    }
    .chief-slider .tag, #interior .tag, #product .tag {
        font-size: 12px;
        padding: 2px 5px;
        min-width: 40px;
    }
    .like, header .like a, header .basket a {
        width: 20px;
        height: 20px;
    }
    #choice h5 {
        font-size: 18px;
        margin-bottom: 30px;
    }
    #choice > p {
        margin-bottom: 20px;
    }
    #choice .arrow span:first-child {
        font-size: 14px;
    }
    .chief-slider .item {
        height: 407px;
        padding: 5px;
    }
    #product h5 {
        font-size: 24px;
    }
    .chief-slider .price span, #product .properties .price span {
        font-size: 17px;
    }
    .btn {
        font-size: 15px;
    }
    h3 {
        font-size: 33px;
        margin-bottom: 25px;
    }
    .slick-prev, .slick-next {
        top: -55px;
    }
    #product .amount, #choice .amount {
        font-size: 13px;
    }
    #product .text::before, #choice .text::before {
        font-size: 32px;
    }
    #product .text, #choice .text {
        font-size: 15px;
    }
    .chief-slider .description h4 {
        font-size: 15px;
    }
    .chief-slider .price, #product .properties .price {
        margin-bottom: 15px;
    }
    #product .colors div > div, #choice .wrapper {
        height: 45px;
    }
    #choice .grid {
        gap: 15px;
    }
    #basket h5 {
        font-size: 28px;
        margin-bottom: 30px;
    }
    #basket .total > p {
        font-size: 24px;
    }
    #basket .delivery label {
        font-size: 15px;
    }
    #basket thead {
        height: 45px;
    }
    #basket .head h2 {
        margin-right: 25px;
    }
    #basket th,
    #basket .no, #basket .cost {
        font-size: 15px;
    }
    #basket .head h2 + a {
        font-size: 17px;
    }
    #offer .categories a {
        font-size: 22px;
        margin-right: 20px;
    }
    #banner h2 {
        font-size: 45px;
    }
    #banner p {
        font-size: 30px;
    }
    #interior .dn h4 {
        font-size: 15px;
    }
    #interior .old, #interior .dn p {
        font-size: 14px;
    }
    #interior .dn span {
        font-size: 15px;
    }
    #interior .dn {
        height: 125px;
    }
    h4 {
        font-size: 18px;
    }
    #catalog .wrap a {
        font-size: 15px;
    }
    #production .statistics {
        align-items: flex-start;
    }
    #production span {
        font-size: 33px;
    }
    #interior .wrap, #catalog .wrap {
        min-height: 200px;
    }
    #panel a {
        width: 35px;
        height: 40px;
    }
    #panel a span {
        width: 25px;
        height: 25px;
        left: 20px;
    }
}

@media screen and (max-width: 900px) {
    select, input, textarea {
        font-size: 14px;
    }
    .container {
        width: 720px;
    }
    p {
        font-size: 13px;
    }
    #breadcrumbs ul {
        padding: 25px 0;
    }
    #breadcrumbs li {
        margin-right: 0;
    }
    #breadcrumbs li:not(:first-child) {
        padding-left: 20px;
    }
    #breadcrumbs li::before {
        left: 3px;
    }
    #breadcrumbs li a {
        font-size: 11px;
    }
    #product .container.flx {
        flex-direction: column;
    }
    #product .image,
    #product .properties {
        width: 100%;
    }
    #product .colors div > div, #choice .wrapper {
        height: 65px;
    }
    #choice .grid {
        gap: 10px;
    }
    .chief-slider .item {
        height: auto;
        padding: 10px;
    }
    .chief-slider .dn {
        display: block;
    }
    #product .properties {
        max-width: none;
    }
    /* #panel  {
        display: none;
    } */
    #product .container > h5 {
        display: block;
        font-size: 23px;
    }
    #product .properties h5 {
        display: none;
    }
    #choice .arrow span:first-child {
        font-size: 13px;
    }
    #arrow {
        right: 5px;
        bottom: 5px;
        width: 35px;
        height: 35px;
    }
    #basket th,
    #basket tbody td{
        padding: 5px;
    }
    #basket .info h6 {
        font-size: 14px;
    }
    #basket .info > div > div {
        width: 50%;
    }
    #basket .head h2 {
        margin-right: 23px;
    }
    #basket .head h2 + a {
        font-size: 16px;
    }
    #basket h5 {
        font-size: 25px;
        margin-bottom: 20px;
    }
    #basket .total > p {
        font-size: 22px;
    }
    #basket .total span {
        font-size: 15px;
    }
    #basket .delivery {
        margin-bottom: 35px;
    }
    #basket .address {
        margin-bottom: 20px;
    }
    h4 {
        font-size: 16px;
    }
    #catalog .wrap a {
        font-size: 14px;
    }
    #offer .categories a {
        font-size: 16px;
        margin-right: 15px;
    }
    #banner h2 {
        font-size: 35px;
    }
    #banner p {
        font-size: 20px;
    }
    #interior .wrap {
        min-height: 150px;
    }
    #catalog .wrap {
        min-height: 250px;
    }
    #interior .wrap:hover .dn {
        display: none;
    }
    #catalog .grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(4, 1fr);
    }
    .adv {
        flex-wrap: wrap;
    }
    #why .adv > div {
        padding-left: 50px;
        width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
    }
    #production span {
        font-size: 22px;
    }
    #production > div > p {
        margin-bottom: 15px;
    }
    #production > div > p:last-child {
        margin-bottom: 50px;
    }
    #banner .slick-dots li {
        width: 5px;
        height: 5px;
        margin-right: 5px;
    }
    #banner a {
        font-size: 12px;
    }
    footer .copyright p,
    footer .copyright + div p {
        font-size: 7px;
    }
    #basket thead {
        display: none;
    }
    #basket tbody {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    #basket tbody tr {
        display: flex;
        flex-wrap: wrap;
        width: calc((100% - 15px) / 2);
        margin-bottom: 15px;
    }
    #basket tbody td {
        width: 100%;
        text-align: center;
    }
    #basket .number {
        margin: 0 auto;
    }
    #interior .grid, #catalog .grid, #projects .grid {
        grid-gap: 5px;
    }
    #panel a {
        width: 30px;
        height: 35px;
    }
    #panel a span {
        width: 20px;
        height: 20px;
        left: 16px;
    }
    #panel a:hover {
        width: 30px;
        background: none;
        filter: none;
    }
    #popup-form {
        width: 75%;
        padding: 25px;
    }
    #panel a:nth-child(1) span {
        background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/phone-g.svg);
    }
    #panel a:nth-child(2) span {
        background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/tg-g.svg);
    }
    #panel a:nth-child(3) span {
        background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/whstapp-g.svg);
    }    
    #panel a:nth-child(4) span {
        background-image: url(/local/templates/shimkor/assets/tpl/css/../icon/mail-g.svg);
    }
}

@media screen and (max-width: 500px) {
    .container {
        width: 100%;
        padding: 0 15px;
    }
    #basket .head {
        margin-bottom: 15px;
    }
    .row {
        padding: 15px 0;
    }
    h3 {
        font-size: 23px;
        margin-bottom: 10px;
    }
    select, input, textarea {
        font-size: 13px;
        height: 30px;
        padding: 0 30px 0 5px;
    }
    .pre-form::before {
        width: 30px;
        height: 30px;
    }
    .chief-slider .item {
        height: auto;
    }
    p {
        font-size: 12px;
    }
    #breadcrumbs ul {
        padding: 15px 0;
    }
    #breadcrumbs li a {
        font-size: 10px;
    }
    #product .colors div > div {
        width: calc((100% - 25px) / 6);
    }
    #product .colors div > div, #choice .wrapper {
        height: 45px;
    }
    #product .amount, #choice .amount {
        font-size: 12px;
        width: 100%;
        bottom: 0;
        right: 0;
    }
    #product .slider__img {
        margin-bottom: 15px;
    }
    #product .colors > p:not(:last-child) {
        margin-bottom: 15px;
    }
    #product .colors > div {
        margin-bottom: 15px;
    }
    .chief-slider .image, #product .image {
        margin-bottom: 15px;
    }
    #product h5,
    #popup-form h5 {
        font-size: 18px;
        margin-bottom: 15px;
    }
    #product .buttons span, #product .buttons .btn-link {
        width: calc((100% - 10px) / 2);
    }
    .btn {
        font-size: 12px;
    }
    .chief-slider .price, #product .properties .price {
        margin-bottom: 10px;
        font-size: 13px;
    }
    #product .info .right p, #basket .info .right p {
        font-size: 13px;
    }
    .chief-slider .price span, #product .properties .price span {
        font-size: 13px;
    }
    .price .old::before {
        width: calc(60% + 10px);
    }
    .chief-slider .price, #product .properties .price {
        display: flex;
        flex-direction: column;
    }
    #choice.active {
        right: 0;
        padding: 15px;
    }
    #choice h5 {
        font-size: 15px;
        margin-bottom: 15px;
        padding: 0;
    }
    #choice > p {
        margin-bottom: 15px;
        padding: 0;
    }
    #choice .prime > div:first-child,
    #choice .prime .subprime {
        padding: 15px;
        font-size: 15px;
    }
    #choice .arrow span:first-child {
        font-size: 12px;
    }
    #choice .close {
        top: 5px;
        right: 5px;
    }
    #product {
        margin-bottom: 15px;
    }
    #basket th,
    #basket .no, #basket .cost{
        font-size: 14px;
    }
    #basket .head > div:last-child {
        display: none;
    }
    #basket .head h2 {
        margin-right: 20px;
    }
    #basket .head h2 + a {
        font-size: 15px;
    }
    #basket .total {
        flex-direction: column;
    }
    #basket h5 {
        font-size: 22px;
        margin-bottom: 15px;
    }
    #basket .total > p {
        font-size: 20px;
    }
    #basket .delivery {
        margin-bottom: 20px;
        flex-direction: column;
    }
    #basket .delivery label:first-child{
        margin-bottom: 10px;
    }
    #basket .address {
        margin-bottom: 0;
    }
    #basket textarea {
        height: 80px;
        margin-bottom: 20px;
        padding: 10px 50px 10px 25px;
    }
    #offer .categories {
        margin-bottom: 15px;
        flex-direction: column;
        display: flex;
        align-items: center;
    }
    #offer .categories a {
        margin: 0 0 10px 0;
    }
    #interior {
        margin-top: -15px;
    }
    .chief-slider .colors + a {
        font-size: 14px;
    }
    #banner h2 {
        font-size: 20px;
        margin-bottom: 5px;
    }
    #banner a {
        font-size: 12px;
        margin-bottom: 5px;
    }
    #banner img {
        min-height: 200px;
    }
    #banner p {
        font-size: 12px;
    }
    footer {
        padding: 20px 0 0;
    }
    footer .grid > div:nth-child(1) {
        grid-area: 1 / 1 / 2 / 7;
    }
    footer .grid > div:nth-child(2) {
        grid-area: 2 / 1 / 3 / 7;
    }
    footer .grid > div:nth-child(3) {
        grid-area: 3 / 1 / 4 / 7;
    }
    footer .grid > div:nth-child(4) {
        grid-area: 4 / 1/ 5 / 7;
    }
    footer .grid > div:nth-child(5) {
        grid-area: 5 / 1 / 6 / 7;
    }
    footer .grid > div:nth-child(6) {
        grid-area: 6 / 1 / 7 / 7;;
    }
    footer .address span {
        margin-bottom: 5px;
    }
    footer .address div:nth-child(2) {
        margin-bottom: 10px;
    }
    footer .address div:first-child {
        margin-bottom: 10px;
    }
    footer p {
        margin-bottom: 10px;
    }
    footer .basket span, footer .company span, footer .catalog span, footer .contact div:first-child span, footer li {
        margin-bottom: 5px;
    }
    footer .basket div:first-child {
        margin-bottom: 10px;
    }
    footer .contact a {
        font-size: 14px;
    }
    footer input {
        margin-bottom: 10px;
    }
    footer span {
        margin-bottom: 5px;
    }
    footer .contact div {
        margin-bottom: 10px;
    }
    #why .adv > div {
        width: 100%;
    }
    #production .statistics > div {
        width: calc((100% - 15px) / 2);
        max-width: none;
        margin-bottom: 15px;
    }
    #production .statistics {
        flex-wrap: wrap;
    }
    header .nav__wrap, header .sub-menu-wrap, header .sub-menu {
        top: calc(100% + 6px);
        left: 0;
        width: 100%;
    }
    header .sub-menu-wrap > li, header .sub-menu > li {
        //height: 35px;
    }
	header .nav__wrap li {
        height: auto;
    }
    header .search {
        display: none;
    }
    header .menu > span {
        margin-right: 0;
    }
    header .menu {
        margin-right: 0;
    }
    header {
        padding: 5px 0;
    }
    footer form input {
        margin-bottom: 15px;
    }
    footer form {
        margin-bottom: 25px;
    }
    footer .copyright, footer .copyright + div {
        margin-top: 5px;
    }
    #basket tbody tr {
        width: 100%;
    }
    #basket .cost,
    #basket .cost + td {
        width: 50%;
    }
    #basket .number input[type="number"] {
        height: 40px;
    }
    #basket img {
        width: 100%;
    }
    #panel {
        top: auto;
        bottom: 0;
        left: 50%;
        transform: translate(-50%, 0);
        background: rgba(76, 82, 88, 0.75);
        flex-direction: row;
        width: 100%;
        height: 50px;
    }
    #popup-form {
        padding: 15px;
    }
    #panel a {
        width: calc(100% / 4);
        height: 50px;
        background: none;
    }
    #panel a span {
        width: 25px;
        height: 25px;
        left: 50%;
    }
    #panel a:hover {
        width: calc(100% / 4);
    }
    #popup-form input:not(input[type="checkbox"]), #popup-form textarea {
        padding: 10px;
        margin-bottom: 15px;
    }
    #popup-form h5 + p {
        margin-bottom: 10px;
    }
    #popup-form .btn {
        width: 100%;
    }
    #popup-form textarea {
        height: 30px;
        padding: 5px;
    }
	#arrow {
	  bottom: 55px;
	}
}

@media screen and (max-width: 400px) {
    #interior  .grid {
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(5, 1fr);
    }
    #interior  .wrap:nth-child(1),
    #interior  .wrap:nth-child(2),
    #interior  .wrap:nth-child(3),
    #interior  .wrap:nth-child(4),
    #interior  .wrap:nth-child(5) {
        grid-area: auto;
    }
}
/* End */


/* Start:/local/components/bitrix/favorite.elements/templates/.default/style.css?169158642279*/
.favorite_link{
	padding: 10px 0;
    float: left;
    margin: 20px 40px;
}
/* End */


/* Start:/local/templates/shimkor/components/bitrix/sale.basket.basket.line/.default/style.min.css?16915864224011*/
.bx-basket-block{position:relative;padding-bottom:5px;padding-left:20px;white-space:nowrap;font-size:12px}.bx-basket-block>.fa{position:absolute;top:3px;left:0;width:12px;color:#97a1ab}.bx-basket-block a{margin-right:10px}@media(min-width:768px){.bx-basket-fixed{position:fixed;z-index:998;overflow:hidden;padding-top:10px;width:200px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-fixed.top{top:10px}.bx-basket-fixed.right{right:10px}.bx-basket-fixed.bottom{bottom:10px}.bx-basket-fixed.left{left:10px}.bx-basket-fixed.bx-max-height{top:10px;bottom:10px}.block-store-catalog-list .bx-basket-fixed.bottom{bottom:70px}}@media(max-width:767px){.bx-basket-fixed{position:fixed;right:0;bottom:0;left:0;z-index:998;overflow:hidden;padding-top:10px;border:1px solid #f0f0f0;border-radius:1px;background:#fff;box-shadow:0 7px 10px rgba(0,0,0,0.15)}.bx-basket-item-list{display:none}.block-wrapper .bx-basket-fixed{padding-top:0}.block-wrapper .bx-basket-fixed .bx-hdr-profile{display:flex;justify-content:space-between}.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block{margin-right:20px;padding-bottom:0}}.bx-basket-fixed .bx-basket-block{margin-left:10px}.bx-basket-item-list{position:relative;overflow:hidden;padding-bottom:20px;border-top:1px solid #f7f7f7}.bx-opener .bx-basket-item-list{padding-bottom:75px}.bx-max-height .bx-basket-item-list{position:absolute;right:0;bottom:0;left:0}.bx-closed .bx-basket-item-list{overflow:hidden;height:20px}.bx-basket-item-list-action{position:absolute;right:0;bottom:0;left:0;z-index:120;padding:3px 0;height:20px;background:#f7f7f7;color:#4f4f4f;vertical-align:middle;text-align:center;font-size:12px;line-height:14px;cursor:pointer}.bx-basket-item-list-button-container{position:absolute;right:0;bottom:20px;left:0;padding:10px 0;border-top:1px solid #f7f7f7;background:#fff;text-align:center}.bx-basket-item-list-container{overflow-y:auto;max-height:100%}.bx-basket-item-list-item{position:relative;margin-bottom:15px;padding-top:15px;padding-right:10px;padding-left:10px;border-bottom:1px solid #f7f7f7}.bx-basket-item-list-container .bx-basket-item-list-item:last-child{margin-bottom:0;border-bottom:0}.bx-basket-item-list-item-status{margin:0 10px 20px;padding:3px;border-radius:3px;background:#ebebeb;text-align:center;white-space:normal;font-weight:bold;font-size:12px;line-height:16px}.bx-basket-item-list-item-img{position:relative;padding-bottom:5px;text-align:center}.bx-basket-item-list-item-img img{max-width:90px;height:auto;border:1px solid #e6e6e6}.bx-basket-item-list-item-name{padding-bottom:5px}.bx-basket-item-list-item-name a{font-size:13px;line-height:16px}.bx-basket-item-list-item-remove{position:absolute;top:-7px;right:10px;width:20px;height:20px;opacity:.5;cursor:pointer;transition:250ms linear all}.bx-basket-item-list-item-remove:after,.bx-basket-item-list-item-remove:before{position:absolute;top:50%;left:50%;display:block;width:10px;height:2px;border-radius:1px;background-color:#333;content:'';transform:translate(-50%,-50%)}.bx-basket-item-list-item-remove:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);-moz-transform:translate(-50%,-50%) rotate(45deg);-ms-transform:translate(-50%,-50%) rotate(45deg);-o-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.bx-basket-item-list-item-remove:before{-webkit-transform:translate(-50%,-50%) rotate(135deg);-moz-transform:translate(-50%,-50%) rotate(135deg);-ms-transform:translate(-50%,-50%) rotate(135deg);-o-transform:translate(-50%,-50%) rotate(135deg);transform:translate(-50%,-50%) rotate(135deg)}.bx-basket-item-list-item-remove:hover{opacity:.7}.bx-basket-item-list-item-price-block{padding-bottom:5px;font-size:12px}.bx-basket-item-list-item-price{display:inline-block;margin-right:5px}.bx-basket-item-list-item-price-old{display:inline-block;margin-right:5px;color:#b0b0b0;text-decoration:line-through}.bx_cart_login_top .bx-hdr-profile{line-height:1.44em}
/* End */


/* Start:/local/templates/shimkor/components/bitrix/form.result.new/footer/style.css?1691586423666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/shimkor/components/bitrix/form.result.new/footer/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/shimkor/components/bitrix/form.result.new/footer/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/shimkor/components/bitrix/form.result.new/call/style.css?1691586423666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/shimkor/components/bitrix/form.result.new/call/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/shimkor/components/bitrix/form.result.new/call/images/icon_warn.gif);
}
/* End */


/* Start:/local/templates/shimkor/styles.css?16968324101804*/
.slider__img, .slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.slider__img.slick-initialized, .slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.slider__main .pre-form {
  overflow: auto;
  max-height: 100%;
  width: 100%;
  box-sizing: content-box;
}


.chief-slider .options {
    align-items: baseline;
}
.items .item .options {
    align-items: baseline;
}

.search {
    margin-left: 20px;
}

header .menu>span {
    position: relative;
    margin-right: 25px;
    color: #58b037;
    align-items: center;
}


/*
.menu_top {
    position: relative;
}
header .sub-menu-wrap li {
    position: relative;
    overflow: hidden;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
	padding:16px;
    min-height: 35px;
}

header .sub-menu-wrap {
	justify-content: left;
    padding: 30px;
}



.main-nav__list--lvl-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2em;
    -moz-column-gap: 2em;
    column-gap: 2em;
}

header .sub-menu>li:before {
  content: "–";
  text-indent: 0px;
}

header .sub-menu-wrap a {
	text-transform: none;
}
*/

.burger-menu-open, .nav-menu-open {
	padding:20px;
}

header .sub-menu-wrap>li {
    display: inline-block;
}


header .sub-menu-wrap a.root-item {
	color: #58b037;
	display: block;
}

header ul.sub-menu {
    display: contents;
	width: 100%;
	margin: 0;

}

.burger-menu-open div {
	display: flex;
}

header .sub-menu>li {
    display: block;
	padding:16px 10px 0px 0px;
}


ul.map-level-0 li{
	margin-top: 15px;
	margin-bottom: 15px;
}
ul.map-level-1 {
	margin-top: 15px;
	margin-bottom: 15px;
}
ul.map-level-2{
	margin-bottom: 0px;
}
/* End */


/* Start:/local/templates/shimkor/template_styles.css?1696832410208*/
@media screen and (max-width: 900px) {
#interior .wrap {
    min-height: 300px;
}

#interior .dn {
    display: block;
    opacity: 0;
    height: 300px;
}

#interior .wrap:hover .dn {
    display: block;
}
}
/* End */
/* /local/templates/shimkor/assets/tpl/css/reset.css?16915864231032 */
/* /local/templates/shimkor/assets/tpl/css/style.css?169230374671534 */
/* /local/templates/shimkor/assets/tpl/js/slick/slick.css?16915864231895 */
/* /local/templates/shimkor/assets/tpl/js/fancybox/jquery.fancybox.min.css?169158642312795 */
/* /local/templates/shimkor/assets/tpl/css/media.css?169158642527685 */
/* /local/components/bitrix/favorite.elements/templates/.default/style.css?169158642279 */
/* /local/templates/shimkor/components/bitrix/sale.basket.basket.line/.default/style.min.css?16915864224011 */
/* /local/templates/shimkor/components/bitrix/form.result.new/footer/style.css?1691586423666 */
/* /local/templates/shimkor/components/bitrix/form.result.new/call/style.css?1691586423666 */
/* /local/templates/shimkor/styles.css?16968324101804 */
/* /local/templates/shimkor/template_styles.css?1696832410208 */
