﻿@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/Inter-Regular.woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/Inter-Medium.woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/Inter-SemiBold.woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/Inter-Bold.woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/Inter-ExtraBold.woff2');
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/Inter-Black.woff2');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('/fonts/InterTight-Light.ttf');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('/fonts/InterTight-Regular.ttf');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('/fonts/InterTight-Medium.ttf');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('/fonts/InterTight-SemiBold.ttf');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('/fonts/InterTight-Bold.ttf');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url('/fonts/InterTight-ExtraBold.ttf');
}

@font-face {
    font-family: 'Inter Tight';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('/fonts/InterTight-Black.ttf');
}

html {
    height: 100%
}

body {
    font-family: 'Inter';
    color: #352C28;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    margin: 0;
}

a {
    color: #be7f01;
    outline: none;
    text-decoration: none;
    transition: 0.3s;
}

p {
    color: #252525;
    margin: 0
}

img {
    border: none
}

h1 {
    color: #c48f02;
    text-align: center;
    padding: 4px 0;
    margin: 10px 0
}

h2 {
    font-family: "Inter Tight";
    font-size: 48px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
}

h3 {
    color: #c48f02;
    text-align: center;
    padding: 0px;
    margin: 5px 0
}

ul, ol {
    padding: 0 0 0 20px;
    margin: 10px 0
}

ul li, ol li {
    color: #252525;
    margin: 0;
    padding: 2px 0
}

.header {
    padding-bottom: 20px;
    border-radius: 0 0 40px 40px;
    background: #fff;
    transition: 0.3s;
    z-index: 5;
    width: 100%;
    top: -200px;
}

.header.fixed {
    position: fixed;
    top: 0;
}

.header_top {
    border-bottom: 1px solid #EBEDF3;
}

.header_top-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
}

.header_top-address {
    display: flex;
    gap: 24px;
    align-items: center;
    color: #352C28;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    position: relative;
}

.header_top-addresses_selected {
    display: flex;
    gap: 2px;
    align-items: center;
    cursor: pointer;
}

.header_top-addresses_selected:after {
    content: " ";
    display: block;
    width: 24px;
    height: 24px;
    transition: 0.3s;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M16 10L12 14L8 10' stroke='%23111827' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-size: 100% 100%;
}

.header_top-addresses_select {
    position: absolute;
    display: none;
}

.header_top-time {
    color: #7B6D67;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.header_top-contacts {
    display: flex;
    gap: 24px;
    align-items: center;
}

.header_top-contacts > a {
    color: #352C28;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.header_top-contacts > a:hover {
    color: #BF6069;
}

.header_top-contacts_items {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header_top-contacts_items > a {
    height: 24px;
}

.header_center {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 28px;
    margin-bottom: 32px;
}

.header_center-left {
    display: flex;
    align-items: center;
    gap: 48px;
}

.search_form form {
    width: 339px;
    position: relative;
}

.search_form input[type="text"] {
    width: 100%;
    border-radius: 10px;
    border: 2px solid #E9EBEF;
    background: #FFF;
    padding: 12px 44px 12px 14px;
    color: #352C28;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    outline: none;
}

.search_form input[type="text"]::placeholder {
    color: #7B6D67;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.search_form input[type="submit"] {
    display: block;
    position: absolute;
    border: none;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3e%3cpath d='M21.0004 21L16.6504 16.65M19 11C19 15.4183 15.4183 19 11 19C6.58172 19 3 15.4183 3 11C3 6.58172 6.58172 3 11 3C15.4183 3 19 6.58172 19 11Z' stroke='%237B6D67' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
    background-size: 100% 100%;
    cursor: pointer;
    padding: 0;
    background-color: transparent;
    top: 14px;
    right: 16px;
    font-size: 0;
}

.header_center-right {
    display: flex;
    align-items: center;
    gap: 32px;
}

.header_center-right_phone a {
    color: #321F16;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: block;
    margin-bottom: 3px;
}

.header_center-right_phone a:hover {
    color: #7B6D67;
}

.header_center-right_phone span {
    color: #7B6D67;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.header_center-right_feedbacks {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header_center-right_feedbacks a {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    padding: 14px 16px;
    transition: 0.3s;
    outline: none;
    border: none;
}

.header_center-right_feedbacks a.call_back {
    color: #BC737A;
    background: #FFF3F4;
}

.header_center-right_feedbacks a.call_back:hover {
    background: #EDE0DC;
}

.header_center-right_feedbacks a.free_call {
    color: #fff;
    background: #BF6069;
}

.header_center-right_feedbacks a.free_call:hover {
    background: #A85F66;
}

.header_center-right_personal {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header_basket a, .header_auth a {
    padding: 14px;
    border-radius: 10px;
    display: block;
    width: 52px;
    height: 52px;
    position: relative;
}

.header_basket a:hover {
    background: #FFF3F4;
}

.header_basket a path {
    transition: 0.3s;
}

.header_basket a:hover path {
    stroke: #BC737A;
}

.header_basket span {
    position: absolute;
    top: 4px;
    right: 6px;
    color: #BC737A;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.header_auth a:hover {
    background: #FBF7F5;
}

.header_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 36px;
    position: relative;
}

.catalog_menu-main ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.catalog_menu-main li {
    padding: 0;
    flex: 1 1 22%;
}

.catalog_menu-main > a {
    display: block;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    padding: 14px 24px;
    border-radius: 8px;
    background: #D6B29C;
    width: fit-content;
}

.catalog_menu-main:before {
    content: " ";
    position: absolute;
    display: block;
    width: calc(100% + 80px);
    max-width: 1580px;
    height: 32px;
    z-index: 1;
    margin-left: -40px;
    margin-top: 52px;
    opacity: 0;
    visibility: hidden;
    left: 0;
}

.catalog_menu-content {
    position: absolute;
    /*max-height: 658px;*/
    display: flex;
    gap: 56px;
    width: calc(100% + 80px);
    max-width: 1580px;
    border-radius: 20px;
    border: 2px solid #EBEDF1;
    background: #FFF;
    box-shadow: 0 9px 62px 0 rgba(0, 0, 0, 0.06);
    padding: 18px !important;
    z-index: 2;
    justify-content: space-between;
    align-items: center;
    margin-left: -40px;
    margin-top: 30px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    left: 0;
    align-items: flex-start;
}

.catalog_menu:hover .catalog_menu-content, .catalog_menu:hover .catalog_menu-main:before {
    opacity: 1;
    visibility: visible;
}

.catalog-grid {
    padding: 20px 0 20px 20px;
    /*display: grid;*/
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
}

.catalog_menu-submain {
    display: flex;
    /*flex-direction: column;*/
    gap: 32px;
    flex-wrap: wrap;
}

.catalog_menu-submain > li > a {
    color: #321F16;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    display: block;
}

.catalog_menu-submain_sub {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px !important;
}

.catalog_menu-submain_sub a {
    display: block;
    color: #352C28;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.catalog_menu-banners {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.catalog_menu-banners a {
    border-radius: 20px;
    color: #FFF;
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    padding: 24px 28px;
    display: flex;
    align-items: start;
    justify-content: start;
    background-size: 100% 100%;
    width: 500px;
    height: 303px;
}

.catalog_menu-banners a:first-child {
    background: url("/images/banner1.png");
}

.catalog_menu-banners a:last-child {
    background: url("/images/banner2.png");
}

.top_menu {
    width: 100%;
}

.top_menu ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
    margin: 0;
    list-style: none;
}

.top_menu ul li {
    padding: 0;
    margin: 0;
}

.top_menu a {
    color: #352C28;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.top_menu li:first-child a, .top_menu li:nth-child(2) a {
    display: flex;
    gap: 6px;
    align-items: center;
}

.top_menu li:first-child a:before, .top_menu li:nth-child(2) a:before {
    content: " ";
    display: block;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
}

.top_menu li:first-child a:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M11.7332 8.33333V2.5L4.23315 11.6667H10.0665L10.0665 17.5L17.5665 8.33333L11.7332 8.33333Z' fill='%23BC737A'/%3e%3c/svg%3e ");
}

.top_menu li:nth-child(2) a:before {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='21' height='20' viewBox='0 0 21 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.1183 7.72727V7.15909C5.1183 5.27614 6.64443 3.75 8.52739 3.75H13.0728C14.9558 3.75 16.4819 5.27614 16.4819 7.15909V7.72727C15.2268 7.72727 14.2092 8.74489 14.2092 10V11.7045H7.39103V10C7.39103 8.74489 6.37341 7.72727 5.1183 7.72727ZM16.291 8.87898C15.7325 8.96989 15.3456 9.49432 15.3456 10.0608V12.2727C15.3456 12.5864 15.091 12.8409 14.7774 12.8409H6.82284C6.50921 12.8409 6.25466 12.5864 6.25466 12.2727V10.0608C6.25466 9.49489 5.86773 8.96989 5.30921 8.87898C4.59727 8.76307 3.98193 9.30966 3.98193 10V12.2727C3.98193 13.2023 4.42852 14.0273 5.1183 14.5455V15.6818C5.1183 15.9955 5.37284 16.25 5.68648 16.25C6.00012 16.25 6.25466 15.9955 6.25466 15.6818V15.0568C6.43818 15.0943 6.62853 15.1136 6.82284 15.1136H14.7774C14.9717 15.1136 15.162 15.0943 15.3456 15.0568V15.6818C15.3456 15.9955 15.6001 16.25 15.9138 16.25C16.2274 16.25 16.4819 15.9955 16.4819 15.6818V14.5455C17.1717 14.0273 17.6183 13.2023 17.6183 12.2727V10C17.6183 9.30966 17.003 8.76364 16.291 8.87898Z' fill='%23BC737A'/%3e%3c/svg%3e ");
}

.header_fixed {
    display: none;
    position: relative;
    align-items: center;
    justify-content: space-between;
    margin: 24px 0 4px;
}

.header.fixed .header_top, .header.fixed .header_center, .header.fixed .header_bottom {
    display: none;
}

.header.fixed .header_fixed {
    display: flex;
}

.header_fixed .search_form {
    display: flex;
    gap: 12px;
}

.header_fixed .search_form form {
    width: 460px;
}

.overlay_dark_ring {
    background: url(images/dark.png) left top repeat;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20
}

#loading_ring {
    background: url("images/loading.gif") no-repeat scroll center center transparent;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%
}

table {
    border-collapse: collapse
}

.main {
    position: relative
}

.special {
    width: 980px;
    margin: 0 -45px;
    font-size: 0px;
    background: url(images/special_bg_bottom.png) left bottom repeat-x;
    padding: 0 0 20px;
    text-align: center
}

.special p.tit {
    font: 20px;
    color: #c48f02;
    text-align: center;
    margin: 0;
    padding: 20px 0 20px;
    background: url(images/special_bg_top.png) center top no-repeat;
    background-size: 100% 100%
}

.special div {
    display: inline-block;
    width: 20%
}

.special a {
    display: block;
    text-align: center;
    font: 15px;
    color: #ab7d00;
    text-decoration: none;
    padding: 0
}

.special p {
    display: block;
    text-align: center;
    font: 15px;
    color: #ab7d00;
    text-decoration: none;
    padding: 5px 10px
}

.special div.img {
    display: block;
    width: 128px;
    height: 128px;
    border: 3px solid #ffb900;
    overflow: hidden;
    border-radius: 68px;
    margin: 10px auto;
    padding: 0
}

.special div.img a {
    width: 128px;
    height: 128px;
    overflow: hidden
}

.special div.img:hover {
    border: 3px solid #ca6615
}

.special div.img:hover a {
    color: #fe7a33
}

.special div p {
    margin: 0px;
    text-align: center
}

.special div:hover p, .special div:hover a {
    color: #fe7a33
}

.our_plus {
    width: 980px;
    margin: 20px -45px 0;
    font-size: 0px;
    padding: 1px 0;
    background: url(images/our_plus_bg.jpg) no-repeat;
    background-size: 100% 100%
}

.our_plus table {
    width: 790px;
    margin: 0 auto 10px
}

.our_plus table td {
    vertical-align: top;
    padding: 10px 0
}

