:root {
  --font: #242424;
  --blue: #3685fb;
  --aqua: #44d7b6;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}

body .jGrowl-notification {
    padding: 20px 40px 20px 20px;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    border-radius: 0px;
    border: none;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 0.1);
    opacity: 1;
	font-family: 'Cascadia Code';
    position: relative;
}

body .jGrowl-notification.af-message-success, body .ms2-message-success {
    background-color: #3cf914 !important;
    background: -webkit-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: -moz-linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    background: linear-gradient(135deg, rgb(38, 255, 0), rgb(229, 255, 0));
    color: #006f01 !important;
}
body .jGrowl-notification.af-message-error, body .ms2-message-error {
    background-color: #d11a00 !important;
    background: -webkit-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: -moz-linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
    background: linear-gradient(315deg, rgb(255, 79, 0), rgb(187, 0, 0));
}
body .jGrowl-notification.af-message-info, body .ms2-message-info {
    background-color: #00a6ff !important;
    background: -webkit-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: -moz-linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
    background: linear-gradient(135deg, rgb(0, 166, 255), rgb(48, 230, 121));
}

body .jGrowl-notification .jGrowl-close {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}

body .jGrowl-notification.af-message-success .jGrowl-close {
    color: #006f01;
}

html, body {
    width: 100%;
    color: #000;
    font-family: 'Roboto';
    height: 100vh;
    background: #fff;
}

hr.clear {
    display: block;
    margin: 0;
    border: none;
    height: 0;
    width: 100%;
    clear: both;
}

.adaptive {
    width: 1280px;
    margin: 0 auto;
    position: relative;
}

header .adaptive {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    height: 100%;
}

header .adaptive .left {
    display: flex;
    align-items: center;
    flex-direction: row;
}

header a.logotype {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: inherit;
    margin: 0 60px 0 0;
}

header a.logotype img {
    height: 70px;
    width: auto;
    display: block;
    margin: 0 0 10px;
}

header {
    height: 120px;
    background: #F6F4F0;
    position: relative;
    z-index: 120;
}

header a.logotype span {
    font-size: 16px;
    f
CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    f
CONTAIN-INTRINSIC-BLOCK-SIZE: AUTO 100PX;
    font-weight: 600;
}

header a.menu_btn {
    width: 110px;
    background: #BC573D;
    height: 46px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    box-sizing: border-box;
    padding: 0 0 0 10px;
}

header a.menu_btn img {
    margin: 0 10px 0 0;
}

header .links a {
    text-decoration: none;
    color: inherit;
    font-size: 22px;
    display: flex;
    align-items: center;
    margin: 0 0 0 40px;
}

header .links {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: flex-start;
    margin: 0 80px 0 0;
}

header .links a img {
    display: block;
    margin: 0 8px 0 0;
}

header .menu ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

header .menu a {
    color: inherit;
    text-decoration: none;
    font-size: 16px;
}

header .menu ul li {
    margin: 0 24px 0 0;
}

header .right {
    display: flex;
}

header .right a {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    margin: 0 0 0 4px;
    transition: 0.3s;
}

header .right a:hover {
    /* background: #fff; */
}

.wrapper {
    min-height: 100%;
    width: 100%;
    overflow: hidden;
    background: white;
    position: relative;
    transition: 0.3s;
    left: 0;
}

section.pagetitle {
    height: auto;
}

section.pagetitle .adaptive {
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 50px 0 70px;
    box-sizing: border-box;
}

.breadcrumb {
    display: flex;
    color: #8B8E95;
    padding: 0px 0 20px;
}

.breadcrumb a {
    text-decoration: none;
    color: inherit;
}

.breadcrumb li.sep {
    padding: 0 10px;
}

section.pagetitle h1 {
    color: #705C42;
    font-size: 80px;
    font-weight: 600;
}

a.zoomphoto {
    display: flex;
    position: relative;
}

a.zoomphoto i {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgb(0 0 0 / 50%);
    color: #fff;
    font-size: 50px;
    transition: 0.3s;
    opacity: 0;
}

a.zoomphoto:hover i {
    opacity: 1;
}

.imgBlock  a.zoomphoto {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 15%);
}

.imgBlock a.zoomphoto img {
    display: block;
}

.owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 0;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.owl-nav button {
    background-color: #BC573D !important;
    width: 50px;
    height: 50px;
    margin: 0;
    color: #fff !important;
    font-size: 0px !important;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-image: url(/assets/templates/default/images/right.svg) !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}

