@font-face {
    font-family: 'Arimo';
    src: url(/fonts/Arimo.eot?8brtfx);
    src: url(/fonts/Arimo.eot?8brtfx#iefix) format("embedded-opentype"), url(/fonts/Arimo.ttf?8brtfx) format("truetype"), url(/fonts/Arimo.woff?8brtfx) format("woff"), url(/fonts/Arimo.svg?8brtfx#Arimo) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Arimo-Bold';
    src: url(/fonts/Arimo-Bold.eot?8brtfx);
    src: url(/fonts/Arimo-Bold.eot?8brtfx#iefix) format("embedded-opentype"), url(/fonts/Arimo-Bold.ttf?8brtfx) format("truetype"), url(/fonts/Arimo-Bold.woff?8brtfx) format("woff"), url(/fonts/Arimo-Bold.svg?8brtfx#Arimo-Bold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy-ExtraBold';
    src: url(/fonts/Gilroy-ExtraBold.eot?8brtfx);
    src: url(/fonts/Gilroy-ExtraBold.eot?8brtfx#iefix) format("embedded-opentype"), url(/fonts/Gilroy-ExtraBold.ttf?8brtfx) format("truetype"), url(/fonts/Gilroy-ExtraBold.woff?8brtfx) format("woff"), url(/fonts/Gilroy-ExtraBold.svg?8brtfx#Gilroy-ExtraBold) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'Fregat';
    src: local('Fregat'), url(/fonts/font_components/Fregat.woff2) format('woff2'), url(/fonts/font_components/Fregat.woff) format('woff'), url(/fonts/font_components/Fregat.ttf) format('truetype');
    src: local('Fregat'), url(/fonts/font_components/fregat/Fregat.woff2) format('woff2'), url(/fonts/font_components/Fregat.woff) format('woff'), url(/fonts/font_components/Fregat.ttf) format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Fregat';
    src: local('Fregat Italic'), local('Fregat-Italic'), url(/fonts/font_components/Fregatitalic.woff2) format('woff2'), url(/fonts/font_components/Fregatitalic.woff) format('woff'), url(/fonts/font_components/Fregatitalic.ttf) format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold'), local('Fregat-Bold'), url(/fonts/font_components/fregatbold.woff2) format('woff2'), url(/fonts/font_components/fregatbold.woff) format('woff'), url(/fonts/font_components/fregatbold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Fregat';
    src: local('Fregat Bold Italic'), local('Fregat-BoldItalic'), url('/fonts/font_components/fregatbolditalic.woff2') format('woff2'), url('/fonts/font_components/fregatbolditalic.woff') format('woff'), url('/fonts/font_components/fregatbolditalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}



html {
    color: #252525;
    font-size: 1em;
    line-height: 1.4;
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    display: flex;
    flex-direction: column;
    margin: 0
}

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

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

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: middle
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

i, em {
    font-style: italic
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    /*max-width: 100%;*/
    max-width: 130%;
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

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

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0
}

legend {
    border: 0;
    padding: 0
}

textarea {
    resize: none;
    overflow: auto
}

optgroup {
    font-weight: 700
}

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

td, th {
    padding: 0
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

html {
    height: 100%
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.3;
    font-weight: 700;
    padding: 45px 0 10px 0;
    margin: 0;
    color: #252525;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
}

h1 {
    font-size: 28px;
    position: relative;
}

h2 {
    font-size: 24px;
    margin-bottom: 20px;
}

h3 {
    font-size: 18px
}

h4 {
    font-size: 16px
}

h5, h6 {
    font-size: 14px
}

h1.with_margin {
    margin-bottom: 25px;
}

h1 .pull-right {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 23px;
    text-decoration: underline;
    text-transform: none;
    font-family: 'Arimo-Bold';
}

h1 .pull-right:hover {
    text-decoration: none;
}

p {
    margin: 0 0 15px
}

ul, ol {
    margin: 0;
    padding: 0
}

img:not(['.image_box img']) {
    display: inline-block
}

u {
    text-decoration: underline
}

a {
    color: #09c;
    text-decoration: none;
    outline: none
}

a:hover {
    text-decoration: none
}

body {
    width: auto;
    min-width: 780px;
    min-height: 100%;
    height: 100%;
    font-family: 'Arimo', sans-serif;
    font-size: 16px;
    color: #434343;
}

body.fixed_left {
    padding-left: 60px;
}

body.isMobile {
    min-width: auto;
    padding-top: 50px;
    padding-left: 0;
}

body.no_scroll {
    overflow: hidden
}

.aligner {
    margin: 0 auto;
    padding: 0 10px;
}

.aligner.no_padding {
    padding: 0;
}

.table {
    width: 100%;
    display: table
}

.table.auto {
    width: auto;
}

.table.layout_fixed {
    table-layout: fixed;
}

.table .table {
    table-layout: auto;
}

.table_cell {
    display: table-cell;
    vertical-align: top;
}

.table_cell.valign {
    vertical-align: middle
}

.table_row {
    display: table-row
}

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

.align-right {
    text-align: right;
}

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

.clearfix:before, .clearfix:after {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

blockquote {
    margin: 0 0 30px 0;
    padding-left: 60px;
    border-left: 3px solid #e3e3e3;
}

#mobile_header {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 110;
    background: #f6e9dd;
}

#mobile_header a {
    height: 100%;
    position: absolute;
    top: 0;
}

#mobile_header a.show_menu {
    width: 50px;
    left: 0px;
    background: #d22f33;
}

#mobile_header a.show_menu span {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: url('/img/list-menu-gold.svg') no-repeat scroll center center #74461d;
    background-size: 25px auto;
}

#mobile_header a.logo {
    left: 100px;
    right: 100px;
    background: url('/img/logo_phone2.png') no-repeat scroll center center;
}

#mobile_header a.auth,
#mobile_header a.show_auth {
    width: 50px;
    right: 0;
    background: url('/img/avatar-gold.svg') no-repeat scroll center 12px;
    background-size: auto 20px;
}

#mobile_header a.cart {
    width: 50px;
    right: 50px;
    background: url('/img/cart_header_icon.png') no-repeat scroll center 12px;
}

#mobile_header a.show_search {
    width: 50px;
    left: 50px;
    background: url('/img/magnifying-glass-gold.svg') no-repeat scroll center center;
    background-size: auto 20px;
}

#show_search .form_box .input input {
    padding-right: 110px;
    background: #fff;
}

#show_search .form_box .submit {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#show_search .form_box {
    margin: 0 10px;
}

.mobile_popup_box {
    width: 100%;
    overflow: hidden;
    position: fixed;
    top: 0px;
    left: -100%;
    z-index: 200;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #3f2812;
}

.mobile_popup_box.opened {
    left: 0;
}

.mobile_popup_box .title_box {
    line-height: 50px;
    font-size: 18px;
    padding: 0 55px 0 15px;
    color: #d3beab;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
    position: relative;
    background: #74461d;
}

.mobile_popup_box .title_box .closePopup {
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background: url('/img/close_popup_mobile.svg') no-repeat scroll center center;
    background-size: 25px;
}

.mobile_popup_box .container {
    overflow: auto;
    position: absolute;
    top: 50px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #3f2812;
}

.mobile_popup_box .container .item a {
    display: block;
    font-size: 18px;
    color: #d3beab;
    padding: 15px;
    margin: 0 10px;
    border-bottom: 1px solid #58381a;
    font-family: 'Gilroy-ExtraBold';
}

.mobile_popup_box .container .item:last-child a {
    border: 0;
}

header {
    flex: 0 0 auto;
    position: relative;
    z-index: 50;
}

#search_form {
    position: absolute;
    top: -100%;
    left: 60px;
    right: 0;
    z-index: 60;
    padding: 60px 27px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: #f5eae0;
}

#search_form.opened {
    top: 0;
}

#search_form .form_box {
    max-width: 700px;
    margin: 0 auto;
    padding-right: 120px;
    position: relative;
}

#search_form .form_box .input {
    margin: 0;
}

#search_form .form_box .submit {
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

#search_form .closePopupBlock {
    top: 15px;
}

.btn_box {
    margin-top: 20px
}

.btn {
    min-height: 48px;
    line-height: 48px;
    display: inline-block;
    color: #915e31;
    border: 0;
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
    border: 1px solid #905e35;
    background: none;
}

.btn.full {
    color: #fff;
    background: #905e35;
}

.btn.full:hover {
    color: #d97a2b;
    background: transparent;
}

.btn.l_b:hover,
.btn:hover {
    color: #d97a2b;
    border: 1px solid #d97a2b;
}

.btn.btn_block {
    width: 100%;
    display: block
}

.btn.white {
    color: #fff;
    border: 1px solid #fff;
}

.btn.white:hover {
    color: #d97a2b;
    background: #fff;
}

.btn.black {
    color: #402810;
    border: 1px solid #3f2812;
}

.btn.black:hover {
    color: #fff;
    background: #3f2812;
}

.btn.l_b {
    color: #f2dfcc;
    border: 1px solid #f2dfcc;
}

.btn .icon {
    width: 17px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
}

.btn .icon.arr_right {
    margin-top: -4px;
    background: url('/img/right-direction-white.svg') no-repeat scroll center center;
    background-size: 100% auto;
}

.btn:hover .icon.arr_right {
    background: url('/img/right-direction-gold.svg') no-repeat scroll center center;
    background-size: 100% auto;
}

.btn .icon.arr_left {
    margin-left: 0;
    margin-right: 8px;
    margin-top: -4px;
    background: url('/img/left-direction-404.svg') no-repeat scroll center center;
    background-size: auto 65px;
}

.btn.white .icon.arr_left {
    background: url('/img/left-direction-white.svg') no-repeat scroll center center;
    background-size: auto 65px;
}

.btn:hover .icon.arr_left {
    background: url('/img/left-direction-gold.svg') no-repeat scroll center center;
    background-size: auto 65px;
}

.btn .icon.icon_cart {
    width: 19px;
    margin: -7px 8px 0 0;
    background: url('/img/shopping-cart2-brown.svg') no-repeat scroll center center;
    background-size: 100% auto;
}

.btn.full .icon.icon_cart {
    background: url('/img/shopping-cart2-white.svg') no-repeat scroll center center;
    background-size: 100% auto;
}

.btn:hover .icon.icon_cart {
    margin: -7px 8px 0 0;
    background: url('/img/shopping-cart2-gold.svg') no-repeat scroll center center;
    background-size: 100% auto;
}

.order-total-buttons {
    margin-top: 50px;
}

::-webkit-input-placeholder
::-webkit-textarea-placeholder, {
    color: #909090;
    font-family: 'Arimo', sans-serif;
}

:-moz-placeholder {
    color: #909090;
    font-family: 'Arimo', sans-serif;
}

::-moz-placeholder {
    color: #909090;
    font-family: 'Arimo', sans-serif;
}

:-ms-input-placeholder
::-ms-textarea-placeholder, {
    color: #909090;
    font-family: 'Arimo', sans-serif;
}

.my_radio,
.my_checkbox {
    width: 20px;
    height: 20px;
    margin-right: 3px;
    position: absolute;
    top: 2px;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 10
}

.my_radio + .my_radio_icon {
    width: 18px;
    height: 18px;
    display: inline-block;
    -o-transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    outline: none !important;
    position: absolute;
    top: 4px;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #e7dfca;
}

.my_radio:checked + .my_radio_icon {
    border: 2px solid #d97a2b;
}

.my_radio:checked + .my_radio_icon::before {
    width: 8px;
    height: 8px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -4px 0 0 -4px;
    content: '';
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #d97a2b;
}

.my_radio.none + .my_radio_icon {
    display: none;
}

.my_checkbox + .my_checkbox_icon {
    width: 17px;
    height: 17px;
    display: inline-block;
    outline: none !important;
    position: absolute;
    top: 1px;
    left: 0;
    border: 2px solid #905e35;
}

.my_checkbox:checked + .my_checkbox_icon {
    background: url(/img/checkbox_active.png) no-repeat scroll center center;
}

.hidden {
    display: none;
}

.checkbox_box,
.radio_box {
    padding-left: 25px;
    position: relative;
}

.form_box {
    position: relative
}

.form_box .inp,
.form_box select,
.form_box .txt {
    width: 100%;
    height: 50px;
    display: block;
    padding: 12px 5px;
    outline: none;
    font-size: 16px;
    color: #151515;
    border: 1px solid #e8e8e8;
    background: none;
}

.form_box .txt {
    height: 185px;
}

.form_box .input,
.form_box .textarea {
    margin-top: 20px;
    position: relative;
}

.form_box .input.has_error input,
.form_box .textarea.has_error textarea {
    border: 1px solid red;
    background: rgba(255, 0, 0, .04);
}

.form_box .submit {
    margin-top: 20px;
}

.form_box .submit a {
    color: #252525;
    margin-left: 20px;
}

.form_box .submit a.btn {
    color: #915e31;
}

.form_box .submit a.btn:hover {
    color: #d97a2b;
}

.form_box .with_icon .inp,
.form_box .with_icon .txt {
    padding-left: 50px;
    position: relative;
}

