@font-face {
    font-family: "HelveticaNeueCyr";
    font-display: swap;
    src: local("HelveticaNeueCyr Roman"), local("HelveticaNeueCyr-Roman"), url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Roman.eot") format("eot"), url("../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    font-display: swap;
    src: local("HelveticaNeueCyr Medium"), local("HelveticaNeueCyr-Medium"), url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Medium.eot") format("eot"), url("../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    font-display: swap;
    src: local("HelveticaNeueCyr Heavy"), local("HelveticaNeueCyr-Heavy"), url("../fonts/HelveticaNeueCyr-Heavy.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Heavy.eot") format("eot"), url("../fonts/HelveticaNeueCyr-Heavy.ttf") format("truetype");
    font-style: normal;
    font-weight: 800;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    font-display: swap;
    src: local("HelveticaNeueCyr Bold"), local("HelveticaNeueCyr-Bold"), url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Bold.eot") format("eot"), url("../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "HelveticaNeueCyr";
    font-display: swap;
    src: local("HelveticaNeueCyr Black"), local("CHelveticaNeueCyr-Black"), url("../fonts/HelveticaNeueCyr-Black.woff") format("woff"), url("../fonts/HelveticaNeueCyr-Black.eot") format("eot"), url("../fonts/HelveticaNeueCyr-Black.ttf") format("truetype");
    font-style: normal;
    font-weight: 900;
}

@font-face {
    font-family: "Garamond";
    font-display: swap;
    src: local("garamond-bold"), local("garamond-bold"), url("../fonts/GARABD.TTF") format("truetype");
    font-style: normal;
    font-weight: 700;
}

header {
    border-bottom: 1px solid #e0dcca;
}

body {
    font-family: "HelveticaNeueCyr" !important;
    font-weight: 400;
    color: #201600;
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #201600;
}


/* default font size */

.fa {
    font-size: 14px;
}


/* Override the bootstrap defaults */

h1,
.h1 {
    font-size: 33px;
}

h2,
.h2 {
    font-size: 27px;
}

h3,
.h3 {
    font-size: 21px;
}

h4,
.h4 {
    font-size: 15px;
}

h5,
.h5 {
    font-size: 12px;
}

h6,
.h6 {
    font-size: 10.2px;
}

a {
    color: #201600;
}

a:hover {
    text-decoration: none;
    color: #e0dcca;
}

legend {
    font-size: 18px;
    padding: 7px 0px;
}

label {
    font-size: 16px;
    font-weight: normal;
}

img {
    max-width: 100%;
}

*:focus {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

button:focus {
    outline: none;
}

.promo_top_ {
    text-align: center;
    z-index: 300;
    position: relative;
}

.promo_top_ p {
    margin: 0;
    font-weight: bold;
}

@media (max-width: 1920px) {
    .promo_top_ {
        padding: 19px 0;
        /* 80 */
    }

    .promo_top_ p {
        font-size: 28px;
    }
}

@media (max-width: 1600px) {
    .promo_top_ {
        padding: 15px 0;
        /* 70 */
    }

    .promo_top_ p {
        font-size: 24px;
    }
}

@media (max-width: 1440px) {
    .promo_top_ {
        padding: 11.5px 0;
        /* 60 */
    }

    .promo_top_ p {
        font-size: 20px;
    }
}

@media (max-width: 1280px) {
    .promo_top_ {
        padding: 8.5px 0;
        /* 50 */
    }

    .promo_top_ p {
        font-size: 18px;
    }
}

@media (max-width: 1024px) {
    .promo_top_ {
        padding: 5px 0;
        /* 40 */
    }

    .promo_top_ p {
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .promo_top_ {
        padding: 1.5px 0;
        /* 30 */
    }

    .promo_top_ p {
        font-size: 14px;
    }
}

.form-control {
    color: #201600;
}

.form-control:focus {
    outline: 0;
    box-shadow: none;
}

option {
    font-family: Arial;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.btn-group-sm>.btn,
.btn-sm {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.container_nav_desctop,
.desctop_version,
.container_footer_desctop,
.wrapp_block_desc {
    display: block;
}

.container_nav_mobile,
.mobile_version,
.container_footer_mobile,
.wrapp_block_mobile {
    display: none;
}

.destop_tabs_blog {
    display: block !important;
}

@media (max-width: 767px) {
    .destop_tabs_blog {
        display: none !important;
    }
}

.mobile_tabs_blog {
    display: none !important;
}

@media (max-width: 767px) {
    .mobile_tabs_blog {
        display: flex !important;
        margin-bottom: 24px;
    }

    .mobile_tabs_blog select {
        width: 100%;
        height: 48px;
        border: 1px solid #DFDCCC;
        border-radius: 100px;
        font-size: 15px;
        line-height: 22px;
        color: #525353;
        font-family: HelveticaNeueCyr;
        padding: 0px 15px;
        font-weight: 400;
        position: relative;
        background: transparent;
        text-align: center;
    }

    .mobile_tabs_blog select:focus {
        border: 1px solid rgba(32, 22, 0, 50%) !important;
    }

    .mobile_tabs_blog .wrapp_select_blog:after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6L8.5 10L12.5 6' stroke='%23525353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
        width: 17px;
        height: 16px;
        display: block;
        z-index: -1;
        position: absolute;
        top: 50%;
        right: 25px;
        transform: translateY(-50%);
    }
}

@media (max-width: 575px) {
    .mobile_tabs_blog .wrapp_select_blog:after {
        right: 10px;
    }
}

.blog_empty_tex {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 100px 0;
    color: #201600;
}

.show_blocks {
    display: block !important;
}

.menu_position_mobile {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
}

.body_margen_mobile {
    margin-top: 69px;
}

select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control {
    border-radius: 0;
}

.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover {
    font-size: 12px;
}

input.form-control {
    padding: 12px 15px;
    font-size: 15px;
    height: auto;
}

input.form-control:focus::placeholder,
textarea.form-control:focus::placeholder {
    opacity: 0;
}

textarea.form-control {
    padding: 12px 15px;
    font-size: 15px;
}

.dropdown-menu {
    border-radius: 0;
    padding: 0px;
}

#top-links ul.dropdown-menu {
    min-width: 291px;
    margin: 0px;
    top: 5px !important;
    border: 1px solid #e0dcca;
}

.hidden {
    display: none;
}

.input-group .input-group-addon {
    font-size: 18px;
    height: 100%;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    color: #201600;
    line-height: 24px;
    padding: 0px;
    background: transparent;
    border: none;
    margin-right: 20px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
}

.field-select {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
}

.field-select select {
    border: 1px solid #ced4da;
    padding: 8px 15px;
    color: #000;
    height: auto;
    font-size: 15px;
    width: 100%;
}

.field-title {
    margin-bottom: 5px;
    font-size: 15px;
}

.custom_form_input_group {
    align-items: center !important;
    margin: 0px !important;
    height: 100% !important;
    position: relative;
}

.drop_down_arrow {
    position: absolute;
    right: 24px;
    z-index: 1;
}

.list-group-item:first-child,
.list-group-item:last-child {
    border-radius: 0;
}

.img-thumbnail {
    padding: 0;
    border: 0;
    border-radius: 0;
    max-width: 100%;
    height: auto;
}


/* Fix some bootstrap issues */

span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
    display: inline;
}

.nav-tabs {
    margin-bottom: 15px;
}

div.required .control-label:after {
    content: "* ";
    color: #f00;
    font-weight: bold;
    margin-left: 5px;
}


/* Gradent to all drop down menus */

.dropdown-menu li>a:hover {
    text-decoration: none;
    color: #e0dcca;
    background-color: transparent;
    background-image: none;
    background-repeat: no-repeat;
}


/* top */

#top {
    background-color: #fff;
    border-bottom: 1px solid #e0dcca;
    padding: 15px 0px 20px 0;
}

#top .container {
    padding: 0 15px;
}

#top .container>.row {
    justify-content: space-between;
}

.container {
    max-width: 87.4% !important;
}

.container_blog {
    max-width: 1260px !important;
}

#top #form-currency .currency-select,
#top #form-language .language-select {
    text-align: left;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
    text-shadow: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#top .btn-link,
#top-links li,
#top-links a {
    color: #201600;
    text-decoration: none;
    font-family: HelveticaNeueCyr;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    padding: 0px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top .btn-link:focus {
    background: #e0dcca !important;
    color: #444 !important;
}

#top-links li {
    display: flex;
    position: relative;
}

#top-links li a {
    padding: 12px;
}

#top-links .dropdown-menu a {
    width: 100%;
}

.open>.dropdown-menu {
    padding: 0px;
}

#top .btn-link:hover,
#top-links a:hover {
    color: #444;
}

#top-links .dropdown-menu a {
    text-shadow: none;
    text-align: center;
    text-transform: initial;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #1d2814;
}

#top-links .dropdown-menu li:first-child a {
    border-bottom: 1px solid #e0dcca;
}

#top-links .dropdown-menu a:hover {
    background: #f8f7f1;
}

#top .btn-link strong {
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    font-family: HelveticaNeueCyr;
    font-weight: 700;
}

#top-links {}

#top-links a+a {
    margin-left: 15px;
}


/* logo */

#logo {
    margin: 0 0 10px 0;
}


/* search */

#search {
    padding-top: 0;
    padding-left: 55px;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}

#search .input-lg {
    height: max-content;
    background: #fff;
    border-bottom: 1px solid #bcbcbc;
    box-shadow: none;
    border-radius: 0px;
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0px;
    width: 250px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #201600;
    padding-bottom: 4px;
}

#search .input-lg.form-control:focus {
    border-bottom: 1px solid #201600 !important;
}

#search .btn-lg {
    padding: 0px 14px;
    text-shadow: none;
    box-shadow: none;
    border: transparent;
    background: transparent;
}

#button-search {
    padding: 10px 25px;
    font-size: 15px;
    margin-left: auto;
}

.button_exit_filter {
    display: none;
}

.search-fields {
    display: flex;
    align-items: center;
}

.search-fields input,
.search-fields select {
    padding: 10px 25px;
    display: flex;
    height: 50px;
}

.search-fields input:focus,
.search-fields select:focus {
    border: 1px solid #bcbcbc;
}

.search-fields input {
    max-width: 44%;
}

.search-fields select {
    max-width: 100%;
}

.search-fields .field-select {
    max-width: 100%;
    margin-right: 15px;
}

.search-fields #input-search {
    margin-right: 15px;
    border: 1px solid #efede5;
    padding: 15px;
}

.search-fields .field-select select {
    border: 1px solid #efede5;
    padding: 15px;
}

.product-search .custom_row_button_sort {
    margin-top: 20px;
}

.product-search #content {
    padding-top: 50px;
    padding-bottom: 68px;
}


/* cart */

#cart {
    padding-right: 13px;
    width: max-content;
    position: initial;
}

#cart>.btn {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    color: #fff;
    background: #fff;
    border-radius: 50%;
    max-width: 56px;
    max-height: 56px;
    display: flex;
    padding: 0px;
    border: 1px solid #e6e6e6;
    min-width: 56px;
    min-height: 56px;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#cart.open>.btn {
    background-image: none;
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    color: #666;
    box-shadow: none;
    text-shadow: none;
}

#cart>.btn:hover,
#cart>.btn:focus {
    background: #e0dcca;
    box-shadow: none;
}

#cart.open>.btn:hover,
#cart.open>.btn:focus {
    color: #444;
}

#cart .dropdown-menu {
    z-index: 1001;
    min-width: 150px;
    margin: 0;
    top: 5px !important;
    background: #fafafa;
    padding: 0;
    left: initial !important;
    right: 15px !important;
    transform: translate3d(0px, 56px, 0px) !important;
}

#cart .btn-remove {
    background: transparent;
    border: 0;
    box-shadow: none;
    color: #000;
    padding: 10px;
    font-size: 24px;
}

#cart .btn-remove:hover {
    color: #ff1313;
}

#cart .dropdown-menu table {
    margin-bottom: 0;
}

#cart .dropdown-menu li>div {
    min-width: 427px;
}

#cart .dropdown-menu li p {
    margin: 20px 0;
}

#cart table,
#cart tbody,
#cart tr,
#cart td {
    display: flex;
    flex-direction: column;
    border: 0;
}

#cart tr {
    flex-direction: row;
    align-items: center;
}

#cart .table-products {
    border-bottom: 1px solid #d3d3d3;
}

#cart .table-total,
#cart .price {
    font-size: 16px;
    color: #201600;
}

#cart .product-name {
    margin-right: auto;
}

#cart .table-total .title {
    margin-left: auto;
    padding: 20px 12px;
}

#cart .bottom {
    padding-bottom: 15px;
}

#cart .btn-checkout {
    font-size: 16px;
    padding: 10px 20px;
    margin: 0 auto;
}

#cart .dropdown-menu li>.empty-cart {
    padding: 25px 50px;
    min-width: auto;
}

@media (max-width: 478px) {
    #cart .dropdown-menu li>div {
        min-width: 100%;
    }

    #cart .dropdown-menu {
        width: 100%;
    }
}


/* menu */

.navbar-collapse.collapse.menu_row {
    display: flex !important;
    justify-content: center;
}

.navbar {
    padding: 0px !important;
}

#menu .nav>li {
    padding: 0px 32px 0px 32px;
}

#menu .nav>li>a {
    color: #201600;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700;
    min-height: 15px;
    background-color: transparent;
    font-family: HelveticaNeueCyr;
    position: relative;
    padding: 24px 0;
    display: flex;
}

#menu .nav>li>a:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0px;
    height: 2px;
    background-color: #201600;
    content: "";
    transition: width 0.4s ease-out;
}

#menu .nav>li>a:hover:after,
#menu .nav>li>a.current:after,
#menu .nav>li.open>a {
    width: 100%;
}

#menu .dropdown-menu {
    position: absolute;
    top: 70px;
    padding: 35px 40px;
    left: 0px;
    width: 100%;
    margin: 0px !important;
    z-index: 300;
    border: 1px solid #e0dcca;
    justify-content: space-between;
}

#menu .dropdown-inner {
    display: flex;
}

#menu .dropdown-inner ul {
    display: block;
    min-width: 370px;
    margin-right: 30px;
    padding: 0;
}

#menu .dropdown-inner ul.sub-menu {
    list-style: none;
}

#menu .sub-menu-li {
    margin-bottom: 38px;
}

#menu .top-inner-category {
    margin-bottom: 3px;
}

#menu .top-inner-category a {
    cursor: default;
    pointer-events: none;
}

#menu .dropdown-inner a {
    display: inline-flex;
    padding: 5px 15px;
    clear: both;
    line-height: 21px;
    color: #201600;
    text-transform: uppercase;
    font-size: 16px;
    font-family: HelveticaNeueCyr;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu .dropdown-inner a:before {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    left: 0px;
    margin-top: -2px;
    background: #201600;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu .dropdown-inner .submenu a:before {
    content: "";
}

#menu .dropdown-inner .sub-menu a {
    text-transform: none;
}

#menu .nav>li {
    position: inherit;
}

#menu .dropdown-inner a:focus {
    text-decoration: none;
}

#menu .dropdown-inner a:after {
    content: "";
    width: 4px;
    height: 4px;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-top: -2px;
    background: #201600;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu .dropdown-inner .sub-menu a:before {
    background: #e0dcca;
}

#menu .dropdown-inner .sub-menu a:after {
    content: none;
}

.nav>li {
    position: inherit;
}

#menu .dropdown-inner li a:hover {
    color: #e0dcca;
    text-decoration: underline;
}

#menu .dropdown-inner a:hover:before,
#menu .dropdown-inner a:hover:after {
    background: #e0dcca;
}

#menu .see-all {
    display: block;
    margin-top: 0.5em;
    border-top: 1px solid #ddd;
    padding: 3px 20px;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 3px 3px;
    font-size: 12px;
}

#menu .see-all:hover,
#menu .see-all:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
}

#menu #category {
    float: left;
    padding-left: 15px;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .btn-navbar {
    font-size: 15px;
    font-stretch: expanded;
    color: #fff;
    padding: 2px 18px;
    float: right;
    background-color: #229ac8;
    background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
    background-repeat: repeat-x;
    border-color: #1f90bb #1f90bb #145e7a;
}

#menu .btn-navbar:hover,
#menu .btn-navbar:focus,
#menu .btn-navbar:active,
#menu .btn-navbar.disabled,
#menu .btn-navbar[disabled] {
    color: #ffffff;
    background-color: #229ac8;
}

@media (min-width: 768px) {
    #menu .dropdown:hover .dropdown-menu {
        display: flex;
    }
}

@media (max-width: 767px) {
    #menu {
        border-radius: 4px;
    }

    #menu div.dropdown-inner>ul.list-unstyled {
        display: block;
    }

    #menu div.dropdown-menu {
        margin-left: 0 !important;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    #menu .dropdown-inner {
        display: block;
    }

    #menu .dropdown-inner a {
        width: 100%;
        color: #fff;
    }

    #menu .dropdown-menu a:hover,
    #menu .dropdown-menu ul li a:hover {
        background: rgba(0, 0, 0, 0.1);
    }

    #menu .see-all {
        margin-top: 0;
        border: none;
        border-radius: 0;
        color: #fff;
    }
}


/* content */

#content {
    min-height: 600px;
}


/* footer */

footer {
    margin-top: 0px;
    padding-top: 107px;
    background-color: #e0dcca;
    color: #363636;
}

footer hr {
    border-top: none;
    border-bottom: 1px solid #b3af9f;
    margin: 0px;
}

footer a {
    color: #6c6c6c;
}

footer a:hover {
    color: #fff;
}

footer h5 {
    font-family: "HelveticaNeueCyr" !important;
    font-size: 13px;
    font-weight: bold;
    color: #363636;
}


/* alert */

.alert {
    padding: 8px 14px 8px 14px;
}


/* breadcrumb */

.breadcrumb {
    margin: 0 0 23px 0;
    padding: 8px 0;
    border: 1px solid #ddd;
}

.breadcrumb i {
    font-size: 15px;
}

.breadcrumb>li {
    text-shadow: 0 1px 0 #fff;
    padding: 0 20px;
    position: relative;
    white-space: nowrap;
}

.breadcrumb>li:first-child {
    padding-left: 15px;
}

.breadcrumb>li+li:before {
    content: "";
    padding: 0;
}

.breadcrumb>li:after {
    content: "";
    display: block;
    position: absolute;
    top: -3px;
    right: -5px;
    width: 26px;
    height: 26px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

iframe {
    border: 0;
    max-width: 100%;
}

.pagination {
    margin: 0;
    flex-wrap: wrap;
    gap: 16px;
}

.pagination li {
    display: flex;
}

.pagination>li>a,
.pagination>li>span {
    border: none;
    background: transparent;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: 1px solid #DFDCCC;
    box-sizing: border-box;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 56px;
    padding: 12px 8px 8px 8px;
    font-size: 20px;
    line-height: 30px;
    color: #525353;
    margin: 0;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 3;
    color: #FFFFFF;
    background-color: #201600;
    border-color: #201600;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: #FFFFFF;
    background-color: #201600;
    border-color: #201600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.pagination>.active>span:after {
    content: "";
    width: 4px;
    height: 4px;
    background: #201600;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: none;
}

.pagination_arrow {
    padding: 8px;
}

.pagination li:first-child .pagination_arrow::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%23525353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    display: block;
}

.pagination li:first-child:hover .pagination_arrow::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 6L9 12L15 18' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pagination li:last-child .pagination_arrow::before {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23525353' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    display: block;
}

.pagination li:last-child:hover .pagination_arrow::before {
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 18L15 12L9 6' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.pagination_arrow img {
    display: none;
}


/* buttons */

.buttons {
    margin: 1em 0;
}

.btn {
    padding: 7.5px 12px;
    font-size: 12px;
    border: 1px solid #cccccc;
    border-radius: 4px;
    box-shadow: none;
}

.btn-xs {
    font-size: 9px;
}

.btn-sm {
    font-size: 10.2px;
}

.btn-lg {
    padding: 10px 16px;
    font-size: 15px;
}

.btn-group>.btn,
.btn-group>.dropdown-menu,
.btn-group>.popover {
    font-size: 12px;
}

.btn-group>.btn-xs {
    font-size: 9px;
}

.btn-group>.btn-sm {
    font-size: 10.2px;
}

.btn-group>.btn-lg {
    font-size: 15px;
}

.btn-default {
    color: #777;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #e7e7e7;
    background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
    background-repeat: repeat-x;
    border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}

.btn-primary {
    font-size: 20px;
    line-height: 27px;
    font-weight: 800;
    color: #ffffff;
    font-family: HelveticaNeueCyr;
    padding: 16px 50px;
    display: block;
    background: #201600;
    border: 2px solid #201600;
    width: max-content;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: none;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
    background: transparent;
    border: 2px solid #201600;
    color: #201600;
    text-decoration: none;
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show>.btn-primary.dropdown-toggle,
.btn-primary.focus,
.btn-primary:focus {
    color: #201600;
    background-color: transparent;
    border-color: #201600;
    box-shadow: none;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show>.btn-secondary.dropdown-toggle {
    color: #201600;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none;
    border: 2px solid #201600;
    font-weight: bold;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #201600;
    border-color: #201600;
}

.btn-warning {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #faa732;
    background-image: linear-gradient(to bottom, #fbb450, #f89406);
    background-repeat: repeat-x;
    border-color: #f89406 #f89406 #ad6704;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-danger {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
}

.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-success {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #5bb75b;
    background-image: linear-gradient(to bottom, #62c462, #51a351);
    background-repeat: repeat-x;
    border-color: #51a351 #51a351 #387038;
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}

.btn-info {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #df5c39;
    background-image: linear-gradient(to bottom, #e06342, #dc512c);
    background-repeat: repeat-x;
    border-color: #dc512c #dc512c #a2371a;
}

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.btn-link {
    border-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    color: #23a1d1;
    border-radius: 0;
}

.btn-link,
.btn-link:active,
.btn-link[disabled] {
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.btn-inverse {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: #222222 #222222 #000000;
}

.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #222222;
    background-image: linear-gradient(to bottom, #333333, #111111);
}

.btn-primary-sm {
    font-size: 20px;
    font-weight: 800;
    color: #ffffff;
    font-family: HelveticaNeueCyr;
    padding: 10px;
    display: block;
    background: #201600;
    border: 2px solid #201600;
    width: max-content;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 0;
    box-shadow: none;
    line-height: 1.5;
}

.btn-primary-sm:hover {
    color: #201600;
    background-color: transparent;
    border-color: #201600;
    box-shadow: none;
}


/* list group */

.list-group a {
    border: 1px solid #dddddd;
    color: #888888;
    padding: 8px 12px;
}

.list-group a.active,
.list-group a.active:hover,
.list-group a:hover {
    color: #444444;
    background: #eeeeee;
    border: 1px solid #dddddd;
    text-shadow: 0 1px 0 #fff;
}


/* carousel */

.carousel-caption {
    color: #ffffff;
    text-shadow: 0 1px 0 #000000;
}

.carousel-control .icon-prev:before {
    content: "\f053";
    font-family: FontAwesome;
}

.carousel-control .icon-next:before {
    content: "\f054";
    font-family: FontAwesome;
}


/* product list */

.product-thumb {
    margin-bottom: 20px;
    overflow: visible;
    background: #fff;
}

.product-thumb .image {
    text-align: center;
    position: relative;
}

.product-thumb .image a {
    display: block;
}

.product-thumb .image a:hover {
    opacity: 0.8;
}

.product-thumb .image img {
    margin-left: auto;
    margin-right: auto;
}

.product-grid .product-thumb .image {
    float: none;
}

.product-thumb .info_prod {
    display: flex;
    width: 100%;
}

.product-thumb .col_attr {
    min-width: 50%;
    display: flex;
}

.product-thumb .col_attr:nth-child(2) {
    justify-content: flex-end;
}

.product-thumb .left,
.product-thumb .right {
    flex-direction: row;
    display: flex;
}

.product-thumb .right {
    margin-left: auto;
}

.product-thumb .attr_name {
    margin-right: 5px;
}

.product-grid .wrap_list_info {}

.product-list .product-thumb {
    display: flex;
}

.product-list .wrapper_caption {
    width: 100%;
}

.product-list .caption {
    height: 100%;
}

.product-grid .wrap_list_info {
    display: none;
}

.product-list .wrapp_price_name {
    text-align: left;
}

.product-list .product-thumb .col_attr:nth-child(2) {
    justify-content: flex-start;
}

.product-list .wrapp_price_name {
    padding: 29px 0px 40px 0px;
}

.product-list .product-thumb .col_attr {
    padding-bottom: 10px;
}

.product-list .product-thumb .price {
    width: max-content;
    margin: 0px;
    padding-left: 20px;
}

.product-list .product-thumb .price li {
    margin-bottom: 10px;
}

.product-list .product-thumb .price li:last-child {
    margin: 0px;
}

.product-list .product-thumb .price li.special-old {
    margin-right: 15px;
}

.product-list .product-thumb .price.group-price-special {
    flex-direction: row;
}

.product-list .price_list {
    color: #201600;
    border: 2px solid #201600;
    font-size: 16px;
    line-height: 21px;
    font-family: HelveticaNeueCyr;
    padding: 15px 60px;
    font-weight: 500;
    margin-top: 30px;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.product-list .price_list:hover {
    background: #201600;
    color: #fff;
}

.type_store .product-list .price_list {
    color: #e2472b;
    border: 2px solid #e2472b;
}

.type_store .product-list .price_list:hover {
    background: #e2472b;
    color: #fff;
}

.product-grid .price_list {
    display: none;
}

#slide_product .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 100%;
}

#slide_product .owl-prev span {
    padding: 0px;
}

#slide_product .owl-prev span,
#slide_product .owl-next span {
    color: #848484;
}

#slide_product .owl-prev {
    position: absolute;
    left: -115px;
    padding: 44px 28px !important;
    border: 1px solid #e2e2e2;
    color: #848484;
}

#slide_product .owl-next {
    position: absolute;
    right: -115px;
    padding: 44px 28px !important;
    border: 1px solid #e2e2e2;
    color: #848484;
}

#slide_product .owl-next:hover,
#slide_product .owl-prev:hover {
    background: #fff;
    border: 1px solid #fff;
}

#slide_product .owl-next:hover span,
#slide_product .owl-prev:hover span {
    color: #201600;
}

#slide_product_viewed {
    margin-bottom: 50px;
}

#slide_product_viewed .owl-nav {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 100%;
}

#slide_product_viewed .owl-prev span {
    padding: 0px;
}

#slide_product_viewed .owl-prev span,
#slide_product_viewed .owl-next span {
    color: #848484;
}

#slide_product_viewed .owl-prev {
    position: absolute;
    left: -115px;
    padding: 44px 28px !important;
    border: 1px solid #e2e2e2;
    color: #848484;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#slide_product_viewed .owl-next {
    position: absolute;
    right: -115px;
    padding: 44px 28px !important;
    border: 1px solid #e2e2e2;
    color: #848484;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#slide_product_viewed .owl-next:hover,
#slide_product_viewed .owl-prev:hover {
    background: #e0dcca;
    border: 1px solid #e0dcca;
}

#slide_product_viewed .owl-next:hover span,
#slide_product_viewed .owl-prev:hover span {
    color: #201600;
}

#slide_product_viewed .product-layout {
    padding-bottom: 60px;
}

#slide_product_viewed .product-thumb .wrapper_caption {
    background: #fafaf7;
}

#slide_product_viewed .product-thumb:hover .block_info_prod_cat {
    position: absolute;
    color: #908f8f;
    opacity: 1;
    z-index: 100;
    background: #fafaf7;
}

.section_product.store #slide_product_viewed .wrap_price {
    color: #e2472b;
}

.section_product.store .product-thumb .price li:before {
    background: #e2472b;
}

.section_product.store .product-thumb .price .special-li.special-old .wrap_price:before {
    border-top: 2px solid #e2472b;
}

#slider_rew {
    position: relative;
}

#slider_rew .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 100%;
}

#slider_rew .owl-prev span {
    padding: 0px;
}

#slider_rew .owl-prev span,
#slider_rew .owl-next span {
    color: #848484;
}

#slider_rew .owl-prev {
    position: absolute;
    left: -115px;
    padding: 44px 28px !important;
    border: 1px solid #e2e2e2;
    color: #848484 !important;
}

#slider_rew .owl-next {
    position: absolute;
    right: -115px;
    padding: 44px 28px !important;
    border: 1px solid #e2e2e2 !important;
    color: #848484 !important;
}

#slider_rew .owl-next:hover,
#slider_rew .owl-prev:hover {
    background: #e0dcca;
    border: 1px solid #e0dcca;
}

#slider_rew .owl-next:hover span,
#slider_rew .owl-prev:hover span {
    color: #201600;
}

#slide_blog,
#article_slide {
    position: relative;
}

#slide_blog .owl-nav,
#article_slide .owl-nav {
    display: block !important;
    position: absolute;
    top: 50%;
    margin-top: -65px;
    width: 100%;
}

#slide_blog .owl-prev span,
#article_slide .owl-prev span {
    padding: 0px;
}

#slide_blog .owl-prev span,
#slide_blog .owl-next span,
#article_slide .owl-prev span,
#article_slide .owl-next span {
    color: #848484;
}

#slide_blog .owl-prev,
#article_slide .owl-prev {
    position: absolute;
    left: -115px;
    padding: 44px 28px !important;
    border: 1px solid #a7a7a7 !important;
    color: #848484 !important;
}

#slide_blog .owl-next,
#article_slide .owl-next {
    position: absolute;
    right: -115px;
    padding: 44px 28px !important;
    border: 1px solid #a7a7a7 !important;
    color: #848484 !important;
}

#slide_blog .owl-next:hover,
#slide_blog .owl-prev:hover,
#article_slide .owl-next:hover,
#article_slide .owl-prev:hover {
    background: #fff;
    border: 1px solid #fff !important;
}

#article_slide .owl-next:hover,
#article_slide .owl-prev:hover {
    background: #e0dcca;
    border: 1px solid #e0dcca !important;
}

#slide_blog .owl-next:hover span,
#slide_blog .owl-prev:hover span,
#article_slide .owl-next:hover span,
#article_slide .owl-prev:hover span {
    color: #201600;
}

.section_home_4 {
    padding-top: 124px;
    padding-bottom: 116px;
    background: url(../image/bg_reviews2.svg) no-repeat center;
}

.title_reviews {
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    font-family: Garamond;
    color: #201600;
    padding-bottom: 71px;
    display: block;
}

.wrapp_rewievs {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #c5c5c5;
    padding: 44px 0px;
    min-height: 665px;
}

.wrapp_rewievs img {
    width: max-content;
    border-radius: 50%;
}

.wrapp_rewievs .name {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    font-family: HelveticaNeueCyr;
    color: #201600;
    padding: 21px 0px 45px 0px;
}

.wrapp_rewievs .text {
    width: 70%;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #201600;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    position: relative;
    /* min-height: 665px; */
    display: block;
}

.wrapp_rewievs .text:before {
    content: "";
    background: url(../image/right-quotation-sign.svg) no-repeat;
    background-size: 100%;
    display: block;
    width: 61px;
    height: 50px;
    position: absolute;
    left: -90px;
    top: -15px;
}

.wrapp_rewievs .text:after {
    content: "";
    background: url(../image/right-quotation-sign.svg) no-repeat;
    background-size: 100%;
    display: block;
    width: 61px;
    height: 50px;
    position: absolute;
    right: -90px;
    top: -15px;
    transform: rotate(-180deg);
}

.section_home_5 {
    padding-top: 91px;
    padding-bottom: 174px;
    background: rgba(224, 220, 202, 26%);
}

#slider_rew.owl-carousel .owl-item img {
    width: max-content !important;
}

.col_reviews {
    padding-left: 10px;
    padding-right: 10px;
}

#slide_blog .product-layout {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

#slide_blog .product-thumb:hover .caption {
    background: #fff;
}

.about_home,
.col_about {
    z-index: 1;
}