.our_plus p {
    font: 13px;
    color: #fff;
    text-shadow: 0 1px 0 #ac988a;
    text-align: left;
    margin: 0px
}

.our_plus p span {
    font: 21px;
    color: #ffebdc;
    text-shadow: 0 1px 0 #ac988a
}

.our_plus p.tit {
    font: 21px;
    color: #67533f;
    text-align: center;
    text-shadow: 0 1px 0 #e3d4c4;
    margin: 20px 0 10px
}

.footer {
    background: #fff;
    padding: 80px 0;
}

.footer_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
}

.footer_center {
    margin: 64px 0;
    display: flex;
    justify-content: space-between;
}

.footer_menu {
    width: 100%;
    max-width: 841px;
}

.footer_menu ul {
    padding: 0 0 53px;
    border-bottom: 1px solid #D2D6DC;
    list-style: none;
    margin: 0;
    grid-template-rows: repeat(5, 1fr);
    grid-auto-flow: column;
}

.footer_menu ul li {
    padding: 0;
}

.footer_menu ul li a {
    color: #352C28;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}

.footer_menu ul, .footer_info {
    max-width: 841px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 64px;
}

.footer_contacts {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 579px;
    gap: 18px 57px;
}

.footer_contacts-title {
    color: #7B6D67;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 8px;
}

.footer_contacts_item > a {
    color: #111827;
    font-family: "Inter Tight";
    font-size: 24px;
    font-weight: 500;
    line-height: 28px;
}

.footer_contacts_item > p {
    color: #352C28;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.footer_contacts-socials {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 18px;
}

.footer_info-item {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.footer_info-item span, .footer_info-item a {
    color: #7B6D67;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.itb-copyright {
    margin-bottom: 28px;
    display: flex;
    align-items: end;
    gap: 12px;
}

.without_slider {
    margin: -15px 0 0 0
}

.without_slider img {
    display: block
}

.path {
    width: 890px;
    font: 14px/18px;
    color: #636363;
    padding: 7px 45px 18px;
    background: url(images/path_bg.png) center bottom no-repeat;
    border-top: 1px solid #fff;
    margin: 0 -45px
}

.path a {
    font: 14px/18px;
    color: #c48f02;
    text-decoration: none;
    display: inline-block;
    padding: 0 20px 0 0;
    background: url(images/path.png) right 7px no-repeat;
    margin: 0 8px 0 0
}

.contacts {
}

.contacts p {
    font: 15px/19px;
    color: #8d6656;
    margin: 3px 0
}

.contacts p span {
    font: 15px/19px;
    color: #131313
}

.contacts p img {
    position: relative;
    top: 9px;
    margin: 0 5px 0 0
}

.map {
    margin: 16px 0;
    text-align: center
}

.print_btn {
    display: block;
    float: right;
    width: 143px;
    height: 32px;
    font: 14px/32px;
    color: #8d6656;
    padding: 0 0 0 35px;
    text-decoration: none;
    cursor: pointer;
    background: url(images/print_btn.png) no-repeat
}

.add_form {
    width: 980px;
    padding: 0;
    margin: 20px -45px
}

.add_form p.tit {
    font: 18px/39px;
    color: #8d6656;
    padding: 12px 0 0;
    margin: 0px;
    text-align: center;
    text-transform: uppercase;
    background: url(images/add_form_tit_bg.png) center top no-repeat
}

.add_form p.success, p.success {
    font: 18px/26px;
    color: #8d6656;
    padding: 12px 0 0;
    margin: 0px;
    text-align: center
}

.add_form form {
    width: 360px;
    margin: 5px auto
}

.add_form table {
    margin: 0 0 0 -50px
}

.add_form td {
    vertical-align: top;
    text-align: right;
    font: 13px/36px;
    color: #434f6e;
    padding: 3px 0
}

.add_form input[type="text"], .add_form input[type="email"], .add_form input[type="password"] {
    display: inline-block;
    width: 203px;
    height: 36px;
    border: 1px solid #e4c9b4;
    border-radius: 5px;
    padding: 0 10px;
    font: 13px/36px 'Open Sans';
    color: #3d3d3d
}

.add_form input[type="file"] {
    width: 203px;
    height: 24px;
    padding: 6px;
    border: 1px solid #dfdfdf;
    background: #fafafa;
    font: 13px;
    color: #313030
}

.add_form .form_info {
    font: 11px;
    color: #313030
}

.add_form textarea {
    display: inline-block;
    width: 203px;
    height: 88px;
    border: 1px solid #e4c9b4;
    border-radius: 5px;
    padding: 7px 10px;
    font: 13px/16px 'Open Sans';
    color: #3d3d3d
}

.add_form input[type="submit"] {
    background: url(images/add_form_submit.png) center top no-repeat;
    display: block;
    width: 132px;
    height: 36px;
    margin: 5px auto;
    font: 14px;
    color: #fff;
    text-shadow: 0 -1px 0 #81635e;
    border: none;
    cursor: pointer;
    background-size: 100% 80px
}

.add_form input[type="submit"]:hover {
    background: url(images/add_form_submit.png) center bottom no-repeat;
    background-size: 100% 80px
}

.error {
    text-align: left !important;
    font: 14px !important;
    color: #b01818 !important
}

.error ul {
}

.error li {
    font: 14px;
    color: #b01818;
    text-align: left
}

.add_form.responce.product {
    width: 856px;
    border-radius: 7px;
    overflow: hidden
}

.add_form.login table {
    background: #ede8e5;
    border-radius: 8px;
    margin: 30px 0 10px -0px;
    padding: 10px 30px 10px 10px
}

.add_form.login td {
    padding: 3px 10px;
    color: #434343
}

.add_form.login tr:first-child td {
    padding-top: 15px
}

.add_form.login tr:last-child td {
    padding-bottom: 10px
}

.add_form.login input[type="text"], .add_form.login input[type="email"], .add_form.login input[type="password"] {
    height: 32px;
    border: 1px solid #c4c0bd
}

.add_form.login input[type="submit"] {
    width: 102px
}

.add_form.responce {
    background: #f2efec;
    border-radius: 6px;
    width: 886px;
    margin: 20px auto;
    padding: 0 0 20px
}

.add_form.responce p.tit {
    background: url(images/add_form_tit_bg_responce.png) center top no-repeat;
    color: #fff;
    font: 18px/44px;
    padding: 0
}

.add_form.responce td {
    color: #94867b
}

.add_form.responce table {
    margin-top: 20px
}

.add_form.call td {
    padding: 3px 10px;
    color: #94867b
}

.responces {
}

.responces div.responce {
    border: 1px solid #e4d9d0;
    border-radius: 5px;
    box-shadow: 0 1px 0 #f2f2f3;
    margin: 0 0 20px
}

.responces p {
    font: 12px/18px 'Tahoma';
    color: #303030;
    margin: 0 20px
}

.responces p.tit {
    font: 14px/42px 'Tahoma';
    color: #653a41
}

.responces p.tit a {
    font: 14px/42px 'Tahoma';
    color: #653a41;
    display: inline-block;
    padding: 0 0 0 24px;
    background: url(images/publications_name.png) left center no-repeat
}

.responces p.tit span {
    float: right;
    font: 14px/42px 'Tahoma';
    color: #303030
}

.responces div.text {
    border-top: 1px solid #ededed;
    padding: 8px 20px 12px;
    font: 12px/18px "Tahoma";
    color: #303030;
    overflow: hidden
}

.responces div.text p {
    margin: 5px 0px
}

.responces div.text a.img {
    display: block;
    float: left;
    border: 1px solid #e2d2c6;
    padding: 2px;
    border-radius: 6px;
    background: #fff;
    margin: 0 12px
}

.responces div.text a.img img {
    display: block;
    border-radius: 4px;
    overflow: hidden
}

.product_responces {
    border: 1px solid #d9cfc7;
    padding: 0 15px;
    border-radius: 0 0 10px 10px;
    margin: 40px 0 0
}

.product_responces p.resp_tit {
    display: block;
    height: 15px;
    margin: -1px 0 10px;
    background: url(images/resp_tit.png) 35px top no-repeat
}

.product_responces p.resp_tit span {
    font: 15px;
    color: #7b6352;
    position: relative;
    left: 15px;
    top: -30px
}

.responces.product p.tit {
    font: 14px/16px 'Tahoma'
}

.responces.product p.tit span {
    font: 14px/16px 'Tahoma'
}

.responces.product div.responce {
    border: none;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #d9d9d9
}

.responces.product div.text {
    border-top: none;
    padding: 8px 20px 12px;
    overflow: hidden
}

/*.galery {*/
/*    font-size: 0px;*/
/*    width: 945px;*/
/*    margin: 0 0 0 -41px*/
/*}*/

/*.galery .galery_item {*/
/*    display: inline-block;*/
/*    border: 1px solid #e2d2c6;*/
/*    border-radius: 7px;*/
/*    overflow: hidden;*/
/*    width: 190px;*/
/*    margin: 0 0 45px 41px*/
/*}*/

/*.galery .galery_item div {*/
/*    border: 3px solid #fff;*/
/*    border-radius: 6px;*/
/*    width: 184px;*/
/*    overflow: hidden*/
/*}*/

/*.galery .galery_item div a {*/
/*    display: block;*/
/*    width: 384px;*/
/*    height: 184px;*/
/*    line-height: 184px;*/
/*    overflow: hidden;*/
/*    text-align: center;*/
/*    margin-left: -100px*/
/*}*/

/*.galery .galery_item div a img {*/
/*    display: inline-block;*/
/*    max-height: 184px*/
/*}*/

.pagging {
    text-align: center
}

.pagging a {
    display: inline-block;
    border: 2px solid #d3c4c6;
    border-radius: 12px;
    font: 17px/25px;
    color: #bd4a4a;
    text-align: center;
    text-decoration: none;
    padding: 0 7px;
    min-width: 11px;
    margin: 0 5px
}

.pagging a:hover {
    color: #cfa708;
    padding: 0 7px;
    border: 2px solid #fff
}

.pagging a.page_active {
    border: 2px solid #80555c;
    background: #80555c;
    color: #fff
}

#window_ring, .window {
    background: #e8e2de no-repeat;
    background-size: 100% 100%;
    position: fixed;
    top: 150px;
    left: 50%;
    width: 590px;
    margin-left: -295px;
    z-index: 1000;
    padding: 0px;
    overflow: hidden;
    border-radius: 6px;
    border: none
}

.window_scroll {
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    margin-top: 0px;
    padding: 0
}

.window_scroll p {
    color: #707070
}

a.wind_close {
    position: absolute;
    top: 10px;
    right: 8px
}

a.wind_close img {
    border: none
}

#window_ring p.wind_head, .window p.wind_head {
    background: url(images/add_form_tit_bg_responce.png) center top no-repeat;
    color: #fff;
    font: 21px/44px;
    padding: 0;
    margin: 0px
}

#window_ring p, .window p {
    font: 13px;
    color: #797676;
    text-align: center;
    padding: 0 35px;
    margin: 5px 0
}

.overlay_dark_ring {
    background: url(images/dark.png) left top repeat;
    bottom: 0;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 20
}

.add_form.call {
    width: 580px;
    padding: 0px;
    margin: 20px 0px
}

.add_form.calc_form table {
    margin: 0 auto
}

.add_form p.add_form_summary {
    font: bold 16px 'Tahoma';
    color: #94867b;
    text-align: center;
    margin: 0 0 15px
}

.add_form p.add_form_summary img {
    position: relative;
    top: 2px;
    margin: 0 5px 0 0
}

.orders_container {
    padding: 0 0 18px;
    background: url(images/orders_container_bg.png) center bottom no-repeat;
    margin: 0 0 40px 0
}

div.orders, div.order {
    border: 1px solid #e4d9d0;
    border-radius: 5px
}

div.orders div, div.order div, div.order p {
    border-top: 1px solid #ededed;
    padding: 0 20px
}

div.orders div:first-child, div.order div {
    border: none
}

div.orders span, div.order span {
    display: inline-block;
    padding: 0 0 0 26px
}

div.orders span.number {
    font: 14px/44px tahoma;
    color: #653a41;
    background: url(images/orders_number.png) left center no-repeat;
    width: 345px
}

