/*-----------------*/
/*-----FONTS-------*/
/*-----------------*/

@font-face {
    font-family: 'M PLUS 1p';
    src: url('../font/MPLUS1p-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'M PLUS 1p';
    src: url('../font/MPLUS1p-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'M PLUS 1p';
    src: url('../font/MPLUS1p-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'M PLUS 1p';
    src: url('../font/MPLUS1p-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

/*-----------------*/
/*-----System------*/
/*-----------------*/

html, body {
    width: auto !important;
    line-height: normal;
    font-family: 'M PLUS 1p', sans-serif;
    background: #ECECEC;
}

.row-wrap > .row > .col {
    padding-right: 10px;
    padding-left: 10px;
}

.row-wrap > .row > .col.main, .row-wrap > .row > .col.full-width {
    padding-right: 0;
    padding-left: 0;
}

.tb_wt_block_group.row-wrap {
    margin-left: -10px;
    margin-right: -10px;
}

#wrapper:not(.container) > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
#wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not([class*="tb_pl_"]):not([class*="tb_pr_"]) > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]),
#wrapper:not(.container) > :not(.container):not(.tb_width_fixed):not(.tb_content_fixed):not([class*="tb_pl_"]):not([class*="tb_pr_"]) > .row:not(.tb_separate_columns) > .col > .tb_content_fixed:not([class*="tb_pl_"]):not([class*="tb_pr_"]) {
    padding-left: 0;
    padding-right: 0;
}

blockquote, p, ul, ol, dl, address, blockquote, table, hr {
    margin-bottom: 0;
}

input:not(:hover):not(:focus), select:not(:hover):not(:focus),
textarea:not(:hover):not(:focus), .input-group:not(:hover):not(:focus),
input:hover:not(:focus), select:hover:not(:focus), textarea:hover:not(:focus), .input-group:hover:not(:focus) {
    border: none;
}

h1 {
    font-size: 50px;
    text-align: center;
    margin-bottom: 30px !important;
    line-height: normal;
}

/*Кнопки*/

.btn, .btn:hover, .btn:active {
    box-shadow: none;
    background: linear-gradient(90deg, #15B568 0%, #005F31 100%);
}

/*Пагинация*/

.pagination:before {
    display: none;
}

.pagination {
    text-align: center;
    margin-top: 40px;
    padding-top: 0;
    font-size: 30px;
    border: none !important;

}

.pagination .links {
    float: none !important;
}

.pagination .results {
    display: none;
}

.pagination .links > * {
    margin: 2px;
}

.pagination .links > *, .pagination .links a, .pagination .links li > span {
    width: 41px;
    height: 36px;
    line-height: 36px;
    border-radius: 0px;
    box-shadow: none;
}

.pagination .links li > span {
    color: #700404;
    position: relative;
    top: -7px;
}

.pagination .links li > span:after {
    content: '';
    width: 41px;
    height: 10px;
    position: absolute;
    bottom: -12px;
    left: 0;
    background-image: url(/image/icon/tracery.svg);
}

/*HTML не поддерживается!*/

.help-block {
    display: none;
}

/*POPUP*/

.mfp-bg, .mfp-wrap {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-wrap {
    transform: scale(0.9);
}

.mfp-wrap.mfp-ready {
    opacity: 1;
    transform: scale(1);
}

.mfp-bg.mfp-removing, .mfp-wrap.mfp-removing {
    opacity: 0;
    transition: all 0.3s;
}

.mfp-wrap.mfp-removing {
    transform: scale(0.9);
}

.mfp-wrap .mfp-close {
    background-image: url(/image/icon/mfp-close.svg);
    width: 26px;
    height: 26px;
    padding: 0;
    top: 38px;
    right: 38px;
    cursor: pointer;
    opacity: 1;
}

/**/
#content {
    padding-bottom: 30px !important;
}

/*ХЛЕБНЫЕ КРОШКИ*/

.breadcrumb {
    margin: 33px 0 60px !important;
    font-size: 18px;
    font-weight: 500;
}

.breadcrumb li + li:before {
    content: '';
    width: 41px;
    height: 10px;
    display: inline-block;
    background-image: url(/image/icon/tracery.svg);
    margin: 0 13px;
}

.breadcrumb li:last-child {
    color: #949494;
}

/*ФОРМЫ*/

.jform-wrap input[type="text"], .jform-wrap textarea {
    /*background: none !important;*/
    /*border: 1px solid #CFCFCF !important;*/
    /*font-size: 13px;*/
    /*padding: 5px 20px;*/
}

.jform-wrap {
    /*background: #fff;*/
}

.jform-wrap .form-title, .jform-wrap .description, .jform-wrap .button-wrap {
    text-align: center;
}

.jform-wrap .form-group {
    position: relative;
}

.jform-wrap .text-danger {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    min-width: 0;
    font-size: 13px;
    color: #ED1C24;
}

.jform-wrap .text-danger:before {
    /*display: none;*/
}

/*
#wrapper .jform-wrap .text-danger + input {
    border-color: #ED1C24 !important;
}
*/

.jform-wrap .form-group > label {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 100%;
    width: auto;
}

.jform-wrap label {
    min-height: 0 !important;
    font-size: 16px;
}

/*
.jform-wrap .required > label:before {
    display: none;
}

.jform-wrap .required > label:not(.label-check):after {
    content: " *";
}
*/

/*MESSAGE*/

.message {
    z-index: 999999;
    position: fixed;
    top: -200px;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 300px;
    background: white;
    padding: 30px;
    text-align: center;
    font-weight: 300;
    color: #2c2928;
    opacity: 0;
    visibility: hidden;
    transition: top 0.3s cubic-bezier(0.31, 0.25, 0.5, 1.5), opacity 0.2s ease-in-out;
    box-shadow: 0 0 17px -6px rgba(0, 0, 0, 0.65);
}

/*.message .check {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%) scale(4);
    width: 120px;
    height: 110px;
    background: #71c341;
    color: white;
    font-size: 90px;
    padding-top: 40px;
    border-radius: 50%;
    opacity: 0;
    transition: transform 0.2s 0.25s cubic-bezier(0.31, 0.25, 0.5, 1.5), opacity 0.1s 0.25s ease-in-out;
}*/

.message .scaledown {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.message > span {
    font-size: 30px;
    margin: 25px 0px;
    padding: 0;
}

.message .message-content {
    font-size: 18px;
    margin: 20px 0;
}

.message #ok {
    position: relative;
    color: white;
    border: 0;
    width: 100%;
    height: 50px;
    font-size: 1.2rem;
    transition: background 0.2s ease;
    outline: none;
}

.message.comein {
    top: 250px;
    opacity: 1;
    visibility: visible;
}

/*ЗАГОЛОВКИ*/

#wrapper .block-title .panel-heading {
    text-align: center;
}

#wrapper .block-title .panel-title {
    display: inline-block;
    font-size: 30px !important;
    position: relative;
    padding: 0 55px;
}

#wrapper .block-title .panel-title:before, #wrapper .block-title .panel-title:after {
    content: '';
    position: absolute;
    width: 41px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background-image: url(/image/icon/tracery.svg);
}

#wrapper .block-title .panel-title:after {
    left: auto;
    right: 0;
}

/*КАРТОЧКА ТОВАРА*/

.product-thumb {
    padding: 34px 12px 27px;
    background: transparent !important;
    transition: all 0.3s;
    border: 7px solid transparent;
    box-shadow: none !important;
}

.product-thumb:hover {
    transform: scale(1.4);
    background: #F7F7F7 !important;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2) !important;
    z-index: 9;
}

.product-thumb .frame-item {
    display: block !important;
    opacity: 0;
    transition: opacity 0.3s;
}

.product-thumb:hover .frame-item {
    opacity: 1;
}

.product-thumb .product-inner {
    position: static !important;
}

.product-thumb .image_slide {
    display: none;
    transition: 0.5s;
    margin-bottom: 20px;
}

.product-thumb .image_slide.active {
    display: block;
}

/*
.product-thumb .prev-slide-image {
    display: block !important;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 8;
    font-size: 40px;
    color: #ccc;
    top: 90px;
    left: 0;
    cursor: pointer;
}

.product-thumb .next-slide-image {
    display: block !important;
    position: absolute;
    width: 20px;
    height: 20px;
    z-index: 7;
    font-size: 40px;
    color: #ccc;
    top: 90px;
    right: 0px;
    cursor: pointer;
}
*/
.product-thumb .caption {
    justify-content: space-between;
}

.product-thumb .caption * {
    justify-content: center !important;
}

.product-thumb .caption > p {
    padding: 0 !important;
}

.product-thumb .caption > p:first-child {
    flex-grow: 1;
}

.product-thumb .caption p a {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}

.product-thumb .tb_label_stock_status {
    line-height: normal !important;
    font-size: 14px;
    color: #005F31;
    margin-top: 18px !important;
}

.product-thumb .options {
    display: none !important;
}

.product-thumb .price {
    order: 0 !important;
    font-weight: 500;
    font-size: 24px;
    align-items: center;
}

.product-thumb .price .price-old {
    font-size: 16px;
}

.product-thumb .tb_button_add_to_cart {
    opacity: 0;
    transition: opacity 0.3s;
    display: flex;
    justify-content: center;
}

.product-thumb:hover .tb_button_add_to_cart {
    opacity: 1;
}

.product-thumb .quantity_div {
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid #12ac62;
    font-size: 12px;
}

.product-thumb .quantity_div span {
    padding: 0 6px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-thumb .quantity_div input {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
    padding: 0 4px;
    height: auto;
    border-left: 1px solid #949494 !important;
    border-right: 1px solid #949494 !important;
    outline: none;
}

.product-thumb .tb_button_add_to_cart .btn {
    font-weight: 500;
    font-size: 13px;
    height: 27px;
    line-height: 27px;
    padding: 0 7px;
}

.product-thumb .product-inner .tb_button_add_to_cart .btn.disabled {
    pointer-events: none;
    background: #6C6C6C !important;
}

.product-thumb .button-group {
    position: absolute;
    bottom: 71px;
    right: 38px;
    opacity: 0;
    transition: opacity 0.3s;
}

.product-thumb:hover .button-group {
    opacity: 1;
}

.product-thumb .tb_label_special, .product-thumb .tb_label_new {
    width: 81px;
    background: #fff !important;
    font-weight: 500;
    font-size: 18px;
    color: #700404 !important;
    border-left: 2px solid #700404;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
    top: 50px;
}

.product-thumb .tb_label_special + .tb_label_new {
    top: 82px;
}

.product-thumb .tb_label_special {
    color: #EC2227 !important;
    border-left: 2px solid #EC2227;
}

/*Frame*/

.frame-wrap {
    position: relative;
}

.frame-wrap .frame-item {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
}

.frame-wrap .frame-item.frame-bottom {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: rotateX(180deg);
}

.frame-wrap .frame-item:before, .frame-wrap .frame-item:after {
    content: '';
    position: absolute;
    width: 72px;
    height: 75px;
    background-image: url(/image/icon/frame.svg);
    top: 0;
    left: 0;
}

.frame-wrap .frame-item:after {
    left: auto;
    right: 0;
    transform: rotateY(180deg);
}

/*-----------------*/
/*--- -HEADER------*/
/*-----------------*/

#header {
    background: #6C6C6C;
    padding: 12px 0 0;
    color: #ffffff;
}

#header a {
    color: #ffffff;
}