.about_home img {
    width: 100%;
}

.row_about_home {
    margin-top: 70px;
}

.wrap_about .about {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.about .title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    font-family: HelveticaNeueCyr;
    color: #201600;
}

.about .info {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    color: #71868a;
    width: 88%;
    display: block;
}

.about a.link {
    font-size: 20px;
    line-height: 27px;
    font-weight: 800;
    color: #ffffff;
    font-family: HelveticaNeueCyr;
    padding: 21px 61px;
    display: block;
    background: #201600;
    border: 2px solid #201600;
    width: max-content;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.about a.link:hover,
.about a.link:focus {
    background: transparent !important;
    border: 2px solid #201600 !important;
    color: #201600 !important;
    text-decoration: none !important;
}

.about img {
    padding-right: 70px;
}

.wrap_about {
    padding-top: 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section_home_5 .container {
    position: relative;
}

.white_block {
    position: absolute;
    height: 95%;
    width: 75%;
    top: 127px;
    right: 0px;
    background: #fff;
    z-index: 0;
}

.section_home_6 {
    /* background: url(../image/bg_blog.jpg); */
    background-color: #f2f2f2;
    padding-top: 50px;
    padding-bottom: 50px;
}

.title_blog {
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    font-family: Garamond;
    color: #201600;
    display: block;
    margin-bottom: 48px !important;
}

.caption_blog {
    text-align: left;
}

.caption_blog .title {
    min-height: 105px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.caption_blog .title span {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    font-family: HelveticaNeueCyr;
    color: #201600;
    padding-top: 38px;
    display: inline-block;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.caption_blog .title:hover span {
    text-decoration: underline;
}

.caption_blog .description {
    font-size: 17px;
    line-height: 22px;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    color: #525353;
    padding-top: 25px;
    display: block;
    margin-bottom: 20px;
}

.caption_blog .button-group {
    margin-top: auto;
}

.shop_soroka_title {
    font-size: 34px;
    line-height: 38px;
    font-family: Garamond;
    font-weight: 700;
    color: #201600;
    padding-bottom: 63px;
    display: block;
}

.section_home_7 {
    padding-top: 100px;
    padding-bottom: 110px;
}

.section_home_7 .text {
    font-size: 20px;
    line-height: 36px;
    font-weight: 400;
    color: #747474;
    font-family: HelveticaNeueCyr;
}

.col_text {
    display: flex;
    flex-direction: column;
}

a.link_shop_soroka {
    font-size: 18px;
    font-weight: 800;
    font-family: HelveticaNeueCyr;
    color: #201600;
    width: max-content;
    display: block;
    position: relative;
    margin-top: 79px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.link_shop_soroka.read_less {
    margin-top: 50px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a.link_shop_soroka:hover {
    text-decoration: none;
    color: #201600;
}

a.link_shop_soroka:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    bottom: 0px;
    height: 2px;
    background-color: #201600;
    content: "";
    transition: width 0.4s ease-out;
}

a.link_shop_soroka:hover:after,
a.link_shop_soroka:focus:after {
    width: 100%;
}

.link_read_more {
    width: max-content !important;
}


/* STYLE */

.col_height_hader {
    height: max-content;
}

.dropdown-toggle::after {
    display: none !important;
}

.col_header_left {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
}

.col_header_left .languages_header .dropdown-toggle,
.col_header_left .currency_header .dropdown-toggle {
    width: 56px;
    height: 56px;
    border: 1px solid #e0dcca;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.drop_menu_currency {
    min-width: auto !important;
    left: 50% !important;
    top: 5px !important;
    margin-left: -22px;
    padding: 0px;
    margin: 0px 0px 0px -22px;
}

.currency_header .currency-select {
    padding: 10px 16px !important;
}

.col_header_left .languages_header .dropdown-toggle:hover,
.col_header_left .currency_header .dropdown-toggle:hover,
#top-links a:hover,
.col_header_left .languages_header .dropdown-toggle:focus,
.col_header_left .currency_header .dropdown-toggle:focus,
#top-links a:focus {
    background: #e0dcca;
}

.col_header_left .languages_header {
    padding-right: 13px;
}

.col_header_left .languages_header,
.languages_header.mobile_version {
    display: none;
    /* Hide language */
}

.languages_header ul.dropdown-menu {
    width: max-content;
    padding: 0px;
    margin: 0px;
    left: 50% !important;
    margin-left: -22px;
    top: 5px !important;
    min-width: max-content;
}

#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover,
#top #form-currency .currency-select:focus,
#top #form-language .language-select:focus {
    background-color: #e0dcca;
    background-image: none;
    color: #201600;
}

.languages_header ul.dropdown-menu button {
    padding: 10px !important;
}

.input-group-addon,
.input-group-btn {
    width: max-content;
}

.fa-search {
    font-size: 23px;
}

.col_search_header {
    height: max-content;
}

.form-control::placeholder {
    color: #d2d2d2 !important;
    font-size: 14px !important;
    line-height: 19px !important;
    font-weight: 400 !important;
}

.phone_number_header {
    font-family: HelveticaNeueCyr;
    font-size: 16px;
    line-height: 21px;
    font-weight: 800;
    margin-right: 110px;
    padding-top: 0;
    align-self: center;
    height: auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.phone_number_header:hover {
    color: #c7c4b4;
}

.account-list {
    margin: 0;
}

.account-links .list-group-item:first-child,
.account-links .list-group-item:last-child {
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.account-links .list-group-item {
    border: 1px solid #eee;
}

.account-links .list-group-item:focus {
    border: 1px solid #eee;
}

.account-links .list-group-item:first-child,
.account-links .list-group-item:last-child {
    border: 1px solid #eee;
}

.table-account,
.wrap-table-account {
    overflow: auto;
}

.table-account tbody {
    border-top: 1px solid #dddddd;
}

.table-account thead {
    background-color: #f8f8f8;
    font-weight: bold;
}

.table-account .table-bordered>tbody>tr>td,
.table-account.table-bordered>tbody>tr>td {
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
}

.btn-watch-order {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col_card {
    display: flex;
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 33.3%;
    flex: 0 0 33.3%;
    max-width: 33.3%;
    justify-content: flex-end;
}

.col_card #cart-total {
    position: absolute;
    top: 5px;
    right: -7px;
    background: #000;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    line-height: 16px;
    font-family: HelveticaNeueCyr;
    font-weight: 500;
}

.list-inline {
    margin-left: 0px;
}

.col_card>.nav>.list-inline>.dropdown>a {
    width: 56px;
    height: 56px;
    border: 1px solid #e0dcca;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.col_logo {
    padding-top: 15px;
}

.col_phone {
    text-align: center;
}


/* MENU */

.navbar-header {
    display: none;
}

.navbar-nav {
    flex-direction: row !important;
}

.navbar {
    min-height: auto !important;
    margin-bottom: 0px !important;
    border: none !important;
}

.navbar-collapse.collapse {
    display: flex !important;
    justify-content: center;
}


/* DROPDOWN MENU */


/* SLIDER */

.owl-wrapper-outer {
    border: none !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -o-box-shadow: none !important;
    box-shadow: none !important;
}

.item {
    position: relative;
}

.slide_info {
    position: absolute;
    top: 142px;
    left: 308px;
    width: 45%;
    display: flex;
    flex-direction: column;
}

.title_slide {
    font-family: Garamond;
    font-size: 64px;
    line-height: 72px;
    font-weight: 700;
    color: #fff;
}

.slide_info a {
    padding: 22px 100px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    font-family: HelveticaNeueCyr;
    color: #201600;
    background: #d1cbae;
    display: block;
    width: max-content;
    margin-top: 130px;
    border: 2px solid #d1cbae;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.slide_info a:hover,
.slide_info a:focus {
    text-decoration: none !important;
    background: transparent !important;
    color: #d1cbae !important;
    border: 2px solid #d1cbae !important;
}

.owl-item .item.left .slide_info {}

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

.owl-item .item.center .slide_info {
    left: 50%;
    transform: translateX(-50%);
}

.owl-item .item.center .slide_info a {
    margin-left: auto;
    margin-right: auto;
}

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

.owl-item .item.right .slide_info {
    left: initial;
    right: 308px;
}

.owl-item .item.right .slide_info a {
    margin-left: auto;
}

.slideshow {
    position: relative;
}

.slideshow .owl-nav {
    position: absolute;
    bottom: 46px;
    left: 308px;
}

.owl-prev span,
.owl-next span {
    font-size: 40px;
    line-height: 0px;
    color: #fff;
}

.owl-prev span {
    padding-right: 38px;
}

.owl-prev span:hover,
.owl-next span:hover {
    color: #dcd9cb;
}

.owl-prev span:focus,
.owl-next span:focus {
    outline: none;
}

.owl-carousel .owl-nav button.owl-prev:focus,
.owl-carousel .owl-nav button.owl-next:focus,
.owl-carousel button.owl-dot:focus {
    outline: none;
}

#slide_product .item,
#slide_product_viewed .item {
    margin-right: 10px;
}

#slide_product .item {
    padding-bottom: 60px;
}

.slider_home {
    position: relative;
}

.counter {
    position: absolute;
    bottom: 53px;
    left: 566px;
    z-index: 300;
    display: flex;
    align-items: center;
    justify-content: center;
}

.hr {
    display: block;
    width: 303px;
    height: 2px;
    background: #fff;
}

.counter_1,
.counter_2 {
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
    color: #fff;
    font-family: HelveticaNeueCyr;
}

.counter_1 {
    padding-right: 18px;
}

.counter_2 {
    padding-left: 18px;
}


/* FOOTER */

footer hr {
    display: block;
}

.copyright_desc {
    display: block;
}

.copyright_mobile {
    display: none;
}

.footer_title_cat {
    font-size: 18px;
    line-height: 34px;
    font-weight: 700;
    font-family: HelveticaNeueCyr;
    color: #201600;
}

.col_footer_child_title {
    padding-bottom: 55px;
}

.telephone_footer {
    font-size: 16px;
    line-height: 21px;
    font-weight: 800;
    font-family: HelveticaNeueCyr;
    color: #363636;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.telephone_footer:hover {
    opacity: 0.7 !important;
    color: inherit;
}

.wrapper_social {
    display: flex;
    align-items: center;
    margin-top: 18px;
    margin-bottom: 15px;
}

.wrapper_social a.instagram {
    font-size: 21px;
    line-height: 0px;
    font-weight: 800;
    color: #363636;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrapper_social a.fb {
    font-size: 18px;
    line-height: 0px;
    font-weight: 900;
    color: #363636;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrapper_social a.instagram:hover,
.wrapper_social a.fb:hover {
    opacity: 0.7;
}

.wrapper_footer_payment {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.footer_payment_row {
    display: flex;
    margin-bottom: 15px;
}

.wrapper_footer_payment .footer_payment_item img {
    width: 30px;
    margin: 0;
}

.footer_payment_item {
    margin-right: 15px;
    display: flex;
    align-items: center;
}

.footer_payment_row:last-child .footer_payment_item {
    margin-right: 10px;
}

.footer_payment_item i {
    font-size: 20px;
}

.list_footer li a {
    font-size: 16px;
    line-height: 34px;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    color: #6c6c6c;
    position: relative;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.list_footer li a:hover {
    text-decoration: none;
}

.list_footer li a:hover:after {
    width: 100%;
}

.list_footer li a:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0;
    bottom: -2px;
    height: 1px;
    background-color: #6c6c6c;
    content: "";
    transition: width 0.5s ease-out;
}

footer .container_footer_1 {
    padding-bottom: 55px;
}

.copyright,
.brainlab {
    font-size: 16px;
    line-height: 16px;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    color: #b3af9f;
}

a.brainlab_link {
    font-size: 16px;
    line-height: 16px;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    color: #363636;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.brainlab_link:hover {
    text-decoration: none;
    opacity: 0.7;
    color: #363636;
}

.container_footer_2 {
    padding: 25px 15px;
}

.title_1 {
    font-size: 28px;
    font-weight: 700;
    line-height: 44px;
    font-family: Garamond;
    width: 60%;
    display: block;
    text-align: center;
    margin: auto;
    color: #201600;
}

.soroka_shop.breadcrumb li:last-child a {
    color: #fff;
}

.soroka_shop.breadcrumb li a {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.soroka_shop.breadcrumb li a:hover {
    color: #e0dcca;
}

.soroka_shop.breadcrumb {
    margin-bottom: 63px;
}

.type_store .breadcrumb-cat li:last-child a {
    color: #fff;
}

.type_store .breadcrumb-cat li a {
    color: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.type_store .breadcrumb-cat li a:hover {
    color: #e0dcca;
}

.type_store .breadcrumb-cat {
    margin-bottom: 63px;
}

.type_store .breadcrumb-cat li::after {
    background: #000000;
}

.type_store .breadcrumb-cat li:nth-last-child(-n+2)::after {
    background: #fff;
}

.title_1 p {
    margin-bottom: 0px;
}

.section_home_1 {
    padding-top: 96px;
    background: url(../image/bg_title_1.png);
    padding-bottom: 136px;
}

.col_img {
    padding-bottom: 65px;
}

.col_img_museum {
    padding-bottom: 52px;
}

.wrapper_cat {
    position: relative;
}

.wrapper_cat:hover {
    cursor: pointer;
}

.wrapper_cat img {
    width: 100%;
}

.wrapper_title_cat {
    position: absolute;
    top: 50%;
    margin-top: -68px;
    display: flex;
    width: 100%;
    flex-direction: column;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.shop_soroka {
    font-size: 74px;
    line-height: 83px;
    font-weight: 700;
    font-family: Garamond;
    color: #fff;
    width: max-content;
    margin: auto;
    padding-bottom: 20px;
    position: relative;
}

.sub_shop_soroka {
    font-size: 23px;
    line-height: 33px;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    color: #fff;
    width: max-content;
    margin: auto;
}

.shop_soroka:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    left: -33px;
    top: 40%;
}

.shop_soroka:after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    display: block;
    position: absolute;
    right: -33px;
    top: 40%;
}

a.button_a_lok {
    position: absolute;
    bottom: 0px;
    color: #fff;
    border: 2px solid #fff;
    padding: 21px 95px;
    width: auto;
    left: 50%;
    margin-left: -145px;
    font-size: 20px;
    font-family: HelveticaNeueCyr;
    font-weight: 700;
    line-height: 27px;
    opacity: 0;
    height: 70px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrapper_cat:hover a.button_a_lok {
    bottom: 100px;
    text-decoration: none;
    opacity: 1;
    transition: 0.5s;
}

.wrapper_cat:hover .wrapper_title_cat {
    display: none;
}

a.button_a_lok:hover {
    background: #fff;
    color: #201600;
}

.slideUp {
    animation-name: slideUp;
    -webkit-animation-name: slideUp;
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;
    visibility: visible !important;
}

@keyframes slideUp {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0%);
    }
}

@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(0%);
    }
}

.wrap_hover_info {
    position: absolute;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #e0dcca;
    height: 0px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrap_hover_info .shop_soroka {
    color: #201600;
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    font-family: Garamond;
    width: max-content;
    margin: 0 auto;
    padding-top: 29px;
    display: block;
    position: relative;
    opacity: 0;
}

.wrap_hover_info .sub_shop_soroka {
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    width: max-content;
    color: #201600;
    margin: 0 auto;
    opacity: 0;
    padding-bottom: 29px;
}

.wrap_hover_info .shop_soroka:before,
.wrap_hover_info .shop_soroka:after {
    background: #201600;
    width: 10px;
    height: 10px;
    top: 50%;
}

.wrapper_cat {
    position: relative;
}

.col_right_info {
    height: max-content;
}

.wrapper_cat:hover .shop_soroka,
.wrapper_cat:hover .sub_shop_soroka {
    opacity: 1;
    transition: 1s;
}

.wrapper_cat:hover .wrap_hover_info {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 160px;
    top: 0px;
}

.pullDown {
    animation-name: pullDown;
    -webkit-animation-name: pullDown;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    animation-timing-function: ease-in-out;
    -webkit-animation-timing-function: ease-in-out;
    transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
}

@keyframes pullDown {
    0% {
        transform: scaleY(0.1);
    }

    100% {
        transform: scaleY(1);
    }
}

@-webkit-keyframes pullDown {
    0% {
        -webkit-transform: scaleY(0.1);
    }

    100% {
        -webkit-transform: scaleY(1);
    }
}

.col_act_2,
.col_cat_3 {
    height: max-content;
}

.col_cat_3 {
    margin-top: auto;
}

.col_act_2 img,
.col_cat_3 img {
    width: 100%;
}

.wrapper_cat:hover .wrapper_title_cat {
    display: none;
}

.wrapper_cat:hover a.button_a_lok {
    bottom: 35px;
    height: 70px;
    text-decoration: none;
    display: block;
}

.logo_soroka_store {
    width: max-content !important;
    margin: auto;
}

.wrapper_cat .wrapper_title_cat {
    margin-top: -114px;
}

.col_cat_1 .wrapper_cat .wrapper_title_cat {
    margin-top: -88px;
}

.col_cat_2 .wrapper_cat .wrapper_title_cat {
    margin-top: -113px;
}

.col_cat_3 .wrapper_cat .wrapper_title_cat {
    margin-top: -88px;
}

.wrapper_cat .wrapper_title_cat .sub_shop_soroka {
    margin-top: 40px;
}

.col_cat_1 .wrapper_cat .wrapper_title_cat .sub_shop_soroka {
    margin-top: 0;
}

.section_home_3 {
    margin-top: 138px;
    background: #f7f7f7;
    padding-top: 30px;
    padding-bottom: 60px;
}

.col_cat_1 {
    padding-right: 10px !important;
}


/* END FOOTER*/


/* LATEST */

.wrapp_price_name {
    text-align: center;
    padding: 29px 0px 50px 0px;
    line-height: 2;
    min-height: 145px;
}

.price_latest {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    font-family: HelveticaNeueCyr;
    color: #201600;
    border-bottom: 2px solid #201600;
    padding-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.price_latest:hover {
    text-decoration: none;
    color: #201600;
    border-bottom: 2px solid #6c6c6c;
}

.caption .price {
    display: flex;
    flex-direction: column;
}

ul.price li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    color: #201600;
    margin-bottom: 8px;
}

.wrap_price {
    font-weight: 700;
}

.wrapper_li {
    display: flex;
    justify-content: space-between;
}


/* END LATEST */

@media (min-width: 767px) {
    .product-list .product-thumb .image {
        float: left;
        padding: 0px;
    }
}

.product-thumb h4 {
    font-weight: bold;
}

.product-thumb .caption {
    padding: 0px 35px;
    min-height: 230px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.section_cat_prod.museum .product-thumb .caption {
    min-height: auto;
    border: 1px solid #e0dcca;
}

.section_cat_prod.museum .product-thumb:hover .caption {
    border: 1px solid transparent;
    background: #f8f7f1;
}

.section_cat_prod.museum .product-thumb:hover .block_info_prod_cat {
    border-top: 1px solid transparent;
}

.section_home_3 .product-thumb:hover .caption {
    background: #f8f7f1;
}

.product-thumb .caption_blog {
    min-height: 279px;
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
}

@media (max-width: 1200px) {
    .product-grid .product-thumb .caption {
        min-height: 160px;
        padding: 0 10px;
    }
}

@media (max-width: 767px) {
    .product-list .product-thumb .caption {
        min-height: 0;
        margin-left: 0;
        padding: 0 10px;
    }

    .product-grid .product-thumb .caption {
        min-height: 0;
    }
}

.product-thumb .rating {
    padding-bottom: 10px;
}

.rating .fa-stack {
    font-size: 8px;
}

.rating .fa-star-o {
    color: #999;
    font-size: 15px;
}

.rating .fa-star {
    color: #fc0;
    font-size: 15px;
}

.rating .fa-star+.fa-star-o {
    color: #e69500;
}

h2.price,
.h2.price {
    margin: 0;
}

.product-thumb .price {
    color: #201600;
    padding-left: 30px;
    list-style: none;
    position: relative;
}

.product-thumb .price li {
    position: relative;
}

.product-grid .product-thumb .price li:before,
.product-thumb .price li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -20px;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%;
}

.product-list .price {
    padding-left: 0px;
}

.product-list .wrap_price {
    margin-left: 50px;
}

.product-thumb .price .special-li.special-old .wrap_price {
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.product-thumb .price .special-li.special-old .wrap_price:before {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    border-top: 2px solid #201600;
}

.product-thumb .price .special-li.special-new .wrap_price_special {
    font-weight: bold;
}

.product-thumb .price li.special-li.special-new:before {
    content: none;
}

.product-thumb .price-new {
    font-weight: 600;
}

.product-thumb .price-old {
    color: #999;
    text-decoration: line-through;
    margin-left: 10px;
}

.product-thumb .price-tax {
    color: #999;
    font-size: 12px;
    display: block;
}

.product-list .product-thumb .button-group {
    border-left: 1px solid #ddd;
}

#slide_product .product-thumb:hover .link_prod_wrap {
    display: flex;
    align-items: center;
}

#slide_product .product-thumb:hover .block_prod_cat_shadow {
    opacity: 78%;
}

#slide_product .product-thumb:hover .block_info_prod_cat {
    opacity: 1;
    background: #f8f7f1;
    z-index: 1111;
}

@media (max-width: 768px) {
    .product-list .product-thumb .button-group {
        border-left: none;
    }
}

.product-thumb .button-group button {
    padding: 15px 40px;
    border: none;
    display: inline-block;
    float: left;
    background-color: transparent;
    color: #201600;
    line-height: 20px;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
    font-family: HelveticaNeueCyr;
    border: 1px solid #201600;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.product-thumb .button-group button+button {
    width: 20%;
    border-left: 1px solid #ddd;
}

.product-thumb .button-group button:hover {
    color: #fff;
    background-color: #201600;
    text-decoration: none;
    cursor: pointer;
}

@media (max-width: 1200px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 65%;
    }

    .product-thumb .caption_blog .button-group button {
        width: initial;
    }
}

@media (max-width: 767px) {

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 33.33%;
    }
}

.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails>li {
    margin-left: 20px;
}

.thumbnails>li.image-additional {
    margin-left: 0px;
}

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

.thumbnails>img {
    width: 100%;
}

.image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

.image-additional {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.thumbnails .image-additional {
    float: left;
    margin-left: 20px;
}

@media (min-width: 1200px) {

    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-2:nth-child(6n+1),
    #content .col-lg-3:nth-child(4n+1),
    #content .col-lg-4:nth-child(3n+1),
    #content .col-lg-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {

    #content .col-md-2:nth-child(6n+1),
    #content .col-md-2:nth-child(6n+1),
    #content .col-md-3:nth-child(4n+1),
    #content .col-md-4:nth-child(3n+1),
    #content .col-md-6:nth-child(2n+1) {
        clear: left;
    }
}

@media (min-width: 768px) and (max-width: 991px) {

    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-2:nth-child(6n+1),
    #content .col-sm-3:nth-child(4n+1),
    #content .col-sm-4:nth-child(3n+1),
    #content .col-sm-6:nth-child(2n+1) {
        clear: left;
    }
}


/* fixed colum left + content + right*/

@media (min-width: 768px) {
    #column-left .product-layout .col-md-3 {
        width: 100%;
    }

    #column-left+#content .product-layout .col-md-3 {
        width: 50%;
    }

    #column-left+#content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }

    #content+#column-right .product-layout .col-md-3 {
        width: 100%;
    }
}


/* fixed product layouts used in left and right columns */

#column-left .product-layout,
#column-right .product-layout {
    width: 100%;
}


/* fixed mobile cart quantity input */

.input-group .form-control[name^="quantity"] {
    min-width: 50px;
}


/* Missing focus and border color to overwrite bootstrap */

.btn-info:hover,
.btn-info:active,
.btn-info.active,
.btn-info.disabled,
.btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}


/*img category*/

.imgcategory .product-thumb.transition>h4 {
    padding-left: 10px;
}


/*sticker*/

.image {
    position: relative;
}

.image .corner_0,
.image .corner_1,
.image .corner_2,
.image .corner_3 {
    height: 57px;
    width: 58px;
    position: absolute;
    z-index: 998;
}

.image .corner_0 {
    left: 0px;
    top: 0px;
}

.image .corner_1 {
    right: 0px;
    top: 0px;
}

.image .corner_2 {
    left: 0px;
    bottom: 0px;
}

.image .corner_3 {
    right: 0px;
    bottom: 0px;
}

.box-product .image .corner_0 img,
.box-product .image .corner_1 img,
.box-product .image .corner_2 img,
.box-product .image .corner_3 img {
    border: none;
    padding: 0px;
}

.box .box-product .image .corner_0 img,
.box .box-product .image .corner_1 img,
.box .box-product .image .corner_2 img,
.box .box-product .image .corner_3 img {
    width: 60%;
}


/*benefits*/

.product-grid .benefit-text,
.product-grid .benefit,
.product-grid .benefits,
.product-grid .present {
    display: none;
}

.benefits {
    margin-left: -15px;
}

