.content {
    padding: 30px 0 20px 0;
}
.content h1 {
    display: inline-block;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.1;
    font-family: Roboto Condensed, myriadpro, Arial;
    color: #3e3e3e;
    padding: 0px;
    margin: 20px 0px 30px 0px;
}
.content h2 {
    margin: 20px 0px 30px 0px;
    font-size: 28px;
    font-weight: 600;
    line-height: 1.3;
    font-family: Roboto Condensed, myriadpro, Arial;
    color: #e59452;
    width: auto;
    text-align: left;
}
.content h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.1;
    font-family: Roboto Condensed, myriadpro, Arial;
    color: #3e3e3e;
    padding: 0px;
    margin: 20px 0px 20px 0px;
}
.content p {
    display: block;
    line-height: 1.8rem;
    font-size: 20px;
    width: auto;
    margin: 8px 0px 0px 0px;
    text-align: left;
}
.content ul {
    list-style-type: disc;
    margin-bottom: 24px;
    margin-left: -10px;
}
.content ul li {
    position: relative;
    font-size: 1.12rem;
    margin-bottom: 4px;
    line-height: 1.3;
    text-align: justify;
}
.content_block {
    grid-template-rows: max-content 200px 90px 0fr;
    width: calc(100% - 40px);
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 5px;
    justify-content: space-around;
    padding: 20px;
    height: auto;
    background: #ffffff;
    border-radius: 3px;
    box-shadow: 0px 5px 15px 3px rgb(0 0 0 / 10%);
}






.left_content_head {
    display: inline-block;
    position: relative;
    line-height: 41px;
    margin: 15px 0px 5px 0px;
    padding-left: 34px;
    font-weight: 500;
    font-size: 1.1rem;
    white-space: nowrap;
    text-transform: uppercase;
    letter-spacing: 0.03rem;
    color: #ffffff;
    cursor: pointer;
    padding-right: 15px;
    background: #ef7f1a;
    border-radius: 4px;
}
.left_content_head span {
    display: block;
    position: absolute;
    width: 14px;
    height: 13px;
    float: left;
    left: 14px;
    margin-top: 14px;
    background: #ffffff;
    -webkit-mask-size: 13px !important;
    -webkit-mask: url(/img/catalog.svg) no-repeat;
    -webkit-mask-position-x: 0px;
    -webkit-mask-position-y: center;
}
.left_content_body {
    display: none;
}
.right_content_block {
    display: inline-block;
    width: 100%;
    position: relative;
    float: right;
    padding-top: 0px;
}
.price-list-section {
    display: flex;
    flex-wrap: wrap;
    grid-column-gap: 15px;
    grid-row-gap: 20px;
}
.price-item {
    position: relative;
    width: 100%;
    min-height: 240px;
    background: #ffffff;
    box-shadow: 0px 10px 20px 0 rgb(6 58 69 / 15%);
    border-radius: 18px;
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
    justify-content: space-around;
    padding: 20px 10px 20px 10px;
}
.price-item a {
    text-decoration: none;
    color: #3B3C3B;
}
.price-item a:hover {
    color: #e59452;
}
.price-item h3, .price-item .title {
    display: block;
    font-weight: 900;
    font-size: 1.4rem;
    text-transform: uppercase;
    color: #3B3C3B;
    text-align: left;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    font-family: 'Roboto';
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.categor {
    display: block;
    margin: 0px;
    padding: 0px 10px 0px 10px;
    vertical-align: top;
    font-size: 1.1rem !important;
    line-height: 1.2rem !important;
    color: #565656;
    overflow: hidden;
    height: 1.2rem;
    text-overflow: ellipsis;
    white-space: nowrap;
}
span.element-count-wrapper {
    display: inline-block;
    vertical-align: middle;
    border: 1px solid rgba(153,153,153,.35);
    padding: 1px 8px 1px;
    position: relative;
    top: 1px;
    margin-left: 15px;
    border-radius: 3px;
    font-size: 1.6rem;
    color: #919191;
}
span.thumb-item {
    display: block;
    position: relative;
    z-index: 10;
}
.price-dual-grid {
    margin-top: 0px;
}
.price-dual-grid .offline {
    display: grid;
    gap: 5px;
}
.price-item .price {
    font-size: 3rem;
    line-height: 5rem;
}
.nalichie {
    display: inline-flex;
    position: relative;
    width: calc(100% - 30px);
    align-items: center;
    justify-content: flex-start;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.8rem;
    color: #ab6d3c;
    padding-left: 30px;
}
.code {
    display: inline-flex;
    width: 50%;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 2.8rem;
    text-align: center;
    color: #a7a7a7;
    padding-left: 30px;
}
.nalichie:before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 10px;
    background: #ab6d3c;
    margin: 1px 0 0 0;
    border-radius: 100%;
}
.red {
    color: #ff0000;
}
.red:before {
    background: #ff0000;
}
.pricegray {
    color: #a7a7a7 !important;
}
.numerashki {
    display: flex;
    width: 100%;
    position: relative;
    float: right;
    height: 20px;
    margin-top: 50px;
    margin-bottom: 30px;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 500;
    font-size: 1.4rem;
}
.numerashki .select {
    color: #FFF;
    background: #e59452;
    display: inline-block;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 1.8rem;
    margin: 0 10px 0 10px;
    text-decoration: none;
    font-weight: 500;
    border-color: #c57a3c;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.numerashki a {
    display: inline-block;
    height: 26px;
    text-align: center;
    line-height: 1.8rem;
    margin: 0 0px 0 0px;
    padding: 0 10px 0 10px;
    text-decoration: none;
    font-weight: 700;
    color: #222;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    white-space: nowrap;
}
.back_on, .go_on {
    display: inline-block;
    font-weight: 700;
    margin: 0 10px 0 10px;
}
.back_off, .go_off {
    display: inline-block;
    font-weight: 700;
    color: #9f9f9f;
    margin: 0 10px 0 10px;
}