#header a:hover {
    /*color: #4E8649;*/
}

#header #site_logo {
    position: relative;
    top: -8px;
}

#header #site_logo img {
    transition: none;
    max-width: 100%;
}

#header .header-phones a {
    font-size: 20px;
    padding-left: 28px;
    position: relative;
}

#header .header-phones a:before {
    content: '';
    position: absolute;
    top: 4px;
    left: 0;
    width: 23px;
    height: 21px;
    background-image: url(/image/icon/phone.svg);
}

#header .header-phones a:first-child {
    margin: 0 50px 0;
}

#search .tb_search_wrap {
    max-width: 222px;
    align-items: center;
}

#search input {
    height: 25px;
    color: #C4C4C4;
    border: none !important;
    background: none;
    border-bottom: 1px solid #FFFFFF !important;
    font-size: 14px;
}

#search #search_button,
#search #search_button_cloned {
    position: relative !important;
}

#search #search_button:before,
#search #search_button_cloned:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 28px;
    left: -8px;
    top: 4px;
    background-image: url(/image/icon/search.svg);
    margin: 0;
}

form[id*='currency'], form[id*='language'] {
    font-size: 14px;
    font-weight: 300;
}


form[id*='currency'] .dropdown > a:after, form[id*='language'] .dropdown > a:after {
    content: '';
    opacity: 1;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 7px solid white;
}


form[id*='currency'] .dropdown-menu, form[id*='language'] .dropdown-menu,
form[id*='currency'] .dropdown:after, form[id*='language'] .dropdown:after {
    background: #6c6c6c;
}

form[id*='currency'] {
    margin: 0 20px 0 18px;
}

#header .row-header-bottom {
    background: #585858;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
    padding: 6px 0;
}

#header .main-menu {
    padding-left: 368px;
}

#header .main-menu .nav > li {
    margin-right: 62px;
    margin-bottom: -6px;
    padding-bottom: 6px;
}

#header .nav > li.dropdown:after {
    display: none !important;
}

#header .nav > li.dropdown > a:after {
    content: '';
    content: '';
    opacity: 1;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 9px solid white;
    position: relative;
    top: 1px;
}

#header .main-menu a {
    font-weight: 500;
    font-size: 20px;
}

#header .main-menu .dropdown-menu {
    background: #6C6C6C;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    padding: 10px 0;
}

#header .main-menu .dropdown-menu li {
    padding: 0;
}

#header .main-menu .dropdown-menu li a {
    padding: 4px 0 4px 39px;
    font-size: 18px;
}

#header .main-menu .dropdown-menu li a:hover {
    background: #424242;
}

#header #welcome_message a, #welcome_message_cloned a {
    font-weight: 300;
    font-size: 16px;
    position: relative;
    padding-left: 38px;
    color: #fff;
}

#header #welcome_message a:before, #welcome_message_cloned a:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 24px;
    height: 28px;
    background-image: url(/image/icon/login.svg);
    background-position-x: -9px;
}

#header #cart .heading a {
    position: relative;
    padding-left: 40px;
    margin-left: 25px;
}

#header #cart .heading a:before {
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
    width: 32px;
    height: 28px;
    background-image: url(/image/icon/cart.svg);
    background-position-x: -3px;
}

#header #cart .tb_total {
    font-size: 16px;
    color: #fff !important;
}

#header #cart .tb_total .tb_currency {
    margin-left: 6px;
}

/*-----------------*/
/*----СТРАНИЦЫ-----*/
/*-----------------*/

/*ГЛАВНАЯ*/

.home-banner {
    margin-top: 40px;
}

.home-banner .mSCover {
    background-position: 0 center;
}

#wrapper .home-banner .mSCaption {
    right: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
}

.home-banner .home-banner_inner {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    position: absolute;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 62px 52px;
}

.home-banner .home-banner_inner:after {
    content: '';
    position: absolute;
    width: 112px;
    height: 114px;
    top: -38px;
    right: -40px;;
    background-image: url(/image/icon/home-banner_inner.svg);
}

.home-banner .home-banner_inner div {
    font-size: 95px;
}

.home-banner .home-banner_inner span {
    font-size: 40px;
    margin: -11px 0 26px;
}

.home-banner .home-banner_inner a {
    font-weight: 500;
    font-size: 18px;
    height: 44px;
    padding: 0 52px;
}

.home-banner .mightySlider .mSButtons {
    opacity: 1;
    width: 57px !important;
    height: 8px;
    top: auto;
    left: auto;
    bottom: 53px;
    right: 111px;
    background-image: url(/image/icon/home-banner-arrow.svg);
}

.home-banner .mightySlider .mSButtons.mSPrev {
    right: 212px;
}

.home-banner .mSButtons.disabled {
    opacity: 0.5;
    display: block;
    cursor: pointer;
}

.home-banner .mSButtons svg, .home-banner .mSButtons:after {
    display: none;
}

.home-latest {
    margin-top: 65px;
}

.home-latest .tb_products {
    margin-top: 65px;
}

.row-home-benefits {
    margin-top: 100px;
}

.home-benefits {
    display: flex;
    padding: 0 36px;
    margin: 98px 0 0;
}

.home-benefits .home-benefits_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(100% / 5);
}

.home-benefits .home-benefits_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    background-image: url(/image/icon/home-benefits.svg);
    background-position-x: 18px;
    background-position-y: center;
    background-repeat: no-repeat;
}

.home-benefits .home-benefits_item:nth-child(2) .home-benefits_img {
    background-position-x: -265px;
}

.home-benefits .home-benefits_item:nth-child(3) .home-benefits_img {
    background-position-x: -545px;
}

.home-benefits .home-benefits_item:nth-child(4) .home-benefits_img {
    background-position-x: -827px;
}

.home-benefits .home-benefits_item:nth-child(5) .home-benefits_img {
    background-position-x: -1108px;
}

.home-benefits .home-benefits_text {
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
    margin-top: 36px;
}

.row-home-bestsellers {
    margin-top: 206px;
}

.row-home-bestsellers .tb_products {
    margin-top: 100px;
}

.row-home-testimonial {
    margin-top: 144px;
}

.row-home-testimonial .testimonials-wrapper {
    margin-top: 90px;
    background: transparent;
}

.row-home-testimonial .owl-wrapper-outer {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.row-home-testimonial .owl-wrapper {
    display: flex !important;
}

.row-home-testimonial .owl-item {
    padding: 0 0 10px;
}

.row-home-testimonial .owl-item .product-layout {
    background: #fff;
    height: 100%;
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}


.row-home-testimonial .review-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #005F31;
    padding: 14px 21px 14px 33px;
    color: #fff;
}

.row-home-testimonial .review-author {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
}

.row-home-testimonial .rating {
    display: flex;
}

.row-home-testimonial .review-caption p {
    font-size: 16px;
    line-height: 22px;
    padding: 19px 17px 26px 29px;
}

.home-desc {
    margin-top: 184px;
}

.home-desc .tb_category_description {
    max-height: 254px;
}

.home-desc .panel-title {
    margin-bottom: 25px;
}

.home-desc p {
    font-size: 16px;
    line-height: 1.375 ‬;
    margin-bottom: 1.375em;
}

.row-home-brands {
    margin-top: 150px;
    margin-bottom: 37px;
}

.home-brands {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 51px;
}

.home-brands a {
    margin: 0 29px;
}

/*КАТЕГОРИЯ*/

.row-subcategories {
    margin-top: 30px;
}

.row-subcategories .tb_subcategory h3 {
    font-size: 30px;
}

#wrapper .row-subcategories .tb_subcategory:hover h3 a {
    color: #700404 !important;
}

.row-category-products {
    margin-top: 120px;
}

.row-category-products .tb_listing_options {
    border-color: #000 !important;
    margin: 0 0 37px;
    padding: 0 0 8px;
}

.row-category-products .tb_listing_options:after {
    content: '';
    position: absolute;
    width: 85px;
    height: 16px;
    bottom: -1px;
    transform: translateY(50%);
    right: 120px;
    background-image: url(/image/icon/tracery-black.svg);
}

.row-category-products .product-filter {
    justify-content: flex-start;
    margin: 0;
    font-size: 16px;
}

.row-category-products .product-filter select {
    background: #fff;
    height: 36px;
    border: none;
    margin-right: 100px;
}

.row-category-products .tb_products {
    margin: 0 -7.5px;
}

.row-category-products .product-layout {
    max-width: calc(20% - 15px) !important;
    margin: 0 7.5px 15px !important;
}

.row-category-description .tb_system_category_description {
    margin: 162px 0 130px !important;
}

.tb_category_description {
    max-height: 220px;
    position: relative;
}

.tb_category_description p {
    font-size: 16px;
    line-height: 1.375;
    margin-bottom: 1.375em;
}