div.orders span.number a {
    font: 14px/44px tahoma;
    color: #653a41
}

div.orders span.date, div.order span.date {
    font: 12px/44px tahoma;
    color: #303030;
    background: url(images/orders_date.png) left center no-repeat;
    width: 320px
}

div.order span.date {
    width: 240px
}

div.orders span.cost, div.order span.cost {
    font: bold 12px/44px tahoma;
    color: #303030;
    background: url(images/orders_cost.png) left center no-repeat
}

.order p {
    margin: 0px
}

.order span.name {
    font: 12px/44px tahoma;
    color: #303030;
    width: 266px;
    padding: 0
}

.paid_msg {
    padding: 1px 0;
    text-align: center;
    background: #f2efec;
    border-radius: 6px;
    margin: 0 0 40px
}

.paid_msg p {
    font: bold 19px;
    color: #94867b;
    text-align: center
}

.paid_msg img {
    margin: 40px 0 15px
}

.paid_msg a.paid_msg_btn {
    display: block;
    width: 147px;
    height: 36px;
    padding: 0 0 0 40px;
    font: 14px/34px;
    color: #fff;
    text-shadow: 0 -1px 0 #7e5f5b;
    text-decoration: none;
    margin: 15px auto 25px;
    background: url(images/paid_msg_btn.png) center top no-repeat
}

.paid_msg a.paid_msg_btn:hover {
    background: url(images/paid_msg_btn.png) center bottom no-repeat
}

.sbHolder {
    display: inline-block;
    font: 13px/36px "Open Sans";
    color: #3D3D3D;
    position: relative;
    width: 223px;
    height: 36px;
    border: 1px solid #E4C9B4;
    border-radius: 5px;
    padding: 0px
}

.sbHolder:focus .sbSelector {
}

.sbSelector {
    display: block;
    height: 36px;
    outline: none;
    overflow: hidden;
    position: absolute;
    text-indent: 10px;
    top: 0;
    width: 215px;
    text-align: left
}

.sbSelector:link, .sbSelector:visited, .sbSelector:hover {
    font: 13px/36px "Open Sans";
    color: #3D3D3D;
    outline: none;
    text-decoration: none
}

.sbToggle {
    background: url(images/select_arrow.png) 0 0 no-repeat;
    display: block;
    height: 36px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0px;
    width: 16px
}

.sbToggle:hover {
    background: url(images/select_arrow.png) 0 0 no-repeat
}

.sbHolderDisabled {
    background-color: #3C3C3C;
    border: solid 1px #515151
}

.sbHolderDisabled .sbHolder {
}

.sbHolderDisabled .sbToggle {
}

.sbOptions {
    list-style: none;
    left: -1px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 30px;
    z-index: 1;
    overflow-y: auto;
    width: 223px;
    border: 1px solid #E4C9B4;
    border-radius: 5px;
    background: #fff
}

.sbOptions li {
    padding: 0
}

.sbOptions a {
    display: block;
    outline: none;
    padding: 7px 10px 7px 10px;
    text-align: left
}

.sbOptions a:link, .sbOptions a:visited {
    font: 13px/16px "Open Sans";
    color: #3D3D3D;
    text-decoration: none
}

.sbOptions a:hover,
.sbOptions a:focus,
.sbOptions a.sbFocus {
    font: 13px/16px "Open Sans";
    color: #3D3D3D;
    background: #d2d2d3
}

.sbOptions li.last a {
    border-bottom: none
}

.sbOptions .sbDisabled {
    border-bottom: dotted 1px #515151;
    color: #999;
    display: block;
    padding: 7px 0 7px 3px
}

.sbOptions .sbGroup {
    border-bottom: dotted 1px #515151;
    color: #EBB52D;
    display: block;
    font-weight: bold;
    padding: 7px 0 7px 3px
}

.sbOptions .sbSub {
    padding-left: 17px
}

.subdirecions {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
    grid-column-gap: 10px;
    grid-row-gap: 1em;
}


.subdirecions div {
    width: 202px;
    height: auto;
    margin: 0 0 10px;
}
.subdirecions div:nth-child(3n+2) {
    justify-self: center;
}

.subdirecions div:nth-child(3n+3) {
    justify-self: end;
}

@media (max-width: 920px) {
    .subdirecions {
        grid-template-columns: repeat(2, 1fr);
    }

    .subdirecions div {
        justify-self: center !important;
    }
}

@media (max-width: 500px) {
    .subdirecions {
        grid-template-columns: repeat(1, 1fr);
    }

    .subdirecions div {
        width: 202px !important;
    }
}

.subdirecions a {
    background: url(images/subdirecions.png) center top no-repeat;
    display: table-cell;
    width: 202px;
    height: 34px;
    font: 14px/14px;
    color: #fff;
    text-shadow: 0 -1px 0 #81635e;
    border: none;
    text-align: center;
    vertical-align: middle;
    background-size: 100% 80px;
    text-decoration: none;
    padding: 0 0 2px
}

.subdirecions div:hover a {
    background: url(images/subdirecions.png) center bottom no-repeat;
    background-size: 100% 80px
}

.subdirections_images {
    width: 686px;
    margin: 0 auto;
    font-size: 0;
    margin-top: 33px;
}

.subdirecions.subdirections_images div:hover a {

    background: url(images/subdirecions.png) center bottom no-repeat;
    background-size: 100% 80px
}

.subdirecions.subdirections_images div.subdirection_img a {
    background-size: 100% 100% !important;
}

.subdirecions.subdirections_images div.subdirection_img:hover a {
    background-position: center center !important;
    background-size: 100% 100% !important;
}

.subdirections_images .subdirections_container {
    margin: 0 -39px 0 0;
    width: auto;
    height: auto;
    float: none;
}

.subdirections_images .subdirection {
    width: 200px;
    height: 200px;
    display: inline-block;
    vertical-align: top;
    float: none;
    margin: 0 0 60px 0;
    position: relative;
    border: 1px solid rgb(168, 104, 92);
    border-radius: 6px;
    overflow: hidden;
}

.subdirections_images .subdirection_img a {
    background: none;
    display: block;
    width: auto;
    height: 170px;
    font-size: 0;
    color: #fff;
    text-shadow: none;
    border: none;
    text-align: center;
    vertical-align: middle;
    background-size: cover;
    text-decoration: none;
    padding: 0;
    background-position: center center;
}

.subdirections_images .subdirection_img img {
    height: 100%;
    width: 100%;
    display: block;
}

.subdirections_images .subdirection_img {
    height: 170px;
    width: 200px;
    margin: 0;
    float: none;
}

.subdirections_images .subdirection_link {
    height: 35px;
    width: 200px;
    margin: 0;
    float: none;
    position: absolute;
    bottom: 0;
}

/*
.subdirections_images .subdirections_container:hover .subdirection a {
    background: url(images/subdirecions.png) center top no-repeat;
    background-size: 100% 80px;
}

.subdirections_images .subdirections_container .subdirection:hover a {
    background: url(images/subdirecions.png) center bottom no-repeat;
    background-size: 100% 80px
}


.subdirections_images .subdirection:hover .subdirection_img a {
    background: none;
    background-size: cover;
}

.subdirections_images .subdirections_container:hover .subdirection_img a {
    background: none;
    background-size: cover;
    background-position: center center;
} */

.basket {
    margin: 0 0 40px
}

.basket table {
    width: 930px;
    margin: 0 -20px
}

.basket th {
    height: 40px;
    font: 14px;
    color: #3f3f3f;
    text-align: left
}

.basket td {
    vertical-align: middle;
    height: 85px;
    line-height: 85px;
    font: bold 14px;
    color: #3f3f3f;
    background: #f5f5f5;
    border-bottom: 1px solid #e3e3e3
}

.basket tr td:nth-child(2) {
    font: 14px
}

.basket td a {
    font: bold 14px;
    color: #3f3f3f;
    text-decoration: underline
}

.basket td a.img {
    display: block;
    margin: 0 10px
}

.basket .refresh {
    margin: 0 7px;
    position: relative;
    top: 4px
}

.basket .delete {
    position: relative;
    top: 4px
}

.basket p.summary {
    margin: 20px 0;
    text-align: right;
    font: 16px/36px tahoma;
    color: #1f1f1f
}

.basket p.summary a {
    background: url(images/add_form_submit.png) center top no-repeat;
    display: inline-block;
    width: 142px;
    height: 36px;
    font: 14px/36px;
    color: #fff;
    text-shadow: 0 -1px 0 #81635e;
    border: none;
    text-align: center;
    vertical-align: middle;
    background-size: 100% 80px;
    text-decoration: none;
    margin: 0 0 0 20px
}

.basket p.summary a:hover {
    background: url(images/add_form_submit.png) center bottom no-repeat;
    background-size: 100% 80px
}

/*.customNumber {*/
/*    position: relative;*/
/*    border: 1px solid #a9a9a9;*/
/*    border-radius: 4px;*/
/*    float: left;*/
/*    overflow: hidden*/
/*}*/

/*.customNumber > input {*/
/*    padding: 2px 2px 1px 4px;*/
/*    font-size: 30px;*/
/*    width: 41px;*/
/*    height: 21px;*/
/*    border: none;*/
/*    font: 12px;*/
/*    color: #3d3d3d*/
/*}*/

/*.customNumber > span {*/
/*    display: block;*/
/*    font-size: 0px;*/
/*    position: absolute;*/
/*    right: -1px;*/
/*    margin: 0;*/
/*    padding: 2px;*/
/*    line-height: 11px;*/
/*    width: 13px;*/
/*    border: 1px solid #a9a9a9;*/
/*    background-color: #fff;*/
/*    text-align: center;*/
/*    cursor: pointer*/
/*}*/

/*.customNumber > .plus {*/
/*    border-bottom: none;*/
/*    top: -1px;*/
/*    height: 11px;*/
/*    background: #fff url('images/checkbox.png') center 5px no-repeat*/
/*}*/

/*.customNumber > .minus {*/
/*    top: 11px;*/
/*    height: 11px;*/
/*    background: #fff url('images/checkbox1.png') center 5px no-repeat*/
/*}*/

/*.customNumber > span:hover {*/
/*    background-color: #fff*/
/*}*/

.clear {
    clear: both
}

.customCheckBox {
    height: 19px;
    display: inline-block;
    cursor: pointer;
    background-position: 0 0px;
    margin-right: 3px;
    margin-left: -2px;
    padding-left: 22px;
    margin-bottom: 5px;
    font: 0px 'Open Sans'
}

.customCheckBox.active {
    background-position: 0 -21px
}

.customCheckBox input {
    display: none
}

.catalog {
    width: 932px;
    margin: 0 0 0 -24px;
    padding-top: 2px;
}

.item {
    border: 2px solid #dedede;
    border-radius: 7px;
    width: 212px;
    float: left;
    margin: 0 0 41px 17px
}

.item:hover {
    border: 2px solid #f3bd42
}

.item_container {
    margin: 0 0 41px 17px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 212px;
    min-height: 242px;
    z-index: 2;
}

.item_container_border {
    border: 2px solid #dedede;
    display: none;
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 3;
    width: 212px;
    height: 242px;
    border-radius: 7px;
}

.item_container:hover {
    z-index: 3;
}

.item_container .item .options_dropdown, .item_container .item .item_description_dropdown {
    display: none;
    z-index: 4;
    position: relative;
}

.item_container .item .item_description_dropdown {
    padding: 0 18px 14px 18px;
    clear: both;
}

.item_container .item .options_dropdown {
    float: right;
    margin-right: 18px;
    width: 213px;
}

.item_container .item .item_description_dropdown p {
    text-align: left;
}

.item_container:nth-child(5n+3) .item .options_dropdown, .item_container:nth-child(5n+4) .item .options_dropdown {
    float: left;
    margin-left: 18px;
    margin-right: 2px;
}

.item_container:hover .item .options_dropdown {
    display: inline-block;
}

.item_container:hover .item_container_border {
    display: inline-block;
    vertical-align: top;
}

.item_container:hover .item .item_description_dropdown {
    display: block;
}

.item_container:hover .item {
    width: 445px;
}

