/*Fonts*/
@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url('../font/proxima-nova/ProximaNova-Light.eot');
    src: url('../font/proxima-nova/ProximaNova-Light.eot?#iefix') format('embedded-opentype'),
    url('../font/proxima-nova/ProximaNova-Light.woff') format('woff'),
    url('../font/proxima-nova/ProximaNova-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url('../font/proxima-nova/ProximaNova-Semibold.eot');
    src: url('../font/proxima-nova/ProximaNova-Semibold.eot?#iefix') format('embedded-opentype'),
    url('../font/proxima-nova/ProximaNova-Semibold.woff') format('woff'),
    url('../font/proxima-nova/ProximaNova-Semibold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url('../font/proxima-nova/ProximaNova-Bold.eot');
    src: url('../font/proxima-nova/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'),
    url('../font/proxima-nova/ProximaNova-Bold.woff') format('woff'),
    url('../font/proxima-nova/ProximaNova-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url('../font/proxima-nova/ProximaNova-Extrabld.eot');
    src: url('../font/proxima-nova/ProximaNova-Extrabld.eot?#iefix') format('embedded-opentype'),
    url('../font/proxima-nova/ProximaNova-Extrabld.woff') format('woff'),
    url('../font/proxima-nova/ProximaNova-Extrabld.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova';
    font-display: swap;
    src: url('../font/proxima-nova/ProximaNova-Black.eot');
    src: url('../font/proxima-nova/ProximaNova-Black.eot?#iefix') format('embedded-opentype'),
    url('../font/proxima-nova/ProximaNova-Black.woff') format('woff'),
    url('../font/proxima-nova/ProximaNova-Black.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


/*System*/

html, body {
    width: auto !important;
    line-height: 1.2;
    font-size: 16px;
    font-family: 'Proxima Nova', sans-serif;
	min-width: 375px;
}

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

.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: -15px;
    margin-right: -15px;
}

#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;
}

.container, .tb_width_fixed, #wrapper:not(.container) > .tb_content_fixed > .row-wrap {
    margin-left: auto;
    margin-right: auto;
}

.tb_content_fixed > .row {
    max-width: 1296px;
}

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;
}

.tb_slider_controls {
    top: 24px !important;
    right: 0 !important;
}

.tb_slider_controls a {
    width: auto;
    right: 0 !important;
    margin: 0 !important;
}

.tb_slider_controls a.tb_prev {
    transform: none;
    margin-right: 48px !important;
}

.tb_slider_controls svg {
    width: 15px;
    height: 26px;
}

.buttons:before {
    display: none;
}

/*Common*/

#content {
    margin-bottom: 80px;
}

.breadcrumb {
    margin: 25px 0 !important;
}

.breadcrumb li {
    color: #9A9A9A;
}

.breadcrumb li + li:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 7px;
    margin-left: 0.4em;
    margin-right: 0.6em;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAHBAMAAADdS/HjAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAPUExURVNTU1RUVEdwTFVVVVRUVGQqeDUAAAAFdFJOUyCgAL9AW0DDVwAAABlJREFUCNdjEFBiYGZiUDBgUHIGkUC2gBIADxsBdHzMpjwAAAAASUVORK5CYII=');
}

.breadcrumb a {
    color: #555555;
}

h1 {
    text-align: center;
    font-weight: bold;
    font-size: 36px;
    line-height: 1.222222;
    margin: 14px auto 40px !important;
}
.breadcrumb i.fa {
    display: block;
}
/*Buttons*/
#wrapper .btn {
    background: #01A368 !important;
    border: none;
    border-radius: 27px !important;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    box-shadow: none;
}

#wrapper .btn.btn-trans {
    border: 1px solid #01A368 !important;
    background-color: transparent !important;
    color: #181818 !important;
}


#wrapper .btn.btn-orange {
    background-color: #FAA638 !important;
    width: auto !important;
}

@media (pointer: fine) {
    #wrapper .btn:hover {
        background: #018454 !important;
    }

    #wrapper .btn.btn-trans:hover {
        border: 1px solid transparent !important;
        background-color: #01A368 !important;
        color: #fff !important;
    }

    #wrapper .btn.btn-orange:hover {
        background-color: #F06703 !important;
    }
}

.buttons .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg):not(.btn-xl):not(.btn-xxl), .buttons .button, .buttons button, .buttons [type=button], .buttons [type=submit], #button-cart, #product_buy_quantity, #product_buy #input-quantity {
    line-height: 54px !important;
}
/*Callback*/
.callback-wrap .ok-message, .callback-wrap .ok-error {
    position: absolute;
    bottom: -27px;
    left: 0;
    right: 0;
}

/*Product list*/
.tb_products .swiper-container {
    border-left: 1px solid #C4C4C4;
}

.tb_products .swiper-slide {
    margin-left: -1px;
}

#wrapper .product-layout {
    border: 1px solid #C4C4C4;
    margin: -1px -1px 0 0;
    background: #fff;
    transition: transform 0.3s, box-shadow 0.3s;
}

@media (pointer: fine) {
    #wrapper .tb_wt:not(.has_slider) .product-layout:hover {
        transform: scale(1.03);
        z-index: 5;
        box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.13);
    }
}

#wrapper .product-thumb {
    padding: 15px 27px 27px !important;
}

#wrapper .product-thumb .image {
    margin-bottom: 15px;
}

#wrapper .product-thumb h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: left;
}

#wrapper .product-thumb .button-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 0;
    margin: 0;
}

#wrapper .product-thumb .tb_button_wishlist {
    width: 100%;
    margin: 32px 0 15px;
}

#wrapper .product-thumb .tb_button_wishlist a {
    font-size: 16px;
    color: #289A00;
    display: flex;
    align-items: center;
}


#wrapper .product-thumb .tb_button_wishlist a:before {
    content: '';
    width: 19px;
    height: 16px;
    margin-right: 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAAQCAMAAADDGrRQAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA5UExURUdwTCiZACiXACebACiXACCfACiZACmaACiaACiaACibACeZACeaACeaACiVACiZACmbACibACiaAEau5bkAAAASdFJOUwCAQM8gEHDvn9+/qJCvMGCPf5NRgcMAAAB7SURBVBgZBcCBcYNADATABf6RxGAnuf6LzWD/TfL8+HkqVy/4Vp7+TCrV/WS+rJoTjhywppbOAk7gzKseAMBV0gCAT8wAAOZy5AQAZ9qu2QDYU4s7DYDODW8awG9eoPPZYHca4MgsrCsvAHfqdlfdALAmV+YLADjq2IB/R9oEfgKmdJ4AAAAASUVORK5CYII=');
}


#wrapper .product-thumb .price,
#wrapper .product-thumb .price .price-new,
#wrapper .product-thumb .price .price-regular {
    background: none;
    position: static;
    font-weight: bold;
    font-size: 18px;
    width: auto;
    height: auto;
    color: #181818;
    line-height: inherit;
    text-align: left;
}

#wrapper .product-thumb .price {
    order: 0;
    width: 50%;
    height: auto;
}

#wrapper .product-thumb .price:after {
    display: none;
}

#wrapper .product-thumb .tb_currency {
    display: inline-block;
    margin-left: 0.2em;
}

#wrapper .product-thumb .price .price-old {
    font-size: 14px;
    color: #9A9A9A;
    top: 3px;
    font-weight: 400;
}

#wrapper .product-thumb .tb_button_add_to_cart {
    margin: 0;
    width: 50%;
}

#wrapper .product-thumb .btn {
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    width: 130px;
}

#wrapper .product-thumb .tb_button_add_to_cart + .request {
    display: none;
}

#wrapper .tb_label_new, #wrapper .tb_label_special {
    font-weight: 600;
    font-size: 12px;
    background: #68B166;
    border-radius: 12px;
    top: 15px;
    left: 15px;
    height: 24px;
    line-height: 24px;
    padding: 0 13px;
    text-transform: uppercase;
}

#wrapper .tb_label_special {
    background: #E62A01;
}

#wrapper .tb_label_new + .tb_label_special {
    top: 45px;
}

/*Pagination*/

.pagination {
    margin: 47px 0 0;
    border: none !important;
}

.pagination .links {
    float: none;
    text-align: center;
    font-size: 18px;
    color: #000000;
}

.pagination .links li, .pagination .links a, .pagination .links li > span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: none;
    box-shadow: none;
    position: relative;
}

.pagination .links .active:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #01A368;
    border-radius: 50%;
}

.required > label:before {
    color: #000;
    margin: 0;
}

/*Ocfilter*/
.ocf-offcanvas {
    position: fixed;
    top: 0;
    background-color: #fff;
    bottom: 0;
    left: -250px;
    z-index: 1000;
    height: 100%;
    width: 250px;
    padding: 0;

    -webkit-transition: left 250ms ease;
    -moz-transition: left 250ms ease;
    -ms-transition: left 250ms ease;
    -o-transition: left 250ms ease;
    transition: left 250ms ease;
}

.ocf-offcanvas.active {
    left: 0;
    box-shadow: 1px 1px 15px -5px rgba(0, 0, 0, 0.44);
}

.ocf-offcanvas .ocfilter-mobile-handle {
    position: absolute;
    left: 100%;
    bottom: 20px;
}

.ocf-offcanvas .ocfilter-mobile-handle .btn, .ocf-offcanvas .ocfilter-mobile-handle .btn:hover {
    background: #01A368 !important;
}

.ocf-offcanvas .ocf-offcanvas-body {
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
}

.ocf-offcanvas .popover .btn {
    margin-top: 20px;
    margin-left: 20px;
    background: #01A368 !important;
}

/*Header*/

#header .row-header-top {
    padding: 22px 0 20px;
}

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

#header .block-top-menu {
    padding-left: 40px;
}

#header .block-top-menu :not(:last-child).tb_wt_menu {
    margin-right: 28px;
}

#header .block-top-menu .dropdown:after {
    display: none !important;
}

#header .block-top-menu .dropdown > a {
    font-weight: 600;
    font-size: 18px;
}

#header .block-top-menu .dropdown > a:after {
    content: '';
    opacity: 1;
    width: 10px;
    height: 5px;
    display: inline-block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFBAMAAACOSmBbAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURRgYGBgYGEdwTBgYGBgYGBgYGBgYGBAQEBgYGBkZGRcXF355umYAAAALdFJOU6B/ACDPX4AQ34+vxIRaSQAAACZJREFUCB1jYFVSUgpgsBBSUmxmUHZUmmLEoFSwgF2JQUkpTUkJAEtVBWHh1beKAAAAAElFTkSuQmCC');
}

#header .block-top-menu .dropdown-menu {
    box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
}

#header .header-phone {
    display: flex;
    align-items: center;
    position: relative;
    top: -3px;
}

#header .header-phone div {
    text-align: center;
}

#header .header-phone div p {
    font-size: 12px;
    margin-bottom: 1px;
}

#header .header-phone div p span {
    text-transform: uppercase;
    color: #FAA638;
}

#header .header-phone div a {
    font-weight: 600;
    font-size: 20px;
}

[lang='uk'] #header .header-phone div a {
    font-size: 20px;
}

#header .header-phone div a:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url(/catalog/view/theme/BurnEngine/image/icon/header-phone.svg);
    vertical-align: middle;
    margin-right: 8px;
}

#header .header-phone .callback {
    font-weight: 600;
    font-size: 16px;
    height: 38px;
    line-height: 38px;
    padding: 0 19px;
    margin-left: 12px;
}

#header .callback-inner {
    background: #fff;
}

#header .block-language .row {
    justify-content: flex-end;
    font-weight: 600;
}

#header #form-language {
    display: none;
}

#header #form-language li:not(:last-child) {
    margin-right: 5px !important;
}

#header #form-language a {
    align-items: center;
}

#header #form-language li:first-child a:after {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: #000;
    margin-left: 6px;
}

#header .header-login {
    font-size: 18px;
    margin-left: 25px;
}

#header .row-header-bottom {
    padding: 8px 0;
}

#header .catalog-btn {
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    font-size: 24px;
}

#header .catalog-btn div div:before {
    content: '';
    width: 25px;
    height: 16px;
    display: inline-block;
    margin-right: 13px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAQAgMAAACeiDw4AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAJUExURUdwTP///////+ZwRTAAAAACdFJOUwDfYP8CfQAAABRJREFUCNdjyFoFAg4MMJpYQCV9AP2/F+n/afHsAAAAAElFTkSuQmCC');
}

#header .catalog-btn:hover + div, #header .main-menu:hover {
    opacity: 1;
    visibility: visible;
}


#header .main-menu {
    position: relative;
    top: 15px;
    opacity: 0;
    visibility: hidden;
    padding-top: 15px;
    margin-top: -15px;
}

#header .main-menu > nav {
    position: absolute;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.09);
    border-radius: 0px 0px 20px 20px;
    padding: 31px 40px 2px;
    background: #fff;
}

#header .main-menu > nav {
    position: absolute;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.09);
    border-radius: 0px 0px 20px 20px;
    padding: 21px 0 15px;
}

#header .main-menu li[id*='menu_category'] {
    position: static;
}

#header .main-menu li[id*='menu_category']:after {
    display: none !important;
}

#header .main-menu li[id*='menu_category']:hover {
    background: #F0EBFA;
}

#header .main-menu li[id*='menu_category'] > a {
    font-size: 18px;
    padding: 10.5px 40px;
    color: #181818 !important;
}

#header .main-menu li[id*='menu_category'].dropdown > a:after {
    content: '';
    width: 7px;
    height: 13px;
    opacity: 1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAMAAABSF4SHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURRgYGBUVFUdwTBcXFxgYGBgYGApzdeIAAAAFdFJOU4AwAO+/AZ4PvAAAADFJREFUCNctjIENADAIwiqb/788hZGYNmoAtIG2oMiMxT6SY+e7wjreL4aGCMT9vUoeIU0Apm9zq/sAAAAASUVORK5CYII=);
}

#header .main-menu .dropdown-menu {
    height: 100%;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.09);
    border-radius: 0px 0px 20px 0px;
    padding: 28px 33px 0;
    max-width: calc(1266px - 100%);
}

#header .main-menu .tb_subcategories .tb_link {
    flex-basis: 25%;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 6px;
    line-height: 17px;
    max-width: 25%;
}

#header .main-menu .tb_subcategories .thumbnail {
    margin-bottom: 11px !important;
    border-radius: 10px;
    transition: all 0.3s;
    padding: 5px;
}

#header .main-menu .tb_subcategories .tb_link:hover .thumbnail {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.09);
}

#header #search .tb_search_wrap {
    width: 469px;
    margin: 0 20px 0 auto;
}

