body {
    background-color: #EFF1F3;
    color: #000;
    line-height: 20px;
}

div#container {
    background-color: #fff;
    width: 980px;
    min-height: 100px;
    margin: 0 auto;
}

/*
** side-left
**/
div#side-left {
    display: inline-block;
    width: 240px;
    vertical-align: top;
}

/*
** side-right
**/
div#side-right {
    display: inline-block;
    width: 720px;
    vertical-align: top;
    position: relative;
}

/*
** logo
**/
a.logo {
    display: inline-block;
    margin-bottom: 20px;
}

/*
** header
**/
div#header {
    width: 740px;
    height: 53px;
    margin-bottom: 30px;
    border-bottom: 1px solid #ebebeb;
}
div#header .item {
    float: right;
    height: 28px;
    line-height: 14px;
    margin: 15px 17px 0 0;
    padding-right: 17px;
    color: #6f6f6f;
    font-size: 12px;
    border-right: 1px solid #ebebeb;
    vertical-align: middle;
}
div#header .item.single {
    line-height: 28px;
}
div#header .item a {
    color: #6f6f6f;
    text-decoration: none;
}
div#header .item a:hover {
    text-decoration: underline;
}
div#header .item.basket {
    background-color: #ffec00;
    margin: 0 0 0 -20px;
    width: 140px;
    height: 25px;
    padding: 13px 15px 15px 10px;
    border: none;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
div#header .item.basket span.container {
    display: inline-block;
    line-height: 16px;
    margin-left: 5px;
    color: #000;
    font-size: 12px;
    vertical-align: top;
}
div#header .item.basket * {
    cursor: pointer;
}