.benefit {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.product-list .benefit-text {
    float: left;
    line-height: 40px;
    margin-right: 5px;
}

.benefit li span {
    display: table-cell;
    vertical-align: middle;
}

.benefit_description {
    display: none;
    position: absolute;
    top: 41px;
    z-index: 2;
    border: 1px solid #38b0e3;
    padding: 15px;
    left: -75px;
    border-radius: 4px;
    background: white;
    box-shadow: 0 0 8px grey;
    width: 150px;
    line-height: 13px;
    font-size: 11px;
}

.benefit_description:after {
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    top: -7px;
    content: "";
    left: 82px;
}

.benefit_description:before {
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #38b0e3;
    top: -8px;
    content: "";
    left: 82px;
}

.benefit li:hover .benefit_description {
    display: block;
}

.product-info .present {
    border-top: 1px solid #e7e7e7;
    padding: 15px 5px 10px 5px;
    margin-top: 10px;
}

.owl-dots {
    display: none;
}

.wrapper_cat img {
    width: 100%;
}


/* CATEGORY */

.section_cat_shop {
    background: rgba(239, 237, 229, 0.3);
}

.col_section_cat_shop {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section_cat_shop .container {
    position: relative;
}

.row_bread_crumb {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
}

.bg_cat_shop {
    width: 100%;
}

.breadcrumb {
    margin-top: 24px !important;
    margin-bottom: 40px !important;
    background-color: transparent !important;
    border-radius: 0px !important;
    border: none !important;
    padding: 0px !important;
}

.breadcrumb>li {
    text-shadow: none !important;
    color: #fff;
}

.breadcrumb a {
    color: #111111;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    font-family: HelveticaNeueCyr !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section_product .breadcrumb {
    margin-top: 36px !important;
    margin-bottom: 51px;
    background-color: transparent !important;
    border-radius: 0px !important;
    border: none !important;
    padding: 0px !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section_product .breadcrumb a {
    color: #111111;
    font-size: 16px !important;
    line-height: 21px !important;
    font-weight: 400 !important;
    font-family: HelveticaNeueCyr !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section_product .breadcrumb>li:after {
    border-right: none;
    border-bottom: none;
    width: 5px;
    height: 5px;
    top: 8px;
    background: #111111;
    border-radius: 50%;
}

.section_product .breadcrumb a:hover {
    color: #111111;
    opacity: 0.7;
    text-decoration: none;
}

.breadcrumb a:hover {
    color: #e0dcca;
    text-decoration: none;
}

.breadcrumb>li:after {
    border-right: none;
    border-bottom: none;
    width: 5px;
    height: 5px;
    top: 8px;
    background: #201600;
    border-radius: 50%;
}

.breadcrumb>li:last-child:after {
    display: none;
}

.breadcrumb-cat a {
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.breadcrumb-cat>li:after {
    background: #fff;
}

.breadcrumb-cat a:hover {
    color: #e0dcca;
}

.section_product .breadcrumb-prod a {
    color: #e0dcca;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.section_product .breadcrumb-prod>li:after {
    background: #e0dcca;
}

.section_product.store .breadcrumb-prod a {
    color: #d1cbae;
}

.section_product.store .breadcrumb-prod a:hover {
    color: #111111;
}

.section_product .breadcrumb-prod li:last-child a {
    color: #111111;
}

.section_product .breadcrumb-prod>li:nth-last-child(-n+2):after {
    background: #111111;
}

.section_product .breadcrumb>li:first-child,
.container_blog .breadcrumb>li:first-child {
    padding-left: 0;
}

.section_cat_1 {
    padding-top: 88px;
    padding-bottom: 141px;
}

.sec_cat_museum {
    padding-top: 80px;
    padding-bottom: 71px;
    background: rgba(239, 237, 229, 0.3);
}

.section_cat_soroka_shop {
    margin-top: 67px;
    margin-bottom: 126px;
}

.section_cat_1.section_description_top {
    margin-bottom: 110px;
}

.section_cat_2 {
    padding-bottom: 149px;
}

.section_cat_3 {
    padding-bottom: 149px;
}

.section_cat_shop_3 {
    padding-bottom: 149px;
}

.description_cat_top {
    font-size: 18px;
    line-height: 2.1;
    color: #201600;
    margin-bottom: 30px;
    max-width: 74%;
}

.wrap_description_cat_top_img {
    position: absolute;
    top: 0;
    right: 0;
}

.col_img_cat:nth-child(n+5),
.col_img_catlv2:nth-child(n+6),
.col_img_cat3:nth-child(n+5) {
    position: relative;
    margin-top: 58px;
    display: block;
}

.col_img_cat {
    justify-content: center;
}

.wrapp_block {
    position: relative;
}

.col_img_cat .title {
    font-size: 30px;
    line-height: 34px;
    font-family: Garamond;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: auto;
    position: relative;
    width: max-content;
    text-align: center;
    max-width: 100%;
}

.col_img_cat .title.black_title {
    color: #201600;
}

.col_img_cat .title.black_title:before {
    background: #201600;
}

.col_img_cat .title.black_title:after {
    background: #201600;
}

.col_img_cat .wrapp_block:hover .title.black_title {
    color: #fff;
}

.col_img_cat .wrapp_block:hover .title.black_title:before {
    background: #fff;
}

.col_img_cat .wrapp_block:hover .title.black_title:after {
    background: #fff;
}

.col_img_catlv2 .title {
    font-size: 30px;
    line-height: 36px;
    font-family: Garamond;
    font-weight: 700;
    color: #fff;
    margin: auto;
    position: relative;
    width: max-content;
    text-align: center;
    max-width: 70%;
}

.col_img_cat3 .title {
    font-size: 30px;
    line-height: 36px;
    font-family: Garamond;
    font-weight: 700;
    color: #fff;
    position: relative;
    text-transform: uppercase;
    width: max-content;
    text-align: center;
    max-width: 100%;
}

.col_img_cat3 .title.black_title {
    color: #201600;
}

.col_img_cat3:hover .title.black_title {
    color: #fff;
}

.col_img_catlv2 .wrapp_block:hover .title {
    color: #fff;
}

.col_img_cat img,
.col_img_catlv2 img,
.col_img_cat3 img {
    width: 100%;
}

.col_img_cat:last-child,
.col_img_catlv2:last-child,
.col_img_cat3:last-child {
    display: flex;
}

.last-cat-col {
    align-items: center;
    justify-content: center;
}

.img_cat_lavka_soroka_last,
.img_cat_museumn_last {
    width: 100% !important;
    margin: auto;
}

.img_cat_store_soroka_last {
    max-width: 60%;
}

.img_cat_soroka_shop_last,
.img_cat_museumn_last {
    width: initial !important;
}

.col_img_catlv2 .wrapper_img_cat {
    top: 66px;
    padding: 0 10px;
}

.row_category_museum:nth-child(n+2) {
    margin-top: 123px;
}

.row_category_museum:nth-child(1) {
    margin-top: 110px;
}

.wrapper_img_cat {
    position: absolute;
    top: 49px;
    width: 100%;
    z-index: 99999;
}

.wrapp_img_cat {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 70%;
    align-items: center;
}

.wrapp_img_cat_mus {
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 100%;
    align-items: center;
}

.col_img_cat .wrapp_block .btn_loock {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    font-family: HelveticaNeueCyr;
    color: #201600;
    background: #e0dcca;
    border: 2px solid #e0dcca;
    padding: 10px 91px;
    z-index: 1;
    margin: 0 auto;
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.col_img_catlv2 .wrapp_block .btn_loock {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    font-family: HelveticaNeueCyr;
    color: #fff;
    background: #201600;
    border: 2px solid #fff;
    padding: 21px 95px;
    z-index: 1;
    margin: 0 auto;
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#form-language ul>li:first-child+li+li {
    display: none;
}

.col_img_cat3 .wrapp_block .btn_loock {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    font-family: HelveticaNeueCyr;
    color: #e2472b;
    background: #fff;
    border: 2px solid #fff;
    padding: 21px 91px;
    z-index: 1;
    margin: 0 auto;
    height: 70px;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrap_link {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.col_img_cat3 .wrapp_block .btn_loock:hover {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
}

.col_img_catlv2 .wrapp_block .btn_loock:hover {
    background: transparent;
    color: #fff;
    text-decoration: none;
}

.col_img_cat .wrapp_block .btn_loock:hover {
    background: transparent;
    color: #e0dcca;
    text-decoration: none;
}

.wrapp_block:hover .btn_loock {
    bottom: 31px;
    opacity: 1;
    z-index: 9999;
    transition: 0.5s;
}

.col_img_cat .title:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: -24px;
}

.col_img_cat .title:after {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    right: -24px;
}

.col_img_catlv2 .title:before {
    content: "";
    width: 7px;
    height: 7px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: 50%;
    margin-left: -4px;
}

.col_img_catlv2 .wrapp_block:hover .title:before {
    background: #fff;
}

.col_img_catlv2 .title.black_title,
.col_img_catlv2 .wrapp_block:hover .title.black_title {
    color: #201600;
}

.col_img_catlv2 .title.black_title:before,
.col_img_catlv2 .wrapp_block:hover .title.black_title:before {
    background: #201600;
}

.wrapp_block:hover .wrap_link a {
    height: max-content;
}

.wrapp_block .block_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
    display: flex;
    z-index: -1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.col_img_cat .wrapp_block:hover .block_shadow {
    opacity: 56%;
    background: #000000;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.col_img_catlv2 .wrapp_block:hover .block_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 64%;
    display: flex;
    background: #000000;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.col_img_cat3 .wrapp_block:hover .block_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    display: flex;
    opacity: 64%;
    background: #000000;
    z-index: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.col_title_catlv2 .title {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 37px;
    position: relative;
    width: 95%;
}

.col_title_catlv2 .title .cat_lv2_name {
    position: relative;
}

.row_category_museum .col_title_catlv2 .title {
    margin-bottom: 67px;
}

.cat_lv2_name {
    font-size: 48px;
    line-height: 54px;
    font-weight: 700;
    font-family: Garamond;
    color: #201600;
    width: max-content;
}

.cat_lv2_name:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #201600;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    left: -26px;
}

.cat_lv2_name:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #201600;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 21px;
    right: -26px;
}

.col_img_cat3 .title:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #e2472b;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -5px;
}

.col_img_cat3 .title:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #e2472b;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -5px;
}

a.link_museum_look_cat {
    font-size: 16px;
    line-height: 21px;
    font-family: HelveticaNeueCyr;
    font-weight: 500;
    text-transform: uppercase;
    color: #201600;
    padding: 24px 92px;
    background: #e0dcca;
    width: max-content;
    margin: 0 auto;
    border: 2px solid #e0dcca;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a.link_museum_look_cat:hover {
    text-decoration: none;
    border: 2px solid #201600;
    color: #201600;
    background: transparent;
}

.col_link_museum_look {
    display: flex;
    margin-top: 61px;
}

.logo_cat_museum_soroka {
    margin-top: 7%;
}

.custom_button_view.active {
    font-size: 21px !important;
    padding: 11px 17px !important;
    line-height: 0px !important;
    background: #e0dcca !important;
    box-shadow: none !important;
    border: 1px solid #e0dcca !important;
    color: #201600 !important;
    text-shadow: none !important;
}

.custom_button_view {
    background: transparent !important;
    border: 1px solid #efede5 !important;
    color: #e0dcca !important;
    font-size: 21px !important;
    padding: 11px 17px !important;
    line-height: 0px !important;
    box-shadow: none !important;
    text-shadow: none !important;
}

.custom_button_view:hover {
    background: #e0dcca !important;
    border: 1px solid #e0dcca !important;
    color: #201600 !important;
}

.custom_button_view.active img.list_black,
.custom_button_view.active img.grid_black {
    display: block;
}

.custom_button_view img.list_black,
.custom_button_view img.grid_black,
.custom_button_view.active img.grid_warm_grey,
.custom_button_view.active img.list_warm_grey {
    display: none;
}

.custom_button_view:hover img.list_black,
.custom_button_view:hover img.grid_black {
    display: block;
}

.custom_button_view:hover img.grid_warm_grey,
.custom_button_view:hover img.list_warm_grey {
    display: none;
}

.form_cat_custom {
    z-index: 2 !important;
    background: transparent !important;
    height: 100% !important;
    padding: 0px !important;
    font-family: HelveticaNeueCyr !important;
    font-weight: 400 !important;
    color: #201600 !important;
    line-height: 16px !important;
    border-radius: 0px !important;
    border: 1px solid #efede5 !important;
    padding-left: 25px !important;
    padding-right: 40px !important;
    text-transform: lowercase !important;
    font-size: 16px !important;
}

.form_cat_custom option {
    padding: 0px !important;
    font-family: Arial !important;
    font-weight: 400 !important;
    color: #201600 !important;
    line-height: 16px !important;
    padding-left: 25px !important;
    text-transform: lowercase !important;
    font-size: 16px !important;
}

.custom_row_button_sort {
    margin-bottom: 48px;
    padding-left: 250px;
    height: 50px;
}

.custom_row_button_sort .form_cat_custom {
    padding-left: 15px !important;
}

.custom_row_button_sort .custom_button_view {
    height: 50px;
}

.title_cat {
    font-size: 74px;
    line-height: 83px;
    font-weight: 700;
    font-family: Garamond;
    color: #ffffff;
    display: block;
    position: relative;
    width: max-content;
    margin: 127px auto 0px;
}

.title_cat:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -24px;
    margin-top: -5px;
}

.title_cat:after {
    content: "";
    width: 13px;
    height: 13px;
    background: #fff;
    display: block;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: -24px;
    margin-top: -5px;
}

.section_cat_shop.store .title_cat {
    color: #e2472b;
}

.section_cat_shop.store .title_cat:before,
.section_cat_shop.store .title_cat:after {
    background: #e2472b;
}

.section_cat_prod.store .product-thumb .price .special-li.special-old .wrap_price:before {
    border-top: 2px solid #e2472b;
}

.section_cat_shop.empty_cat .breadcrumb-cat {
    margin-bottom: 0;
}

.section_cat_prod {
    margin-top: 53px;
}

.section_articles {
    margin-bottom: 152px;
}

.section_articles .title_section_articles {
    font-size: 51px;
    display: flex;
    font-family: Garamond;
    justify-content: center;
    line-height: 1.11;
    font-weight: bold;
    color: #201600;
    margin-bottom: 63px;
}

.section_articles .articles_items {
    position: relative;
    margin-left: 0px;
    margin-right: 0px;
}

.section_articles .owl-item {
    padding: 0 10px !important;
}

.section_articles .bottom {
    background: #fafaf7;
    padding: 30px 40px 40px 40px;
}

.section_articles .article_title {
    display: flex;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.5;
}

.section_articles .article_title:hover .point {
    background: #e0dcca;
}

.section_articles .point {
    display: flex;
    background: #000;
    min-width: 5px;
    height: 5px;
    border-radius: 50%;
    margin-top: 14px;
    margin-right: 25px;
}

.section_articles .article_description {
    font-size: 13px;
    line-height: 1.84;
    font-weight: 300;
    color: #656565;
    margin-bottom: 40px;
}

.section_articles .article_link {
    font-weight: bold;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.section_articles .line {
    border-bottom: 1px solid #201600;
    width: 25%;
    margin-right: 30px;
    transition: margin-right 0.6s;
}

.section_articles .article_link:hover .line {
    margin-right: 15px;
    border-color: #e0dcca;
}

select {
    display: inline-block;
    width: 160px;
    height: 34px;
    line-height: 30px;
    position: relative;
}

select:before {
    content: ">";
    display: inline-block;
    background: white;
    position: absolute;
    right: -5px;
    top: 2px;
    z-index: 2;
    width: 30px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    border: 2px solid #ddd;
    transform: rotate(90deg);
    cursor: pointer;
}

.block_prod_cat_shadow {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background: #201600;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#product {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.product-thumb:hover .block_prod_cat_shadow,
.product-grid .product-thumb:hover .block_prod_cat_shadow {
    opacity: 78%;
}

.product-thumb:hover .caption {
    background: #f8f7f1;
}

.product-thumb .image a {
    position: absolute;
    display: none;
    top: 60%;
    left: 50%;
    color: #ffffff;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 21px;
    font-family: HelveticaNeueCyr;
    padding: 22px 77px;
    margin-top: -34px;
    z-index: 200;
    opacity: 1;
    margin-left: 0;
    transform: translateX(-50%);
}

.product-thumb:hover .image a,
.product-grid .product-thumb:hover .image a {
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1;
}

.product-grid .product-thumb .image a:hover,
.product-thumb .image a:hover {
    background: #fff;
    color: #201600;
    opacity: 1;
}

.product-grid .product-thumb:hover .block_info_prod_cat {
    opacity: 1;
    background: #f8f7f1;
    z-index: 200;
}

.product-thumb .stickers,
.product-gallery .stickers,
.wrap_slider_prod_mobile .stickers {
    position: absolute;
    top: 5px;
}

.product-gallery .stickers,
.wrap_slider_prod_mobile .stickers {
    z-index: 100;
}

.product-thumb .sticker,
.product-gallery .sticker,
.wrap_slider_prod_mobile .sticker {
    color: #201600;
    font-size: 15px;
    font-weight: 500;
    padding: 1px 10px;
    margin-bottom: 5px;
}

.product-thumb .sticker-latest,
.product-gallery .sticker-latest,
.wrap_slider_prod_mobile .sticker-latest {
    background: #e0dcca;
}

.product-thumb .sticker-special,
.product-gallery .sticker-special,
.wrap_slider_prod_mobile .sticker-special {
    background-color: rgb(255 255 255 / 50%);
}

.section_cat_prod.museum .product-thumb .sticker-special {
    display: none;
}

.section_cat_prod.store .product-thumb:hover .image a,
.section_product.store .product-thumb:hover .image a {
    color: #e2472b;
    background-color: #fff;
}

.section_cat_prod.store .product-thumb .image a:hover,
.section_product.store .product-thumb .image a:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff;
}

.section_cat_prod.lavka .product-thumb .caption {
    background: #fafaf7;
}

.section_cat_prod.lavka .product-thumb:hover .caption {
    background: #f8f7f1;
}

.section_cat_prod.store .wrap_price {
    color: #e2472b;
}

.section_cat_prod.store .product-thumb .caption,
.section_product.store .product-thumb .caption {
    background: #fafafa;
}

.section_cat_prod.store .product-thumb:hover .caption,
.section_product.store .product-thumb:hover .caption {
    background: #fafafa;
}

.section_cat_prod.store .product-thumb .price li:before {
    background: #e2472b;
}

.section_cat_prod.store .product-thumb .block_info_prod_cat {
    background: #fafafa;
}

.section_cat_prod .input-group .input-group-addon {
    font-weight: 500;
}

.section_cat_prod.empty_cat #content {
    min-height: 0;
}

.no_products {
    font-size: 15px;
    text-align: center;
}

.block_info_prod_cat {
    opacity: 0;
    z-index: -1;
    border-top: 1px solid #e9e8e2;
    justify-content: space-around;
    padding: 0px 35px;
    background: #fff;
    display: flex;
    position: absolute;
    width: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.block_info_prod_cat {
    display: none !important;
}

.info_prod {
    font-size: 16px;
    line-height: 21px;
    font-family: HelveticaNeueCyr;
    font-weight: 400;
    color: #908f8f;
    padding: 27px 0px;
}

.wrapper_caption {
    position: relative;
}

.title_bottom_in_cat {
    font-family: HelveticaNeueCyr;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #201600;
    padding-bottom: 5px;
    display: inline-block;
    margin-bottom: 43px;
    border-bottom: 1px solid #201600;
}

.desc_cat_bottom {
    font-size: 18px;
    line-height: 38px;
    font-weight: 400;
    color: #201600;
    font-family: HelveticaNeueCyr;
    position: relative;
    margin-bottom: 30px;
}

.desc_cat_bottom:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    background: linear-gradient(to bottom, transparent, #fff);
}

.desc_cat_bottom[aria-expanded="true"]:before {
    content: none;
}

.read_more_link {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
    font-family: HelveticaNeueCyr;
    color: #201600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}

.read_more_link:hover {
    text-decoration: none;
    color: #201600;
}

.read_more_link img {
    margin-left: 30px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.read_more_link:hover img {
    margin-left: 50px;
}

.title_description_bottom {
    display: inline-flex;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #000;
    margin-bottom: 44px;
}

.section_desc_cat {
    padding-top: 0;
    padding-bottom: 110px;
}

.col_filter_in_cat img {
    width: max-content;
    max-width: 100%;
}

.col_filter_in_cat .text-filters {
    font-family: HelveticaNeueCyr;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #201600;
    margin-bottom: 55px;
}

.wrapper_product_in_cat {
    margin-bottom: 68px;
}

.grit_template_ .caption .separator {
    display: none;
}

@media (max-width: 575px) {
    .grit_template_ .caption .separator {
        display: inline-block;
        padding: 0 4px;
        font-weight: bold;
    }

    .grit_template_ .product-thumb {
        margin-bottom: 18px;
    }

    .grit_template_ .caption .wrap_price__title {
        display: none;
    }

    .grit_template_ .caption .price {
        display: flex !important;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .grit_template_ .caption .price .special-old {
        margin-right: 5px;
    }

    .grit_template_ .caption .price .special-new {
        color: #e2472b;
    }

    .product-thumb .price .special-li.special-old .wrap_price {
        font-weight: bold;
    }

    .product-thumb .price .special-li.special-old .wrap_price:before {
        border-top: 1px solid #201600;
        top: 12px;
    }

    .grit_template_ .caption .price .separator {
        order: 2;
    }

    .grit_template_ .caption .price .price-li.first {
        order: 3;
    }

    .grit_template_ .caption .price .price-li.last {
        order: 1;
    }

    .grit_template_ .caption .wrapp_price_name,
    .grit_template_ .caption .price {
        min-height: auto;
    }

    .grit_template_ .caption .wrapp_price_name {
        margin-bottom: 5px;
    }

    .grit_template_ .caption .wrap_promo_title {
        display: none;
    }

    .product-thumb .price .special-li.special-old .wrap_price {
        font-size: 12px;
    }
}


/* END CATEGORY */


/* PRODUCT */

.thumbnail {
    display: block;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    border: none !important;
    border-radius: 0px !important;
}

.title_product {
    font-size: 36px;
    line-height: 40px;
    font-weight: 700;
    color: #201600;
    position: relative;
    font-family: Garamond;
    margin-bottom: 7px;
}

.title_product:before {
    content: "";
    width: 11px;
    height: 11px;
    top: 50%;
    margin-top: -6px;
    left: -30px;
    position: absolute;
    background: #201600;
    border-radius: 50%;
    display: block;
}

.articul_prod {
    font-family: HelveticaNeueCyr;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #bebebe;
}

.available_prod {
    font-family: HelveticaNeueCyr;
    font-size: 18px;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 20px;
    font-weight: 400;
    color: #369660;
}

#product ul {
    margin-bottom: 0px !important;
}

.available_prod.no_stock {
    color: #fc0000;
}

.small_desc_product {
    font-family: HelveticaNeueCyr;
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #201600;
    margin-bottom: 36px;
    display: block;
}

.section_product.museum .small_desc_product {
    margin-top: 70px;
}

.section_product.museum .col_photo_prod_info img {
    display: none;
}

.info_page_prod li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #201600;
    margin-bottom: 8px;
}

.info_page_prod li span {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #d1cbae;
}

.wrapper_price_in_product {
    display: flex;
    align-items: center;
}

.price_block_product {
    display: flex;
    align-items: center;
    margin-top: 53px;
    justify-content: space-between;
}

.price_block_product .price {
    font-family: HelveticaNeueCyr;
    font-size: 39px;
    line-height: 52px;
    font-weight: 700;
    color: #201600;
}

.price_block_product .new_price {
    font-family: HelveticaNeueCyr;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    color: #c6c6c6;
    margin-left: 0;
}

.price_block_product .form-group {
    margin: 0px;
}

.price_block_product #button-cart.btn-lg {
    font-size: 20px;
    line-height: 27px;
    font-weight: 700;
    font-family: HelveticaNeueCyr;
    color: #fff;
    padding: 20px;
    border-radius: 0px;
    background-color: #201600;
    background-image: none;
    border: 2px solid #201600;
    box-shadow: none;
    display: flex;
    width: 100%;
    height: 72px;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.wrapper_wrap_price {
    width: 45%;

}

.wrapper_price {
    /* width: 45%; */
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.wrapper_price .price,
.wrapper_price .new_price {
    position: relative;
}

.wrapper_price .price .wrapper__price-tooltip,
.wrapper_price .new_price .wrapper__price-tooltip {
    position: absolute;
    bottom: 56%;
    right: -21px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #201600;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.wrapper_price .new_price .wrapper__price-tooltip {
    display: none;
}

.wrapper_price.with_special {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#product .wrapper_price.with_special {
    display: flex;
    align-items: center;
}

#product .wrapper_price.with_special .wrapper__price-tooltip {
    display: none;
}

#product .price_block_product .wrapper_price.with_special .price {
    margin-right: 15px;
    margin-bottom: 3px;
}

@media (min-width: 1130px) {
    #product .wrapper_price.with_special {
        flex-direction: row;
    }
}

.price_block_product .wrapper_price.with_special .price {
    margin-bottom: 12px;
}

.wraper_button {
    width: 55%;
}

.price_block_product #button-cart.btn-lg:hover,
.price_block_product #button-cart.btn-lg:focus {
    background-color: transparent;
    color: #201600;
    border: 2px solid #201600 !important;
}

.price_block_product #button-cart.btn-lg img.white_button {
    width: 19px;
}

.price_block_product #button-cart.btn-lg:hover img.white_button,
.price_block_product #button-cart.btn-lg img.black_button {
    display: none;
}

.price_block_product #button-cart.btn-lg:hover img.black_button {
    display: block;
}

.price_block_product #button-cart.btn-lg img {
    margin-left: 55px;
}

.price_block_product #button-cart.btn-lg .red_button {
    display: none;
}

.section_product.store .price_block_product #button-cart.btn-lg {
    background-color: #e2472b;
    border: 2px solid #e2472b;
}

.section_product.store .price_block_product #button-cart.btn-lg:hover,
.section_product.store .price_block_product #button-cart.btn-lg:focus {
    border: 2px solid #e2472b !important;
    background-color: #fff;
    color: #e2472b;
}

.section_product.store .price_block_product #button-cart.btn-lg:hover .red_button,
.section_product.store .price_block_product #button-cart.btn-lg:focus .red_button {
    display: block;
}

.section_product.store .price_block_product #button-cart.btn-lg:hover .black_button,
.section_product.store .price_block_product #button-cart.btn-lg:focus .black_button {
    display: none;
}

.section_product.store .price_block_product #button-cart.btn-lg:focus .white_button {
    display: none;
}

.section_product.store .boc_order_btn {
    background-color: #dedede;
    border: 2px solid #dedede;
}

.section_product.store .boc_order_btn:hover {
    background-color: #fff;
    border: 2px solid #dedede !important;
}

.in_price_block_product {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.price_block_product .price_cart,
.price_block_product .price_deferred {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price_block_product .price_cart {
    margin-bottom: 36px;
}

.price_block_product .price_deferred {
    font-size: 25px;
}

.price_deferred>.price_deferred {
    position: relative;
}

.price_deferred>.price_deferred .price_deferred-tooltip {
    position: absolute;
    top: -2px;
    right: -23px;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #e0dcca;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.delivery__tooltip {
    width: 20px;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: 5px;
    background-color: #e0dcca;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
}

.col_mobile {
    margin-left: 108px;
}

.deferred_by_block {
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.deferred_by_block .price {
    font-size: 25px;
    line-height: 33px;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    color: #201600;
}

.deferred_by_block a {
    font-size: 18px;
    line-height: 24px;
    font-family: HelveticaNeueCyr;
    font-weight: 500;
    color: #201600;
    padding: 22px 113px;
    background: #e0dcca;
    display: block;
    border: 2px solid #e0dcca;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.deferred_by_block a:hover,
.deferred_by_block a:focus {
    text-decoration: none;
    color: #e0dcca;
    border: 2px solid #e0dcca !important;
    background: transparent;
}

.boc_order_btn {
    font-size: 18px;
    line-height: 16px;
    font-family: HelveticaNeueCyr;
    font-weight: 500;
    color: #201600;
    padding: 22px;
    background: #e0dcca;
    display: block;
    border: 2px solid #e0dcca;
    width: 55%;
    height: 72px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.boc_order_btn:hover,
.boc_order_btn:focus {
    text-decoration: none;
    color: #201600;
    border: 2px solid #e0dcca !important;
    background: transparent;
}

#boc_submit {
    font-size: 18px;
    font-family: HelveticaNeueCyr;
    font-weight: 500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#boc_order_title {
    width: 100%;
}

#boc_order .close_boc {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    padding: 15px;
}

.col_general_info,
.col_photo_prod_info {
    margin-top: 80px;
}

.col_general_info .nav-tabs>li.active>a,
.col_general_info .nav-tabs>li.active>a:focus,
.col_general_info .nav-tabs>li.active>a:hover {
    border: none;
}

.col_general_info .nav-tabs {
    border-bottom: none;
}

.col_general_info .nav-tabs>li.active>a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    font-family: HelveticaNeueCyr;
    color: #201600;
    position: relative;
    padding: 0px 0px 15px;
    margin-right: 55px;
}

.col_general_info .nav-tabs>li>a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    color: #201600;
    position: relative;
    padding: 0px 0px 15px;
    margin-right: 55px;
    border: none;
    border-radius: 0px;
    display: inherit;
}

.col_general_info .nav-tabs>li>a>h2,
.col_general_info .nav-tabs>li>a>.h2 {
    margin-bottom: 0px;
    font-size: inherit !important;
    font-weight: inherit !important;
}

.col_general_info .nav-tabs>li>a.active:after {
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0px;
    height: 2px;
    background-color: #201600;
    content: "";
    transition: width 0.4s ease-out;
}

.col_general_info .nav-tabs>li>a:after {
    display: block;
    position: absolute;
    left: 0;
    width: 0%;
    bottom: 0px;
    height: 2px;
    background-color: #201600;
    content: "";
    transition: width 0.4s ease-out;
}

.col_general_info .nav-tabs>li>a:hover {
    border-color: transparent;
    background-color: transparent;
}

.col_general_info .nav-tabs>li>a:hover:after {
    width: 100%;
}

.col_general_info .nav>li>a:focus,
.col_general_info .nav>li>a:hover {
    background-color: transparent !important;
    border-radius: 0px !important;
    border: none !important;
}

.col_general_info .tab-content {
    margin-top: 50px;
}

.col_general_info .tab-content .tab-pane {
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    color: #575757;
}

.col_general_info .table tbody+tbody {
    border-top: 0;
}

.col_general_info .table-bordered {
    border: none;
}

.table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: none;
}

.owl-carousel {
    display: block !important;
}

.row_ajax_viewed_product {
    margin-top: 150px;
}

.row_ajax_viewed_product .title {
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    font-family: Garamond;
    color: #201600;
    position: relative;
}

.col_title_ajax_viewed_product {
    margin-bottom: 63px;
}

.row_ajax_viewed_product .title:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #201600;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    left: -25px;
}

.row_ajax_viewed_product .title:after {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #201600;
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: -25px;
}

button.slick-prev,
button.slick-next {
    display: none !important;
}

.slick-slide.slick-current {
    opacity: 1 !important;
}

.slick-slide {
    opacity: 53%;
}

.slider-for .thumbnail {
    padding: 0px;
}

.product-gallery .slick-track {
    margin: 0;
}

.slider-nav .thumbnail {
    padding-right: 10px;
    margin-bottom: 0px;
}

.slider-nav .slick-slide.slick-current:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #201600;
    margin: 15px auto 0px;
}

.col_photo_prod_info img {
    margin: auto;
}


/* END PRODUCT */


/* BLOG */

.container_blog .breadcrumb a {
    color: #201600;
}

.container_blog .breadcrumb>li:after {
    background: #201600;
}

.container_blog .title_blog,
.row_about .title {
    font-size: 48px;
    line-height: 54px;
    font-family: Garamond;
    font-weight: 700;
    color: #201600;
    width: max-content;
    margin: auto;
    position: relative;
    padding: 0px;
}

.container_blog .title_blog:after,
.row_about .title:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #201600;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: -22px;
    border-radius: 50%;
}

.container_blog .title_blog:before,
.row_about .title:before {
    content: "";
    width: 9px;
    height: 9px;
    background: #201600;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: -22px;
    border-radius: 50%;
}

.container_blog .product-layout .image {
    position: relative;
    height: 348px;
}

.container_blog .product-layout .image a {
    height: 100% !important;
    width: 100% !important;
    display: block !important;
    background-size: cover;
    background-position: center;
}

.container_blog .product-thumb {
    margin-bottom: 30px;
}

.blog-latest .container_blog .product-thumb,
.blog-category .container_blog .product-thumb {
    margin-bottom: 82px;
}

.container_blog .tab-pane,
.container_blog .tab-pane .form-group>div {
    padding: 0;
}

.container_blog .fa-star-o {
    display: none;
}

.container_blog .fa-star-o::before {
    content: none;
}

.container_blog #review .table-bordered td span {
    display: none;
}

.container_blog .fa-stack {
    width: 16px;
}

.container_blog .stars_sec {
    /*display: flex;*/
    display: none;
    flex-wrap: wrap;
}

.container_blog .tab-pane #review {
    margin-bottom: 50px;
}

.container_blog .tab-pane,
.container_blog .tab-pane .form-group>div {
    padding: 0;
}

.container_blog .tab-pane {
    margin-bottom: 50px;
}

.container_blog .tab-pane .buttons {
    padding-top: 0;
    margin-top: 0;
}

.container_blog .tab-pane .buttons button {
    margin-top: 10px;
}

.blog-latest .row_pagination,
.blog-category .row_pagination {}

.article-thumb .image a,
.article-thumb:hover .image a {
    position: relative;
    display: flex;
    align-items: center;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    height: auto;
}

.article-thumb .image a {
    transform: none;
}

.product-thumb:hover .caption {
    background: #fafaf7;
}

.date_blog {
    position: absolute;
    bottom: 15px;
    left: 0px;
    background: #e0dcca;
    padding: 16px 53px;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    font-family: HelveticaNeueCyr;
    color: #201600;
}

.pagination_blog {
    margin-top: 32px;
    margin-bottom: 120px;
}

.container_blog .caption_blog {
    background: #fafaf7;
}

.title-points {
    margin-bottom: 50px;
    text-align: center;
}

.title-points span {
    position: relative;
}

.title-points span:before,
.title-points span:after {
    content: "";
    width: 9px;
    height: 9px;
    background: #201600;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    border-radius: 50%;
}

.title-points span:before {
    left: -22px;
}

.title-points span:after {
    right: -22px;
}

.title-page {
    text-align: center;
    display: flex;
    justify-content: center;
    max-width: 85%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.image_after_title {
    display: none;
    margin-top: 45px;
    margin-bottom: 40px;
}

.tabs_blog {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    margin-bottom: 64px;
}

@media (max-width: 1199px) {
    .tabs_blog {
        gap: 16px;
    }
}

.tabs_blog a {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    color: #525353;
    font-family: HelveticaNeueCyr;
    position: relative;
    border-radius: 100px;
    padding: 12px 24px;
    border: 1px solid #DFDCCC;
    display: inline-block;
    transition: all 0.5s ease;
}

@media (max-width: 1199px) {
    .tabs_blog a {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 16px;
    }
}

.blog-latest .product-thumb .caption,
.blog-category .product-thumb .caption {
    padding: 0px 53px 42px;
}

.blog-latest .caption_blog .description,
.blog-category .caption_blog .description {
    font-size: 16px;
    line-height: 22px;
}

.blog-latest .caption_blog .title span,
.blog-category .caption_blog .title span {
    font-size: 22px;
    line-height: 34px;
    padding-top: 38px;
}

.blog-latest .product-thumb .caption_blog,
.blog-category .product-thumb .caption_blog {
    min-height: 290px;
}

.blog-latest .caption_blog .button-group,
.blog-category .caption_blog .button-group {
    margin-top: auto !important;
}

.tabs_blog a.active,
.tabs_blog a:hover {
    background: #201600;
    color: #FFFFFF;
}


/* END BLOG */


/* PAGE ABOUT*/

.container_page .breadcrumb a {
    color: #201600;
}

.container_page .breadcrumb>li:after {
    background: #201600;
}

.wrapper_block_about {
    padding-left: 100px;
    padding-top: 83px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.row_about_block_3 .wrapper_block_about {
    padding-top: 0px;
    justify-content: flex-start;
}

.col_info_about_page img {
    max-width: max-content;
}

.col_info_about_page .title_block_1 {
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    font-family: HelveticaNeueCyr;
    color: #201600;
}

.text_block_1 {
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    font-family: HelveticaNeueCyr;
    color: #201600;
}

.row_about_block_1 {
    margin-top: 65px;
    position: relative;
    margin-bottom: 200px;
}

.bg_block_about_1 {
    position: absolute;
    top: 0px;
    width: 65%;
    right: 0;
    display: block;
    background: #fafaf7;
    height: 115%;
    z-index: -1;
}

.col_photo_persona img {
    width: 100%;
}

.col_title_block_2 {
    margin-bottom: 60px;
}

.title_block_2 {
    font-family: HelveticaNeueCyr;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    color: #201600;
}

.text_block_2 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    color: #201600;
}

.manytext-catalog-info .row>div>div {
    border: none !important;
    margin-bottom: 0px !important;
    padding: 0px !important;
}

.list_about_content {
    max-width: 65%;
    margin: 0 auto;
}

.col_list_about .catalog_info_text li,
.col_list_about li {
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-family: HelveticaNeueCyr;
    color: #201600;
    padding-bottom: 50px;
}

.col_list_about li:last-child {
    padding-bottom: 0;
}

.col_many_text_about {
    margin-left: 16.666667%;
}

.row_about_block_2 {
    margin-bottom: 77px;
}

.row_about_block_3 {
    margin-top: 167px;
    position: relative;
    margin-bottom: 160px;
}

.row_about_block_3 .col_info_about_page {
    padding-top: 0px;
    justify-content: flex-start;
}

.row_about_block_3 .col_info_about_page .text_block_1 {
    margin-top: 62px;
}

.row_about_block_3 .col_info_about_page hr {
    width: 276px;
    height: 1px;
    background: #201600;
    margin-left: 0px;
    border-top: none;
    margin-top: 88px;
}

.bloc_bg_3 {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 65%;
    height: 120%;
    background: #fafaf7;
    z-index: -1;
}


/* END PAGE ABOUT*/

.noUi-pips-horizontal {
    display: none;
}

.noUi-horizontal .noUi-handle {
    border: 0;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background: #201600;
    box-shadow: none;
    transform: translateY(-1px);
}

.noUi-handle:after,
.noUi-handle:before {
    content: none;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    position: relative;
    justify-content: center;
}

.modal-header .close {
    position: absolute;
    right: 16px;
}

#boc_form .input-group .input-group-addon {
    display: none;
}