#header #search input {
    border-radius: 21px;
    font-size: 14px;
    padding: 0 21px;
    background: #fff;
    border: none;
    height: 42px;
}

#header #search input::placeholder {
    color: #555555;
}

#header #search_button {
    height: 100%;
    width: 40px;
}

#header #search_button:before {
    content: '';
    background: 0 no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAMAAAC6V+0/AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABLUExURUdwTDTHBDbHBDXKAzXJAjLPADjHADXHAzbLAjbJAjXJAjDHADbJAzbJAzTHAjbIAjTIAzTHADbKAjXIBDbHAjbMAzfKAzXIAjbJA58L85QAAAAYdFJOUwBAgL/vECBgf9+gIK/fcN9QQM+QgF+/kNgUZDAAAACOSURBVBjTlY/JEsMgDEMhGIyBkKWb//9Lm0DGOIceqgNiHhpbGHMoxx0YChqlyK6utiaes7AEa7+EIjRSGO+zb55ZjfL0bP4hPb5Ci+5VQ8/2tH6KFvwJl1tl0+uVotnGrZ+FrGBy3d9uMOTrI4GSv9gLJBBoxhNvhR1HoQ9iImBnzTTosQ6xpe9U9BedvpJ9BRZF9D0cAAAAAElFTkSuQmCC);
    width: 100%;
    height: 100%;
}

#header .wishlist {
    width: 32px;
    height: 28px;
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAcCAMAAAA3HE0QAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTP///////////////////////////////////////////////////////////////8/RimEAAAAQdFJOUwC/kKAQgM8g3+9AcFAwYK9eRXitAAAA50lEQVQYGXXACUKDQBBE0Zq1uiGJ//6nFSNiNp7u+loSZrtos7SALDfrMJJdLEvhz9CvPgGilGSXs0yAaf2YwOjaLBOgLNq4AbNLqhBX7QYM7RxQJQPWoQ4drgldFar+dT0YMFTAOtFhKgmdClIQOjVBSepUkipgnTAUDRg6UWFVh+z6yAGWGlR91KBJcsKiDy6Q1maFtN44YNXdF4T1wgFNv3pAWE8cEF07B4T1wAFhHRwQ1sEBYT1wQF60uySE9cQTGLobwLRe9AoUSy5A63o3gLitCaz6yMFdXHXCDaB2nbtFLHryDQkoDcs9h2nzAAAAAElFTkSuQmCC');
}

#header .callbackmobile {
    width: 32px;
    zoom: 0.8;
    height: 32px;
    margin-right: 15px;
    display: none;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAABJmlDQ1BBZG9iZSBSR0IgKDE5OTgpAAAoz2NgYDJwdHFyZRJgYMjNKykKcndSiIiMUmA/z8DGwMwABonJxQWOAQE+IHZefl4qAwb4do2BEURf1gWZxUAa4EouKCoB0n+A2CgltTiZgYHRAMjOLi8pAIozzgGyRZKywewNIHZRSJAzkH0EyOZLh7CvgNhJEPYTELsI6Akg+wtIfTqYzcQBNgfClgGxS1IrQPYyOOcXVBZlpmeUKBhaWloqOKbkJ6UqBFcWl6TmFit45iXnFxXkFyWWpKYA1ULcBwaCEIWgENMAarTQZKAyAMUDhPU5EBy+jGJnEGIIkFxaVAZlMjIZE+YjzJgjwcDgv5SBgeUPQsykl4FhgQ4DA/9UhJiaIQODgD4Dw745AMDGT/0ZOjZcAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF0WlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA3LTExVDE0OjA3OjEwKzAzOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNy0xMVQxNDowODozNSswMzowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNy0xMVQxNDowODozNSswMzowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NzM3MjU2ODAtMzZhNS03ZDRjLWI2ZmItNWU0ZmJiYmVjODNmIiB4bXBNTTpEb2N1bWVudElEPSJhZG9iZTpkb2NpZDpwaG90b3Nob3A6ZTgxYjg2YzctNGY3NC1hZTRiLWE2ZmQtNmM1ZTJiYmY4MzgyIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZjU0NjFkYTUtZTVhYS0zNzQzLWFhNTgtZmU1MjVmYTgzZjMxIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDpmNTQ2MWRhNS1lNWFhLTM3NDMtYWE1OC1mZTUyNWZhODNmMzEiIHN0RXZ0OndoZW49IjIwMjAtMDctMTFUMTQ6MDc6MTArMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIvPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0ic2F2ZWQiIHN0RXZ0Omluc3RhbmNlSUQ9InhtcC5paWQ6NzM3MjU2ODAtMzZhNS03ZDRjLWI2ZmItNWU0ZmJiYmVjODNmIiBzdEV2dDp3aGVuPSIyMDIwLTA3LTExVDE0OjA4OjM1KzAzOjAwIiBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHN0RXZ0OmNoYW5nZWQ9Ii8iLz4gPC9yZGY6U2VxPiA8L3htcE1NOkhpc3Rvcnk+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+A79ztwAAAslJREFUWMOtl01LFVEYxyfCfKkEWxoUOvdKIr60EYICty1DFG0ViAjRql0fICHRRQVWaHdjtAlDRDMhaHlDiLoR5DcQM8TI2/Uqevof+j8wjvfMnDtzDvxgmPPyPPOc5208pZRnyXkwDGbAGvgF9skW3+m5Ia61OtdmURvIgb/q/zgABTDP9zk+f+OcHkUwCzJpFKgHkzz0ECyAWzFfp+f6wSI4onUmQF21CmTBd37NMrhSxVUJHWCVZ2iL+bYKXAU/acY7CQSHGQUlsAm64xTIUvg2uOZAuHAd7FAJ36RAA81edCxcuEFLFII+EVwwyfuKMnsmyqEsGKOMR2EF2ujty4aNp8EUN38F51Io8YHR4QcVyDHUTN7+RB0fT1Mo0MkQnREFGplkFgwb2tXJcZQwNIUVsKst6TG9KiaZSosfqMpjLIUCQzxj0KMpDiLu9WUF4dv0m6QKNPHKn3ssIoWIxc9Cwn/Y5HgL1kHeY1Wbj1h4N6TAbUd5YUknJo8hkYtYeJHmkvHQkQJzoGyjgCyW8QdcdqnAVswVaC4xbGR8Yrl2cgVrbCbiNoyEfOEd64fMN4PX4C0rqrUTShjGtVGnwHRIic+gF3TxQBklNiamsy4Ew1CSQr+F1romvFF2Q2fLm4ZzJPkNSBtVZBtlc3c14JWlElOGM1bpU2flxSw17rBUQl/HfbAXITxPU4f39nD+RbAaZhiO76v05FaGcDEUpo/11xn2fNThx73HGpIJHjCaIKTOsDZk+Wxad48yxit1RPUMxxJ7ONctWR+//AuoNTWlPhvHHfZwLoX/BhugJa4t76YSpZQ1P2j2MoV32f6Y+CzRij1cZwLBPXQ4RbO3VPtrVsfudZ8husKk1RST4YYDf0RlOlxtmp9Tn+laitEh0+4SK9ocn9cDZXuXcd7q4u9Y0C3boM7fTDKb/MIyn/OcG4jIASf4ByGh6bC0ddK4AAAAAElFTkSuQmCC');
}

#header #cart {
    width: 34px;
    height: 31px;
    margin: 0 7px 0 22px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAfCAMAAAC1fe+DAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURUdwTP///////////////////////////////////////////////////////////////////4ZSzFsAAAARdFJOUwDPQGAQn++/3yCAMHBQr5CPSjeZlgAAAM5JREFUGBmdwAmOwjAQRNHymrazwL//ZUchILCdMBJPd4Cciq5xsKhL1ZkZUPVdyWT9w8F0KujlxhUXdQhcqjrMsOmEh6xDBNOJkkFPDqJGAZKeEqwaGRQ9LbBoECDpxUPSwMDrJYKp52HSm0FUZwKvtwSzWgVMHxaopbVB0IeVE6ZPkVGe1TCYGluNam3g9V0ArOGiOoneql5wNFzRL8o9BR1iTUvUoGRg0YMDnAY3gKydZ+fVS+y0C+xW9TxA0i5mwIoG1fIU9TA7plkPf9g2E4ygsB0RAAAAAElFTkSuQmCC');
}

#header #cart .nav, #header #cart .dropdown, #header #cart .dropdown h3, #header #cart .dropdown a {
    height: 100%;
    width: 100%;
}

#header #cart .heading .tb_items {
    width: 18px;
    height: 18px;
    background: #FAA638;
    border-radius: 50%;
    color: #fff !important;
    font-weight: 600;
    font-size: 12px;
    opacity: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -5px;
    right: -7px;
    position: absolute;
}

#header #cart .heading .tb_items:before, #header #cart .heading .tb_items:after {
    display: none;
}


#header #cart .dropdown {
    height: auto;
    margin-bottom: -14px;
    padding-bottom: 14px;
}


#header #cart .dropdown:after {
    display: none !important;
}

#header #cart .dropdown-menu {
    right: -8px;
    left: auto;
    box-shadow: 0px 9px 10px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    width: 620px;
    padding: 29px 26px 46px;
    margin: 0;
}

#header #cart .dropdown-menu:after {
    display: none !important;
}

#header #cart .dropdown-menu h3 {
    text-align: center;
    font-size: 24px;
    color: #01A368;
    margin-bottom: 22px;
}

#header #cart .dropdown-menu td {
    padding: 5px !important;
    border: none;
}

#header #cart .dropdown-menu .remove button {
    min-width: 34px;
    height: 34px;
    padding: 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAMAAADDoWbgAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURVRUVFRUVFVVVVZWVlVVVVBQUFJSUlRUVFRUVEdwTFBQUFRUVFNTU1VVVVVVVVVVVVNTU1VVVRD59xUAAAARdFJOU79A36+fIB9ggAAQoFBwzzCQHU6z+QAAAE1JREFUCNelzTEWwBAUBdEHHwMR+99sCs5J+txuqhFAlzQAhJkplHCZGWK9kiiRrUREidXh6rRTzrOS8s+awqfWT31/48pbuBG1aYvGAykBBU2vZc/cAAAAAElFTkSuQmCC');
    border: 1px solid #C4C4C4 !important;
    border-radius: 50% !important;
    box-shadow: none;
}

#header #cart .dropdown-menu .image {
    min-width: 108px;
}

#header #cart .dropdown-menu .image img {
    min-width: 100%;
}

#header #cart .dropdown-menu .name {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
}

#header #cart .dropdown-menu .quantity {
    display: block;
    font-weight: 700;
    margin-top: 11px;
}

#header #cart .dropdown-menu .total {
    font-weight: bold;
    font-size: 18px;
    color: #01A368;
    white-space: nowrap;
    padding-right: 24px !important;
    text-align: right;
}

#header #cart .mini-cart-total {
    margin: 0 !important;
}

#header #cart .mini-cart-total:before,
#header #cart .mini-cart-total tr:not(:last-child) {
    display: none !important;
}

#header #cart .mini-cart-total td {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
    color: #000000;
}

#header #cart .mini-cart-total td span {
    margin-right: 10px;
}

#header #cart .buttons {
    margin-top: 7px;
}

#header #cart .buttons .btn {
    width: 336px;
}

/*Home*/
.common-home #header .main-menu {
    opacity: 1;
    visibility: visible;
}

.common-home #content .row-wrap:not(:last-child) {
    margin-bottom: 80px;
}

.common-home .panel-heading {
    font-weight: bold !important;
    font-size: 36px !important;
    margin-bottom: 40px;
}

.row-home-banner {
    padding: 30px 0 0 !important;
}

.row-home-banner .mSButtons {
    display: none;
}

.row-home-brands .tb_manufacturer {
    padding: 29px 0;
    border: 1px solid #E6E6E6;
    margin: -1px -1px 0px 0px;
}

.row-home-brands .tb_manufacturer:first-child {
    border-top-left-radius: 20px;
}

.row-home-brands .tb_manufacturer:nth-child(5) {
    border-top-right-radius: 20px;
}

.row-home-brands .tb_manufacturer:nth-child(6) {
    border-bottom-left-radius: 20px;
}

.row-home-brands .tb_manufacturer:last-child {
    border-bottom-right-radius: 20px;
}

.home-categories {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #E2E2E2;
    border-radius: 20px;
    overflow: hidden;
}

.home-categories .home-categories_item {
    width: 50%;
    display: flex;
    position: relative;
    height: 270px;
}

.home-categories .home-categories_item:nth-child(2),
.home-categories .home-categories_item:nth-child(3) {
    background: rgba(101, 52, 207, 0.1);
    overflow: hidden;
}

.home-categories .home-categories_item:nth-child(2):after,
.home-categories .home-categories_item:nth-child(3):after {
    content: '';
    position: absolute;
    right: -86px;
    top: 27px;
    width: 379px;
    height: 379px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50%;
}

.home-categories .content {
    padding: 34px 0 15px 64px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.home-categories .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    color: #000000;
    margin-top: 20px;
}

.home-categories .icons:before, .home-categories .icons:after {
    content: '';
    width: 70px;
    height: 70px;
    margin-right: 16px;
    display: inline-block;
    background-color: rgba(240, 235, 250, 0.5);
    border-radius: 50%;
    background-image: url(/catalog/view/theme/BurnEngine/image/icon/home-categories-icon.png);
    background-repeat: no-repeat;
    background-position: 16px center;
}

.home-categories .home-categories_item:nth-child(2) .icons:before, .home-categories .home-categories_item:nth-child(2) .icons:after,
.home-categories .home-categories_item:nth-child(3) .icons:before, .home-categories .home-categories_item:nth-child(3) .icons:after {
    background-color: #fff;
}

.home-categories .home-categories_item:nth-child(1) .icons:after {
    background-position-x: -67px;
}

.home-categories .home-categories_item:nth-child(2) .icons:before {
    background-position-x: -150px;
}

.home-categories .home-categories_item:nth-child(2) .icons:after {
    background-position-x: -237px;
}

.home-categories .home-categories_item:nth-child(3) .icons:before {
    background-position-x: -327px;
}

.home-categories .home-categories_item:nth-child(3) .icons:after,
.home-categories .home-categories_item:nth-child(4) .icons:before {
    background-position-x: -418px;
}

.home-categories .home-categories_item:nth-child(4) .icons:after {
    background-position-x: -503px;
}