.owl-nav button.owl-prev {
    transform: rotateZ(180deg);
}

.owl-carousel:hover .owl-nav {
    opacity: 1;
    visibility: visible;
}

section.description {
    padding: 0 0 40px;
    color: #705C42;
}

section.description p {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
}

section.images {
    padding: 0 0 40px;
}

.owl-carousel .owl-stage-outer {
    overflow: visible;
}

.owl-carousel .owl-item.active .imgBlock {
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
}

.owl-carousel .owl-item .imgBlock {
    opacity: 0;
    transition: 1s;
}

section.blocks {
    padding: 0 0 15px;
}

.grid {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.blockBlock {
    width: 410px;
    background: #F6F4F0;
    margin: 0 25px 25px 0;
    box-sizing: border-box;
    padding: 30px 40px;
    border-radius: 8px;
    transition: 0.3s;
}

.blockBlock:nth-child(3n) {
    margin: 0 0 25px;
}

.section_title {
    color: #705C42;
    font-size: 28px;
    font-weight: 600;
    padding: 0 0 40px;
}

.blockBlock h3 {
    font-size: 20px;
    font-weight: 500;
    color: #007E9A;
    padding: 0 0 15px;
}

.blockBlock p {
    font-size: 18px;
    color: #705C42;
}

.blockBlock:hover {
    background: #fff;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 15%);
}

article.article {
    color: #705C42;
}

article.article h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 20px;
}

article.article p {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
}

article.article h3 {
    font-size: 22px;
    margin: 0 0 20px;
    font-weight: 500;
}

article.article strong {
    font-weight: 500;
}

article.article ul, article.article ol {
    margin: 0 0 20px;
    padding: 0 0 0 30px;
}

article.article li {
    font-size: 18px;
    line-height: 22px;
    list-style-type: square;
}

article.article li::marker {
    color: #007E9A;
}

article.article blockquote {
    background: #f6f4f0;
    padding: 20px 20px;
    border-left: 4px solid #007E9A;
    margin: 0 0 20px;
}

article.article blockquote * {
    margin: 0;
}

section.container {
    padding: 0 0 40px;
}

article.article a {
    color: #007E9A;
    text-decoration: underline;
    text-underline-offset: 2px;
}

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

.cntBlock a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

section.contacts {
    padding: 0 0 40px;
}

section.contacts .section_title {
    text-align: center;
}

.cntBlock .icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: #f6f4f0;
    border-radius: 8px;
}

.cntBlock a .txt {
    padding: 0 0 0 20px;
}

.cntBlock {
    margin: 0 105px 0 0;
}

.cntBlock a .txt h3 {
    font-size: 24px;
    font-weight: 500;
    color: #705C42;
    margin: 0 0 10px;
}

.cntBlock a .txt p {
    font-size: 22px;
    color: #8B8E95;
    font-weight: 500;
}

.cntBlock:nth-child(3n) {
    margin: 0;
}

footer {
    height: 400px;
    background: #f6f4f0;
    box-sizing: border-box;
    padding: 40px 0 0;
    margin: -400px 0 0;
    position: relative;
    left: 0;
    transition: 0.3s;
}

footer .adaptive {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
}

footer a.logotype h2 {
    color: #BC573D;
    font-size: 56px;
    font-weight: 500;
}

footer a {
    text-decoration: none;
}

footer .main {
    width: 380px;
}

footer a.logotype {
    margin: 0 0 40px;
    display: flex;
}

footer .main p {
    font-size: 18px;
    color: #705C42;
    line-height: 22px;
    margin: 0 0 40px;
}

footer .socials {}

footer .socials h3 {
    font-size: 24px;
    font-weight: 500;
    color: #705C42;
    margin: 0 0 25px;
}

footer .menus {
    display: flex;
}

footer .menus .menu {
    margin: 0 120px 0 0;
}

footer .menus .menu:last-child {
    margin: 0;
}

footer .menus .menu h3 {
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 500;
    color: #705C42;
}

footer .menus .menu li {
    font-size: 20px;
    margin: 0 0 20px;
    color: #705C42;
}

footer .menus .menu li a {
    color: inherit;
}

footer .socials .links {
    display: flex;
}

footer .links a {
    display: flex;
    width: 32px;
    height: 32px;
    margin: 0 20px 0 0;
}

header .menu .active a {
    color: #bc573d;
}

hr.clear.footer {height: 400px;}