.form_box .with_icon::before {
    width: 50px;
    height: 50px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.form_box .with_icon.username::before {
    background: url(/img/avatar-gold.svg) no-repeat scroll 17px 14px;
    background-size: auto 20px;
}

.form_box .with_icon.phone::before {
    background: url(/img/phone.svg) no-repeat scroll 17px 14px;
    background-size: auto 20px;
}

.form_box .with_icon.email::before {
    background: url(/img/email-gold.svg) no-repeat scroll 17px 14px;
    background-size: auto 20px;
}

.form_box .with_icon.message::before {
    background: url(/img/blank-squared-bubble-gold.svg) no-repeat scroll 17px 13px;
    background-size: auto 700px;
}

.form_box .with_icon.password::before {
    background: url(/img/password.svg) no-repeat scroll 17px 14px;
    background-size: auto 20px;
}

.form_box .with_icon.search::before {
    background: url(/img/magnifying-glass-gold.svg) no-repeat scroll center center;
    background-size: auto 20px;
}

.light_brown .form_box .inp,
.light_brown .form_box .txt {
    border: 0;
    background: #fff;
}

.form_box .checkout_page .item {
    border-top: 1px solid #ebe6d9;
}

.form_box .checkout_page .step_box .item:nth-child(1) {
    border: 0;
}

.form_box .checkout_page label {
    position: relative;
    display: block;
    padding: 2px 0 0 30px;
}

.form_box .checkout_page .heading {
    font-size: 16px;
    color: #454545;
    margin-bottom: 10px;
    font-family: 'Arimo-Bold';
}

.form_box .checkout_page .heading .form-price {
    float: right;
}

.form_box .checkout_page .text {
    font-size: 14px;
    color: #402810;
    line-height: 25px;
}

.form_box .checkout_page .payments_methods {
    margin-top: 40px;
    border-top: 1px solid #ebe6d9;
}

.login_page .form_box {
    max-width: 700px;
}

.alert {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 4px
}

.alert ul {
    margin: 5px 0 0 20px;
}

.alert-success {
    color: #4fc55b;
    background-color: #e8f8ea;
    border-color: #9cdea2
}

.alert-danger {
    color: #d57171;
    background-color: #faefef;
    border-color: #ecc0c0
}

.error_message {
    color: red;
    font-style: italic;
    margin-top: 2px;
    display: block;
    font-size: 14px
}

.align_right {
    text-align: right
}

.select_box {
    width: 100%;
    display: block;
    vertical-align: top;
    position: relative;
    font-size: 15px;
    color: #252525;
    z-index: 50;
    cursor: pointer;
    background: #fff;
}

.select_box.inline_block {
    width: auto;
    display: inline-block;
}

.select_box .title_select {
    min-width: 150px;
    text-align: left;
    overflow: hidden;
    display: block;
    font-size: 15px;
    color: #252525;
    padding: 0 25px 0 5px;
    position: relative;
    cursor: pointer;
    word-wrap: break-word;
    white-space: nowrap;
}

header.header .info_box .phones .arr,
.select_box .arr {
    width: 25px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    background: url('/img/angle-arrow-pointing-to-down-brown.svg') no-repeat scroll center -9px;
    background-size: auto 38px;
}

header.header .info_box .phones .arr {
    cursor: pointer;
    background-position: 0 0;
    background-size: auto 48px;
}

.select_box .drop {
    display: none;
    max-height: 295px;
    overflow: auto;
    position: absolute;
    text-align: left;
    padding: 3px 0 10px 0;
    font-size: 15px;
    top: 100%;
    left: -10px;
    right: -10px;
    border: 1px solid #ebe6d9;
    border-top: 0;
    background: #fff;
}

.select_box.active::before {
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    content: '';
    border: 1px solid #ebe6d9;
    border-bottom: 0;
    z-index: -1;
    background: #fff;
}

.select_box.active .drop {
    display: block
}

.select_box .drop a {
    display: block;
    padding: 2px 16px;
    color: #252525;
}

.select_box.active .title_select {
    color: #db7a1b;
}

.select_box .drop a.active,
.select_box .drop a:hover {
    color: #db7a1b;
}

.select_box .drop span {
    display: block;
    padding: 10px 0;
    border-top: 1px solid #e6e6e6;
}

.select_box .drop a:last-child span {
    padding: 10px 0;
}

header.header {
    margin-bottom: -25px;
}

header.header .aligner {
    padding-top: 50px;
}

header.header .table_cell {
    width: 50%;
}

header.header .table_cell .table_cell {
    width: auto;
}

header.header .logo_box {
    /*width: 220px;*/
}

header.header .logo_box a {
    margin-right: 0 !important;
    width: 220px;
    height: 161px;
    display: block;
    line-height: normal;
    /*background: url('/img/logo.png') no-repeat scroll center 0;*/
}

header.header .info_box {
    padding: 10px 20px 0 30px;
}

header.header .shop_box {
    /*padding: 10px 30px 0 20px;*/
    /*padding-right: 3rem !important;*/
}

header.header .info_box .item:first-child,
header.header .shop_box .item:first-child {
    margin-bottom: 17px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ebe6d9;
}

header.header .info_box .item:first-child a,
header.header .shop_box .item:first-child a {
    color: #454545;
    font-size: 13px;
    line-height: 32px;
    display: inline-block;
}

header.header .email a,
header.header .info_box .phones a {
    color: #252525;
    font-size: 17px;
    font-family: 'Gilroy-ExtraBold';
    line-height: normal;
}

header.header .info_box .phones.has_drop .phones_content {
    display: inline-block;
    padding-right: 30px;
    position: relative;
    background: #fff;
}

header.header .info_box .phones .phones_content.opened div {
    display: block;
}

header.header .info_box .phones.has_drop .phones_content.opened::before {
    padding: 10px;
    content: '';
    position: absolute;
    top: -10px;
    right: -10px;
    bottom: -10px;
    left: -10px;
    z-index: -1;
    border: 1px solid #ebe6da;
    background: #fff;
}

header.header .info_box .phones.has_drop .phones_content.opened .arr {
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg);
    background-position: -8px 58px;
}

header.header .info_box .phones .phones_content div {
    margin-bottom: 5px;
    display: none;
}

header.header .info_box .phones .phones_content div:nth-child(1),
header.header .info_box .phones .phones_content div:nth-child(2) {
    display: block;
}

header.header .info_box .phones .phones_content div:last-child {
    margin: 0;
}

header.header .title {

    font-family: Fregat_bold, sans-serif;
    color: #909090;
    font-size: 15px;
    margin-bottom: 3px;
}

header.header .shop_box .email {
    padding: 0 0 0 5%;
}

header.header .shop_box .item:first-child {
    text-align: right;
}

header.header .shop_box .auth,
header.header .shop_box .cart,
header.header .shop_box .search {
    display: inline-block;
    vertical-align: top;
    /*border-left: 1px solid #ebe6d9;*/
    /*border-right: 1px solid #ebe6d9;*/
}

header.header .shop_box .auth {
    border: 0;
}

header.header .info_box .langs,
header.header .info_box .social a {
    border-left: 1px solid #ebe6d9;
    padding: 0 15px 0 40px;
}

header.header .info_box .social a {
    height: 32px;
    vertical-align: top;
}

header.header .info_box .social a:first-child {
    border: 0;
    padding: 0 15px 0 35px;
}

header.header .info_box .social a.facebook {
    background: url('/img/facebook-logo-gold.svg') no-repeat scroll 7px 4px;
    background-size: auto 20px;
}

header.header .info_box .social a.insta {
    background: url('/img/instagram-logo-gold.svg') no-repeat scroll 14px 5px;
    background-size: auto 20px;
}

header.header .info_box .langs {
    background: url('/img/worldwide-gold.svg') no-repeat scroll 14px 5px;
    background-size: auto 20px;
}

header.header .info_box .langs a {
    padding: 0 3px;
}

header.header .info_box .langs a.active {
    color: #915e31;
}

header.header .info_box .langs .select_box {
    display: none;
}

header.header .info_box .langs .select_box .title_select {
    font-size: 13px;
}

header.header .info_box .langs .select_box a {
    display: block;
    padding: 2px 16px;
    line-height: 20px;
}

header.header .shop_box .auth .select_box,
header.header .shop_box .auth a {
    display: inline-block;
    /*padding: 0 15px 0 45px;*/
    padding: 0 0px 0 45px;
    background: url('/img/avatar-gold.svg') no-repeat scroll 17px 5px;
    background-size: auto 20px;
}

header.header .shop_box .auth .select_box .title_select {
    font-size: 13px;
    line-height: 32px;
}

header.header .shop_box .auth .select_box .arr {
    background-position: center -3px;
}

header.header .shop_box .auth .select_box a {
    display: block;
    padding: 5px 15px;
    line-height: normal;
    background: none;
}

header.header .shop_box .auth .select_box a:hover {
    color: #db7a1b;
}

header.header .shop_box .auth .select_box.active::before {
    top: -4px;
    right: -5px;
    bottom: -10px;
    left: 3px;
    background: none;
}

header.header .shop_box .auth .select_box .drop {
    left: 3px;
    right: -5px;
}

header.header .shop_box .cart a {
    height: 30px;
    vertical-align: top;
    display: inline-block;
    position: relative;
    /*padding: 0 15px 0 45px;*/
    padding: 0 0 0 45px;
    background: url('/img/cart_header_icon.png') no-repeat scroll 15px 5px;
}

#mobile_header a.cart .count,
header.header .shop_box .cart a i {
    width: 20px;
    text-align: center;
    display: none;
    color: #fff;
    line-height: 20px;
    font-style: normal;
    position: absolute;
    top: -3px;
    left: 30px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #d97a2b;
}

#mobile_header a.cart .count {
    width: 17px;
    display: block;
    line-height: 18px;
    font-size: 12px;
    top: 3px;
}

/*header.header .shop_box .search a {*/
/*width: 50px;*/
/*height: 30px;*/
/*display: block !important;*/
/*background: url('/img/magnifying-glass-gold.svg') no-repeat scroll center center;*/
/*background-size: auto 20px;*/
/*}*/

header.header .callback_box .btn {
    min-height: 42px;
    line-height: 42px;
    margin-top: 2px;
    font-size: 15px;
}

header.header .info_box .item:last-child,
header.header .shop_box .item:last-child {
    height: 220px;
    /*height: 130px;*/
    border-bottom: 0px solid #ebe6d9;
    /*height: 66px;*/
    /*border-bottom: 1px solid #ebe6d9;*/
}

.maincontent {
    flex: 1 0 auto;
    position: relative;
    overflow: hidden;
}

/*.info_block::before  {*/
/*background: url(/img/NYbackground/NYbackground.png) no-repeat scroll center center;*/
/*content: "";*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/
/*background: url(/img/NYbackground/NYbackground.png) no-repeat scroll;*/
/*z-index: 15;*/
/*background-repeat: no-repeat;*/
/*!* background-size: auto; *!*/
/*!* background-size: auto; *!*/
/*background-size: 100% 531px;*/


/*.info_block:before, .cat_box:before, .about_box:before {*/
/*content: "";*/
/*width: 100%;*/
/*height: 100%;*/
/*!*background: url('/img/stars/stars.png') no-repeat scroll center center;*!*/
/*background: url('/img/NYbackground/NYbackground.png') no-repeat scroll center center;*/
/*top: 10px;*/
/*right: 5px;*/
/*z-index: 1;*/
/*position: absolute;*/
/*display: inline-block;*/
/*}*/

.maincontent:before {
    content: "";
    /*width: 100%;*/
    /*height: 100%;*/
    /*background-image: url("/img/stars/stars.png");*/
    /*top: 10px;*/
    /*right: 5px;*/
    /*z-index: 1;*/
    /*position: absolute;*/
    /*display: inline-block;*/
}


.maincontent.no_padding,
.maincontent.no_padding .content {
    padding: 0;
}

.maincontent.floating_menu .categories_menu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 30px;
    z-index: 60;
}

.breadcrumbs {
    font-size: 15px;
    margin-top: 40px;
}

.maincontent.floating_menu .breadcrumbs {
    margin-top: 110px;
}

.breadcrumbs a {
    color: #402810;
}

.breadcrumbs .last {
    color: #db7a1b;
}

.breadcrumbs .rarr {
    color: #d2c5a3;
    display: inline-block;
    margin: 0 5px 0 8px;
}

.menu_box {
    width: 230px;
    position: fixed;
    top: 0;
    left: -170px;
    bottom: 0;
    z-index: 70;
    background: #3f2812;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.menu_box.opened {
    left: 0;
}

.menu_box a {
    min-height: 60px;
    display: block;
    position: relative;
    line-height: normal;
    margin: 0 10px;
    padding-right: 60px;
    color: #d3beab;
    border-bottom: 1px solid transparent;
}

.menu_box a span {
    display: table-cell;
    height: 60px;
    vertical-align: middle;
    padding: 0 10px;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
}

.menu_box .icon {
    width: 40px;
    height: 60px;
    position: absolute;
    top: 0;
    right: 0;
    border-bottom: 1px solid #58381a;
}

.menu_box .item:hover {
    text-align: left;
    background: #d97a2b;
}

.menu_box.opened .item a {
    border-bottom: 1px solid #58381a;
}

.menu_box.opened .item:hover a .icon,
.menu_box.opened .item a .icon,
.menu_box .item.header a .icon,
.menu_box .item:hover a .icon,
.menu_box .item:hover a {
    color: #fff;
    border-bottom: 1px solid transparent;
}

.menu_box .item:hover a {
    height: 61px;
}

.menu_box.opened .item:hover a {
    height: 61px;
}

.menu_box .item:hover a span {
    display: inline-block;
    position: absolute;
    color: #d3beab;
    left: 100%;
    padding: 0 0 0 20px;
    white-space: nowrap;
    word-wrap: break-word;
}

.menu_box .item:hover a span strong {
    height: 60px;
    vertical-align: middle;
    display: table-cell;
    padding: 0 20px;
    position: relative;
    background: #3f2812;
}

.menu_box .item:hover a span strong::before {
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    background: #d97a2b;
}

.menu_box.opened .item:hover a span {
    padding: 0 10px;
    color: #fff;
}

.menu_box.opened .item:hover a strong {
    display: inline;
    padding: 0;
}

.menu_box.opened .item:hover a strong::before {
    display: none;
}