.tb_category_description[aria-expanded="false"]:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ECECEC 100%);
}

.tb_category_description + a {
    font-size: 16px;
    color: #949494 !important;
}

/*СТРАНИЦА ТОВАРА*/

.row-product #product_images {
    padding: 0 !important;
}

.row-product #product_images .mightySlider .frame {
    /*height: 350px !important; !*указать высоту из макета*!*/
}

.row-product #product_images .tb_slides {
    position: relative !important;
    left: 16.6666%;
    padding: 47px;
    border: 50px solid transparent;
    margin-left: 20px;
}

.row-product #product_images .tb_slides:last-child {
    left: 0;
}

#product_images .tb_thumbs_wrap {
    width: calc(16.6666% - 7.5px);
}

/**/
.row-product .tb_system_product_reviews .panel-title {
    font-size: 30px !important;
    margin: 69px 0 10px;
}

.row-product .tb_system_product_reviews .tb_product_reviews {
    text-align: center;
}

.row-product .tb_system_product_reviews .tb_empty {
    background: none;
    padding: 0;
}

.row-product .tb_review.last {
    margin-bottom: -30px;
}

.row-product #review .tb_meta {
    background: #949494;
    color: #fff;
    padding: 7px 0;
    font-size: 16px;
}

.row-product #review .tb_author {
    margin: 0 0 0 30px;
}

.row-product #review .tb_bar-wrap {
    padding: 7px 15px;
    margin: -7px 0 -7px 20px;
    background: #6C6C6C;
}

.row-product .rating svg {
    position: relative;
    top: 3px;
}

.row-product .rating .tb_percent {
    color: #700404 !important;
}

.row-product .rating .tb_bar .tb_base:before {
    content: '\f005\f005\f005\f005\f005';
    color: #000;
}

.row-product .tb_review > p {
    padding: 20px 50px 20px 30px;
    background: #fff;
    font-size: 16px;
}

.row-product .tb_system_product_reviews .tb_product_reviews a.btn,
.row-product .tb_system_product_reviews .tb_product_reviews a.btn:hover {
    font-size: 14px;
    color: #000 !important;
    background: none !important;
    border: 1px solid #15B568;
    float: none !important;
}

/**/

.row-product h1 {
    text-align: left;
    font-size: 50px;
    line-height: 1.48;
}

.one_star, .one_star_empty {
    font-family: FontAwesome;
    color: #700404;
    cursor: pointer;
    font-size: 22px;
}

.one_star.disabled, .one_star_empty.disabled {
    pointer-events: none;
}

.one_star_empty {
    color: #C4C4C4;
}

.one_star:hover, .one_star.lighted, .one_star_empty.lighted, .one_star_empty:hover {
    color: #700404;
}

.one_star.faded, .one_star_empty.faded {
    color: #C4C4C4;
}

.one_star:before, .one_star_empty:before {
    content: '\f005';
}

.row-product .rating .tb_total {
    font-size: 16px;
    color: #000;
    margin-left: 12px;
    opacity: 1;
}

.row-product .stock-status {
    font-weight: 500;
    font-size: 18px;
    color: #005F31;
    margin: 24px 0;
}

/**/
.row-product .options .form-group {
    display: block;
}

.row-product .options .form-group > label {
    font-weight: 500;
    font-size: 18px;
    width: auto;
    max-width: 100%;
}

.row-product .options .form-group > label:before {
    display: none;
}

.row-product .options div[id*='input'] {
    flex-grow: 1;
    display: flex;
}

.row-product .options .text-danger {
    position: absolute;
    bottom: -17px;
    margin: 0;
}

.row-product .radioimage label {
    cursor: pointer;
    margin-right: 4px;
}

.row-product .radioimage input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 0;
}

/**/
.row-product .tb_system_product_price .tb_label {
    font-weight: 500;
    font-size: 18px;
    margin: 28px 0 10px;
    display: inline-block;
    color: #000 !important;
}

.row-product .tb_system_product_price .price-regular,
.row-product .tb_system_product_price .price-new {
    font-weight: 500;
    font-size: 40px;
    color: #700404;
}

.row-product .tb_system_product_price .price-regular span,
.row-product .tb_system_product_price .price-new span {
    margin-left: 0.3em;
}

/**/
.row-product .tb_cart_wrap {
    margin: 30px 0;
}

.row-product .tb_cart_wrap .tb_input_wrap {
    background: linear-gradient(-90deg, #15B568 0%, #005F31 100%);
    padding: 1px;
}

.row-product .tb_cart_wrap .input-group {
    background: #ECECEC !important;
    height: 56px;
    padding: 11px 0;
}

.row-product .tb_cart_wrap .input-group .btn {
    background: none !important;
    font-size: 28px;
}

.row-product .tb_cart_wrap .input-group #input-quantity {
    font-size: 28px;
    border-left: 1px solid #949494 !important;
    border-right: 1px solid #949494 !important;
    height: auto;
    padding: 0 16px !important;
}

.row-product .tb_cart_wrap .button-wrap {
    margin: 0;
}

.row-product .tb_cart_wrap .button-wrap #button-cart {
    height: 58px;
    line-height: 58px !important;
    font-weight: 500;
    font-size: 30.5px;
    padding: 0 47px;
}

.row-product .tb_button_wishlist {
    font-size: 16px;
    margin-left: 49px;
}

.row-product .tb_button_wishlist a:before {
    font-size: 30px;
    width: auto;
    top: -2px;
    position: relative;
}

/**/

.row-product .tb_product_attributes {
    background: #F7F7F7;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    padding: 29px 58px;
    margin-right: 40px;
}

.row-product .tb_product_attributes thead th {
    background: none;
    font-size: 30px;
    font-weight: normal;
    border: none;
    padding: 0;
    margin-bottom: 16px;
}

.row-product .tb_product_attributes tr {
    display: flex;
    margin-bottom: 9px;
}

.row-product .tb_product_attributes td {
    border: none;
    font-size: 14px;
    padding: 0;
}

.row-product .tb_product_attributes td:first-child {
    opacity: 0.6;
    margin-right: 9px;
    white-space: pre;
}

/**/
.row-recenty-viewed {
    margin-top: 90px;
}

/**/
.tb_system_product_description {
    margin: 0 0 52px !important; /*подогнать*/
}

.tb_product_description {
    font-size: 16px;
    max-height: 240px;
}

.tb_product_description p {
    margin-bottom: 1em;
}


.tb_product_description + a {
    font-size: 16px;
    color: #949494 !important;
}

/*ДОСТАВКА/ОПЛАТА*/

.delivery {
    margin: 23px 0 105px !important;
}

.delivery .delivery_text {
    margin: 0 auto 88px;
    max-width: 706px;
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
}

.delivery .delivery_text p {
    margin-bottom: 1.5em;
}

.delivery .delivery_text p span {
    color: #700404;
}

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

.delivery .delivery_item {
    width: calc(50% - 10px);
    display: flex;
    background: #F7F7F7;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.delivery .delivery_item_img {
    flex-shrink: 0;
    flex-basis: 50%;
}

.delivery .delivery_item_img img {
    display: block;
}

.delivery .delivery_item_text {
    padding: 23px 28px 10px 23px;
}

.delivery .delivery_item_text span {
    font-size: 30px;
    color: #700404;
    margin-bottom: 14px;
    display: block;
}

.delivery .delivery_item_text p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 1.375em;
}

.delivery .delivery_item_text p:last-child {
    margin-bottom: 0;
}

/*О НАС*/

.about-us {
    margin: 28px 0 140px !important;
    display: flex;
}

.about-us .about-us_img {
    min-width: calc(50% - 10px);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

.about-us .about-us_img img {
    display: block;
    width: 100%;
}

.about-us .about-us_text {
    background: #F7F7F7;
    margin: 0px 0 0 -43px;
    position: relative;
    top: 27px;
    font-size: 18px;
    line-height: 27px;
    padding: 32px 32px 0 73px;
}

.about-us .about-us_text p {
    margin-bottom: 27px;
}

/*ОТЗЫВЫ О МАГАЗИНЕ*/

.shop-reviews .row {
    align-items: flex-start;
}

.shop-reviews .pagination .pagination {
    display: none;
}

.shop-reviews .pagination .links {
    margin: 0 0 20px !important;
}

.shop-reviews .review-form {
    background: #fff;
    padding: 33px 46px 44px;
    text-align: center;
    flex-grow: 1;
}

.shop-reviews .review-form > span {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    display: block;
    padding: 0 10px;
}

.shop-reviews .review-form .desc {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #646464;
    margin-bottom: 30px;

}

.shop-reviews .review-form input[type='text'], .shop-reviews .review-form textarea {
    background: none;
    border: 1px solid #CFCFCF;
    width: 100%;
    height: 48px;
}

.shop-reviews .review-form textarea {
    height: 193px !important;
}

.shop-reviews .review-form .control-label {
    font-size: 12px;
    font-weight: 400;
}

.shop-reviews .review-form .star-wrap {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}

.shop-reviews .review-form input[type='radio'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 33px;
    height: 33px;
    background-image: url(/image/icon/review-star.svg);
    background-color: transparent;
    cursor: pointer;
}

.shop-reviews .review-form input[type='radio']:checked, .shop-reviews .review-form input[type='radio']:hover,
.shop-reviews .review-form input[type='radio']:checked ~ input, .shop-reviews .review-form input[type='radio']:hover ~ input {
    background-position: 34px 0;
}

.shop-reviews .review-form input[disabled] {
    cursor: not-allowed !important;
    background-position: 0 !important;
}

.shop-reviews .review-form .btn {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    height: 50px;
    line-height: 50px;
}

.shop-reviews .review-form .btn + i {
    display: none;
}


/*КОНТАКТЫ*/

.contacts {
    margin: 15px 0 100px !important;
    display: flex;
    align-items: center;
    padding: 0 80px 0 130px;
}

.contacts .contacts_text {
    background: #F7F7F7;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 25px 80px 60px 99px;
    margin-right: -240px;
    position: relative;
    z-index: 2;
}

.contacts .contacts_text div {
    font-size: 30px;
    line-height: 45px;
    color: #700404;
    margin: 29px 0 16px;
}

.contacts .contacts_text span {
    font-size: 18px;
    line-height: 27px;
}

.contacts .contacts_map {
    min-width: 750px;
    height: 644px;
    padding: 37px 44px;
    box-sizing: content-box;
}

.contacts .contacts_map iframe {
    width: 100%;
    height: 100%;
}

/*СТАТЬИ*/

.stories-index h1 {
    margin-bottom: 75px !important;
}

.tb_articles .tb_article {
    flex-direction: row;
    flex-wrap: nowrap;
    margin-bottom: 30px !important;
}

.tb_articles .tb_article > * {
    order: 0 !important;
    min-width: 0 !important;
}

.tb_articles .article-inner {
    background: #F6F6F6;
    padding: 22px 26px 18px 40px;
    width: 53% !important;
}

.tb_articles h2 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 13px;
}