.contact_row {padding: 100px 0 20px;display: flex;color: #705C42;border-bottom: 1px solid #705C42;}

.contact_row.one {
    padding: 0 0 20px;
}

.contact_row.one .contact_col {
    width: 33.333%;
}

.contact_col p {
    display: flex;
    font-size: 22px;
    line-height: 30px;
    white-space: break-spaces;
    justify-content: flex-start;
}

.contact_col h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 25px;
}

.contact_col a {
    text-decoration: none;
    color: inherit;
}

.contact_col p span.red {
    font-size: 26px;
    text-transform: uppercase;
    color: #bc573d;
    font-weight: 600;
}

.contact_col h4 {
    font-size: 26px;
    text-transform: uppercase;
    color: #bc573d;
    font-weight: 600;
    margin: 0 0 20px;
}

.contact_col {
    width: 100%;
}

.contact_col .line {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.contact_col .line .links {
    display: flex;
}

.contact_col a strong {
    font-weight: 600;
}

.contact_col .line .links a {
    display: flex;
    width: 32px;
    height: 32px;
    margin: 0 0 0 20px;
}

.categoryBlock {
    width: 302px;
    height: 300px;
    margin: 0 24px 24px 0;
}

.categoryBlock:nth-child(4n) {
    margin: 0 0 24px;
}

.categoryBlock a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: #f6f4f0;
    justify-content: space-between;
    text-decoration: none;
    border-radius: 8px;
    overflow: hidden;
    transition: 0.3s;
}

.categoryBlock a .img {
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 20px 20px 0;
}

.categoryBlock a .txt {
    padding: 0 30px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #705C42;
}

.categoryBlock a .txt h3 {
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}

.categoryBlock a:hover {
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 15%);
    background: #fff;
}

.categoryBlock a .txt i {
    transition: 0.3s;
}

.categoryBlock a:hover .txt {
    color: #bc573d;
}

div#pdopage button.btn-more {
    background: #705C42;
    height: 50px;
    width: 200px;
    font-size: 18px;
    color: #fff;
    border-radius: 8px;
    transition: 0.3s;
    font-family: 'Roboto';
}

div#pdopage button.btn-more:hover {
    background: #bc573d;
}

.categoryBlock a .img img {
    display: block;
    max-height: 100%;
}

.productBlock {
    width: 302px;
    margin: 0 24px 24px 0;
    position: relative;
}

.productBlock .img {
    width: 100%;
    height: 300px;
    background: #f6f4f0;
    overflow: hidden;
    border-radius: 8px;
    margin: 0 0 20px;
}

.productBlock:nth-child(4n) {
    margin: 0 0 24px;
}

.productBlock .img a {
    display: flex;
    width: 100%;
    height: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.productBlock h3 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

.productBlock h3 a {
    text-decoration: none;
    color: inherit;
}

.productBlock .prices {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.productBlock .prices span.price {
    font-size: 22px;
    font-weight: 500;
}

.productBlock .txt {
    color: #705C42;
}

.productBlock .prices span.old_price {
    font-size: 18px;
    color: #8B8E95;
    margin: 0 0 0 10px;
    text-decoration: line-through;
}

.productBlock .bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.productBlock .bottom a.read_more {
    height: 50px;
    width: 160px;
    border-radius: 100px;
    border: 2px solid #000;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    transition: 0.3s;
    margin: 0 15px 0 0;
}

.productBlock .bottom a.read_more:hover {
    background: #000;
    color: #fff;
}

.productBlock .bottom button {
    width: 50px;
    height: 50px;
    background-color: #bc573d;
    border-radius: 100px;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.3s;
    border: none;
}

.productBlock .bottom button:hover {
    background-color: #007E9A;
}

.fixed_minicart {
    position: fixed;
    bottom: 40px;
    right: 40px;
}

.mini_cartContainer {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    padding: 10px 0 0;
}

header .right a.miniCart_icon {
    height: 36px;
    width: 36px;
    position: relative;
    margin: 0;
}

header .right a.miniCart_icon .count {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #D7308D;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 100px;
    right: 0;
    top: 7px;
    font-size: 8px;
}

header .right .cart {
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0 0 0 4px;
}

header .right .head_countBlock.full:hover .mini_cartContainer {
    display: block;
}

.mini_cartContainer .cont {
    background: #fff;
    width: 400px;
    padding: 15px 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 15%);
}

ul#mc-dynamic li {
    display: table;
    margin: 0;
    width: 100%;
    margin: 0 0 10px;
    border-bottom: 1px solid #e5e5e5;
}