.home-categories .image {
    flex-grow: 1;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.row-home-callback {
    background: #F8F2ED;
    background-image: url(/catalog/view/theme/BurnEngine/image/home-callback.png);
    background-position: 95% 72%;
    background-repeat: no-repeat;
}

.row-home-callback .tb_wt_block_group {
    padding: 170px 0 136px;
    text-align: center;
}

.row-home-callback .tb_wt_block_group .panel-heading {
    margin-bottom: 13px;
    text-align: center;
}

.row-home-callback .tb_text_wrap p {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 35px;
}

.row-home-callback .callback-wrap {
    margin: 0 !important;
}

.row-home-callback .callback-wrap input,
.row-home-callback .callback-wrap .fcallback,
.row-home-callback .callback-wrap .wcallback{
    background: #FFFFFF;
    border-radius: 27px;
    width: 372px;
    height: 56px;
    line-height: 56px;
    text-align: center;

}

.row-home-callback .callback-wrap .fcallback, .row-home-callback .callback-wrap .wcallback {
    background: #01A368;
    border-radius: 27px;
    margin: 20px auto 0;
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    cursor: pointer;
}

.home-advantages_list {
    padding-top: 14px;
}

.home-advantages_list li {
    position: relative;
    padding-left: 74px;
    margin-bottom: 46px;
}

.home-advantages_list li:before {
    content: '';
    position: absolute;
    top: -15px;
    left: 0;
    width: 50px;
    height: 50px;
    background-color: #FAA638;
    border-radius: 50%;
    background-image: url(/catalog/view/theme/BurnEngine/image/icon/home-advantages-list.png);
    background-repeat: no-repeat;
    background-position: center 11px;
}

.home-advantages_list li:nth-child(2):before {
    background-position-y: -72px;
}


.home-advantages_list li:nth-child(3):before {
    background-position-y: -160px;
}


.home-advantages_list li:nth-child(4):before {
    background-position-y: -247px;
}

.home-advantages_list li span {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    display: block;
    margin-bottom: 10px;
}

. li p {
    font-size: 18px;
    line-height: 24px;
}

.home-advantages_content {
    text-align: center;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    margin: 88px 0 0 51px;
    padding: 53px 0 36px;
}

.home-advantages_content div {
    font-weight: 600;
    font-size: 24px;
}

.home-advantages_content p {
    font-size: 18px;
    line-height: 22px;
    margin: 17px auto 46px;
    max-width: 60%;
}

.row-home-stories .tb_article {
    flex-direction: row;
    background: #F8F8F8;
    border-radius: 15px;
    overflow: hidden;
    flex-wrap: nowrap;
}

.row-home-stories .thumbnail, .row-home-stories .tb_item_info h4 {
    margin: 0;
}

.row-home-stories .thumbnail {
    min-width: 250px;
}

.row-home-stories .thumbnail:before {
    display: none !important;
}

.row-home-stories .tb_item_info {
    min-width: 0;
    padding: 29px 44px 29px 37px;
    display: flex;
    justify-content: space-between;
    flex-basis: 0 !important;
    flex-grow: 1 !important;
}

.row-home-stories .tb_item_info h4 {
    flex-basis: 48%;
}

.row-home-stories .tb_item_info h4 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}


.row-home-stories .tb_item_info .wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}


.row-home-stories .tb_item_info .tb_description {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 13px;
}

.row-home-stories .read-more {
    display: flex;
    align-items: center;
    color: #289A00;
    font-size: 14px;
}

.row-home-stories .read-more:before {
    content: 'Читать статью';
    margin-right: 8px;
}

html[lang='ua'] .row-home-stories .read-more:before {
    content: 'Читати статтю';
}

.row-home-stories .read-more:after {
    content: '';
    width: 10px;
    height: 8px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAIBAMAAADdFhi7AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURSiZAEdwTCqVACiaACWVACiXACmaACmaAEFWj1kAAAAIdFJOU4AAMN8wYK/vStVUEAAAACpJREFUCNdjEBQUDBEUYABSyo5gSshEgAEE0h0glAJY0AiiRBFMBQkKAACERQS7BoDkJwAAAABJRU5ErkJggg==')
}

.row-home-desc .swiper-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 54px !important;
}

.row-home-desc .wrapper {
    display: flex;
}

.row-home-desc .swiper-slide p, .row-home-desc .swiper-slide ul, .row-home-desc .swiper-slide ol {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px !important;
}

.row-home-desc .swiper-slide h3 {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.row-home-desc .swiper-slide ul li {
    padding-left: 20px;
    position: relative;
}

.row-home-desc .swiper-slide ul li:before {
    content: '';
    position: absolute;
    left: 10px;
    top: 4px;
    width: 5px;
    height: 5px;
    background: #01A368;
    border-radius: 50%;
}

.row-home-desc .swiper-button {
    width: 15px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: opacity 0.3s;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAYCAMAAAAS21dbAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTFRUVFVVVVVVVVVVVVVVVVVVVVBQUFVVVVVVVVVVVVZWVlZWVlNTU1VVVRoCeyQAAAAOdFJOUwAg34Cfz+8QMHBgX4+Qx9VgcgAAAF9JREFUGNN90EkOwCAMA8CEvRT8/+cWeiGO1HLzCBETkRTFngQQtAAMC7ogecjVQVADNTvYUxgiUJqH2wEuCx1c9ebs7u/3+omD53Ef11dXzPr133cfJ7YCzJ99yqT4AOGvA+3HMa7BAAAAAElFTkSuQmCC');
}

.row-home-desc .swiper-button-prev {
    left: 0;
    right: auto;
    transform: scale(-1, 1);
}

.row-home-desc .swiper-button-disabled {
    opacity: 0.2;
}

.row-home-desc .swiper-scrollbar {
    background: #E6E6E6;
    border-radius: 2px;
    height: 3px;
    position: absolute;
    bottom: 10px;
    left: 80px;
    right: 80px;
}

.row-home-desc .swiper-scrollbar-drag {
    background: #01A368;
    border-radius: 2.5px;
    height: 5px;
    position: relative;
    top: -1px;
}

/*Product page*/

.product-info .tb_thumbs_wrap {
    margin: 60px 0;
}

.product-info .free-delivery {
    font-weight: 600;
    font-size: 14px;
    line-height: 0.98;
    position: absolute;
    top: 25px;
    left: 25px;
    z-index: 2;
    border: 1px solid #01A368;
    border-radius: 25.5px;
    width: 148px;
    background-color: #fff;
}

.product-info .free-delivery span {
    position: relative;
    display: block;
    padding: 9px 0 9px 54px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.product-info .free-delivery span:before {
    content: '';
    position: absolute;
    width: 26px;
    height: 26px;
    top: 9px;
    left: 16px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAbCAMAAAC6CgRnAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACKUExURUdwTPqlOACgaPqlOACfaPigOACjaACiaAChaAGjaACkaPumOACiaPmlOACfaQGiaACfZgGkaAGkaAChaACjafumOACjaAKjZwCjZgCjaACiaACjZwKkaPmmN/qmOACjaPqlN/umOP+fQPmmNgGjaPqmOPSlNQCiaAClawGiZ4CjUPunOPimOfqmOIfTHPQAAAAtdFJOUwBgQJ8gIL9ggL/Pv3CAEN8w35+QUJCAdFCvn6qPr8+Q768QUO/fMMAf70B/cFE9zmwAAAETSURBVCjPhZLZksIgEEWvQGgaGJJoklLLfZv9/39vghpDxnE8b3Cg+9IF0JJtXY3MbT5xT31C/bXK4LJfYiTlysnl91HKzVLKXerkPkvYpleFrEcJ7kP1Tp+OLz1LSZQ4uLT56F83JqJK3VxjvCH2jQlX5zl0bmLMgixNzKVmITBddK5CpcTak1HRiXy2AIs/s4g55kLxIxcsGh/dSva4PVFRMh98yKPbpTMDEVRLAAMHHlJ2b+d4bwglLqch40ZcsK0zDyjva97o+gnWXHWbvtSszs62gYs8ILBQZ/waULZQDOiW3AOY5vrMuwIwsXp2rUIAhLksZm/Ria5DsAqhvH6U6RhQ3GcqrH29nSRrtcITfgBqpQ/iyvMIpgAAAABJRU5ErkJggg==');
}

.product-info .tb_gallery.tb_thumbs_vertical.tb_thumbs_spacing_sm.tb_thumbs_crop .tb_thumbs ul > li {
    padding-top: 0;
}

.product-info h1 {
    text-align: left;
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    margin: 24px 0 8px !important;
}

.product-info .sku {
    font-weight: bold;
    font-size: 16px;
    color: #FAA638;
}

.product-info .short_description {
    font-size: 14px;
    line-height: 1.3;
    margin: 12px 0 0;
}

.product-info .block-info {
    border: 1px solid #C4C4C4;
    border-radius: 15px;
    padding: 20px 16px;
    margin: 20px 0 65px;
}

.product-info .tb_system_product_info {
    font-size: 14px;
    position: static;
    margin-bottom: 4px;
}

.product-info .tb_system_product_info dt {
    font-weight: 400;
    display: block;
    margin-bottom: 2px;
}

.product-info .tb_system_product_info dd {
    font-weight: 600;
}

.product-info .tb_stock_status {
    position: absolute;
    bottom: -44px;
    left: 0;
    font-weight: 600;
    font-size: 18px;
    color: #01A368;
}

.product-info .tb_stock_status .tb_stock_status_8 {
    color: #FAA638;
}

.product-info .tb_stock_status .tb_stock_status_6 {
    color: #8A8A8A;
}

.product-info .tb_system_product_field_2 {
    font-size: 14px;
    margin-left: 7px;
}

.product-info .tb_system_product_field_3 p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-info .tb_system_product_field_3 p:before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #FAA638;
    vertical-align: middle;
    margin-right: 5px;
}


.product-info .tb_system_product_info .logo {
    display: none;
}

.product-info .logo {
    max-width: 158px;
    display: block;
    margin-left: auto;
}


.product-info .price .price-old {
    font-size: 18px;
    color: #555555;
    margin-bottom: 10px;
    display: inline-block;
}

.product-info .price .price-regular, .product-info .price .price-new {
    font-weight: 600;
    font-size: 30px;
    color: #000000;
}


.product-info .tb_currency {
    margin-left: 0.2em;
}

.product-info .price small {
    font-size: 18px;
    color: #555555;
    margin-left: 10px;
}

.product-info .tb_purchase_button {
    margin-right: 25px;
}

.product-info #button-cart, .product-info .tb_cart_wrap .ask_price {
    width: 241px;
    margin-top: 24px !important;
}

.product-info .ask_price {
    display: none;
}

.product-info .tb_system_product_price {
    display: flex !important;
    align-items: flex-end;
}

.product-info .tb_system_product_price > div {
    flex: 0 0 auto;
}

.product-info .tb_button_wishlist {
    margin: 0 0 4px 27px;
}

.product-info .tb_button_wishlist a {
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
}

.product-info .tb_button_wishlist a:before {
    content: '';
    width: 28px;
    height: 23px;
    margin-right: 10px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABwAAAAXCAMAAAAvFN9lAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAABIUExURUdwTACfawChaACjaAGjaAGjaAGjaACfaAGjZwGjaAGkaACiaACjaQChZQGjaAGkaQCiaQKjZwCjZgCiaACiZgCjZwCjaAGjaGL6ylUAAAAXdFJOUwAQQKCAkL8g79+fYFAwz89wb1CgcK+/+rfKWgAAAMRJREFUGBltwAl2wjAMRdHvRLakDIxt3/53WqCEE4qv7oq1II7VJbdjEO3L9WTBU61sTA8TRJ2HS02AqPNwGRMm3VQYix4MatGdj1Alh0kbM21GGDSRro4SXJVM6rqSAlOXgYKqLiPUaOpq/MhgUIfDrBI0dTTSpROc9MHAdNNg0D8LHHTnSax6swbpevAgFu0sQbie1gTTyxly1YsnVP0pFdK14wdI140f4eB6Z4BJ54CqD3NCNohFHT4CfBf1zZmDdn4B14AMw7QooIMAAAAASUVORK5CYII=');
}

.product-tabs {
    margin: 49px 0 80px !important;
}

.product-tabs .nav-tabs {
    background: none;
    border-color: #E6E6E6;
}

.product-tabs .nav-tabs li {
    background: #fff !important;
    border-top-left-radius: 30px !important;
    border-top-right-radius: 30px;
}

.product-tabs .nav-tabs li.active {
    border-color: #E6E6E6;
}

.product-tabs .nav-tabs li a {
    font-weight: 600;
    font-size: 24px;
    padding: 16px 89px;
    color: #01A368;
}

.product-tabs .nav-tabs li:last-child a {
    padding: 16px 38px;
}

.product-tabs .tab-content {
    border: none;
    padding: 57px 0 0;
}

.product-tabs .tb_product_description {
    padding-right: 210px;
    font-size: 18px;
    line-height: 1.4;
}

.product-tabs .tb_product_description h2 {
    font-weight: 600 !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
}

.product-tabs .tb_product_description h3 {
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
}

.product-tabs .tb_product_description li {
    list-style: none;
    padding-left: 17px !important;
    position: relative;
}

.product-tabs .tb_product_description li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #01A368;
}

.product-tabs .tb_product_description img {
    max-width: 48%;
    margin-right: 2%;
}

.product-tabs .tb_system_product_field_1 {
    padding-right: 330px;
    font-size: 22px;
}

.product-tabs .tb_system_product_field_1 li {
    padding: 7px 33px;
    list-style: none !important;
}

.product-tabs .tb_system_product_field_1 li:nth-child(even),
.product-tabs table tr:nth-child(even) td {
    background-color: #F9F7FD;
}

.product-tabs table td {
    padding: 7px 30px;
    margin-right: 10px;
}

.product-tabs table td:first-child {
    border-right: 12px solid #fff;
}

.product-tabs .delivery {
    display: flex;
    margin: 0 -15px;
}

.product-tabs .delivery-item {
    width: 50%;
    position: relative;
    padding: 0 15px;
}