.menu_box.opened .item a span,
.menu_box .item.header a span {
    position: static;
    display: table-cell;
    padding: 0 10px;
}

.menu_box.opened .item a span strong {
    margin: 0;
    background: transparent;
}

.menu_box .item {
    text-align: right;
}

.menu_box.opened .item {
    text-align: left;
}

.menu_box .item.header {
    background: #74461d;
}

.menu_box .item.header a {
    border-bottom: 1px solid transparent;
}

.menu_box .item.header a .icon {
    background: url('/img/list-menu-gold.svg') no-repeat scroll center center;
    background-size: 25px auto;
}

.menu_box.opened .item.header a .icon {
    background: url('/img/unchecked-gold.svg') no-repeat scroll center center;
    background-size: 25px auto;
}

#to_top {
    margin-top: 100px;
    display: none;
}

#to_top a {
    border: 0;
}

#to_top .icon {
    border: 0;
    border-top: 1px solid #58381a;
    background-size: 25px auto !important;
}

.menu_box.opened #to_top a {
    border-top: 1px solid #58381a;
}

.menu_box.opened #to_top .icon,
.menu_box.opened #to_top:hover a,
#to_top:hover .icon {
    border-top: 1px solid transparent;
}

.slider_box {
    height: 800px;
}

.slider_box .descr {
    width: 40%;
    position: absolute;
    top: 45px;
    left: 30px;
}

.slider_box .descr .title {
    font-size: 43px;
    font-family: 'Gilroy-ExtraBold';
    color: #fff;
    text-transform: uppercase;
}

.slider_box .descr .text {
    font-size: 16px;
    color: #fff;
    margin-top: 15px;
    line-height: 28px;
}

.slider_box .descr .more {
    margin-top: 25px;
}

.slider_box .image {
    height: 100%;
}

.slider_box .image:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    background:rgba(0,0,0,0.5);
    opacity: 1;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
}

.slider_box .image a {
    display: block;
}

.slider_box img {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.slider_box .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    margin: 9px 0;
}

.slider_box .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 2px solid #d97a2b;
    background: #d97a2b;
}

.slider_box .swiper-button-prev,
.slider_box .swiper-button-next {
    width: 37px;
    height: 12px;
    left: auto;
    right: 20px;
    margin: 0;
}

.slider_box .swiper-button-prev {
    background: url('/img/angle-arrow-pointing-to-up-white.svg') no-repeat scroll center center;
    background-size: 100% auto;
}

.slider_box .swiper-button-next {
    background: url('/img/angle-arrow-pointing-to-down-white.svg') no-repeat scroll center center;
    background-size: 100% auto;
}

.slider_box .swiper-pagination-bullets {
    right: 32px;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
    display: none;
}

.isMobile .slider_box .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px;
}

.isMobile .slider_box .swiper-button-prev,
.isMobile .slider_box .swiper-button-next {
    width: 30px;
    height: 14px;
    left: auto;
    right: auto;
    top: auto;
    bottom: 20px;
}

.isMobile .slider_box .swiper-button-prev {
    background: url(/img/left-chevron-white.svg) no-repeat scroll center center;
    background-size: auto 560%;
}

.isMobile .slider_box .swiper-button-next {
    background: url(/img/right-chevron-white.svg) no-repeat scroll center center;
    background-size: auto 230%;
}

.light_brown {
    background: #f5eae0;
}

.about_box {
    padding: 6% 20px 6% 45%;
    position: relative;
}

.about_box .bg {
    width: 45%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

.about_box .text {
    padding-left: 3%;
}

.about_box .title {
    font-size: 27px;
    color: #754618;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
    margin-bottom: 4%;
}

.about_box .ctext {
    font-size: 16px;
    color: #402810;
    line-height: 27px;
}

.about_box .ctext strong {
    font-family: 'Arimo-Bold';
}

.page_404 {
    max-width: 900px;
    margin: 6% auto;
    text-align: center;
    border: 1px solid #ebe6d9;
    padding-bottom: 5%;
}

.page_404 .title_404 {
    font-size: 180px;
    line-height: 140px;
    color: #d97a2b;
    font-family: 'Gilroy-ExtraBold';
    margin: 5% 0;
}

.page_404 .text_404 {
    font-size: 22px;
    color: #252525;
    font-family: 'Arimo-Bold';
}

.page_404 .error_404 {
    font-size: 16px;
    color: #402810;
    margin: 3% 0 0 0;
}

.page_404 .back_to_home {
    text-align: center;
    margin: 3% 0 0 0;
}

.info_block {
    padding: 45px 0;
    position: relative;
}

.info_block .title {
    text-transform: uppercase;
    color: #252525;
    font-size: 28px;
    /*font-family: 'Fregat', sans-serif;?*/
    text-align: center;
    padding-bottom: 30px;
    margin-bottom: 45px;
    position: relative;
    background: url('/img/sep_brown.png') no-repeat scroll center bottom;
}

.info_block.white .title {
    color: #fff;
    z-index: 10;
    background: url('/img/sep_white.png') no-repeat scroll center bottom;
}

.info_block .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .55);
}

.info_block .more {
    margin-top: 45px;
    text-align: center;
}

.content1300 {
    max-width: 1300px;
}

.company_benefits {
    background: url('/img/company_benefits_bg.jpg') no-repeat scroll 0 0;
    background-size: cover;
}

.company_benefits .benefit_list {
    position: relative;
    color: #fff;
    border-spacing: 40px;
    margin: -40px auto;
}

.benefit_list .item {
    font-family: 'Arimo-Bold';
    font-size: 16px;
    text-align: center;
    padding: 25px 15px 15px 15px;
    border: 1px solid #fff;
}

.benefit_list .item .icon {
    height: 60px;
    margin: 0 0 15px 0;
}

.benefit_list .item img {
    height: 100%;
}

.category_list .category_item {

    width: 220px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

.category_list .category_item .image {
    height: 170px;
    padding: 10px;
    position: relative;
    overflow: hidden;
}

.category_list .category_item .name a {
    font-size: 14px;
    text-transform: uppercase;
    color: #754618;
    font-family: 'Gilroy-ExtraBold';
}

.tabs_ul {
    /*height:58px;*/
    margin-bottom: 25px;
    text-align: center;
}

.tabs_ul li {
    list-style: none;
    display: inline-block;
    margin: 0 10px 10px 10px;
}

.tabs_ul li a {
    display: block;
    padding: 13px 20px;
    font-size: 16px;
    color: #252525;
    border: 1px solid #ebe6d9;
    font-family: 'Arimo-Bold';
}

.tabs_ul li.ui-tabs-active a {
    color: #915e31;
    border: 1px solid #905e35;
}

.light_brown .tabs_ul li a {
    border: 1px solid #daceaf;
}

.light_brown .tabs_ul li.ui-tabs-active a {
    color: #915e31;
    border: 1px solid #905e35;
}

.title_mobile {
    display: none;
    font-size: 18px;
    color: #252525;
    font-family: 'Arimo-Bold';
    margin: 20px;
    text-align: center;
}

.empty {
    text-align: center;
    margin: 50px 0;
}

.product_list {
    margin-left: -20px;
}

.categories_box .category_list,
.new_product_box .product_list {
    margin: 0;
    padding: 30px;
}

.product_list .product_item {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    width: 222px;
    display: inline-block;
    vertical-align: top;
    padding: 10px 10px 25px 10px;
    margin: 0 0 20px 20px;
    border: 1px solid #ebe6d9;
}

.product_list .product_item:hover {
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.15);

}

.product_item .image {
    width: 200px;
    height: 140px;
    overflow: hidden;
    position: relative;
}

.cat_box .item .image img,
.category_list .category_item .image img,
.news_list .news_item .image img,
.product_item .image img {
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.cat_box .item:hover .image img,
.category_list .category_item:hover .image img,
.news_list .news_item:hover .image img,
.product_item:hover .image img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.product_item .name_block {
    height: 60px;
    overflow: hidden;
    line-height: 19px;
    margin: 5px 0;
}

.product_item .name {
    height: 100%;
    text-align: center;
}

.product_item .name a {
    font-size: 14px;
    color: #754618;
    font-family: 'Arimo-Bold';
}

.product_item .price_box {
    padding: 10px 0;
    border-top: 1px solid #ebe6d9;
    border-bottom: 1px solid #ebe6d9;
}

.activity_list .item .price_box .price,
.product_item .price_box .price {
    font-family: 'Gilroy-ExtraBold';
    font-size: 14px;
    color: #252525;
}

.product_item .price_box .price .old_price {
    font-size: 90%;
    margin-left: 6px;
    text-decoration: line-through;
    color: #6b6b6b;
}

.activity_list .item .price_box .features,
.product_item .price_box .features {
    font-family: 'Gilroy-ExtraBold';
    font-size: 14px;
    color: #909090;
}

.product_item .addToCart {
    padding: 0 10px;
    margin-top: 25px;
}

.product_item .addToCart .btn {
    min-height: 41px;
    line-height: 41px;
    font-size: 14px;
}

.partner_list .swiper-button-prev,
.info_block .swiper-button-prev {
    left: 0;
    background: url('/img/left-chevron-gray.svg') no-repeat scroll center center;
    background-size: 57px auto;
}

.partner_list .swiper-button-next,
.info_block .swiper-button-next {
    right: 0;
    background: url('/img/right-chevron-gray.svg') no-repeat scroll center center;
    background-size: 30px auto;
}

.partner_list .swiper-button-next,
.partner_list .swiper-button-prev,
.info_block .swiper-button-next,
.info_block .swiper-button-prev {
    width: 40px;
    height: 100%;
    top: 0;
    margin: 0;
    background-color: #fff;
}

.new_product_box .product_list .product_item {
    margin: 0;
}

.cat_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.cat_box .item {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.cat_box.cat_box_4 .item,
.cat_box.cat_box_3 .item {
    width: 33.3333333333%;

}

.cat_box.cat_box_4 .item:last-child {
    display: none;
}

.cat_box.cat_box_2 .item {
    width: 50%;
}

.cat_box .item .image {
    height: 100%;
    position: relative;
    overflow: hidden;
}

.cat_box .item .image a {
    height: 100%;
    display: block;
}

.cat_box .item .image img {
    width: 100%;
    height: 100%;
    -o-object-fit: fill;
    object-fit: fill;
}

.cat_box .item .category {
    height: 50px;
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0 20px;
    background: #905e35;
}

.cat_box .item .category a {
    color: #fff;
    font-size: 14px;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
}

.cat_box .item .name_block {
    width: 100%;
    position: absolute !important;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .5) !important;
}

.cat_box .item .name_block .name a {
    color: #fff;
    font-size: 1.2rem;
    font-family: 'Arimo-Bold';
}

.cat_box .item .name_block .name {
    margin: 8px 20px !important;
}

.label {
    width: 80px;
    height: 80px;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 12px;
    font-family: 'Arimo-Bold';
    z-index: 10;
}

.label.is_new {
    background: url('/img/is_new.png') no-repeat scroll 0 0;
}

button.is_under_the_order {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
button.is_under_the_order:hover {
    color: #ffffff;
    background-color: #c9302c;
    border-color: #ac2925;
}
button.is_under_the_order span {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}

.label.is_weight {
    background: url('/img/is_new.png') no-repeat scroll 0 0;
    right: 0!important;
    left: unset;
    -moz-transform: rotate(90deg); /* Для Firefox */
    -ms-transform: rotate(90deg); /* Для IE */
    -webkit-transform: rotate(90deg); /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg); /* Для Opera */
    transform: rotate(90deg);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.label.is_action {
    background: url('/img/is_action.png') no-repeat scroll 0 0;
}

.label i {
    font-style: normal;
    display: block;
    position: relative;
    bottom: -20px;
    right: 10px;
    text-align: center;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.content {
    padding: 0 2% 60px 2%;
}

.content .news_list {
    margin: 0 -1%;
}

.content.news_page .news_list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.header_box {
    height: 300px;
    padding: 2%;
    background-size: cover !important;
}

.header_box .title {
    color: #fff;
    font-size: 40px;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
    margin: 60px 0 15px 0;
}

.info_block .news_list {
    margin: 0 1% -30px 1%;
}

.info_block .news_list.content1300 {
    margin: 0 auto -30px auto;
}

.news_list .news_item {
    overflow: hidden;
    width: 31%;
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 1% 50px 1%;
    background: #fff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.3);
}

.news_list .news_item .image {
    height: 300px;
    overflow: hidden;
    position: relative;
}

.news_list .news_item .image img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.news_list .news_item .image a {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.news_list .news_item:hover .image a {
    /*width: 120%;*/
    /*height: 120%;*/
    /*top: -10%;*/
    /*left: -10%;*/
}

.news_list .news_item:hover .image a .date {
    /*top: 13%;*/
    /*left: 13%;*/
}

.news_list .news_item .image a .date {
    width: 70px;
    height: 65px;
    position: absolute;
    top: 5%;
    left: 5%;
    text-align: center;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
    color: #fff;
    z-index: 20;
    background: #905e35;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.news_list .news_item .image a .date .day {
    display: block;
    font-size: 24px;
    line-height: 20px;
    margin: 14px 0 3px 0;
}

.news_list .news_item .image a .date .month {
    display: block;
    font-size: 14px;
}

.news_list .news_item .image a .bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .2);
}

.news_list .news_item .image img {
    width: 100%;
    display: block;
}

.news_list .news_item .image a .video_icon {
    width: 65px;
    height: 65px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32.5px 0 0 -32.5px;
    z-index: 30;
    background: url('/img/play-icon-white.svg') no-repeat scroll 0 0;
    background-size: 100% auto;
}

.cat_box .item .name_block,
.news_list .news_item .name_block {
    height: 70px;
    font-family: 'Arimo-Bold';
    /*background: #0000001f;*/
    overflow: hidden;
    line-height: 28px;
    position: relative;
    z-index: 20;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.cat_box .item:hover .name_block,
.news_list .news_item:hover .name_block {
    /*height: 90px;*/
    /*margin-top: -20px;*/

}

.cat_box .item .name_block .name,
.news_list .news_item .name_block .name {
    height: 54px;
    margin: 8px 0;
    padding: 0 8px;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.cat_box .item:hover .name_block .name,
.news_list .news_item:hover .name_block .name {
    /*height: 70px;*/
}

.news_list .news_item .name_block a {
    color: #754618;
    font-size: 18px;
    text-align: center;
}

.categories_menu {
    padding: 21px 0 0 0;
    text-align: center;
    position: relative;
    background: #74461d;
}

.categories_menu .list {
    overflow: hidden;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.categories_menu .list a {
    font-size: 17px;
    display: inline-block;
    color: #f2dfcc;
    font-family: 'Arimo-Bold';
    padding: 3px 15px;
    margin-bottom: 20px;
    position: relative;
}

.categories_menu .list a.active {
    color: #dcac7c;
}

.categories_menu .list a::before {
    width: 1px;
    height: 100%;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #935d2c;
}

.categories_menu .list a:first-child::before {
    display: none;
}

.categories_menu .more {
    width: 78px;
    height: 17px;
    display: none;
    position: absolute;
    bottom: -17px;
    left: 50%;
    margin-left: -39px;
    background: url('/img/categories_menu_more_bg.png') no-repeat scroll 0 0;
}

.categories_menu .more span {
    width: 100%;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    background: url('/img/angle-arrow-pointing-to-down-brown-gold.svg') no-repeat scroll center -20px;
    background-size: 35px auto;
}

.categories_menu .more.opened {
    display: block;
}

.categories_menu .more.active span {
    top: -3px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.left_side {
    width: 245px;
    /*width: 220px;*/
    float: left;
    padding-right: 11px;
}

#filters .filter_block {
    padding-top: 20px;
    border-top: 1px solid #ebe6d9;
    margin-top: 24px;
}

#filters .filter_block:first-child {
    margin: 0;
}

#filters .filter_block .title {
    font-size: 17px;
    color: #754618;
    margin-bottom: 17px;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
    position: relative;
    padding-right: 30px;
}

#filters .filter_block .title .action {
    width: 20px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: url('/img/play-symbol-up_brown.svg') no-repeat scroll -7px -3px;
    background-size: 30px auto;
}

.category_sort_menu .type_product_action a,
#filters .filter_block .filter a {
    display: block;
    color: #454545;
    margin-top: 10px;
    padding-left: 25px;
    position: relative;
    font-size: 14px;
}

.category_sort_menu .type_product_action a::before,
#filters .filter_block .item::before {
    width: 11px;
    height: 11px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -8px;
    content: '';
    border: 2px solid #905e35;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.category_sort_menu .type_product_action a.active::before,
#filters .filter_block .filter a.active::before {
    background: url('/img/checkbox_active.png') no-repeat scroll center center;
}