ul#mc-dynamic li div {
    display: table-cell;
    vertical-align: top;
    line-height: 18px;
    padding: 6px 0;
}

ul#mc-dynamic li div.remove {
    width: 30px;
    height: 30px;
    padding: 0;
}

ul#mc-dynamic li div.remove button {
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    color: #242424;
    background: transparent;
    cursor: pointer;
}

ul#mc-dynamic li div.remove button:hover {
    color: red;
}

ul#mc-dynamic li div.price {
    width: 100px;
    padding: 6px 10px;
    box-sizing: border-box;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
}

ul#mc-dynamic li:last-child {
    margin: 0;
    border: none;
}

ul#mc-dynamic li div.count {
    width: 50px;
    padding: 6px 0;
    text-align: right;
    font-size: 16px;
    font-weight: 500;
    color: #9d9d9d;
}

ul#mc-dynamic li div.title {
    font-size: 16px;
}

.mini_cartContainer .cont li {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

header .right .empty a.miniCart_icon {
    cursor: default;
}

.product_cont .imgs {
    width: 482px;
}

section.product_cont {
    padding: 0 0 40px;
}

section.product_cont .adaptive {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
}

section.product_cont .adaptive .details {
    display: flex;
    flex-direction: column;
    width: 380px;
    background: #f6f4f0;
    box-sizing: border-box;
    padding: 60px 60px 0px;
    transition: 0.3s;
    border-radius: 8px;
}

.product_cont .txt {}

.product_cont .txt form {
    display: flex;
    height: 100%;
    align-items: stretch;
    flex-direction: row;
    justify-content: flex-start;
}

.product_cont .txt form .chars {
    margin: 0 30px;
    width: 358px;
}

section.product_cont .adaptive .details h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 40px;
}

section.product_cont .adaptive .details p {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 500;
}

section.product_cont .adaptive .details hr {
    border-top: 1px solid rgb(0 0 0 / 50%);
    margin: 0 0 23px;
}

section.product_cont .adaptive .details p.total {
    font-size: 28px;
}

section.product_cont .adaptive .details button {
    background: #006AFF;
    height: 50px;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    font-family: 'Roboto';
    transition: 0.3s;
}

section.product_cont .adaptive .details.hover {
    background: #fff;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 15%);
}

section.product_cont .adaptive .details button:hover {
    background: #000;
}

.product_cont .txt form .chars h3 {
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 20px;
}

.product_cont .txt form .chars ul {}

.product_cont .txt form .chars ul li {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 20px;
}

.product_cont .txt form .chars ul li:last-child {
    margin: 0;
}

.product_cont .txt form .chars ul li span {
    color: #8B8E95;
}

.stickers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 20px;
}

.stickers span.sticker {
    background: #000;
    color: #fff;
    margin: 0 5px 5px 0;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 14px;
}

span.sticker.red {
    background: #D0323D;
}

span.sticker.sale {
    background: #006AFF;
}

ul.tab_menu li a.act {
    color: #fff;
    background: #4181CD;
    border: 1px solid #4181CD;
}

.tab_container .cont {
    display: none;
    width: 100%;
    background: #f6f4f0;
    padding: 40px 50px;
    box-sizing: border-box;
    border-radius: 8px;
}

.tab_container .act {
    display: block;
}

section.information {
    padding: 0 0 40px;
}

section.information .left {
    width: 300px;
}

section.information .adaptive {
    display: flex;
}

section.information .adaptive .content {
    width: 980px;
    box-sizing: border-box;
    padding: 0 0 0 25px;
}

ul.tab_menu li {
    margin: 0 0 10px;
}

ul.tab_menu li a {
    height: 58px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    border: 1px solid black;
    box-sizing: border-box;
    padding: 0 20px;
    text-decoration: none;
    font-size: 18px;
    color: #000;
    transition: 0.1s;
}

.tab_title {
    font-size: 26px;
    font-weight: 500;
    margin: 0 0 30px;
}

.tab_chars p {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px;
    font-size: 18px;
    position: relative;
}

.tab_chars p span.title {
    width: auto;
    color: #8B8E95;
    position: relative;
    z-index: 2;
    background: #f6f4f0;
    padding: 0 10px 0 0;
}

.tab_chars p span.value {
    width: 465px;
    background: #f6f4f0;
    position: relative;
    z-index: 2;
    padding: 0 0 0 10px;
    box-sizing: border-box;
}

.tab_chars p:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    border-top: 1px dashed #8B8E95;
    width: 100%;
}