.item_container .item .option {
    margin: 5px 0;
    border-bottom: 1px solid transparent;
    background: url(images/dotted_bg.png) repeat-x 0 13px;
    clear: both;
}

.item_container .item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    background-color: rgba(255, 255, 255, 0.949);
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 4;
}

.item_container .item .option span.value {
    max-width: 123px;
    background: transparent;
    text-align: right;
    top: -1px;
    line-height: 17px;
}

.item_container .item .option span.value_container {
    background: transparent;
    max-width: 123px;
    background: transparent;
}

.item_container .item .option span.color_changed {
    background: transparent;
    display: inline;
    background: #fff;
    padding-left: 3px;
}

.item_container .item .option span.name {
    top: 2px;
    padding-right: 3px;
}

.options_heading, .item_description_heading {
    color: #7b6352;
    font: 15px/17px;
}

.item_container:nth-child(5n+3) .item, .item_container:nth-child(5n+4) .item {
    left: initial;
    right: -2px;
}

.item_container .item .item_main {
    display: inline-block;
    vertical-align: top;
    width: 212px;
    position: relative;
    z-index: 4;
}

.item a.img {
    display: block;
    text-align: center;
    padding: 8px 0;
    height: 155px
}

.item a.img img {
    max-height: 155px;
    max-width: 170px
}

.item a.name {
    display: table-cell;
    font: 14px/16px;
    color: #734d53;
    width: 212px;
    height: 34px;
    padding: 0 15px 2px;
    text-align: center
}

.item:hover a.name {
    color: #333
}

.item a.name:hover {
    text-decoration: underline
}

.item p.notice {
    text-align: center;
    margin: 2px 0 7px;
    color: #734D53
}

.item_buy_form {
    height: 32px;
    padding: 3px 0 0 0;
    font-size: 0px
}

.item_buy_form p.notice {
    margin: -9px 0 0 0;
}

.item_buy_form span {
    display: inline-block;
    width: 87px;
    height: 26px;
    text-align: center;
    color: #685140;
    text-shadow: 0 1px 0 #fcd66b;
    font: 15px/24px;
    background: #fab900;
    border-radius: 4px;
    margin: 0 4px 0 10px
}

.item_buy_form input[type="submit"] {
    display: inline-block;
    width: 96px;
    height: 26px;
    border-radius: 4px;
    border: none;
    margin: 0 10px 0 4px;
    cursor: pointer;
    padding: 0 0 2px 20px;
    font: 14px/24px;
    color: #fff;
    text-shadow: 0 1px 0 #917968;
    background: url(images/item_buy_form_btn.png) left top no-repeat
}

.item_buy_form input[type="submit"]:hover {
    background: url(images/item_buy_form_btn.png) left bottom no-repeat
}

.filters {
    border: 2px solid #f3bd42;
    border-radius: 2px;
    width: 910px;
    margin: 0 0 20px -9px;
    position: relative;
    overflow: hidden;
    font: 16px/62px 'Tahoma';
    color: #1f1f1f;
    padding: 1px
}

.filters span.tit {
    font: bold 19px/62px;
    color: #c48a08;
    margin: 0 10px 0 20px
}

.filters input[type="submit"] {
    float: right;
    display: inline-block;
    width: 119px;
    height: 62px;
    padding: 0 25px 0 15px;
    font: 16px;
    color: #f7f7f7;
    text-shadow: 0 1px 0 #856f5f;
    border: none;
    cursor: pointer;
    background: url(images/filter_btn.png) left center no-repeat
}

.filters input[type="text"] {
    display: inline-block;
    width: 64px;
    height: 33px;
    border: 1px solid #e3c9b3;
    border-radius: 5px;
    font: 16px;
    color: #313030;
    text-align: center;
    padding: 0 10px;
    margin: 0 10px
}

.filters {
}

.filters {
}

.filter_price {
    display: block;
    width: 370px;
    position: absolute;
    margin-bottom: 5px;
    height: 50px;
    font: 16px/26px Cuprum;
    color: #fff;
    padding: 10px 0;
    margin: 3px 0px 0 0;
    top: 0px;
    left: 390px
}

.internal_filter .filter_price {
    margin: 3px 0px 0 20px
}

.filter_price > input[type="text"] {
    width: 88px;
    height: 26px;
    border: none;
    border-radius: 14px;
    margin: 0 5px;
    background: #fff;
    text-align: center
}

.filter_price .info_price {
    position: absolute;
    top: 0px;
    height: 26px
}

.index_filter .filter_price .info_price {
    position: absolute;
    top: 0px;
    height: 26px
}

.filter_price .info_price input[type="text"], .filter_price .info_price span {
    border: none;
    background: none;
    text-decoration: none;
    width: 48px;
    height: 14px;
    font: 13px/15px;
    color: #313030;
    text-align: center;
    position: absolute;
    top: 42px;
    left: 30px;
    text-align: left
}

.filter_price .info_price.price {
    left: 0px
}

.filter_price .info_price.price2 {
    right: 5px;
    width: 50px
}

.filter_price p {
    margin: -5px 0 0 0px;
    text-align: center;
    padding: 0 0 2px 0
}

.filter_price p span {
    width: 45px;
    text-align: center;
    padding: 0 0 4px 0;
    background: url(images/stick.png) center bottom no-repeat
}

.filter_price p span.min {
    float: left
}

.filter_price p span.mid {
}

.filter_price p span.max {
    float: right
}

.slider_price {
    width: 330px;
    margin: 0px 0 0 20px
}

.ui-slider {
    margin-top: 1px;
    position: relative;
    background: url(images/polzunok_fon.png) center center no-repeat;
    background-size: 100% 100%;
    height: 11px
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 1;
    width: 16px;
    height: 16px;
    background: url(images/slider.png) center center no-repeat;
    cursor: pointer
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
    border-radius: 2px
}

.ui-slider-horizontal {
    height: 11px
}

.ui-slider-horizontal .ui-slider-handle {
    top: 13px;
    margin-left: -7px
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 11px
}

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

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

.ui-widget-content {
}

.ui-widget-header {
    border: 1px solid #D4D4D4;
    background: url(images/polzunok.png) no-repeat;
    background-size: 100% 100%
}

.ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.product {
    overflow: hidden;
    padding: 5px 0 15px
}

.product_info {
    float: right;
    width: 550px
}

.product_photo {
    float: left
}

.product_buy_form {
    font: 17px;
    color: #616161
}

.product_buy_form span.price {
    font: bold 24px;
    color: #724c52
}

.product_buy_form .to_calc {
    display: inline-block;
    width: 180px;
    height: 40px;
    text-align: center;
    font: 14px/38px;
    color: #fff;
    text-shadow: 0 1px 0 #9aa060;
    background: url(images/to_calc.png) center center no-repeat;
    text-decoration: none;
    margin: 0px;
    border: none;
    float: left;
    margin-right: 20px
}

.product_buy_form .to_basket {
    display: block;
    margin-top: -3px;
    margin-right: -25px;
}

.product_buy_form .to_basket p {
    text-align: left
}

.product_buy_form .to_basket input[type="submit"] {
    display: inline-block;
    width: 162px;
    height: 40px;
    text-align: center;
    font: 14px/38px;
    color: #fff;
    text-shadow: 0 1px 0 #956052;
    background: url(images/to_basket.png) center center no-repeat;
    background-size: 100% 100%;
    text-decoration: none;
    margin: 0 10px;
    border: none;
    cursor: pointer
}

.product_buy_form .zamer {
    display: inline-block;
    width: 162px;
    height: 40px;
    text-align: center;
    font: 14px/38px;
    color: #fff;
    text-shadow: 0 1px 0 #978067;
    background: url(images/zamer.png) center center no-repeat;
    text-decoration: none;
    background-size: 100% 100%;
    margin-top: 10px;
    margin-right: 25px
}

.form_container input[type="submit"] {
    margin: 2px 10px 0 0 !important
}

.tab_content {
    display: none;
    border: 1px solid #d9cfc7;
    border-radius: 0 0 7px 7px;
    padding: 25px 20px 20px
}

.option {
    font: 14px/14px;
    color: #2e2e2e;
    border-bottom: 1px dotted #c0c0c0
}

.option span {
    display: inline-block;
    background: #fff;
    position: relative;
    top: 1px
}

.option span.name {
    font: 14px/14px;
    color: #2e2e2e
}

.option span.value {
    font: 14px/14px;
    color: #2e2e2e;
    float: right
}

.product_photo {
    width: 321px;
    float: left
}

.product_photo .big_photo {
    display: block;
    width: 319px;
    border: 1px solid #ac9684;
    border-radius: 9px
}

.product_photo .big_photo a {
    display: table-cell;
    width: 319px;
    height: 300px;
    padding: 10px 0;
    text-align: center;
    vertical-align: middle
}

.product_photo .big_photo a img {
    max-width: 300px;
    max-height: 300px
}

.more_photo {
    overflow: hidden;
    font-size: 0px;
    margin: 10px 0 0 -15px
}

.more_photo div {
    display: block;
    width: 67px;
    height: 67px;
    border: 1px solid #a0a0a0;
    border-radius: 4px;
    float: left;
    margin: 0 0 13px 15px
}

.more_photo a {
    display: table-cell;
    width: 67px;
    height: 67px;
    vertical-align: middle;
    text-align: center
}

.more_photo a img {
    max-width: 67px;
    max-height: 67px
}

.more_photo div:hover {
    border: 1px solid #ac9684
}

.product_info_more {
    padding: 5px;
    border: 1px solid #d9cfc7;
    border-radius: 8px;
    overflow: hidden;
    margin: 20px 0 0
}

.product_info_more .size {
    width: 162px;
    margin: 0 10px
}

.product_info_more .size p {
    padding: 0 10px
}

.product_info_more .size p.tit {
    display: block;
    width: 142px;
    height: 35px;
    background: #ebe5e0;
    font: 15px/35px;
    color: #6a4f33;
    text-align: center;
    margin: 0px;
    padding: 0px
}

.product_info_more .size p select {
    float: right
}

.product_info_more .filling {
    width: 389px;
    float: left;
    margin: 0 0 0 5px;
    overflow: hidden
}

.product_info_more .filling p.tit {
    display: block;
    height: 35px;
    background: #ebe5e0;
    font: 15px/35px;
    color: #6a4f33;
    text-align: left;
    margin: 0px;
    padding: 0px 20px
}

.product_info_more .filling label {
    display: block;
    float: left;
    width: 120px;
    margin: 7px 0 7px 7px;
    text-align: center;
    font: 14px;
    color: #2e2e2e
}

.product_info_more .filling label img {
    max-width: 140px;
    max-height: 109px;
    position: relative;
    left: 10px;
    cursor: pointer
}

.product_info_more .prod_art, .product_info_more .prod_profile {
    width: 260px;
    float: left;
    margin: 0 0 0 5px;
    overflow: hidden
}

.product_info_more .prod_art p.tit, .product_info_more .prod_profile p.tit {
    display: block;
    height: 35px;
    background: #ebe5e0;
    font: 15px/35px;
    color: #6a4f33;
    text-align: left;
    margin: 0px;
    padding: 0px 20px
}

.select_prod_profile, .select_prod_art {
    display: block;
    margin: 10px;
    width: 94px;
    height: 94px;
    font: 14px/94px;
    color: #6a4f33;
    border-radius: 4px;
    border: 1px solid #dcdcdc;
    text-align: center;
    float: left
}

.prod_art {
    overflow: hidden
}

.prod_art div.img {
    display: block;
    margin: 10px;
    height: 94px;
    font: 14px/94px;
    color: #6a4f33;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    text-align: center;
    float: left
}

.prod_art div.img img {
    display: block;
    height: 94px
}

.product_info_more .color {
    clear: both;
    margin: 0 5px;
    overflow: hidden
}

.product_info_more .color.sel_size {
    width: 167px;
    float: left;
    clear: none
}

.product_info_more .color p.tit {
    display: block;
    height: 35px;
    background: #ebe5e0;
    font: 15px/35px;
    color: #6a4f33;
    text-align: left;
    margin: 0px;
    padding: 0px 20px
}