/*
** cats
**/
div.cats {
    width: 200px;
    margin: 0 0 20px 20px;
}
div.cats a.item {
    display: block;
    min-height: 12px;
    padding: 6px;
    color: #000;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #ebebeb;
}
div.cats a.item:hover {
    background-color: #f7f7f7 !important;
}
div.cats a.item span {
    display: none;
}
/*div.cats div.cat_sub {
    display: none;
}*/
div.cats div.cat_sub a {
    background: transparent url(../gfx/icons/icon_plus_minus.png) no-repeat 4px top;
    padding-left: 20px;
    font-weight: normal;
}
div.cats a.item.open {
    font-weight: bold !important;
    background-position: 3px bottom;
}
div.cats div.cat_sub div.cat_sub a.item {
    background: none;
    background-position: 2px 4px;
    margin-left: 10px;
    padding-left: 5px !important;
}
div.cats div.cat_sub div.cat_sub a.item.nochild {
    padding-left: 5px !important;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
div.cats div.cat_sub div.cat_sub a.item.open {
    background-position: 1px -20px !important;
}
div.cats div.cat_sub div.cat_sub div.cat_sub a.item {
    background-position: 30px top;
    padding-left: 45px;
}
div.cats div.cat_sub div.cat_sub div.cat_sub a.item.nochild {
    padding-left: 15px !important;
}
div.cats div.cat_sub div.cat_sub div.cat_sub a.item.open {
    background-position: 30px bottom;
}
div.cats a.item.nochild {
    background: none;
}
div.cats a.item.current {
    background-color: #f7f7f7;
    position: relative;
    border-left: 1px solid #ebebeb;
    border-right: 1px solid #ebebeb;
}
div.cats a.item.current span {
    display: block;
    background-color: #ffec00;
    width: 10px;
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
}
div.images {
    display: none;
}

/*
** menu
**/
div.menu {
    margin-top: 50px;
    border-top: 1px solid #ebebeb;
}

/*
** data
**/
h1 {
    margin-bottom: 10px;
    font-size: 21px;
}
h2 {
    margin: 10px 0 20px 0;
    font-size: 18px;
}

/*
** breadcrumbs
**/
div.breadcrumbs {
    margin-bottom: 15px;
    font-size: 11px;
}

/*
** swiper-container
**/
.swiper-container {
    width: 720px;
    height: 246px;
    margin-bottom: 20px !important;
    border-top: 2px solid #ffec00;
    border-bottom: 2px solid #ffec00;
    border-radius: 10px;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*
** cols
**/
div.cols {
    margin-bottom: 30px;
}
div.cols * {
    cursor: pointer;
}
div.cols a {
    display: inline-block;
    width: 350px;
    text-decoration: none;
    position: relative;
}
div.cols p {
    margin-bottom: 32px;
}
a.col2 {
    float: right;
}
div.cols span {
    background-color: #b7b7b7;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
div.cols a span.yellow {
    background-color: #ffec00;
}

/*
** list
**/
div.list {
    margin: 20px -10px;
}
div.list div.item {
    display: inline-block;
    width: 184px;
    min-height: 314px;
    line-height: 16px;
    margin: 0 10px 20px 10px;
    padding: 9px 20px;
    font-size: 12px;
    color: #000;
    border: 1px solid #ebebeb;
    position: relative;
    vertical-align: top;
}
div.list.cat div.item {
    min-height: 220px;
}
div.list div.item img {
    margin-bottom: 6px;
}
div.list a.detail {
    display: block;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    right: 20px;
    bottom: 47px;
}
div.list a.detail:hover {
    text-decoration: underline;
}
div.bottom {
    margin-top: 5px;
    padding-top: 6px;
    border-top: 1px solid #ebebeb;
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 5px;
}
strong.price {
    color: #ee1515;
    font-size: 14px;
}
strong span.price {
    font-weight: bold;
}

/*
** pager
**/
div.pager {
    height: 28px;
    margin-bottom: 20px;
    padding: 6px 0;
    text-align: center;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
div.pager * {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
}
div.pager a.pager_left,
div.pager a.pager_right {
    background: transparent url(../gfx/icons/icon_left.png) no-repeat left top;
    width: 30px;
    height: 30px;
}
div.pager a.pager_right {
    background-image: url(../gfx/icons/icon_right.png);
}
div.pager .pager_left span,
div.pager .pager_right span {
    display: none;
}
div.pager .pager_first,
div.pager .pager_last,
div.pager span.pager_next,
div.pager span.pager_prev {
    display: none;
}
div.pager div.nums {
    margin: 0 25px;
}
div.pager div.nums * {
    width: 22px;
    color: #000;
    font-size: 12px;
    text-align: center;
    border-right: 1px solid #6f6f6f;
}
div.pager div.nums .last {
    border: none;
}
div.pager div.nums strong {
    color: #000;
}

/*
** details
**/
div.details {
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #ebebeb;
}
table.table {
    width: 100%;
    margin-bottom: 20px;
}
table.table h1 {
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
    font-weight: bold;
}
table.table td div.bottom {
    position: static;
}
table.items {
    margin-bottom: 20px;
}
table.items td {
    padding: 3px 5px 3px 0;
}
div.icons img {
    margin-right: 5px;
}
table.table strong.price {
    color: #000;
    font-size: 16px;
}

/*
** params
**/
table.params {
    width: 100%;
}
table.params tr.bg_dark td {
    background-color: #ebebeb;
}
table.params td {
    padding: 5px 10px;
    color: #000;
    font-size: 12px;
}

/*
** footer
**/
div#footer {
    background-color: #000;
    height: 40px;
    line-height: 20px;
    padding: 15px 20px;
    color: #9d9d9d;
    font-size: 11px;
    font-weight: bold;
}
div#footer a {
    margin: 0 15px;
    color: #9d9d9d;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
div#footer a:hover {
    color: #fff;
}

/*
** search
**/
div#search {
    margin: 0 0 20px 20px;
}
form.form_search label input {
    background-color: #f9f9f9;
    width: 162px;
    height: 12px;
    padding: 8px;
    color: #6f6f6f;
    font-size: 12px;
    border: 1px solid #ebebeb;
    vertical-align: middle;
}
form.form_search input.btn {
    background: transparent url(../gfx/icons/icon_search.png) no-repeat left top;
    width: 20px;
    height: 30px;
    border: none;
    cursor: pointer;
    vertical-align: middle;
}

/*
** basket
**/
table.table_basket {
    width: 100%;
    margin-bottom: 20px;
    border-collapse: collapse;
}
table.table_basket th,
table.table_basket td {
    padding: 10px 5px;
    font-size: 11px;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}
table.table_basket td {
    padding: 5px 5px;
    font-size: 12px;
}
table.table_basket td.sep {
    padding: 2px;
}
table.table_basket .btn_del,
table.table_basket .btn_del:hover {
    background: #ffec00 url(../gfx/icons/icon_del.png) no-repeat center center;
    text-decoration: none;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
table.table_basket tr.footer th {
    background-color: #ebebeb;
    font-size: 16px;
    text-align: right;
}
table.table_basket tr.footer th span {
    font-size: 16px;
    font-weight: bold;
}
table.table_basket tr.footer2 th {
    font-size: 12px;
    text-align: right;
}
table.table_basket tr.footer2 th span {
    font-size: 12px;
    font-weight: bold;
}
table.table_basket tr.footer th.tleft,
table.table_basket tr.footer2 th.tleft {
    text-align: left;
}
table.table_basket tr.next {
    height: 40px;
}
table.table_basket tr.next a,
table.table_basket tr.next a:hover {
    display: block;
    background: #ffec00 url(../gfx/icons/icon_next.png) no-repeat 97% center;
    line-height: 40px;
    padding-right: 60px;
    font-weight: normal;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
table.table_basket tr.next a.prev,
table.table_basket tr.next a.prev:hover {
    background-image: url(../gfx/icons/icon_prev.png);
    background-position: 12px center;
    padding: 0 0 0 60px;
    text-align: left;
}
table.table_basket tr.next a.prev,
table.table_basket tr.next a.prev:hover {
    background-position: 24px center;
}
table.table_basket tr.next a.next,
table.table_basket tr.next a.next:hover {
    background-position: 94% center;
}
table.table_basket a.plus,
table.table_basket a.minus,
table.table_basket a.plus:hover,
table.table_basket a.minus:hover {
    display: inline-block;
    background-color: #ffec00;
    width: 20px;
    height: 23px;
    line-height: 23px;
    margin: 0 -1px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    border: 1px solid #ebebeb;
    cursor: pointer;
}
table.table_basket a.plus,
table.table_basket a.plus:hover {
    line-height: 25px;
}

/*
** tabs
**/
div.tabs {
    margin-top: 10px;
}
div.tabs a,
div.tabs a:hover {
    display: inline-block;
    background-color: #ebebeb;
    width: 155px;
    height: 25px;
    line-height: 28px;
    margin: 0 2px 2px 0;
    font-size: 11px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
}
div.tabs a.current {
    background-color: #ffec00;
}

/*
** map
**/
div.map {
    margin-bottom: 30px;
    border-top: 2px solid #ffec00;
    border-bottom: 2px solid #ffec00;
}
div.map iframe {
    display: block;
}

/*
** error
**/
div.error {
    background-color: #ff0000;
    margin-top: 5px;
    padding: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
div.warning {
    background-color: #fff8a4;
    margin: 5px 20px;
    padding: 10px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ffec00;
}
div.tabs {
    margin-bottom: 10px;
}

/*
** basketin
**/
form.form_basketin label {
    color: #6f6f6f;
    font-size: 12px;
}
form.form_basketin label input,
form.form_basketin button {
    background-color: #f9f9f9;
    width: 26px;
    height: 11px;
    padding: 6px;
    color: #6f6f6f;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    border: 1px solid #ebebeb;
}
form.form_basketin input.btn,
form.form_basketin button {
    float: right;
    background: #ffec00 url(../gfx/icons/icon_basket.png) no-repeat 90% center;
    width: 90px;
    height: 25px;
    padding-left: 8px;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
}

/*
** form
**/
form.form {
    padding: 0 10px 0 10px;
}
form.form span.label {
    display: inline-block;
    width: 340px;
    margin-bottom: 20px;
    vertical-align: top;
}
form.form span.label span.title {
    display: inline-block;
    width: 100px;
    padding-right: 10px;
}
form.form span.label input,
form.form span.label textarea {
    background-color: #f9f9f9;
    width: 168px;
    height: 18px;
    padding: 5px 10px;
    color: #000;
    border: 1px solid #ebebeb;
    margin: 0 !important;
    vertical-align: middle;
}
form.form span.label.textarea {
    width: 680px;
}
form.form span.label textarea {
    width: 510px;
    height: 100px;
    vertical-align: top;
}
form.form label.chb {
    display: block;
    margin-bottom: 20px;
}
form.form label.chb input {
    margin-right: 5px;
}
form.form .btn_send {
    background-color: #ffec00;
    margin: 0 67px 30px 0;
    padding: 7px 13px;
    color: #000;
    font-size: 11px;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    cursor: pointer;
}
form.form .error input,
form.form .error textarea {
    border-color: #da1212 !important;
}
form.form span.error_sign,
form.form span.error_sign,
form.form span.error_text,
form.form span.error_text {
    display: none;
}
form.form .error span.error_sign {
    display: inline-block;
    background-color: #da1212;
    height: 28px;
    line-height: 28px;
    padding: 0 8px;
    color: #fff;
    font-size: 22px;
    border: 1px solid #da1212;
    vertical-align: middle;
}
form.form .error span.error_sign {
    margin-left: 5px;
    vertical-align: middle;
}
form.form .error span.error_text {
    display: inline-block;
    margin: 5px 0 0 110px;
    color: #da1212;
    font-weight: bold;
}
/*form.form .error span.error_text {
    margin: 0 0 0 5px;
}*/
input.short {
    background-color: #f9f9f9;
    width: 28px;
    height: 13px;
    padding: 5px;
    color: #000;
    text-align: center;
    border: 1px solid #ebebeb;
}

/*
** placeholder
**/
::-webkit-input-placeholder {
    color: #6f6f6f;
    font-weight: bold;
}
:-moz-placeholder { /* Firefox 18- */
    color: #6f6f6f;
    font-weight: bold;
}
::-moz-placeholder {  /* Firefox 19+ */
    color: #6f6f6f;
    font-weight: bold;
}
:-ms-input-placeholder {
    color: #6f6f6f;
    font-weight: bold;
}

p {
    line-height: 20px;
    margin-bottom: 15px;
}

/*
** links
**/
a {
    color: #000;
    text-decoration: underline;
}
a:hover {
    color: #000;
    text-decoration: none;
}

/*
** custom
**/
.ml0 {margin-left: 0 !important}
.ml20 {margin-left: 20px !important}
.mb0 {margin-bottom: 0 !important}
.mt10 {margin-top: 10px !important}
.mb5 {margin-bottom: 5px !important}
.mb10 {margin-bottom: 10px !important}
.fs12 {font-size: 12px !important}
.fs16 {font-size: 16px !important}
.fs20 {font-size: 20px !important}
.tcenter {text-align: center !important}
.linethrough {text-decoration: line-through !important}
.line {border-bottom: 1px solid #ebebeb; margin: 10px 0 20px 0}
.lh30 {line-height: 28px !important}
.required-item,
.red {color: #da1212}
.relative {position: relative}
.nounderline,
.nounderline:hover {text-decoration:none !important}
.nounderline:hover {color: #000 !important}
.marked {font-weight: bold}
.normal {font-weight: normal}
.color_red {color: #ff0000 !important}
.iblock {display: block !important}

#fb-page-container {
    margin: 0 auto 10px auto;
    width: 200px;
}
#gplus-page-container {
    margin: 0 auto 10px auto;
    width: 200px;
}
#pinterest-page-container {
    margin: 0 auto 10px auto;
    width: 200px;
}

#fb-like-container {
    margin-top: 10px;
    margin-bottom: 10px;
}

a.btn{
    float: right;
    background-color: #ffec00;
    padding: 6px;
    color: #000;
    font-size: 10px;
    text-transform: uppercase;
    text-decoration: none;
}

.hidden {
    display: none;
}

#gold_partner {
    position: absolute;
    top: 60px;
    right:-20px;
    z-index: 10; /* Ensure it stays on top */
}

/*
** new formats
 */
html,
body {
    height: 100%;
}
body {
    display: flex;
    flex-direction: column;
    padding-top: 110px;
}
body main {
    flex: 1;
    padding: 0 10px;
}

/*
** header
 */
header {
    height: 110px;
    background-color: #333;
    box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 999;
}
.header_top {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 0 10px;
}
.header_left {
    flex-shrink: 0;
}
.header_center {
    flex: 1;
    display: flex;
    justify-content: flex-end;
}
.header_center .item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.7);
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}
.header_center .item:last-child {
    border: none;
}
.header_center .item * {
    color: rgba(255, 255, 255, 0.7);
}
.header_center .item a,
.header_center .item a:hover {
    text-decoration: none;
}
.header_center .item a:hover,
.header_center .item a:hover * {
    color: #fff;
}
.header_right {
    flex-shrink: 0;
}
header a.logo {
    display: block;
    padding: 10px 0;
    margin-bottom: 0;
}
header a.logo img {
    display: block;
}
.header_bottom {
    background-color: #FEFEFC;
}
.header_bottom .content {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
}
header div#search {
    margin: 0;
}
header .item.basket {
    display: flex;
    gap: 10px;
    align-items: center;
    background-color: #ffec00;
    margin: 0;
    min-width: 140px;
    height: auto;
    padding: 8px 10px;
    border: none;
    border-radius: 10px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}