.product-main {
    display: block;
    width: 100%;
}
.product-article {
    display: inline-block;
    line-height: 2.0rem;
    color: #a5a5a5;
    font-weight: 100;
    font-size: 1.2rem;
    width: 49%;
    text-align: right;
    white-space: nowrap;
}
.product-article b {
    font-weight: 400;
    font-size: 1.4rem;
}
.price_value_block {
    display: block;
    font-size: 2.8em;
    line-height: 5rem;
    font-weight: 600;
    color: #444444;
}
.item-stock {
    display: block;
}
.item-stock .nalichie:before {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    left: 3px;
    background: #ab6d3c;
    margin: 1px 0 0 0;
    border-radius: 100%;
}

.counter_wrapp {
    display: flex;
    line-height: 4rem;
    margin-top: 20px;
}
.counter_block_inner {
    border: 1px solid #eee;
    background: #f5f5f5;
}
.counter_block {
    display: flex;
}
.counter_block span, .counter_block input[type=text] {
    position: relative;
    width: 48px;
    height: 40px;
}
.counter_block input[type=text] {
    text-align: center;
    border: none;
    background: #f5f5f5;
}
span.minus:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #9e9e9e;
    -webkit-mask-size: 11px !important;
    -webkit-mask: url(/img/key_minus.svg) no-repeat;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}