.product_info_more .color label {
    display: block;
    float: left;
    width: 80px;
    margin: 10px 0 10px 7px;
    text-align: center;
    font: 12px;
    color: #3f3f3f
}

.product_info_more .color label img {
    max-width: 80px;
    max-height: 80px;
    cursor: pointer
}

.form_container {
    width: 162px;
    display: inline-block;
    text-align: center;
    height: 45px;
    vertical-align: middle;
    margin-right: 25px
}

.form_container p.notice {
    text-align: center;
    margin: 2px 0px 7px 0px;
    color: #734D53;
    display: inline-block;
    vertical-align: middle;
    height: 40px
}

.calculator_container {
    width: 920px;
    margin: 0 -15px
}

.calculator_container p, .calculator_container li {
    color: #636363
}

.calculator {
    overflow: hidden;
    background: #f2efec;
    border-radius: 5px;
    position: relative
}

.calculator p.tit {
    font: 18px/44px;
    color: #fff;
    padding: 0px;
    margin: 0px;
    background: url(images/add_form_tit_bg_responce.png) center center no-repeat;
    text-align: center;
    text-shadow: 0 1px 0 #847163;
    background-size: 100% 100%
}

.calculator .view_form {
    width: 490px;
    height: 400px;
    float: right
}

.calculator .view_form .view_form_option {
    width: 490px;
    display: none;
    padding: 1px 0
}

.calculator .view_form .view_form_option.active {
    display: block
}

.calculator .view_form .view_form_option .img {
    width: 265px;
    margin: 140px auto 0
}

.calculator .select_form {
    width: 430px;
    float: left
}

.calculator .select_form p {
    font: 14px;
    color: #917c6b;
    text-align: center
}

.calculator .select_form label {
    display: block;
    width: 197px;
    float: left;
    margin: 0 0 15px 15px;
    font: 14px;
    color: #917c6b;
    text-align: center
}

.calculator .select_form label .img {
    width: 191px;
    border: 3px solid #b09785;
    cursor: pointer
}

.calculator .select_form label .img img {
}

.calculator .select_form label {
    font: 14px;
    color: #917c6b
}

.calculator .select_form label:hover, .calculator .select_form label.active {
    color: #ac7f00
}

.calculator .select_form label:hover .img, .calculator .select_form label.active .img {
    border: 3px solid #fab900
}

.calculator .calc_slider_container {
    width: 490px;
    height: 400px;
    position: absolute;
    right: 0px;
    top: 44px
}

input.size_top, input.size_left, input.size_right {
    display: inline-block;
    width: 35px;
    height: 26px;
    border: 1px solid #d5c6c1;
    border-radius: 4px;
    font: 13px;
    color: #9e6e75;
    text-align: center
}

.calc_slider_top, .calc_slider_left, .calc_slider_right {
    display: none
}

.calc_slider_top {
    position: absolute;
    left: 133px;
    top: 54px
}

.calc_slider_left {
    position: absolute;
    left: 75px;
    top: 154px;
    width: 80px
}

.calc_slider_right {
    position: absolute;
    right: 5px;
    top: 154px;
    width: 80px
}

.calc_slider_right p {
    position: absolute;
    right: 0px;
    top: 44px
}

.calc_slider_left p {
    position: absolute;
    left: -70px;
    top: 44px
}

.calc_slider_top p {
    text-align: center
}

.calc_slider_top p {
}

.calc_slider_right .ui-slider, .calc_slider_left .ui-slider {
    background: url(images/calc_slider_left_bg.png) left top no-repeat;
    width: 10px;
    background-size: 100% 100%
}

.calc_slider_right .ui-slider .ui-slider-handle, .calc_slider_left .ui-slider .ui-slider-handle {
    background: url(images/calc_slider_left_slide.png) left top no-repeat;
    width: 18px;
    height: 18px;
    margin: 0 0 -7px -4px
}

.calc_slider_top .ui-slider .ui-slider-handle {
    background: url(images/calc_slider_left_slide.png) left top no-repeat;
    width: 18px;
    height: 18px;
    margin: -3px 0 -7px 0;
    top: 0px
}

.calc_slider_top .ui-widget-header, .calc_slider_left .ui-widget-header, .calc_slider_right .ui-widget-header {
    background: none
}

.calac_arrow {
    display: block;
    position: absolute
}

.calac_arrow.up, .calac_arrow.bottom {
    width: 19px;
    height: 11px
}

.calac_arrow.left, .calac_arrow.right {
    width: 11px;
    height: 19px
}

/**/
.calc_slider_left .calac_arrow.up {
    top: -25px;
    left: -4px
}

.calc_slider_left .calac_arrow.bottom {
    bottom: -15px;
    left: -4px
}

/***/
.calc_slider_right .calac_arrow.up {
    top: -25px;
    left: -4px
}

.calc_slider_right .calac_arrow.bottom {
    bottom: -15px;
    left: -4px
}

/***/
.calc_slider_top .calac_arrow.left {
    left: -20px;
    bottom: -4px
}

.calc_slider_top .calac_arrow.right {
    right: -30px;
    bottom: -4px
}

.search_results {
    width: 960px;
    margin: 0 0 0 -46px;
    overflow: hidden
}

.search_result_item {
    display: block;
    width: 294px;
    float: left;
    margin: 0 0 55px 26px
}

.search_result_item .search_result_item {
    display: block;
    width: auto;
    float: none;
    margin: 0
}

.search_result_item p.tit {
    display: block;
    margin: 0px;
    font: 20px/48px;
    color: #fff;
    background: url(images/result_tit.png) center top no-repeat;
    text-shadow: 0 1px 0 #6d4b4e;
    text-align: center
}

.search_result_item p {
    padding: 0 20px
}

.search_block_content {
}

.small_loading {
    display: block;
    width: 40px;
    margin: 0 auto
}

.result {
    border-radius: 0px 0px 4px 4px;
    background: #f4efec;
    padding: 1px 0 4px
}

.result p.nothing {
    font: 13px;
    color: #604f51;
    text-align: center;
    padding: 20px 0
}

.result p {
    padding: 0 10px;
    margin: 7px 0
}

.result p a {
    font: 13px;
    color: #604f51;
    display: inline-block;
    text-indent: 0.8em;
    background: url(images/result_arrow.png) left center no-repeat
}

.show_more {
    display: block;
    width: 145px;
    height: 35px;
    margin: 7px auto;
    font: 14px/34px;
    color: #664a4c;
    border-radius: 4px;
    background: #ccb8b9;
    text-shadow: 0 1px 0 #ddd0d1;
    text-align: center;
    text-decoration: none
}

.lk_nav {
    text-align: center;
    margin: 3px 0 20px
}

.lk_nav a {
    display: inline-block;
    width: 128px;
    height: 31px;
    padding: 0px 0 8px;
    text-align: center;
    font: 14px/28px;
    text-shadow: 0 1px 0 #8b5f54;
    color: #fff;
    background: url(images/lk_nav.png) center -40px no-repeat;
    text-decoration: none;
    margin: 0 10px
}

.lk_nav a:hover, .lk_nav a.lk_nav_curr {
    background: url(images/lk_nav.png) center top no-repeat
}

.lk_historys {
    width: 98%;
    margin: 0 auto 20px
}

.lk_historys_order_container {
    border: 1px solid #e4d9d0;
    border-radius: 5px
}

.lk_historys table {
    width: 100%
}

.lk_historys table td {
    padding: 0 0 0 30px;
    height: 46px;
    color: #565656;
    font: 12px/14px tahoma
}

.lk_historys_order {
    position: relative
}

.lk_historys_order a.cancel_order {
    position: absolute
}

.lk_historys_order_info table {
    background: #e5e5e5
}

.lk_historys_order_info table tr {
    border-bottom: 1px solid #ededed
}

.lk_historys_order_info table td {
    font: 12px/14px tahoma;
    color: #565656;
    padding: 0 0 0 10px
}

.lk_historys_order_number {
    font: 12px/16px tahoma;
    color: #653a41;
    display: inline-block;
    background: url(images/lk_historys_order_number.png) left 1px no-repeat;
    padding: 0 0 2px 25px;
    text-decoration: none;
    margin: 0 5px 0 0
}

.lk_historys_order_number.active {
    background: url(images/lk_historys_order_number.png) left bottom no-repeat
}

.lk_historys_order_details {
    display: none
}

.lk_historys_order_details.active {
    display: block
}

.lk_historys_order_details table {
    background: #fff
}

.lk_historys_order_details table tr {
    border-bottom: 1px solid #ededed;
    border-top: none
}

.lk_historys_order_details table td, .lk_historys_order_details table td a {
    font: 12px/14px tahoma;
    color: #565656;
    text-decoration: none
}

.lk_historys_order_details table td {
    padding: 0 0 0 10px
}

.status_paid {
    color: #308a14
}

.status_shipped {
    color: #327fdf
}

.write_review {
    display: block;
    text-align: right;
    color: #00618e !important;
    text-decoration: underline !important;
    padding: 0 20px 0 0
}

.write_review:hover {
    text-decoration: none !important
}

.repeat_order {
    display: inline-block;
    font: 12px/24px tahoma;
    color: #fff;
    border: 1px solid #9d695b;
    border-radius: 4px;
    background: #bfa698;
    padding: 0 7px;
    text-decoration: none;
    text-shadow: 0 1px 0 #9b877c
}

#roboForm {
    display: inline-block
}

.pay_order, #roboForm input[type="submit"].pay {
    display: inline-block;
    font: 12px/26px tahoma;
    color: #fff;
    border-radius: 2px;
    background: url(images/pay_order.png) center top no-repeat;
    background-size: 100% 100%;
    padding: 0 4px;
    text-decoration: none;
    width: 104px;
    text-align: center;
    border: none;
    cursor: pointer
}

#roboForm input[type="submit"].pay {
    width: 64px
}

.lk_historys_order_container span.date {
    font: 12px/44px tahoma;
    color: #303030;
    background: url('images/orders_date.png') no-repeat scroll left center transparent;
    display: inline-block;
    padding: 0px 0px 0px 26px
}

.lk_historys_order_container span.cost {
    font: bold 12px/44px tahoma;
    color: #303030;
    background: url('images/orders_cost.png') no-repeat scroll left center transparent;
    display: inline-block;
    padding: 0px 0px 0px 26px
}

.select_profile {
    padding: 20px 0 30px;
    overflow-y: auto;
    overflow-x: hidden;
    margin: 0 0 0 15px;
    max-height: 525px
}

.select_item {
    width: 120px;
    border: 1px solid #bfbfbf;
    border-radius: 5px;
    background: #fff;
    float: left;
    margin: 9px
}

.select_item span {
    display: table-cell;
    font: 14px/20px;
    color: #854c1f;
    width: 120px;
    height: 40px;
    text-align: center;
    vertical-align: middle
}

.select_item a {
    display: block;
    font: 15px/30px;
    color: #137087;
    text-decoration: none;
    text-align: center;
    height: 32px;
    border-top: 1px solid #bfbfbf
}

.select_item div.img {
    width: 120px;
    height: 80px;
    text-align: center;
    line-height: 80px
}

.select_item div.img img {
    max-width: 120px;
    max-height: 80px
}

.payment {
    padding: 20px 0 0
}

.calc_form_tit {
    color: #474747 !important;
    font: bold 15px/19px "PT Sans";
    text-align: center
}

.navigator-wrap-inner li:first-child span {
    color: #f00606;
    text-shadow: 0 1px 0 #edb9b9;
    font: bold 13px/17px "PT Sans"
}

p.addit_head {
    padding: 0px 0px 10px 0px;
    font: 15px/17px;
    color: #7b6352;
    cursor: pointer;
    display: block;
    height: 15px;
    margin: -1px 0 10px;
    background: url(images/resp_tit.png) 45px top no-repeat;
}

p.addit_head span {
    font: 15px;
    color: #7b6352;
    position: relative;
    left: 15px;
    top: -30px;
}

.addit_prods {
    border: 1px solid #d9cfc7;
    padding: 0 15px;
    border-radius: 0 0 10px 10px;
    margin: 60px 0 0;
    text-align: center;
}

.addit_prods:after {
    content: ' ';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}