.tb_articles .tb_description {
    font-size: 16px;
    line-height: 22px;
    margin: 6px 0 4px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.tb_articles .tb_read_more {
    font-size: 16px;
    margin-top: 15px;
}


.tb_articles .thumbnail {
    margin: 0;
    width: 47% !important;
}

.tb_articles .thumbnail:before {
    display: none !important;
}

.tb_articles .image-holder span {
    padding: 0 !important;
    height: auto;
}

.tb_articles .image-holder img {
    margin: 0 !important;
}

.stories-index .pagination {
    margin: 110px 0 150px;
}

/*СТАТЬЯ*/

.stories-show h1 {
    text-align: left;
    font-size: 50px;
}

.stories-show .tb_text_wrap p {
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 27px;
}

.stories-show .tb_wt_stories_list .panel-title {
    font-weight: 500 !important;
    font-size: 18px !important;
}

.stories-show .tb_articles .tb_article {
    flex-direction: column;
    background: #F7F7F7;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.stories-show .tb_articles .thumbnail {
    width: 100% !important;
}

.stories-show .tb_articles .tb_item_info {
    padding: 12px 20px 35px;
}

.stories-show .tb_articles .tb_item_info p:first-child {
    font-weight: 500;
    font-size: 18px;
}

.stories-show .tb_articles .tb_description {
    font-size: 16px;
    line-height: 22px;
    margin: 14px 0 20px
}

.stories-show .tb_articles .btn {
    font-size: 16px;
}

/*404*/

.error-not_found .main {
    margin-bottom: 150px;
}

.error-not_found h1 {
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    font-weight: 500;
}

.error-not_found .error-inner {
    max-width: 420px;
    margin-top: 66px;
}

.error-not_found .error-inner p {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 22px;
}

.error-not_found .error-inner a {
    color: #700404;
}

/*АВТОРИЗАЦИЯ*/

.account-login .well {
    max-width: 877px;
    margin: 35px auto 98px;
    padding: 57px 83px 42px;
    background: #F7F7F7;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

.account-login .well > div {
    width: 50%;
}

.account-login .well h2, .account-login .sna_header {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
}

.account-login .well fieldset {
    margin: 0;
}

.account-login .wm-forgotten a {
    color: #005F31;
}

.account-login .well .btn {
    width: 300px;
    margin: 17px 0 26px;
    height: 46px;
    font-size: 18px;
}

.account-login .well form .sna_wrap {
    display: none;
}

/** удалить */

.account-login .sna_wrap {
    margin-left: 41px;
}

.sna_icons li {
    margin-bottom: 18px;
}

.account-login .well > p a {
    font-size: 18px;
    color: #005F31;
}

/*SIMPLE*/

.simple-content {
    margin: 0;
    position: relative;
}

.simple-content .form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 13px;
}

.simple-content .form-group .control-label {
    flex-basis: auto !important;
    min-height: 0;
    margin-bottom: 3px;
    max-width: 100%;
}

.simple-content .form-group .control-label:before {
    display: none;
}

.simple-content .form-group.required .control-label:after {
    content: "*";

}

.simple-content .form-group > div {
    width: 100%;
    max-width: 100%;
}

.simple-content .form-group input, .simple-content .form-group select {
    height: 48px;
    line-height: 48px;
    background: none;
    border: 1px solid #A4A4A4;
    align-items: center !important;
}

.simple-content .checkbox > label, .simple-content .radio > label {
    display: flex !important;
    align-items: center;
}

.simple-content .checkbox {
    min-height: 0;
    padding: 0;
}

.simple-content .checkbox input {
    position: static;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 22px;
    height: 22px;
    border: 1px solid #A4A4A4;
    margin-right: 14px !important;
}

.simple-content .checkbox a {
    color: #005F31;
    /*margin: 0 0.5em;*/
}

.simple-content #agreement_checkbox {
    float: none;
}

.simple-content .checkbox input:checked {
    background-image: url(/image/icon/checked.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}

.simple-content .radio {
    font-size: 18px;
    padding-left: 0;
}

.simple-content .radio input {
    position: static;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 26px;
    height: 26px;
    border: 1px solid #646464;
    border-radius: 50% !important;
    margin-right: 23px !important;
}

.simple-content .radio input:checked {
    background-image: url(/image/icon/radio.svg);
    background-position: 50%;
    background-repeat: no-repeat;

}

.simple-content .buttons:before {
    display: none;
}

/*РЕГИСТРАЦИЯ*/

.account-simpleregister .simple-content {
    max-width: 877px;
    margin: 35px auto 98px;
    padding: 57px 83px 42px;
    display: flex;
    background: #F7F7F7;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.account-simpleregister .simple-content > * {
    width: 50%;
}

.account-simpleregister .form-horizontal {
    width: 310px;
}

.account-simpleregister .simpleregister-block-content,
.account-simpleregister .simple-content fieldset {
    margin: 0;
}

.account-simpleregister .simple-content legend, .account-simpleregister .sna_header {
    font-weight: 500;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 12px;
}

.account-simpleregister .sna_header {
    margin-top: 10px;
}

.account-simpleregister #agreement_checkbox label {
    display: block !important;
    font-size: 14px;
}

.account-simpleregister .simple-content .btn {
    width: 310px;
    height: 46px !important;
    line-height: 46px;
    font-size: 18px !important;
    margin-top: 15px !important;
    font-weight: 500;
}

.account-simpleregister #simpleregister > p {
    font-size: 18px;
}

.account-simpleregister #simpleregister > p a {
    color: #005F31;
}

/*ОФОРМЛЕНИЕ ЗАКАЗА*/

#simplecheckout_step_menu {
    display: none;
}

.simplecheckout .simplecheckout-step {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.simplecheckout .simplecheckout-block {
    width: 100%;
}

#simplecheckout_customer, #simplecheckout_comment, #simplecheckout_shipping_address,
#simplecheckout_payment_form {
    padding: 0 378px;
    margin: 0 auto 30px;
}

#simplecheckout_customer > div, #simplecheckout_comment > div, #simplecheckout_shipping_address > div,
#simplecheckout_shipping, #simplecheckout_payment {
    background: #fff;
}

.simplecheckout-left-column {
    width: 50% !important;
    padding-left: 378px;
    margin: 0 0 30px;
}

.simplecheckout-right-column {
    padding-right: 378px;
    width: 50% !important;
    margin: 0 0 30px;
}

.simplecheckout-left-column > div, .simplecheckout-right-column > div {
    height: 100%;
    padding: 29px 0 10px;
}

.simplecheckout-left-column > div {
    padding-left: 75px;
}

.simplecheckout .checkout-heading {
    margin: 0 !important;
    border: 0;
    font-weight: 500;
    font-size: 18px;
    background: none;
}

.simplecheckout .checkout-heading:before {
    display: none;
}

.simplecheckout .checkout-heading span {
    float: none;
}

/**/

.simplecheckout #agreement_checkbox {
    float: none;
    /*font-size: 16px;*/
}

.simplecheckout #agreement_checkbox input {
    float: none;
    width: 28px;
    height: 28px;
}

.checkout-simplecheckout .simplecheckout-button-block.buttons {
    background: none;
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}

.simplecheckout-button-left {
    display: block;
}

.simplecheckout #buttons .btn {
    margin: 0 10px !important;
    font-size: 18px;
    font-weight: 500;
    width: 265px;
    display: block;
}

.simplecheckout #simplecheckout_button_back {
    background: none !important;
    border: 1px solid #15B568;
    color: #000 !important;
}

.simplecheckout #simplecheckout_button_prev {
    display: none !important;
}

.simplecheckout #simplecheckout_button_confirm.btn {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 90px;
    margin: 0 !important;
}

/**/
#simplecheckout_cart {
    max-width: 1220px;
    background: #F7F7F7;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    margin: 0 auto 133px;
    padding: 68px 124px 53px;
    position: relative;
}

#simplecheckout_cart table {
    font-size: 18px;
    border: none;
}

#simplecheckout_cart table th {
    background: none;
    color: #3B3742;
    border: none;
    padding-bottom: 24px;
    font-weight: 500;
}


#simplecheckout_cart table tbody {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 10px 0;
}

#simplecheckout_cart table td {
    vertical-align: middle;
    border: none;
    font-weight: 400 !important;
}

#simplecheckout_cart table td.name a {
    font-weight: 500;
    color: #3B3742;
}

#simplecheckout_cart table .quantity .input-group {
    background: none;
}

#simplecheckout_cart table .quantity .input-group-btn {
    min-width: 0;
}

#simplecheckout_cart table .quantity button {
    background: none !important;
    color: #000 !important;
    padding: 0;
    border: none;
}

#simplecheckout_cart table .quantity .btn-danger {
    color: #700404 !important;
    margin-left: 18px;
}

#simplecheckout_cart table .quantity .form-control {
    padding: 0;
    text-align: center;
}

#simplecheckout_cart .simplecheckout-cart-total {
    border: none;
    margin-top: 20px;
    position: relative;
    font-weight: 500;
}

#simplecheckout_cart .simplecheckout-cart-total:not(#total_total) {
    display: none;
}