.close_back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    z-index: 150;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.leftmenu {
    width: 380px;
    position: fixed;
    top: 0;
    left: -380px;
    z-index: 200;
    background: #fff;
    height: 100%;
    transition: 0.3s;
    box-sizing: border-box;
    padding: 60px 50px;
    text-align: left;
    overflow: auto;
}

body.menu_open .leftmenu {
    left: 0;
}

body.menu_open {
    overflow: hidden;
}

body.menu_open .close_back {
    opacity: 1;
    visibility: visible;
}

body.menu_open .wrapper {
    left: 380px;
    filter: blur(3px);
}

body {
    overflow-x: hidden;
}

.leftmenu h2 {
    font-size: 38px;
    font-weight: 500;
    color: #BC573D;
    margin: 0 0 40px;
}

.leftmenu ul {
    margin: 0 0 30px;
    padding: 0;
}

.leftmenu ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #000;
}

.leftmenu ul li {
    margin: 0 0 15px;
}

.leftmenu h3 {
    margin: 0 0 20px;
    font-size: 24px;
    text-transform: uppercase;
}

.leftmenu h3 a {
    text-decoration: none;
    font-weight: 500;
    color: #705C42;
}

body.menu_open footer {
    left: 380px;
    filter: blur(3px);
}

/* Start Temp styles */

section.welcome {
    padding: 20px 0 40px;
}

section.welcome a {
    overflow: hidden;
    border-radius: 8px;
    display: block;
}

section.welcome a img {
    display: block;
}

/* End Temp styles */

body.home_page .section_title {display: flex;align-items: center;justify-content: space-between;font-size: 32px;}

.section_title a.more i {
    display: flex;
    height: 40px;
    width: 40px;
    background: #bc573d;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin: 0 0 0 15px;
    min-width: 40px;
    border-radius: 8px;
    transition: 0.3s;
}

.section_title a.more {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    text-decoration: none;
    font-size: 18px;
    width: 150px;
    text-align: right;
    color: #705C42;
    line-height: 20px;
    transition: 0.3s;
}

.section_title a.more:hover i {
    background: #007E9A;
}

.section_title a.more:hover {
    color: #000;
}

section.categories {
    padding: 0 0 16px;
}

section.products {
    padding: 0 0 16px;
}

section.categories {
    padding: 0 0 16px;
}

section.products {
    padding: 0 0 16px;
}

.cart {
    margin: 0 0 40px;
}

.table-responsive {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px;
}

.table-responsive table {
    width: 100%;
}

.table-responsive tr.header {
    height: 70px;
    /* background: #d5f2fe; */
    /* display: none; */
}

.table-responsive tr.header th {
    font-size: 18px;
}

#msCart th.count, #msCart th.weight, #msCart th.price, #msCart th.remove {
    width: auto !important;
}

.table-responsive tr.header th.price {
    text-align: left;
}

.table-responsive tr.header th.title {
    text-align: left;
    padding: 0 0 0px 30px;
}

.table-responsive tr:nth-child(even) {
    background: #f5f5f5;
}

.cart td.title .image {
    display: none;
}

.table-responsive table td.title .title a {
    text-decoration: none;
    font-size: 18px;
    margin: 10px 0;
    display: inline-block;
    line-height: 20px;
    color: #2ac9c9;
    font-weight: 600;
}

.table-responsive table td.title {
    padding: 0px 0 0px 30px;
    vertical-align: middle;
}

td.count {
    width: 100px;
    padding: 0 40px;
}

td.count .input-group {
    display: flex;
    align-items: stretch;
    height: 40px;
    border: none;
    justify-content: space-between;
    position: relative;
    padding: 0px 0;
}

td.count .input-group input {
    display: block;
    height: 100%;
    border: 1px solid #cfcfcf;
    width: 100px;
    padding: 0 45px 0 15px;
    box-sizing: border-box;
    transition: 0.3s;
    border-radius: 10px;
    overflow: hidden;
    font-size: 14px;
}

td.count .input-group .input-group-append {
    background: #f5f5f5;
    display: block;
    line-height: 38px;
    padding: 0 10px;
    color: #000;
    border: 1px solid #cfcfcf;
    width: 40px;
    box-sizing: border-box;
    position: absolute;
    right: 0px;
    top: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-sizing: border-box;
    transition: 0.3s;
}

.table-responsive table td.price {
    width: 200px;
    text-align: left;
}

.table-responsive table td.price span {
    font-size: 18px;
    margin: 0 5px 0 0;
    font-weight: 600;
}