.addit_prods .item {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 10px 41px 10px;

}

.addit_prods #slider1 .item {
    margin: 0 0 41px 0;
}

.add_form table col:first-child,
.otzyv_form table col:first-child {
    width: 110px;
}

.add_form table col:last-child,
.otzyv_form table col:last-child {
    width: 240px;
}

.product_info_more .color label span:last-child {
    display: block;
    float: left;
    width: 80px;
    margin: 10px 0 10px 7px;
    text-align: center;
    font: 12px;
    color: #3f3f3f;
    cursor: pointer;
}

.darvin {
    display: block;
    vertical-align: middle;
    font-size: 13px;
    line-height: normal;
    color: #444444;
    text-align: left;
    width: 190px;
    height: auto;
    margin: 0 0 0 0;
    box-sizing: border-box;
    padding: 0 0 0 37px;
    position: relative;
}

.darvin img {
    position: absolute;
    top: 0;
    left: 0;
}

.darvin a {
    display: block;
    color: inherit;
    font-size: inherit;
    text-decoration: underline;
    margin: 0;
    padding: 0;
    float: left;
}

.darvin a:hover {
    text-decoration: none;
}

/********************************************************************************************/
/* Utitilites-Grid--------------------------------------------------------------------------*/
/* адаптивна сетка                                                                          */
/* Основная сетка строится на flexbox'ах  + фолбэки на inline-block'ах                      */
/* Фолбэки цепляются по классу no-flexbox, который добавляет modernizer                     */
/********************************************************************************************/
/*==========================================================================================*/
/*  Основа  */
/*==========================================================================================*/
.grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -15px;
    margin-right: -15px;
}

.grid [class*="col-"] {
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.grid .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

/*==========================================================================================*/
/*  Генерируем классы для инлайнового варианта  */
/*==========================================================================================*/
/* геренирует сетку для разрешения $screen-prefix */
/* перебирает все разрешения $grid-screen и запускает для них  @mixin grid-sizer*/
/* геренируем инлайновую сетку */
.col-1-1 {
    width: calc(100% - 30px);
}

.col-offset-1-1 {
    margin-left: calc(100% + 15px);
}

.col-1-2 {
    width: calc(50% - 30px);
}

.col-offset-1-2 {
    margin-left: calc(50% + 15px);
}

.col-1-3 {
    width: calc(33.33333% - 30px);
}

.col-offset-1-3 {
    margin-left: calc(33.33333% + 15px);
}

.col-2-3 {
    width: calc(66.66667% - 30px);
}

.col-offset-2-3 {
    margin-left: calc(66.66667% + 15px);
}

.col-1-4 {
    width: calc(25% - 30px);
}

.col-offset-1-4 {
    margin-left: calc(25% + 15px);
}

.col-3-4 {
    width: calc(75% - 30px);
}

.col-offset-3-4 {
    margin-left: calc(75% + 15px);
}

.col-1-5 {
    width: calc(20% - 30px);
}

.col-offset-1-5 {
    margin-left: calc(20% + 15px);
}

.col-2-5 {
    width: calc(40% - 30px);
}

.col-offset-2-5 {
    margin-left: calc(40% + 15px);
}

.col-3-5 {
    width: calc(60% - 30px);
}

.col-offset-3-5 {
    margin-left: calc(60% + 15px);
}

.col-4-5 {
    width: calc(80% - 30px);
}

.col-offset-4-5 {
    margin-left: calc(80% + 15px);
}

.col-1-6 {
    width: calc(16.66667% - 30px);
}

.col-offset-1-6 {
    margin-left: calc(16.66667% + 15px);
}

.col-5-6 {
    width: calc(83.33333% - 30px);
}

.col-offset-5-6 {
    margin-left: calc(83.33333% + 15px);
}

@media (max-width: 1280px) {
    .col-xl-1-1 {
        width: calc(100% - 30px);
    }

    .col-xl-offset-1-1 {
        margin-left: calc(100% + 15px);
    }

    .col-xl-1-2 {
        width: calc(50% - 30px);
    }

    .col-xl-offset-1-2 {
        margin-left: calc(50% + 15px);
    }

    .col-xl-1-3 {
        width: calc(33.33333% - 30px);
    }

    .col-xl-offset-1-3 {
        margin-left: calc(33.33333% + 15px);
    }

    .col-xl-2-3 {
        width: calc(66.66667% - 30px);
    }

    .col-xl-offset-2-3 {
        margin-left: calc(66.66667% + 15px);
    }

    .col-xl-1-4 {
        width: calc(25% - 30px);
    }

    .col-xl-offset-1-4 {
        margin-left: calc(25% + 15px);
    }

    .col-xl-3-4 {
        width: calc(75% - 30px);
    }

    .col-xl-offset-3-4 {
        margin-left: calc(75% + 15px);
    }

    .col-xl-1-5 {
        width: calc(20% - 30px);
    }

    .col-xl-offset-1-5 {
        margin-left: calc(20% + 15px);
    }

    .col-xl-2-5 {
        width: calc(40% - 30px);
    }

    .col-xl-offset-2-5 {
        margin-left: calc(40% + 15px);
    }

    .col-xl-3-5 {
        width: calc(60% - 30px);
    }

    .col-xl-offset-3-5 {
        margin-left: calc(60% + 15px);
    }

    .col-xl-4-5 {
        width: calc(80% - 30px);
    }

    .col-xl-offset-4-5 {
        margin-left: calc(80% + 15px);
    }

    .col-xl-1-6 {
        width: calc(16.66667% - 30px);
    }

    .col-xl-offset-1-6 {
        margin-left: calc(16.66667% + 15px);
    }

    .col-xl-5-6 {
        width: calc(83.33333% - 30px);
    }

    .col-xl-offset-5-6 {
        margin-left: calc(83.33333% + 15px);
    }
}

@media (max-width: 1024px) {
    .col-lg-1-1 {
        width: calc(100% - 30px);
    }

    .col-lg-offset-1-1 {
        margin-left: calc(100% + 15px);
    }

    .col-lg-1-2 {
        width: calc(50% - 30px);
    }

    .col-lg-offset-1-2 {
        margin-left: calc(50% + 15px);
    }

    .col-lg-1-3 {
        width: calc(33.33333% - 30px);
    }

    .col-lg-offset-1-3 {
        margin-left: calc(33.33333% + 15px);
    }

    .col-lg-2-3 {
        width: calc(66.66667% - 30px);
    }

    .col-lg-offset-2-3 {
        margin-left: calc(66.66667% + 15px);
    }

    .col-lg-1-4 {
        width: calc(25% - 30px);
    }

    .col-lg-offset-1-4 {
        margin-left: calc(25% + 15px);
    }

    .col-lg-3-4 {
        width: calc(75% - 30px);
    }

    .col-lg-offset-3-4 {
        margin-left: calc(75% + 15px);
    }

    .col-lg-1-5 {
        width: calc(20% - 30px);
    }

    .col-lg-offset-1-5 {
        margin-left: calc(20% + 15px);
    }

    .col-lg-2-5 {
        width: calc(40% - 30px);
    }

    .col-lg-offset-2-5 {
        margin-left: calc(40% + 15px);
    }

    .col-lg-3-5 {
        width: calc(60% - 30px);
    }

    .col-lg-offset-3-5 {
        margin-left: calc(60% + 15px);
    }

    .col-lg-4-5 {
        width: calc(80% - 30px);
    }

    .col-lg-offset-4-5 {
        margin-left: calc(80% + 15px);
    }

    .col-lg-1-6 {
        width: calc(16.66667% - 30px);
    }

    .col-lg-offset-1-6 {
        margin-left: calc(16.66667% + 15px);
    }

    .col-lg-5-6 {
        width: calc(83.33333% - 30px);
    }

    .col-lg-offset-5-6 {
        margin-left: calc(83.33333% + 15px);
    }
}

@media (max-width: 768px) {
    .col-md-1-1 {
        width: calc(100% - 30px);
    }

    .col-md-offset-1-1 {
        margin-left: calc(100% + 15px);
    }

    .col-md-1-2 {
        width: calc(50% - 30px);
    }

    .col-md-offset-1-2 {
        margin-left: calc(50% + 15px);
    }

    .col-md-1-3 {
        width: calc(33.33333% - 30px);
    }

    .col-md-offset-1-3 {
        margin-left: calc(33.33333% + 15px);
    }

    .col-md-2-3 {
        width: calc(66.66667% - 30px);
    }

    .col-md-offset-2-3 {
        margin-left: calc(66.66667% + 15px);
    }

    .col-md-1-4 {
        width: calc(25% - 30px);
    }

    .col-md-offset-1-4 {
        margin-left: calc(25% + 15px);
    }

    .col-md-3-4 {
        width: calc(75% - 30px);
    }

    .col-md-offset-3-4 {
        margin-left: calc(75% + 15px);
    }

    .col-md-1-5 {
        width: calc(20% - 30px);
    }

    .col-md-offset-1-5 {
        margin-left: calc(20% + 15px);
    }

    .col-md-2-5 {
        width: calc(40% - 30px);
    }

    .col-md-offset-2-5 {
        margin-left: calc(40% + 15px);
    }

    .col-md-3-5 {
        width: calc(60% - 30px);
    }

    .col-md-offset-3-5 {
        margin-left: calc(60% + 15px);
    }

    .col-md-4-5 {
        width: calc(80% - 30px);
    }

    .col-md-offset-4-5 {
        margin-left: calc(80% + 15px);
    }

    .col-md-1-6 {
        width: calc(16.66667% - 30px);
    }

    .col-md-offset-1-6 {
        margin-left: calc(16.66667% + 15px);
    }

    .col-md-5-6 {
        width: calc(83.33333% - 30px);
    }

    .col-md-offset-5-6 {
        margin-left: calc(83.33333% + 15px);
    }
}

@media (max-width: 420px) {
    .col-sm-1-1 {
        width: calc(100% - 30px);
    }

    .col-sm-offset-1-1 {
        margin-left: calc(100% + 15px);
    }

    .col-sm-1-2 {
        width: calc(50% - 30px);
    }

    .col-sm-offset-1-2 {
        margin-left: calc(50% + 15px);
    }

    .col-sm-1-3 {
        width: calc(33.33333% - 30px);
    }

    .col-sm-offset-1-3 {
        margin-left: calc(33.33333% + 15px);
    }

    .col-sm-2-3 {
        width: calc(66.66667% - 30px);
    }

    .col-sm-offset-2-3 {
        margin-left: calc(66.66667% + 15px);
    }

    .col-sm-1-4 {
        width: calc(25% - 30px);
    }

    .col-sm-offset-1-4 {
        margin-left: calc(25% + 15px);
    }

    .col-sm-3-4 {
        width: calc(75% - 30px);
    }

    .col-sm-offset-3-4 {
        margin-left: calc(75% + 15px);
    }

    .col-sm-1-5 {
        width: calc(20% - 30px);
    }

    .col-sm-offset-1-5 {
        margin-left: calc(20% + 15px);
    }

    .col-sm-2-5 {
        width: calc(40% - 30px);
    }

    .col-sm-offset-2-5 {
        margin-left: calc(40% + 15px);
    }

    .col-sm-3-5 {
        width: calc(60% - 30px);
    }

    .col-sm-offset-3-5 {
        margin-left: calc(60% + 15px);
    }

    .col-sm-4-5 {
        width: calc(80% - 30px);
    }

    .col-sm-offset-4-5 {
        margin-left: calc(80% + 15px);
    }

    .col-sm-1-6 {
        width: calc(16.66667% - 30px);
    }

    .col-sm-offset-1-6 {
        margin-left: calc(16.66667% + 15px);
    }

    .col-sm-5-6 {
        width: calc(83.33333% - 30px);
    }

    .col-sm-offset-5-6 {
        margin-left: calc(83.33333% + 15px);
    }
}

@media (max-width: 320px) {
    .col-xs-1-1 {
        width: calc(100% - 30px);
    }

    .col-xs-offset-1-1 {
        margin-left: calc(100% + 15px);
    }

    .col-xs-1-2 {
        width: calc(50% - 30px);
    }

    .col-xs-offset-1-2 {
        margin-left: calc(50% + 15px);
    }

    .col-xs-1-3 {
        width: calc(33.33333% - 30px);
    }

    .col-xs-offset-1-3 {
        margin-left: calc(33.33333% + 15px);
    }

    .col-xs-2-3 {
        width: calc(66.66667% - 30px);
    }

    .col-xs-offset-2-3 {
        margin-left: calc(66.66667% + 15px);
    }

    .col-xs-1-4 {
        width: calc(25% - 30px);
    }

    .col-xs-offset-1-4 {
        margin-left: calc(25% + 15px);
    }

    .col-xs-3-4 {
        width: calc(75% - 30px);
    }

    .col-xs-offset-3-4 {
        margin-left: calc(75% + 15px);
    }

    .col-xs-1-5 {
        width: calc(20% - 30px);
    }

    .col-xs-offset-1-5 {
        margin-left: calc(20% + 15px);
    }

    .col-xs-2-5 {
        width: calc(40% - 30px);
    }

    .col-xs-offset-2-5 {
        margin-left: calc(40% + 15px);
    }

    .col-xs-3-5 {
        width: calc(60% - 30px);
    }

    .col-xs-offset-3-5 {
        margin-left: calc(60% + 15px);
    }

    .col-xs-4-5 {
        width: calc(80% - 30px);
    }

    .col-xs-offset-4-5 {
        margin-left: calc(80% + 15px);
    }

    .col-xs-1-6 {
        width: calc(16.66667% - 30px);
    }

    .col-xs-offset-1-6 {
        margin-left: calc(16.66667% + 15px);
    }

    .col-xs-5-6 {
        width: calc(83.33333% - 30px);
    }

    .col-xs-offset-5-6 {
        margin-left: calc(83.33333% + 15px);
    }
}

.confirm_check {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
}

.confirm_check [type="checkbox"] {
    display: none;
}

.confirm_check label {
    display: block;
    width: 100%;
    font-size: 13px;
    color: #90574b;
    vertical-align: middle;
    cursor: pointer;
}

.confirm_check label a {
    font-size: inherit;
    line-height: inherit;
    font-weight: inherit;
    color: #734d53;
    text-decoration: underline;
}

.confirm_check label a:hover {
    text-decoration: none;
}

.confirm_check label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    border-radius: 3px;
    box-sizing: border-box;
    background-color: white;
    margin: 0 10px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #e4c9b4;
}