#simplecheckout_cart .simplecheckout-cart-total > span {
    display: block;
    margin: 0 40px;
    font-size: 18px;
    color: #3B3742;
}

#simplecheckout_cart .simplecheckout-cart-total .simplecheckout-cart-total-value {
    color: #000;
    margin-top: 7px;
}

#simplecheckout_cart .simplecheckout-cart-quantity {
    position: absolute;
    right: 37%;
    bottom: 7px;
}

#simplecheckout_cart .simplecheckout-cart-quantity span {
    margin-right: 5px;
}

.simplecheckout_cart_total_wrap {
    display: flex;
    position: absolute;
    bottom: -111px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 18px;
    font-weight: 500;
}

.simplecheckout_cart_total_wrap div {
    color: #700404;
    margin-left: 7px;
}

/**/

#simplecheckout_customer .checkout-heading {
    display: flex;
    flex-direction: column;
}

#simplecheckout_customer .checkout-heading-button {
    display: flex !important;
    justify-content: center;
    margin-top: 30px;
}

#simplecheckout_customer .checkout-heading-button div {
    position: relative;
}

#simplecheckout_customer .checkout-heading-button div.active:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: linear-gradient(90deg, #15B568 0%, #005F31 100%);
    left: 0;
    bottom: 0;
}

#simplecheckout_customer .checkout-heading-button div * {
    position: static;
    box-sizing: border-box;
    font-size: 18px;
    text-transform: initial;
    width: 238px !important;
    height: 50px !important;
    line-height: 50px !important;
    display: block;
    cursor: pointer;
    margin: 0 20px;
    text-align: center;
}

#simplecheckout_customer .form-horizontal .row-customer_register {
    display: none;
}

#simplecheckout_customer .row-customer_register {
    margin-top: 8px;
}

#simplecheckout_customer .row-customer_register label {
    font-size: 14px;
    cursor: pointer;
}

#temp_flat_container {
    margin: 0;
}

#temp_flat_container #simplecheckout_login {
    padding: 0 80px;
}

#simplecheckout_customer .simplecheckout-block-content {
    padding: 16px 84px 40px;
}

#simplecheckout_shipping_address .simplecheckout-block-content {
    padding: 25px 84px;
}

#simplecheckout_comment .checkout-heading {
    padding: 44px 0 28px;
    text-align: center;
}

#simplecheckout_comment .simplecheckout-block-content {
    padding: 0 130px 180px !important;
}

#simplecheckout_comment textarea {
    height: 156px;
    background: none;
    border: 1px solid #949494;
}

#simplecheckout_payment_form > * {
    background: #fff;
    margin: 0;
    padding: 7px 20px;
}

#simplecheckout_payment_form h2 {
    padding-bottom: 20px;
}

.simplecheckout-block-content .row-shipping_address_city + .row-shipping_address_address_1 {
    display: none
}

/*ЛИЧНЫЙ КАБИНЕТ*/

[class*='account-'] #column-right {
    order: -1;
    display: block !important;
}

[class*='account-'] #wrapper a.btn {
    color: #fff !important;
}

[class*='account-'] #column-right .list-group {
    background: #6C6C6C;
    max-width: 262px;
    padding: 13px 0;
}

[class*='account-'] #column-right .list-group a {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 500;
    padding: 10px 44px;
}

[class*='account-'] #column-right .list-group a:hover,
[class*='account-'] #column-right .list-group a.active {
    background: #424242;
}

[class*='account-'] #column-right .list-group a:before {
    display: none;
}

[class*='account-'] #simpleedit,
[class*='account-'] #simpleaddress {
    max-width: 469px;
}

[class*='account-'] #simpleedit {
    margin-left: 124px;
}

[class*='account-'] .simpleregister-button-block {
    background: none;
}

.account-wishlist .quantity_div {
    display: none !important;
}

.account-order .print {
    white-space: nowrap;
}

.account-forgotten .tb_system_page_content .form-group {
    margin-top: 20px;
}

[class*='account-'] .form-group {
    flex-direction: column;
    margin: 0 0 13px;
}

[class*='account-'] #wrapper .form-group label {
    max-width: 100%;
    min-height: 0;
    flex-basis: auto !important;
    margin-bottom: 6px;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
}

[class*='account-'] .form-group label:before,
[class*='account-'] .form-group label:after {
    display: none;
}

[class*='account-'] .form-group input[type="text"],
[class*='account-'] .form-group input[type="password"],
[class*='account-'] .form-group input[type="tel"],
[class*='account-'] .form-group select,
[class*='account-'] .form-group input[type="email"] {
    height: 48px;
    border: 1px solid #A4A4A4 !important;
    background: none !important;
}

[class*='account-'] input[type="radio"] {
    position: static;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    min-width: 32px;
    height: 32px;
    border: 1px solid #CFCFCF;
    border-radius: 50% !important;
    margin-right: 23px !important;
}

[class*='account-'] input[type="radio"]:checked {
    border: 1px solid #646464;
    background-image: url(/image/icon/radio.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}

.account-setting form {
    margin-bottom: 40px;
}

[class*='account-'] #wrapper .btn-primary {
    width: 247px;
    height: 46px;
    line-height: 46px !important;
    font-size: 18px;
}

/*ПОИСК*/

.product-search #adv_search_box input, .product-search #adv_search_box select {
    background: #fff;
}

/*------------------------*/
/*---------FOOTER---------*/
/*------------------------*/

#footer {
    padding: 33px 0 23px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    font-size: 14px;
    position: relative;
}

#footer:before, #footer:after,
footer:before, footer:after {
    content: '';
    position: absolute;
    width: 85px;
    height: 16px;
    top: 0;
    transform: translateY(-50%);
    left: 170px;
    background-image: url(/image/icon/tracery-black.svg);
}

#footer:after, footer:after {
    left: auto;
    right: 170px;
}

#footer a:hover {
    /*color: #4E8649;*/
}

#footer .panel-title {
    font-weight: 500 !important;
    font-size: 16px !important;
    margin-bottom: 8px;
}

#footer .col-footer-adress > div {
    margin-left: 130px;
}

#footer .col-footer-adress .footer-adress {
    line-height: 21px;
}

#footer .col-footer-contacts > div {
    margin-left: 104px;
}

#footer .col-footer-contacts span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    word-break: break-all;
}

#footer .col-footer-contacts span a {
    margin-bottom: 8px;
}

#footer .col-footer-menu > div {
    margin-left: 67px;
}


#footer .nav > li {
    margin-bottom: 9px;
}

#footer .dropdown-menu {
    display: none !important;
}


footer {
    padding: 7px 0;
    position: relative;
}

footer .col {
    margin-top: 0 !important;
}

footer a {
    color: #6C6C6C !important;
}

footer #copy {
    text-align: left;
    font-size: 13px;
}

footer .wm {
    font-size: 13px;
}

footer .wm svg {
    margin: 0 1px 0 4px;
    position: relative;
    top: 3px;
}

/*------------------------*/
/*----------MEDIA---------*/
/*------------------------*/

/*MAX-1499*/

@media (max-width: 1499px) {

    /*header*/
    #header .main-menu {
        padding-left: 168px;
    }

    .product-thumb:hover {
        transform: scale(1.2);
    }

    /*content*/
    .home-banner .home-banner_inner div {
        font-size: 83px;
    }

    .home-banner .home-banner_inner span {
        font-size: 33px;
        margin: -11px 0 26px;
    }

    .home-banner .home-banner_inner {

        padding: 10px 46px 42px;
    }

    .home-benefits .home-benefits_text {
        font-size: 15px;
        margin-top: 30px;
    }

    .row-product .tb_cart_wrap .button-wrap #button-cart {
        padding: 0 33px;
    }

    .row-product .tb_button_wishlist {
        margin-left: 20px;
    }

    .row-category-products .tb_products {
        padding: 0 25px;
    }

    .delivery .delivery_item_text {
        padding: 6px 14px 0;
    }

    .tb_articles .article-inner {
        padding: 6px 14px;
    }

    .tb_articles .thumbnail * {
        height: 100% !important;
    }

    .tb_articles .image-holder img {
        object-fit: cover;
    }

    .about-us .about-us_text {
        font-size: 16px;
        line-height: 22px;
        padding: 20px 32px 0 73px;
    }

    .about-us .about-us_text p {
        margin-bottom: 22px;
    }

    .contacts {
        padding: 0 60px 0 110px;
    }

    .contacts .contacts_text {
        margin-right: -220px;
        padding: 0px 40px 40px 30px;
    }

    #simplecheckout_customer, #simplecheckout_comment, #simplecheckout_shipping_address, #simplecheckout_payment_form {
        padding: 0 318px;
    }

    .simplecheckout-left-column {
        padding-left: 318px;
    }

    .simplecheckout-right-column {
        padding-right: 318px;
    }

    /*footer*/

}

/*MAX-1260*/