#filters .filter_block .filter a span {
    color: #909090;
}

#filters .filter_block .filter a:hover,
#filters .filter_block .filter a.active,
#filters .filter_block .filter a.active span {
    color: #915e31;
}

#filters .filter_block .clear_params {
    text-align: center;
}

#filters .filter_block .clear_params a {
    font-size: 15px;
    color: #402810;
    text-decoration: underline;
    padding-right: 16px;
    background: url('/img/cross.svg') no-repeat scroll right 4px;
    background-size: 11px auto;
}

#filters .filter_block .clear_params a:hover {
    text-decoration: none;
}

#price-range {
    height: 4px;
    margin: 25px 8px 30px 7px;
    background: #ebe6d9
}

#price-range.ui-slider {
    position: relative;
    text-align: left
}

#price-range.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 4px
}

#price-range .ui-widget-header {
    background: #b18f73
}

#price-range.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

#price-range.ui-slider-horizontal .ui-slider-handle {
    top: -7px;
    margin-left: -7px
}

#price-range.ui-slider .ui-slider-handle {
    width: 20px;
    height: 24px;
    position: absolute;
    z-index: 2;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
    background: url('/img/price_range_icon.png') no-repeat scroll 0 0;
}

.change_price {
    font-size: 15px;
}

.change_price .sep {
    width: 27px;
}

.change_price input.inp {
    width: 70px;
    height: 40px;
    font-size: 15px;
    color: #909090;
    padding: 0 10px;
    border: 2px solid #eaeaea;
    background: #fff;
}

.right_side {
    /*margin-left: 245px;*/
    margin-left: 263px;
    position: relative;
}

.category_sort_menu {
    font-size: 15px;
    padding: 10px 0;
    margin-bottom: 25px;
    border-top: 1px solid #ebe6d9;
    border-bottom: 1px solid #ebe6d9;
}

.category_sort_menu a {
    color: #252525;
}

.category_sort_menu a.active {
    color: #915e31;
}

.category_sort_menu .title_block {
    color: #909090;
}

.category_sort_menu .type_product_action a {
    display: inline-block;
    line-height: 30px;
    margin: 0 0 0 15px;
    padding-right: 15px;
    border-right: 1px solid #ebe6d9;
}

.category_sort_menu .type_product_action a:last-child {
    border: 0;
    padding-right: 0;
}

.category_sort_menu .auto {
    float: right;
}

.category_sort_menu .auto .table_cell.with_border {
    padding: 4px 15px;
    border-right: 1px solid #ebe6d9;
}

.category_sort_menu .auto .table_cell.with_border:last-child {
    border: 0;
}

.category_sort_menu .count_limit a {
    display: inline-block;
    margin-left: 5px;
}

.view_page {
    margin-top: 40px;
}

.view_product h1,
.view_page .left_block h1 {
    padding: 0;
}

.view_page .left_block .date {
    padding-left: 30px;
    line-height: 20px;
    font-size: 15px;
    color: #454545;
    margin-top: 20px;
    background: url('/img/office-monthly-calendar.svg') no-repeat scroll 0 center;
    background-size: auto 100%;
}

.view_page .left_block .image {
    height: 420px;
    margin-top: 25px;
    overflow: hidden;
    background-size: cover !important;
}

.view_page .left_block .image img {
    display: block;
    opacity: 0;
    filter: alpha(opacity=0);
}

.view_page .left_block .ctext {
    margin-top: 25px;
}

.page_gallery.type_1 .item {
    text-align: center;
    margin-bottom: 15px;
}

.page_gallery.type_1 a {
    display: inline-block;
}

.page_gallery.type_2 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.page_gallery.type_2 .item {
    width: 46%;
    margin: 15px 2%;
}

.page_gallery a {
    display: block;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.page_gallery.type_2 a img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.ctext strong {
    font-family: 'Arimo-Bold';
}

.view_page .left_block {
    position: relative;
    padding-right: 20px;
}

.view_page .right_block {
    width: 380px;
}

.view_page .right_block .title_box {
    font-size: 22px;
    color: #754618;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
}

.view_page .right_block .news_list {
    margin: 0;
}

.view_page .right_block .news_list .news_item {
    width: 100%;
    margin: 50px 0 0 0;
}

.view_product {
    margin-top: 40px;
}

.view_product .left_block {
    width: 45%;
    padding-right: 20px;
}

.view_product .left_block .image_box {
    width: 100%;
}

.view_product .left_block .general_image {
    position: relative;
}

.view_product .left_block .general_image a {
    max-height: 600px;
    min-height: 350px;
    overflow: hidden;
    display: block;
}

.view_product .left_block .general_image img {
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
}

.view_product .ctext {
    color: #402810;
    line-height: 1.5em;
    margin-top: 45px;
    text-align: justify;
}

.view_product .ctext .title {
    font-size: 22px;
    color: #754618;
    margin-bottom: 30px;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
}

.view_product .ctext ul,
.view_product .ctext ol {
    margin-left: 20px;
}

.view_product .video_box {
    margin-top: 25px;
}

.view_product .video_box a {
    display: inline-block;
    font-size: 14px;
    color: #454545;
    line-height: 35px;
    padding-left: 45px;
    position: relative;
}

.view_product .video_box a::before {
    width: 35px;
    height: 35px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: url('/img/video-camera-gold.svg') no-repeat scroll center center #f5eae0;
    background-size: 60%;
}

.view_product .add2cart_box {
    margin-top: 25px;
}

.product_item .price_box.not_available,
.view_product .not_available {
    font-family: 'Gilroy-ExtraBold';
    font-size: 19px;
    color: #909090;
    text-transform: uppercase;
    margin: 14px 0 40px;
}

.product_item .price_box.not_available {
    text-align: center;
    font-size: 13px;
    margin: 10px 0 -23px 0;
    border-bottom: 0;
}

.view_product .add2cart_box .price_box .title {
    font-size: 16px;
    color: #909090;
    font-family: 'Arimo-Bold';
}

.view_product .add2cart_box .price_box .price {
    font-size: 28px;
    color: #754618;
    display: inline-block;
    margin-left: 20px;
    font-family: 'Gilroy-ExtraBold';
}

.view_product .add2cart_box .price_box .old_price {
    font-size: 22px;
    color: #c5a384;
    display: inline-block;
    margin-left: 20px;
    font-family: 'Gilroy-ExtraBold';
    text-decoration: line-through;
}

.view_product .features_block .auto {
    float: right;
}

.view_product .features_block .title {
    width: 1px;
    font-size: 16px;
    color: #909090;
    padding-right: 10px;
}

.view_product .features_block .radio_box {
    color: #252525;
    font-size: 22px;
    font-family: 'Gilroy-ExtraBold';
    margin-left: 8px;
}

.thumb_images {
    margin-top: 20px;
    display: none;
}

.thumb_images .item {
    width: 123px;
    height: 82px;
}

.thumb_images .swiper-button-next {
    right: 0;
    background: url(/img/right-chevron-gray.svg) no-repeat scroll center center;
    background-size: 18px auto;
}

.thumb_images .swiper-button-prev {
    left: 0;
    background: url(/img/left-chevron-gray.svg) no-repeat scroll -1px -5px;
    background-size: 32px auto;
}

.thumb_images .swiper-button-next,
.thumb_images .swiper-button-prev {
    width: 35px;
    height: 35px;
    top: 50%;
    display: none;
    margin: -17.5px 0 0 0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, .8);
}

.thumb_images:hover .swiper-button-next,
.thumb_images:hover .swiper-button-prev {
    display: block;
}

.thumb_images:hover .swiper-button-prev.swiper-button-disabled,
.thumb_images:hover .swiper-button-next.swiper-button-disabled {
    display: none;
}

.view_product .action_box {
    color: #252525;
    font-size: 16px;
    font-family: 'Arimo-Bold';
    margin-top: 5px;
}

.view_product .action_box span {
    color: #db7a1b;
}

.view_product .buttons {
    margin-top: 25px;
    border-top: 1px solid #ebe6d9;
    padding: 15px 0 30px 0;
}

.view_product .buttons .table_cell {
    padding: 15px 0 0 0;
}

.view_product .buttons .table_cell:first-child {
    padding-right: 20px;
}

.view_product .buttons .table_cell:last-child {
    min-width: 300px;
}

.view_product .qty label {
    font-size: 16px;
    color: #909090;
    padding-right: 20px;
    font-family: 'Arimo-Bold';
}

.view_product .qty {
    word-wrap: break-word;
    white-space: nowrap;
}

.qty_box {
    display: inline-block;
    position: relative;
}

.qty_box {
    width: 90px;
    padding-right: 25px;
    border: 1px solid #ebe6d9;
}

.qty_box input {
    height: 48px !important;
    text-align: center;
    border: 0 !important;
    padding: 12px 5px;
}

.qty_box .plus,
.qty_box .minus {
    width: 23px;
    height: 25.5px;
    position: absolute;
    right: -1px;
    border: 1px solid #ebe6d9;
}

.qty_box .plus {
    top: -1px;
    background: url(/img/plus_arr.svg) no-repeat scroll -5px -3px;
    background-size: 26px auto;
}

.qty_box .minus {
    bottom: -1px;
    background: url(/img/angle-arrow-pointing-to-down-brown.svg) no-repeat scroll center -7px;
    background-size: auto 39px;
}

.qty_box .plus:hover,
.qty_box .minus:hover {
    background-color: #ebe6d9;
}

.view_product .teaser_text {
    padding: 25px 0 15px 0;
    color: #402810;
    border-top: 1px solid #ebe6d9;
}

.view_product .features_box {
    border-top: 1px solid #ebe6d9;
}

.view_product .features_box .table_cell {
    padding: 18px 0;
}

.view_product .features_box .table_cell:last-child {
    padding-left: 15px;
    border-top: 1px solid #ebe6d9;
}

.view_product .features_box .table_row:first-child .table_cell:last-child {
    border-top: 0;
}

.view_product .features_box .table_cell:first-child {
    width: 10%;
    white-space: nowrap;
    word-wrap: break-word;
    padding: 20px 15px 0 0;
    font-size: 14px;
    text-transform: uppercase;
    color: #252525;
    font-family: 'Gilroy-ExtraBold';
}

.recomended_products,
#reviews {
    margin-top: 45px;
    padding-top: 50px;
    border-top: 1px solid #ebe6d9;
}

.recomended_products .title,
#reviews .right_block .title,
#reviews .left_block .title {
    font-size: 22px;
    color: #754618;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
}

.left_side {
    /*height: 100vh;*/
    /*transition: .4s ease;*/
    overflow-x: hidden;
    overflow-y: auto;
}

.common_new_title {
    font-size: 22px!important;
    color: #754618!important;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
    text-align: center;
}