.confirm_check [type="checkbox"]:checked + label:before {
    background-image: url("images/checked.png");
}

/*New Style Catalog & Menu*/

.our_plus table {
    width: 100%;
}

.main-slider-content {
    width: 100%;
}

.sliders-wrapper {
    float: right;
}

.slider_container {
    width: 100%;
    margin: -40px 0;
    position: relative;
    z-index: -1;
}

.slider_container img {
    width: 100%;
}

#main {
    border-radius: 40px 40px 0 0;
    background: #fff;
}

.main_sale, .main_our {
    padding: 80px 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
}

.main_sale-title {
    color: #321F16;
    font-family: "Inter Tight";
    font-size: 64px;
    font-weight: 700;
    line-height: 120%;
}

.main_sale-block {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.main_sale-block p {
    color: #352C28;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.main_sale-block a {
    display: inline-block;
    border-radius: 10px;
    padding: 14px;
    width: 200px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}

.main_sale-block_buttons a:first-child {
    color: #fff;
    border-radius: 10px;
    background: #BF6069;
    margin-right: 12px;
}
.main_sale-block_buttons a:first-child:hover {
    background: #A85F66;
}

.main_sale-block_buttons a:last-child {
    color: #BC737A;
    background: #FFF3F4;
}
.main_sale-block_buttons a:last-child:hover {
    background: #EDE0DC;
}

.main_our-block {
    display: flex;
    justify-content: center;
    gap: 32px;
    flex-direction: column;
}

.main_our-block_title {
    color: #321F16;
    font-size: 48px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 24px;
}

.main_our-block_item {
    display: flex;
    gap: 12px;
    align-items: start;
}

.main_our-block_item svg {
    flex-shrink: 0;
}

.main_our-block_item p {
    color: #321F16;
    font-family: "Inter Tight";
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 12px;
}

.main_our-block_item span {
    color: #352C28;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    display: block;
}

.video {
    margin: 0 15px;
    padding: 120px 0;
    border-radius: 40px;
    position: relative;
    overflow: hidden;
}

.video video {
    width: 100%;
	height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	 object-fit: cover;
}

.video:before {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: linear-gradient(0deg, rgba(32, 17, 11, 0.70) 0%, rgba(32, 17, 11, 0.70) 100%);
}

.video_content {
    color: #FFF;
    z-index: 3;
    position: relative;
    padding: 0 15px;
    display: grid;
    grid-template-columns: 660px 730px;
    gap: 80px;
    height: 636px;
}

.video_content-left_title {
    font-family: "Inter Tight";
    font-size: 48px;
    font-weight: 500;
    line-height: 52px;
    margin-bottom: 24px;
}

.video_content-left_desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 32px;
}

.video_content-left_link {
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    display: block;
    padding: 14px 24px;
    border-radius: 10px;
    background: #BF6069;
    width: fit-content;
}

.video_content-right {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-flow: row;
    justify-items: stretch;
    align-content: end;
    height: 100%;
    gap: 32px 24px;
}

.video_content-right_item-title {
    font-family: "Inter Tight";
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 8px;
}

.video_content-right_item-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
@media (max-width: 1530px) {
    .video {
        padding: 90px 0;
    }

    .video_content {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
        gap: 48px;
        height: auto;
    }

    .video_content-left_title {
        font-size: 36px;
        line-height: 42px;
    }

    .video_content-left_desc {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 24px;
    }

    .video_content-right {
        height: auto;
        align-content: center;
        gap: 24px 20px;
    }

    .video_content-right_item-title {
        font-size: 20px;
        line-height: 24px;
    }

    .video_content-right_item-desc {
        font-size: 15px;
        line-height: 20px;
    }
}
.lof-slidecontent {
    width: 100% !important;
}

.lof-slidecontent .navigator-content {
    width: 190px;
}

.lof-slidecontent ul.navigator-wrap-inner li div {
    width: 179px;
}

.lof-slidecontent ul.navigator-wrap-inner li div span {
    width: 160px;
}

.lof-slidecontent ul.navigator-wrap-inner li:hover div, .lof-slidecontent ul.navigator-wrap-inner li.active div {
    background: url(images/slider_nav_hover.png) -69px center no-repeat !important;
}

.header_main {
    background-size: 100%;
}

.lof-slidecontent .navigator-wrapper {
    width: 200px !important;
}

.side-menu * {
    box-sizing: border-box;
}

.side-menu ul {
    display: block;
    margin: 0;
    background: url("images/side-menu-bg.png") no-repeat left top, #745c50;
    background-size: 100%;
    list-style: none;
    padding: 0;
}

.side-menu ul {
    padding: 8px 0;
}

.side-menu > ul > li > a {
    /*padding: 0 0 0 10px;*/
}

.side-menu > ul li a:hover:after,
.side-menu > ul li.current > a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -18px;
    background: url('images/side-menu-hover.png') no-repeat left top;
    width: 21px;
    height: 35px;
}

.side-menu > ul li a:hover:before,
.side-menu > ul li.current > a:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 12px;
    background: #745c50;
    right: 0;
    top: 0;
}

.side-menu > ul li a:hover,
.side-menu > ul li.current > a {
    background: #9e8d84;
}

.side-menu ul li {
    display: block;
    padding: 0 0 0 10px;
}

.side-menu ul a {
    position: relative;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none;
    display: block;
    /*height: 36px;*/
    padding: 9px 12px;
}

.side-menu .menu_level_1 {
    display: none;
    background: #654d40;
    margin: 0 0 0 -10px;
}

.inner_page .without_slider:after {
    content: '';
    display: block;
    clear: both;
}

.inner_page .without_slider img {
    float: right;
}

.side-menu li.current .menu_level_1 {
    display: block;
}

.top-menu-catalog > a {
    position: relative;
    margin: 0 0 0 53px;
}

.top-menu-catalog > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 26px;
    height: 31px;
    top: 50%;
    margin-top: -15px;
    left: -38px;
    background: url("images/catalog-icon-mobile.png");
}

.hits_products {
    display: block;
    width: 100%;
}

.hits_products .catalog {
    width: auto;
    margin: 0 -48px;
}

.hits_products .item_container:nth-child(5n+5) .item {
    left: initial;
    right: -2px;
}

.hits_products .item_container:nth-child(5n+5) .item .options_dropdown,
.hits_products .item_container:nth-child(5n+5) .item .options_dropdown {
    float: left;
    margin-left: 18px;
    margin-right: 2px;
}

.social {
    display: inline-block;
    /*width: auto;*/
    height: auto;
    font-size: 0;
    line-height: 0;
    width: 247px;
    text-align: center;
}

.social > a {
    display: inline-block;
    width: 28px;
    height: 28px;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    line-height: 0;
    position: relative;
    transition: all 0.3s;
    margin: 0 13px 0 0;
}

.social > a:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    opacity: 0;
    z-index: 3;
    transition: all 0.3s;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border-radius: inherit;
}

.social > a:hover:after {
    opacity: 1;
}

.social > a:hover {
    transform: translate(0, -3px);
}

.social > a.vk:after {
    background-image: url("/images/social/vk_hover.png");
}

.social > a.fb:after {
    background-image: url("/images/social/fb_hover.png");
}

.social > a.inst:after {
    background-image: url("/images/social/inst_hover.png");
}

.social > a.gplus:after {
    background-image: url("/images/social/gplus_hover.png");
}

.social > a.ok:after {
    background-image: url("/images/social/ok_hover.png");
}

.social > a.tw:after {
    background-image: url("/images/social/tw_hover.png");
}

.counter {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
}

.counter a {
    display: inline-block;
    width: auto;
    height: auto;
    font-size: medium;
    line-height: normal;
    margin: 0;
    padding: 0;
}

.policy {
    float: none !important;
    text-align: left !important;
    margin: 0 !important;
}

.index_page .hit {
    padding-top: 20px;
}

.index_page .hit .catalog {
    width: 932px;
    margin: 0 auto 0;
    padding-top: 10px;
}