.product-tabs .delivery-item:before {
    content: '';
    position: absolute;
    left: 15px;
    top: 4px;
    width: 80px;
    height: 80px;
    border: 1px solid #01A368;
    border-radius: 50%;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAoCAMAAAC7IEhfAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACrUExURUdwTAChaACkaACiaACfaACjaACjaACiaAKiaACfaAGjaPqmOPmjOACjaACjZ/elOACfZQCjZwCjZwCfbfefOPalNfqlNwKkaLKlRvmlN/ilOPqmOACiZgKkaPqlOACla/+fMPmlONakQPymOQCiafqnOAGjaP////qmOP705vuxUf3etP7pzf/05vu8av7v2vusRP/68/u3Xf3Vov3jwfzHg/7jwT+jXP3Nj17i3mUAAAAmdFJOUwCA32BAQL+fnyDv30CQUGAwz68QIDDvf99QcL9wj2AfEIBwUHCfypwPewAAAWtJREFUOMu1lceWgyAUQF8gkthrepmOoKZP+/8vm4AxTgwyWUzu4rHgHvUVEOAeBF01Tc2iLTxceKblmkqMhji3ALy+gohGYhlVYgcB4F4rhJ5FOtIlimuxNZeaQIokNvR4tFuKqjd6+Ixp6sQQVVg9rVjT+3fRCG4UAcw/xW7n1EvSxzpxRENyAiGNiCmG3wPRKkYReNbiBpG40KH0BtElYLr4QozVVbGioJr2RSmGnvrMoXrQQiki3HY8T2M2N2K92OwMelUKzvIlARgsn79KMQQ3VGk2O/I2E9FORAMsMBHxmpfDhO0Lvvlm2wPneTYcAMTUA5NU2VWVSuz9Lk3TdcaPMeWZLQprKXLxmTBWLE8lBXOEScOra2K8FfufbFOKOzaV+btXF8Q4E/u5fK4Un1pqN2WF+DZ2KMVcvlrF43AthPV2JZaVTEaNz7KC8w+W5Rv+LsvTxkQWfCajPdD22PH9REbnLj8E+AFlgjL0pGp/BgAAAABJRU5ErkJggg==');
}

.product-tabs .delivery-item:last-child:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAMAAADyHTlpAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAACEUExURUdwTACjaPqmOACiaACiaAKiaAGkaAChaACiaPehOPqlOACfagGjaPqmOPilOACfaAGjaACiaACgZgCjZwCkaP+tOgGiaPqjOACjZ/+fQPqlN/qnOACjaPqmOPijOAKkaQKjaPqmOQCkaQOkafqlN/mjNvikN/moN/imOf+fMAGjaPqmOPq9SHYAAAAqdFJOUwC/v2BAn9+AnyCAEL/fYCDvcDBQzx/fQK8Q76CQzzCPf5BfX29QcK9wEKNPjgIAAAG7SURBVDjLtZSLcqsgFEVP5AgqGEC9ajRJ2/su/P//FdUk4quPma4ZxDmuYTYIAIycjsmx7/8mFexyujRBejlB3KSBTXbVY+q0NIG0Bfhjr3tq+889KtumseubrQhx6mhs97S2ub+3K2pljyu06aq6Hn5Rklll4xV+pzyfqexwtatcCF2ocLXVYtCX4LSmxvbHIlcSwDepivVo6askDLMwzF0jeRjKXjWHAfPTUyONWGcUBUrGkHsBmJKeWkRIizOWETIR+SoI4akIGOkQC5azmsmbWhhDM5AGJ2rGgUtAjiglPgLQCM+UA3PtvcWiDHg5tA+ogEpC3s3sfRVqMcysV1+SOcGoCsZYZHQ/M6e+Biv879Xz8BMIQME6dQN/DwinlmyDeqlGG4iF+okAn1BVuIHwvtC9rD5qL4CP+Joqn5Qpnv3v/JkaGsqZKtUhz0hZ8OnNQ10tL6n0VVr3wxRsotaHx3npVDMyHDU0U7JJjYFE7GDjenND8AYz4+hGI+I9Wa6GPjOPsDi+8+EU3ueqSN8/FdPaEFyX/rro3tXeANpoAPhlyPzyMlQoRRY1qvTy/taM8HmNMH2rvQEywSu0pUFkUwAAAABJRU5ErkJggg==')
}

.product-tabs .delivery-item > span {
    font-weight: 600;
    font-size: 24px;
    color: #000000;
    margin-bottom: 9px;
    display: inline-block;
    padding-left: 108px;
}

.product-tabs .delivery-item ul {
    padding-left: 108px;
}

.product-tabs .delivery-item li {
    position: relative;
    padding-left: 18px;
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 11px;
}

.product-tabs .delivery-item li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 10px;
    height: 10px;
    background: #01A368;
    border-radius: 50%;
}

.product-tabs .delivery-item li span {
    font-size: 20px;
}

.product-info .tb_system_related_products .panel-heading {
    font-weight: bold !important;
    font-size: 36px !important;
    margin-bottom: 40px;
}

.product-info .tb_system_related_products .tb_slider_controls {
    top: 54px !important;
}

/*Category*/

.tb_page_product_category h1 {
    max-width: 60%;
}

.row-categories .tb_wt_menu {
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 25px 12px 25px 27px;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 30px;
}

.row-categories .tb_wt_menu .panel-heading {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.row-categories .tb_wt_menu .nav {
    padding-left: 32px;
}

.row-categories .tb_wt_menu .nav > li {
    margin-bottom: 11px;
    position: relative;
}

.row-categories .tb_wt_menu .nav > li:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #FAA638;
    border-radius: 50%;
    left: -34px;
    top: 2px;
}

.row-categories .tb_wt_menu .nav .tb_toggle {
    width: 20px;
    height: 20px;
    background: none;
    position: absolute;
    left: -34px;
    top: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.row-categories .tb_wt_menu .nav .tb_toggle:before {
    content: '+';
}

.row-categories .tb_wt_menu .nav .tb_toggle.active:before {
    content: '-';
}

.row-categories .tb_wt_menu .active {
    color: #289A00;
}

.row-categories .tb_wt_menu .nav ul {
    display: none;
}

.row-categories .tb_wt_menu .nav ul .tb_toggle {
    display: none;
}

.row-categories .tb_wt_menu .nav ul li a {
    font-weight: 400 !important;
    font-size: 14px;
    line-height: 17px;
    margin: 10px 0;
}

.row-categories .tb_wt_menu .dropdown-menu {
    display: none !important;
}

.row-categories .tb_module_ocfilter {
    border: 1px solid #E6E6E6;
    border-radius: 20px;
    padding: 25px 12px 25px 27px;
    margin-bottom: 30px;
}

.row-categories .tb_module_ocfilter .panel-heading {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
}

.ocf-option-name {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
}

.ocf-option-values, .ocf-option-values #ocfilter-hidden-values-m {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.ocf-option-values #ocfilter-hidden-values-m:not(.in),
.ocf-option-values hr {
    display: none;
}

.ocf-option-values label {
    margin-bottom: 10px;
    cursor: pointer;
}

.ocf-option-values input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid #E6E6E6 !important;
    border-radius: 5px;
    background-color: transparent !important;
    background-position: center;
    margin-right: 10px;
}

.ocf-option-values input[type='checkbox']:checked {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAMAAACz+6aNAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA8UExURUdwTAGiaAGjaACfcAGiaACjaQCfZQCfaAGkaAGkaAGkaQCjaACkaQCjaACiaQChaAKkZwCfaACfYAGjaFkC2tQAAAATdFJOUwDfoBDvUDAgf9/PX3C/cJCPQBDWyL8hAAAAVUlEQVQIHQXBhwHDIBAEMOH2gFuS23/XSACAY+4AQI08AKBGFtYdQI3MlTcfwDrTCseWDixpBc7khJ5WgCf50rMdAHq26skOgCUjuQDAnXQA4HdfAP4xUgMY0EJ/DAAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
}

.row-categories .collapse-value {
    font-size: 14px;
    color: #01A368;
    border-bottom: 1px dashed #01A368;
    cursor: pointer;
}

.row-categories .popover {
    z-index: 99;
    left: 100% !important;
    position: absolute;
}

.row-categories .popover .btn {
    font-size: 20px !important;
}

.row-categories .mSButtons {
    display: none;
}

.row-categories .mSPages li {
    width: 6px;
    height: 6px;
    margin: 0 3px;
    background: #C4C4C4 !important;
    opacity: 1;
}

.row-categories .mSPages li.active {
    background: #01A368 !important;
}

.row-categories .tb_system_subcategory_listing {
    margin: 10px 0 50px;
}

.row-categories .tb_system_subcategory_listing .thumbnail {
    margin-bottom: 15px !important;
}

.row-categories .tb_system_subcategory_listing h3 {
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
}

.row-categories .tb_listing_options {
    border: none;
    margin-bottom: 10px;
}

.row-categories .product-filter span {
    font-size: 18px;
    color: #555555;
    margin-right: 11px;
}

.row-categories .product-filter select {
    min-width: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFBAMAAACOSmBbAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURRgYGBgYGEdwTBgYGBgYGBgYGBgYGBAQEBgYGBkZGRcXF355umYAAAALdFJOU6B/ACDPX4AQ34+vxIRaSQAAACZJREFUCB1jYFVSUgpgsBBSUmxmUHZUmmLEoFSwgF2JQUkpTUkJAEtVBWHh1beKAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    background-position: right;
    padding: 0 15px 0 0;
    margin: 0;
    border: none;
    height: auto;
    cursor: pointer;
}

.row-categories .product-layout {
    max-width: calc(100% / 3) !important;
}

.row-cat-desc {
    margin-top: 50px;
}

.row-cat-desc .title {
    font-weight: bold;
    font-size: 36px;
    line-height: 44px;
    margin: 80px 0 40px;
}

.row-cat-desc .swiper-container {
    overflow: hidden;
    position: relative;
    padding-bottom: 54px !important;
}

.row-cat-desc .wrapper {
    display: flex;
}

.row-cat-desc .swiper-slide p {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 8px !important;
}


.row-cat-desc h2 {
    font-weight: 600 !important;
    font-size: 36px !important;
    line-height: 1.2 !important;
}

.row-cat-desc h3 {
    font-weight: 500 !important;
    font-size: 24px !important;
    line-height: 1.2 !important;
}

.row-cat-desc .swiper-button {
    width: 15px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: opacity 0.3s;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAYCAMAAAAS21dbAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAtUExURUdwTFRUVFVVVVVVVVVVVVVVVVVVVVBQUFVVVVVVVVVVVVZWVlZWVlNTU1VVVRoCeyQAAAAOdFJOUwAg34Cfz+8QMHBgX4+Qx9VgcgAAAF9JREFUGNN90EkOwCAMA8CEvRT8/+cWeiGO1HLzCBETkRTFngQQtAAMC7ogecjVQVADNTvYUxgiUJqH2wEuCx1c9ebs7u/3+omD53Ef11dXzPr133cfJ7YCzJ99yqT4AOGvA+3HMa7BAAAAAElFTkSuQmCC');
}

.row-cat-desc .swiper-button-prev {
    left: 0;
    right: auto;
    transform: scale(-1, 1);
}

.row-cat-desc .swiper-button-disabled {
    opacity: 0.2;
}

.row-cat-desc .swiper-scrollbar {
    background: #E6E6E6;
    border-radius: 2px;
    height: 3px;
    position: absolute;
    bottom: 10px;
    left: 80px;
    right: 80px;
}

.row-cat-desc .swiper-scrollbar-drag {
    background: #01A368;
    border-radius: 2.5px;
    height: 5px;
    position: relative;
    top: -1px;
}

/*Simple*/

.simple-content fieldset {
    position: relative;
}

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

.simple-content .form-group .control-label {
    padding-left: 22px;
    font-size: 14px;
    margin-bottom: 7px;
    min-height: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    flex-basis: auto !important;
    align-self: initial;
}

.simple-content .form-group.required > .control-label:before {
    content: "*";
    margin-right: 0;
    font-weight: 400;
    color: inherit;
}

.simple-content input[type='text'],
.simple-content input[type='tel'],
.simple-content input[type='email'],
.simple-content input[type='password'],
.simple-content textarea.form-control,
.simple-content .form-group select {
    background: none;
    border: 1px solid #C4C4C4;
    border-radius: 27px;
    height: 54px;
    padding: 0 20px;
}

.simple-content input[type='checkbox'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 25px;
    height: 25px;
    border: 1px solid #C4C4C4;
    border-radius: 4px;
    background-position: 50%;
    background-color: transparent;
    cursor: pointer;
    position: static;
}

.simple-content input[type='checkbox']:checked {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAMCAMAAACz+6aNAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA8UExURUdwTAGiaAGjaACfcAGiaACjaQCfZQCfaAGkaAGkaAGkaQCjaACkaQCjaACiaQChaAKkZwCfaACfYAGjaFkC2tQAAAATdFJOUwDfoBDvUDAgf9/PX3C/cJCPQBDWyL8hAAAAVUlEQVQIHQXBhwHDIBAEMOH2gFuS23/XSACAY+4AQI08AKBGFtYdQI3MlTcfwDrTCseWDixpBc7khJ5WgCf50rMdAHq26skOgCUjuQDAnXQA4HdfAP4xUgMY0EJ/DAAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
}

.simple-content .form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFBAMAAACOSmBbAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAhUExURRgYGBgYGEdwTBgYGBgYGBgYGBgYGBAQEBgYGBkZGRcXF355umYAAAALdFJOU6B/ACDPX4AQ34+vxIRaSQAAACZJREFUCB1jYFVSUgpgsBBSUmxmUHZUmmLEoFSwgF2JQUkpTUkJAEtVBWHh1beKAAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    background-position: 97% center;
    transition: none;
}

.simple-content .form-group select:focus {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.simple-content .simplecheckout-error-text {
    font-size: 13px;
    margin-left: 20px;
}

/*Checkout*/

.checkout-simplecheckout .simple-content {
    margin-bottom: 64px;
}

.checkout-simplecheckout .simplecheckout-left-column {
    max-width: 510px;
    position: relative;
}

.checkout-simplecheckout .simplecheckout-right-column {
    max-width: 619px;
    width: auto;
}

.checkout-simplecheckout .simplecheckout-block {
    margin-bottom: 27px;
}

.checkout-simplecheckout .checkout-heading {
    background: none;
    border: none;
    padding: 0;
    margin-bottom: 25px;
    font-weight: 600;
    font-size: 24px;
}

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

.checkout-simplecheckout .simplecheckout-block-content {
    padding: 0;
}

#simplecheckout_customer .checkout-heading {
    margin-bottom: 55px;
}

#simplecheckout_customer .checkout-heading span:first-child {
    color: #01A368;
    margin-left: 22px;
}

#simplecheckout_customer .checkout-heading-button a {
    font-size: 20px;
    text-transform: initial;
    border-bottom: 1px dashed #181818;
}

#simplecheckout_customer .row-customer_register {
    flex-direction: row-reverse;
    align-items: center;
    margin: 29px 0 25px;
}

#simplecheckout_customer .row-customer_register .control-label {
    padding-left: 11px;
    cursor: pointer;
}

#simplecheckout_customer .row-customer_register .checkbox {
    padding-left: 0;
}

#simplecheckout_shipping_address .form-group:first-child {
    font-weight: 600;
    font-size: 20px;
    color: #FAA638;
    margin: 4px 0 28px;
}