#boc_form .img-responsive {
    margin-right: 15px;
}

#boc_form #boc_product_field {
    margin-bottom: 15px;
}

#boc_form input {
    padding: 12px 15px;
}

#boc_form .has-error input,
#boc_form .has-error textarea {
    border: 1px solid #fc0000;
}

.custom-checkbox {
    display: none;
}

.custom-checkbox+label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: flex;
    margin: 0;
}

.custom-checkbox+label:before {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    bottom: 4px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    padding: 2px;
    top: 0;
}

.custom-checkbox:checked+label:before,
.custom-checkbox:hover+label:before {
    content: "";
    color: #f3f3f3;
    background-image: url(/catalog/view/theme/default/image/point.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 35%;
}

.filter-checkbox input[type="checkbox"] {
    display: none;
}

label.filter-checkbox {
    cursor: pointer;
    padding: 5px 5px 5px 45px;
    position: relative;
}

label.filter-checkbox.ocf-selected {
    color: #201600;
}

.filter-checkbox:before {
    content: "";
    display: inline-block;
    width: 28px;
    height: 28px;
    margin-right: 0;
    position: absolute;
    left: 0;
    bottom: 4px;
    background-color: #fff;
    border: 1px solid #d3d3d3;
    padding: 2px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0;
}

.filter-checkbox.ocf-selected:before,
.filter-checkbox:hover:before {
    content: "";
    background-image: url(/catalog/view/theme/default/image/ico-check.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 65%;
    color: #f3f3f3;
    background-color: #e0dcca;
    display: inline-block;
    border-radius: 0;
}

.ocfilter {
    padding-right: 40px;
    color: #201600;
}

.ocfilter-option label {
    color: #201600;
    font-size: 16px;
    margin-bottom: 10px;
}

.ocfilter-option .collapse-value {
    margin-top: 30px;
}

.ocfilter .ocf-option-name {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-weight: 400;
    font-size: 18px;
    margin: 0;
}

.ocfilter .ocfilter-option.open .ocf-option-name {
    margin-bottom: 0;
}

.ocfilter .ocfilter-option.open .ocf-option-name {
    margin-bottom: 25px;
}

.ocfilter-option .ocf-option-values {
    display: none;
}

.ocfilter-option.open .ocf-option-values {
    display: block;
}

.ocfilter .option-name-text {
    width: 100%;
    margin-right: 15px;
}

.ocfilter-option .fa-chevron-down:before {
    transform: rotate(-90deg);
    display: flex;
    transition: all 0.3s;
}

.ocfilter-option.open .fa-chevron-down:before {
    transform: rotate(0);
}

.ocfilter .list-group-item {
    border: 0;
}

.ocfilter .noUi-draggable {
    height: 2px;
    background: #201600;
}

.ocfilter .scale,
.ocfilter .noUi-background {
    box-shadow: none;
    border: 0;
    background: transparent;
}

.ocfilter .noUi-background {
    background: #fff;
    margin-bottom: 0;
}

.ocfilter .range-price {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-bottom: 10px;
}

.ocfilter .range-price span {
    font-size: 14px;
}

.ocfilter .ocfilter-option-popover {
    display: none;
}

.ocfilter .list-group-item {
    padding: 0;
    margin-bottom: 25px;
    padding-top: 25px;
    border-top: 1px solid #eee;
}

.ocfilter .list-group-item:first-child {
    border-top: 0;
}

.ocfilter .selected-options {
    display: none;
}

.ocfilter button.btn,
.ocfilter button.btn span,
.ocfilter button.btn:focus {
    font-size: 16px;
    color: #b3af9f;
    text-decoration: none;
}

.ocfilter button.btn span {
    margin: 0;
}

.ocfilter button.btn:hover span {
    color: #201600;
}

.ocfilter .btn.collapsed .text-show,
.ocfilter .btn .text-hide {
    display: block;
}

.ocfilter .btn.collapsed .text-hide,
.ocfilter .btn .text-show {
    display: none;
}

.ocfilter .reset-filters {
    font-size: 16px;
    color: #201600;
    padding: 17px;
    text-align: center;
    border: 1px solid #201600;
}

.ocfilter .reset-filters:hover {
    color: #fff;
    background-color: #201600;
}

.section_page .breadcrumb a {
    color: #e0dcca;
}

.section_page .breadcrumb li:last-child a {
    color: rgba(32, 22, 0, 70%);
}

.section_page .breadcrumb>li:after {
    background: #e0dcca;
}

.section_page .breadcrumb li:nth-child(-n+1)::after {
    background: rgba(32, 22, 0, 70%);
}

.section_page {
    padding-bottom: 50px;
}

.content-contacts .contact-items {
    display: flex;
    flex-wrap: wrap;
}

.content-contacts .contact-item {
    display: flex;
    flex-direction: column;
    min-width: 50%;
    margin-bottom: 20px;
}

.content-contacts .contact-item .title,
.content-contacts legend {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 5px;
}

.content-contacts .contact-item .desc {
    font-weight: 500;
    font-size: 16px;
    padding-right: 20px;
}

.content-contacts .buttons {
    display: flex;
    margin: 0;
    margin-top: 15px;
}

.content-faq h1 {
    text-align: center;
    margin-bottom: 50px;
}

.content-faq .panel {
    border: 1px solid #c5c5c5;
    padding: 25px;
}

.content-faq .panel-title {
    margin: 0;
}

.content-faq .panel-title a {
    color: #201600;
}

.content-faq .panel-title a:hover {
    color: #201600;
    text-decoration: underline;
}

.content-faq .panel-body {
    padding-top: 15px;
}

.content-faq .panel-body p:last-child {
    margin-bottom: 0 !important;
}

.form-register,
.form-login {
    max-width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.form-register input.form-control {
    padding: 12px 15px;
    font-size: 15px;
}

.form-register .buttons {
    display: flex;
}

.form-register .form-group {
    margin-right: -15px;
    margin-left: -15px;
}

.form-register .agree-fields {
    margin-bottom: 10px;
}

.form-register .buttons {
    flex-direction: column;
    justify-content: center;
}

.form-register .agree-fields a {
    margin-left: 5px;
}

.agree-fields label {
    display: inline-block;
}

.form-register .submit-btn {
    justify-content: center;
    display: flex;
}

.form-login .forgotten {
    margin-top: 8px;
    display: inline-flex;
}

.form-login .btn-primary {
    margin: 0 auto;
}

#d_ajax_search_results {
    position: absolute;
    top: 42px;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid #d3d3d3;
    z-index: 300;
    min-width: 400px;
}

#d_ajax_search_results .result-link {
    padding: 0 15px;
    margin-bottom: 10px;
    display: flex;
}

#d_ajax_search_results .result-link:last-child {
    margin: 0;
}

#d_ajax_search_results .col-img {
    margin-right: 15px;
}

#d_ajax_search_results .col-name {
    flex-direction: column;
    justify-content: center;
    display: flex;
}

#d_ajax_search_results .col-price {
    margin-left: auto;
    align-items: center;
    display: flex;
}

#d_ajax_search_results #result_block {
    padding: 10px 0;
}

#d_ajax_search_results .show-all-results {
    border: 2px solid #d1cbae;
    border-radius: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 10px;
    font-weight: bold;
    color: #201600;
    background: #d1cbae;
}

#d_ajax_search_results .show-all-results:hover {
    border: 2px solid transparent;
    background: transparent;
    color: #d1cbae;
}

#d_ajax_search_results .no-results {
    padding: 30px 0;
    text-align: center;
}

.simplecheckout-cart tr th,
.simple-content .simplecheckout-block .checkout-heading {
    background: #f8f7f1;
}

.simplecheckout .simplecheckout-cart th.name,
.simplecheckout .simplecheckout-cart td.name {
    text-align: left;
    vertical-align: middle;
}

.simplecheckout .simplecheckout-cart td {
    vertical-align: middle;
}

.simplecheckout .btn-cart-remove {
    background: transparent;
    border: 0;
    outline: none;
}

.simplecheckout .btn-cart-remove:hover {
    opacity: 0.5;
}

.simplecheckout .btn-cart-remove .fa {
    color: #ff1313;
}

.simplecheckout fieldset {
    margin-left: -15px;
    margin-right: -15px;
}

.simplecheckout .simplecheckout-block-content {
    padding: 15px 0;
}

.simplecheckout .form-group label {
    margin-bottom: 5px;
}

.simplecheckout table,
.simplecheckout tbody,
.simplecheckout thead,
.simplecheckout th,
.simplecheckout tr,
.simplecheckout td {
    display: flex;
    width: 100%;
}

.simplecheckout table,
.simplecheckout tbody,
.simplecheckout thead {
    flex-direction: column;
}

.simplecheckout-cart td {
    align-items: center;
}

.simplecheckout-cart .delete {
    max-width: 5%;
    width: 5%;
}

.simplecheckout-cart .delete .input-group {
    justify-content: center;
}

.simplecheckout-cart .image,
.simplecheckout-cart tr th.image,
.simplecheckout-cart tr td.image {
    max-width: 7%;
    width: 7%;
    text-align: left;
}

.simplecheckout-cart .name {
    width: 100%;
}

.simplecheckout-cart .total {
    max-width: 20%;
    width: 20%;
}

.simplecheckout-cart tr td.total {
    display: flex !important;
    justify-content: flex-end;
}

.simplecheckout .btn-primary.button_oc {
    color: #fff;
}

.simplecheckout .btn-primary.button_oc:hover {
    color: #201600;
}

.simple-content select {
    padding: 12px 15px;
    height: auto;
    position: relative;
}

.simple-content select:before {
    content: "\f078";
    position: absolute;
    right: 15px;
    top: 5px;
    font-family: FontAwesome;
    width: 10px;
    height: 10px;
    display: flex;
}

.simple-content .buttons {
    padding: 0;
    margin-bottom: 50px;
}

#content.content-not-found {
    min-height: 300px;
}

.content-not-found h1 {
    text-align: center;
    padding: 100px 0;
    max-width: 475px;
    margin: 0 auto;
    font-size: 24px;
}

.simplecheckout .dropdown-address {
    border-radius: 0;
    width: 90%;
}

.simplecheckout .dropdown-address li {
    border-radius: 0;
}

.simplecheckout .dropdown-address li a {
    padding: 10px 15px !important;
    border-radius: 0;
}

.simplecheckout .dropdown-address li a:hover {
    background: #e0dcca;
    color: #fff;
}

.desc_cat_lv3 {
    display: none;
    background: rgba(239, 237, 229, 0.3);
    padding-top: 100px;
    padding-bottom: 98px;
}

.desc_cat_lv3 .description_cat_top {
    margin-bottom: 33px;
}


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

.drop-cart {
    width: 427px;
}

.li_title_cart {
    padding: 15px 26px 15px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f7f1;
    border: 1px solid #e0dcca;
}

#cart .dropdown-menu li.li_title_cart>.empty-cart {
    padding: 0px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #1d2814;
}

#cart .dropdown-menu li.li_title_cart>.exit_cart,
#cart .dropdown-menu li.li_cart .exit_cart {
    background: transparent;
    border: none;
}

#cart .dropdown-menu li.li_cart {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #1d2814;
    padding: 15px 30px 15px 21px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f8f7f1;
    border-bottom: 1px solid #e0dcca;
}

#cart .dropdown-menu {
    border: 1px solid #e0dcca;
}

.wrap_prod {
    padding: 20px 30px 20px 20px;
    border-bottom: 1px solid #e0dcca;
    background: #ffffff;
}

.img_prod_cart img {
    min-width: 70px;
}

#cart .wrapper_name .btn-remove {
    padding: 0px;
    display: flex;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#cart .wrapper_name .btn-remove:hover {
    opacity: 0.5;
}

.info_prod_cart {
    width: 100%;
    padding-left: 25px;
}

#cart .dropdown-menu li>div {
    min-width: initial;
}

#cart .wrapper_name a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #201600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#cart .wrapper_name a:hover {
    color: #b9b49e;
}

#cart .wrapper_price {
    margin-top: 40px;
}

#cart .wrapper_price .price {
    font-size: 16px !important;
    line-height: 21px;
    font-weight: 400;
    color: #201600;
}

#cart .btn-remove {
    font-size: initial;
}

#cart .wrap_total {
    padding: 14px 30px 0px 20px;
    margin-bottom: 50px;
}

#cart .wrapper_price .old-price {
    text-decoration: line-through;
    color: #c6c6c6;
    margin-left: auto;
    margin-right: 7px;
}

.wrap_total .title {
    font-size: 18px;
    line-height: 24px;
    color: #201600;
}

.wrap_total .price {
    font-size: 18px !important;
    line-height: 24px !important;
    color: #201600;
}

.wrap_buy {
    padding: 0px 20px 0px 20px;
}

#cart .wrap_buy .btn-checkout {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#cart .exit_cart {
    padding: 0px;
    font-size: 0px;
    line-height: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#cart .exit_cart:hover {
    opacity: 0.5;
}

#to-top {
    display: flex;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 50px;
    height: 50px;
    background: #a7a7a7;
    color: #fff;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    border: 1px solid #a7a7a7;
    z-index: 400;
}

#to-top:hover {
    background: transparent;
    color: #a7a7a7;
}

.section_product #content {
    padding-bottom: 40px;
}

.section_product.museum .tab-li-payment,
.section_product.museum .tab-li-delivery,
.section_product.museum .tab-li-reserve,
.section_product.museum .card-payment,
.section_product.museum .card-delivery,
.section_product.museum .card-reserve {
    display: none;
}

.museum-buy-placeholder {
    display: flex;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 35px;
}

.article-description {
    padding-bottom: 50px;
}

.article-info .date-added {
    margin-bottom: 15px;
}

.article-info .date-added .far {
    margin-right: 5px;
}

.article-description img[style*="float: left"] {
    margin-right: 15px;
    margin-bottom: 10px;
}

.article-description img[style*="float: right"] {
    margin-left: 15px;
    margin-bottom: 10px;
}


/*article new*/

.article-new_heading {
    max-width: 810px;
    margin: 0 auto;
    margin-bottom: 48px;
}

.article-new_heading h1 {
    font-family: Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 48px;
    line-height: 54px;
    color: #201600;
    margin-bottom: 20px;
}

@media (max-width: 1070px) {
    .article-new_heading {
        margin-bottom: 30px;
    }

    .article-new_heading h1 {
        font-size: 42px;
        line-height: 48px;
    }
}

@media (max-width: 670px) {
    .article-new_heading h1 {
        font-size: 32px;
        line-height: 40px;
    }
}

.article-new_info {
    display: flex;
    align-items: center;
}

.article-new_info_item {
    display: flex;
    align-items: center;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    margin-right: 43px;
    color: #525353;
}

@media (max-width: 670px) {
    .article-new_info_item {
        margin-right: 10px;
    }
}

.article-new_info_item svg {
    margin-right: 11px;
}

@media (max-width: 670px) {
    .article-new_info_item svg {
        margin-right: 6px;
    }
}

.article-new_info_item span {
    padding-top: 4px;
}

.article-new_image {
    max-width: 1440px;
    margin: 0 auto;
    margin-bottom: 80px;
}

@media (max-width: 1070px) {
    .article-new_image {
        margin-bottom: 60px;
    }
}

@media (max-width: 670px) {
    .article-new_image {
        margin-bottom: 40px;
    }
}

.article-new_image img {
    width: 100%;
}

.article-new_content blockquote,
.article-new_content p,
.article-new_content h2,
.article-new_content h3,
.article-new_content h4,
.article-new_content h5,
.article-new_content h6,
.article-new_content ul,
.article-new_content ol {
    max-width: 810px;
    margin: 0 auto;
}

.article-new_content h2 {
    font-family: Garamond;
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 52px;
    color: #201600;
    padding-top: 64px;
    margin-bottom: 24px;
}

@media (max-width: 1070px) {
    .article-new_content h2 {
        padding-top: 40px;
        font-size: 30px;
        line-height: 42px;
    }
}

@media (max-width: 670px) {
    .article-new_content h2 {
        padding-top: 30px;
        font-size: 26px;
        line-height: 34px;
    }
}

.article-new_content h3 {
    padding-top: 64px;
    font-family: Garamond;
    color: #201600;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 24px;
}

@media (max-width: 1070px) {
    .article-new_content h3 {
        padding-top: 40px;
        font-size: 22px;
        line-height: 30px;
    }
}

@media (max-width: 670px) {
    .article-new_content h3 {
        padding-top: 30px;
    }
}

.article-new_content h4 {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #201600;
    margin-bottom: 16px;
}

.article-new_content p {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #201600;
    margin-bottom: 16px;
}

.article-new_content a {
    color: #525353;
    border-bottom: 1px solid;
}

.article-new_content a:hover {
    color: #201600;
}

.article-new_content ul,
.article-new_content ol {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #201600;
    margin-bottom: 16px;
    padding: 0 0 0 28px;
}

.article-new_content blockquote {
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #525353;
    position: relative;
    margin-bottom: 46px;
}

.article-new_content blockquote:after {
    display: block;
    content: '';
    width: 100%;
    max-width: 390px;
    height: 2px;
    background-color: #201600;
    position: absolute;
    bottom: -28px;
    left: 0;
}

.article-new_content blockquote p {
    font-style: italic;
    font-weight: normal;
    font-size: 24px;
    line-height: 32px;
    color: #525353;
}

@media (max-width: 1070px) {
    .article-new_content blockquote p {
        font-size: 20px;
        line-height: 28px;
    }
}

.article-new-oneimages {
    display: flex;
    max-width: 1230px;
    margin: 0 auto;
    padding-top: 64px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #201600;
    position: relative;
}

@media (max-width: 1070px) {
    .article-new-oneimages {
        padding-top: 40px;
    }
}

@media (max-width: 670px) {
    .article-new-oneimages {
        padding-top: 30px;
    }
}

.article-new-oneimages img {
    width: 100%;
}

.article-new-oneimages:before {
    display: block;
    content: '';
    width: 48px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -24px;
}

.article-new-oneimages:after {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #201600;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -5px;
}

.article-new-twoimages {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1230px;
    margin: 0 auto;
    padding-top: 64px;
    padding-bottom: 30px;
    margin-bottom: 84px;
    border-bottom: 2px solid #201600;
    position: relative;
}

@media (max-width: 1070px) {
    .article-new-twoimages {
        padding-top: 40px;
        margin-bottom: 60px;
    }
}

@media (max-width: 670px) {
    .article-new-twoimages {
        flex-direction: column;
        padding-top: 30px;
        margin-bottom: 50px;
    }

    .article-new-twoimages img {
        width: 100% !important;
    }
}

.article-new-twoimages img {
    width: calc(50% - 16px);
}

.article-new-twoimages:before {
    display: block;
    content: '';
    width: 48px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -24px;
}

.article-new-twoimages:after {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #201600;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -5px;
}

.article-new-threeimages {
    display: flex;
    flex-wrap: wrap;
    gap: 32px;
    max-width: 1230px;
    margin: 0 auto;
    padding-top: 64px;
    padding-bottom: 30px;
    margin-bottom: 20px;
    border-bottom: 2px solid #201600;
    position: relative;
}

@media (max-width: 1070px) {
    .article-new-threeimages {
        padding-top: 40px;
    }
}

.article-new-threeimages img {
    width: calc(33.3% - 21.3px);
}

.article-new-threeimages:before {
    display: block;
    content: '';
    width: 48px;
    height: 2px;
    background-color: #ffffff;
    position: absolute;
    bottom: -2px;
    left: 50%;
    margin-left: -24px;
}

.article-new-threeimages:after {
    display: block;
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #201600;
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -5px;
}

.article-new-imageleft {
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    padding-top: 64px;
    margin-bottom: 16px;
}

@media (max-width: 1070px) {
    .article-new-imageleft {
        padding-top: 40px;
    }
}

@media (max-width: 670px) {
    .article-new-imageleft {
        padding-top: 30px;
        flex-direction: column;
    }

    .article-new-imageleft-image {
        margin-bottom: 30px;
    }
}

.article-new-imageleft-image {
    margin-right: 95px;
    padding-bottom: 24px;
    border-bottom: 2px solid #201600;
}

@media (max-width: 1070px) {
    .article-new-imageleft-image {
        margin-right: 70px;
    }
}

.article-new-imageleft-content h2 {
    padding-top: 0;
}

.article-new-imagesinline {
    max-width: 1230px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 96px;
    padding-top: 64px;
    margin-bottom: 16px;
}

@media (max-width: 1070px) {
    .article-new-imagesinline {
        gap: 70px;
        padding-top: 40px;
    }
}

.article-new-imagesinline-item {
    padding-bottom: 24px;
    border-bottom: 2px solid #201600;
}

.article-new_content table {
    max-width: 810px;
    margin: 0 auto;
    margin-top: 80px;
    margin-bottom: 64px;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    color: #525353;
}

@media (max-width: 1070px) {
    .article-new_content table {
        margin-top: 40px;
        margin-bottom: 60px;
    }
}

@media (max-width: 670px) {
    .article-new_content table {
        margin-top: 30px;
        margin-bottom: 40px;
    }
}

.article-new_content table th,
.article-new_content table td {
    padding: 16px 0;
    border-bottom: 1px solid #DFDCCC;
}

@media (max-width: 670px) {

    .article-new_content table th,
    .article-new_content table td {
        display: block;
        text-align: left !important;
    }
}

.article-new_content table tr:last-child th,
.article-new_content table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 670px) {

    .article-new_content table tr:last-child th,
    .article-new_content table tr:last-child td {
        border-bottom: 1px solid #DFDCCC;
    }
}

.article-new_content table th {
    font-weight: normal;
    color: #201600;
}

.article-new_content table caption {
    caption-side: top;
    padding: 0 0 8px 0;
    font-family: Garamond;
    color: #201600;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
}

@media (max-width: 670px) {
    .article-new_content table caption {
        font-size: 26px;
        line-height: 34px;
    }
}

.article-new_reviews {
    max-width: 810px;
    margin: 0 auto;
    margin-bottom: 80px;
    margin-top: 80px;
}

.article-new_reviews_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DFDCCC;
    padding-bottom: 16px;
    margin-bottom: 24px;
}

@media (max-width: 670px) {
    .article-new_reviews_header {
        flex-direction: column;
        align-items: flex-start;
    }
}

.article-new_reviews_count {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #201600;
}

@media (max-width: 670px) {
    .article-new_reviews_count {
        margin-bottom: 10px;
        font-size: 16px;
        line-height: 26px;
    }
}

.article-new_reviews_add a {
    display: block;
    background: #DEDCCC;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #201600;
    padding: 14px 24px;
    transition: all .25s;
}

.article-new_reviews_add a:hover {
    background: #201600;
    color: #fff;
}

.article-new_reviews_item {
    margin-bottom: 24px;
}

.article-new_reviews_item_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6px;
}

.article-new_reviews_item_name {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #201600;
}

.article-new_reviews_item_date {
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #525353;
}

.article-new_reviews_item_text {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #525353;
}

.article-new_reviews_item_rating {
    margin-bottom: 11px;
    position: relative;
    width: 98px;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='98' height='17' viewBox='0 0 98 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99996 0.666992L11.575 5.88366L17.3333 6.72533L13.1666 10.7837L14.15 16.517L8.99996 13.8087L3.84996 16.517L4.83329 10.7837L0.666626 6.72533L6.42496 5.88366L8.99996 0.666992Z' fill='%23DEDCD9'/%3E%3Cpath d='M29 0.666992L31.575 5.88366L37.3333 6.72533L33.1666 10.7837L34.15 16.517L29 13.8087L23.85 16.517L24.8333 10.7837L20.6666 6.72533L26.425 5.88366L29 0.666992Z' fill='%23DEDCD9'/%3E%3Cpath d='M49 0.666992L51.575 5.88366L57.3333 6.72533L53.1666 10.7837L54.15 16.517L49 13.8087L43.85 16.517L44.8333 10.7837L40.6666 6.72533L46.425 5.88366L49 0.666992Z' fill='%23DEDCD9'/%3E%3Cpath d='M69 0.666992L71.575 5.88366L77.3333 6.72533L73.1666 10.7837L74.15 16.517L69 13.8087L63.85 16.517L64.8333 10.7837L60.6666 6.72533L66.425 5.88366L69 0.666992Z' fill='%23DEDCD9'/%3E%3Cpath d='M89 0.666992L91.575 5.88366L97.3333 6.72533L93.1666 10.7837L94.15 16.517L89 13.8087L83.85 16.517L84.8333 10.7837L80.6666 6.72533L86.425 5.88366L89 0.666992Z' fill='%23DEDCD9'/%3E%3C/svg%3E");
}

.article-new_reviews_item_rating_over {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    background-image: url("data:image/svg+xml,%3Csvg width='98' height='17' viewBox='0 0 98 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.99996 0.666992L11.575 5.88366L17.3333 6.72533L13.1666 10.7837L14.15 16.517L8.99996 13.8087L3.84996 16.517L4.83329 10.7837L0.666626 6.72533L6.42496 5.88366L8.99996 0.666992Z' fill='%23FF7F11'/%3E%3Cpath d='M29 0.666992L31.575 5.88366L37.3333 6.72533L33.1666 10.7837L34.15 16.517L29 13.8087L23.85 16.517L24.8333 10.7837L20.6666 6.72533L26.425 5.88366L29 0.666992Z' fill='%23FF7F11'/%3E%3Cpath d='M49 0.666992L51.575 5.88366L57.3333 6.72533L53.1666 10.7837L54.15 16.517L49 13.8087L43.85 16.517L44.8333 10.7837L40.6666 6.72533L46.425 5.88366L49 0.666992Z' fill='%23FF7F11'/%3E%3Cpath d='M69 0.666992L71.575 5.88366L77.3333 6.72533L73.1666 10.7837L74.15 16.517L69 13.8087L63.85 16.517L64.8333 10.7837L60.6666 6.72533L66.425 5.88366L69 0.666992Z' fill='%23FF7F11'/%3E%3Cpath d='M89 0.666992L91.575 5.88366L97.3333 6.72533L93.1666 10.7837L94.15 16.517L89 13.8087L83.85 16.517L84.8333 10.7837L80.6666 6.72533L86.425 5.88366L89 0.666992Z' fill='%23FF7F11'/%3E%3C/svg%3E");
}

.article-new_reviews_modal {}

.article-new_reviews_modal_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 30px;
    color: #201600;
    margin-bottom: 24px;
}

.article-new_reviews_modal_line {
    margin-bottom: 16px;
}

.article-new_reviews_modal_line label {
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    color: #525353;
    margin-bottom: 8px;
}

.article-new_reviews_modal_line input {
    display: block;
    border: 1px solid #DFDCCC;
    border-radius: 3px;
    padding: 11px 15px;
    width: 100%;
    max-width: 320px;
    margin-bottom: 8px;
}

.article-new_reviews_modal_line textarea {
    display: block;
    border: 1px solid #DFDCCC;
    border-radius: 3px;
    padding: 11px 15px;
    width: 100%;
    resize: none;
    height: 96px;
    margin-bottom: 8px;
}

.article-new_reviews_modal_line textarea:focus {
    border-color: #DFDCCC;
}

.article-new_reviews_modal_line .help-block {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #201600;
}

.article-new_reviews_modal_line .button_star {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #201600;
}

.article-new_reviews_modal_line .button_star .button_star_start {
    padding-right: 16px;
}

.article-new_reviews_modal_line .button_star .button_star_finish {
    padding-left: 8px;
}

.article-new_reviews_modal_line .button_star input {
    width: auto;
    margin-bottom: 0;
}

.article-new_reviews_modal_line .button_star input[type="radio"]:checked,
.article-new_reviews_modal_line .button_star input[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.article-new_reviews_modal_line .button_star input[type="radio"]:checked+label,
.article-new_reviews_modal_line .button_star input[type="radio"]:not(:checked)+label {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    line-height: 24px;
    height: 20px;
    cursor: pointer;
}

.article-new_reviews_modal_line .button_star input[type="radio"]:checked+label:before,
.article-new_reviews_modal_line .button_star input[type="radio"]:not(:checked)+label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 24px;
    height: 24px;
    border: 1px solid #DFDCCC;
    background-color: #ffffff;
}

.article-new_reviews_modal_line .button_star input[type="radio"]:checked+label:before,
.article-new_reviews_modal_line .button_star input[type="radio"]:not(:checked)+label:before {
    border-radius: 100%;
}

.article-new_reviews_modal_line .button_star input[type="radio"]:checked+label:after,
.article-new_reviews_modal_line .button_star input[type="radio"]:not(:checked)+label:after {
    content: "";
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.article-new_reviews_modal_line .button_star input[type="radio"]:checked+label:after,
.article-new_reviews_modal_line .button_star input[type="radio"]:not(:checked)+label:after {
    left: 8px;
    top: 8px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
}

.article-new_reviews_modal_line .button_star input[type="radio"]:not(:checked)+label:after {
    opacity: 0;
}

.article-new_reviews_modal_line .button_star input[type="radio"]:checked+label:before {
    background-color: #DEDCCC;
}

.article-new_reviews_modal_line .button_star input[type="radio"]:checked+label:after {
    opacity: 1;
}

.article-new_reviews_modal_button {
    background: #DEDCCC;
    border: none;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #201600;
    padding: 14px 24px;
    transition: all .25s;
}

.article-new_reviews_modal_button:hover {
    background: #201600;
    color: #fff;
}

/*article new*/

/*arctic modal*/
.box-modal {
    position: relative;
    width: 735px;
    background-color: #fff;
    padding: 48px;
}

@media (max-width: 800px) {
    .box-modal {
        width: 100%;
        padding: 48px 24px;
    }
}

@media (max-width: 500px) {
    .arcticmodal-container_i2 {
        padding: 0;
    }
}

.box-modal_close {
    position: absolute;
    top: 24px;
    right: 24px;
}

/*arctic modal*/

.field-select-checkout .fas {
    display: none !important;
}

.field_shipping_address_city .fas,
.field_shipping_address_address_1 .fas {
    display: block;
}

.custom-radio {
    display: none;
}

.simplecheckout .custom-radio+label {
    display: flex !important;
    align-items: center;
    cursor: pointer;
}

.custom-radio+label:before {
    content: "";
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e0dcca;
    width: 22px;
    min-width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 13px;
}

.custom-radio:checked+label:before {
    content: "";
    border-radius: 50%;
    background: #fff;
    border: 7px solid #e0dcca;
    width: 22px;
    height: 22px;
    display: inline-block;
}

.simplecheckout .radio {
    margin-bottom: 5px;
    cursor: pointer;
}

.overlay-link {
    display: none;
}

.article-description table,
.article-description tbody,
.article-description tr,
.article-description td {
    display: flex;
    flex-direction: column;
}

.article-description table {
    border: 0;
}

.article-description tr {
    flex-direction: row;
    width: 100%;
}

.article-description table td {
    padding: 2px;
    width: 100%;
}

.article-description table p {
    height: 350px;
    overflow: hidden;
}

.article-description table img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


/* one item */

.article-description td:first-child:nth-last-child(1) p {
    /* -or- li:only-child { */
    height: 100%;
    max-height: 600px;
}


/* two items */

.article-description td:first-child:nth-last-child(2) p,
.article-description td:first-child:nth-last-child(2)~td p {
    height: 100%;
    max-height: 420px;
}


/* three items */

.article-description td:first-child:nth-last-child(3) p,
.article-description td:first-child:nth-last-child(3)~td p {
    height: 100%;
    max-height: 420px;
}


/* four items */

.article-description td:first-child:nth-last-child(4) p,
.article-description td:first-child:nth-last-child(4)~td p {
    height: 100%;
    max-height: 350px;
}

.article-description h1,
.article-description h2,
.article-description h3,
.article-description h4,
.article-description h5,
.article-description h6,
.article-description .h1,
.article-description .h2,
.article-description .h3,
.article-description .h4,
.article-description .h5,
.article-description .h6 {
    margin-bottom: 20px;
}

.product-thumb-search {
    background: #fafaf7;
}

.product-thumb-search:hover .caption {
    background: #f8f7f1;
}

.search-mob {
    display: none;
    opacity: 1;
    position: fixed;
    top: 45px;
    height: 69px;
    right: 0;
    left: 0;
    background: #fff;
    color: #201600;
    width: 100%;
    z-index: 999;
    padding: 20px 20px 10px 20px;
    transition: top 0.3s cubic-bezier(0.07, 1.06, 0.72, 0.94), opacity, opacity 0.3s ease 0.1s;
}

.col_mobile_header_right.active .search-mob {
    display: flex;
}

@media (min-width: 1700px) and (max-width: 1865px) {
    .price_block_product #button-cart.btn-lg {
        padding: 20px;
    }

    .deferred_by_block a {
        padding: 20px 82px;
    }

    /* .boc_order_btn {
          padding: 20px 82px;
      } */
}