.table-responsive table td.remove {
    width: 40px;
    text-align: right;
    padding: 0 20px 0 0;
}

.table-responsive table td.remove button {
    background: #f5f5f5;
    border: none;
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    margin: 15px 0;
    cursor: pointer;
    transition: 0.3s;
}

.table-responsive tr:nth-child(even) .remove button {
    background: #fff;
}

.table-responsive table tr.footer {
    height: 90px;
}

.table-responsive table tr.footer th.total {
    text-align: left;
    padding: 0 30px;
    font-size: 24px;
}

.table-responsive table tr.footer th.total_cost {
    text-align: left;
}

.order_btn {
    display: flex;
    justify-content: flex-end;
    padding: 0;
}

button.btn_order {
    padding: 0px 20px;
    border: none;
    border-radius: 4px;
    font-size: 14px;
    height: 36px;
    background: #705C42;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.order {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    padding: 40px 10px;
}

form#msOrder {
    margin: 0;
}

.order .cont {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
}

.orderBlock {
    width: 25%;
    padding: 0 20px;
    box-sizing: border-box;
}

.deliveriesOrder, .paymentsOrder {
    width: 20%;
}

.orderBlock_title {
    margin: 0 0 20px;
    font-weight: 600;
    font-size: 18px;
    font-family: 'Calibri';
}

.orderBlock .checkbox {
    margin: 0 0 10px;
    display: flex;
}

.orderBlock .checkbox label {
    cursor: pointer;
    display: flex;
    padding: 0;
}

.orderBlock .checkbox input {
    display: none;
}

.checkbox_text {
    display: flex;
    align-items: flex-start;
}

.checkbox_text .icon {
    margin: 0 10px 0 0;
    display: block;
    color: #2ac9c9;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    box-shadow: 2px 2px 5px 0px rgb(0 0 0 / 0%);
    box-sizing: border-box;
    border: 2px solid whitesmoke;
    transition: 0.3s;
    position: relative;
    padding: 4px;
    background: rgb(245 245 245);
    min-width: 24px;
}

.checkbox_text .icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(135 135 135);
    border-radius: 100%;
    transform: scale(1);
    transition: 0.3s;
    box-sizing: border-box;
}

.orderBlock .checkbox input:checked + .checkbox_text .icon:before {
    transform: scale(1);
    background: #705C42;
    border: none;
}

.orderBlock.orderPerson, .orderBlock.orderAddress {
    width: 30%;
}

.input_text {
    margin: 0 0 5px;
}

.input_text input {
    display: block;
    padding: 0 15px;
    height: 42px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-family: 'Calibri';
    border-radius: 4px;
    transition: 0.3s;
}

.input_text.textarea textarea {
    display: block;
    padding: 10px 15px;
    height: 136px;
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    font-size: 14px;
    font-family: 'Calibri';
    border-radius: 4px;
    transition: 0.3s;
    resize: none;
}

.order .order_btn {
    padding: 0 20px 40px;
}

.orderBottom {
    display: flex;
    justify-content: space-between;
    padding: 30px 0px 0;
    margin: 0 20px;
    border-top: 1px solid #cfcfcf;
    align-items: center;
}

.orderBottom .txt {
    display: flex;
    font-size: 22px;
}

.orderBottom .txt div {
    margin: 0 10px 0 0;
}

.orderBottom button {
    height: 46px;
    padding: 0 30px;
    background: #BC573D;
}

.big_table_cart .table_row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 10px 30px;
    box-sizing: border-box;
    flex-direction: row;
    align-items: center;
}

.big_table_cart .table_row .rinfo {
    display: flex;
}

.big_table_cart .table_row.head {
    padding: 30px 30px 20px;
    font-weight: 600;
    font-size: 18px;
}

.big_table_cart .table_row:nth-child(2n) {
    background: #f6f4f0;
}

.big_table_cart .table_row input {
    width: 50px;
    background: #fff;
    border: none;
    text-align: center;
}

.big_table_cart .table_row .input-group {
    display: flex;
    background: #f5f5f5;
    width: 91px;
    border: 1px solid #cfcfcf;
    height: 36px;
    align-items: stretch;
    border-radius: 5px;
    overflow: hidden;
}

.big_table_cart .table_row .remove {
    width: 50px;
}