#simplecheckout_shipping_address .row-shipping_address_house,
#simplecheckout_shipping_address .row-shipping_address_flat {
    width: 47%;
}

#simplecheckout_shipping_address .row-shipping_address_flat {
    position: absolute;
    right: 0;
    bottom: 0;
}

#simplecheckout_shipping_address .row-shipping_address_house.has-error + .row-shipping_address_flat {
    bottom: 20px;
}


#simplecheckout_comment .title {
    display: block;
    margin: 23px 0 7px;
}

#simplecheckout_comment textarea {
    height: 197px;
}

#simplecheckout_text_agreement {
    position: absolute;
    text-align: center;
    left: 0;
    bottom: -158px;
}

#simplecheckout_text_agreement a {
    color: #289A00;
}

#simplecheckout_cart {
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.12);
    border-radius: 20px;
    padding: 30px 24px 32px;
}

#simplecheckout_cart .checkout-heading {
    text-align: center;
    color: #01A368;
    margin-bottom: 30px;
}

#simplecheckout_cart .simplecheckout-cart {
    border: none;
}

#simplecheckout_cart .cart-item {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

#simplecheckout_cart .remove {
    min-width: 34px;
    height: 34px;
    padding: 0;
    background-color: transparent !important;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAMAAADDoWbgAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURVRUVFRUVFVVVVZWVlVVVVBQUFJSUlRUVFRUVEdwTFBQUFRUVFNTU1VVVVVVVVVVVVNTU1VVVRD59xUAAAARdFJOU79A36+fIB9ggAAQoFBwzzCQHU6z+QAAAE1JREFUCNelzTEWwBAUBdEHHwMR+99sCs5J+txuqhFAlzQAhJkplHCZGWK9kiiRrUREidXh6rRTzrOS8s+awqfWT31/48pbuBG1aYvGAykBBU2vZc/cAAAAAElFTkSuQmCC');
    border: 1px solid #C4C4C4 !important;
    border-radius: 50% !important;
    margin-right: 20px;
}

#simplecheckout_cart .image {
    min-width: 94px;
}

#simplecheckout_cart .info {
    padding: 0 30px 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

#simplecheckout_cart .name {
    margin-bottom: 25px;
}

#simplecheckout_cart .name, #simplecheckout_cart .price {
    font-weight: 600 !important;
    line-height: 19px !important;
}

#simplecheckout_cart .quantity {
    border: 1px solid #C4C4C4;
    border-radius: 27px;
    overflow: hidden;
    padding: 1px 10px;
}

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

#simplecheckout_cart .quantity button {
    background: none !important;
    box-shadow: none !important;
    color: #181818 !important;
    font-size: 10px;
    padding: 0 10px;
}

#simplecheckout_cart .quantity input {
    height: auto;
    padding: 0;
    text-align: center;
    min-width: 31px;
}

#simplecheckout_cart .total {
    white-space: nowrap;
    color: #01A368;
    font-weight: bold;
    font-size: 18px;
    align-self: flex-end;
    min-width: 146px;
    padding: 0 10px 7px 0;
}

#simplecheckout_cart .simplecheckout-cart-total {
    text-align: center;
    border: none;
    font-weight: bold;
    font-size: 24px;
    padding-top: 19px;
}

.checkout-simplecheckout .simplecheckout-button-block {
    width: 510px;
    padding: 0;
    margin: 12px 0 0;
    display: block;
}

.checkout-simplecheckout .simplecheckout-button-right {
    float: none;
}

.checkout-simplecheckout #buttons .btn {
    width: 100%;
}

/*Account*/

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

body[class*='account-'] .form-group .control-label {
    padding-left: 22px;
    padding-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 7px;
    min-height: 0;
    width: auto;
    max-width: 100%;
    height: auto;
    flex-basis: auto !important;
    align-self: initial;
}

body[class*='account-'] .form-group.required > .control-label:before {
    content: "*";
    margin-right: 0;
    font-weight: 400;
    color: inherit;
}

body[class*='account-'] input[type='text'],
body[class*='account-'] input[type='tel'],
body[class*='account-'] input[type='email'],
body[class*='account-'] input[type='password'],
body[class*='account-'] .form-group select {
    background: none;
    border: 1px solid #C4C4C4;
    border-radius: 27px;
    height: 54px;
    padding: 0 20px;
    width: 100%;
}

body[class*='account-'] .text-danger {
    font-size: 13px;
    margin-left: 20px;
}

body[class*='account-'] .text-danger:before {
    display: none;
}

body[class*='account-'] .buttons {
    margin: 0;
    padding: 0;
    text-align: left;
}

body[class*='account-'] .pull-left .btn {
    width: 185px;
}

body[class*='account-'] .pull-right .btn {
    width: 294px;
}

.account-menu h2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 16px;
}

.account-menu .tb_list_1 {
    padding-bottom: 3px;
    width: 238px;
}

.account-menu .tb_list_1 li {
    font-size: 18px;
    margin-bottom: 19px;
    display: flex !important;
    align-items: center;
    justify-content: space-between;
}

.account-menu .tb_list_1 li:before {
    display: none !important;
}

.account-menu .tb_list_1 li:after {
    content: '';
    width: 7px;
    height: 13px;
    margin-left: 0.5em;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAANCAMAAABSF4SHAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAASUExURRgYGBUVFUdwTBcXFxgYGBgYGApzdeIAAAAFdFJOU4AwAO+/AZ4PvAAAADFJREFUCNctjIENADAIwiqb/788hZGYNmoAtIG2oMiMxT6SY+e7wjreL4aGCMT9vUoeIU0Apm9zq/sAAAAASUVORK5CYII=');
}

.account-menu .tb_list_1 a.active {
    color: #01A368;
}

.account-login .well {
    margin: 17px 0 64px;
}

.account-login .well strong {
    font-size: 36px;
    margin-bottom: 32px;
    display: block;
}

.account-login #new_customer p, .account-login #new_customer ul {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.6;
}

.account-login #new_customer li {
    position: relative;
    padding-left: 10px;
}

.account-login #new_customer li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 14px;
    width: 5px;
    height: 5px;
    background: #FAA638;
    border-radius: 50%;
}

.account-login #new_customer + .buttons .btn {
    width: 402px;
}

.account-login form fieldset {
    margin-bottom: 16px;
}

.account-login form .btn {
    order: 0;
    width: 100%;
}

.account-login form .buttons a {
    position: absolute;
    bottom: -62px;
    left: 19px;
    font-size: 18px;
    color: #0021D0;
}

.account-simpleregister h1 {
    text-align: left;
    margin-bottom: 33px !important;
}

.account-simpleregister .simple-content {
    margin: 0;
    max-width: 402px;
}

.account-simpleregister .simpleregister-block-content {
    padding: 0;
}

.account-simpleregister fieldset {
    margin-bottom: 16px;
}

.account-simpleregister .simple-content .buttons > div, .account-simpleregister .simple-content .btn {
    width: 100%;
}

.account-simpleregister .login {
    font-size: 18px;
    color: #0021D0;
    margin-top: 42px;
    display: block;
    margin-left: 20px;
}

.account-address .table-responsive {
    margin-bottom: 30px;
}

.account-address #wrapper .table-responsive .btn {
    height: 34px;
    line-height: 34px;
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    padding: 0 15px;
}

.account-wishlist .table-responsive, .account-order .pagination {
    margin: 0 0 50px;
}

.account-wishlist #wrapper .table-responsive button,
.account-order #wrapper .table-responsive .btn,
.account-order-info #wrapper .table-responsive .btn {
    background: none !important;
    box-shadow: none;
    color: #181818 !important;
}

/*testimonials*/

.testimonials {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.testimonials .testimonial {
    width: calc(100% / 3);
    padding: 0 15px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.testimonials .head {
    background: #F7F5FC;
    border-radius: 20px 20px 0 0;
    padding: 30px 30px 16px;
    flex-grow: 1;
}

.testimonials .date {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.testimonials .date:before {
    content: '';
    width: 15px;
    height: 14px;
    margin-right: 8px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAOCAMAAADHVLbdAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAwUExURUdwTFRUVFRUVFRUVFVVVVBQUFVVVVVVVVNTU1VVVVdXV1VVVVVVVVNTU1VVVVVVVZlQ5MkAAAAPdFJOUwC/QIDfEJ/PIGBv7zCQr8gLMXkAAABPSURBVAjXdYwJCsAwCATXI6np5f9/m0poaikdhGVQFwBEgBk7c60cRBicSJWCiA3+uvfwRPKyPl6uWWS6qQ29902Hzv8mn74/54zjoMzZAQc9AmFWmR1qAAAAAElFTkSuQmCC');
}

.testimonials .title {
    font-weight: 600;
    font-size: 24px;
    margin: 8px 0 6px;
    display: inline-block;
}

.testimonials .desc {
    font-size: 18px;
    line-height: 1.1;
    color: #555555;
}

.testimonials .img {
    border: 1px solid #E6E6E6;
    border-top: none;
    border-radius: 0 0 20px 20px;
    padding: 30px 80px;
}

.testimonials .img img {
    height: 346px;
    width: auto;
}

.mfp-content .mfp-figure .mfp-close {
    background: none !important;
}

/*Articles*/

.stories-index .tb_article .inner {
    display: flex;
    flex-direction: row;
    background: #F8F8F8;
    border-radius: 15px;
    overflow: hidden;
    flex-wrap: nowrap;
    height: 100%;
}

.stories-index .thumbnail, .stories-index .tb_item_info h2 {
    margin: 0;
}

.stories-index .thumbnail {
    min-width: 250px;
}

.stories-index .thumbnail:before {
    display: none !important;
}

.stories-index .tb_item_info {
    min-width: 0;
    padding: 29px 44px 29px 37px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stories-index .tb_item_info h2 {
    flex-basis: 48%;
}

.stories-index .tb_item_info h2 a {
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
}


.stories-index .tb_item_info .wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
}


.stories-index .tb_item_info .tb_description {
    font-size: 14px;
    line-height: 1.3;
    margin: 0 0 13px;
}

.stories-index .read-more {
    display: flex;
    align-items: center;
    color: #289A00;
    font-size: 14px;
}

.stories-index .read-more:after {
    content: '';
    width: 10px;
    height: 8px;
    margin-left: 8px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAIBAMAAADdFhi7AAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAYUExURSiZAEdwTCqVACiaACWVACiXACmaACmaAEFWj1kAAAAIdFJOU4AAMN8wYK/vStVUEAAAACpJREFUCNdjEBQUDBEUYABSyo5gSshEgAEE0h0glAJY0AiiRBFMBQkKAACERQS7BoDkJwAAAABJRU5ErkJggg==')
}

/*Article*/

.stories-show h1 {
    text-align: left;
}

.stories-show .thumbnail {
    margin-bottom: 30px;
    float: left;
    padding-right: 30px;
}

.tb_text_wrap {
    text-align: justify;
}

.stories-show .tb_article {
    margin-bottom: 60px;
}

.col_YB1zZ.col.col-xs-12.col-sm-12.col-md-12.col-lg-9.col-valign-top.tb_pt_0.tb_pr_0.tb_pb_0.tb_pl_0 {
    width: 100%;
}

.stories-show .tb_system_page_content p {
    margin-bottom: 1em;
}

.stories-show .tb_system_page_content a {
    color: #0021D0 !important;
}

.stories-show .panel-heading {
    font-weight: bold !important;
    font-size: 36px !important;
    margin-bottom: 40px;
}

/*Brands*/

.product-manufacturer .tb_manufacturers.tb_grid_view {
    justify-content: flex-start;
}

.product-manufacturer .tb_manufacturer {
    padding: 29px 0;
    border: 1px solid #E6E6E6;
    margin: -1px -1px 0px 0px;
}

.product-manufacturer .tb_manufacturer:first-child {
    border-top-left-radius: 20px;
}

.product-manufacturer .tb_manufacturer:nth-child(5) {
    border-top-right-radius: 20px;
}

.product-manufacturer .clear9.tb_size_11_last {
    border-bottom-left-radius: 20px;
}

/*Footer*/

#footer {
    padding: 62px 0 0;
    background: #F0EBFA;
}

#footer {
    padding: 62px 0 0;
    background: #F0EBFA;
}

#footer .col:nth-child(2) > div {
    margin-left: 70px;
}

#footer .col:nth-child(3) > div {
    margin-left: 75px;
}

#footer .col:nth-child(4) > div {
    margin-left: 25px;
}

#footer .nav-stacked > li > a, #footer .footer-contacts_title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 10px;
    display: block;
    pointer-events: none;
}

#footer .nav-stacked li li, #footer .footer-contacts_content {
    font-size: 14px;
    margin-bottom: 14px;
}

#footer .nav-stacked ul ul {
    display: none;
}

#footer .social {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

#footer .social li a {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 22px 0 0;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAMAAACqTK3AAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURUdwTBgYGBcXFxgYGBcXFxgYGBgYGBgYGBgYGBgYGBgYGBcXFxgYGBgYGBAQEBgYGBgYGOWg8BoAAAAQdFJOUwCAcJ+QYM8gQN/vr3egEL/hbYAuAAAAdklEQVQY033POxbDIAxE0QcIBPjYnv2vNgWQ2BSZSrqFPsT2Tsl0bek8u5TzKb0oQ/1P5Zas1vCl4uBl1JMcwPuiajoA4FAas+qptFNUH9QUJ12SAZjkk4hSMytSYBFh7A38CLf7sMqi7I/k7cd5fdjF4PJ3+ACmGA5vOzJ3GAAAAABJRU5ErkJggg==');
}

#footer .social li:nth-child(2) a {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAATBAMAAABbxYHdAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAkUExURRgYGEdwTBgYGBgYGBgYGBYWFhAQEBcXFxgYGBcXFxgYGBgYGPcb1sYAAAALdFJOUx8AQIDfUBBvYK+fcuf+cAAAAEFJREFUCNdjEBTUdHFnEBTdvXszg6AImNTevdgIRDIKMjBV7w5SYLDevXv3VjC5CUxuY0jo3q3ACFVDAinAICgIAJxbHaac2GahAAAAAElFTkSuQmCC');
}

#footer .social li:nth-child(3) a {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAOCAMAAAAVBLyFAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAAzUExURRgYGBgYGBgYGBgYGBgYGBAQEBcXF0dwTBgYGBgYGBcXFxgYGBUVFRgYGBYWFhcXFxgYGC2WlWIAAAAQdFJOUx/fv6CAEM8AQGDvrzCfUHCTRjoyAAAAWklEQVQY02WO4Q4AEQyDi81wOO//tEeCi+mfbV+atRARdIWuDPA42bZDD6M0JYLXyCNN/0YGcwHcYhuJwF0oWIXCLrPe/8EJ5i7hNCrQNoORVGOMLxH1UTPLB47yDMpg3W/XAAAAAElFTkSuQmCC');
}