@media (max-width: 1260px) {

    h1 {
        font-size: 44px;
    }

    #wrapper .block-title .panel-title {
        font-size: 26px !important;
        padding: 0 50px;
    }

    .product-thumb:hover {
        transform: none;
        background: none !important;
        box-shadow: none !important;
        z-index: auto;
    }

    .product-thumb .tb_button_add_to_cart {
        opacity: 1;
    }

    .product-thumb .frame-item {
        display: none !important;
    }

    /*header*/
    #header .header-phones a:first-child {
        margin: 0 24px 0;
    }

    #header .main-menu {
        padding-left: 68px;
    }

    #header .main-menu .nav > li {
        margin-right: 32px;
    }

    /*content*/
    .home-banner .home-banner_inner {
        padding: 10px 30px 22px;
    }

    .home-banner .home-banner_inner div {
        font-size: 53px;
    }

    .home-banner .home-banner_inner span {
        font-size: 27px;
        margin: -11px 0 22px;
    }

    .home-banner .home-banner_inner a {
        font-weight: 500;
        font-size: 16px;
        height: 40px;
        padding: 0 26px;
    }

    .home-banner .mightySlider .mSButtons {
        bottom: 40px;
    }

    .home-latest {
        margin-top: 45px;
    }

    .home-latest .tb_products {
        margin-top: 25px;
    }

    .row-home-benefits {
        margin-top: 50px;
    }

    .home-benefits {
        padding: 0;
        margin: 38px auto 0;
        justify-content: space-around;
        flex-wrap: wrap;
        max-width: 700px;
    }

    .home-benefits .home-benefits_item {
        width: calc(100% / 3);
        margin-bottom: 30px;
    }

    .home-benefits .home-benefits_text {
        margin-top: 13px;
    }

    .row-home-bestsellers {
        margin-top: 60px;
    }

    .row-home-bestsellers .tb_products {
        margin-top: 25px;
    }

    .row-home-testimonial {
        margin-top: 25px;
    }

    .row-home-testimonial .testimonials-wrapper {
        margin-top: 40px;
    }

    .home-desc {
        margin-top: 75px;
    }

    .row-home-brands {
        margin-top: 90px;
        margin-bottom: 30px;
    }

    .row-product #product_images .tb_slides {
        padding: 27px;
        border: 23px solid transparent;
        margin-left: 20px;
    }

    .row-product h1 {
        font-size: 44px;
        margin-bottom: 10px !important;
    }

    .row-product .stock-status {
        margin: 12px 0;
    }

    .row-product .tb_system_product_price .tb_label {
        margin: 19px 0 10px;
    }

    .row-product .tb_system_product_price .price-regular,
    .row-product .tb_system_product_price .price-new {
        font-size: 35px;
    }

    .row-product .tb_cart_wrap .input-group {
        height: 48px;
        padding: 11px 0;
    }

    .row-product .tb_cart_wrap .input-group .btn {
        background: none !important;
        font-size: 24px;
    }

    .row-product .tb_cart_wrap .input-group #input-quantity {
        font-size: 24px;
        padding: 0 6px !important;
    }

    .row-product .tb_cart_wrap .button-wrap #button-cart {
        height: 50px;
        line-height: 50px !important;
        font-size: 23px;
        padding: 0 26px;
    }

    .row-product .tb_button_wishlist {
        margin-left: 5px;
    }

    .row-product .tb_button_wishlist a:before {
        font-size: 25px;
    }

    .row-product .tb_product_attributes {
        padding: 10px 28px;
        margin-right: 40px;
    }

    .row-product .tb_product_attributes thead th {
        font-size: 27px;
        margin-bottom: 4px;
    }

    .row-subcategories .tb_subcategory h3 {
        font-size: 22px;
    }

    .row-category-products {
        margin-top: 70px;
    }

    .row-category-products .tb_listing_options:after {
        right: 70px;
    }

    .row-category-products .product-filter select {
        background: #fff;
        height: 36px;
        border: none;
        margin-right: 40px;
    }

    .row-category-products .tb_products {
        padding: 0;
        margin: 0 -5px;
    }

    .row-category-products .product-layout {
        max-width: calc(25% - 10px) !important;
        margin: 0 5px 15px !important;
    }

    .row-category-description .tb_system_category_description {
        margin: 100px 0 80px !important;
    }

    .delivery .delivery_text {
        margin: 0 auto 48px;
    }

    .delivery .delivery_item_text span {
        font-size: 25px;
        margin-bottom: 5px;
    }

    .delivery .delivery_item_img img {
        display: block;
        height: 100%;
        object-fit: cover;
    }

    .stories-index h1 {
        margin-bottom: 25px !important;
    }

    .tb_articles h2 {
        font-size: 16px;
        margin-bottom: 0;
    }

    .tb_articles .tb_description {
        font-size: 14px;
        line-height: 18px;
    }

    .tb_articles .tb_read_more {
        height: 35px;
        line-height: 35px;
    }

    .stories-index .pagination {
        margin: 50px 0;
    }

    .stories-show h1 {
        font-size: 40px;
    }

    .about-us {
        margin: 0 auto 50px !important;
        flex-direction: column;
        max-width: 800px;
    }

    .about-us .about-us_text {
        padding: 20px 32px;
        margin: 0;
        top: 0;
    }

    .contacts {
        padding: 0;
    }

    [class*='account-'] #simpleedit {
        margin-left: 0;
    }

    [class*='account-'] #column-right .list-group a {
        font-size: 16px;
        padding: 6px 24px;
    }

    #simplecheckout_cart {
        padding: 40px 44px 30px;
    }

    #simplecheckout_customer, #simplecheckout_comment, #simplecheckout_shipping_address, #simplecheckout_payment_form {
        padding: 0 217px;
    }

    .simplecheckout-left-column {
        padding-left: 217px;
    }

    .simplecheckout-right-column {
        padding-right: 217px;
    }

    .error-not_found .main {
        margin-bottom: 30px;
    }

    .error-not_found .error-inner {
        margin-top: 29px;
    }

    /*footer*/

    #footer:before, footer:before {
        left: 40px;
    }

    #footer:after, footer:after {
        right: 40px;
    }

    #footer .col-footer-adress > div {
        margin-left: 58px;
    }

    #footer .col-footer-contacts > div {
        margin-left: 40px;
    }

    #footer .col-footer-menu > div {
        margin-left: 37px;
    }

}

/*MAX-1040*/