@media (min-width: 1500px) and (max-width: 1699px) {
    .price_block_product #button-cart.btn-lg {
        padding: 15px;
    }

    .price_block_product #button-cart.btn-lg img {
        margin-left: 35px;
    }

    .deferred_by_block a {
        padding: 15px 48px;
    }

    /* .boc_order_btn {
          padding: 15px 48px;
      } */
}

@media (min-width: 1440px) and (max-width: 1499px) {
    .price_block_product #button-cart.btn-lg {
        padding: 15px;
    }

    .price_block_product #button-cart.btn-lg img {
        margin-left: 10px;
    }

    .deferred_by_block a {
        padding: 15px 35px;
    }

    /* .boc_order_btn {
          padding: 15px 35px;
      } */
    #menu .dropdown-menu img {
        width: 250px;
    }

    #menu .dropdown-menu {
        padding: 25px 25px;
    }
}

@media (min-width: 1700px) and (max-width: 1820px) {
    .slide_info {
        top: 130px;
        left: 250px;
        width: 60%;
    }

    .logo_cat_lavka_soroka {
        width: 170px;
    }

    .owl-item .item.right .slide_info {
        right: 250px;
    }

    .product-thumb .caption_blog {
        min-height: 350px;
        display: flex;
        flex-direction: column;
        padding-bottom: 30px;
    }
}

@media (min-width: 1600px) and (max-width: 1699px) {
    .logo_cat_lavka_soroka {
        width: 160px;
    }
}

@media (min-width: 1600px) and (max-width: 1750px) {
    #menu .dropdown-menu img {
        width: 340px;
    }

    #menu .dropdown-inner ul {
        min-width: 305px;
    }

    .custom_row_button_sort {
        padding-left: 150px;
    }
}

@media (min-width: 1500px) and (max-width: 1599px) {
    #menu .dropdown-menu img {
        width: 275px;
    }

    .logo_cat_lavka_soroka {
        width: 140px;
    }
}

@media (min-width: 1440px) and (max-width: 1499px) {
    .logo_cat_lavka_soroka {
        width: 130px;
    }

    .section_cat_1 {
        padding-top: 78px;
        padding-bottom: 111px;
    }

    .section_cat_soroka_shop {
        margin-top: 67px;
        margin-bottom: 111px;
    }

    .sec_cat_museum {
        padding-top: 71px;
        padding-bottom: 71px;
        background: rgba(239, 237, 229, 0.3);
    }
}

@media (min-width: 1440px) and (max-width: 1599px) {
    #menu .dropdown-inner ul {
        min-width: 260px;
    }

    .logo_cat_lavka_soroka {
        width: 130px;
    }

    .breadcrumb {
        margin-top: 30px !important;
    }

    .custom_row_button_sort {
        padding-left: 0px;
    }
}

@media (min-width: 1491px) and (max-width: 1519px) {
    .phone_number_header {
        padding-right: 50px;
    }
}

@media (min-width: 1440px) and (max-width: 1519px) {
    #menu .dropdown-menu {
        top: 69px;
    }

    /* #menu .nav > li {
          padding: 0px 25px 0px 24px !important;
      } */
    #menu .nav>li {
        padding: 0px 18px 0px 18px !important;
    }
}

@media (min-width: 1440px) and (max-width: 1542px) {
    #menu .dropdown-menu {
        top: 69px;
    }
}

@media (min-width: 1440px) and (max-width: 1520px) {
    .phone_number_header {
        padding-right: 0px;
        margin-right: 100px;
    }
}

@media (min-width: 1440px) and (max-width: 1850px) {
    .col_img_catlv2 .title {
        max-width: 100%;
    }

    .price_block_product .price {
        font-size: 36px;
        line-height: 46px;
    }

    .price_block_product .new_price {
        font-size: 20px;
        line-height: 28px;
    }
}

@media (min-width: 1520px) and (max-width: 1540px) {
    #menu .nav>li {
        padding: 0px 30px 0px 30px;
    }
}

@media (min-width: 1440px) and (max-width: 1700px) {
    .section_cat_shop img.logo_cat_museum {
        width: 140px;
    }

    .soroka_store_logo {
        width: 200px;
    }

    .slide_info {
        top: 85px;
        left: 180px;
        width: 60%;
    }

    .owl-item .item.right .slide_info {
        right: 180px;
    }

    .slide_info a {
        padding: 18px 70px;
    }

    .owl-prev span,
    .owl-next span {
        font-size: 32px;
    }

    .slideshow .owl-nav {
        left: 180px;
    }

    .counter {
        bottom: 48px;
        left: 380px;
    }

    .title_1 {
        width: 70%;
    }

    .section_home_1 {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .col_cat_3 .wrapper_title_cat {
        margin-top: -88px;
    }

    .shop_soroka {
        font-size: 65px;
        line-height: 75px;
        padding-bottom: 15px;
    }

    .sub_shop_soroka {
        font-size: 20px;
        line-height: 30px;
    }

    a.button_a_lok {
        padding: 15px 60px;
        margin-left: -105px;
        font-size: 18px;
        height: 60px;
    }

    .wrapper_cat:hover a.button_a_lok {
        height: 60px;
    }

    .about a.link,
    .container_blog .tab-pane #button-review {
        font-size: 18px;
        line-height: 25px;
        padding: 16px 30px;
    }

    .caption_blog .title span {
        padding-top: 25px;
        font-size: 20px;
        line-height: 30px;
    }

    .caption_blog .description {
        padding-top: 15px;
        font-size: 16px;
        line-height: 21px;
    }

    .product-thumb .caption_blog {
        min-height: 270px;
    }

    #slide_product .owl-next,
    #slider_rew .owl-next,
    #slide_blog .owl-next,
    #slide_product_viewed .owl-next {
        right: -100px;
    }

    #slide_product .owl-prev,
    #slider_rew .owl-prev,
    #slide_blog .owl-prev,
    #slide_product_viewed .owl-prev {
        left: -100px;
    }

    .col_img_cat .wrapp_block .btn_loock {
        padding: 10px 70px;
        height: 60px;
        font-size: 18px;
        line-height: 24px;
    }

    .col_img_cat3 .wrapp_block .btn_loock {
        padding: 15px 70px;
        height: 60px;
        font-size: 18px;
        line-height: 24px;
    }

    .col_img_catlv2 .wrapp_block .btn_loock {
        padding: 15px 70px;
        height: 60px;
        font-size: 18px;
        line-height: 24px;
    }

    .col_img_cat3 .title,
    .col_img_cat .title,
    .col_img_catlv2 .title {
        font-size: 26px;
        line-height: 32px;
    }

    .wrapp_img_cat {
        max-width: 65%;
    }

    .title_cat {
        font-size: 60px;
        line-height: 70px;
        margin: 90px auto 0px;
    }

    .product-thumb .price {
        color: #444;
        padding-left: 15px;
    }

    .product-thumb .caption {
        padding: 0px 15px 15px;
    }

    .product-list .product-thumb .caption {
        padding: 0px 35px;
    }

    .container_blog .product-thumb .caption_blog {
        min-height: 380px;
    }

    .wrapper_block_about {
        padding-left: 60px;
        display: flex;
        flex-direction: column;
        padding-top: 40px;
        justify-content: space-between;
    }

    .col_info_about_page .title_block_1 {
        font-size: 22px;
        line-height: 30px;
    }

    .text_block_1 {
        font-size: 19px;
        line-height: 35px;
    }

    .row_about_block_1 {
        margin-top: 65px;
        position: relative;
        margin-bottom: 150px;
    }

    .text_block_2 {
        font-size: 18px;
        line-height: 36px;
    }

    .col_list_about .catalog_info_text li,
    .col_list_about li {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 35px;
    }

    .row_about_block_3 {
        position: relative;
        margin-bottom: 120px;
    }

    .row_about_block_3 .col_info_about_page .text_block_1 {
        margin-top: 30px;
    }

    .row_about_block_3 .col_info_about_page hr {
        margin-top: 40px;
    }
}

@media (max-width: 1740px) {
    #menu .nav>li {
        padding: 0px 25px 0px 25px;
    }
}

@media (max-width: 1439px) {
    .container_blog .product-layout .image {
        position: relative;
        height: 248px;
    }

    .col_logo img {
        max-width: 70%;
    }

    #top {
        padding: 10px 0px 15px 0;
    }

    .drop-cart {
        width: 400px;
    }

    #top-links ul.dropdown-menu {
        min-width: 250px;
    }

    #top-links .dropdown-menu a {
        font-size: 16px;
    }

    .col_mobile {
        margin-left: 80px;
    }

    .blog-latest .product-thumb .caption,
    .blog-category .product-thumb .caption {
        padding: 0px 40px 30px;
    }

    .desc_cat_lv3 {
        background: rgba(239, 237, 229, 0.3);
        padding-top: 80px;
        padding-bottom: 78px;
    }

    .wrap_description_cat_top_img {
        width: 25%;
    }

    .description_cat_top {
        max-width: 75%;
    }

    .custom_row_button_sort {
        padding-left: 0px;
    }

    .product-grid {
        padding: 0px 10px;
    }

    #article_slide .owl-next {
        right: -75px;
        padding: 35px 20px !important;
    }

    #article_slide .owl-prev {
        left: -75px;
        padding: 35px 20px !important;
    }

    .product-list .product-thumb .caption {
        padding: 0px 30px 20px;
    }

    .ocfilter {
        padding-right: 30px;
        color: #201600;
    }

    .ocfilter .ocf-option-name {
        cursor: pointer;
        font-weight: 400;
        font-size: 16px;
    }

    #menu .nav>li>a {
        padding: 15px 0;
    }

    #menu .dropdown-menu img {
        width: 200px;
    }

    #menu .dropdown:hover .dropdown-menu {
        display: flex;
    }

    #menu .dropdown-inner ul {
        max-width: 320px;
        min-width: 320px;
        margin-right: 30px;
    }

    #menu .dropdown-menu {
        top: 51px;
        padding: 25px 25px;
    }

    .container {
        max-width: 90% !important;
    }

    #search {
        padding-left: 30px;
    }

    .phone_number_header {
        padding-right: 0px;
        margin-right: 80px;
    }

    #menu .nav>li {
        padding: 0px 16px 0px 16px;
    }

    .navbar-collapse {
        padding: 0px;
    }

    .title_slide {
        font-size: 60px;
        line-height: 68px;
    }

    .slide_info {
        top: 30px;
        left: 110px;
        width: 70%;
    }

    .owl-item .item.right .slide_info {
        right: 110px;
    }

    .slide_info a {
        padding: 15px 60px;
        margin-top: 80px;
    }

    .slideshow .owl-nav {
        position: absolute;
        bottom: 46px;
        left: 110px;
    }

    .owl-prev span,
    .owl-next span {
        font-size: 28px;
    }

    .hr {
        width: 150px;
    }

    .counter {
        bottom: 47px;
        left: 350px;
    }

    .title_1 {
        width: 75%;
        font-size: 24px;
        line-height: 40px;
    }

    .section_cat_1 {
        padding-top: 70px;
        padding-bottom: 120px;
    }

    .col_img {
        padding-bottom: 40px;
    }

    .logo_cat_lavka_soroka {
        max-width: 120px;
    }

    .breadcrumb {
        margin-top: 26px !important;
    }

    .breadcrumb a {
        font-size: 15px !important;
        line-height: 20px !important;
    }

    .section_home_1 {
        padding-top: 96px;
        padding-bottom: 96px;
    }

    .shop_soroka {
        font-size: 60px;
        line-height: 69px;
    }

    .sub_shop_soroka {
        font-size: 20px;
        line-height: 30px;
    }

    .logo_soroka_store {
        width: 180px !important;
    }

    .col_cat_1 .wrapper_cat .wrapper_title_cat {
        margin-top: -80px;
    }

    .col_cat_2 .wrapper_title_cat .sub_shop_soroka {
        margin-top: 30px;
    }

    .col_cat_2 .wrapper_cat .wrapper_title_cat {
        margin-top: -88px;
    }

    .col_cat_3 .wrapper_title_cat .sub_shop_soroka {
        margin-top: 25px;
    }

    .col_cat_3 .wrapper_cat .wrapper_title_cat {
        margin-top: -72px;
    }

    .wrap_hover_info .shop_soroka {
        line-height: 40px;
        padding-top: 15px;
    }

    .wrap_hover_info .sub_shop_soroka {
        padding-bottom: 15px;
    }

    .wrapper_cat:hover .wrap_hover_info {
        height: 120px;
    }

    .wrapper_cat:hover a.button_a_lok {
        padding: 15px 60px;
        margin-left: -105px;
        font-size: 18px;
        height: 60px;
    }

    .wrapper_cat a.button_a_lok {
        padding: 15px 60px;
        margin-left: -105px;
        font-size: 18px;
        height: 60px;
    }

    #slider_rew .owl-nav {
        margin-top: -51px;
    }

    .section_home_3 {
        margin-top: 90px;
        padding-bottom: 30px;
    }

    .title_reviews {
        font-size: 60px;
        line-height: 68px;
        padding-bottom: 60px;
    }

    .product-thumb .caption {
        padding: 0px 15px 25px;
        min-height: auto;
    }

    .wrapp_price_name {
        padding: 20px 0px 40px 0px;
        min-height: 130px;
    }

    .wrapper_product_in_cat .col_button_change {
        padding-right: 5px;
    }

    .product-thumb .price {
        padding-left: 20px;
        margin-bottom: 0px;
    }

    .product-list .product-thumb .price {
        margin-bottom: 0px;
    }

    /*  product-thumb .price .special-li.special-old .wrap_price {
            font-size: 14px;
            line-height: 20px;
        }*/
    ul.price li {
        font-size: 15px;
        line-height: 21px;
    }

    #slide_product .owl-prev,
    #slider_rew .owl-prev,
    #slide_blog .owl-prev,
    #slide_product_viewed .owl-prev {
        left: -75px;
        padding: 35px 20px !important;
    }

    #slide_product .owl-next,
    #slider_rew .owl-next,
    #slide_blog .owl-next,
    #slide_product_viewed .owl-next {
        right: -75px;
        padding: 35px 20px !important;
    }

    .section_home_4 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .wrapp_rewievs .text {
        width: 80%;
    }

    .wrapp_rewievs .text:before {
        width: 40px;
        height: 33px;
        left: -42px;
        top: 0px;
    }

    .wrapp_rewievs .text:after {
        width: 40px;
        height: 33px;
        right: -42px;
        top: 0px;
    }

    .about .info {
        font-size: 16px;
        line-height: 28px;
        width: 95%;
        padding-top: 10px;
    }

    .about a.link,
    .container_blog .tab-pane #button-review {
        font-size: 16px;
        line-height: 23px;
        padding: 15px 15px;
    }

    .about img {
        padding-right: 30px;
        width: 300px;
    }

    .white_block {
        height: 90%;
        top: 120px;
    }

    .wrap_about {
        padding-top: 15px;
    }

    .section_home_6 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .caption_blog .title span {
        font-size: 20px;
        line-height: 30px;
        padding-top: 25px;
    }

    .caption_blog .description {
        padding-top: 15px;
    }

    .section_home_7 {
        padding-top: 90px;
        padding-bottom: 90px;
    }

    .section_home_7 .text {
        font-size: 16px;
        line-height: 30px;
    }

    .telephone_footer {
        font-size: 14px;
        line-height: 19px;
    }

    .list_footer li a {
        font-size: 14px;
        line-height: 32px;
    }

    .col_footer_child_title {
        padding-bottom: 45px;
    }

    .wrapper_img_cat {
        top: 30px;
    }

    .col_img_cat .title,
    .col_img_cat3 .title,
    .col_img_catlv2 .title {
        font-size: 24px;
        line-height: 28px;
    }

    .col_img_catlv2 .title {
        max-width: 100%;
    }

    .col_img_cat .title:before {
        top: 10px;
    }

    .col_img_cat .title:after {
        top: 10px;
    }

    .col_img_cat .wrapp_block .btn_loock,
    .col_img_cat3 .wrapp_block .btn_loock,
    .col_img_catlv2 .wrapp_block .btn_loock {
        font-size: 16px;
        line-height: 22px;
        padding: 10px 50px;
        height: 50px;
    }

    .wrapp_block:hover .btn_loock {
        bottom: 21px;
    }

    .section_cat_shop_3 {
        padding-bottom: 129px;
    }

    .product-thumb .image a {
        font-size: 16px;
        line-height: 23px;
        padding: 10px 40px;
        height: 50px;
    }

    .price_latest {
        font-size: 18px;
        line-height: 24px;
    }

    .section_articles {
        margin-bottom: 120px;
    }

    .section_articles .title_section_articles {
        margin-bottom: 50px;
    }

    .article-thumb .image a {
        font-size: initial;
        line-height: initial;
        padding: initial;
        height: initial;
        margin-left: initial;
    }

    .soroka_store_logo {
        width: 200px;
    }

    .soroka_shop.breadcrumb {
        margin-bottom: 40px;
    }

    .section_cat_soroka_shop {
        margin-top: 67px;
        margin-bottom: 110px;
    }

    .logo_cat_museum {
        width: 120px;
    }

    .cat_lv2_name {
        font-size: 40px;
        line-height: 46px;
    }

    .row_category_museum:nth-child(n+2) {
        margin-top: 100px;
    }

    .title_cat {
        font-size: 52px;
        line-height: 64px;
        margin: 65px auto 0px;
    }

    .title_cat:before,
    .title_cat:after {
        width: 10px;
        height: 10px;
    }

    .input-group .input-group-addon {
        font-size: 16px;
        line-height: 22px;
    }

    .drop_down_arrow {
        right: 5px;
    }

    .field-select .drop_down_arrow {
        right: 15px;
    }

    .form_cat_custom {
        font-size: 15px;
        padding-left: 10px !important;
        padding-right: 20px !important;
    }

    .block_info_prod_cat {
        padding: 0px 20px;
    }

    .wrapper_product_in_cat {
        margin-bottom: 85px;
    }

    .product-search #content {
        padding-bottom: 85px;
    }

    .row_pagination {}

    .desc_cat_bottom {
        font-size: 16px;
        line-height: 34px;
    }

    .title_product {
        font-size: 32px;
        line-height: 36px;
    }

    .available_prod {
        padding-top: 25px;
        padding-bottom: 15px;
    }

    .articul_prod {
        font-size: 16px;
        line-height: 22px;
    }

    .small_desc_product {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 25px;
    }

    .section_product.museum .small_desc_product {
        margin-top: 30px;
    }

    .museum-buy-placeholder {
        margin-bottom: 10px;
    }

    .museum-buy-placeholder img {
        max-width: 250px;
    }

    .info_page_prod li {
        font-size: 16px;
        line-height: 22px;
    }

    .info_page_prod li span {
        font-size: 16px;
        line-height: 22px;
    }

    .price_block_product {
        margin-top: 40px;
    }

    .price_block_product .price {
        font-size: 26px;
        line-height: 36px;
    }

    .price_block_product .new_price {
        font-size: 18px;
        line-height: 26px;
    }

    .wrapper_price_in_product {
        margin-right: 25px;
    }

    .price_block_product #button-cart.btn-lg img {
        margin-left: 15px;
    }

    .price_block_product #button-cart.btn-lg {
        font-size: 16px;
        line-height: 25px;
        padding: 15px;
        height: 60px;
    }

    .deferred_by_block a {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 30px;
    }

    .deferred_by_block {
        margin-top: 25px;
    }

    .deferred_by_block .price {
        font-size: 22px;
        line-height: 30px;
    }

    .price_block_product .price_deferred {
        font-size: 22px;
    }

    /* .boc_order_btn {
          font-size: 16px;
          line-height: 25px;
          padding: 15px 30px;
          height: 60px;
      } */
    #boc_submit {
        font-size: 16px;
        padding: 15px 30px;
        height: 60px;
    }

    .col_general_info,
    .col_photo_prod_info {
        margin-top: 60px;
    }

    .col_general_info .nav-tabs>li.active>a {
        font-size: 16px;
        line-height: 22px;
        margin-right: 35px;
    }

    .col_general_info .nav-tabs>li>a {
        font-size: 16px;
        line-height: 22px;
        margin-right: 35px;
    }

    .col_general_info .tab-content .tab-pane {
        font-size: 16px;
        line-height: 29px;
    }

    .col_general_info .tab-content {
        margin-top: 35px;
    }

    .row_ajax_viewed_product {
        margin-top: 80px;
    }

    .col_title_ajax_viewed_product {
        margin-bottom: 40px;
    }

    .container_blog .title_blog,
    .row_about .title {
        font-size: 40px;
        line-height: 46px;
    }

    .date_blog {
        padding: 10px 20px;
        bottom: 12px;
    }

    .container_blog .title_blog:before,
    .row_about .title:before {
        width: 7px;
        height: 7px;
        margin-top: -3px;
    }

    .container_blog .title_blog:after,
    .row_about .title:after {
        width: 7px;
        height: 7px;
        margin-top: -3px;
    }

    .title-points span:before,
    .title-points span:after {
        width: 7px;
        height: 7px;
        margin-top: -3px;
    }

    .wrapper_block_about {
        padding-left: 30px;
        padding-top: 25px;
    }

    .col_info_about_page .title_block_1 {
        font-size: 20px;
        line-height: 28px;
    }

    .text_block_1 {
        font-size: 16px;
        line-height: 28px;
    }

    .row_about_home {
        margin-top: 40px;
    }

    .row_about_block_1 {
        margin-top: 50px;
        position: relative;
        margin-bottom: 140px;
    }

    .title_block_2 {
        font-size: 22px;
        line-height: 30px;
    }

    .text_block_2 {
        font-size: 18px;
        line-height: 36px;
    }

    .col_list_about .catalog_info_text li,
    .col_list_about li {
        font-size: 18px;
        line-height: 30px;
        padding-bottom: 40px;
    }

    .row_about_block_3 {
        position: relative;
        margin-bottom: 100px;
    }

    .row_about_block_3 .col_info_about_page hr {
        width: 200px;
        margin-top: 35px;
    }

    .row_about_block_3 .col_info_about_page .text_block_1 {
        margin-top: 25px;
    }

    .logo_cat_museum_soroka {
        max-width: 400px;
        margin-top: 5%;
    }

    .sec_cat_museum {
        padding-top: 67px;
        padding-bottom: 71px;
    }

    a.link_museum_look_cat {
        padding: 20px 70px;
    }

    .col_link_museum_look {
        display: flex;
        margin-top: 55px;
    }

    .col_img_museum {
        padding-bottom: 45px;
    }

    .description_cat_top,
    .read_more_link {
        font-size: 16px;
    }

    .row_category_museum:nth-child(1) {
        margin-top: 90px;
    }

    .row_category_museum .col_title_catlv2 .title {
        margin-bottom: 60px;
    }

    .container_blog .product-thumb .caption_blog {
        min-height: 380px;
    }
}

@media (max-width: 1300px) {
    .container_blog .product-thumb .caption_blog {
        min-height: 435px;
    }
}

@media (min-width: 1200px) and (max-width: 1318px) {
    .phone_number_header {
        padding-right: 0px;
        margin-right: 40px;
    }
}

@media (min-width: 1200px) and (max-width: 1216px) {
    #menu .nav>li {
        padding: 0px 16px 0px 16px;
    }
}