.big_table_cart .table_row .price {
    width: 260px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.big_table_cart .table_row .count {
    width: 150px;
}

.big_table_cart .table_row .remove button {
    background: #f5f5f5;
    border: none;
    height: 32px;
    width: 32px;
    padding: 0;
    border-radius: 4px;
    font-weight: 700;
    font-size: 18px;
    margin: 0;
    cursor: pointer;
    transition: 0.3s;
    color: #000;
}

.big_table_cart .table_row:nth-child(2n) .remove button {
    background: #fff;
}

.big_table_cart .table_row .input-group .input-group-append {
    width: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-left: 1px solid #cfcfcf;
}

.big_table_cart .table_row .price span.mr-2.text-nowrap {
    margin: 0 15px 0 0;
    font-weight: 700;
}

.big_table_cart .table_row .price span {
    font-size: 18px;
}

.big_table_cart .table_row .title a {color: #000;text-decoration: none;}

.big_table_cart .table_row.bottom {
    padding: 20px 30px 30px;
    font-size: 22px;
}

.big_table_cart .table_row.bottom * {
    font-size: 22px !important;
}

.big_table_cart .table_row .title {
    padding-right: 20px;
}

input, textarea, button, * {
    outline: none;
}

.big_table_cart .table_row .price span.old_price {
    font-style: normal !important;
    color: #8B8E95 !important;
}

.dcmntBlock {
    margin: 0 0 20px;
}

.dcmntBlock a {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: #000;
    justify-content: space-between;
    position: relative;
    cursor: default;
}

.dcmntBlock a:before {
    border-top: 1px dashed rgb(0 0 0 / 20%);
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
}

.dcmntBlock a .left {
    display: flex;
    background: #f6f4f0;
    position: relative;
    z-index: 2;
    padding: 0 15px 0 0;
    align-items: center;
    width: auto;
}

.dcmntBlock a .right {
    position: relative;
    z-index: 2;
    background: #f6f4f0;
    padding: 0 0 0 15px;
}

.dcmntBlock a span.dwnld {
    background: #705C42;
    padding: 0 20px;
    height: 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 14px;
    transition: 0.3s;
    cursor: pointer;
    color: #fff;
}

.dcmntBlock a span {
    display: block;
    margin: 0 10px 0 0;
    color: #BC573D;
}

.dcmntBlock a h3 {
    font-size: 18px;
}

.dcmntBlock a span.dwnld:hover {
    background: #000;
}

.product_cont .imgs .lSGallery li.active, .product_cont .imgs .lSGallery li:hover {
    border-radius: 0px !important;
}

.product_cont .imgs .lSGallery li a {
    display: block;
    height: 100%;
    width: 100%;
    background: #705C42;
}

.product_cont .imgs .lSGallery li a img {
    display: block;
    width: 100%;
    height: 100% !important;
    transition: 0.3s;
}

.product_cont .imgs .lSGallery li.active img, .product_cont .imgs .lSGallery li:hover img {
    opacity: 0.5;
}

section.product_cont .adaptive .details p.discont {
    color: #d0323d;
}

nav.main_fixed {
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 0 10px 0px rgb(0 0 0 / 20%);
    width: 100%;
    z-index: 130;
    background: #fff;
    height: 50px;
    top: -50px;
    transition: 0.3s;
}

nav.main_fixed .adaptive {
    display: flex;
    justify-content: space-between;
}

nav.main_fixed .adaptive .left {
    display: flex;
}

nav.main_fixed .menu ul {
    display: flex;
}

nav.main_fixed a.menu_btn {
    background: #BC573D;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    height: 50px;
    padding: 0 20px;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
}

nav.main_fixed a.menu_btn img {
    margin: 0 10px 0 0;
}

nav.main_fixed h2.logotype {
    text-transform: uppercase;
    font-weight: 500;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 20px;
    font-size: 24px;
}

nav.main_fixed .links {
    display: flex;
    padding: 0 15px;
}

nav.main_fixed .links a {
    text-decoration: none;
    height: 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0 10px;
    font-size: 18px;
    color: #000;
    font-weight: 500;
}

nav.main_fixed .links a img {
    margin: 0 5px 0 0;
}

nav.main_fixed .menu a {
    height: 50px;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    font-weight: 500;
}

nav.main_fixed.fixed {
    top: 0;
}

nav.main_fixed .menu li.active a {
    color: #bc573d;
}

nav.main_fixed h2.logotype a {
    text-decoration: none;
    color: inherit;
}

.videoBlock a {
    display: block;
    position: relative;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 15%);
    overflow: hidden;
    text-decoration: none;
    color: #000;
    border-radius: 8px;
}

.videoBlock {
    margin: 0 25px 25px 0;
    width: 410px;
}

.videoBlock:nth-child(3n) {
    margin: 0 0 25px;
}

.videoBlock a img {
    display: block;
    opacity: 0;
}

.videoBlock a span {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    color: #fff;
    opacity: 0;
    transition: 0.3s;
}

.videoBlock a:hover span {
    opacity: 1;
}

.videoBlock a .img {
    display: block;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    /* background-size: cover; */
    overflow: hidden;
    margin: 0;
}

.videoBlock a h3 {
    font-size: 20px;
    font-weight: 500;
}

.videoBlock a .txt {
    padding: 20px 25px 30px;
}

.contact_col a {
    margin: 0 15px 0 0;
}

.articleBlock {
    width: 410px;
    margin: 0 25px 25px 0;
}

.articleBlock a {
    background: #F4F5F6;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding: 25px;
    border-radius: 15px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    height: 100%;
    justify-content: space-between;
    transition: 0.3s;
}

.articleBlock:nth-child(3n) {
    margin: 0 0 25px;
}

.articleBlock a img {
    display: block;
    width: 100%;
    transition: 0.3s;
    transform-origin: center center;
}

.articleBlock a .img {
    border-radius: 15px;
    overflow: hidden;
}

.articleBlock a .txt {
    padding: 0 0 20px;
}

.articleBlock a .txt h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 0 15px;
}