header .item.basket * {
    cursor: pointer;
}
header .item.basket .icon:before {
    width: 27px;
    height: 27px;
    background-color: #000;
    -webkit-mask: url(../gfx/icon_cart.svg);
    mask: url(../gfx/icon_cart.svg);
}
header .item.basket .container {
    line-height: 17px;
}
header .form_search {
    display: flex;
    align-items: center;
}
header .btn_search {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.15);
    width: 30px;
    height: 30px;
    border: none;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    cursor: pointer;
}
header form.form_search label input {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
header .btn_search .icon:before {
    width: 18px;
    height: 18px;
}
.header_menu {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.header_menu .item,
.header_menu .item:hover {
    margin-right: 10px;
    padding: 5px 0;
    font-weight: bold;
    text-decoration: none;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
}
.header_menu .item:hover,
.header_menu .item.current {
    border-bottom-color: #ffec00;
}
.header_menu .nav_left .cat_sub {
    display: none;
}
.header_menu .nav_left .item {
    font-size: 13px;
}
.header_menu .nav_right .item {
    color: rgba(0, 0, 0, 0.6);
}
.header_menu .nav_right .item:hover,
.header_menu .nav_right .item.current {
    color: #000;
}

/*
** svgs
 */
.svgicon:before,
[class^='svgicon-']:before,
[class*=' svgicon-']:before {
    content: '';
    display: block;
    mask-size: contain !important;
    mask-repeat: no-repeat !important;
    mask-position: center center !important;
    -webkit-mask-size: contain !important;
    -webkit-mask-repeat: no-repeat !important;
    -webkit-mask-position: center center !important;
}
.svgicon-cart:before {
    width: 15px;
    height: 15px;
    background-color: #000;
    -webkit-mask: url(../gfx/icon_cart.svg);
    mask: url(../gfx/icon_cart.svg);
}
.svgicon-search:before {
    width: 15px;
    height: 15px;
    background-color: #000;
    -webkit-mask: url(../gfx/icon_search.svg);
    mask: url(../gfx/icon_search.svg);
}
.svgicon-bars:before {
    width: 15px;
    height: 15px;
    background-color: #000;
    -webkit-mask: url(../gfx/icon_bars.svg);
    mask: url(../gfx/icon_bars.svg);
}
.svgicon-close:before {
    width: 15px;
    height: 15px;
    background-color: #000;
    -webkit-mask: url(../gfx/icon_close.svg);
    mask: url(../gfx/icon_close.svg);
}

/*
** content
 */
.content {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

/*
** slider_container
 */
.slider_container {
    display: none;
    gap: 10px;
    margin-bottom: 30px;
}
div.main .slider_container {
    display: flex;
}
.slider_container .logos {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    padding: 10px;
    background-color: #fff;
    border-top: 2px solid #ffec00;
    border-bottom: 2px solid #ffec00;
    border-radius: 10px;
}
.swiper-container {
    width: auto;
    height: auto;
    aspect-ratio: 16/6;
    margin-bottom: 0 !important;
    border-top: 2px solid #ffec00;
    border-bottom: 2px solid #ffec00;
}
.slider_container .swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
}
.slider_container .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/*
** footer
 */
footer {
    background-color: #000;
}
div#footer {
    height: auto;
    min-height: 40px;
}

/*
** breadcrumbs
 */
div.breadcrumbs {
    margin-bottom: 0;
    padding: 0 10px 10px 10px;
    font-size: 11px;
}

/*
** cols
 */
div.cols_main {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}
div.cols_main .col {
    display: flex;
    width: 33%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
div.cols_main .col img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
div.cols_main .col .title {
    padding: 9px;
    font-weight: bold;
    text-align: center;
    background-color: #B7B7B7;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
}
div.cols_main .col .title.yellow {
    background-color: #ffec00;
}
div.cols_main .col span {
    border: none !important;
    border-radius: 0 !important;
}

/*
** list item
 */
div.list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 20px 0;
}
div.list div.item_outer {
    width: 20%;
    margin-bottom: 10px;
    padding: 0 10px 10px 10px;
    box-sizing: border-box;
}
div.list div.item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: auto;
    margin: 0;
    padding: 10px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    border-top: 2px solid #ffec00;
    border-bottom: 2px solid #ffec00;
    box-sizing: border-box;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    position: relative;
}
div.bottom {
    margin-top: 5px;
    padding-top: 6px;
    border-top: 1px solid #ebebeb;
    position: static;
}
div.list a.detail {
    position: static;
}
.list div.prices {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 10px;
}
.list .desc {
    flex: 1;
    margin-bottom: 10px;
}
.list .img {
    margin-bottom: 10px;
}
.list .img img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    border-radius: 6px;
    object-fit: contain;
}
.list.cat .img img {
    object-fit: cover;
}
div.list.cat div.item {
    min-height: auto;
}
form.form_basketin input.btn,
form.form_basketin button {
    line-height: 14px;
    background-image: none;
    border-radius: 5px;
}
form.form_basketin input.btn:before,
form.form_basketin button:before {
    float: right;
}
form.form_basketin label input,
form.form_basketin button {
    border-radius: 5px;
}
a.btn {
    border-radius: 5px;
}