@media (max-width: 1199px) {
    #cart .dropdown-menu {
        transform: translate3d(0px, 50px, 0px) !important;
    }

    #cart .wrap_buy .btn-checkout {
        height: 50px;
    }

    #top-links ul.dropdown-menu {
        min-width: 200px;
    }

    #top-links li a {
        padding: 5px;
        font-size: 16px;
        line-height: 22px;
    }

    #cart .wrapper_price {
        flex-direction: row;
    }

    #cart .wrap_total {
        margin-bottom: 40px;
    }

    .drop-cart {
        width: 340px;
    }

    #cart .dropdown-menu li.li_cart,
    #cart .wrapper_name a {
        font-size: 16px;
        line-height: 22px;
    }

    #cart .wrapper_name a {
        padding-right: 20px;
    }

    .col_mobile {
        margin-left: 40px;
    }

    .form_cat_custom {
        line-height: 16px !important;
        font-size: 14px !important;
    }

    .form_cat_custom option {
        line-height: 16px !important;
        font-size: 14px !important;
    }

    .search-fields input,
    .search-fields select {
        font-size: 14px !important;
    }

    .wrapper_product_in_cat .col_button_change {
        padding-right: 15px;
    }

    .product-grid {
        padding: 0px 15px;
    }

    .desc_cat_lv3 {
        padding-top: 65px;
        padding-bottom: 60px;
    }

    .description_cat_top {
        max-width: 70%;
    }

    .wrap_description_cat_top_img {
        width: 30%;
    }

    .desc_cat_lv3 .description_cat_top {
        margin-bottom: 27px;
    }

    ul.price li {
        font-size: 16px;
        line-height: 22px;
    }

    #article_slide .owl-prev {
        left: -65px;
        padding: 35px 20px !important;
    }

    #article_slide .owl-next {
        right: -65px;
        padding: 35px 20px !important;
    }

    .section_articles .bottom {
        padding: 15px 20px;
    }

    .section_articles .article_title {
        display: flex;
        font-size: 20px;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 1.5;
    }

    .section_articles .article_description {
        font-size: 16px;
        line-height: 1.84;
        font-weight: 300;
        color: #656565;
        margin-bottom: 30px;
    }

    .section_articles {
        margin-bottom: 100px;
    }

    .ocfilter {
        padding-right: 10px;
        color: #201600;
    }

    .padding_pl {
        padding: 0px 5px;
    }

    .col_filter_in_cat .text-filters {
        margin-bottom: 30px;
        margin-top: 10px;
    }

    .ocfilter-option label {
        font-size: 15px;
    }

    .ocfilter .reset-filters {
        font-size: 15px;
        padding: 10px;
    }

    .wrapper_product_in_cat {
        margin-bottom: 70px;
    }

    .product-search #content {
        padding-bottom: 70px;
    }

    .ocfilter .ocf-option-name {
        font-size: 15px;
    }

    .section_articles .title_section_articles {
        margin-bottom: 45px;
    }

    .product-list .price_list {
        font-size: 15px;
        line-height: 20px;
        padding: 10px 35px;
        margin-top: 30px;
    }

    .section_cat_2 {
        padding-bottom: 120px;
    }

    .col_img_museum img {
        width: 441px;
    }

    .drop_down_arrow {
        right: 10px;
    }

    .filter-checkbox::before {
        width: 25px;
        height: 25px;
    }

    label.filter-checkbox {
        padding: 5px 5px 5px 40px;
    }

    .sec_cat_museum {
        padding-top: 60px;
        padding-bottom: 65px;
    }

    .col_img_museum {
        padding-bottom: 40px;
    }

    .col_link_museum_look {
        margin-top: 50px;
    }

    .row_category_museum:nth-child(1) {
        margin-top: 75px;
    }

    .section_cat_soroka_shop {
        margin-top: 60px;
        margin-bottom: 100px;
    }

    .row_category_museum .col_title_catlv2 .title {
        margin-bottom: 45px;
    }

    .section_cat_3 {
        padding-bottom: 120px;
    }

    .col_img_cat:nth-child(n+4),
    .col_img_catlv2:nth-child(n+5),
    .col_img_cat3:nth-child(n+4) {
        margin-top: 48px;
    }

    .breadcrumb {
        margin-top: 15px !important;
    }

    .soroka_shop.breadcrumb {
        margin-bottom: 30px;
    }

    #menu .dropdown-inner {
        column-count: 2;
    }

    #menu .dropdown:hover .dropdown-menu {
        display: flex !important;
    }

    #menu .dropdown-inner {
        display: flex !important;
    }

    #menu .dropdown-inner a {
        font-size: 14px;
        line-height: 19px;
    }

    #menu .dropdown-menu {
        top: 48px;
        padding: 25px 25px;
    }

    .col_header_left .languages_header .dropdown-toggle,
    .col_header_left .currency_header .dropdown-toggle {
        width: 50px;
        height: 50px;
    }

    #top .btn-link strong {
        font-size: 13px;
        line-height: 13px;
    }

    #cart>.btn {
        max-width: 50px;
        max-height: 50px;
        min-width: 50px;
        min-height: 50px;
    }

    .col_card>.nav>.list-inline>.dropdown>a {
        width: 50px;
        height: 50px;
    }

    #top .btn-link,
    #top-links li,
    #top-links a {
        font-size: 13px;
        line-height: 13px;
    }

    #top-links li a img {
        width: 20px;
    }

    #cart>.btn>img {
        width: 15px;
    }

    #search {
        padding-left: 20px;
    }

    #search .input-lg {
        width: 175px;
    }

    #search .btn-lg {
        padding: 5px 14px 0px;
    }

    #search .btn-lg img {
        width: 18px;
    }

    .phone_number_header {
        font-size: 14px;
        line-height: 18px;
        margin-right: 25px;
    }

    #menu .nav>li {
        padding: 0px 10px 0px 10px;
    }

    #menu .nav>li>a {
        font-size: 14px;
        line-height: 18px;
    }

    .title_slide {
        font-size: 46px;
        line-height: 56px;
    }

    .slide_info a {
        padding: 10px 30px;
        margin-top: 60px;
        font-size: 16px;
        line-height: 22px;
    }

    .slideshow .owl-nav {
        bottom: 30px;
    }

    .owl-prev span,
    .owl-next span {
        font-size: 22px;
    }

    .counter {
        bottom: 30px;
        left: 250px;
    }

    .section_home_1 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .col_img img {
        width: 400px;
    }

    .shop_soroka {
        font-size: 44px;
        line-height: 54px;
    }

    .wrap_hover_info .shop_soroka {
        line-height: 36px;
        font-size: 36px;
        padding-bottom: 15px;
    }

    .logo_soroka_store {
        width: 140px !important;
    }

    .sub_shop_soroka {
        font-size: 16px;
        line-height: 26px;
    }

    .wrap_hover_info .sub_shop_soroka {
        font-size: 16px;
        line-height: 26px;
        font-weight: 400;
        font-family: HelveticaNeueCyr;
        width: auto;
        color: #201600;
    }

    .col_cat_1 .wrapper_cat .wrapper_title_cat {
        margin-top: -68px;
    }

    .col_cat_2 .wrapper_title_cat .sub_shop_soroka {
        margin-top: 20px;
    }

    .col_cat_2 .wrapper_cat .wrapper_title_cat {
        margin-top: -65px;
    }

    .wrapper_cat:hover .wrap_hover_info {
        height: 110px;
    }

    .wrapper_cat a.button_a_lok {
        height: 45px;
        bottom: 0px !important;
    }

    .wrapper_cat:hover a.button_a_lok,
    a.button_a_lok {
        height: 45px;
        padding: 0px 60px;
        display: flex;
        align-items: center;
        bottom: 15px !important;
    }

    a.button_a_lok {
        bottom: 15px !important;
        padding: 8px 21px;
        margin-left: -61px;
        font-size: 16px;
        line-height: 25px;
    }

    .col_cat_3 .wrapper_cat .wrapper_title_cat {
        margin-top: -65px;
    }

    .shop_soroka:before {
        left: -33px;
        top: 30%;
    }

    .shop_soroka:after {
        right: -33px;
        top: 30%;
    }

    .title_reviews,
    .title_blog {
        font-size: 46px;
        line-height: 56px;
        padding-bottom: 50px;
    }

    .product-thumb .caption {
        padding: 0px 30px;
        min-height: 170px;
    }

    .wrapp_price_name {
        padding: 20px 0px 20px 0px;
        min-height: 105px;
    }

    .wrapp_rewievs .text:before {
        width: 30px;
        height: 30px;
        left: -30px;
        top: 0px;
    }

    .wrapp_rewievs .text:after {
        width: 30px;
        height: 30px;
        right: -30px;
        top: 0px;
    }

    .wrapp_rewievs .name {
        font-size: 18px;
        line-height: 24px;
        padding: 20px 0px 30px 0px;
    }

    .wrapp_rewievs .text {
        font-size: 16px;
        line-height: 26px;
    }

    #slide_product .owl-prev,
    #slider_rew .owl-prev,
    #slide_blog .owl-prev,
    #slide_product_viewed .owl-prev {
        left: -64px;
        padding: 35px 20px !important;
    }

    #slide_product .owl-next,
    #slider_rew .owl-next,
    #slide_blog .owl-next,
    #slide_product_viewed .owl-next {
        right: -64px;
        padding: 35px 20px !important;
    }

    .section_home_5 {
        padding-top: 70px;
        padding-bottom: 140px;
        background: #e0dcca;
    }

    .about .title {
        font-size: 22px;
        line-height: 30px;
    }

    .about .info {
        font-size: 14px;
        line-height: 22px;
        width: 95%;
        padding-top: 10px;
    }

    .white_block {
        height: 90%;
        top: 115px;
    }

    .about a.link,
    .container_blog .tab-pane #button-review {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 15px;
    }

    .section_home_6 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .title_blog {
        padding-bottom: 60px;
    }

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 80%;
    }

    #slider_rew .owl-nav {
        margin-top: -49px;
    }

    .product-thumb .caption {
        padding: 15px 30px;
        min-height: 300px;
    }

    .product-thumb .button-group button {
        padding: 15px 25px;
    }

    .caption_blog .title span {
        font-size: 18px;
        line-height: 28px;
        padding-top: 0px;
    }

    .section_home_7 {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .shop_soroka_title {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 30px;
    }

    .section_home_7 .text {
        font-size: 16px;
        line-height: 28px;
    }

    a.link_shop_soroka {
        font-size: 14px;
    }

    footer {
        margin-top: 0px;
        padding-top: 70px;
    }

    .footer_title_cat {
        font-size: 16px;
        line-height: 32px;
        font-weight: 700;
        font-family: HelveticaNeueCyr;
        color: #201600;
    }

    /* MEDIA CATEGORY 992-1199 */
    .breadcrumb a {
        font-size: 12px !important;
        line-height: 17px !important;
    }

    .section_cat_1 {
        padding-top: 65px;
        padding-bottom: 100px;
    }

    .soroka_store_logo {
        width: 150px;
    }

    .wrapp_img_cat {
        max-width: 65%;
    }

    .logo_cat_museum {
        width: 95px;
    }

    a.link_museum_look_cat {
        padding: 15px 50px;
    }

    .col_title_catlv2 .title {
        margin-bottom: 5px;
    }

    .img_cat_lavka_soroka_last {
        width: 100% !important;
        margin: auto;
    }

    .img_cat_soroka_shop_last {
        width: initial !important;
        margin: auto;
    }

    .row_category_museum:nth-child(n+2) {
        margin-top: 70px;
    }

    .title_cat {
        font-size: 38px;
        line-height: 50px;
        margin: 50px auto 0px;
    }

    .title_cat:before,
    .title_cat:after {
        width: 8px;
        height: 8px;
    }

    .product-thumb .caption {
        padding: 9px 20px 15px 20px;
        min-height: 180px;
    }

    .info_prod {
        font-size: 14px;
        line-height: 19px;
        padding: 20px 0px;
    }

    /* END MEDIA CATEGORY 992-1199 */
    /* MEDIA PRODUCT 992-1199 */
    .section_product .breadcrumb {
        margin-top: 25px !important;
        margin-bottom: 25px;
    }

    .section_product .breadcrumb a {
        font-size: 12px !important;
        line-height: 16px !important;
    }

    .title_product {
        font-size: 26px;
        line-height: 30px;
    }

    .title_product:before {
        width: 8px;
        height: 8px;
        margin-top: -4px;
    }

    .available_prod {
        padding-top: 20px;
        padding-bottom: 10px;
        font-size: 16px;
        line-height: 22px;
    }

    .price_block_product {
        margin-top: 50px;
    }

    .wrapper_price_in_product {
        margin-right: 0px;
    }

    .price_block_product .new_price {
        font-size: 18px;
        line-height: 26px;
    }

    .price_block_product #button-cart.btn-lg {
        font-size: 16px;
        line-height: 25px;
        padding: 15px 10px;
    }

    .price_block_product .price {
        font-size: 26px;
        line-height: 36px;
    }

    .price_block_product #button-cart.btn-lg img {
        margin-left: 35px;
    }

    .price_block_product,
    .deferred_by_block {
        display: block;
    }

    .deferred_by_block a {
        padding: 15px 30px;
        text-align: center;
        margin-top: 15px;
    }

    /* .boc_order_btn {
          padding: 15px 30px;
          text-align: center;
          width: 65%;
      } */
    #boc_submit {
        padding: 15px 30px;
    }

    .col_general_info,
    .col_photo_prod_info {
        margin-top: 50px;
    }

    .section_product.museum .col_photo_prod_info {
        margin-top: 0;
    }

    .row_ajax_viewed_product .title {
        font-size: 28px;
        line-height: 36px;
    }

    /* MEDIA END PRODUCT 992-1199 */
    /* MEDIA END BLOG 992-1199 */
    /* MEDIA BLOG 992-1199 */
    /* MEDIA PAGE ABOUT 992-1199 */
    .wrapper_block_about {
        padding-left: 0px;
        padding-top: 20px;
    }

    .col_info_about_page img {
        width: 150px;
    }

    .col_info_about_page .title_block_1 {
        font-size: 18px;
        line-height: 26px;
    }

    .row_about_block_1 {
        margin-top: 50px;
        position: relative;
        margin-bottom: 100px;
    }

    .title_block_2 {
        font-size: 20px;
        line-height: 28px;
    }

    .col_title_block_2 {
        margin-bottom: 50px;
    }

    .text_block_2 {
        font-size: 16px;
        line-height: 30px;
    }

    .col_list_about .catalog_info_text li,
    .col_list_about li {
        font-size: 16px;
        line-height: 28px;
        padding-bottom: 30px;
    }

    .row_about_block_2 {
        margin-bottom: 50px;
    }

    .row_about_block_3 {
        margin-top: 104px;
        position: relative;
        margin-bottom: 70px;
    }

    .row_about_block_3 .col_info_about_page .text_block_1 {
        margin-top: 0px;
    }

    .row_about_block_3 .col_info_about_page hr {
        width: 200px;
        margin-top: 10px;
        margin-bottom: 0px;
    }

    .caption_blog .title span {
        font-size: 20px;
        line-height: 30px;
        padding-top: 0px;
    }

    .product-thumb .caption_blog {
        padding: 15px 20px;
        min-height: 250px;
    }

    .caption_blog .description {
        font-size: 16px;
        line-height: 22px;
        padding-top: 15px;
    }

    /* MEDIA END PAGE ABOUT 992-1199 */
    .section_cat_shop_3 {
        padding-bottom: 120px;
    }

    .title_description_bottom {
        margin-bottom: 35px;
    }

    .product-thumb .sticker,
    .product-gallery .sticker,
    .wrap_slider_prod_mobile .sticker {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .container_blog .product-thumb .caption_blog {
        min-height: 355px;
    }
}

@media (min-width: 992px) and (max-width: 1123px) {
    .wraper_button {
        width: 65%;
    }

    .wrapper_wrap_price {
        width: 35%;
    }

    .wrapper_price {
        /* width: 35%; */
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: flex-start;
    }
}

@media (min-width: 1150px) and (max-width: 1199px) {
    .title_1 {
        width: 75%;
        font-size: 22px;
        line-height: 38px;
    }
}

@media (min-width: 1100px) and (max-width: 1199px) {
    .logo_cat_lavka_soroka {
        max-width: 105px;
    }
}

@media (min-width: 992px) and (max-width: 1099px) {
    .logo_cat_lavka_soroka {
        max-width: 95px;
    }
}

@media (min-width: 1071px) and (max-width: 1149px) {
    .title_1 {
        width: 80%;
        font-size: 22px;
        line-height: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1070px) {
    .title_1 {
        width: 88%;
        font-size: 22px;
        line-height: 38px;
    }
}

@media (min-width: 992px) and (max-width: 1028px) {
    .phone_number_header {
        margin-right: 10px;
    }
}

@media (max-width: 991px) {
    .drop-cart {
        width: 300px;
    }

    .col_mobile {
        margin-left: 0px;
    }

    .wrapper_wrap_price {
        width: 40%;
    }

    .wrapper_price {
        /* width: 40%; */
        width: 100%;
        display: flex;
        align-items: center;
    }

    .wraper_button {
        width: 60%;
    }

    .blog-latest .product-thumb .caption,
    .blog-category .product-thumb .caption {
        padding: 0px 35px 30px;
    }

    .blog-latest .caption_blog .title span,
    .blog-category .caption_blog .title span {
        font-size: 20px;
        line-height: 32px;
        padding-top: 30px;
    }

    .blog-latest .row_pagination,
    .blog-category .row_pagination {
        margin-top: 24px;
    }

    .padding_pl {
        padding: 0px 15px;
    }

    .button_exit_filter {
        display: block;
    }

    .product-thumb .image img {
        width: 100%;
    }

    .product-grid {
        padding: 0px 15px;
    }

    .col_filter_in_cat .text-filters {
        margin-bottom: 21px;
        margin-top: 21px;
    }

    .col_filter_in_cat {
        flex-direction: column;
        display: flex !important;
        position: fixed;
        box-sizing: border-box;
        width: 350px !important;
        background: #fff;
        top: 0px;
        bottom: 0;
        left: -350px;
        transition: left 0.8s;
        z-index: 99999;
        overflow-y: scroll;
        padding: 0px 20px;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .col_filter_in_cat.show_filter {
        left: 0;
    }

    .wrapper_product_in_cat .col_button_change {
        text-align: right;
        padding-right: 15px;
    }

    .row_category_museum:nth-child(n+2) {
        margin-top: 75px;
    }

    .row_category_museum:nth-child(1) {
        margin-top: 65px;
    }

    .row_category_museum .col_title_catlv2 .title {
        margin-bottom: 40px;
    }

    .section_cat_2 {
        padding-bottom: 105px;
    }

    .col_img_cat .wrapp_block .btn_loock,
    .col_img_cat3 .wrapp_block .btn_loock,
    .col_img_catlv2 .wrapp_block .btn_loock {
        padding: 5px 50px;
        height: 45px;
    }

    .body_margen_mobile {
        margin-top: 89px;
    }

    .logo_cat_museum_soroka {
        max-width: 360px;
        margin-top: 12vh;
    }

    .sec_cat_museum {
        padding-top: 55px;
        padding-bottom: 60px;
    }

    .col_img_museum img {
        width: 381px;
    }

    .col_img_museum {
        padding-bottom: 35px;
    }

    .section_cat_soroka_shop {
        margin-top: 60px;
        margin-bottom: 90px;
    }

    .section_cat_3 {
        padding-bottom: 105px;
    }

    .soroka_shop.breadcrumb {
        margin-bottom: 50px;
    }

    .col_img_cat3 .title {
        font-size: 20px;
        line-height: 28px;
    }

    #menu .dropdown-menu {
        top: 48px;
        padding: 20px 20px;
    }

    #menu .dropdown-inner ul {
        max-width: 300px;
        min-width: 200px;
        margin-right: 30px;
    }

    .container {
        max-width: 97% !important;
    }

    .col_header_left .languages_header .dropdown-toggle,
    .col_header_left .currency_header .dropdown-toggle,
    .col_card>.nav>.list-inline>.dropdown>a {
        width: 42px;
        height: 42px;
    }

    #top-links>ul {
        margin-bottom: 0px;
    }

    #cart>.btn {
        max-width: 42px;
        max-height: 42px;
        min-width: 42px;
        min-height: 42px;
    }

    .col_card #cart-total {
        top: -5px;
        width: 18px;
        height: 18px;
    }

    .col_search_header,
    .col_phone {
        display: flex;
        align-items: center;
    }

    .phone_number_header {
        padding-right: 0px;
        padding-top: 0px;
        margin-right: 40px;
        font-size: 14px;
        font-weight: 400;
    }

    #search {
        padding-top: 0px;
        padding-left: 15px;
    }

    .col_logo {
        padding-top: 0px;
    }

    #top {
        padding: 20px 0px 20px 0;
    }

    #menu .nav>li>a {
        font-size: 14px;
        line-height: 24px;
        padding: 12px 0;
    }

    #menu .nav>li {
        padding: 0px 10px 0px 10px;
    }

    .slide_info {
        top: 30px;
        left: 30px;
        width: 70%;
    }

    .owl-item .item.right .slide_info {
        right: 30px;
    }

    .title_slide {
        font-size: 36px;
        line-height: 46px;
    }

    .slide_info a {
        padding: 6px 30px;
        margin-top: 45px;
        font-size: 14px;
        line-height: 22px;
    }

    .slideshow .owl-nav {
        bottom: 30px;
        left: 30px;
    }

    .counter {
        bottom: 30px;
        left: 125px;
    }

    .hr {
        width: 100px;
    }

    .counter_1,
    .counter_2 {
        font-size: 16px;
        line-height: 24px;
    }

    .counter_1 {
        padding-right: 10px;
    }

    .counter_2 {
        padding-left: 10px;
    }

    .section_home_1 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .title_1 {
        width: 85%;
        font-size: 20px;
        line-height: 34px;
    }

    .shop_soroka {
        font-size: 36px;
        line-height: 46px;
    }

    .wrapper_cat .wrapper_title_cat .sub_shop_soroka {
        margin-top: 0px;
        width: 80%;
        text-align: center;
    }

    .col_cat_1 .wrapper_cat .wrapper_title_cat {
        margin-top: -46px;
    }

    .shop_soroka:before {
        left: -20px;
        width: 8px;
        height: 8px;
        top: 30%;
    }

    .shop_soroka:after {
        right: -20px;
        top: 30%;
        width: 8px;
        height: 8px;
    }

    .col_cat_1 {
        padding-right: 5px !important;
    }

    .logo_soroka_store {
        width: 120px !important;
        margin-bottom: 10px;
    }

    .col_cat_2 .wrapper_cat .wrapper_title_cat {
        margin-top: -53px;
    }

    .wrapper_cat:hover a.button_a_lok,
    a.button_a_lok,
    .wrapper_cat a.button_a_lok,
    a.button_a_lok {
        height: 45px;
    }

    .wrapper_cat:hover a.button_a_lok,
    .wrapper_cat a.button_a_lok {
        padding: 10px 40px;
        margin-left: -85px;
        font-size: 16px;
        line-height: 19px;
    }

    .wrap_hover_info .shop_soroka {
        line-height: 32px;
        font-size: 32px;
        padding-top: 0px;
        padding-bottom: 5px;
    }

    .wrapper_cat:hover .wrap_hover_info {
        height: auto;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .wrap_hover_info .sub_shop_soroka {
        padding-bottom: 0px;
        font-size: 14px;
        line-height: 22px;
    }

    .wrap_hover_info .shop_soroka:before,
    .wrap_hover_info .shop_soroka:after {
        background: #201600;
        width: 8px;
        height: 8px;
        top: 50%;
        margin-top: -4px;
    }

    .col_cat_3 .wrapper_cat .wrapper_title_cat {
        margin-top: -62px;
    }

    .section_home_3 {
        margin-top: 60px;
        padding-bottom: 60px;
    }

    .title_reviews,
    .title_blog {
        font-size: 36px;
        line-height: 46px;
        padding-bottom: 30px;
    }

    .col_img {
        padding-bottom: 40px;
    }

    #slide_product .owl-nav,
    #slider_rew .owl-nav,
    #slide_blog .owl-nav {
        display: none !important;
    }

    .product-grid .product-thumb .caption,
    .product-thumb .caption {
        padding: 20px 20px;
        min-height: 228px;
    }

    .wrapp_price_name {
        padding: 0px 0px 20px 0px;
    }

    #slide_blog .owl-dots,
    #slider_rew .owl-dots,
    #slide_product .owl-dots {
        display: block;
    }

    #slider_rew .owl-dots,
    #slide_product .owl-dots,
    #slide_blog .owl-dots,
    #article_slide .owl-dots {
        margin-top: 20px;
        text-align: center;
    }

    #slide_blog .owl-dots .owl-dot,
    #slider_rew .owl-dots .owl-dot,
    #slide_product .owl-dots .owl-dot,
    #article_slide .owl-dots .owl-dot {
        width: 11px;
        height: 11px;
        border: 1px solid #e0dcca;
        border-radius: 50%;
        margin-right: 10px !important;
    }

    #slide_blog .owl-dots .owl-dot:last-child,
    #slider_rew .owl-dots .owl-dot:last-child,
    #slide_product .owl-dots .owl-dot:last-child,
    #article_slide .owl-dots .owl-dot.owl-dot:last-child {
        margin-right: 0px !important;
    }

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 100%;
    }

    #slide_blog .owl-dots .owl-dot.active,
    #slider_rew .owl-dots .owl-dot.active,
    #slide_product .owl-dots .owl-dot.active,
    #article_slide .owl-dots .owl-dot.active {
        background: #e0dcca;
    }

    #slide_blog .product-layout {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .price_latest {
        font-size: 18px;
        line-height: 24px;
    }

    ul.price li {
        font-size: 16px;
        line-height: 20px;
    }

    #slide_product .product-thumb {
        margin-bottom: 0px;
    }

    .section_home_4 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .section_home_5 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .white_block {
        height: 55%;
        top: initial;
        bottom: -30px;
        width: 100%;
    }

    .about img {
        padding-right: 30px;
        width: initial;
    }

    .about a.link,
    .container_blog .tab-pane #button-review {
        font-size: 14px;
        line-height: 20px;
        padding: 15px 50px;
    }

    .wrap_about {
        padding-top: 30px;
    }

    #slide_product .item,
    #slide_product_viewed .item {
        margin-right: 0px;
        padding: 0px 8px;
    }

    .col_reviews {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    #slide_blog .product-layout {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .product-thumb .caption_blog {
        padding: 20px 20px;
        min-height: 295px;
    }

    .section_home_6 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .row_about_home {
        margin-top: 20px;
    }

    a.link_shop_soroka {
        padding-top: 0px;
        font-size: 14px;
    }

    .section_home_7 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .container_footer_desctop img {
        width: 90px;
        margin: 0px auto 30px;
    }

    footer {
        margin-top: 0px;
        padding-top: 30px;
    }

    .copyright,
    .brainlab,
    a.brainlab_link {
        font-size: 14px;
        line-height: 14px;
    }

    /* END PAGE HOME 768-991*/
    /* PAGE ABOUT 768-991 */
    .breadcrumb {
        margin-top: 15px !important;
    }

    .row_about_block_1 {
        margin-top: 30px;
        position: relative;
        margin-bottom: 70px;
    }

    .container_blog .title_blog,
    .row_about .title {
        font-size: 32px;
        line-height: 32px;
    }

    .container_blog .title_blog {
        width: auto;
        padding: 0 20px;
    }

    .container_blog .title_blog:before {
        left: 0;
    }

    .container_blog .title_blog:after {
        right: 0;
    }

    .wrapper_block_about {
        padding-left: 0px;
        padding-top: 10px;
    }

    .text_block_1 {
        font-size: 14px;
        line-height: 22px;
    }

    .title_block_2 {
        font-size: 18px;
        line-height: 26px;
    }

    .col_title_block_2 {
        margin-bottom: 30px;
    }

    .text_block_2 {
        font-size: 14px;
        line-height: 26px;
    }

    .row_about_block_2 {
        margin-bottom: 30px;
    }

    .col_list_about .catalog_info_text li,
    .col_list_about li {
        font-size: 14px;
        line-height: 26px;
        padding-bottom: 30px;
    }

    .row_about_block_3 {
        margin-top: 76px;
        position: relative;
        margin-bottom: 60px;
    }

    /* END PAGE ABOUT 768-991 */
    /* MEDIA CATEGORY MUSEUM 768-991*/
    .logo_cat_museum {
        width: 75px;
    }

    .img_cat_soroka_shop_last,
    .img_cat_museumn_last {
        width: inherit !important;
    }

    .img_cat_museumn_last {
        max-width: 450px;
    }

    .breadcrumb>li:first-child {
        padding-left: 0px !important;
    }

    .breadcrumb>li:first-child,
    .breadcrumb>li {
        position: relative;
        padding: 0;
        padding-right: 40px;
    }

    .section_product .breadcrumb>li:after,
    .breadcrumb>li:after {
        position: absolute;
        right: 17px;
        top: 10px;
    }

    .row_bread_crumb {
        left: initial;
    }

    .col_img img {
        width: 350px;
    }

    .section_cat_1 {
        padding-top: 60px;
        padding-bottom: 90px;
    }

    .title_1 {
        width: 85%;
        font-size: 20px;
        line-height: 33px;
    }

    .col_link_museum_look {
        display: flex;
        margin-top: 45px;
    }

    a.link_museum_look_cat {
        padding: 15px 50px;
        font-size: 14px;
        line-height: 21px;
    }

    .col_title_catlv2 .title {
        margin-bottom: 0px;
    }

    .cat_lv2_name {
        font-size: 36px;
        line-height: 46px;
    }

    .col_img_catlv2 .title {
        max-width: 80%;
    }

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

    .col_img_catlv2 .title::before {
        top: -25px;
    }

    .col_img_catlv2 .wrapper_img_cat {
        top: 50px;
    }

    .col_img_cat3 .title {
        font-size: 20px;
        line-height: 28px;
    }

    .col_img_cat .title {
        font-size: 20px;
        line-height: 28px;
    }

    .col_img_cat:nth-child(n+4),
    .col_img_catlv2:nth-child(n+5),
    .col_img_cat3:nth-child(n+4) {
        margin-top: 45px;
    }

    .section_cat_shop_3 {
        padding-bottom: 105px;
    }

    .title_description_bottom {
        margin-bottom: 30px;
    }

    .ocfilter .ocf-option-name {
        font-size: 16px;
    }

    .button_exit_filter {
        background: transparent;
        border: none;
        position: absolute;
        top: 21px;
        right: 0px;
    }

    .ocfilter {
        position: relative;
    }

    /* CATEGORY MUSEUM PRODUCT */
    .title_cat {
        font-size: 32px;
        line-height: 38px;
        margin: 17vh auto 0px;
    }

    .desc_cat_lv3 {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .bg_cat_shop {
        width: 100%;
        object-fit: cover !important;
        height: 55vh !important;
    }

    .price_latest {
        font-size: 16px;
        line-height: 24px;
    }

    .wrapp_price_name {
        padding: 25px 0px 40px 0px;
    }

    .product-thumb {
        margin-bottom: 50px;
    }

    .row_pagination {
        margin-top: 60px;
    }

    .wrapper_product_in_cat {
        margin-bottom: 30px;
    }

    .product-search #content {
        padding-bottom: 30px;
    }

    .title_bottom_in_cat {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 0px;
        margin-bottom: 30px;
    }

    .desc_cat_bottom {
        font-size: 16px;
        line-height: 30px;
    }

    .read_more_link {
        font-size: 16px;
        line-height: 24px;
    }

    .read_more_link img {
        margin-left: 20px;
    }

    #article_slide {
        position: relative;
    }

    #article_slide .owl-nav {
        display: none !important;
    }

    #article_slide .owl-dots {
        display: block !important;
    }

    .section_desc_cat {
        margin-bottom: 0px;
        padding-bottom: 105px;
    }

    .title_filter {
        height: 100%;
        width: 100%;
        text-align: center;
        padding: 11px 20px;
        border: 1px solid #efede5;
        font-size: 14px;
        background: transparent;
        line-height: 21px;
        font-family: HelveticaNeueCyr;
        font-weight: 500;
    }

    .custom_button_view,
    .custom_button_view.active {
        padding: 11px 14px !important;
    }

    .form_cat_custom {
        font-size: 14px;
    }

    /* CATEGORY PRODUCT */
    .col_mobile {
        padding-left: 30px !important;
    }

    .title_product {
        font-size: 22px;
        line-height: 26px;
    }

    .articul_prod {
        font-size: 14px;
        line-height: 19px;
    }

    .available_prod {
        padding-top: 14px;
        padding-bottom: 10px;
        font-size: 14px;
        line-height: 19px;
    }

    .col_mobile ul,
    .small_desc_product p {
        margin-bottom: 0px;
    }

    .available_prod {
        padding-top: 14px;
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 19px;
    }

    .small_desc_product {
        font-size: 14px;
        line-height: 21px;
        margin-bottom: 30px;
    }

    .info_page_prod li span {
        font-size: 14px;
        line-height: 19px;
    }

    .info_page_prod li {
        font-size: 14px;
        line-height: 19px;
    }

    .price_block_product {
        margin-top: 40px;
    }

    .price_block_product .price {
        font-size: 22px;
        line-height: 32px;
    }

    .price_block_product .new_price {
        font-size: 16px;
        line-height: 24px;
    }

    .price_block_product #button-cart.btn-lg img.white_button,
    .price_block_product #button-cart.btn-lg img.black_button {
        display: none;
    }

    .wrapper_price_in_product {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-right: 30px;
    }

    .price_block_product,
    .deferred_by_block {
        display: flex;
    }

    .price_block_product #button-cart.btn-lg {
        font-size: 14px;
        line-height: 19px;
        padding: 13px;
        margin-top: 0px;
    }

    .deferred_by_block a {
        padding: 13px 29px;
        text-align: center;
        margin-top: 0px;
        font-size: 14px;
        line-height: 19px;
    }

    .price_block_product .price_deferred {
        font-size: 20px;
    }

    .price_block_product #button-cart.btn-lg:hover img.black_button {
        display: none;
    }

    /* .boc_order_btn {
          padding: 13px 29px;
          text-align: center;
          margin-top: 0px;
          font-size: 14px;
          line-height: 19px;
          width: 60%;
      } */
    #boc_submit {
        padding: 5px 29px;
        font-size: 14px;
    }

    .col_photo_prod_info img {
        margin: auto;
        width: 150px;
    }

    .col_photo_prod_info {
        margin-top: 30px;
    }

    .col_photo_prod_info {
        margin-bottom: 80px;
    }

    .section_product.museum .col_photo_prod_info {
        margin-bottom: 40px;
    }

    .row_ajax_viewed_product {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .col_general_info .tab-content .tab-pane {
        font-size: 14px;
        line-height: 21px;
    }

    .col_general_info .tab-content {
        margin-top: 25px;
    }

    .deferred_by_block .price {
        font-size: 18px;
        line-height: 26px;
    }

    .col_title_ajax_viewed_product {
        margin-bottom: 67px;
    }

    #slide_product .item,
    #slide_product_viewed .item {
        margin-right: 0px;
        padding: 0px 0px;
    }

    #slide_product_viewed .product-layout {
        padding-bottom: 40px;
    }

    #slide_product_viewed .owl-nav,
    #slider_prod_mobile .owl-nav {
        display: none;
    }

    #slide_product_viewed.owl-carousel .owl-dots,
    #slider_prod_mobile .owl-dots {
        display: flex !important;
        justify-content: center;
        margin-top: 30px;
    }

    #slider_prod_mobile {
        position: relative;
    }

    #slider_prod_mobile .owl-dots {
        position: absolute;
        bottom: 20px;
        width: 100%;
    }

    #slide_product_viewed.owl-carousel .owl-dots .owl-dot,
    #slider_prod_mobile .owl-dots .owl-dot {
        width: 11px;
        height: 11px;
        background: transparent;
        border: 1px solid #e0dcca;
        border-radius: 50%;
        margin-right: 10px;
    }

    #slide_product_viewed.owl-carousel .owl-dots .owl-dot:last-child,
    #slider_prod_mobile .owl-dots .owl-dot:last-child {
        margin-right: 0px;
    }

    #slide_product_viewed.owl-carousel .owl-dots .owl-dot.active,
    #slider_prod_mobile .owl-dots .owl-dot.active {
        background: #e0dcca;
    }

    #slide_product_viewed .product-thumb {
        margin-bottom: 0px;
    }

    #slide_product_viewed .product-thumb .caption {
        background: #fafaf7;
    }

    .account-breadcrumb {
        padding: 0 15px !important;
    }

    /* MEDIA END CATEGORY PRODUCT 768-991*/
    .caption_blog .title {
        min-height: 98px;
    }
}

@media (min-width: 901px) and (max-width: 950px) {
    .phone_number_header {
        margin-right: 20px;
    }
}

@media (max-width: 1580px) {
    #menu .nav>li {
        padding: 0px 15px 0px 15px;
    }
}

@media (max-width: 1370px) {
    #menu .nav>li {
        padding: 0px 11px 0px 11px;
    }

    #menu .nav>li>a {
        font-size: 15px;
    }
}

@media (max-width: 1200px) {
    #menu .nav>li>a {
        font-size: 14px;
    }
}

@media (max-width: 1100px) {
    #menu .nav>li {
        padding: 0px 5.5px 0px 5.5px;
    }
}

@media (max-width: 991px) {
    #menu .nav>li {
        padding: 0px 4.5px 0px 4.5px;
    }
}