#reviews .right_block .title {
    color: #252525;
}

#reviews .left_block {
    position: relative;
    vertical-align: top;
    padding-right: 20px;
}

#reviews .right_block {
    width: 460px;
    vertical-align: top;
    padding: 25px 25px 30px 25px;
}

#reviews .pagination {
    margin-top: 40px;
}

.review_list .item {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #ebe6d9;
}

.review_list .item.child {
    border-top: 0;
    padding: 0;
    margin: 20px 0 0 20px;
}

.review_list .item:first-child {
    margin: 0;
    padding: 0;
    border-top: 0px solid #ebe6d9;
}

.review_list .item .username {
    width: 70%;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    color: #252525;
    font-family: 'Arimo-Bold';
}

.review_list .item .date {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #909090;
    text-align: right;
}

.review_list .item .text {
    margin-top: 10px;
    color: #402810;
    line-height: 25px;
}

.review_list .item .link {
    margin-top: 15px;
}

.review_list .item .link a {
    color: #915e31;
    font-size: 14px;
    text-decoration: underline;
}

.review_list .item .link a:hover {
    text-decoration: none;
}

#reviews .form_box .inp,
#reviews .form_box .txt {
    border: 0;
    background-color: #fff;
}

#reviews .form_box .btn {
    width: 175px;
}

#reviews .right_block .text {
    font-size: 16px;
    color: #402810;
    line-height: 25px;
}

#reviews .right_block .text a {
    color: #915e31;
    text-decoration: underline;
}

#reviews .right_block .text a:hover {
    text-decoration: none;
}

.cart_page .cart_products {
    padding: 0 20px;
    border: 1px solid #ebe6d9;
}

.cart_page .cart_products .qty_box {
    width: 75px;
}

.cart_page .cart_products .qty_box input {
    height: 41px !important;
}

.cart_page .cart_products .qty_box .plus,
.cart_page .cart_products .qty_box .minus {
    height: 22px;
}

.qty_box .error_count {
    width: 120px;
    position: absolute;
    top: -40px;
    left: 50%;
    margin: 0 0 0 -60px;
    padding: 5px 0;
    text-align: center;
    box-shadow: 0 0 3px rgba(0, 0, 0, .4);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff
}

.cart_page .cart_products .t_head .table_cell {
    padding: 20px;
    color: #754618;
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
}

.cart_page .cart_products .t_body .table_cell {
    padding: 25px 20px;
    border-top: 1px solid #ebe6d9;
}

.cart_page .cart_products .t_body .image_td {
    width: 160px;
}

.cart_page .cart_products .t_body img {
    display: block;
}

.cart_page .cart_products .t_body .title a {
    display: block;
    color: #754618;
    font-size: 14px;
    line-height: 1.4em;
    font-family: 'Arimo-Bold';
}

.cart_page .cart_products .t_body .features {
    color: #252525;
    font-size: 14px;
    font-family: 'Gilroy-ExtraBold';
}

.cart_page .cart_products .t_body .features span {
    color: #909090;
    font-family: 'Arimo';
}

.cart_page .cart_products .t_body .features .item {
    margin-top: 5px;
}

.cart_page .cart_products .t_body .qty_td {
    width: 160px;
}

.cart_page .cart_products .t_body .price_td {
    width: 160px;
    color: #252525;
    font-size: 14px;
    white-space: nowrap;
    word-wrap: break-word;
    font-family: 'Gilroy-ExtraBold';
}

.cart_page .cart_products .t_body .remove_td {
    width: 80px;
}

.cart_page .cart_products .t_body .remove_td a {
    width: 40px;
    height: 40px;
    display: block;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: url('/img/trash.svg') no-repeat scroll center center;
    background-size: 20px;
}

.cart_page .cart_products .t_body .remove_td a:hover {
    background-color: #f5eae1;
}

.cart_page .itogo_box {
    margin: 15px 0;
}

.cart_page .itogo_box .table_cell {
    padding: 7px 8px;
}

.cart_page .itogo_box .table_cell:last-child {
    width: 130px;
}

.cart_page .itogo_box .count_products_td {
    color: #909090;
    font-size: 16px;
    font-family: 'Arimo-Bold';
}

.cart_page .itogo_box .itogo_td {
    color: #252525;
    font-size: 22px;
    font-family: 'Arimo-Bold';
}

.cart_page .itogo_box .itogo_td .table_cell:last-child {
    color: #754618;
    word-wrap: break-word;
    white-space: nowrap;
}

.cart_page .buttons .table_cell:last-child {
    width: 345px;
}

.checkout_you_info .cart_page .buttons .table_cell:last-child {
    width: auto;
}

.cart_page .buttons .table_cell:last-child .btn {
    max-width: 250px;
    margin: 0 auto;
}

.delivery_payment_list {
}

.delivery_payment_list .title {
    font-size: 22px;
    color: #754618;
    margin-top: 40px;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
}

.delivery_payment_list .table {
    margin-top: 40px;
    border-top: 1px solid #ebe6d9;
    border-bottom: 1px solid #ebe6d9;
}

.delivery_payment_list .table .table_cell {
    padding: 20px;
}

.delivery_payment_list .table .image_name {
    width: 235px;
    text-align: center;
    color: #252525;
    font-family: 'Arimo-Bold';
    line-height: 25px;
}

.delivery_payment_list .table .image_name .name {
    margin-top: 10px;
}

.delivery_payment_list .table .image_name .name_price {
    display: none;
}

.delivery_payment_list .table .price {
    width: 100px;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: center;
    color: #252525;
    font-family: 'Arimo-Bold';
}

.delivery_payment_list .table .text,
.delivery_payment_list .table .price {
    border-top: 1px solid #ebe6d9;
}

.delivery_payment_list .table .table_row:first-child .text,
.delivery_payment_list .table .table_row:first-child .price {
    border: 0;
}

.about_page .about_content {
    padding: 0 45% 50px 2%;
    position: relative;
    color: #402810;
    line-height: 26px;
}

.about_page .about_content h1 {
    margin-bottom: 30px;
}

.about_page .about_content .bg {
    width: 45%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.partners {
    padding: 40px 2%;
}

.partners .title {
    font-size: 22px;
    color: #754618;
    margin-bottom: 30px;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
}

.partner_list .item {
    width: auto;
    height: 100px;
    text-align: center;
}

.partner_list .item .table {
    height: 100%;
}

.map_td {
    width: 50%;
}

.map_td #map {
    width: 100%;
    height: 100%;
    min-height: 400px;
}

.contact_page .contact_td {
    padding: 0 45px 50px 2%;
}

.contact_page .contact_list {
    margin-top: 25px;
}

.contact_page .contact_list .item {
    border-top: 1px solid #ebe6d9;
    padding: 20px 0 0 0;
    margin: 20px 0 0 0;
    color: #402810;
}

.contact_page .contact_list .item:first-child {
    border-top: 0;
    padding: 0;
    margin: 0;
}

.contact_page .contact_list .item .title {
    color: #754618;
    font-size: 17px;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
}

.contact_page .contact_list .item .title.with_icon {
    min-height: 35px;
    padding: 2px 0 0 30px;
    position: relative;
}