.articleBlock a .txt h3 {
    font-size: 22px;
    font-weight: 500;
}

.articleBlock a:hover {}

.articleBlock a:hover {
    background: #fff;
    box-shadow: 2px 2px 15px 0px rgb(0 0 0 / 15%);
}

.articleBlock a:hover .img img {
    transform: scale(1.1);
}

.productBlock .usr_btns {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex !important;
}

.productBlock .usr_btns button {
    width: 34px;
    height: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 5px;
    border-radius: 100px;
    color: #705C42;
    transition: 0.3s;
    outline: none;
    border: none;
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

.productBlock .usr_btns button span {
    font-size: 20px;
}

.productBlock .usr_btns button.remove {
    color: #fff;
    background: #bc573d;
}

.compare_list {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    overflow: hidden;
}

.cmprProduct {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 !important;
    width: auto;
}

.cmprProduct.hinfo {
    width: 302px;
    text-align: right;
    max-width: 302px;
    min-width: 302px;
    background: #fff;
    /* margin: 0 24px 0 0 !important; */
}

.char_list p {
    border-top: 1px solid #d7d7d7;
    padding: 10px 24px 10px 0;
    font-size: 15px;
    line-height: 20px;
    /* box-sizing: border-box; */
    max-width: 294px;
}

.cmprProduct form.ms2_form {
    margin: 0 24px 0 0;
}

.cmprProduct .form {
}

.char_title {
    height: 50px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    font-weight: 600;
    padding: 40px 0 0;
}

.char_list p:first-child {
    border: none;
}

.cmprProduct.hinfo .char_list p {
    padding-right: 30px;
    font-weight: 600;
}

.cmprProduct.hinfo .char_title {
    padding-right: 30px;
}

.cmprProduct .usr_btns {
    right: 34px;
    /* display: none !important; */
}

.compare_adapt.adaptive {display: flex;}

.compare_list {
    width: 954px;
}

.char_form {display: block;height: 460px;}

.compare_list .owl-nav {
    top: 160px;
}

.fixed_minicart a .count {
    background: #bc573d;
    border-radius: 100px;
    width: 26px;
    height: 26px;
    position: absolute;
    right: -2px;
    top: -6px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
}

header .fixed_minicart a {
    width: 64px;
    height: 64px;display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 100%;
    box-shadow: 2px 2px 10px 0px rgb(0 0 0 / 10%);
}

.fixed_minicart a img {
    width: 32px;
    height: 32px;
}

section.attention {
    padding: 0 0 50px;
}

section.attention h3 {
    font-size: 20px;
}

section.attention h3 a {
    color: #705c42;
    text-decoration: none;
}

footer .privacy {
    line-height: 20px;
    margin: 0 0 20px;
}

footer .privacy a {
    text-decoration: none;
    color: #bc573d;
    font-size: 18px;
}

.checkbox_text .txt {
    display: flex;
    flex-direction: column;
}

.checkbox_text .txt span.small {
    font-size: 12px;
    line-height: 16px;
    opacity: 0.5;
}

.checkbox_text .txt span {
    line-height: 20px;
    font-size: 16px;
    padding: 2px 0;
}