#footer .social li:nth-child(4) a {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAATCAMAAACqTK3AAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURRgYGBgYGBcXFxAQEBgYGBcXFxcXF0dwTBgYGBgYGBgYGBYWFhgYGBgYGBUVFRcXFxkZGRgYGBdZQz0AAAARdFJOU9+fcBC/r5AAIEBgUO9/MM/PJJJJUgAAAIZJREFUGBlVwAESgjAMRNEFCj8FUPf+lzUZOypPlH41qW1BERDNwxSAIOQvBYiQ/ygQq28a6v5pst01edC1MNne9HQ5t0562pac2rxQFhfZ1oOP7iI5qVNmp1Ory0ZZnVYdLifTBXLahVxetg4nIbpvHghm/9lBwCEP6oAoe3Nq80ISQwTDGxR/D43j0souAAAAAElFTkSuQmCC');
}

footer {
    margin: -50px 0 0;
    background: #F0EBFA;
}

footer .row {
    padding: 0 15px;
}

footer .logo img {
    width: 150px;
}

footer #copy {
    font-size: 14px;
    color: #181818;
    margin: 21px 0 26px;
}

footer #copy span span {
    margin-left: 10px;
}

/*Media*/

/*1295*/

@media (max-width: 1295px) {
    #content {
        margin-bottom: 50px;
    }

    .tb_content_fixed > .row {
        max-width: 1041px;
    }

    .tb_slider_controls {
        top: 14px !important;
    }

    h1 {
        font-size: 30px;
        line-height: 1.222222;
        margin: 0 auto 20px !important;
    }

    #header #cart .dropdown-menu {
        width: 520px;
        padding: 14px 12px 24px;
        margin: 0;
    }

    #header #cart .mini-cart-info {
        margin-bottom: 0;
    }

    #header #cart .dropdown-menu h3 {
        font-size: 22px;
        margin-bottom: 12px;
    }

    #header #cart .dropdown-menu .image {
        min-width: 96px;
    }

    #header #cart .dropdown-menu .name {
        line-height: 17px;
    }

    #header #cart .dropdown-menu .name a {
        font-size: 14px !important;
        line-height: 17px;
    }

    #header #cart .dropdown-menu .total {
        font-size: 16px;
        padding-right: 5px !important;
    }

    #header #cart .mini-cart-total td {
        font-size: 22px;
    }

    #header #cart .buttons .btn {
        width: 286px;
    }

    /*header*/
    #header .row-header-top {
        padding: 15px 0;
    }

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

    #header .block-top-menu {
        padding-left: 0;
    }

    #header .block-top-menu :not(:last-child).tb_wt_menu {
        margin-right: 20px;
    }

    #header .block-top-menu .dropdown > a {
        font-size: 16px;
    }

    #header .header-phone {
        padding-left: 0;
    }

    #header .header-phone div a {
        font-size: 16px !important;
    }

    #header .header-phone .callback {
        font-size: 15px;
        height: 35px;
        line-height: 35px;
        padding: 0 12px;
    }

    #header .catalog-btn {
        font-size: 22px;
    }

    #header .main-menu {
        top: 14px;
    }

    #header .main-menu > nav {
        padding: 8px 0 0;
    }

    #header .main-menu li[id*='menu_category'] > a {
        font-size: 16px;
        padding: 8.3px 23px;
    }

    #header .main-menu .dropdown-menu {
        max-width: calc(1011px - 100%);
        padding: 5px 5px 0;
    }

    #header .main-menu .tb_subcategories .tb_link {
        margin-bottom: 0;
    }

    #header .main-menu .tb_subcategories .thumbnail {
        margin-bottom: 0 !important;
    }


    #header #search .tb_search_wrap {
        width: 375px;
    }

    #header #search input {
        height: 37px;
    }

    #header .wishlist {
        width: 30px;
        height: 26px;
        background-size: cover;
    }

    #header #cart {
        width: 32px;
        height: 28px;
        margin: 0 7px 0 15px;
        background-size: cover;
    }

    /*content*/
    .common-home #content .row-wrap:not(:last-child) {
        margin-bottom: 40px;
    }

    .common-home .panel-heading {
        font-size: 30px !important;
        margin-bottom: 20px;
    }

    .home-categories .content {
        padding: 20px 0 15px 34px;
    }

    .home-categories .title {
        font-size: 30px;
        line-height: 35px;
    }

    .row-home-callback {
        background-position: 96% 72%;
        background-size: 500px;
    }

    .row-home-callback .tb_wt_block_group {
        padding: 85px 0 66px;
    }

    .row-home-callback .callback-wrap {
        width: auto;
    }

    .row-home-callback .tb_text_wrap p {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .home-advantages_list li {
        margin-bottom: 35px;
    }

    .home-advantages_content {
        margin: 88px 0 0 20px;
        padding: 45px 0 25px;
    }

    .row-home-stories .thumbnail, .stories-index .thumbnail {
        min-width: 170px;
        max-width: 170px !important;
    }

    .row-home-stories .tb_item_info, .stories-index .tb_item_info {
        min-width: 0;
        padding: 9px 14px;
    }

    .row-home-stories .tb_item_info h4 a, .stories-index .tb_item_info h2 a {
        font-size: 16px;
        line-height: 18px;
    }

    .row-home-stories .tb_item_info .tb_description, .stories-index .tb_item_info .tb_description {
        font-size: 12px;
    }

    .row-categories .tb_wt_menu {
        padding: 17px 12px;
        font-size: 16px;
        line-height: 20px;
    }

    .row-categories .tb_wt_menu .nav {
        padding-left: 23px;
    }

    .row-categories .tb_wt_menu .nav > li:before, .row-categories .tb_wt_menu .nav .tb_toggle {
        left: -29px;
    }

    .row-categories .tb_module_ocfilter {
        padding: 17px 12px;
    }

    .row-categories .tb_wt_fire_slider {
        display: none !important;
    }

    .row-categories .product-layout {
        max-width: 50% !important;
    }

    .product-info h1 {
        font-size: 30px;
        line-height: 38px;
        margin: 0 0 8px !important;
    }

    .product-info .block-info {
        border: 1px solid #C4C4C4;
        border-radius: 15px;
        padding: 10px 10px;
        margin: 20px 0 65px;
    }

    .product-info .price .price-regular, .product-info .price .price-new {
        font-size: 27px;
    }

    .product-info #button-cart, .product-info .tb_cart_wrap .ask_price {
        width: 211px;
    }

    .product-tabs .nav-tabs li a {
        font-size: 20px;
        padding: 14px 50px;
    }

    .product-tabs .nav-tabs li:last-child a {
        padding: 14px 30px;
    }

    .product-tabs .tb_product_description {
        padding-right: 170px;
    }

    .product-tabs .tb_system_product_field_1 {
        padding-right: 140px;
        font-size: 18px;
    }

    .product-tabs .delivery-item li {
        font-size: 16px;
    }

    .product-info .tb_thumbs_wrap {
        margin: 0;
    }

    .account-login .well strong {
        font-size: 30px;
        margin-bottom: 24px;
        display: block;
    }

    .account-login #new_customer p, .account-login #new_customer ul {
        font-size: 18px;
    }

    .testimonials .head {
        padding: 15px;
    }

    .testimonials .title {
        font-size: 18px;
    }

    .testimonials .img {
        padding: 20px;
        text-align: center;
    }

    .testimonials .img img {
        height: 316px;
    }

    .checkout-simplecheckout .simplecheckout-left-column,
    .checkout-simplecheckout .simplecheckout-button-block {
        max-width: 430px;
    }

    .checkout-simplecheckout .simplecheckout-right-column {
        max-width: 480px;
        width: auto;
    }

    #simplecheckout_customer .checkout-heading span:first-child {
        margin-left: 0;
    }

    #simplecheckout_cart .remove {
        margin-right: 5px;
    }

    #simplecheckout_cart {
        padding: 16px 8px;
    }

    #simplecheckout_cart .info {
        padding: 0 5px;
    }

    #simplecheckout_cart .name, #simplecheckout_cart .price {
        line-height: 15px !important;
        font-size: 14px !important;
    }

    #simplecheckout_cart .total {
        min-width: 106px;
        padding: 0 3px 7px 0;
    }

    /*footer*/
    #footer {
        padding: 35px 0 0;
    }

    #footer .col:nth-child(2) > div {
        margin-left: 40px;
    }

    #footer .col:nth-child(3) > div {
        margin-left: 35px;
    }

    #footer .col:nth-child(4) > div {
        margin-left: 30px;
    }

    #footer .nav-stacked li li, #footer .footer-contacts_content {
        margin-bottom: 12px;
    }

}