.contact_page .contact_list .item .title::before {
    width: 25px;
    height: 22px;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

.contact_page .contact_list .item .title.map_icon::before {
    background: url('/img/map_icon.svg') no-repeat scroll 0 center;
    background-size: auto 22px;
}

.contact_page .contact_list .item .title.phone_icon::before {
    background: url('/img/phone_contact_orange.svg') no-repeat scroll 0 center;
    background-size: auto 20px;
}

.contact_page .contact_list .item .title.email_icon::before {
    background: url('/img/email_contact_orange.svg') no-repeat scroll 0 2px;
    background-size: auto 20px;
}

.contact_page .contact_list .item .title.clock_icon::before {
    background: url('/img/clock_contact_orange.svg') no-repeat scroll 0 2px;
    background-size: auto 20px;
}

.contact_page .contact_list .item .title_block {
    color: #252525;
    font-family: 'Arimo-Bold';
    margin: 10px 0;
}

.contact_page .contact_list .item a {
    color: #402810;
}

.contact_form {
    padding: 50px 0 70px 0;
}

.contact_form .title {
    font-size: 22px;
    color: #754618;
    margin-bottom: 30px;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
}

.contact_form .form_box {
    max-width: 700px;
    padding: 0 10px;
    margin: 0 auto;
}

.steps {
    font-size: 15px;
    color: #754618;
    text-transform: uppercase;
    margin: 45px 0 0 0;
    font-family: 'Gilroy-ExtraBold';
}

.steps .step-ico {
    width: 60px;
    height: 60px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #f5eae0;
}

.steps .step.current .step-ico {
    background: #d97a2b;
}

.steps .step.current {
    color: #252525;
}

.steps .step {
    position: relative;
    overflow: hidden;
}

.steps .step::before,
.steps .step::after {
    height: 3px;
    content: '';
    position: absolute;
    top: 28.5px;
    background: #f3f0e9;
}

.steps .step::before {
    right: 50%;
    left: 0;
    margin-right: 50px;
}

.steps .step::after {
    left: 50%;
    right: 0;
    margin-left: 50px;
}

.steps .step:first-child::before,
.steps .step:last-child::after {
    display: none;
}

.steps .step-ico span {
    width: 100%;
    height: 100%;
    display: block;
}

.steps .step-ico .auth {
    background: url('/img/steps_auth.svg') no-repeat scroll center 12px;
    background-size: 55%;
}

.steps .current .step-ico .auth {
    background: url('/img/steps_auth_white.svg') no-repeat scroll center 12px;
    background-size: 55%;
}

.steps .step-ico .delivery_payments {
    background: url('/img/delivery_payments.svg') no-repeat scroll 4px center;
    background-size: 80%;
}

.steps .current .step-ico .delivery_payments {
    background: url('/img/delivery_payments_white.svg') no-repeat scroll 4px center;
    background-size: 80%;
}

.steps .step-ico .sales_receipt {
    background: url('/img/sales_receipt.svg') no-repeat scroll center center;
    background-size: 55%;
}

.steps .current .step-ico .sales_receipt {
    background: url('/img/sales_receipt_white.svg') no-repeat scroll center center;
    background-size: 55%;
}

.checkout_you_info .tabs_box {
    margin-top: 45px;
}

.checkout_you_info .form_box {
    margin: 0 auto;
}

.checkout_you_info .form_box .title {
    font-size: 22px;
    color: #754618;
    margin: 45px 0 35px 0;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
}

.checkout_you_info .tabs_ul {
    height: 50px;
    text-align: left;
    border-bottom: 1px solid #ebe6d9;
}

.checkout_you_info .tabs_ul li a {
    border: 1px solid transparent;
}

.checkout_you_info .tabs_ul li.ui-tabs-active a {
    border: 1px solid #ebe6d9;
    border-bottom: 1px solid #fff;
}

.checkout_you_info .form_box .cart_list .title {
    margin: 0;
}

.checkout_you_info .additions_inputs {
    display: none;
    margin: 0 0 30px 30px;
}

.checkout_you_info .step-content {
    margin: 25px 0 0 0;
    border-top: 1px solid #ebe6d9;
}

.checkout_you_info .steps {
    margin: 15px 0 0;
}

.checkout_you_info h1 {
    padding: 35px 0 10px;
}

.checkout_you_info .sales_receipt h2 {
    margin: 15px 0;
    padding: 20px 0 0;
    /*padding: 20px 0 120px;
	background: url(/img/order_success_cart.svg) no-repeat scroll center 60px;
	background-size: auto 100px;*/
}

.checkout_you_info .order-total-buttons {
    margin: 30px 0;
}

.checkout_you_info .cart_page .cart_products {
    border: 0;
    padding: 0;
}

.checkout_you_info .cart_page .cart_products .t_body:last-child .table_cell {
    border-bottom: 1px solid #ebe6d9;
}

.checkout_you_info .first_table {
    padding-right: 30px;
    border-right: 1px solid #ebe6d9;
}

.checkout_you_info .total_box {
    padding-left: 30px;
}

.checkout_you_info .buttons {
    margin-top: 30px;
}

.sales_receipt h2,
.order_user_info .title,
.orders .order .order-status,
.checkout_you_info .title_box {
    color: #754618;
    font-size: 22px;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
    margin: 25px 0;
}

.checkout_you_info .cart_page .cart_products .t_head .table_cell {
    padding-top: 0;
}

.checkout_page .payments_methods {
    display: none
}

.checkout_you_info .payments_methods .title_box {
    margin-top: 50px;
}

.sales_receipt .ctext {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.sales_receipt h2 {
    text-align: left;
    padding-bottom: 180px;
    position: relative;
    /*background: url(/img/order_success_cart.svg) no-repeat center;*/
    background-size: contain;
}

.order_user_info {
    font-size: 14px;
    margin-bottom: 30px;
}

.order_user_info .title {
    font-size: 18px;
    margin-bottom: 10px;
}

.order_user_info strong {
    font-family: 'Arimo-Bold';
}

.order_user_info p {
    margin-bottom: 5px;
}

.orders {
    margin-top: 30px;
}

.orders .order .order-head {
    width: 200px;
}

.orders .order .order-products img {
    max-width: 50px;
}

.orders .order .order-button {
    width: 130px;
}

.orders .order .table_cell {
    padding: 15px 10px;
    border-bottom: 1px solid #ebe6da;
}

.orders .order:last-child .table_cell {
    border: 0;
}

.orders .order .order-number {
    font-size: 18px;
    color: #754618;
    text-transform: uppercase;
    font-family: 'Arimo-Bold';
}

.orders .order .order-status {
    width: 220px;
    font-size: 16px;
    color: #909090;
}

.orders .order .order-price {
    width: 220px;
    font-size: 18px;
    color: #252525;
    font-family: 'Gilroy-ExtraBold';
}

.orders .order .order-price span {
    color: #754618;
}

.recipe_view_page {
    padding-bottom: 60px;
}

.recipe_view_page .left_block {
    width: 50%;
    padding: 0 2% 40px 2%;
    background: #fff;
}

.cooking_info {
    margin: 30px 0 20px 0;
    font-size: 14px;
    color: #252525;
    text-align: right;
}

.recipes_list .cooking_info {
    margin: 5px 0;
    font-family: 'Arimo';
}

.cooking_info .cooking_time {
    float: left;
    padding: 0 0 0 30px;
    line-height: 25px;
    background: url('/img/cooking_time.svg') no-repeat scroll 0 0;
    background-size: auto 20px;
}

.cooking_info .cooking_time strong {
    font-family: 'Arimo-Bold';
}

.cooking_info .date {
    line-height: 25px;
    color: #909090;
}

.recipes_list .news_item {
    margin: 50px 1%;
}

.recipes_list .news_item .name_block {
    height: 110px;
    padding: 0 8px;
}

.recipes_list .news_item:hover .name_block {
    height: 130px;
    margin-top: -20px;

}

.recipes_list .news_item .name_block .name {
    height: 70px;
    padding: 0;
}

.recipes_list .news_item .name_block .limit_name {
    height: 60px;
    overflow: hidden;
}

.recipe_steps .title,
.recipe_view_page .ingredients .title {
    font-size: 22px;
    color: #754618;
    padding: 25px 0;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
    border-top: 1px solid #ebe6d9;
}

.recipe_view_page .ingredients .table_cell {
    padding: 15px 0;
    color: #252525;
    font-size: 14px;
    font-family: 'Gilroy-ExtraBold';
    text-transform: uppercase;
    vertical-align: middle;
    border-bottom: 1px solid #ebe6d9;
}

.recipe_view_page .ingredients .table_cell:last-child {
    font-size: 16px;
    text-transform: none;
    font-family: 'Arimo';
}

.recipe_view_page .ingredients .table_row:last-child .table_cell {
    border: 0;
}

.recipe_view_page .right_block img {
    opacity: 0;
    filter: alpha(opacity=0);
}

.recipe_view_page .recipe_steps {
    padding: 2% 30px;
}

.recipe_view_page .recipe_steps .title {
    border: 0;
    padding: 15px 0;
}

.recipe_view_page .recipe_steps .text {
    margin-top: 45px;
    position: relative;
    line-height: 25px;
    color: #402810;
    margin-left: 45px;
    padding: 20px 40px;
    background: #fff;
}

.recipe_view_page .recipe_steps .text .step {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    position: absolute;
    top: -20px;
    left: -45px;
    color: #fff;
    font-size: 30px;
    font-family: 'Gilroy-ExtraBold';
    background: #905e35;
}

.activity_list .item {
    margin-top: 50px;
    background: #fff;
}

.activity_list .item.product_cell {
    width: 104%;
    margin: 0 -2%;
    padding: 20px 30px;
}

.activity_list .item.product_cell .table_cell {
    border-top: 1px solid #ebe6d9;
    border-bottom: 1px solid #ebe6d9;
}

.activity_list .item.product_cell .table_cell.image {
    border-left: 1px solid #ebe6d9;
}

.activity_list .item.product_cell .table_cell.text {
    border-right: 1px solid #ebe6d9;
}

.activity_list .item .image img {
    max-height: 300px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.activity_list .item .image.table_cell {
    padding: 0;
    position: relative;
}

.activity_list .item .image a {
    display: block;
}

.activity_list .item .image .category {
    color: #fff;
    padding: 10px 15px;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold';
    position: absolute;
    top: 25px;
    left: 25px;
    margin-right: 25px;
    z-index: 10;
    background: #905e35;
}

.activity_list .item .table_cell {
    width: 33%;
    padding: 25px;
}

.activity_list .item .title {
    margin-bottom: 10px;
}

.activity_list .item .title a {
    color: #754618;
    font-size: 16px;
    font-family: 'Arimo-Bold';
}

.activity_list .item .created {
    padding-left: 30px;
    color: #454545;
    font-size: 14px;
    line-height: 25px;
    margin-top: 20px;
    background: url('/img/created_icon.svg') no-repeat scroll 0 0;
    background-size: 25px;
}

.activity_list .item .text {
    color: #402810;
    font-size: 16px;
    line-height: 25px;
}

.activity_list .item .price_box {
    border-top: 1px solid #ebe6d9;
    border-bottom: 1px solid #ebe6d9;
    margin: 30px 0 25px 0;
    padding: 10px 0;
}

.activity_list .item .table_cell .table_cell {
    padding: 0;
}

.activity_list .item .table_cell .table_cell:first-child {
    padding-right: 8px;
}

.activity_list .item .table_cell .table_cell:last-child {
    padding-left: 8px;
}

.activity_list .item .table_cell .table_cell .btn {
    word-wrap: break-word;
    white-space: nowrap;
}

.preloader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: url('/img/ajax-loader.gif') no-repeat scroll center center rgba(255, 255, 255, .6);
}

.pagination {
    text-align: center;
}

.pagination li {
    width: 38px;
    list-style: none;
    display: inline-block;
    margin: 0 3px 10px 3px;
}

.pagination.simple {
    margin-top: 40px;
}

.pagination.simple li {
    width: auto;
}

.pagination.simple li a {
    padding: 0 10px;
}

.pagination li.current span,
.pagination li a {
    display: block;
    line-height: 38px;
    font-size: 15px;
    color: #402810;
    border: 1px solid #3f2812;
}

.pagination li.current span,
.pagination li a:hover {
    color: #fff;
    background: #3f2812;
}


::-webkit-scrollbar
{
    width: 12px;  /* for vertical scrollbars */
    height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
    background: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar-thumb
{
    background: rgba(0, 0, 0, 0.5);
}
.ui-autocomplete {
    width: 450px;
    display: block;
    background: #fff;
    border: 0;
    z-index: 1000;
    padding-bottom: 5px;

    left: 137px;
    position: fixed;
    top: 116.344px;
    height: calc(100vh + 100px);
    transition: all 0.4s ease 0s;
    overflow-y: auto;
}

.ui-autocomplete li {
    display: block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid #d5d4d9;
    position: relative;
}

.ui-autocomplete li:last-child {
    border-bottom: 0px solid #d5d4d9;
}

.ui-autocomplete li img {
    max-width: 70px;
}

.ui-autocomplete li a {
    width: 100%;
    height: 100%;
    display: table;
    font-size: 14px;
    color: #754618;
    font-family: 'Arimo-Bold';
}

.ui-autocomplete li a .image {
    width: 70px;
    padding: 0px 10px 0 0;
    display: table-cell;
    vertical-align: top;
}

.ui-autocomplete li a .text {
    display: table-cell;
    vertical-align: top;
    font-weight: 700;
}

.ui-autocomplete li a .text .price {
    display: block;
    font-family: 'Gilroy-ExtraBold';
    font-size: 14px;
    color: #252525;
    padding: 10px 0 0 0;
    margin-top: 10px;
    border-top: 1px solid #ebe6d9;
}

.ui-autocomplete li:hover {
    background: #f4f5f7;
}

.popup_info_box {
    width: 280px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 1000;
    border: 2px solid #52351c;
    background: #fff;
}

.popup_info_box .title {
    color: #f1dfce;
    padding: 8px 50px 8px 15px;
    position: relative;
    background: #3f2812;
}

.popup_info_box .title a {
    color: #f1dfce;
}

.popup_info_box .title a.close {
    width: 40px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: url('/img/close_popup.svg') no-repeat scroll center 10px;
    background-size: 41%;
}

.popup_info_box .container {
    padding: 8px 10px;
    color: #402810;
}

.popup_info_box .container .more {
    text-align: right;
    margin: 3px 0;
}

.popup_info_box .container .more a {
    color: #db7a1b;
    font-size: 14px;
    text-decoration: underline;
}

.popup_info_box .container .more a:hover {
    text-decoration: none;
}

footer {
    font-size: 14px;
    flex: 0 0 auto;
    color: #f2dfcc;
    padding: 40px 0 50px 0;
    position: relative;
    background: #533519;
}

footer a {
    color: #f2dfcc;
}

footer .item {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    padding-left: 3%;
}

footer .item:first-child {
    width: 28%;
}

footer .item:nth-child(2) {
    width: 36%;
}

footer .item:nth-child(3) {
    width: 35%;
}

footer .item li {
    padding-left: 15px;
    position: relative;
    list-style: none;
    margin-top: 13px;
}

footer .item li::before {
    width: 5px;
    height: 5px;
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background: #d97a2b;
}

footer .title {
    color: #f2dfcc;
    text-transform: uppercase;
    margin-bottom: 10px;
}

footer .developer {
    margin-top: 3px;
}

footer .developer a {
    color: #f2dfcc;
    display: inline-block;
}

footer .developer a:first-letter {
    color: transparent;
}

footer .developer a img {
    position: relative;
    left: -3px;
    top: 2px
}

footer .phones {
    background: url('/img/phone-orange.svg') no-repeat scroll 0 4px;
}

footer .address {
    background: url('/img/placeholder-filled-point-orange.svg') no-repeat scroll 0 4px;
}

footer .email {
    background: url('/img/email-orange.svg') no-repeat scroll 0 4px;
}

footer .phones,
footer .address,
footer .email {
    padding-left: 25px;
    background-size: 16px auto;
    line-height: 25px;
    margin-top: 10px;
}

footer .social {
    margin-top: 10px;
}

footer .social a {
    width: 35px;
    height: 35px;
    display: inline-block;
    margin-right: 7px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

footer .social a.facebook {
    background: url('/img/facebook-logo-white.svg') no-repeat scroll center center #905e35;
    background-size: 20px auto;
}

footer .social a.facebook:hover {
    background: url('/img/facebook-logo-gold.svg') no-repeat scroll center center #fff;
    background-size: 20px auto;
}

footer .social a.insta {
    background: url('/img/instagram-logo-white.svg') no-repeat scroll center center #905e35;
    background-size: 20px auto;
}

footer .social a.insta:hover {
    background: url('/img/instagram-logo-gold.svg') no-repeat scroll center center #fff;
    background-size: 20px auto;
}

footer .callback {
    margin-top: 10px;
}

footer .callback .btn {
    padding: 0 40px;
}

#shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, .58)
}

#popup {
    width: 740px;
    padding: 30px;
    position: absolute;
    top: 50px;
    left: 50%;
    margin: 0 0 0 -370px;
    z-index: 1010;
    background: #fff
}

#popup.big_popup {
    width: 960px;
    margin: 0 0 0 -480px;
}

#popup.light_brown {
    background: #f5eae0;
}

#popup.white {
    background: #fff;
}

#popup h1 {
    font-size: 18px;
    color: #252525;
    padding: 0 0 10px 0;
}

.closePopupBlock,
.closePopup {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 25px;
    right: 25px;
    z-index: 10;
    background: url('/img/close_popup.svg') no-repeat scroll 0 0;
    background-size: 100%;
}

.admin_edit_page {
    width: 30px;
    height: 30px;
    position: fixed;
    top: 50%;
    right: 0;
    margin: -15px 0 0 0;
    z-index: 100;
    background: url('/img/admin/settings.svg') no-repeat scroll center center #000;
    background-size: 60% auto;
    -webkit-border-radius: 3px 0 0 3px;
    -moz-border-radius: 3px 0 0 3px;
    border-radius: 3px 0 0 3px;
}

.admin_edit_page::before {
    width: 4px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    content: '';
    background: #000;
}

.admin_edit_page a {
    width: 100%;
    height: 100%;
    display: block;
}

.isMobile .category_sort_menu .sort_box .count_limit {
    display: none;
}

@media screen and (max-width: 1385px) {
    .abount_page .abount_content .bg {
        background-position: 0 center !important;
    }
}

@media screen and (max-width: 1300px) {
    header.header .info_box .social a:first-child {
        padding: 0 5px 0 30px;
    }

    header.header .info_box .social a,
    header.header .info_box .langs {
        padding: 0 5px 0 30px;
    }

    header.header .info_box .social a.insta {
        background-position: 6px 5px;
    }

    header.header .info_box .social a.facebook {
        background-position: 5px 4px;
    }

    header.header .info_box .langs {
        background-position: 6px 5px;
    }
}

@media screen and (max-width: 1250px) {
    header.header .callback_box,
    header.header .email,
    header.header .phones,
    header.header .shop_box .email {
        display: block;
        padding: 0;
        margin: 0;
    }

    header.header .email,
    header.header .callback_box {
        margin-top: 10px;
    }

    header.header .logo_box {
        width: 200px;
    }

    header.header .logo_box a {
        width: 200px;
        height: 214px;
        background: url('/img/logo_mobile.png') no-repeat scroll center 0;
    }

    header.header .info_box .item:last-child,
    header.header .shop_box .item:last-child {
        height: auto;
        border: 0;
    }

    header.header .info_box .social a.facebook span,
    header.header .info_box .social a.insta span {
        display: none;
    }

    header.header .info_box .social a.facebook,
    header.header .info_box .social a.insta {
        padding-left: 40px;
        background-position: center;
    }

    header.header .info_box .langs {
        padding-left: 40px;
        background-position: 11px 5px;
    }

    header.header .shop_box .cart a span {
        display: none;
    }

    header.header .shop_box .cart a i {
        display: block;
    }

    .select_box .title_select {
        min-width: 150px;
    }

    .slider_box .descr {
        width: 60%;
    }

    .slider_box .descr .title {
        font-size: 35px;
    }

    .slider_box .descr .text {
        line-height: 22px;
    }

    header.header .shop_box .auth .select_box {
        height: 30px;
    }

    header.header .shop_box .auth .select_box .title_select {
        display: none;
    }

    header.header .shop_box .auth .select_box .drop {
        width: 178px;
    }

    .view_product .buttons .table_cell:last-child {
        min-width: 220px;
    }

}