span.plus:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #9e9e9e;
    -webkit-mask-size: 11px !important;
    -webkit-mask: url(/img/key_plus.svg) no-repeat;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
}
.counter_block span {
    cursor: pointer;
}
.button_block {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    width: 50%;
    height: 44px;
    line-height: 44px;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    background-color: #e74e53;
    border-color: #ff242c;
    color: #ffffff;
    border-radius: 3px;
    cursor: pointer;
}
.button_block:hover {
    background-color: #cd4045;
}
.zakaz {
    margin: 0px 0px 0px 2px;
}
.zakaz-info {
    display: block;
    width: 60%;
    font-size: 0.8rem;
    line-height: 1.0rem;
    margin-top: 10px;
    margin-left: 2px;
    color: #7a7a7a;
}
.price_down {
    position: relative;
    display: flex;
    height: 85px;
    width: 100%;
    max-width: 428px;
    align-items: center;
    justify-content: flex-start;
}
.price_down a {
    display: block;
    vertical-align: top;
    text-align: center;
    width: 100%;
    height: 52px;
    line-height: 52px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    padding-left: 15px;
    padding-right: 0px;
    background-color: #3e3e3e;
    border-radius: 3px;
    cursor: pointer;
    font-family: Roboto Condensed, myriadpro, Arial;
    font-size: 1.0rem;
    text-decoration: none;
    border-color: #3e3e3e;
    color: #ffffff;
}
.price_down a:hover {
    background-color: #494949;
}
.price_down:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: #cfcfcf;
    -webkit-mask-size: 20px !important;
    -webkit-mask: url(/img/gift.svg) no-repeat;
    -webkit-mask-position-x: center;
    -webkit-mask-position-y: center;
    left: calc(50% - 68px);
    top: calc(50% - 11px);
}
.delivery {
    display: block;
    position: relative;
    width: 60%;
    font-size: 0.9rem;
    line-height: 1.4rem;
    margin-top: 20px;
    padding-left: 30px;
    color: #7a7a7a;
}
.delivery:before {
    content: '';
    position: absolute;
    left: 0px;
    width: 20px;
    height: 20px;
    background: #9e9e9e;
    -webkit-mask-size: 20px !important;
    -webkit-mask: url(/img/delivery.svg) no-repeat;
    -webkit-mask-position-x: 0px;
    -webkit-mask-position-y: 0px;
}
.product-main {
    display: block;
    width: 100%;
    padding-left: 0px;
}
.product-gallery {
    width: 100% !important;
    padding: 0px !important;
}
.flexbox {
    display: grid !important;
}
.ratings, .ratings>div {
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    margin: 0px 0px 5px 0px;
    width: 50%;
}
.item-rating {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #cdcdcd;
    -webkit-mask-size: 28px !important;
    -webkit-mask: url(/img/star.svg) no-repeat;
    -webkit-mask-position-x: left;
    -webkit-mask-position-y: center;
}
.tabs {
    display: flex;
    /* flex: 1 1 100%; */
    margin-bottom: 0px;
    padding: 0px;
    /* overflow: hidden; */
    overflow-y: auto;
}
.tabs ul {
    display: block;
    white-space: nowrap;
    position: relative;
    line-height: 1.0em;
    letter-spacing: .8px;
    list-style: none;
    margin: 40px 0px 0px 0px;
    padding: 0px;
    width: 100%;
    /* flex-direction: row; */
    /* justify-content: flex-start; */
}
.tabs li {
    display: inline-block !important;
    border: 1px solid #ececec;
    width: max-content;
}
ul.nav-tabs a {
    cursor: pointer;
    display: flex;
    flex-wrap: nowrap;
    margin: 16px auto 15px;
    color: #777;
    border: none;
    border-radius: 3px;
    /* background: 0 0; */
    text-decoration: none;
    padding-left: 8px;
    padding-right: 8px;
}
ul.nav-tabs li.active-tabs:after {
    background: #ff1820;
    content: "";
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    z-index: 1;
    height: 2px;
    -moz-border-radius-topleft: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
}
.tab-content {
    display: inline-block;
    width: 100%;
    padding: 20px 0px;
    vertical-align: top;
}
.tab-pane {
    display: none;
    line-height: 2.2rem;
    font-size: 1.1rem;
    color: #777;
    font-weight: 300;
    font-family: Roboto, myriadpro, Arial;
}
.active-pane {
    display: block;
}
.tab-pane b {
    font-weight: 500;
    color: #565656;
}
table.tth tr:nth-child(2n) {
    background: #f3f3f3;
}
table.tth {
    display: table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
}
table.tth td {
    display: table-cell;
    padding: 5px 10px 5px 10px;
}
ul.filelist {
    transform: translateX(10px);
    position: relative;
    letter-spacing: .4px;
    list-style: none;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}