@media (max-width: 1040px) {

    .breadcrumb {
        margin: 20px 0 30px !important;
    }

    h1 {
        font-size: 40px;
        margin-bottom: 20px !important;
    }

    .frame-wrap .frame-item:before, .frame-wrap .frame-item:after {
        width: 40px;
        height: 41px;
        background-size: cover;
    }

    .product-thumb {
        padding: 20px 6px 12px;
        border: 0px solid transparent;
    }

    /*header*/
    /*<editor-fold desc="МОБИЛЬНОЕ МЕНЮ НАЧИНАЯ С 1040px">*/
    html.tbMobile {
        overflow: hidden;
    }

    #header .row-wrap:not(.tbMobileShow), #header .col:not(.tbMobileShow), #header .tb_wt:not(.tbMobileShow) {
        display: none !important;
    }

    #header .tb_wt_header_logo_system, #header .tbToggleButtons {
        display: inline-block !important;
        min-width: 0 !important;
        flex-grow: 1;
    }

    #header .tbLogoCol > .tbToggleButtons {
        opacity: 1;
        position: absolute;
        top: 0;
        left: 0;
        margin: 0 !important;
    }

    #header .tbToggleCart {
        display: none !important;
    }

    .tbMobileMenuOverlay {
        position: fixed;
        z-index: 1000;
        top: -10000px;
        right: 0;
        bottom: auto;
        left: 0;
        display: block !important;
        cursor: pointer;
    }

    .tbMobileMenuOverlay.tbActive {
        top: 0;
        bottom: 0;
    }

    .tbMobileMenuOverlay .tb_bg {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0;
        background: #000;
    }

    .tbMobileMenuOverlay.tbActive .tb_bg {
        opacity: 0.6;
    }

    .tbMobileMenuOverlay svg {
        position: absolute;
        z-index: 1;
        top: 17px;
        right: 17px;
        width: 24px;
        height: 24px;
        color: #fff;
    }

    .tbMobileMenu {
        position: fixed;
        z-index: 1001;
        top: 0;
        left: 0;
        overflow: auto;
        overflow-x: hidden;
        width: calc(100% - 60px);
        height: 100%;
        padding: 20px;
        transform: translate3d(-100%, 0, 0);
        transition: all 0.5s;
        display: block !important;
        background: #585858 !important;
        color: #fff;
        box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.8);
        max-width: 500px;
    }

    html.tbMobile .tbMobileMenu {
        transform: translate3d(0, 0, 0);
    }

    .tbMobileMenu > .row > .col {
        justify-content: flex-start;
    }

    .tbMobileMenu > .row {
        height: 100%;
    }

    .tbMobileMenu .tb_wt {
        margin-bottom: 10px !important;
        margin-top: 20px;
    }

    .tbMobileMenu [class].tbMobileMenuDisplayInline {
        -ms-flex: 0 1 auto;
        -webkit-flex: 0 1 auto;
        flex: 0 1 auto;
        margin-left: 0;
        margin-right: 0;
    }

    .tbMobileMenu .tbMainNavigation + .tbMainNavigation, .tbMobileMenu .tb_wt.display-inline-block:not(.tbMobileMenuDisplayBlock),
    .tbMobileMenu .tb_wt.tbMobileMenuDisplayInline, .tbMobileMenu .tb_wt:first-child {
        margin-top: 0 !important;
    }

    .tbMobileMenu .tb_wt.tbMobileMenuDisplayBlock, .tbMobileMenu .tb_wt:not(.tbMobileMenuDisplayInline) {
        padding-left: 0;
        padding-right: 0;
    }

    .nav-responsive, .nav-responsive > li {
        display: block;
        width: 100%;
        min-width: 100%;
    }

    .nav-responsive > li:not(:last-child), .nav-responsive .dropdown:not(:last-child),
    .nav-responsive .dropdown-menu.tb_list_1 > li:not(:last-child), .nav-responsive .dropdown-menu > li,
    .nav-responsive .dropdown-menu > ul > li {
        margin-bottom: 10px !important;
    }

    .nav-responsive .dropdown-menu, .nav-responsive .dropdown > .hidden + ul {
        position: static;
        display: none !important;
        width: 0 !important;
        min-width: 0 !important;
        margin: 10px 0 0 0 !important;
        padding: 0;
        background: transparent none;
        border: none;
        box-shadow: none;
        -webkit-transition: none !important;
        transition: none !important;
        opacity: 1 !important;
        transform: translateY(0px) !important;
    }

    .nav-responsive .dropdown > .tb_toggle {
        position: absolute;
        z-index: 1;
        top: 0;
        right: 0;
        display: block !important;
        width: 30px;
        height: 30px;
        margin: 0 !important;
        line-height: 33px !important;
        text-align: center;
        font-size: 21px;
        font-family: Arial, sans-serif !important;
        font-weight: normal !important;
        cursor: pointer;
        background-color: transparent;
        color: #fff;
    }

    .nav-responsive .dropdown .dropdown-menu .tb_toggle + a {
        margin: 0 !important;
    }

    .tbMobileMenu .dropdown-menu .dropdown .tb_toggle, .tbMobileMenu .dropdown-menu .dropdown-menu {
        display: none !important;
    }

    .nav-responsive .dropdown > .tb_toggle:before {
        content: '+';
    }

    .nav-responsive .dropdown > .tb_toggle.tb_active:before {
        content: '-';
    }

    .dropdown.tb_hovered > .dropdown-menu, .dropdown.tb_active > .dropdown-menu, .dropdown.tb_hovered > .hidden + ul,
    .dropdown.tb_active > .hidden + ul {
        display: block !important;
        width: 100% !important;
        background-color: #585858;
    }

    .nav-responsive, .nav-responsive > li, .nav-responsive > li > a, .nav-responsive > li > ul > .tb_link,
    .nav-responsive .dropdown, .nav-responsive .dropdown > a, .nav-responsive .dropdown-menu > li,
    .nav-responsive .dropdown-menu > li > a {
        margin: 0 !important;
        padding: 0 !important;
    }

    .nav-responsive > li > a, .nav-responsive .dropdown > a, .nav-responsive .dropdown-menu > li > a,
    .nav-responsive .dropdown-menu > ul > li > a {
        padding-top: 5px !important;
        padding-bottom: 5px !important;
        color: #fff !important;
    }

    .tbMobileMenu .main-menu .nav > li > a {
        font-size: 20px;
        line-height: normal !important;
    }

    .nav-responsive li.dropdown:after, .nav-responsive li a:after {
        display: none !important;
    }

    .tbMobileCartMenu .tb_wt_header_cart_menu_system .heading, .tbMobileCartMenu .tb_wt_header_cart_menu_system .tbStickyOnly {
        display: none !important;
    }

    .tbMobileCartMenu .tb_wt_header_cart_menu_system, .tbMobileCartMenu .tb_wt_header_cart_menu_system .dropdown-menu {
        display: block !important;
        margin: 0 !important;
    }

    .tbMobileCartMenu .tb_wt_header_cart_menu_system .dropdown-menu {
        width: auto !important;
        margin: 0 !important;
        box-shadow: none;
    }

    .tbMobileMenu a:not(:hover), .tbMobileMenu .nav-responsive .dropdown-menu a:not(:hover), .tbMobileMenu .nav-responsive > li.tb_selected > a > span.tb_text {
        color: #fff !important;
    }

    .tbMobileMenu .hamburger .dropdown-menu {
        display: block;
        min-width: 0 !important;
        width: 100%;
        position: static;
        padding: 0;
        background: none;
    }

    .tbMobileMenu .hamburger .dropdown-menu a {
        color: #fff;
        font-size: 16px;
        margin-bottom: 5px;
    }


    .tbMobileMenu #cart td, .tbMobileMenu #cart a {
        color: #fff;
    }

    .tbMobileMenu #cart .content p {
        display: none;
    }

    .tbMobileMenu #cart .checkout .btn {
        height: 40px;
        line-height: 40px !important;
    }

    /*</editor-fold>*/
    #header .row-header-bottom .tb_wt_block_group.tbMobileShow .col {
        display: block !important;
    }

    #header #site_logo {
        text-align: center;
        width: 100%;
    }

    #header #site_logo img {
        transition: none;
        max-width: 206px;
    }

    #header .tbLogoCol .tbToggleHeader {
        background: none !important;
    }

    #header .tbLogoCol .tbToggleHeader:before {
        content: '';
        background-image: url(/image/icon/hamburger.svg);
        background-repeat: no-repeat;
        background-position: 50%;
        height: 100%;
    }

    #header .header-phones {
        position: absolute;
        left: 0;
        bottom: -27px;
    }

    #header .header-phones a {
        font-size: 14px;
        padding-left: 18px;
    }

    #header .header-phones a:first-child {
        margin: 0px 10px 0 0;
    }

    #header .header-phones a:before {
        top: 3px;
        width: 17px;
        height: 15px;
        background-size: cover;
    }

    .row-header-bottom .tb_wt_block_group.tbMobileShow .col {
        text-align: right;
    }

    #header #cart .tb_total {
        display: none;
    }

    form[id*='currency'] {
        margin: 0 20px 0 0;
    }

    #welcome_message_cloned a {
        margin-left: 28px;
    }

    .tb_system_search {
        display: block !important;
        width: 100%;
    }

    #search {
        padding: 17px;
        background: #6C6C6C;
        box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
        margin: 0 -20px;
    }

    #search .tb_search_wrap {
        max-width: 100% !important;
        align-items: center;
    }

    .main-menu .nav-horizontal > li:first-child:before {
        display: none !important;
    }

    /*content*/
    .home-banner {
        margin-top: 10px;
    }

    .home-banner .home-banner_inner div {
        font-size: 28px;
    }

    .home-banner .home-banner_inner span {
        font-size: 20px;
        margin: 0px 0 18px;
    }

    .home-banner .home-banner_inner a {
        font-size: 14px;
        height: 35px;
        padding: 0 18px;
        line-height: 35px;
    }

    .home-banner .mightySlider .mSButtons {
        right: 60px;
    }

    .home-banner .mightySlider .mSButtons.mSPrev {
        right: 139px;
    }

    .row-product #product_images .tb_slides {
        padding: 16px;
        border: 10px solid transparent;
        margin-left: 0;
    }

    .row-product .tb_system_product_reviews .panel-title {
        font-size: 26px !important;
        margin: 39px 0 10px;
    }

    .row-product #review .tb_author {
        margin: 0 0 0 10px;
    }

    .row-product #review .tb_meta {
        font-size: 13px;
    }

    .row-product .tb_review > p {
        padding: 10px 40px 10px 20px;
    }

    .row-product h1 {
        font-size: 36px;
        margin-bottom: 7px !important;
    }

    .one_star, .one_star_empty {
        font-size: 18px;
    }

    .row-product .stock-status {
        margin: 8px 0 0;
        font-size: 16px;
    }

    .row-product .tb_system_product_price .tb_label {
        margin: 13px 0 6px;
    }

    .row-product .tb_system_product_price .price-regular,
    .row-product .tb_system_product_price .price-new {
        font-size: 30px;
    }

    .row-product .tb_cart_wrap {
        margin: 16px 0;
    }

    .row-product .tb_cart_wrap .input-group {
        height: 40px;
        padding: 11px 0;
    }

    .row-product .tb_cart_wrap .button-wrap #button-cart {
        height: 42px;
        line-height: 42px !important;
        font-size: 19px;
        padding: 0 22px;
    }

    .row-product .tb_product_attributes {
        padding: 0px 8px;
        margin-right: 20px;
    }

    .row-product .tb_product_attributes thead th {
        font-size: 24px;
        margin-bottom: 0;
    }

    .row-recenty-viewed {
        margin-top: 50px;
    }

    .row-subcategories {
        margin-top: 0;
    }

    .row-subcategories .thumbnail {
        margin-bottom: 5px !important;
    }

    .row-subcategories .tb_subcategory h3 {
        font-size: 18px;
    }

    .row-category-products {
        margin-top: 50px;
    }

    .row-category-products .tb_listing_options {
        margin: 0;
    }

    .row-category-products .product-filter {
        font-size: 14px;
    }

    .row-category-products .product-filter select {
        height: 30px;
        margin-right: 20px;
    }

    .row-category-products .tb_listing_options:after {
        right: 30px;
    }

    .row-category-products .product-layout {
        max-width: calc(33.33333% - 10px) !important;
    }

    .delivery {
        margin: 0 0 50px !important;
    }

    .delivery .delivery_text {
        font-size: 18px;
    }

    .delivery .delivery_items {
        flex-direction: column;
    }

    .delivery .delivery_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .tb_articles .thumbnail .image-holder {
        margin-left: 0;
    }

    .stories-show h1 {
        font-size: 34px;
    }

    .stories-show .tb_articles .tb_item_info {
        padding: 1px 8px 20px;
    }

    .stories-show .tb_articles .tb_item_info p:first-child {
        font-weight: 500;
        font-size: 16px;
    }

    .stories-show .tb_articles .tb_description {
        font-size: 14px;
        line-height: 18px;
        margin: 11px 0 15px;
    }

    .stories-show .tb_articles .btn {
        height: 35px;
        line-height: 35px;
    }

    .contacts {
        margin: 0 0 50px !important;
        flex-direction: column;
    }

    .contacts .contacts_text {
        margin: 0 0 30px;
    }

    .contacts .contacts_map {
        min-width: 0;
        width: 95%;
        height: 644px;
        padding: 19px;
        box-sizing: content-box;
    }

    .account-login .well, .account-simpleregister .simple-content {
        margin: 0 auto 50px;
        padding: 32px 40px;
    }


    [class*='account-'] #column-right .list-group a {
        font-size: 15px;
        padding: 5px 7px;
    }

    #simplecheckout_cart {
        margin: 0 auto 100px;
        padding: 20px 20px;
    }

    #simplecheckout_cart .simplecheckout-cart-total {
        margin-top: 0;
    }

    .simplecheckout_cart_total_wrap {
        bottom: -70px;
    }

    #simplecheckout_customer, #simplecheckout_comment, #simplecheckout_shipping_address, #simplecheckout_payment_form {
        padding: 0 120px;
    }

    .simplecheckout-left-column {
        padding-left: 120px;
    }

    .simplecheckout-right-column {
        padding-right: 120px;
    }

    #simplecheckout_customer .checkout-heading-button {
        margin-top: 0;
    }

    #simplecheckout_customer .checkout-heading-button div * {
        font-size: 16px;
        width: 178px !important;
    }

    #simplecheckout_customer .simplecheckout-block-content {
        padding: 10px 30px 30px;
    }

    #simplecheckout_shipping_address .simplecheckout-block-content {
        padding: 25px 30px;
    }

    #simplecheckout_comment .simplecheckout-block-content {
        padding: 0 60px 130px !important;
    }

    .simplecheckout-left-column > div {
        padding-left: 0;
    }

    #temp_flat_container #simplecheckout_login {
        padding: 0 30px;
    }

    .shop-reviews .review-form {
        padding: 18px 6px;
    }

    .error-not_found .error-inner {
        margin-top: 0;
    }

    .error-not_found h1 {
        font-size: 22px;
        line-height: 26px;
    }

    .error-not_found .error-inner p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }

    /*footer*/
    #footer {
        font-size: 12px;
    }

    #footer .col > div {
        margin: 0 !important;
    }

}