/*
** next
 */
table.table_basket tr.next a,
table.table_basket tr.next a:hover {
    border-radius: 5px;
}

/*
** pager
 */
div.pager {
    background-color: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
div.pager a.pager_right,
div.pager a.pager_left {
    border-radius: 5px;
}

/*
** warning
 */
div.warning {
    width: 100%;
    border-radius: 10px;
    margin: 0;
    box-sizing: border-box;
}

/*
** details
 */
div.details {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
div.details h1 {
    margin-bottom: 20px;
}
.details .img {
    display: inline-block;
    max-width: 400px;
    width: 100%;
    margin-bottom: 10px;
    border-top: 2px solid #ffec00;
    border-bottom: 2px solid #ffec00;
    border-radius: 10px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.details .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.details_inner {
    display: flex;
    gap: 30px;
}
.details_left {
    flex-shrink: 0;
    max-width: 300px;
    width: 100%;
}
table.params tr.bg_dark td {
    background-color: rgba(0, 0, 0, 0.07);
}

/*
** fancybox
 */
.fancybox-opened .fancybox-skin {
    border-radius: 10px;
}
.fancybox-opened .fancybox-title {
    text-align: center;
}

/*
** table
 */
table.table_basket {
    /*border: 1px solid rgba(0, 0, 0, 0.5) !important;*/
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}
table.table_basket th {
    background-color: #ebebeb;
    border: none;
}
table.table_basket td {
    background-color: #fff;
}
table.table_basket tr td.sep {
    background-color: transparent;
    padding: 1px;
    display: none;
}
table.table_basket tr td h2 {
    margin: 10px 0 10px 0;
}
table.table_basket tr th h2 {
    margin: 0 0 10px 0;
}
table.table_basket a.plus,
table.table_basket a.minus,
table.table_basket a.plus:hover,
table.table_basket a.minus:hover {
    border-radius: 4px;
}
input.short {
    border-radius: 4px;
    vertical-align: middle;
}
div.tabs a,
div.tabs a:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
div.tabs a.current {
    background-color: #ffec00;
}

/*
** form
 */
form.form span.label input,
form.form span.label textarea {
    max-width: 180px;
    width: 100%;
    border-radius: 6px;
}
form.form span.label.textarea {
    max-width: 1010px;
    width: 100%;
}
form.form span.label textarea {
    max-width: 865px;
    width: 100%;
    height: 100px;
}
.details .chosen-container {
    max-width: 202px !important;
    width: 100% !important;
}
.details .chosen-container-single .chosen-single {
    width: auto !important;
    padding: 0 10px 5px 10px;
    border-radius: 6px !important;
}
form.form .error {
    display: flex;
    align-items: center;
}
form.form .error span.error_sign {
    margin: 0 5px 0 0;
    border-radius: 6px;
}
form.form .error span.error_text {
    margin: 0;
}
form.form .btn_send {
    margin: 0;
    border-radius: 6px;
}

/*
** contact
 */
.contact_top {
    display: flex;
    gap: 20px;
    width: 100%;
}
div.map {
    flex: 1;
    margin-bottom: 0;
}

/*
** customs
 */
.ml0 { margin-left: 0 !important }
.mr0 { margin-right: 0 !important }
.mt0 { margin-top: 0 !important }
.ml10 { margin-left: 10px !important }
.mr10 { margin-right: 10px !important }
.mb10 { margin-bottom: 10px !important }
.mb20 { margin-bottom: 20px !important }
.f1 { flex: 1 !important }
.color_yellow { color: #ffec00 !important }
h1, h2 {
    margin: 20px 10px 10px 10px;
}

/*
** ol
 */
ol li {
    margin-left: 15px;
}

/*
** Media
 */
.menu_mobile {
    display: none;
}
.menu_header_mobile {
    display: none;
}
.mobile_show {
    display: none;
}
@media only screen and (max-width: 1023px) {
    /*
    ** header
     */
    body {
        padding-top: 120px;
    }
    header {
        height: 120px;
    }
    .header_center .item:nth-child(1),
    .header_center .item:nth-child(2) {
        display: none;
    }
    .header_menu {
        flex-direction: column;
        align-items: flex-start;
    }
    .header_menu .nav_left {
        order: 2;
    }

    /*
    ** footer
     */
    div#footer {
        padding: 10px;
    }

    /*
    ** list
     */
    div.list div.item_outer {
        width: 25%;
        margin-bottom: 5px;
        padding: 0 5px 5px 5px;
        box-sizing: border-box;
    }
    div.list div.item_outer:last-child {
        display: none;
    }

    /*
    ** details
     */
    .details_left {
        max-width: 200px;
    }
}
@media only screen and (max-width: 767px) {
    .mobile_hide {
        display: none !important;
    }
    .mobile_show {
        display: block !important;
    }

    /*
    ** custom
     */
    h1, h2 {
        margin-top: 10px;
    }
    h1 {
        font-size: 18px;
    }
    h2 {
        font-size: 15px;
    }

    /*
    ** header
     */
    body {
        padding-top: 90px;
    }
    header {
        height: 90px;
    }
    .menu_mobile {
        display: flex;
    }
    .menu_mobile:before {
        width: 25px;
        height: 25px;
        cursor: pointer;
    }
    header a.logo img {
        height: 20px;
    }
    .header_center .item:nth-child(3) {
        display: none;
    }
    .header_menu {
        display: none;
    }
    .header_menu.show {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        padding: 50px 20px 20px 20px;
        background-color: #fff;
        box-sizing: border-box;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1000;
    }
    .header_menu.show .menu_header_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 40px;
        padding: 0 5px 0 10px;
        background-color: #333;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1;
    }
    .header_menu.show .menu_header_mobile .logo img {
        height: 20px;
    }
    .header_menu.show .menu_close {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 30px;
        height: 30px;
        background-color: red;
        border-radius: 50%;
        cursor: pointer;
    }
    .header_menu.show .menu_close:before {
        width: 20px;
        height: 20px;
        background-color: #fff;
    }
    .header_menu.show * {
        display: block;
        font-size: 20px !important;
    }
    .header_menu.show * a.item,
    .header_menu.show * a.item:hover {
        padding: 10px 0;
    }
    header .item.basket {
        gap: 5px;
        min-width: auto;
        padding: 3px 5px;
    }
    header .item.basket * {
        font-size: 11px;
    }
    header .item.basket .container {
        line-height: 14px;
    }
    header .item.basket .icon:before {
        width: 20px;
        height: 20px;
    }
    .header_menu .item, .header_menu .item:hover {
        border: none;
    }

    /*
    ** footer
     */
    div#footer {
        text-align: center;
    }

    /*
    ** main
     */
    main div.main {
        display: flex;
        flex-direction: column;
    }
    div.main .slider_container {
        display: block;
        margin-bottom: 10px;
    }
    .swiper-container {
        aspect-ratio: 16/9;
        margin-bottom: 10px !important;
    }
    .slider_container .logos {
        gap: 5px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 100%;
        box-sizing: border-box;
    }
    .slider_container .logos img {
        width: 45%;
    }
    div.cols_main {
        flex-direction: column;
    }
    div.cols_main .col {
        width: 100%;
    }

    /*
    ** main order
     */
    h1.main {
        order: 1;
    }
    .breadcrumbs {
        order: 2;
    }
    .slider_container {
        order: 3;
    }
    .logos {
        order: 4;
    }
    .top {
        order: 5;
    }
    .special {
        order: 6;
    }
    .cols_main {
        order: 7;
    }

    /*
    ** list
     */
    div.list {
        margin-bottom: 0;
    }
    div.list div.item_outer {
        width: 50%;
    }

    /*
    ** basket
     */
    div.tabs a,
    div.tabs a:hover {
        font-size: 10px;
    }
    .table_basket:not(.no_hide) tr:not(.next) th {
        width: auto !important;
    }
    .table_basket:not(.no_hide) tr:not(.next) th:nth-child(2) {
        width: 150px !important;
    }
    .table_basket:not(.no_hide) tr:not(.next) th:last-child {
        width: 20px !important;
    }
    .table_basket:not(.no_hide) tr:not(.next) th:first-child,
    .table_basket:not(.no_hide) tr:not(.next) td:first-child,
    .table_basket:not(.no_hide) tr:not(.next) th:nth-child(3),
    .table_basket:not(.no_hide) tr:not(.next) td:nth-child(3) {
        display: none;
    }
    table.table_basket:not(.no_hide) .btn_del,
    table.table_basket:not(.no_hide) .btn_del:hover {
        background-size: 50%;
    }
    table.table_basket:not(.no_hide) tr.next a.next,
    table.table_basket:not(.no_hide) tr.next a.next:hover {
        background-position: 85% center;
    }
    div.tabs a,
    div.tabs a:hover {
        width: auto;
        margin: 0 2px 2px 0;
        padding: 0 5px;
    }

    /*
    ** forms
     */
    div.details {
        padding: 10px;
    }
    form.form span.label textarea {
        max-width: 179px;
    }
    form.form span.label input,
    form.form span.label textarea,
    form.form span.label select,
    .chosen-container-single .chosen-search input[type="text"] {
        font-size: 16px !important;
    }

    /*
    ** details
     */
    .details_inner {
        flex-direction: column;
        gap: 10px;
    }
    .details_left {
        max-width: 100%;
    }
    .details .img {
        display: block;
        max-width: 250px;
        margin: 0 auto 20px auto;
    }
    .contact_top {
        flex-direction: column;
    }

    /*
    ** fancybox
     */
    .fancybox-opened .fancybox-title {
        font-size: 16px;
        font-weight: normal;
    }
}