@media screen and (max-width: 1120px) {
    .category_sort_menu .sort_box .sort,
    .category_sort_menu .sort_box .count_limit {
        width: auto;
        display: block;
        border: 0 !important;
    }

    #reviews .right_block {
        width: 410px;
        padding: 20px 15px 25px 15px;
    }
}

@media screen and (max-width: 1000px) {
    header.header .email a,
    header.header .info_box .phones a {
        font-size: 16px;
    }

    .activity_list .item .text {
        display: none;
    }

    header.header .info_box .langs .lang_inline {
        display: none;
    }

    header.header .info_box .langs .select_box {
        display: block;
        margin: 8px 0 0 0;
    }

    header.header .info_box .langs .select_box .title_select {
        min-width: auto;
    }

    header.header .info_box,
    header.header .shop_box {
        padding: 10px 20px 0 20px;
    }

    .company_benefits .benefit_list {
        border-spacing: 10px;
        margin: -20px auto;
    }

    .view_page .left_block {
        width: auto;
        display: block;
        padding: 0 0 40px 0;
    }

    .view_page .right_block {
        width: auto;
        display: block;
    }

    .view_page .right_block .news_list .news_item {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }

    .view_product .buttons .table_cell:last-child {
        min-width: 180px;
    }

    .view_product .qty label {
        padding: 0;
    }

    .breadcrumbs {
        margin-top: 25px;
    }

    .page_404 {
        margin: 20px;
    }

    .page_404 .title_404 {
        font-size: 130px;
    }

    .page_404 .text_404 {
        font-size: 20px;
    }

    footer .item:first-child {
        width: 24%;
    }

    footer .item:nth-child(2) {
        width: 38%;
    }

    footer .item:nth-child(3) {
        width: 37%;
    }

}

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

    #reviews .left_block,
    #reviews .right_block {
        width: auto;
        display: block;
    }

    #reviews .right_block {
        margin-top: 20px;
    }

    h1 .pull-right {
        position: static;
        float: right;
    }
}

@media screen and (max-width: 780px) {
    h1, h2, h3, h4, h5, h6 {
        padding: 35px 0 10px 0;
    }

    .activity_list .item {
        margin-top: 20px;
    }

    .isMobile .activity_list .item .table_cell {
        width: 100%;
        display: block;
        padding: 15px;
    }

    .isMobile .activity_list .item .text {
        display: none;
    }

    .isMobile .activity_list .item .table_cell .table_cell,
    .isMobile .activity_list .item .table_cell .table_cell:last-child {
        width: auto;
        padding: 0;
        display: block;
    }

    .isMobile .activity_list .item .table_cell .table_cell:last-child {
        margin-top: 10px;
    }

    .isMobile .slider_box {
        height: 400px;
    }

    .isMobile .slider_box .descr {
        width: auto;
        top: 25px;
        left: 10px;
        right: 10px;
    }

    .isMobile .slider_box .descr .title {
        font-size: 25px;
    }

    .isMobile .slider_box .descr .text {
        font-size: 14px;
    }

    .isMobile .cat_box.cat_box_4 .item {
        width: 50%;
    }

    .isMobile .cat_box.cat_box_4 .item:last-child {
        display: inline-block;
    }

    .isMobile footer {
        padding: 30px 0 40px 0;
    }

    .isMobile footer .item:first-child,
    .isMobile footer .item:nth-child(2),
    .isMobile footer .item:nth-child(3) {
        width: 100%;
        padding: 0 20px;
    }

    .isMobile footer .item:nth-child(2),
    .isMobile footer .item:nth-child(3) {
        margin-top: 30px;
    }

    .isMobile .info_block {
        padding: 25px 0;
    }

    .isMobile .info_block .more {
        margin: 10px 0;
    }

    .isMobile .info_block .title {
        margin-bottom: 5px;
    }

    .isMobile .info_block.company_benefits .benefit_list {
        margin: 0px auto;
    }

    .isMobile .company_benefits .benefit_list {
        border-spacing: 0;
    }

    .isMobile .benefit_list .item {
        width: auto;
        display: block;
        margin: 20px;
    }

    .isMobile .news_list .news_item {
        width: 48%;
        display: inline-block;
    }

    .isMobile .info_block .news_list {
        margin: 30px 10px -30px 10px;
    }

    .isMobile .view_page .right_block {
        display: none;
    }

    .isMobile .view_page .left_block .image {
        height: 300px;
    }

    .isMobile .delivery_payment_list .table .image_name,
    .isMobile .delivery_payment_list .table .text {
        width: auto;
        display: block;
        padding: 20px 0;
    }

    .isMobile .delivery_payment_list .table .image_name {
        padding: 20px 30px 0px 30px;
    }

    .isMobile .delivery_payment_list .item:first-child,
    .isMobile .delivery_payment_list .table .text,
    .isMobile .delivery_payment_list .table .price {
        border: 0;
    }

    .isMobile .delivery_payment_list .table .price {
        display: none;
    }

    .isMobile .delivery_payment_list .item {
        width: auto;
        display: block;
        border-top: 1px solid #ebe6d9;
    }

    .isMobile .delivery_payment_list .table .image_name .name_price {
        display: block;
    }

    .isMobile .cart_page .cart_products .t_head .table_cell:nth-child(3),
    .isMobile .cart_page .cart_products .t_body .table_cell:nth-child(3) {
        display: none;
    }

    .isMobile .cart_page .cart_products {
        padding: 0;
    }

    .isMobile .cart_page .cart_products .t_body .table_cell {
        padding: 15px 10px;
    }

    .isMobile .checkout_you_info .first_table,
    .isMobile .checkout_you_info .total_box {
        width: auto;
        display: block;
        padding: 0;
        border: 0;
    }

    .isMobile .checkout_you_info .total_box {
        margin-top: 40px;
    }

    .isMobile .contact_page .contact_td,
    .map_td {
        width: auto;
        display: block;
    }

    .isMobile .contact_page .contact_td {
        padding: 0 10px 50px 10px;
    }

    h1 {
        font-size: 24px;
    }

    .view_product .add2cart_box .price_box .price {
        font-size: 24px;
        margin-left: 10px;
    }

    .left_side {
        display: none;
    }

    .right_side {
        margin: 0;
    }

    .order-products {
        display: none;
    }

    #popup,
    #popup.big_popup {
        width: auto;
        margin: 0;
        left: 10px;
        right: 10px;
    }

    #popup {
        padding: 20px;
        top: 19px;
    }

}

@media screen and (max-width: 760px) {
    .isMobile .recipe_view_page .left_block,
    .isMobile .recipe_view_page .right_block,
    .isMobile .view_product .left_block,
    .isMobile .view_product .right_block {
        width: auto;
        display: block;
        padding: 0;
    }

    .isMobile .view_product .left_block {
        margin-top: 20px;
    }

    .isMobile .view_product .left_block .general_image a {
        height: 300px;
    }

    .isMobile .view_product .table_cell.qty {
        text-align: center;
    }

    .isMobile .breadcrumbs {
        padding-top: 25px;
        margin: 0;
    }

    .isMobile .recipe_view_page .left_block {
        padding: 0 10px;
    }

    .isMobile .recipe_view_page .recipe_steps {
        padding: 2% 10px;
    }

    .isMobile .recipe_view_page .recipe_steps .text .step {
        width: 45px;
        height: 45px;
        line-height: 45px;
        font-size: 20px;
        left: -25px;
    }

    .isMobile .recipe_view_page .recipe_steps .text {
        margin-left: 25px;
        margin-top: 35px;
        padding: 15px 15px 15px 35px;
    }
}

@media screen and (max-width: 650px) {
    .isMobile .about_box {
        padding: 20px 0px;
    }

    .isMobile .about_page .about_content {
        padding: 20px 10px;
    }

    .isMobile .about_box .bg,
    .isMobile .about_page .about_content .bg {
        display: none;
    }

    .isMobile .cart_page .cart_products .t_head .table_cell:nth-child(1),
    .isMobile .cart_page .cart_products .t_body .table_cell:nth-child(1) {
        display: none;
    }

    .isMobile .cart_page .buttons .table_cell {
        width: auto;
        display: block;
        text-align: center;
    }

    .isMobile .cart_page .buttons .table_cell:first-child {
        margin-bottom: 10px;
    }

    .isMobile .login_page .form_box .submit a:last-child {
        display: block;
        margin: 20px 0 0 0;
    }

    .isMobile .category_sort_menu .sort_box .title_block {
        display: none;
    }

    .isMobile .category_sort_menu .select_box .title_select {
        text-align: right;
    }

    .isMobile .checkout_you_info .tabs_ul li {
        margin: 0 0px 10px 0px;
    }

    .isMobile .checkout_you_info .tabs_ul li a {
        padding: 13px 10px;
    }
}

@media screen and (max-width: 560px) {
    .isMobile .cat_box.cat_box_3 .item {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .isMobile .cat_box.cat_box_4 .item {
        width: 100%;
    }

    .isMobile .news_list .news_item {
        width: auto;
        display: block;
    }

    .isMobile .cart_page .cart_products .t_head .table_cell,
    .isMobile .cart_page .cart_products .t_body .table_cell {
        padding: 6px;
        font-size: 12px;
    }

    .isMobile .cart_page .cart_products .t_body .remove_td {
        width: 60px;
    }

    .isMobile .cart_page .cart_products .t_body .title a {
        font-size: 12px;
    }

    .isMobile .cart_page .cart_products .qty_box {
        width: 65px;
    }

    .isMobile .cart_page .cart_products .qty_box input {
        font-size: 14px;
    }

    .isMobile .login_page .form_box .submit .btn,
    .isMobile .login_page .form_box .submit a {
        width: 100%;
        display: block;
        margin: 20px 0 0 0;
    }

    .isMobile .view_product .buttons .table_cell {
        width: auto;
        display: block;
    }

    .isMobile .steps {
        font-size: 12px;
    }

    .isMobile .steps .step::before {
        margin-right: 35px;
    }

    .isMobile .steps .step::after {
        margin-left: 35px;
    }

    .isMobile .cart_page .itogo_box .itogo_td {
        font-size: 20px;
    }

    .isMobile .page_404 .title_404 {
        font-size: 110px;
    }

    .isMobile .page_404 .error_404 {
        margin: 30px 0;
    }

    .isMobile .header_box .title {
        font-size: 33px;
    }

    .isMobile .right_side .product_list {
        margin-left: -1%;
    }

    .isMobile .right_side .product_list .product_item {
        width: 49%;
        margin: 0 0 20px 1%;
    }

    .isMobile .right_side .product_list .product_item .image {
        width: 100%;
    }

    .isMobile .right_side .product_list .product_item .addToCart {
        padding: 0;
    }

    .isMobile .category_sort_menu .type_product_action a {
        margin: 0 0 0 3px;
    }

    .isMobile .category_sort_menu .type_product_action a {
        padding-right: 8px;
        padding-left: 20px;
    }

    .isMobile .category_sort_menu .sort_box .count_limit {
        margin: 0 23px 0 0;
    }

    .isMobile .category_sort_menu .auto .table_cell.with_border {
        padding: 4px 7px;
    }
}

/****************************Next dev******************************************/
.visible {
    display: block;
}

.not-visible {
    display: none;
}

.live-focus {
    position: absolute;
    /*left: 16px;*/
    /*padding: 2px;*/
    /*top: 35px;*/
}
.add_display_none {
    display: none!important;
}
.add_display_fl {
    display: flex!important;
}

.phone-insert {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 33px;
    flex-direction: column;
    z-index: 50;
    border: #905e35 1px solid;
    border-radius: 5px;
    padding: 0px 16px;
    left: 25px;
    background-color: white;
}

.nav-phones {
    min-width: 200px!important;
    height: calc(1.8125rem + 10px);
    line-height: calc(1.8125rem + 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.nav-phones a, .nav-phones i {
    color: #915e31;
}

.ph-ic i {
    font-size: 1.4rem;
}

.nav-phones a {
    font-family: 'Arimo-Bold', sans-serif;
}

.phones__list {
    /*margin-top: -38px;*/
    /*padding-top: 35px;*/
    /*padding-right: 9px;*/
    /*width: 196px;*/
    /*list-style: unset;*/
    z-index: 1;
    position: relative;
}

.phones__list .phones__list-item {
    border-top: 1px solid #f6e9dc;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    list-style: none;
}

.phones__list .phones__list-item a {
    /*display: block;*/
    float: none;
    overflow: hidden;
    margin: 0 auto;
    padding: 5px 15px;

}

.phones__dropdown {
    margin-left: 1px !important;
}

.phones__dropdown .phones__toggle {
    cursor: pointer;

    /*margin: 10%;*/
    color: #964e0f;
}

.navbar-light {
    background-color: white;
}

.group-right-panel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.cat_box {
    margin-bottom: 5px;
}

/*button up*/
#upBtn {
    /*background: url(/img/chevron-up-solid.svg) no-repeat scroll 3px 0px;*/
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #ffffff;
    color: #905e35;
    cursor: pointer;
    border-radius: 10px;
    font-size: 35px;
    width: 4%;
    min-width: 41px;
    max-width: 50px;
}

#upBtn:hover {
    background-color: #555; /* Add a dark-grey background on hover */
}

header.header .logo_box {
    max-width: 185px !important;
}

.imgLogo {
    z-index: 122;
}

.skip-phones {
    color: #915e31;
    text-decoration: none;
    outline: none;
}

.phone {

}
.header {
    z-index: 60;
}
.search-form .submit {
    min-width: 100px;
}
.search-form .submit .btn {
    height: calc(1.8125rem + 11px);
    line-height: calc(1.8125rem + 11px);
}

#navbarResponsive .callback {
    color: white;
    background-color: #915e31;
    display: inline-block;
    font-size: 13px;
    padding: 1px 22px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    border: 1.4px solid #905e35;
    /*background: none;*/
    border-radius: 7px;
    width: 100%;
}