@media (max-width: 900px) {
    #top-links .dropdown-menu li:first-child a {
        border-bottom: none;
    }

    #top-links .dropdown-menu li a:hover {
        color: #e0dcca;
    }

    .container_nav_desctop {
        display: none;
    }

    .container_nav_mobile {
        display: block;
    }

    .logo_mobile_header {
        width: 100px;
        margin: auto;
    }

    .type_store .logo_mobile_header {
        width: 150px;
        margin: auto;
    }

    .info_prod_cart {
        width: 100%;
        padding-left: 15px;
    }

    .container {
        max-width: 100% !important;
    }

    #top-links a:focus {
        background: transparent;
    }

    #top-links li {
        display: flex;
        position: relative;
        flex-direction: column;
    }

    #top-links li a img {
        width: 23px;
    }

    .container_nav_mobile .navbar-header {
        display: block;
    }

    .breadcrumb {
        display: flex;
    }

    #cart>.btn {
        max-width: initial;
        max-height: initial;
        min-width: initial;
        min-height: initial;
        border: none;
        padding: 0px;
        margin-left: 15px;
    }

    .col_mobile_header_right {
        padding-left: 15px !important;
        padding-right: 15px !important;
        justify-content: flex-end;
    }

    .col_mobile_header_right button {
        padding: 0px;
        margin: 0px;
        margin-left: auto;
        background: transparent;
        border: none;
    }

    .col_mobile_header_right button:focus {
        outline: none;
    }

    #top-links {
        margin-left: 15px;
    }

    #top .container_nav_mobile .col-left {
        display: flex;
    }

    #top-links ul.dropdown-menu {
        transform: translate3d(-48px, 60px, 0px) !important;
    }

    #cart {
        padding-right: 15px;
        width: max-content;
        display: flex !important;
    }

    #cart>.btn>img {
        width: 19px;
    }

    #cart-total {
        background: #000;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        position: absolute;
        top: -15px;
        right: -12px;
        color: #fff;
    }

    #top {
        padding: 15px 0px 15px 0;
        z-index: 200;
        height: 89px;
        box-shadow: -5px -15px 25px 6px rgba(50, 50, 50, 0.75);
        position: relative;
        border-bottom: none;
    }

    .navbar-toggle {
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }

    header {
        border-bottom: none;
    }

    #menu .btn-navbar {
        padding: 0px;
        background-color: transparent !important;
        background-image: none !important;
        border-color: transparent !important;
    }

    .menu_mob_nav {
        width: max-content !important;
    }

    .menu_exit {
        display: none;
    }

    /* MENU MOBILE*/
    .bg_body_open_menu {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: 3;
        background: rgba(0, 0, 0, 20%);
        width: 100%;
        height: 100%;
        display: none;
    }

    #cart .dropdown-menu {
        width: 300px !important;
        transform: translate3d(-5px, 52px, 0px) !important;
    }

    #top-links .dropdown-menu a:hover {
        background: transparent;
    }

    .container_nav_mobile #menu .nav>li {
        padding: 0px;
    }

    .container_nav_mobile #cart.open>.btn:hover,
    .container_nav_mobile #cart.open>.btn:focus,
    .container_nav_mobile #cart>.btn:hover {
        border: none !important;
        background: transparent !important;
        color: #666 !important;
        width: auto !important;
    }

    .container_nav_mobile .navbar-nav {
        flex-direction: column !important;
        margin: 0px;
    }

    .container_nav_mobile .navbar-collapse.collapse.menu_row {
        justify-content: flex-start;
    }

    .desctop_version {
        display: none;
    }

    .mobile_version {
        display: block;
    }

    .mobile_version .btn-block+.btn-block {
        margin-top: 0px;
    }

    .container_menu {
        flex-direction: column;
        display: flex !important;
        position: fixed;
        box-sizing: border-box;
        width: 275px !important;
        background: #fff;
        top: 89px;
        bottom: 0;
        left: -275px;
        transition: left 0.8s;
        z-index: 99999;
        overflow-y: scroll;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    .container_menu.show_menu {
        left: 0;
    }

    .button_show_menu {
        border: none;
        background: transparent;
    }

    .row_lang_curr {
        margin-top: 27px;
    }

    .mobile_version button.btn.btn-link.btn-block {
        margin-right: 16px;
    }

    .mobile_version button.btn.btn-link.btn-block:last-child {
        margin-right: 0px;
    }

    .mobile_version button.btn.btn-link.btn-block.active_lang {
        padding: 0px;
    }

    .mobile_version button.btn.btn-link.btn-block {
        font-size: 14px;
        line-height: 19px;
        font-weight: 400;
        color: #201600;
        font-family: HelveticaNeueCyr;
        text-transform: uppercase;
        padding: 0px;
    }

    .mobile_version button.btn.btn-link.btn-block.active_lang,
    button.btn.btn-link.btn-block.curr_mob.active_currency {
        font-weight: 700;
    }

    button.btn.btn-link.btn-block.curr_mob {
        font-size: 16px;
        line-height: 21px;
        padding: 0px !important;
    }

    .container_menu .nav>li {
        display: flex;
        flex-wrap: wrap;
    }

    .container_menu .nav>li>a {
        font-size: 14px;
        line-height: 19px;
        font-weight: 700;
        font-family: HelveticaNeueCyr;
        color: #201600;
        padding: 0px;
        display: flex;
        justify-content: space-between;
    }

    .container_menu .dropdown-menu .sub-menu a {
        font-size: 13px;
    }

    .container_menu .menu_row {
        margin-top: 25px;
    }

    .container_menu .nav>li {
        margin-bottom: 12px;
    }

    .container_menu ul {
        list-style: none;
        padding: 0;
    }

    .row_mob_account {
        display: flex;
    }

    .container_menu #top-links li a {
        padding: 0px;
    }

    .container_menu .list-inline {
        margin-bottom: 0px;
    }

    .col_mob_account {
        padding-top: 28px;
        border-top: 1px solid rgba(29, 40, 20, 0.1);
    }

    .col_mob_account:last-child {
        padding-bottom: 35px;
    }

    .container_menu .col_mob_account #top-links li a {
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 19px;
    }

    .container_menu .col_mob_account #top-links li a span.text_acc {
        text-transform: initial;
        margin-left: 10px;
    }

    .row_mob_account .phone_number_header {
        font-weight: 400;
    }

    #top-links a:hover {
        background: transparent;
    }

    .col_mobile_header_right #search-form {
        position: fixed;
        top: -500px;
        opacity: 0;
        right: 0;
        left: 0;
        width: 100%;
        transition: top 0.3s cubic-bezier(0.2, 0, 0.9, 0), opacity 0.2s ease;
    }

    /* .col_mobile_header_right #search-field, .col_mobile_header_right .form-control:focus {
          background: transparent !important;
          border: none !important;
          border-bottom: 1px solid #201600 !important;
          border-radius: 0px !important;
          padding: 0px !important;
          box-shadow: none !important;
          font-size: 12px !important;
          width: 100%;
      }*/
    .col_mobile_header_right.active #search-form {
        display: flex;
        display: none;
        opacity: 1;
        position: fixed;
        top: 75px;
        right: 0;
        left: 0;
        background: #fff;
        color: #201600;
        width: 100%;
        z-index: 999;
        padding: 20px 20px 10px 20px;
        transition: top 0.3s cubic-bezier(0.07, 1.06, 0.72, 0.94), opacity, opacity 0.3s ease 0.1s;
    }

    #search .btn-lg {
        padding: 0 14px 0px;
    }

    .col_mobile_header_right .form-group {
        width: 100%;
        margin-bottom: 0px;
    }

    .caret_mob_menu {
        display: none;
        margin-left: auto;
    }

    .container_menu li.dropdown .caret_mob_menu {
        display: block;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .container_menu .dropdown.show .dropdown-menu {
        position: relative !important;
        transform: none !important;
        will-change: unset !important;
        height: 100% !important;
        /* margin-top: -45px !important; */
        margin-top: 0px !important;
        padding-left: 10px !important;
        left: 0 !important;
        width: 100%;
    }

    .container_menu .dropdown-menu {
        position: relative !important;
        transform: none !important;
        will-change: unset !important;
        background: transparent !important;
        border: none !important;
        display: block !important;
        border-radius: 0px !important;
        box-shadow: none !important;
        margin-top: 0px !important;
        padding: 0px !important;
        height: 0px !important;
        overflow: hidden !important;
    }

    .container_menu #langmark .dropdown-menu {
        position: absolute !important;
        /* transform: none !important; */
        /* will-change: unset !important; */
        /* background: transparent !important; */
        /* border: none !important; */
        display: flex !important;
        /* border-radius: 0px !important; */
        /* box-shadow: none !important; */
        /* margin-top: 0px !important; */
        /* padding: 0px !important; */
        /* height: 0px !important; */
        /* overflow: hidden !important; */
    }

    .container_menu .dropdown-menu>li a.active {
        font-weight: bold;
    }

    .container_menu .dropdown-menu>li>a {
        font-size: 13px;
        line-height: 17px;
        font-weight: 400;
        font-family: HelveticaNeueCyr;
        color: #201600;
        padding: 2px 0px !important;
        display: block;
    }

    .container_menu .dropdown-menu>li>a {
        font-size: 14px;
        line-height: 19px;
        font-weight: 500;
    }

    .container_menu .sub-menu-li {
        margin-bottom: 15px;
        display: flex;
    }

    .nav .open>a,
    .nav .open>a:focus,
    .nav .open>a:hover,
    .nav>li>a:focus,
    .nav>li>a:hover {
        background: transparent;
        border-color: transparent;
    }

    .container_menu .dropdown.show .caret_mob_menu {
        transform: rotate(-90deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .button_show_menu {
        padding: 0px;
    }

    #d_ajax_search_results {
        max-width: 90%;
        min-width: auto;
        top: 49px;
    }

    #input-sort {
        min-height: 50px;
    }
}

@media (max-width: 767px) {
    .price_deferred>.price_deferred .price_deferred-tooltip {
        right: -17px;
        width: 15px;
        height: 15px;
        font-size: 10px;
    }

    .delivery__tooltip {
        font-size: 12px;
    }

    .wrapper_price .price .wrapper__price-tooltip,
    .wrapper_price .new_price .wrapper__price-tooltip {
        bottom: 50%;
        right: -15px;
        width: 15px;
        height: 15px;
        font-size: 10px;
    }

    .row_ajax_viewed_product {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #cart .dropdown-menu {
        transform: translate3d(15px, 83px, 0px) !important;
        width: 100% !important;
    }

    .col_mobile_header_right {
        position: initial;
    }

    #slide_product_viewed {
        margin-bottom: 60px;
    }

    #slide_product_viewed .product-thumb .caption {
        padding: 15px 20px 15px 20px;
        min-height: 130px;
    }

    #slide_product_viewed.owl-carousel .owl-dots {
        margin-top: 0px;
    }

    .blog-latest .container_blog .product-thumb,
    .blog-category .container_blog .product-thumb {
        margin-bottom: 60px;
    }

    .section_articles .title_section_articles {
        font-size: 40px;
    }

    .section_articles {
        margin-bottom: 70px;
    }

    .section_cat_2 {
        padding-bottom: 85px;
    }

    .logo_cat_museum_soroka {
        max-width: 320px;
        margin-top: 10vh;
    }

    h1 {
        font-size: 19px;
    }

    .col_img_cat:nth-child(n+3),
    .col_img_catlv2:nth-child(n+4),
    .col_img_cat3:nth-child(n+3) {
        margin-top: 40px;
    }

    .sec_cat_museum {
        padding-top: 50px;
        padding-bottom: 55px;
    }

    .col_img_museum {
        padding-bottom: 30px;
    }

    .col_link_museum_look {
        margin-top: 40px;
    }

    .section_cat_soroka_shop {
        margin-top: 60px;
        margin-bottom: 95px;
    }

    .section_cat_3 {
        padding-bottom: 85px;
    }

    .col_img_cat .title::after,
    .col_img_cat .title::before {
        display: none;
    }

    /* MENU END MOBILE*/
    /*.slideshow.owl-carousel .owl-item .item img {
          object-fit: cover !important;
          height: 80vh !important;
          object-position: left !important;
          width: 100% !important;
      }*/
    .title_slide {
        font-size: 30px;
        line-height: 34px;
    }

    .counter {
        display: none;
    }

    .slide_info {
        width: 70%;
        top: 15px;
        left: 15px;
    }

    .owl-item .item.right .slide_info {
        right: 15px;
    }

    .section_home_1 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .slide_info a {
        padding: 13px 60px;
        margin-top: 30px;
        font-size: 16px;
        line-height: 21px;
        max-width: max-content;
        width: 100%;
    }

    .title_1 {
        width: 90%;
        font-size: 18px;
        line-height: 30px;
    }

    .col_cat_1 {
        padding-right: 15px !important;
    }

    .col_cat_1,
    .col_cat_2,
    .col_cat_3 {
        margin-top: 15px;
    }

    .shop_soroka {
        font-size: 25px;
        line-height: 29px;
        padding-bottom: 0px;
    }

    .shop_soroka:before {
        left: -20px;
        top: 50%;
        margin-top: -3px;
        width: 5px;
        height: 5px;
    }

    .shop_soroka:after {
        right: -20px;
        top: 50%;
        margin-top: -3px;
        width: 5px;
        height: 5px;
    }

    .sub_shop_soroka {
        font-size: 15px;
        line-height: 20px;
    }

    .wrap_hover_info .shop_soroka {
        line-height: 27px;
        font-size: 23px;
        padding-bottom: 15px;
        padding-top: 0px;
    }

    .row_title_mob_footer {
        z-index: 300;
        position: relative;
    }

    .box_shadow_mobile_title {
        box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.2);
    }

    .row_logo_footer_mob {
        margin-bottom: 24px;
    }

    .overlay-link {
        display: flex;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 100;
    }

    .wrap_hover_info .sub_shop_soroka {
        font-size: 15px;
        line-height: 21px;
        padding-bottom: 0px;
    }

    .wrapper_cat .img_cat_home {
        object-fit: cover;
        height: 280px;
    }

    .wrapper_cat .wrap_hover_info {
        padding: 0px 20px;
    }

    .wrapper_cat:hover .wrap_hover_info {
        height: 105px;
        padding: 20px 20px;
        text-align: center;
        display: none;
    }

    .wrapper_cat:hover .wrapper_title_cat {
        display: flex;
    }

    .wrap_hover_info .shop_soroka:before,
    .wrap_hover_info .shop_soroka:after {
        background: #201600;
        width: 5px;
        height: 5px;
        top: 50%;
        margin-top: -10px;
    }

    .wrapper_cat:hover a.button_a_lok,
    a.button_a_lok,
    .wrapper_cat a.button_a_lok {
        height: 55px;
        padding: 15px 90px;
        font-size: 14px;
        line-height: 19px;
        margin-left: -125px;
        display: none;
    }

    #slide_product .product-thumb:hover .link_prod_wrap {
        display: none;
    }

    #slide_product .product-thumb:hover .block_prod_cat_shadow {
        display: none;
    }

    .col_cat_3 .wrapper_cat .wrapper_title_cat {
        margin-top: -37px;
        padding: 0px 20px;
    }

    .col_cat_3 .wrapper_title_cat .sub_shop_soroka {
        margin-top: 25px;
        max-width: max-content;
        width: 100%;
        text-align: center;
    }

    .wrapper_cat .wrapper_title_cat .sub_shop_soroka {
        margin-top: 25px;
        width: 80%;
        text-align: center;
    }

    .col_cat_1 .wrapper_cat .wrapper_title_cat .sub_shop_soroka {
        margin-top: 15px;
    }

    .col_cat_2 .wrapper_cat .wrapper_title_cat {
        margin-top: -83px;
    }

    .logo_soroka_store {
        width: 170px !important;
    }

    .section_home_3 {
        margin-top: 60px;
        padding-bottom: 55px;
    }

    .col_cat_1 .wrapper_cat .wrapper_title_cat {
        margin-top: -35px;
    }

    .col_img img {
        width: 330px;
    }

    #slide_product .item,
    #slide_product_viewed .item {
        margin-right: 0px;
    }

    #slide_product .product-thumb {
        margin-bottom: 0px;
    }

    .price_latest {
        font-size: 15px;
        line-height: 21px;
    }

    ul.price li {
        font-size: 14px;
        line-height: 19px;
    }

    .section_home_4 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .museum-buy-placeholder {
        margin-bottom: 0;
        margin-top: 15px;
    }

    .product-thumb {
        position: relative;
    }

    #slide_product_viewed .product-thumb:hover .block_info_prod_cat,
    .product-grid .product-thumb:hover .block_info_prod_cat {
        display: none !important;
    }

    .section_cat_prod.lavka .product-thumb:hover .caption {
        background: #fafaf7;
    }

    .section_cat_prod.museum .product-thumb:hover .caption {
        border: 1px solid #e0dcca;
        background: #fff;
    }

    .product-grid .product-thumb .caption,
    .product-thumb .caption {
        padding: 15px 20px 30px;
        min-height: 150px;
    }

    .product-thumb:hover .block_prod_cat_shadow,
    .product-grid .product-thumb:hover .block_prod_cat_shadow {
        display: none;
    }

    .product-thumb:hover .image a,
    .product-grid .product-thumb:hover .image a {
        display: none;
    }

    .article-thumb:hover .image a {
        display: flex;
    }

    .section_articles .article_title {
        font-size: 18px;
    }

    .title_filter {
        font-weight: 400;
        font-size: 16px;
    }

    .wrapp_price_name {
        padding: 0px 0px 30px 0px;
    }

    .col_reviews {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .wrapp_rewievs {
        padding: 25px 0px 25px;
    }

    .wrapp_rewievs .name {
        font-size: 16px;
        line-height: 21px;
        padding: 15px 0px 30px 0px;
    }

    .wrapp_rewievs .text {
        width: 80%;
        padding: 0px 20px;
        font-size: 14px;
        line-height: 21px;
    }

    .wrapp_rewievs .text:before {
        width: 30px;
        height: 26px;
        left: -25px;
        top: -10px;
    }

    .wrapp_rewievs .text:after {
        width: 30px;
        height: 30px;
        right: -25px;
        top: -10px;
    }

    .row_about {
        margin-top: 0px;
    }

    .section_home_5 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .wrap_about {
        padding-top: 30px;
    }

    .white_block {
        height: 65%;
        top: initial;
        width: 100%;
        bottom: -40px;
    }

    .about .title {
        font-size: 16px;
        line-height: 21px;
    }

    .about .info {
        font-size: 14px;
        line-height: 21px;
        width: 100%;
        padding-top: 20px;
    }

    .wrap_about .about {
        flex-direction: column-reverse;
        align-items: center;
    }

    .about img {
        padding-right: 0px;
        width: 220px;
        margin-top: 20px;
    }

    .wrap_about {
        padding-top: 35px;
    }

    .about a.link,
    .container_blog .tab-pane #button-review {
        font-size: 14px;
        line-height: 19px;
        padding: 19px 15px;
        width: 50%;
        text-align: center;
        margin-top: 40px;
    }

    .section_home_6 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #slide_blog .owl-nav,
    #slider_rew .owl-nav,
    #slide_product .owl-nav,
    .slideshow .owl-nav {
        display: none !important;
    }

    #slide_blog .owl-dots,
    #slider_rew .owl-dots,
    #slide_product .owl-dots,
    .slideshow .owl-dots,
    #article_slide .owl-dots {
        display: block;
    }

    #slider_rew .owl-dots,
    #slide_product .owl-dots {
        margin-top: 30px;
        text-align: center;
    }

    #slide_blog .owl-dots .owl-dot,
    #slider_rew .owl-dots .owl-dot,
    #slide_product .owl-dots .owl-dot,
    .slideshow .owl-dots .owl-dot,
    #article_slide .owl-dots .owl-dot {
        width: 11px;
        height: 11px;
        border: 1px solid #e0dcca;
        border-radius: 50%;
        margin-right: 10px !important;
    }

    #slide_blog .owl-dots .owl-dot:last-child,
    #slider_rew .owl-dots .owl-dot:last-child,
    #slide_product .owl-dots .owl-dot:last-child,
    .slideshow .owl-dots .owl-dot:last-child,
    #article_slide .owl-dots .owl-dot:last-child {
        margin-right: 0px !important;
    }

    #slide_blog .product-thumb .caption {
        padding: 20px 20px;
        min-height: 300px;
    }

    .slideshow .owl-dots {
        position: absolute;
        bottom: 30px;
        text-align: center;
        width: 100%;
    }

    .product-thumb .button-group button,
    .product-thumb .button-group button+button {
        width: 100%;
    }

    .product-thumb .price li {
        margin-bottom: 5px;
    }

    #slide_blog .owl-dots .owl-dot.active,
    #slider_rew .owl-dots .owl-dot.active,
    #slide_product .owl-dots .owl-dot.active,
    .slideshow .owl-dots .owl-dot.active,
    #article_slide .owl-dots .owl-dot.active {
        background: #e0dcca;
    }

    #slide_blog .product-layout {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    #slide_blog .owl-dots {
        margin-top: 0;
    }

    .caption_blog .title span {
        font-size: 16px;
        line-height: 24px;
        padding-top: 0px;
    }

    .row_about_home {
        margin-top: 0;
    }

    .title_reviews,
    .title_blog {
        font-size: 30px;
        line-height: 34px;
        padding-bottom: 20px;
    }

    .section_home_7 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .shop_soroka_title {
        font-size: 26px;
        line-height: 22px;
        padding-bottom: 25px;
    }

    a.link_shop_soroka {
        padding-top: 0px;
        font-size: 14px;
        margin-top: 20px;
    }

    /* MEDIA END HOME PAGE 320-575*/
    /*MADIA FOOTER 320-575*/
    footer {
        margin-top: 0px;
        padding-top: 30px;
    }

    .container_footer_1 img.mob_logo_footer {
        margin: auto;
        width: 90px;
    }

    .container_footer_mobile {
        display: block;
    }

    .container_footer_desctop {
        display: none;
    }

    .col_footer_child_title {
        padding: 0px 20px 0px 20px;
    }

    .copyright_mobile {
        padding: 13px 0px;
        border-top: 1px solid #b3af9f;
    }

    footer hr {
        display: none;
    }

    .copyright_desc {
        display: none;
    }

    .copyright_mobile {
        display: flex;
    }

    .row_title_mob_footer {
        border-top: 1px solid rgba(255, 255, 255, 30%);
    }

    .footer_title_cat {
        background: transparent;
        border: none;
        width: 100%;
        padding: 5px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .rotate_arrow {
        transform: rotate(-90deg);
        transition: 0.5s ease-in-out;
    }

    .caret_footer {
        width: 15px;
        transition: 0.5s ease-in-out;
    }

    .row_mob_company,
    .row_mob_info,
    .row_mob_catefory,
    .row_mob_contact {
        height: 0px;
        overflow: hidden;
        transition: height 0.5s ease-in-out;
        background: #fff;
    }

    .row_mob_company.footer_menu_height,
    .row_mob_info.footer_menu_height,
    .row_mob_catefory.footer_menu_height,
    .row_mob_contact.footer_menu_height {
        height: 100%;
        transition: height 0.5s ease-in-out;
    }

    .list_footer,
    .wrapper_mobile_contact {
        height: 0px;
        background: #fff;
        overflow: hidden;
        transition: 0.5s ease-in-out;
        margin: 0px;
    }

    .list_footer.show_menu_footer,
    .wrapper_mobile_contact.show_menu_footer {
        height: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        transition: 0.5s ease-in-out;
    }

    .row_mob_contact {
        text-align: center;
    }

    .wrapper_social {
        margin-top: 20px;
        display: flex;
        justify-content: center;
    }

    footer .container_footer_1 {
        padding-bottom: 0px;
    }

    .copyright,
    .brainlab,
    a.brainlab_link {
        font-size: 12px;
        line-height: 18px;
    }

    /*MADIA END FOOTER 320-575*/
    /* PAGE ABOUT 567-767*/
    .col_many_text_about {
        margin-left: 0%;
    }

    .col_info_about_page {
        padding-bottom: 40px;
    }

    .bg_block_about_1 {
        top: initial;
        width: 100%;
        background: #fafaf7;
        height: 70%;
        bottom: 0px;
    }

    .col_info_about_page .title_block_1 {
        font-size: 16px;
        line-height: 21px;
    }

    .wrapper_block_about {
        padding-left: 0px;
        padding-top: 25px;
    }

    .text_block_1 {
        font-size: 14px;
        line-height: 21px;
        padding-top: 20px;
    }

    .col_info_about_page img {
        width: 209px;
        margin: 30px auto 0px;
    }

    .row_about_block_1 {
        margin-top: 30px;
        position: relative;
        margin-bottom: 55px;
    }

    .title_block_2 {
        font-size: 16px;
        line-height: 21px;
    }

    .col_title_block_2 {
        margin-bottom: 20px;
    }

    .blocks_about_number_1 .catalog_info_text ul {
        padding-left: 15px;
    }

    .list_about_content {
        max-width: 100%;
    }

    .list_about_content ul {
        padding-left: 15px;
    }

    .col_list_about .catalog_info_text li,
    .col_list_about li {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 20px;
    }

    .bloc_bg_3 {
        position: absolute;
        bottom: 0px;
        right: 0px;
        width: 100%;
        height: 70%;
        background: #fafaf7;
        z-index: -1;
    }

    .row_about_block_3 {
        margin-top: 30px;
        position: relative;
        margin-bottom: 0px;
    }

    .row_about_block_3 .col_info_about_page {
        padding-top: 25px;
        justify-content: flex-start;
        padding-bottom: 60px;
    }

    .row_about_block_3 .col_info_about_page hr {
        width: 200px;
        margin-top: 30px;
        margin-bottom: 0px;
    }

    /* PAGE END ABOUT 567-767*/
    /* PAGE BLOG 567-767*/
    .row_blog_latest .product-thumb .image img {
        margin-left: 0px;
        margin-right: 0px;
        width: 100%;
    }

    .row_blog_latest .product-thumb .caption {
        padding: 15px 20px 30px;
        min-height: 250px;
    }

    .blog-latest .row_blog_latest .product-thumb .caption,
    .blog-category .row_blog_latest .product-thumb .caption {
        padding: 0px 35px 30px;
        min-height: 250px;
    }

    /* PAGE END BLOG 567-767*/
    /* MEDIA CATEGORY MUSEUM 576-767*/
    .bg_cat_shop {
        width: 100%;
        object-fit: cover !important;
        height: 45vh !important;
    }

    .logo_cat_museum {
        width: 80px;
    }

    .col_img img {
        width: 300px;
    }

    /*.section_cat_1 {
          background: #FAFAF7;
      }*/
    .cat_lv2_name {
        font-size: 28px;
        line-height: 34px;
    }

    .cat_lv2_name:before,
    .cat_lv2_name:after {
        width: 6px;
        height: 6px;
        top: 50%;
        margin-top: -3px;
    }

    .wrapp_block_mobile a {
        display: flex;
        flex-direction: column;
        text-align: center;
    }

    .col_img_catlv2 img {
        width: max-content;
        margin: auto;
    }

    .img_cat_museumn_last {
        max-width: 450px;
    }

    .row_category_museum .col_title_catlv2 .title {
        margin-bottom: 35px;
    }

    /* MEDIA CATEGORY  PRODUCT 576-767*/
    .bg_cat_shop {
        height: 50vh !important;
    }

    .section_cat_prod {
        margin-top: 60px;
    }

    .custom_row_button_sort {
        margin-bottom: 30px;
    }

    .section_cat_prod.store .product-thumb:hover .caption,
    .section_product.store .product-thumb:hover .caption {
        background: #fff;
    }

    /* MEDIA END CATEGORY  PRODUCT 576-767*/
    .col_mobile {
        margin-top: 28px;
        padding-left: 15px !important;
    }

    .title_product {
        font-size: 20px;
        line-height: 22px;
        margin-left: 30px;
    }

    .articul_prod {
        font-size: 14px;
        line-height: 19px;
        margin-left: 0;
    }

    .available_prod {
        padding-top: 14px;
        padding-bottom: 29px;
        font-size: 14px;
        line-height: 19px;
        margin-left: 0;
    }

    .price_block_product,
    .deferred_by_block {
        justify-content: flex-start;
    }

    #product .wrapper_price.with_special {
        flex-direction: column;
        align-items: baseline;
    }

    #product .price_block_product .new_price {
        margin: 0;
    }

    .wrapper_price_in_product {
        margin-right: 0px;
        min-width: 20%;
    }

    .deferred_by_block .price {
        min-width: 20%;
    }

    .col_general_info .nav-tabs {
        flex-direction: column;
    }

    .col_mobile {
        margin-bottom: 44px;
    }

    .custom_accordion .panel-default {
        border-color: transparent;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 0px;
    }

    .accordion>.card>.card-header {
        background: transparent;
        border-bottom: none;
    }

    #accordionExample .card {
        border: 0px;
    }

    #accordionExample .card-body {
        padding: 15px 0px 15px;
    }

    .custom_accordion .card-attributes .table-bordered {
        border: 0;
    }

    .accordion>.card>.card-header {
        padding: 0px;
        border-top: 1px solid rgba(224, 220, 202, 50%);
    }

    .btn-link:hover {
        color: #0056b3;
        text-decoration: none;
    }

    .custom_accordion #accordion {
        border-bottom: 1px solid rgba(224, 220, 202, 50%);
    }

    .custom_accordion .panel {
        border: none;
    }

    #accordionExample .btn-link {
        padding: 12px 0px;
        font-size: 16px;
        line-height: 21px;
        font-weight: 700;
        font-family: HelveticaNeueCyr;
        color: #201600;
        width: 100%;
        display: flex;
        justify-content: space-between;
    }

    .custom_accordion .panel-title a {
        text-decoration: none;
        color: #201600;
        display: flex;
        justify-content: space-between;
        padding-right: 15px;
    }

    .info_accordion {
        font-size: 14px;
        line-height: 21px;
        font-weight: 400;
        font-family: HelveticaNeueCyr;
        color: #575757;
    }

    .btn.btn-link.collapsed img {
        transform: rotate(0deg);
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    .btn.btn-link img {
        transform: rotate(180deg);
    }

    .btn.btn-link.collapsed:hover img {
        transform: rotate(-180deg);
    }

    /* MEDIA END CATEGORY 576-767*/
    .section_cat_1 {
        padding-top: 60px;
        padding-bottom: 95px;
    }

    .col_img {
        padding-bottom: 30px;
    }

    .col_img_cat .wrapp_block .btn_loock,
    .col_img_cat3 .wrapp_block .btn_loock,
    .col_img_catlv2 .wrapp_block .btn_loock {
        padding: 10px 60px;
    }

    .col_img_cat .title {
        font-size: 22px;
        line-height: 30px;
    }

    .section_cat_shop_3 {
        padding-bottom: 85px;
    }

    .title_description_bottom {
        margin-bottom: 25px;
        font-size: 16px;
    }

    .desc_cat_bottom {
        font-size: 14px;
        line-height: 24px;
    }

    .read_more_link {
        font-size: 16px;
        line-height: 22px;
        font-weight: 500;
    }

    .read_more_link img {
        margin-left: 15px;
        width: 40px;
    }

    .read_more_link:hover img {
        margin-left: 30px;
    }

    .section_desc_cat {
        margin-bottom: 0px;
        padding-bottom: 85px;
    }

    .wrap_description_cat_top_img {
        width: 100%;
        display: flex;
        position: relative;
    }

    .description_top_img {
        margin: 50px auto 0px;
    }

    .description_cat_top {
        max-width: 100%;
    }

    .desc_cat_lv3 {
        padding-top: 50px;
        padding-bottom: 60px;
    }

    .article-info .date-added {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .simplecheckout-cart .image,
    .simplecheckout-cart tr th.image,
    .simplecheckout-cart tr td.image {
        display: flex;
    }

    .simplecheckout .simplecheckout-cart td.name a {
        line-height: 19px;
    }

    .simplecheckout .btn-cart-remove svg {
        max-width: 15px;
    }

    .simplecheckout-cart .delete {
        max-width: 9%;
        width: 9%;
    }

    .form-register,
    .form-login {
        max-width: 100%;
    }

    .content-account .btn-primary {
        padding: 7px 30px;
        font-size: 15px;
    }

    .btn-watch-order {
        width: 40px;
        height: 40px;
    }

    .agree-fields label {
        display: inline-block;
    }

    .form-register .agree-fields a {
        margin-left: 0;
    }

    #simplecheckout_cart table,
    #simplecheckout_cart thead,
    #simplecheckout_cart tr,
    #simplecheckout_cart th,
    #simplecheckout_cart td {
        display: flex;
        flex-direction: column;
        border: 0;
    }

    #simplecheckout_cart thead {
        display: none;
    }

    .simplecheckout-cart .image,
    .simplecheckout-cart tr th.image,
    .simplecheckout-cart tr td.image {
        max-width: 100%;
        width: auto;
    }

    .simplecheckout-cart td,
    #simplecheckout_cart .simplecheckout-cart-total {
        border: 0;
    }

    #simplecheckout_cart table .product-row {
        position: relative;
        border-bottom: 1px solid #ced4da;
        padding-top: 15px;
    }

    .simplecheckout-cart .delete {
        position: absolute;
        right: 0;
        top: 0;
    }

    .simplecheckout-cart .total {
        min-width: 100%;
    }

    .simplecheckout-button-right {
        width: 100%;
    }

    .simplecheckout .btn-primary.button_oc {
        font-size: 17px;
        padding: 10px 15px;
        width: 100%;
    }

    .caption_blog .title {
        min-height: auto;
    }

    .wrapper_footer_payment {
        justify-content: center;
    }

    .footer_payment_row {
        width: 100%;
        justify-content: center;
    }

    .footer_payment_item:last-child {
        margin-right: 0;
    }

    .footer_payment_row:last-child .footer_payment_item:last-child {
        margin-right: 0;
    }
}

@media (max-width: 670px) {
    .article-description tr {
        flex-wrap: wrap;
    }

    .article-description table td {
        width: 50%;
        max-width: 50%;
    }

    .article-description table td p {
        margin: 0;
    }
}