/*MAX-768*/

@media (max-width: 768px) {

    .breadcrumb {
        font-size: 16px;
        font-weight: 500;
    }

    h1 {
        font-size: 30px;
        margin-bottom: 15px !important;
    }

    .breadcrumb li + li:before {
        width: 31px;
        height: 8px;
        margin: 0px 8px;
        background-size: cover;
    }

    #wrapper .block-title .panel-title {
        font-size: 18px !important;
        line-height: 18px !important;
    }

    .pagination {
        margin-top: 30px;
        font-size: 18px;
    }

    .pagination .links > *, .pagination .links a, .pagination .links li > span {
        width: 25px;
        height: 28px;
        line-height: 28px;
    }

    .pagination .links li > span:after {
        width: 28px;
        height: 7px;
        bottom: -7px;
        background-size: cover;
    }
    /*content*/
    .home-banner {
        margin-top: 10px;
    }

    .home-banner .mightySlider {
        overflow: visible;
    }

    .home-banner .home-banner_inner {
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
        right: 10px;
        padding: 5px 8px 12px;
    }

    .home-banner .home-banner_inner:after {
        width: 22px;
        height: 21px;
        top: -10px;
        right: -10px;
        background-size: cover;
    }

    .home-banner .home-banner_inner div {
        font-size: 24px;
    }

    .home-banner .home-banner_inner span {
        font-size: 16px;
        margin: 0;
        line-height: 18px;
        max-width: 160px;
        text-align: center;

    }

    .home-banner .home-banner_inner a {
        display: none;
    }

    .home-banner .mightySlider .mSButtons {
        bottom: -30px;
        right: calc(50% - 50px);
        transform: translateX(50%);
    }

    .home-banner .mightySlider .mSButtons.mSPrev {
        right: auto;
        left: calc(50% - 50px);
        transform: translateX(-50%) rotate(180deg);
    }

    .home-brands {
        flex-wrap: wrap;
    }

    .home-benefits {
        background: none;
    }

    .home-benefits .owl-wrapper-outer {
        background: none;
        box-shadow: none;
        border: none;
    }

    .home-benefits .home-benefits_item {
        width: 100%;
        margin: 0;
    }

    .home-benefits .home-benefits_img {
        transform: scale(1.31);
        margin: 20px 0;
    }

    .home-benefits .home-benefits_text {
        color: #700404;
        font-size: 16px;
    }

    .home-benefits .owl-buttons > div {
        opacity: 1;
    }

    .home-benefits .owl-pagination .owl-page {
        margin: 0 4px;
    }

    .home-benefits .owl-pagination .owl-page span {
        width: 7px;
        height: 7px;
        background: #949494;
    }

    .home-benefits .owl-pagination .owl-page.active span {
        background: linear-gradient(90deg, #15B568 0%, #005F31 100%);;
    }

    .home-brands a {
        width: 50%;
        margin: 0;
    }

    .row-product {
        max-width: 500px;
        margin: auto;
    }

    #product_images .tb_thumbs_wrap {
        width: calc(25% - 7.5px);
    }

    .row-product #product_images .tb_slides {
        left: 25%;
        border: none;
    }

    .row-product h1 {
        font-size: 24px;
        margin: 22px 0 !important;
        line-height: 28px;
    }

    .row-product .tb_wt_product_rating_system {
        display: flex !important;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 14px;
    }

    .row-product .tb_wt_product_rating_system:before,
    .row-product .tb_wt_product_rating_system:after {
        display: none;
    }

    .row-product .tb_wt_product_rating_system > div {
        flex: 0 0 auto;
    }

    .row-product .stock-status {
        margin: 0;
    }

    .one_star, .one_star_empty {
        font-size: 15px;
    }

    .row-product .rating .tb_total {
        font-size: 12px;
        margin-left: 2px;
    }

    .row-product .tb_system_product_price {
        text-align: center;
    }

    .row-product .tb_system_product_price .tb_label {
        margin: 13px 0 0px;
    }

    .row-product .tb_system_product_price .price-regular,
    .row-product .tb_system_product_price .price-new {
        font-size: 24px;
    }

    .row-product .tb_cart_wrap {
        margin: 0px 0 30px;
        /*justify-content: center;*/
        flex-direction: column;
        align-items: center;
    }

    .row-product .tb_cart_wrap .tb_purchase_button {
        margin-right: 0;
    }

    .row-product .tb_cart_wrap .tb_actions {
        flex-basis: auto;
        margin: 25px 0 0 !important;
    }

    .row-product .tb_cart_wrap .input-group {
        height: 34px;
        padding: 8px 0;
    }

    .row-product .tb_cart_wrap .input-group .btn {
        background: none !important;
        font-size: 16px;
    }

    .row-product .tb_cart_wrap .input-group #input-quantity {
        font-size: 18px;
        padding: 0 4px !important;
    }

    .row-product .tb_cart_wrap .button-wrap #button-cart {
        height: 36px;
        line-height: 36px !important;
        font-size: 18px;
        padding: 0 22px;
    }

    .row-product .tb_product_attributes {
        padding: 0px 8px;
        margin: 30px 0 0;
    }

    .row-product .tb_product_attributes tr {
        flex-direction: column;
    }

    .delivery .delivery_text {
        font-size: 16px;
        margin: 0 auto 30px;
    }

    .stories-show h1 {
        font-size: 24px;
    }

    .stories-show .tb_text_wrap p {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 22px;
    }


    .stories-show .tb_wt_stories_list {
        max-width: 350px;
        margin: 30px 0 0px;
    }

    .about-us .about-us_text {
        padding: 15px 10px;
        font-size: 14px;
        line-height: 20px;
    }

    .about-us .about-us_text p {
        margin-bottom: 18px;
    }

    .contacts .contacts_text {
        padding: 0px 10px 20px;
    }

    .contacts .contacts_text div {
        font-size: 22px;
        line-height: 24px;
        margin: 13px 0 12px;
    }

    .contacts .contacts_text span {
        font-size: 16px;
        line-height: 24px;
    }

    .contacts .contacts_map {
        width: 90%;
        height: 320px;
    }

    .account-simpleregister .form-horizontal {
        width: auto;
    }

    [class*='account-'] #wrapper .form-group label {
        font-size: 13px;
        margin-bottom: 0;
    }

    [class*='account-'] .form-group input[type="text"], [class*='account-'] .form-group input[type="password"], [class*='account-'] .form-group input[type="tel"], [class*='account-'] .form-group select, [class*='account-'] .form-group input[type="email"] {
        height: 40px;
    }

    [class*='account-'] #wrapper .btn-primary {
        width: 210px;
        height: 40px;
        line-height: 40px !important;
        font-size: 16px !important;
    }

    .account-login .well, .account-simpleregister .simple-content {
        padding: 15px;
        flex-direction: column !important;
    }

    .account-login .well > div, .account-simpleregister .simple-content > * {
        width: 100%;
    }

    .account-login .sna_wrap {
        margin-left: 0;
    }

    [class*='account-'] #column-right {
        width: 100%;
    }

    [class*='account-'] #column-right .list-group {
        max-width: 320px;
    }

    #simplecheckout_cart .simplecheckout-cart-total > span {
        margin: 0;
    }

    .simplecheckout_cart_total_wrap {
        white-space: nowrap;
    }

    .checkout-simplecheckout .simplecheckout-button-block.buttons {
        flex-direction: column-reverse;
        align-items: center;
    }

    .simplecheckout-button-left {
        margin: 0 0 10px;
    }

    #simplecheckout_customer, #simplecheckout_comment, #simplecheckout_shipping_address, #simplecheckout_payment_form {
        padding: 0;
    }

    .simplecheckout-left-column, .simplecheckout-right-column {
        padding: 0;
        width: 100% !important;
    }

    #simplecheckout_customer .checkout-heading-button {
        margin-top: 0;
        flex-direction: column;
    }

    #simplecheckout_customer .checkout-heading-button div {
        text-align: center;
    }

    #simplecheckout_customer .checkout-heading-button div * {
        width: auto !important;
        text-align: center;
    }

    #simplecheckout_comment .simplecheckout-block-content {
        padding: 0 20px 130px !important;
    }

    .grand__total__author {
        font-size: 16px !important;
    }

    .review-date {
        font-size: 12px !important;
    }

    .grand__total__text-testimonials {
        padding: 12px !important;
    }

    /*footer*/

    .footer-logo {
        display: block;
        text-align: center;
        margin-bottom: 30px !important;
    }

    #footer:before, #footer:after, footer:before, footer:after {
        width: 55px;
        height: 10px;
        background-size: cover;
    }

    #footer:before, footer:after {
        display: none !important;
    }

    #footer:after {
        right: 15px;
    }

    footer:before {
        left: 15px;
    }

    #footer .col-footer-adress .footer-adress br {
        display: none;
    }

    footer #copy, footer .text-right {
        text-align: center;
    }
}


/*MAX-479*/
@media (max-width: 479px) {

    .row-category-products .product-layout {
        max-width: 100% !important;
    }

    /*content*/
    .delivery .delivery_item {
        flex-direction: column;
    }

    .delivery .delivery_item_img img {
        width: 100%;
        max-height: 170px;
    }

    .delivery .delivery_item_text {
        padding: 6px 14px 10px;
    }

    .delivery .delivery_item_text span {
        font-size: 22px;
        margin-bottom: 0;
    }

    .delivery .delivery_item_text p {
        font-size: 14px;
    }

    .tb_articles .tb_article {
        flex-direction: column;
        margin-bottom: 20px !important;
    }

    .tb_articles .tb_article > * {
        width: 100% !important;
    }

    .tb_articles .thumbnail {
        order: -1 !important;
    }

    .review-date {
        display: none !important;
    }

    /*footer*/

}