#navbarResponsive .callback:hover {
    color: #915e31 !important;
    background: none !important;
}

#navbarResponsive .auth .popupPage {
    /*min-width: 140px !important;*/
}
.contact-links .nav-item:nth-child(2) {
    width: 60%;

}
.phone, #navbarResponsive .callback {
    height: calc(1.8125rem + 10px);
    line-height: calc(1.8125rem + 10px);
    line-height: 36px;
}
#navbarResponsive .shop_box {
    padding: 0;
}
#navbarResponsive .cart a, #navbarResponsive .shop_box, .auth a {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    color: #915e31 !important;
}

#navbarResponsive .shop_box .auth a:hover, #navbarResponsive .shop_box .cart a:hover {
    transition: all .6s ease;
    -webkit-box-shadow: 0px 2px 11px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 11px -3px rgba(0, 0, 0, 0.75);
}
header.header .info_box .item:first-child, header.header .shop_box .item:first-child {
    margin: 0;
    padding: 0;
    border-bottom: unset;
}

.header nav {
    display: flow-root;
    padding-top: unset;
    padding-bottom: unset;
}
.header .navbar {
    display: block;
}
.cart {
    color: #454545;
    font-size: 13px !important;
    line-height: 32px !important;
    display: inline-block;
    z-index: 1;
    position: relative;
}
.shadow-phone {
    -webkit-box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.75);
}
.shadow-effect {
    -webkit-box-shadow: 0px 2px 11px -3px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 2px 11px -3px rgba(0, 0, 0, 0.75);
}
#header-search {
    width: 88%;
    position: relative;
    right: 0;
    z-index: 0;
}
.search-form {
    width: 102%;
}
.search-form .input-box input {
    display: block;
    float: left;
    border: 0;
    padding: 0 25px;
    height: 40px;
    width: 85%;
    font: 300 105% "GothaPro", sans-serif;
    color: #8D8D8D;
}
.header-nav-btn {
    width: 150px;
    height: 47px;
    color: #915e31;
    border: 0;
    background-color: #f5eae0;
    font-family: 'Gilroy-ExtraBold', sans-serif;
    border-radius: 2px;
    font-size: 1em;
    text-transform: uppercase;
    line-height: 47px;
    text-align: center;
    letter-spacing: 1px;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*padding: 0 0 0 30px;*/
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    z-index: 1;
}
.header-nav-btn:hover {}
.curret:hover {
    color: #ffffff;
    background-color: #915e31;
}
.submit .btn {
    min-height: unset !important;
    border-radius: 1px;
}
#prText a {
    width: 100%;
    display: block;
    font-size: 0.96rem;
}
.left {
    padding-left: 70px !important;
}
#prText a:hover {
    width: 100%;
    background-color: #486f6f12;
}
.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}
.nav-primary .active {
    background: #f0f0f0;
    border: solid 1px #e1dfdf;
}
.navbar {
    padding: 0 !important;
    margin: 0 auto !important;
}
nav div:last-child {
    padding: 0;
    /*margin: 0 auto;*/
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.submit .full {
    line-height: unset !important;
}
.darkened {
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
}

.border-divider {
    border-right: 1px solid #ebe6d9;
}
/******* news block ***********/
.back_block {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 100%;
    background: rgba(117, 70, 40, 0.74);
    /*background: rgba(0, 147, 238, 0.8);*/
    text-align: center;
    color: #ffffff;
    font-size: 17px;
    font-weight: 400;
    padding-top: 195px;
    -webkit-transition: top .4s linear;
    -moz-transition: top .4s linear;
    -ms-transition: top .4s linear;
    -o-transition: top .4s linear;
    transition: top .4s linear;
}
.back_block:hover {
    color: white !important;
}
.back_block span{
    background-color: #00000061;
    position: relative;
    top: -40px;
}
.last-news .news-container:hover .read-more, .related-news .news-container:hover .read-more {
    top: 0;
}

.news_list .news_item:hover .back_block {
    top: 0;
}

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

/******* right menu ***********/
#header-menu {
    background-color: #ffffff !important;
    overflow: hidden;
}
#header-menu section {
    margin-bottom: 40px;
    padding: 0 20px;
}
#header-menu section.complaint-section {
    margin-bottom: 10px;
    padding: 0 20px;
}
#header-menu .form-subscribe-header label {
    font-size: 11px;
    color: white;
    opacity: .3;
    margin-bottom: 20px;
    display: block;
    margin-top: -10px;
}
#header-menu #newsletter {
    height: 28px;
    width: 128px;
    border: none;
    font-size: 12px;
    display: inline-block;
    background-color: white;
    font-weight: 100;
}
#header-menu #aside-subscribe-btn {
    width: 28px;
    height: 28px;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    margin-left: -4px;
    color: white;
    font-size: 17px;
    font-weight: 400;
    background: #3083c7;
    color: transparent;
    position: relative;
}
#header-menu #aside-subscribe-btn:after {
    display: block;
    position: absolute;
    height: 20px;
    width: 100%;
    line-height: 30px;
    top: 0px;
    left: 0;
    text-align: center;
    content: '>';
    font-size: 14px;
    color: white;
}
.fadeRc {
    right: -215px !important;
}
.fadeActive {
    right: 0px !important;
    -webkit-box-shadow: -2px 0px 8px 0px rgba(158, 87, 59, 0.47);
    -moz-box-shadow: -2px 4px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: -2px 0px 8px 0px rgba(158, 87, 59, 0.47);
}
#header-menu {
    z-index: 1035 !important;
}
.header-menu__img-wrap {
    background-color: #ddb38d29;
    border-bottom: #a67a58 1px solid;
    padding: 17px;
}
.complaint-section a span {
    color: #996a40;
    text-decoration: none;
    outline: none;
}
.complaint-section h4 {
    border-bottom: #8d5428 1px solid;
}
.btn-right-menu {
    font-family: 'Gilroy-ExtraBold', sans-serif;
    height: 100%;
    background: #74461d;
    color: #ffffff;
    -webkit-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    border: none;
    border-radius: 2px;
    display: inline-block;
    line-height: 36px;
    padding: 0 16px;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.btn-right-menu:hover {}
.darkb {
    background-color: black;
    background-image: none;
    opacity: 0.9;
    z-index: 1020;
}
.modal_c {
    display: none;
    position: fixed;
    z-index: 1033;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.complaint-section strong {}
.complaint-section img {
    filter: saturate(32);
}
#ps-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}
#ps-container::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}
#ps-container::-webkit-scrollbar-thumb {
    background-color: #F90;
    background-image: -webkit-linear-gradient(45deg,
    rgba(255, 255, 255, .2) 25%,
    transparent 25%,
    transparent 50%,
    rgba(255, 255, 255, .2) 50%,
    rgba(255, 255, 255, .2) 75%,
    transparent 75%,
    transparent)
}
.scrollbar {
    height: 85%;
    /* width: 65px; */
    background: #F5F5F5;
    overflow-y: scroll;
}
.force-overflow {}
.info_block {
    background-color: #f7f9f8 !important;
    padding: 45px 0 0 !important;
}
.slider_box {
    margin-bottom: 2px;
}
.cart a span {
    font-size: 0.9rem;
}
.menu-btn {
    height: 54px;
    margin-left: auto;
    position: relative;
    right: 20px;
    display: flex;
}

/**********select filter***********/
[class*=formui] {
    border: 0;
    padding: 5px;
    /*font-size: 16px;*/
    border: 2px solid #cccccc;
    position: relative;
    border-radius: 3px;
}
.formui-dropdown {
    display: inline-block;
    /* margin: 0 0 0 15px; */
    /* padding-right: 15px; */
    text-align: left;
    vertical-align: top;
    /* width: 101px; */
    background-color: #ffffff;
    /* min-width: 300px; */
    /* padding: 0; */
    overflow: hidden;
}
.formui-dropdown select {
    top: 5px;
    margin-top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    font-size: inherit;
    border: 0;
    /*height: 36px;*/
    background: none;
    outline: none;
}
.formui-dropdown .text {
    display: block;
}
/*.formui-dropdown:before {*/
    /*content: "";*/
    /*position: absolute;*/
    /*top: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/
    /*background: #915e31;*/

    /*color: #fff;*/
    /*width: 30px;*/
    /*text-align: center;*/
/*}*/
.formui-dropdown:after {
    content: "▼";
    position: absolute;
    vertical-align: middle;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    /* width: 30px; */
    /* height: 22px; */
    line-height: 36px;
    font-weight: bold;
    font-size: 12px;
    color: #fff;
}


/*************************************/
.d4 form {
    display: flex;
    border-radius: 3px;
    border: 2px solid #915e31;
    border-bottom: 1px;
    border-top: 0;
    background-color: #915e3100;
}
.d4 input, .d4 button {
    border: none;
    font-size: 1.2rem;
    outline: none;
    background: transparent;
}
.d4 input {
    width: 100%;
    height: 43px;
    padding-left: 15px;
}

.d4 input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #915e31;
    opacity: 1; /* Firefox */
}

.d4:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #915e31;
}

.d4::-ms-input-placeholder { /* Microsoft Edge */
    color: #915e31;
}

.d4 button {
    /*height: 42px;*/
    /*width: 42px;*/
    /*position: relative;*/
    /*top: 0;*/
    /*right: 0;*/
    /*cursor: pointer;*/
}
.d4 i {
    font-size: 2.3rem;
    height: 100%;
    line-height: 47px;
    position: relative;
    right: 5px;
    color: #915e31;
}
/* rounded social icons */
.footer-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    min-height: 35px;
    font-size: 21px;
    color: #fff;
    background: #905e35;
    border-radius: 50%;
    transition: .4s ease;
}
.footer-icon:hover {
    color: #905e35;
    background: #fff;
}


.search {
    width: 100px;
    height: 100px;
    margin: 40px auto 0;
    background-color: #242628;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}
.search:before {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    position: relative;
    background-color: #00fede;
    transition: all 0.5s ease;
}
.search.open {
    width: 420px;
}
.search.open:before {
    height: 60px;
    margin: 20px 0 20px 30px;
    position: absolute;
}
.search-box {
    width: 100%;
    height: 100%;
    box-shadow: none;
    border: none;
    background: transparent;
    color: #fff;
    padding: 20px 100px 20px 45px;
    font-size: 40px;
}
.search-box:focus {
    outline: none;
}
.search-button {
    width: 100px;
    height: 100px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 20px;
    cursor: pointer;
}
.search-icon {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 3px solid #00fede;
    display: block;
    position: relative;
    margin-left: 5px;
    transition: all 0.5s ease;
}
.search-icon:before {
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -2px;
    top: 30px;
    display: block;
    background-color: #00fede;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.search-icon:after {
    content: '';
    width: 3px;
    height: 15px;
    position: absolute;
    right: -12px;
    top: 40px;
    display: block;
    background-color: #00fede;
    transform: rotate(-45deg);
    transition: all 0.5s ease;
}
.open .search-icon {
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 60px;
}
.open .search-icon:before {
    transform: rotate(52deg);
    right: 22px;
    top: 23px;
    height: 18px;
}
.open .search-icon:after {
    transform: rotate(-230deg);
    right: 22px;
    top: 13px;
    height: 18px;
}
/**********************************/
@media (max-width: 500px) {
    .dropdown-menu{
        height:200px;
        overflow-y:auto;
    }
}
@media (min-width: 544px) {  }
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .filterBl {
        display: none;
    }
    .search-icon {
        font-size: 0;
    }
}
@media (max-width: 768px) {
    .full span:first-child {
        font-size: 0;
    }
    .search-form .submit {
        min-width: 77px;
    }
}
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .logo_box {
        width: 20%!important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1200px) {
    header.header .shop_box {
        /*padding: 10px 30px 0 20px;*/
        padding-right: 1rem !important;
    }
}

/**********************************************************************/
@media screen and (max-width: 1250px) {
    .auth span {
        font-size: 0;
    }
}

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


    #headerMenu {
        display: none;
    }
    #navbarResponsive {
        background-color: white;
    }
    .contact-links li {
        padding: 1rem!important;
    }
    .contact-links li:first-child {
        max-width: 25%;
        min-width: 230px;
    }

    #navbarResponsive ul:first-child {
        align-items: center !important;
    }

    #navbarResponsive ul:last-child {
        display: flex;
        flex-direction: row;
    }

    #navbarResponsive ul:last-child li:last-child div a span {
        display: inline-block;
    }

    #navbarResponsive ul:first-child, #navbarResponsive ul:last-child {
        margin: 8px;
        padding: 8px;
    }

    nav div:last-child {
        padding: 0;
        margin: 0;
    }

    .contact-links {
        min-height: 130px;
    }

    .header-nav-btn {
        /*min-width: 0;*/
        /*margin: 0 auto;*/
        /*padding: 0;*/
    }

    .header-nav-btn .catalog {
        /*display: none;*/
    }

    .imgLogo {
        position: relative;
    }

    .shop_box{
        justify-content: flex-end;
    }
    .shop_box li{
        max-width: 12%!important;
        /*margin-left: auto!important;*/
    }
}

@media screen and (max-width: 360px) {
    .isMobile #popup.big_popup {
        left: 2px;
        right: 2px;
    }

    .isMobile #popup {
        padding: 20px 10px;
    }
}