@media (max-width: 575px) {
    .price_block_product .price {
        font-size: 21px;
        line-height: 24px;
        margin: 0 auto;
    }

    .price_block_product #button-cart.btn-lg {
        padding: 5px 13px;
        height: 45px;
    }

    #top-links ul.dropdown-menu {
        transform: translate3d(-48px, 49px, 0px) !important;
    }

    .wraper_button {
        width: 65%;
    }

    .wrapper_price {
        /* width: 35%; */
        width: 100%;
    }

    .wrapper_wrap_price {
        width: 35%;
    }

    /* .boc_order_btn {
          padding: 10px 10px;
          width: 65%;
          height: 45px;
      } */
    #boc_submit {
        padding: 5px 10px;
        height: 45px;
    }

    .price_block_product .price_deferred {
        font-size: 14px;
    }

    .row_bread_crumb {
        position: relative;
        width: initial;
    }

    .row_bread_crumb.top_cat {
        position: absolute;
        width: 100%;
    }

    .row_blog_page .product-thumb .image a {
        padding: 0px;
        height: 100%;
        margin-top: 0px;
        position: relative;
    }

    .blog-latest .caption_blog .button-group,
    .blog-category .caption_blog .button-group {
        width: 100%;
    }

    .blog-latest .caption_blog .description,
    .blog-category .caption_blog .description {
        display: none;
    }

    .blog-latest .caption_blog .title span,
    .blog-category .caption_blog .title span {
        font-size: 17px;
        line-height: 20px;
        padding-top: 35px;
    }

    .blog-latest .caption_blog .button-group,
    .blog-category .caption_blog .button-group {
        margin-top: 30px !important;
    }

    .blog-latest .product-thumb .caption_blog .button-group button,
    .blog-category .product-thumb .caption_blog .button-group button {
        width: 100%;
        margin-top: 0px;
    }

    .form_cat_custom {
        font-size: 13px !important;
    }

    .blog-latest .row_blog_latest .product-thumb .caption,
    .blog-category .row_blog_latest .product-thumb .caption {
        padding: 0px 20px 40px;
        min-height: 1px;
    }

    .title_filter {
        font-weight: 400;
        font-size: 13px;
    }

    .section_cat_prod.lavka .product-thumb .caption {
        background: transparent;
    }

    .padding_pl {
        padding: 0px 15px 0px 5px;
    }

    .col_but_filter {
        padding: 0px 5px 0px 15px;
    }

    .desc_cat_lv3 {
        padding-top: 0;
        padding-bottom: 40px;
    }

    .description_cat_top,
    .read_more_link {
        font-size: 14px;
    }

    .body_margen_mobile {
        margin-top: 69px;
    }

    .section_articles .article_title {
        font-size: 16px;
    }

    .section_articles .article_description {
        font-size: 14px;
        margin-bottom: 40px;
        padding-left: 20px;
    }

    .section_articles .article_link {
        font-size: 14px;
        line-height: 19px;
    }

    .section_articles {
        margin-bottom: 60px;
    }

    .product-grid .product-thumb .caption,
    .product-thumb .caption {
        padding: 16px 5px 6px;
        min-height: 0px;
    }

    .section_articles .bottom {
        padding: 34px 25px 40px 10px;
    }

    .section_articles .point {
        margin-top: 10px;
        margin-right: 15px;
    }

    .section_cat_prod.lavka .product-thumb:hover .caption {
        background: transparent;
    }

    .product-thumb {
        margin-bottom: 30px;
    }

    .section_articles .title_section_articles {
        margin-bottom: 39px;
        font-size: 30px;
    }

    .logo_cat_museum_soroka {
        max-width: 250px;
        margin-top: 8vh;
    }

    .sec_cat_museum {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .col_link_museum_look {
        margin-top: 53px;
    }

    a.link_museum_look_cat {
        padding: 15px 20px;
        font-size: 14px;
        line-height: 19px;
        width: 100%;
        text-align: center;
        font-weight: 400;
    }

    .row_category_museum .col_title_catlv2 .title::after {
        content: "";
        width: 6px;
        height: 6px;
        background: #201600;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 14px;
        right: 0px;
    }

    .row_category_museum .col_title_catlv2 .title::before {
        content: "";
        width: 6px;
        height: 6px;
        background: #201600;
        display: block;
        border-radius: 50%;
        position: absolute;
        top: 14px;
        left: 0px;
    }

    .cat_lv2_name::before,
    .cat_lv2_name::after {
        display: none;
    }

    .cat_lv2_name {
        font-size: 24px;
        line-height: 27px;
    }

    .col_img_catlv2 .title:before {
        width: 5px;
        height: 5px;
        background: #201600;
        top: -13px;
        margin-left: -3px;
    }

    .col_img_catlv2 .title {
        color: #201600;
        max-width: 100%;
        width: initial;
        font-size: 16px;
        line-height: 24px;
    }

    .col_img_catlv2 img {
        margin: 20px auto 0px auto;
    }

    .col_img_catlv2:nth-child(n+4) {
        margin-top: 48px;
    }

    .row_category_museum:nth-child(n+2) {
        margin-top: 57px;
    }

    .row_category_museum:nth-child(1) {
        margin-top: 57px;
    }

    .section_cat_2 {
        padding-bottom: 60px;
    }

    .col_img_catlv2 .wrapp_block:hover .title {
        color: #aaa17a;
    }

    .col_img_catlv2 .wrapp_block:hover .title::before {
        background: #aaa17a;
    }

    .col_img_catlv2 .wrapp_block .title,
    .col_img_catlv2 .wrapp_block .title::before {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .row_category_museum .col_title_catlv2 .title {
        margin-bottom: 58px;
    }

    .wrapp_block_desc {
        display: none;
    }

    .wrapp_block_mobile {
        display: block;
    }

    #top {
        height: 69px;
    }

    .wrap_about .about:nth-child(1) {
        align-items: flex-start;
    }

    .section_home_7 .text p {
        margin-bottom: 0px;
    }

    .product-thumb .caption_blog .button-group button {
        width: 100%;
        margin-top: 20px;
    }

    #slide_blog .caption_blog .button-group {
        display: block;
        width: 100%;
    }

    .container {
        max-width: 100% !important;
    }

    .col_mobile_header_right {
        padding-left: 15px !important;
        padding-right: 15px !important;
        justify-content: center;
    }

    #cart {
        padding-right: 0px;
        width: max-content;
        display: flex !important;
    }

    /* MENU MOBILE*/
    .container_menu {
        flex-direction: column;
        display: flex !important;
        position: fixed;
        box-sizing: border-box;
        width: 251px !important;
        background: #fff;
        top: 69px;
        bottom: 0;
        left: -251px;
        transition: left 0.8s;
        z-index: 99999;
        overflow-y: scroll;
        -webkit-transform: translateZ(0);
        -webkit-backface-visibility: hidden;
    }

    /*  .col_mobile_header_right #search-field, .col_mobile_header_right .form-control:focus {
          background: transparent !important;
          border: none !important;
          border-bottom: 1px solid #201600 !important;
          border-radius: 0px !important;
          padding: 0px !important;
          box-shadow: none !important;
          font-size: 12px !important;
      }*/
    /* MENU END MOBILE*/
    .col_cat_3 .wrapper_cat .wrapper_title_cat {
        margin-top: -47px;
        padding: 0px 20px;
    }

    .col_cat_2 .wrapper_cat .wrapper_title_cat {
        margin-top: -75px;
    }

    .section_home_3 {
        margin-top: 40px;
        padding-bottom: 40px;
    }

    .col_cat_1 .wrapper_cat .wrapper_title_cat {
        margin-top: -45px;
    }

    .col_img img {
        width: 280px;
    }

    .wrapp_rewievs {
        padding: 20px 0px 60px;
    }

    .wrapp_rewievs .name {
        font-size: 16px;
        line-height: 21px;
        padding: 15px 0px 61px 0px;
    }

    .wrapp_rewievs .text {
        width: 100%;
        padding: 0px 20px;
        font-size: 14px;
        line-height: 21px;
    }

    .wrapp_rewievs .text:before {
        width: 30px;
        height: 26px;
        left: 20px;
        top: -30px;
    }

    .wrapp_rewievs .text:after {
        width: 30px;
        height: 30px;
        right: 20px;
        top: initial;
        bottom: -30px;
    }

    .white_block {
        height: 78%;
        top: 27%;
        width: 100%;
    }

    .about a.link,
    .container_blog .tab-pane #button-review {
        font-size: 14px;
        line-height: 19px;
        padding: 19px 15px;
        width: 100%;
        text-align: center;
        margin-top: 40px;
    }

    a.link_shop_soroka {
        padding-top: 0px;
        font-size: 14px;
        margin-top: 15px;
    }

    .section_cat_shop_3 {
        padding-bottom: 60px;
    }

    .logo_mobile_header {
        width: 70px;
    }

    .row_title_mob_footer,
    .row_bread_crumb,
    .row_mob_company.footer_menu_height,
    .row_mob_info.footer_menu_height,
    .row_mob_catefory.footer_menu_height,
    .row_mob_contact.footer_menu_height {
        margin: 0px -20px;
    }

    .type_store .section_cat_shop .breadcrumb-cat>li::after {
        background: #e0dcca !important;
    }

    .type_store .breadcrumb-cat li a {
        color: #e0dcca;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .col_mobile_header_right {
        padding-right: 20px !important;
        justify-content: right;
    }

    .title_description_bottom {
        margin-bottom: 19px;
        font-size: 14px;
    }

    .desc_cat_bottom {
        font-size: 14px;
        line-height: 21px;
        color: #747474;
    }

    .container {
        padding: 0 20px !important;
    }

    .slide_info a {
        padding: 7px 30px;
        margin-top: 10px;
        font-size: 14px;
    }

    .title_slide {
        font-size: 21px;
        line-height: 27px;
    }

    .owl-item .item.right .slide_info {
        right: 20px;
    }

    .row_about {
        margin-top: 37px;
    }

    .container_blog .title_blog,
    .row_about .title {
        font-size: 24px;
        line-height: 27px;
    }

    .row_about_block_1 {
        margin-top: 40px;
        position: relative;
        margin-bottom: 55px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .row_about_block_3 {
        margin-top: 30px;
        position: relative;
        margin-bottom: 0px;
        margin-left: -20px;
        margin-right: -20px;
    }

    .text_block_2 {
        font-size: 14px;
        line-height: 21px;
    }

    .wrapp_select_blog {
        position: relative;
    }

    .row_blog_latest .product-thumb .caption {
        padding: 35px 20px 40px;
        min-height: 1px;
    }

    .date_blog {
        padding: 11px 32px;
        font-size: 14px;
    }

    .pagination_blog {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .container_blog .breadcrumb {
        display: flex !important;
        margin-top: 12px !important;
        margin-bottom: 35px !important;
    }

    .image_after_title {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .breadcrumb>li:first-child,
    .breadcrumb>li {
        padding-right: 30px;
    }

    .section_product .breadcrumb>li:after,
    .breadcrumb>li:after {
        right: 13px;
    }

    .col_title_catlv2 .title {
        width: initial;
    }

    .cat_lv2_name:before {
        left: 0px;
    }

    .cat_lv2_name:after {
        right: 0px;
    }

    .product-thumb .caption {
        padding: 15px 20px 15px 20px;
        min-height: 60px;
        display: flex;
        flex-direction: column;
    }

    .product-thumb .price {
        min-height: 56px;
        padding-left: 0px;
        display: block !important;
    }

    .wrapper_li {
        display: block !important;
    }

    /*    .product-thumb .price > li:first-child {
          display: none;
      }*/
    .product-thumb .price>li span {
        display: block;
    }

    .product-grid .product-thumb .price li::before,
    .product-thumb .price li::before {
        display: none;
    }

    ul.price li {
        font-size: 12px;
        line-height: 19px;
        text-align: center;
    }

    .caption_blog {
        display: block;
    }

    .product-thumb .image a {
        line-height: 15px;
        margin-top: -20px;
    }

    .article-thumb .image a {
        margin-top: 0px;
    }

    #slide_blog .product-thumb .image a {
        padding: 0px 0px;
        height: inherit;
        margin-top: 0px;
    }

    .price_latest {
        border: none;
        font-size: 13px;
        line-height: 16px;
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .price_latest:hover {
        border: none;
    }

    #slide_product .price_latest {
        font-size: 16px;
    }

    .product-thumb .image .link_prod_wrap {
        padding: 8px;
        font-size: 13px;
        height: auto;
    }

    .section_cat_prod.store .product-thumb .caption {
        background: #fff;
    }

    .section_cat_prod.museum .product-thumb .caption {
        border: 0;
    }

    .section_cat_prod.museum .product-thumb:hover .caption {
        border: 0;
        background: transparent;
    }

    .product-thumb .stickers,
    .product-gallery .stickers,
    .wrap_slider_prod_mobile .stickers {
        top: 15px;
    }

    .product-thumb .sticker,
    .product-gallery .sticker,
    .wrap_slider_prod_mobile .sticker {
        margin-bottom: 7px;
        font-size: 12px;
        padding: 5px 20px;
    }

    .section_cat_prod .product-thumb .stickers,
    .section_cat_prod .product-gallery .stickers,
    .section_cat_prod .wrap_slider_prod_mobile .stickers {
        top: 10px;
    }

    .section_cat_prod .product-thumb .sticker,
    .section_cat_prod .product-gallery .sticker,
    .section_cat_prod .wrap_slider_prod_mobile .sticker {
        margin-bottom: 4px;
        font-size: 10px;
        padding: 2px 10px;
    }

    .wrapp_price_name {
        padding: 0;
        min-height: 40px;
    }

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

    .section_cat_shop .breadcrumb a {
        font-size: 12px !important;
        line-height: 16px !important;
        color: #fff;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .section_cat_shop .breadcrumb-cat a {
        color: #e0dcca;
    }

    .section_cat_shop .breadcrumb-cat li:last-child a {
        color: #201600;
    }

    .section_cat_shop .breadcrumb-cat>li::after {
        background: #e0dcca !important;
    }

    .section_cat_shop .breadcrumb-cat>li:nth-last-child(-n+2)::after {
        background: rgba(32, 22, 0, 70%) !important;
    }

    .col_filter_in_cat {
        width: 251px !important;
    }

    .read_more_link img {
        display: none;
    }

    .padding_pl {
        padding: 0px 15px 0px 5px;
    }

    .col_but_filter {
        padding: 0px 5px 0px 15px;
    }

    .drop_down_arrow {
        right: 5px;
    }

    .section_cat_shop .breadcrumb a:hover {
        color: #e0dcca;
    }

    .section_cat_shop .breadcrumb>li::after {
        top: 50%;
        background: #fff;
        margin-top: -3px;
    }

    .bg_cat_shop {
        height: 36vh !important;
        max-height: 36vh !important;
    }

    .breadcrumb-cat>li {
        line-height: 1.4;
    }

    .section_home_1 {
        background: transparent;
    }

    .wrapper_cat:hover .wrap_hover_info {
        height: auto;
    }

    .wrap_hover_info .shop_soroka {
        padding-bottom: 0px;
        padding-top: 0px;
    }

    .wrap_hover_info .sub_shop_soroka {
        padding-top: 15px;
    }

    .wrap_hover_info .shop_soroka::before,
    .wrap_hover_info .shop_soroka::after {
        margin-top: -2px;
    }

    .breadcrumb {
        margin: 12px 0 19px 0 !important;
    }

    .logo_cat_lavka_soroka {
        max-width: 81px;
    }

    .title_1 {
        width: 85%;
        font-size: 16px;
        line-height: 24px;
    }

    .title_cat {
        font-size: 25px;
        line-height: 29px;
        margin: 37px auto 37px;
        color: #201600;
        text-transform: uppercase;
        width: 83%;
    }

    .title_cat:before,
    .title_cat:after {
        width: 5px;
        height: 5px;
        background: #201600;
        margin-top: -3px;
    }

    .section_cat_prod {
        margin-top: 40px;
    }

    .section_cat_1 {
        padding-top: 60px;
        padding-bottom: 96px;
    }

    .row_mobile .title {
        font-size: 16px;
        line-height: 18px;
        font-weight: bold;
        font-family: Garamond;
        color: #201600;
        text-transform: uppercase;
        display: block;
        position: relative;
    }

    .row_mobile .title.orang {
        color: #e2472b;
    }

    .row_mobile .col_mob_cat_block img {
        margin-top: 20px;
        max-width: 100px;
        margin-left: auto;
        margin-right: auto;
    }

    .col_mob_cat_block:nth-child(n+3) {
        margin-top: 28px;
    }

    .row_mobile .wrap_mobile_title {
        position: relative;
    }

    .row_mobile .wrap_mobile_title:before {
        content: "";
        width: 5px;
        height: 5px;
        background: #201600;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        left: 0px;
    }

    .row_mobile .wrap_mobile_title:after {
        content: "";
        width: 5px;
        height: 5px;
        background: #201600;
        border-radius: 50%;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        right: 0px;
    }

    .row_mobile .wrap_mobile_title.orang:before,
    .row_mobile .wrap_mobile_title.orang:after {
        background: #e2472b;
        top: 7px;
        margin-top: 0px;
    }

    .title_bottom_in_cat {
        font-size: 14px;
        line-height: 21px;
        padding-bottom: 0px;
        margin-bottom: 20px;
    }

    .read_more_link {
        font-size: 14px;
        line-height: 21px;
        font-weight: bold;
    }

    .read_more_link img {
        margin-left: 20px;
        width: 40px;
    }

    .description_top_img {
        margin: 60px auto 0px;
    }

    .slideshow .owl-dots {
        bottom: 5px;
    }

    .section_product .breadcrumb a {
        font-size: 12px !important;
        line-height: 19px !important;
    }

    .price_block_product,
    .deferred_by_block {
        justify-content: space-between;
    }

    #slide_product_viewed .wrapp_price_name {
        padding: 0px 0px 30px 0px;
    }

    .row_ajax_viewed_product .title {
        font-size: 20px;
        line-height: 28px;
        display: inline-block;
        width: 100%;
    }

    .row_ajax_viewed_product .title:before {
        width: 5px;
        height: 5px;
        left: 0px;
    }

    .row_ajax_viewed_product .title:after {
        width: 5px;
        height: 5px;
        right: 0px;
    }

    #slide_product_viewed .price_latest {
        font-size: 16px;
        line-height: 21px;
        border-bottom: 2px solid #201600;
        padding-bottom: 5px;
    }

    .price_block_product #button-cart.btn-lg:hover img.black_button {
        display: none;
    }

    #slide_product_viewed .product-thumb .caption {
        padding: 15px 20px 20px;
        min-height: 150px;
    }

    .col_mobile_header_right.active #search-form {
        top: 69px;
    }

    #cart .dropdown-menu li.li_cart,
    #cart .wrapper_name a {
        font-size: 14px;
        line-height: 20px;
    }

    .type_store .mob_size_logo {
        padding: 0px;
    }

    .type_store .mob_size_logo img.logo_mobile_header {
        min-width: 95px;
        max-width: 95px;
        margin: auto;
    }

    #cart .wrapper_name a {
        font-size: 14px;
        line-height: 20px;
        padding-right: 10px;
    }

    .wrap_total .title {
        font-size: 16px;
        line-height: 22px;
        color: #201600;
    }

    #cart .dropdown-menu {
        transform: translate3d(15px, 64px, 0px) !important;
    }

    .article-description {
        padding-bottom: 30px;
    }

    .article-description img {
        float: none !important;
        margin: 0 auto !important;
        margin-bottom: 15px !important;
        display: flex;
    }

    .g-recaptcha {
        transform: scale(0.87);
        transform-origin: left;
    }

    .content-contacts .buttons {
        margin-bottom: 25px;
    }

    .content-contacts .col-map iframe {
        min-height: 450px;
    }

    .simple-content .buttons {
        display: flex;
        justify-content: center;
    }

    #button-confirm {
        padding: 15px;
        font-size: 16px;
        line-height: 1;
    }

    .account-links {
        margin-bottom: 25px;
    }

    .content-account fieldset {
        margin-left: -15px;
        margin-right: -15px;
    }

    .search-fields {
        flex-wrap: wrap;
    }

    .search-fields #input-search {
        min-width: 100%;
        margin: 0;
        margin-bottom: 20px;
    }

    .search-fields .field-select {
        max-width: 70%;
    }

    #button-search {
        width: calc(30% - 15px);
        text-align: center;
        justify-content: center;
    }

    .product-thumb-search,
    .product-thumb-search:hover .caption {
        background-color: transparent;
    }

    #d_ajax_search_results {
        max-width: 100%;
        left: 0;
    }

    #d_ajax_search_results .col-img {
        min-width: 47px;
    }

    #d_ajax_search_results .result-link {
        padding: 0 10px;
    }

    #d_ajax_search_results .col-img {
        margin-right: 10px;
    }

    #d_ajax_search_results .col-name {
        font-size: 14px;
        margin-right: 10px;
    }

    #d_ajax_search_results .col-price span {
        white-space: nowrap;
    }
}

@media (min-width: 500px) and (max-width: 575px) {
    a.link_museum_look_cat {
        width: 50%;
    }
}

@media (min-width: 400px) and (max-width: 499px) {
    a.link_museum_look_cat {
        width: 80%;
    }
}

@media (max-width: 400px) {
    #top-links li.dropdown a {
        font-size: 15px;
        padding: 7px;
    }

    #top-links li.dropdown>a {
        padding: 0;
    }

    #top-links ul.dropdown-menu {
        transform: translate3d(-48px, 40px, 0px) !important;
    }

    .title_slide {
        font-size: 16px;
        line-height: 22px;
    }

    .slide_info a {
        padding: 5px 20px;
        margin-top: 5px;
    }

    .slideshow .owl-dots {
        display: none;
    }

    .wrapper_cat .logo_soroka_store {
        width: 100px !important;
        margin-top: 20px;
    }

    .wrapper_cat:hover .wrap_hover_info {
        padding: 10px;
    }

    .wrap_hover_info .sub_shop_soroka {
        padding-top: 0px;
    }

    .container_blog .product-layout .image {
        position: relative;
        height: 185px;
    }

    .search-fields .field-select {
        max-width: 60%;
    }

    #button-search {
        width: calc(40% - 15px);
    }
}

.rus_val img {
    transform: rotate(0deg) !important;
    width: 14px;
    position: relative;
    top: -2px;
}

@media (max-width: 380px) {
    .simplecheckout .form-group label {
        font-size: 14px;
    }
}

@media (max-width: 340px) {
    .simplecheckout .form-group label[for="customer_telephone"] {
        font-size: 12px;
    }
}

.show__sub a {
    font-size: 13px !important;
    font-weight: 500 !important;
}

.none {
    display: none;
}

.container_nav_mobile .languages_header.mobile_version .language-select:last-child {
    display: none;
}


/* Prev/Next button */

.product__navigation-prevnext {
    margin-top: 50px;
    margin-bottom: 48px;
    margin-left: 15px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    background-color: #fafaf7;
    padding: 18px 40px;
}

.prevnext__button {
    font-weight: 700;
    font-size: 19px;
    color: #201600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.prevnext__button::before {
    content: "";
    position: absolute;
    bottom: -4px;
    width: calc(100% - (11.27px + 17px));
    height: 1px;
    background-color: #201600;
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.prevnext__button-prev::before {
    left: 0;
}

.prevnext__button-next::before {
    right: 0;
}

.prevnext__button:focus,
.prevnext__button:hover {
    color: #201600;
}

.prevnext__button:focus::before,
.prevnext__button:hover::before {
    opacity: 0;
}

.prevnext__button #icon-svg-next {
    margin-left: 17px;
}

.prevnext__button #icon-svg-prev {
    margin-right: 17px;
}

.prevnext__button span {
    font-size: 19px;
    line-height: 26px;
    font-weight: 700;
    font-family: HelveticaNeueCyr;
    color: #201600;
    /* border-bottom: 2px solid #201600; */
    padding-bottom: 2px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (max-width: 1480px) {
    .prevnext__button {
        font-size: 14px;
        line-height: 15px;
    }

    .prevnext__button #icon-svg-prev,
    .prevnext__button #icon-svg-next {
        width: 8px;
    }

    .prevnext__button::before {
        width: calc(100% - (8px + 12px));
    }

    .prevnext__button #icon-svg-next {
        margin-left: 12px;
    }

    .prevnext__button #icon-svg-prev {
        margin-right: 12px;
    }

    .product__navigation-prevnext {
        padding: 18px 20px;
    }
}

@media (max-width: 415px) {
    .product__navigation-prevnext {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .product__navigation-prevnext a:first-child {
        margin-bottom: 15px;
    }

    .prevnext__button {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .prevnext__button::before {
        display: none;
    }
}

.wrap__call {
    margin-top: 24px;
}

.wrap__call a {
    opacity: 1;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.wrap__call a:not(:last-child) {
    margin-right: 20px;
}

.wrap__call a img {
    width: auto;
}

.wrap__call a:hover {
    opacity: 0.7;
}


/* Sticker Tatiana */

.sticker-tatiana {
    padding: 6px 20px;
    background-color: rgb(101 94 77 / 50%);
    color: #fff !important;
    font-size: 15px !important;
}

@media (max-width: 1199px) {
    .sticker-tatiana {
        font-size: 14px !important;
    }
}

@media (max-width: 575px) {
    .sticker-tatiana {
        font-size: 12px !important;
    }
}

.top__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.top__wrap h1 {
    max-width: 330px;
    width: 100%;
}

.tatyna__button {
    width: 254px;
    height: 72px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(101, 94, 77, 0.2);
    border: none;
    color: #655e4d;
    font-size: 18px;
}

.tatyna__button svg {
    margin-right: 10px;
}

.tpd-content {
    border: 1px solid #e0dcca;
    padding: 40px !important;
}

.tooltip__title {
    font-size: 20px;
    font-weight: bold;
    line-height: 22px;
    color: #201600;
    margin-bottom: 20px;
}

.tooltip__text {
    font-size: 18px;
    line-height: 32px;
    color: #575757;
    margin-bottom: 38px;
}

.tooltip__link {
    font-size: 16px;
    font-weight: 700;
    color: #201600 !important;
    text-decoration: underline;
}

.tooltip__link:hover {
    text-decoration: none !important;
}

.tpd-stem * {
    z-index: 1 !important;
}

@media (max-width: 1550px) {
    .top__wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .tatyna__button {
        margin: 20px 0;
        width: 224px;
        height: 52px;
        font-size: 16px;
    }
}

@media (max-width: 992px) {
    .tatyna__button {
        height: 55px;
        font-size: 16px;
    }

    .tatyna__button svg {
        width: 20px;
    }

    .tooltip__text {
        line-height: 24px;
    }

    .tpd-content {
        padding: 20px !important;
    }
}

.text_price {
    text-align: right;
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.error-not_found.type_lavka h1 {
    display: block;
    width: 100%;
}

.blog-article .breadcrumb>li {
    color: #111;
}

@media (max-width: 670px) {
    .blog-article .breadcrumb>li {
        white-space: break-spaces;
    }
}

.container_menu .dropdown-menu.show {
    height: 100% !important;
    border: 1px solid #000 !important;
    left: -10% !important;
    /* margin-left: -33px!important; */
    /* top: 55px !important; */
    top: 8px !important;
    background: #fff !important;
}

.container_menu #langmark .dropdown-menu.show {
    /* height: 100% !important; */
    /* border: 1px solid #000 !important; */
    left: 54% !important;
    /* margin-left: -33px!important; */
    top: 0 !important;
    /* background: #fff !important; */
}

.row_lang_curr .pull-left.languages_header.show-desctop__version {
    display: block !important;
}

#langmark .btn-link:hover,
#langmark .btn-link {
    color: #000;
    text-decoration: none;
}


/* Posts */

.posts {}


/* Post */

.post {
    background: #FFFFFF;
    margin-bottom: 48px;
}

.post__inner {}

.post__wrapper-image {
    height: 0;
    overflow: hidden;
    padding-top: 82%;
    position: relative;
    border-radius: 3px;
}

@media (min-width: 1200px) {
    .post--size--large .post__wrapper-image {
        padding-top: 56.5%;
    }
}

.post__image {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-position: center;
    background-size: cover;
}

.post__content {
    display: flex;
    flex-direction: column;
    align-items: baseline;
}

.post__category {
    background: #FAFAF7;
    border-radius: 100px;
    padding: 10px 16px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    font-family: HelveticaNeueCyr;
    color: #525353;
    margin-top: 24px;
    margin-bottom: 0;
}

@media (max-width: 1023px) {
    .post__category {
        font-size: 12px;
        margin-top: 16px;
    }
}

@media (min-width: 768px) {
    .post--size--large .post__category {
        margin-top: 0;
    }
}

.post__title {
    font-weight: bold;
    font-size: 22px;
    line-height: 30px;
    color: #201600;
    min-height: 60px;
    margin-top: 16px;
}

@media (max-width: 1023px) {
    .post__title {
        font-size: 16px;
        line-height: 22px;
        margin-top: 8px;
        min-height: auto;
    }
}

.post--size--large .post__title {
    min-height: auto;
}

@media (min-width: 1200px) {
    .post--size--large .post__title {
        font-size: 30px;
        line-height: 40px;
    }
}

.post__title:hover {
    color: #201600;
    text-decoration: underline;
}

.post__description {
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #525353;
    margin-top: 16px;
}

@media (max-width: 1023px) {
    .post__description {
        font-size: 14px;
        line-height: 24px;
    }
}

.post__date {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-top: 20px;
}

@media (max-width: 1023px) {
    .post__date {
        margin-top: 16px;
    }
}

.post__date-icon {
    width: 24px;
}

@media (max-width: 1023px) {
    .post__date-icon {
        width: 20px;
    }
}

.post__date-text {
    font-size: 16px;
    line-height: 26px;
    color: #525353;
    margin-top: 4px;
}

@media (max-width: 1023px) {
    .post__date-text {
        font-size: 14px;
        line-height: 20px;
    }
}

.line-decoration {
    display: flex;
    justify-content: center;
    position: relative;
}

.post__line-decoration {
    margin-top: 48px;
}

.line-decoration__circle {
    width: 10px;
    height: 10px;
    background-color: #201600;
    border-radius: 50%;
}

.line-decoration__circle::before {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: calc(50% + 22px);
    border-radius: 1px;
    height: 2px;
    background-color: #201600;
}

.line-decoration__circle::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    left: calc(50% + 22px);
    border-radius: 1px;
    height: 2px;
    background-color: #201600;
}

.btn-wishlist {
    color: #fff;
    background-color: #000;
    text-shadow: unset;
    background-image: unset;
    border-radius: 0px;
    border-color: #000;
}

.btn-wishlist:hover {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.articul_prod {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    align-content: stretch;
}

.museum-placeholder {
    border: 2px solid #000;
    padding: 20px 25px;
    font-weight: 700;
    margin: 30px 0;
}

.museum-placeholder a {
    color: #d1cbae;
    text-decoration: underline;
}

.account-wishlist .btn-danger {
    border: unset;
    border-radius: unset;
    text-shadow: unset;
    background-image: unset;
}

.account-wishlist .table-responsive td {
    vertical-align: middle;
}

.eapps-instagram-feed-container .eapps-instagram-feed-title-container {
    display: none;
}

.promo-text {
    font-family: Garamond;
    font-size: 14px;
    line-height: 18px;
    color: #bebebe;
    text-align: center;
    transform: translateX(-25%);
    font-weight: 500;

}

.promo-text.promo-text-mobile {
    display: none;
}

@media (max-width: 767px) {
    .promo-text {
        display: none;
        font-size: 12px;
        line-height: 16px;
        transform: translateX(0);
    }

    .wrapper_price {
        margin-top: 13px;
    }

    .promo-text.promo-text-mobile {
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }
}

.simplecheckout-block-content .radio:last-child,
.simplecheckout-block-content .radio ~ .form-group {
    display: inline-block;
}