/*1041*/
@media (max-width: 1040px) {
    .tb_content_fixed > .row {
        max-width: 768px;
    }

    .tb_slider_controls {
        top: 8px !important;
    }

    #wrapper .btn {
        height: 42px;
        line-height: 42px;
        font-size: 20px;
    }

    .buttons .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg):not(.btn-xl):not(.btn-xxl), .buttons .button, .buttons button, .buttons [type=button], .buttons [type=submit], #button-cart, #product_buy_quantity, #product_buy #input-quantity {
        line-height: 42px !important;
    }

    #wrapper .product-thumb {
        padding: 15px 15px 27px !important;
    }

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

    body[class*='account-'] .form-group .control-label {
        padding-left: 17px;
        margin-bottom: 3px;
    }

    .callback-modal .callback-inner p, .wishlist-modal .callback-inner p {
        font-size: 22px;
    }

    /*<editor-fold desc="Mobile menu">*/
    html.tbMobile {
        overflow: hidden;
    }

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

    #header .tb_wt_block_group.tbMobileShow .col {
        display: flex !important;
    }

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

    #header .tbLogoCol > .tbToggleButtons {
        opacity: 1;
    }

    .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: #019861 !important;
        max-width: 480px;
    }

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

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

    .tbMobileMenu .tb_wt {
        margin-bottom: 0 !important;
        margin-top: 0;
    }

    .tbMobileMenu .tbMobileMenuDisplayBlock {
        display: block !important;
    }

    .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-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;
    }

    .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 {
        margin: 10px 0 30px !important;
    }

    .tbMobileMenu .main-menu .nav > li > a {
        font-size: 20px;
    }

    .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: inherit;
    }

    .tbMobileMenu #form-language_cloned .tb_selected a {
        color: #fff;
    }

    .tbMobileMenu .thumbnail {
        display: none !important;
    }

    .tbMobileMenu .main-menu .nav > li > a {
        font-size: 16px;
    }

    .tbMobileMenu .main-menu .tb_subcategories > .tb_grid > li {
        margin-top: 15px;
        flex-basis: 100%;
    }

    .tbMobileMenu .main-menu .tb_subcategories > .tb_grid > li a {
        color: #fff !important;
        margin-bottom: 0px;
        padding-left: 10px;
    }

    .tbMobileMenu #cart h3, .tbMobileMenu #cart .empty,
    .tbMobileMenu #cart .name a, .tbMobileMenu #cart .quantity,
    .tbMobileMenu #cart .total, .tbMobileMenu #cart .mini-cart-total td {
        color: #fff !important;
    }

    .tbMobileMenu #cart .dropdown-menu .remove button {
        min-width: 34px;
        height: 34px;
        padding: 0;
        background-color: #fff !important;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAOCAMAAADDoWbgAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAA2UExURVRUVFRUVFVVVVZWVlVVVVBQUFJSUlRUVFRUVEdwTFBQUFRUVFNTU1VVVVVVVVVVVVNTU1VVVRD59xUAAAARdFJOU79A36+fIB9ggAAQoFBwzzCQHU6z+QAAAE1JREFUCNelzTEWwBAUBdEHHwMR+99sCs5J+txuqhFAlzQAhJkplHCZGWK9kiiRrUREidXh6rRTzrOS8s+awqfWT31/48pbuBG1aYvGAykBBU2vZc/cAAAAAElFTkSuQmCC');
        border: 1px solid #C4C4C4 !important;
        border-radius: 50% !important;
        box-shadow: none;
    }

    .tbMobileMenu #cart .total {
        font-size: 14px;
        margin-top: 10px;
    }

    .tbMobileMenu #cart .mini-cart-total tr:not(:last-child) {
        display: none !important;
    }

    .tbMobileMenu #cart .mini-cart-total span {
        margin-right: 7px;
    }

    .tbMobileMenu #cart .btn {
        background-color: #FAA638 !important;
    }

    /*</editor-fold>*/
    /*header*/
    #header .row-header-top {
        padding: 10px 0 15px;
    }

    #header .tbToggleButtons {
        position: absolute !important;
        top: 98px;
        z-index: 9;
    }

    #header .tbToggleButtons .btn {
        background: none !important;
        height: auto;
        line-height: normal;
    }

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

    #header .row-header-top .col-valign-middle {
        align-content: flex-start;
    }

    #header .row-header-top .col-valign-middle > div {
        align-self: flex-start;
    }

    #header .header-phone {
        justify-content: flex-end;
    }

    #header .header-phone div {
        text-align: right;
    }

    #header .header-phone div a {
        font-size: 19px !important;
    }

    #header .row-header-bottom {
        padding: 6px 0;
    }

    #header #search input {
        height: 27px;
    }

    #header .wishlist {
        width: 23px;
        height: 20px;
    }

    #header #cart {
        width: 29px;
        height: 26px;
        margin: 0 0 0 11px;
    }

    #header #cart .heading .tb_items {
        width: 13px;
        height: 13px;
        font-size: 8px;
    }

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

    /*content*/
    .row-home-banner {
        padding: 20px 0 0 !important;
    }


    .common-home #content .row-wrap:not(:last-child) {
        margin-bottom: 30px;
    }

    .common-home .panel-heading {
        font-size: 28px !important;
        margin-bottom: 15px;
    }

    .row-home-brands .tb_manufacturer {
        padding: 20px 10px !important;
    }

    .home-categories .icons {
        display: flex;
    }

    .home-categories .icons:before {
        margin-right: 5px;
    }

    .home-categories .icons:after {
        margin-right: 0;
    }

    .home-categories .content {
        padding: 0px 0 15px 20px;
    }

    .home-categories .title {
        font-size: 26px;
        line-height: 29px;
    }

    .row-home-callback {
        background-position: 50% 20px;
        background-size: 300px;
    }

    .row-home-callback .tb_wt_block_group {
        padding: 230px 0 30px;
    }

    .home-advantages_content {
        margin: 0;
    }


    .row-home-stories .tb_article, .stories-index .tb_article .inner {
        flex-direction: column;
    }

    .row-home-stories .thumbnail, .stories-index .thumbnail {
        max-width: 100% !important;
    }

    .row-home-desc .swiper-scrollbar {
        left: 30px;
        right: 30px;
    }

    .product-info .free-delivery {
        font-size: 12px;
        top: 0;
        left: 0;
        width: 116px;
        background-color: #fff;
    }

    .product-info .free-delivery span {
        padding: 6px 0 6px 40px;
    }

    .product-info .free-delivery span:before {
        width: 22px;
        height: 22px;
        top: 6px;
        left: 12px;
        background-size: cover;
    }

    .product-info h1 {
        font-size: 26px;
        line-height: 30px;
    }

    .product-info .price .price-old {
        font-size: 16px;
        margin-bottom: 5px;
    }

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

    .product-info .price small {
        font-size: 16px;
    }

    .product-info .tb_button_wishlist {
        margin: 0 0 4px 15px;
    }

    .product-info .tb_button_wishlist a {
        font-size: 16px;
    }

    .product-info .tb_button_wishlist a:before {
        width: 22px;
        height: 18px;
        margin-right: 6px;
        background-size: cover;
    }

    .product-info #button-cart, .product-info .tb_cart_wrap .ask_price {
        width: 180px;
    }

    .product-tabs .tb_product_description, .product-tabs .tb_system_product_field_1 {
        padding-right: 0;
        font-size: 16px;
    }

    .product-info .tb_system_related_products .panel-heading {
        font-size: 30px !important;
        margin-bottom: 30px;
    }

    .product-manufacturer .tb_manufacturer {
        padding: 20px 10px !important;
    }

    .product-manufacturer .tb_manufacturer {
        max-width: 50% !important;
        width: 50% !important;
        flex-basis: 50% !important;
    }

    .product-manufacturer .tb_manufacturer:first-child {
        border-top-left-radius: 15px;
    }

    .product-manufacturer .tb_manufacturer:nth-child(2) {
        border-top-right-radius: 15px;
    }

    .product-manufacturer .tb_manufacturer:nth-child(5),
    .product-manufacturer .clear9.tb_size_11_last {
        border-radius: 0;
    }

    .product-manufacturer .tb_manufacturer:last-child {
        border-bottom-left-radius: 15px;
    }

    .tb_page_product_category h1 {
        max-width: 100%;
    }

    .row-categories .tb_module_ocfilter {
        display: none !important;
    }
    .row-categories .tb_wt_menu {
        display: none !important;
    }

    .account-login #new_customer + .buttons .btn {
        width: 339px;
    }

    .account-menu h2 {
        font-weight: 600;
        font-size: 22px;
        margin-bottom: 10px;
    }

    .account-menu .tb_list_1 {
        padding-bottom: 0px;
        width: 228px;
    }

    .account-menu .tb_list_1 li {
        font-size: 16px;
        margin-bottom: 15px;
    }

    body[class*='account-'] .pull-right .btn {
        width: 260px;
    }

    .testimonials .testimonial {
        width: 50%;
    }

    .checkout-simplecheckout .simplecheckout-step {
        display: flex !important;
        flex-direction: column;
    }

    .checkout-simplecheckout .simplecheckout-right-column {
        order: -1;
    }

    .simple-content input[type='text'], .simple-content input[type='tel'], .simple-content input[type='email'], .simple-content input[type='password'], .simple-content textarea.form-control, .simple-content .form-group select {
        height: 45px;
    }

    .simple-content .form-group .control-label {
        padding-left: 14px;
        margin-bottom: 3px;
    }

    .checkout-simplecheckout .simplecheckout-button-block {
        margin-left: auto;
        margin-right: auto;
        max-width: 100%;
    }

    /*footer*/
    #footer .col > div {
        margin-left: 0 !important;
    }

    footer {
        margin: 0;
    }
}

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

    .tb_slider_controls svg {
        width: 12px;
        height: 20px;
    }

    #header .callbackmobile {
        display: block !important;
    }

    .tb_slider_controls a.tb_prev {
        transform: none;
        margin-right: 18px !important;
    }

    .breadcrumb {
        margin: 10px 0 !important;
        font-size: 14px;
    }

    #wrapper .btn {
        height: 35px;
        line-height: 35px;
        font-size: 18px;
		top: 20px;
    }

    .buttons .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg):not(.btn-xl):not(.btn-xxl), .buttons .button, .buttons button, .buttons [type=button], .buttons [type=submit], #button-cart, #product_buy_quantity, #product_buy #input-quantity {
        line-height: 35px !important;
    }

    h1 {
        font-size: 24px;
    }

    /*header*/
    #site_logo img {
        max-width: 99px;
        width: 99px;
    }

    #header .tbToggleButtons {
        top: 73px;
    }

    #header #search .tb_search_wrap {
        width: 172px;
    }

    #header #search_button {
        display: none;
    }

    #header #search input::placeholder {
        color: #fff;
    }

    /*content*/
    .row-home-brands .tb_manufacturer {
        max-width: 50% !important;
        width: 50% !important;
        flex-basis: 50% !important;
    }

    .row-home-brands .tb_manufacturer:first-child {
        border-top-left-radius: 15px;
    }

    .row-home-brands .tb_manufacturer:nth-child(2) {
        border-top-right-radius: 15px;
    }

    .row-home-brands .tb_manufacturer:nth-child(5) {
        border-top-right-radius: 0;
    }

    .row-home-brands .tb_manufacturer:nth-child(6) {
        border-bottom-left-radius: 0;
    }

    .row-home-brands .tb_manufacturer:nth-child(9) {
        border-bottom-left-radius: 15px;
    }

    .row-home-brands .tb_manufacturer:last-child {
        border-bottom-right-radius: 15px;
    }

    .home-categories .home-categories_item {
        height: auto;
        flex-direction: column;
    }

    .home-categories .content {
        padding: 0;
        text-align: center;
    }

    .home-categories .title {
        font-size: 20px;
        line-height: 24px;
    }

    .home-categories .icons {
        display: none;
    }

    .home-categories .image img {
        width: 80%;
        max-width: 180px;
    }

    .home-categories .home-categories_item:nth-child(2):after, .home-categories .home-categories_item:nth-child(3):after {
        top: 77px;
        width: 230px;
        height: 230px;

    }

    .row-home-callback .tb_wt_block_group .panel-heading {
        font-size: 24px !important;
    }

    .row-home-callback .callback-wrap input, .row-home-callback .callback-wrap .fcallback, .row-home-callback .callback-wrap input, .row-home-callback .callback-wrap .wcallback {
        width: 328px;
    }

    .home-advantages_list li:before {
        width: 41px;
        height: 41px;
        background-position: center 8px;
        background-size: 27px auto;
        top: 0;
    }

    .home-advantages_list li {
        position: relative;
        padding-left: 50px;
    }

    .home-advantages_list li:nth-child(2):before {
        background-position-y: -63px;
    }

    .home-advantages_list li:nth-child(3):before {
        background-position-y: -137px;
    }

    .home-advantages_list li:nth-child(4):before {
        background-position-y: -210px;
    }

    .home-advantages_content p {
        max-width: 90%;
    }

    .home-advantages_content img {
        max-width: 180px;
    }

    .row-categories .tb_products {
        max-width: 500px;
        margin: 0 auto;
    }

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

    .product-info h1 {
        font-size: 20px;
        line-height: 25px;
        margin: 30px 0 8px !important;
    }

    .product-info .logo {
        margin: 0 auto;
    }

    .product-info .price small {
        margin-right: 10px;
    }

    .product-info .tb_button_wishlist {
        margin-left: 0;
    }

    .product-info .tb_purchase_button {
        margin-right: 10px;
    }

    .product-info #button-cart, .product-info .tb_cart_wrap .ask_price {
        width: 160px;
    }

    .product-tabs {
        margin: 20px 0 40px !important;
    }

    .product-tabs .nav-tabs li {
        border-top-left-radius: 10px !important;
        border-top-right-radius: 10px;
    }

    .product-tabs .nav-tabs li a {
        font-size: 14px;
        padding: 5px 5px !important;
    }

    .product-tabs .tab-content {
        border: none;
        padding: 20px 0 0;
    }

    .product-tabs .tb_product_description h2 {
        font-size: 26px !important;
    }

    .product-tabs .tb_product_description h3 {
        font-size: 20px !important;
    }

    .product-tabs .tb_product_description, .product-tabs .tb_system_product_field_1 {
        padding-right: 0;
        font-size: 14px;
    }

    .product-tabs table td {
        padding: 5px 10px;
        margin-right: 10px;
    }

    .product-tabs table td:first-child {
        border-right: 3px solid #fff;
    }

    .product-tabs .tb_system_product_field_1 li {
        padding: 7px 24px;
    }

    .product-info .tb_system_related_products .panel-heading {
        font-size: 24px !important;
        margin-bottom: 20px;
    }

    .product-tabs .delivery {
        flex-direction: column;
    }

    .product-tabs .delivery-item {
        width: 100%;
    }

    .product-tabs .delivery-item:before {
        width: 40px;
        height: 40px;
        background-size: 26px;
    }

    .product-tabs .delivery-item > span {
        font-size: 20px;
        padding-left: 50px;
    }

    .product-tabs .delivery-item ul {
        padding-left: 50px;
    }

    .product-tabs .delivery-item li {
        font-size: 14px;
    }

    .product-tabs .delivery-item li span {
        font-size: 18px;
    }

    .account-login .main {
        margin-bottom: 40px;
    }

    .account-login .well strong {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .account-login #new_customer p, .account-login #new_customer ul {
        font-size: 16px;
    }

    .account-login #new_customer + .buttons .btn {
        width: 100%;
    }

    .account-login #new_customer + .buttons {
        margin-top: 30px;
    }

    .account-login .well {
        max-width: 380px;
        margin: 10px auto 0;
    }

    .account-login form .buttons a {
        font-size: 16px;
        bottom: -40px;
    }

    .account-simpleregister .login {
        font-size: 16px;
        margin-top: 32px;
    }

    .account-menu {
        margin-bottom: 30px !important;
    }

    body[class*='account-'] .pull-right .btn {
        width: 185px;
    }
	
	.row-cat-desc .tb_text_wrap h2 {
		font-size: 32px!important;
	}

    .testimonials .testimonial {
        width: 100%;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }

    #simplecheckout_cart .checkout-heading {
        margin-bottom: 0;
    }

    #simplecheckout_cart .cart-item {
        margin-bottom: 20px;
        flex-direction: column;
        text-align: center;
    }

    #simplecheckout_cart .remove {
        order: 10;
    }

    #simplecheckout_cart .quantity .input-group {
        height: 30px;
    }

    #simplecheckout_cart .total {
        min-width: 0;
        padding: 7px 0;
        align-self: center;
    }

    #simplecheckout_cart .simplecheckout-cart-total {
        font-size: 20px;
        padding: 0;
    }

    #simplecheckout_customer .checkout-heading {
        margin-bottom: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    /*footer*/
    #footer {
        position: relative;
        padding-right: 50% !important;
    }

    #footer .col:nth-child(3) {
        position: absolute;
        right: 0;
        top: 34px;
        width: 50%;
    }

    footer {
        padding-top: 50px;
    }

    footer #copy {
        text-align: left;
    }
}
/*339*/
@media (max-width: 339px) {
	div#wrapper #header .tbLogoCol {
		justify-content: space-between!important;
		flex-direction: row;
	}
}

/*----------*/
/*additional*/
/*----------*/
.float-right {
    float: right;
}

.content-block {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: -0.2px;
}

.content-block h2 {
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 38px;
}

.content-block a {
    white-space: nowrap;
}

.content-block a:not(:hover) {
    color: #FAA638;
    text-decoration: none;
}

.content-block a:hover {
    color: #FAA638;
    text-decoration: underline;
}

.content-img:after {
    content: '';
    display: table;
    clear: both;
}

.content-img p {
    max-width: 672px;
    margin-bottom: 26px;
}

#content .content-block .content-info-list {
    list-style-type: none;
}

.content-info-list > li {
    position: relative;
    max-width: 1050px;
    margin-bottom: 28px;
}

.content-info-list li .icon {
    position: absolute;
    top: 0;
    left: 0;
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: #FAA638;
}

.content-info-list ul > li, .content-info-list ol > li {
    margin-bottom: 15px;
}

.content-info-list li .icon:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-image: url(/catalog/view/theme/BurnEngine/image/css_sprites.png);
}

.content-info-list .enter-item .icon:before {
    background-position: -60px -57px;
    width: 41px;
    height: 41px;
}

.content-info-list .service-item .icon:before {
    background-position: -4px -60px;
    width: 46px;
    height: 50px;
}

.content-info-list .modification-item .icon:before {
    background-position: -4px -4px;
    width: 48px;
    height: 48px;
}

.content-info-list .check-item .icon:before {
    background-position: -113px -4px;
    width: 46px;
    height: 42px;
}

.content-info-list .delivery-item .icon:before {
    background-position: -113px -54px;
    width: 42px;
    height: 42px;
}

.content-info-list .special-item .icon:before {
    background-position: -61px -7px;
    width: 43px;
    height: 40px;
}

.content-info-list .payment-item .icon:before {
    background-position: -4px -120px;
    width: 40px;
    height: 36px;
}

.content-info-list .interest-item .icon:before {
    background-position: -167px -4px;
    width: 33px;
    height: 27px;
}

.content-info-list .service-support-item .icon:before {
    background-position: -52px -118px;
    width: 30px;
    height: 32px;
}

.content-info-list .official-warranty-item .icon:before {
    background-position: -167px -39px;
    width: 22px;
    height: 32px;
}

.content-info-list .free-installing-item .icon:before {
    background-position: -90px -118px;
    width: 31px;
    height: 30px;
}

.contacts-page .content-info-list li .icon:before {
    background-image: url(/catalog/view/theme/BurnEngine/image/contacts_sprite.png);
}

.content-info-list li.phone-item .icon:before {
    background-position: -74px -2px;
    width: 23px;
    height: 23px;
}

.content-info-list li.mail-item .icon:before {
    background-position: -49px -2px;
    width: 21px;
    height: 15px;
}

.content-info-list li.map-item .icon:before {
    background-position: -2px -2px;
    width: 18px;
    height: 25px;
}

.content-info-list li.schedule-item .icon:before {
    background-position: -24px -2px;
    width: 21px;
    height: 21px;
}