ul.filelist li {
    display: flex;
    vertical-align: middle;
    line-height: 43px;
    margin-top: 10px;
}
ul.filelist img {
    display: block;
    height: 40px;
}
ul.filelist a {
    color: #2e2e2e;
    font-weight: 400;
    text-decoration: none;
}
ul.filelist a:hover {
    color: #ef7f1a;
    text-decoration: underline;
}
ul.filelist b {
    display: inline-block;
    vertical-align: middle;
    background: #b5b4b4;
    color: #fff;
    font-size: 0.8rem;
    line-height: 1rem;
    height: 1rem;
    padding: 1px 3px 1px 3px;
    margin-top: 13px;
    border-radius: 3px;
}
.recomend {
    display: flex;
    vertical-align: top;
    flex-wrap: wrap;
}
.wrapper_rec {
    display: flex;
    font-size: 1.6rem;
    line-height: 3.0rem;
    height: 3rem;
    margin-top: 20px;
    width: 100%;
    font-weight: 600;
    flex-wrap: wrap;
    color: #4e4e4e;
}
.dopan img {
    display: block;
    cursor: pointer;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.dopan-block-item {
    display: flex;
    padding: 13px 0px 13px 0px;
    margin: 0;
    box-sizing: border-box;
    transition: transform ease .2s,box-shadow ease .2s;
}
.dopan-block-img {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-wrap: nowrap;
    align-items: center;
    width: 100px;
    height: 100px;
    line-height: 88px;
    flex-shrink: 0;
    align-self: normal;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.dopan-item-info {
    display: grid;
    line-height: 1.2rem;
    color: #777;
    font-weight: 400;
    font-family: Roboto, myriadpro, Arial;
    margin: 0px 15px 0px 15px;
    padding: 0px;
    font-size: 1.1rem;
    width: 80%;
    vertical-align: top;
    align-items: start;
    align-content: start;
}
.dopan-item-info span {
    display: flex;
    width: 100%;
    font-weight: 300;
    margin: 6px 0px 0px 0px;
    padding: 0;
    align-items: center;
}
.dopan-item-info a {
    color: #777;
    text-decoration: none;
}
.dopan-item-info a:hover {
    color: #e59452;
}
.dopan-item-price {
    font-family: Roboto Condensed, myriadpro, Arial;
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 600;
    color: #3e3e3e;
}
.dopan {
    display: flex;
    width: 100%;
    margin-top: 20px;
}
.info_cart {
    display: flex;
    position: fixed;
    margin: 0;
    box-sizing: border-box;
    transition: transform ease .2s,box-shadow ease .2s;
    z-index: 1002;
    background: rgb(255 255 255 / 95%);
    top: 12px;
    right: 0px;
    padding: 10px 20px 10px 10px;
    border-radius: 4px;
    box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 10%);
    border: 1px solid #e9e9e9;
}
.info_cart img {
    display: block;
    cursor: pointer;
    position: absolute;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    max-width: 80px;
    max-height: 80px;
    width: auto;
    height: auto;
    margin: 0 auto 0 auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.info_cart .dopan-item-info {
    margin-top: 10px;
}
.way_line span {
    white-space: normal !important;
    margin: 0px 0px 5px 5px;
    height: 30px !important;
    line-height: 1.2rem;
    padding: 0px;
    float: left !important;
}
span.separator {
    height: 18px !important;
}
span.home {
    height: 18px !important;
}
span.separator {
    line-height: 30px !important;
    margin: 0px 5px 5px 0px;
    padding-bottom: 12px;
}
.filter_section {
    display: flex;
    position: absolute;
    height: 60px;
    margin-bottom: 0px;
    top: -60px;
    right: 0;
}
.filter_section:before {
    position: absolute;
    display: block;
    width: 18px;
    height: 15px;
    top: 1px;
    bottom: 0;
    margin: auto;
    content: "";
    background: #b9b9b9;
    -webkit-mask-size: 17px !important;
    -webkit-mask: url(/img/filter.svg);
    -webkit-mask-position-y: 0px;
    -webkit-mask-position-x: 0px;
    -webkit-mask-repeat: no-repeat;
}
.sorter {
    position: relative;
    width: auto;
    padding: 5px;
    margin: 10px 0px 10px 30px;
    font-size: 1.1rem;
    line-height: 2rem;
    color: #000;
    outline: none;
    cursor: pointer;
    font-weight: 100;
}
.sorter span {
    position: relative;
    padding-right: 30px;
}
.sorter span:after {
    position: absolute;
    display: block;
    width: 30px;
    height: 22px;
    content: "";
    background: #424242;
    -webkit-mask-size: 5px !important;
    right: 0px;
    top: 0px;
    margin-right: 0px;
    -webkit-mask: url(/img/down_ug.svg);
    -webkit-mask-position-y: 10px;
    -webkit-mask-position-x: 12px;
    -webkit-mask-repeat: no-repeat;
}
.sorter .dropdown {
    position: absolute;
    display: none;
    top: 60%;
     /* Size */
    right: 0px; /* Size */
    padding: 5px 5px 5px 5px;
    min-width: 200px;
    background: #fff;
    box-shadow: 0px 0px 20px 0 rgb(6 58 69 / 15%);
    font-weight: normal;
    opacity: 0;
    list-style: none;
    z-index: 10000;
}
.sorter .dropdown li {
    display: flex;
    line-height: 2.2rem;
    padding: 0px 10px 0px 10px;
    white-space: nowrap;
    border-radius: 3px;
}
.sorter .dropdown li:hover {
    background: #f3f3f3;
}
.sorter .dropdown a {
    text-decoration: none;
    color: #626262;
}
li.active_sort {
    background: #607bb9c7;
}
li.active_sort a {
    color: #fff !important;
}
li.active_sort:hover {
    background: #506aa5c7 !important;
}