/*project form home*/
.project_form{
    border-radius: 2.5rem;
    background: var(--Button-Secondary-Beige, #F4EEEC);
    display: flex;
    width: 100%;
    padding: 7.5rem 13.125rem;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 5rem;
    position: relative;
    overflow: hidden;
    margin: 2rem 0;
}
.project_form::before{
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/images/new/formHome.png) no-repeat bottom right;
    z-index: 2;
}
.project_form::after{
    content: " ";
    border-radius: 67.5rem;
    background: var(--Button-Secondary-Light-brand-2-Hover, #F5E5DB);
    position: absolute;
    bottom: -66%;
    right: -4%;
    width: 67.5rem;
    height: 67.5rem;
    z-index: 1;
}
.project_form h2{
    color: var(--Text-Text-1, #321F16);
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    margin-bottom: 1.25rem;
}
.homeFeedback {
    max-width: 38rem;
    position: relative;
    z-index: 3;
}
.project_form .feedback-block-text-textp{
    color: var(--Text-Text-2, #352C28);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 1.5rem;
}
.project_form .add_form{
    width: auto;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
.project_form .add_form form{
    width: auto;
    margin: 0 0 0 0;
}
.project_form .add_form form .input-flex{
    width: auto;
    margin: 0 0px 1rem 0;
    display: flex;
    gap: 1rem;
}
.project_form .add_form form .input-flex input[type="text"]{
    display: inline-flex;
    height: 3.25rem;
    min-width: 16.25rem;
    padding: 0.875rem 1.25rem 0.875rem 1rem;
    align-items: center;
    gap: 0.625rem;
    flex: 1 0 0;
    width: 18.5rem;
    color: var(--Text-Text-3, #7B6D67);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
    border-radius: 10px;
    border: 1px solid var(--Borders-Border-2, #D2D6DC);
    background: var(--Background-BG-0, #FFF);
}
.project_form .add_form form textarea{
    width: 100%;
    display: flex;
    height: 8.8125rem;
    flex-direction: column;
    align-items: flex-end;
    gap: 0.375rem;
    align-self: stretch;
    resize: none;
    border-radius: 10px;
    border: 1px solid var(--Borders-Border-2, #D2D6DC);
    background: var(--Background-BG-0, #FFF);
    color: var(--Text-Text-3, #7B6D67);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}
.project_form .add_form form .confirm_check{
    margin: 1.5rem 0 0 0;
    display: flex;
    gap: 1.75rem;
}
.project_form .add_form form .checkbox {
    display: flex;
    gap: 1rem;
}
.project_form .add_form form .confirm_check label:before{
    display: none;
}
.project_form .add_form form input[type="submit"]{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.625rem;
    background: var(--Button-Main-Brand-1, #BF6069);
    color: var(--Text-Text-0, #FFF);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    margin: 0 0 0 0;
    text-shadow: none;
    width: 9rem;
    height: 3.25rem;
}
.project_form .switch {
    position: relative;
    display: inline-block;
    display: flex;
    height: 1.25rem;
    padding: 0.125rem 0.125rem 0.125rem 1.125rem;
    justify-content: flex-end;
    align-items: center;
    gap: 0.625rem;
    width: 3.4rem;
}

.project_form .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.project_form .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 0.625rem;
    background-color: #B7BECA;
    -webkit-transition: .4s;
    transition: .4s;
}
.project_form .confirm_check label a {
    text-decoration: underline;
    color: var(--Text-Link, #BC737A);
    font-family: Inter;
    font-size: 0.875rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}
.project_form .slider:before {
    position: absolute;
    content: "";
    left: 4px;
    bottom: 2px;
    -webkit-transition: .4s;
    transition: .4s;
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    background: var(--Text-Text-0, #FFF);
}

.project_form input:checked + .slider {
    border-radius: 0.625rem;
    background: var(--Button-Main-Brand-1, #BF6069);
}

.project_form input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.project_form input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.project_form .slider.round {
    border-radius: 34px;
}

.project_form .slider.round:before {
    border-radius: 0.5rem;
}
/*project form home*/


/*edition home*/
.popularCategory {
    display: flex;
    align-items: center;
    gap: 1rem;
    align-self: stretch;
    margin-bottom: 1rem;
}
.popularCategoryBlock .popularCategories .popularCategory .category {
    border-radius: 1rem;
    background: var(--Background-BG-1, #FBF7F5);
    display: flex;
    height: 19rem;
    padding: 1.5rem;
    align-items: flex-start;
    gap: 3.3125rem;
    flex: 1 0 0;
    position: relative;
    overflow: hidden;
}
.popularCategoryBlock .popularCategories .popularCategory .category.bigCategory {
    flex: 1 1 36%;
}
.popularCategoryBlock .popularCategories .popularCategory .category .link {
    display: block;
}
.popularCategoryBlock .popularCategories .popularCategory .category .link .name {
    color: var(--Text-Text-1, #321F16);
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
}
.popularCategoryBlock .popularCategories .popularCategory .category .link .count {
    color: var(--Text-Text-3, #7B6D67);
    font-size: 0.9375rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
}
.popularCategoryBlock .popularCategories .popularCategory .category .link .image {

}
.popularCategoryBlock .popularCategories .popularCategory .category .link .image img {
    position: absolute;
    left: 0;
    border-radius: 1rem;
    bottom: 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.popularCategoryBlock .popularCategories .popularCategory .category:nth-child(3) .image img {
    right: 0;
    left: auto;
}
.popularCategoryBlock .popularCategories .popularCategory .category.bigCategory .image img {
    right: 0;
    left: auto;
}
.popularCategoryBlock{
    margin: 3rem 0;
}
.popularCategoryBlockTitle{
    color: var(--Text-Text-1, #321F16);
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    margin-bottom: 3rem;
}
/*edition home*/

/*hit home*/
.hitHome{

}
.hitHome h2{
    color: var(--Text-Text-1, #321F16);
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    margin-bottom: 3rem;
    margin-top: 7.5rem;
}
.hitHome h2 a{
    color: var(--Text-Link, #BC737A);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
}
 .hitHome .catalog-block-right-basket .catalog-block-right-basket-lock {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
     width: auto;
     margin: 0;
     padding: 0;
}
 .hitHome .catalog-block-right-basket .catalog-block-right-basket-lock .home_item_container {
    display: flex;
    width: 15rem;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.25rem;
}
 .hitHome .catalog-block-right-basket .catalog-block-right-basket-lock .home_item_container .home_item {
    width: 100%;
}
 .hitHome .catalog-block-right-basket .catalog-block-right-basket-lock .home_item_container .home_item .home_item_main .img {
    display: block;
    margin-bottom: 1.25rem;
    height: 21.25rem;
}
 .hitHome .catalog-block-right-basket .catalog-block-right-basket-lock .home_item_container .home_item .home_item_main .img img {
    border-radius: 1rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    align-self: stretch;
    height: 100%;
    width: 100%;
}
 .hitHome .catalog-block-right-basket .catalog-block-right-basket-lock .home_item_container .home_item .home_item_main .name {
    color: var(--Text-Text-1, #321F16);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    margin-bottom: 3.3rem;
    height: 3rem;
    display: block;
}
 .hitHome .catalog-block-right-basket .catalog-block-right-basket-lock .home_item_container .home_item .home_item_main .home_item_buy_form span {
    color: var(--Text-Text-1, #321F16);
    font-family: "Inter Tight";
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.75rem;
    margin-bottom: 1rem;
    display: block;
}
 .hitHome .catalog-block-right-basket .catalog-block-right-basket-lock .home_item_container .home_item .home_item_main .home_item_buy_form input {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    flex: 1 0 0;
    border-radius: 0.625rem;
    background: var(--Button-Main-Brand-1, #BF6069);
    color: var(--Text-Text-0, #FFF);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    -webkit-transition: all 0.3s ease-in 0s;
    -moz-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    border: none;
    width: 100%;
    height: 3.25rem;
}
 .hitHome .catalog-block-right-basket .catalog-block-right-basket-lock .home_item_container .home_item .home_item_main .home_item_buy_form input:hover {
    border-radius: 0.625rem;
    background: var(--Button-Main-Brand-1-Hover, #A85F66);
}
 .hitHome .catalog-block-right-basket .catalog-block-right-basket-lock .home_item_container .home_item .home_item_main .home_item_buy_form .notice {
    color: var(--Text-Text-1, #321F16);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
}
 .hitHome .catalog-block-right-basket .catalog-block-right-basket-lock .home_item_container .home_item .home_item_main .home_item_buy_form .notice a {
    color: var(--Text-Text-1, #321F16);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.375rem;
    text-decoration: underline;
}
/*hit home*/

/*reviewHome*/
.homeReview{ margin: 40px 0;}
.homeReview h2 {
    color: var(--Text-Text-1, #321F16);
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    margin-bottom: 3rem;
    margin-top: 7.5rem;}
.homeReview h2 svg {
    margin: 0 7px 0 0;
}
.homeReview h2 a {
    color: var(--Text-Link, #BC737A);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    margin: 0 0 0 15px;
    letter-spacing: 1px;
}
.homeReview .responces div.responce {
    margin: 20px;
    max-width: 400px;
}

/*reviewHome*/
/*saleHome home*/
.saleHome {

}

.saleHome h2 {
    color: var(--Text-Text-1, #321F16);
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    margin-bottom: 3rem;
    margin-top: 7.5rem;
}
.saleHome h2 svg {
    margin: 0 7px 0 0;
}
.saleHome h2 a {
    color: var(--Text-Link, #BC737A);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    margin: 0 0 0 15px;
    letter-spacing: 1px;
}

.saleHome .sales {
    display: flex;
    gap: 3rem;
    align-self: stretch;
    flex-wrap: wrap;
}

.saleHome .sales .sale {
    padding: 1.5rem;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 1.5rem;
    background: var(--Background-BG-1, #FBF7F5);
    display: flex;
    gap: 1rem;
}
.saleHome .sales .sale.first {
    width: 33.75rem;
    padding: 1.4rem;
    gap: 0;
}
.saleHome .sales .sales-next {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    flex: 1 0 0;
}
.saleHome .sales .sale.next {
    width: 27rem;
    height: 15.5rem;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.saleHome .sales .sale.next .title {
    max-width: 11rem;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.75rem;
}

.saleHome .sales .sale .title {
    color: var(--Text-Text-1, #321F16);
    font-size: 1.9rem;
    font-style: normal;
    font-weight: 600;
    line-height: 2.5rem;
    margin: 0.6rem 0 1.2rem 0;
}
.saleHome .sales .sale .arrow {
    position: absolute;
    bottom: 10px;
}

.saleHome .sales .sale .title a {
    text-decoration: none;
    color: var(--Text-Text-1, #321F16);
}

.saleHome .sales .sale .link {
    display: flex;
    padding: 0.875rem 1.5rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    color: var(--Text-Text-0, #FFF);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    border-radius: 0.625rem;
    background: var(--Button-Main-Brand-1, #BF6069);
    margin: 0 0 2.5rem 0;
}

.saleHome .sales .sale .arrow {
    width: 3.25rem;
    height: 3.25rem;
    text-decoration: none;
    display: flex;
    padding: 0.875rem;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
    border-radius: 0.625rem;
    background: var(--Button-Main-Brand-1, #BF6069);
}

.saleHome .sales .sale .text {
    color: var(--Text-Text-2, #352C28);
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 2rem 0;
}

.saleHome .sales .sale .image {
    width: 100%;
}
.saleHome .sales .sale .image img {
    /*width: 100%;*/
    display: block;
    /*height: 100%;*/
}
.saleHome .sales .sale.next .image {
    width: 100%;
    max-width: 227px;
}
.saleHome .sales .sale.next .image img {
    width: 81%;
    display: block;
    height: 100%;
}
/*saleHome home*/

/*saleHome home*/
/*saleHome home*/
.galeryHome {

}

.galeryHome h2 {
    color: var(--Text-Text-1, #321F16);
    font-size: 3rem;
    font-style: normal;
    font-weight: 500;
    line-height: 3.25rem;
    margin-bottom: 3rem;
    margin-top: 7.5rem;
}
.galeryHome h2 a {
    color: var(--Text-Link, #BC737A);
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    margin: 0 0 0 15px;
    letter-spacing: 1px;
}
.galeryHome{}
.galeries{

}
.galeries .image{
    display: block;
    height: 30rem;
    overflow: hidden;
    margin-right: 5px;
}
.galeries  .image.slick-slide.slick-current.slick-center img{
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.galeries .image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;

}
/*saleHome home*/

/*window*/
#window{
    background: white;
    padding: 12px;
}
#window .window_scroll{}
#window .window_scroll .wind_head {
    color: black;
    font-size: 1.5rem;
}
#window .window_scroll p{
    font-size: 12px;
}
#window .window_scroll .add_form form{
    width: 100%;
}
#window .window_scroll .add_form.call{}
#window .window_scroll .add_form.call td{
    display: block;
    text-align: left;
    width: 100%;
}
#window .window_scroll .labelTitle {
    color: var(--Text-Text-3, #7B6D67);
    font-size: 0.8125rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.25rem;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
#window .window_scroll .confirm_check {
    margin: 10px 0 10px 0;
}
#window .window_scroll .add_form input[type="text"], #window .window_scroll .add_form input[type="email"], #window .window_scroll .add_form input[type="password"] {
    width: 97%;
    border-radius: 0.625rem;
    border: 2px solid var(--Borders-Border-Brand, #AE8C76);
    background: var(--Borders-Border-0, #FFF);
    display: flex;
    height: 3.25rem;
    align-items: center;
    align-self: stretch;
}
#window .window_scroll .add_form input[type="submit"]{
    color: #fff;
    background: #BF6069;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    width: 200px;
    text-align: center;
    border-radius: 10px;
    height: 44px;
    padding: 0;
    transition: 0.3s;
    outline: none;
    border: none;
    margin-top: 2rem;
}
#window .window_scroll .add_form input[type="submit"]:hover{
    background: #A85F66;
}
/*window*/