.content-info-title {
    font-size: 24px;
    font-weight: 600;
    padding-left: 109px;
    padding-top: 22px;
    margin-bottom: 37px;
}

.delivery-content {
    max-width: 90%;
    margin: 0 auto;
}

.delivery-content .content-info-list li .icon {
    width: 80px;
    height: 80px;
    top: 28px;
    transform: translate(-50%, -50%) scale(0.63);
}

.delivery-content .content-info-title {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 12px;
}

.delivery-content .content-info-list > li {
    padding-left: 60px;
    padding-top: 11px;
    margin-bottom: 17px;
}

.delivery-content .content-info-text {
    margin-bottom: 17px;
}

.digital-green-list {
    color: #01A368;
    font-weight: 600;
}

.digital-green-list li > span {
    color: #000;
    font-weight: 400;
}

.marker-green-list > li {
    position: relative;
    padding-left: 20px;
}

.marker-green-list > li:before {
    content: '';
    position: absolute;
    top: 6px;
    left: -3px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #01A368;
}

.inner-list-title {
    color: #01A368;
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 4px;
}

.about-us-wrap {
    display: flex;
    margin-bottom: 80px;
}

.about-us-wrap .img-wrap {
    width: 44%;
}

.about-us-wrap .img-wrap img {
    display: block;
    max-width: 100%;
    margin-top: -17px;
}

.about-us-wrap .text-wrap {
    width: 56%;
    padding-left: 1.5%;
}

.why-us-wrap {
    display: flex;
    align-items: flex-start;
}

.why-us-wrap .text-wrap {
    width: 50%;
}

.why-us-wrap .box {
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.09);
    border-radius: 20px;
    padding: 60px 20px 35px;
    text-align: center;
    width: 45%;
    margin-left: 5%;
}

.why-us-wrap .box-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
}

.why-us-wrap .box-text {
    margin-bottom: 40px;
}

.why-us-wrap .box-img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.content-block.about-content p {
    margin-bottom: 24px;
}

.about-content .content-info-list li .icon {
    width: 50px;
    height: 50px;
}

.about-content .content-info-title {
    font-size: 20px;
}

.about-content .content-info-list > li {
    padding-left: 76px;
    padding-top: 15px;
    margin-bottom: 20px;
}

.about-content .content-info-title {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 9px;
}

.warranty-wrap {
    display: flex;
    align-items: flex-start;
}

.warranty-wrap .text-wrap {
    width: 53%;
}

.warranty-wrap .img-wrap {
    width: 47%;
    padding-left: 3%;
    margin-top: -20px;
}

.warranty-wrap .img-wrap img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.warranty-content p {
    margin-bottom: 26px;
}

.warranty-content .marker-green-list > li:before {
    width: 7px;
    height: 7px;
    top: 10px;
    left: 0;
}

.content-block a.mail-link:not(:hover) {
    color: #0021d0;
}

.content-block a.mail-link:hover {
    color: #0021d0;
}

.error-page-wrap {
    display: flex;
    align-items: flex-start;
    font-size: 18px;
}

.error-page-wrap .text-wrap {
    width: 35%;
    padding-top: 4.4vw;
}

.error-page-wrap .img-wrap {
    width: 65%;
    padding-left: 1%;
}

.error-page-wrap .img-wrap img {
    display: block;
    max-width: 100%;
    margin-right: auto;
}

.error-page-wrap h1 {
    line-height: 1.1;
    margin-top: 0 !important;
    margin-bottom: 25px !important;
    text-align: left;
}

.error-page-wrap p {
    margin-bottom: 25px;
}

.error-page-wrap .btn {
    margin-top: 8px;
    width: 294px;
    max-width: 100%;
}

.contacts-page .content-info-list {
    font-size: 20px;
}

.contacts-page .content-info-list > li {
    padding-top: 0;
    margin-bottom: 55px;
}

.contacts-text {
    font-size: 24px;
    line-height: 1.35;
    margin-bottom: 7px;
}

.contacts-text a:not(:hover) {
    color: inherit;
}

.contacts-text a:hover {
    color: inherit;
}

address {
    font-style: normal;
}

.green-text {
    color: #01A368;
}

.contacts-page ul .green-text {
    margin-bottom: 4px;
}

.contacts-row .form-horizontal {
    width: 100%;
    max-width: 618px;
    margin: 0 auto;
    box-shadow: 0 9px 10px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    padding: 40px 20px;
}

.contacts-row .form-horizontal fieldset {
    display: block;
    width: 100%;
    max-width: 404px;
    margin: 0 auto;
}

.contacts-row .form-horizontal h3 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
}

.contacts-row .form-horizontal h5 {
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    max-width: 80%;
    margin: 0 auto 20px;
}

.contacts-row .form-horizontal .form-group {
    display: block;
    margin-bottom: 12px;
}

.contacts-row .form-horizontal .col-sm-10 {
    width: 100%;
    max-width: 100%;
}

.contacts-row .form-control, .modal .form-control,
.callback-modal .input-name, .wishlist-modal .input-name,
.callback-modal .input-phone, .wishlist-modal .input-phone {
    width: 100%;
    height: auto !important;
    font-size: 20px;
    line-height: 1 !important;
    padding: 14px 20px !important;
    border: 1px solid #C4C4C4 !important;
    border-radius: 27px !important;
    background: #fff !important;
}

.contacts-row textarea.form-control {
    height: 198px !important;
}

.contacts-row .control-label {
    font-size: 14px;
    margin-left: 20px !important;
}

.contacts-row .buttons {
    padding-top: 35px;
}

.contacts-row .buttons .pull-right {
    display: flex !important;
    justify-content: center;
}

#wrapper .contacts-row .btn {
    width: 100%;
    max-width: 404px;
    margin: 0 auto;
}

.modal-header {
    position: static;
}

.modal-header, .modal-body {
    background: #fff;
    padding: 0;
    max-width: 440px;
    margin: 0 auto;
}

.modal-header .close:before, .modal-body > .close:before {
    display: none !important;
}

.modal-header .close, .modal-header .close, .modal-body > .close, .modal-body > .close {
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #fff !important;
    color: #9A9A9A !important;
}

button.close:not(:hover):not(.btn), .close[type=button]:not(:hover):not(.btn), button.close:not(.btn):hover, .close[type=button]:not(.btn):hover {
    background-color: #fff !important;
    color: #9A9A9A !important;
    font-size: 28px;
    margin: 0;
    top: 25px;
    right: 25px;
    transform: none;
}

.modal-content {
    background-color: #fff;
    box-shadow: 0 9px 10px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    padding: 25px;
}

.modal .row, .modal .row > div {
    margin: 0;
    padding: 0;
}

.modal-title {
    color: #000;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.modal .product_name {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.modal p {
    font-size: 18px;
    margin-bottom: 16px;
}

.modal .input-group {
    display: block;
    width: 100%;
    height: auto;
    background: transparent !important;
    color: #000;
}

.modal .input-group * {
    float: none !important;
}

.modal .form-group {
    margin-top: 0;
    margin-bottom: 12px;
}

.modal .form-group > label {
    font-size: 14px;
    padding-left: 20px;
}

.modal .buttons {
    margin-top: 0;
}

#art_ask_price .input-group-addon {
    display: none !important;
}

#art_ask_price .form-control {
    border-radius: 27px !important;
}

#art_ask_price #art_ask_price_submit {
    width: 100%;
}

.modal .buttons .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg):not(.btn-xl):not(.btn-xxl),
.modal .buttons .button, .modal .buttons button, .modal .buttons [type=button], .modal .buttons [type=submit], .fcallback, .wcallback {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 1 !important;
    color: #fff;
    background-color: #01A368 !important;
    border-radius: 27px !important;
    height: auto !important;
    padding: 15px;
    margin: 0;
    border: none;
    cursor: pointer;
}

@media (pointer: fine) {
    .modal .buttons .btn:not(.btn-xs):not(.btn-sm):not(.btn-lg):not(.btn-xl):not(.btn-xxl):hover,
    .modal .buttons .button:hover,
    .modal .buttons button:hover,
    .modal .buttons [type=button]:hover,
    .modal .buttons [type=submit]:hover,
    .fcallback:hover, .wcallback:hover {
        background: #018454 !important;

    }
}

.callback-modal .close, .wishlist-modal .close {
    background-color: #fff !important;
    color: #9A9A9A !important;
    font-size: 28px;
    margin: 0;
    top: 25px;
    right: 25px;
    transform: none;
    position: absolute;
    cursor: pointer;
}

.callback-modal .callback-inner, .wishlist-modal .callback-inner {
    box-shadow: 0 9px 10px rgba(0, 0, 0, 0.13);
    border-radius: 20px;
    padding: 40px 15px 50px;
    background: #fff;
}

.callback-modal .callback-inner p, .wishlist-modal .callback-inner p {
    font-size: 36px;
    text-align: center;
}

.callback-modal .callback-inner > div, .wishlist-modal .callback-inner > div {
    max-width: 404px;
    margin: 0 auto 12px;
}

.callback-modal .callback-inner > div:last-child, .wishlist-modal .callback-inner > div:last-child {
    margin-bottom: 0;
    padding-top: 35px;
}

.callback-modal .callback-inner label, .wish-modal .callback-inner label {
    padding-left: 22px;
    font-size: 14px;
    margin-bottom: 7px;
}

.callback-modal .callback-inner input, .wishlist-modal .callback-inner input{
    width: 100%;
}

.callback-modal .callback-inner input::placeholder, .wish-modal .callback-inner input::placeholder {
    color: #fff !important;
}

.callback-modal .fcallback, .wishlist-modal .wcallback {
    text-align: center;
}

.callback-modal .callback-wrap .ok-message, .wishlist-modal .callback-wrap .ok-message,
.callback-modal .callback-wrap .ok-error, .wishlist-modal .callback-wrap .ok-error {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

#art_ask_price p {
    text-align: center;
    margin: 30px 0 0;
}

.tb_text_wrap.success-page {
    text-align: center;
    font-size: 18px;
}

.tb_text_wrap.success-page p {
    margin-bottom: 15px;
}

.success-page.tb_text_wrap p a:not(:hover) {
    color: #01A368;
}

.success-page.tb_text_wrap p a:hover {
    text-decoration: underline;
}

.order-success-send {
    font-weight: 600;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
}

@media (min-width: 769px) {
    .modal-dialog {
        margin: auto;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%) !important;
    }
}

@media screen and (max-width: 1040px) {
    .content-img img.float-right {
        max-width: 50%;
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .why-us-wrap .box {
        padding: 20px;
    }

    .error-page-wrap {
        display: block;
        text-align: center;
    }

    .error-page-wrap h1 {
        text-align: center;
    }

    .error-page-wrap .text-wrap {
        padding-top: 0;
        width: 100%;
        margin-bottom: 30px;
    }

    .error-page-wrap .img-wrap {
        padding-left: 0;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .error-page-wrap .img-wrap img {
        margin-right: auto;
    }


    .delivery-content {
        max-width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .home-advantages_list li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    #content {
        margin-bottom: 40px;
    }

    .content-block {
        font-size: 16px;
    }

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

    .content-img > * {
        order: 1;
    }

    .content-img img.float-right {
        order: 2;
        float: none;
        max-width: 100%;
        margin-left: 0;
        margin-bottom: 0;
    }

    .service-page-content .content-img img.float-right {
        display: none;
    }

    .delivery-content .content-info-list li .icon {
        width: 50px;
        height: 50px;
        position: relative;
        top: 0;
        left: 0;
        display: block;
        transform: none;
    }

    .content-info-list li .icon:before {
        transform: translate(-50%, -50%) scale(0.7);
    }

    .content-info-title {
        padding-left: 0;
        padding-top: 10px;
        margin-bottom: 10px;
        line-height: 26px;
    }

    .delivery-content .content-info-list li .icon {
        width: 50px;
        height: 50px;
        top: 0;
    }

    .delivery-content .content-info-list > li {
        padding-left: 0;
        padding-top: 0;
    }

    .marker-green-list > li {
        padding-left: 15px;
    }

    .marker-green-list > li:before {
        top: 8px;
        width: 8px;
        height: 8px;
    }

    .why-us-wrap, .about-us-wrap {
        display: block;
    }

    .why-us-wrap .text-wrap {
        width: 100%;
    }

    .why-us-wrap .box, .about-us-wrap .img-wrap {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }

    .about-us-wrap .text-wrap {
        width: 100%;
        padding-left: 0;
    }

    .about-us-wrap {
        margin-bottom: 30px;
    }

    .content-block h2 {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 10px;
    }

    .about-content .content-info-list > li {
        padding-left: 0;
        padding-top: 0;
        margin-bottom: 15px;
    }

    .about-content .content-info-title {
        padding-top: 10px;
        margin-bottom: 5px;
    }

    .warranty-wrap {
        display: block;
    }

    .warranty-wrap .text-wrap {
        width: 100%;
    }

    .warranty-wrap .img-wrap {
        width: 100%;
        max-width: 400px;
        margin: 15px auto 0;
        padding-left: 0;
    }

    .delivery-content .content-info-title {
        padding-top: 10px;
    }

    .contacts-page .content-info-list li .icon {
        margin-bottom: 10px;
        position: relative;
        display: block;
    }

    .contacts-text {
        font-size: 22px;
    }

    .contacts-row .control-label {
        margin-left: 15px !important;
        margin-bottom: 4px !important;
    }

    .contacts-row .form-horizontal .form-group {
        margin-bottom: 10px;
    }

    .contacts-row .form-control, .modal .form-control {
        font-size: 18px;
        padding: 10px 15px !important;
    }

    .contacts-row .buttons {
        padding-top: 15px;
    }

    .contacts-page .content-info-list {
        font-size: 16px;
    }

    .contacts-row .form-horizontal {
        padding: 15px;
    }

    .modal-title {
        font-size: 26px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .modal .product_name {
        margin-bottom: 15px;
    }

    .modal-content {
        padding: 15px;
    }

    .modal .form-group > label {
        padding-left: 14px;
    }
}

.postDate {
    position: absolute;
    z-index: 2;
    top: 25px;
    padding: 0 8px;
    color: #fff;
    background-color: #019861;
    min-width: unset !important;
}
.rastrHeader {
    color: #000;
    padding-bottom: 20px;
    font-size: 24px;
}
.content-block.service-page-content.exchange {
    text-align: left !important;
}

/* === Link colors in paragraphs (2026-06-01, scoped to <p>) === */
/* Состояние ссылки по умолчанию */
p a {color: #01A368 !important;}

/* Состояние ссылки при наведении курсора */
p a:hover {color: #f4a545 !important; text-decoration: underline;}
/* === /Link colors === */
