@import "reset.css";
@import "bootstrap.min.css";
@import "animate.css";
@import '../fonts/font-awesome-4.6.3/css/font-awesome.min.css';
@import '../fonts/themify-icons/themify-icons.css';
@import 'https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic';
html,
body {
    height: 100%;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 24px;
    background: #f6f6f6;
    -webkit-text-size-adjust: none;
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

::-moz-selection {
    color: #fff;
    background-color: #fbaf5d;
}

::selection {
    color: #fff;
    background-color: #fbaf5d;
}

::-moz-selection {
    color: #fff;
    background-color: #fbaf5d;
}

::-webkit-scrollbar {
    background: #cdcdcd;
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #333131;
}

::-webkit-input-placeholder {
    color: #808285;
    -webkit-transition: text-indent .5s ease, color .5s ease;
    -o-transition: text-indent .5s ease, color .5s ease;
    transition: text-indent .5s ease, color .5s ease;
}

input::-moz-placeholder {
    color: #808285;
    opacity: 1;
}

textarea::-moz-placeholder {
    color: #808285;
    opacity: 1;
}

::ms-input-placeholder {
    color: #808285;
}

[placeholder]:focus::-webkit-input-placeholder {
    text-indent: 10em;
    color: transparent;
}

.align_left {
    text-align: left;
}

.align_right {
    text-align: right;
}

.align_center {
    text-align: center;
}

.alignleft {
    float: left;
}

.alignright {
    float: right;
}

.wrapper {
    overflow: hidden;
}

.hide {
    display: none;
}

.show {
    display: block;
}

.d_ib {
    display: inline-block;
}

.transparent {
    opacity: 0;
}

.invisible {
    opacity: 0;
    visibility: hidden;
}

.visible {
    opacity: 1;
    visibility: visible;
}

.p_abs {
    position: absolute;
}

.p_rel {
    position: relative;
}

.p_fix {
    position: fixed;
}

.clear {
    clear: both;
    width: 100%;
    line-height: 0;
    font-size: 0;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.reg {
    text-transform: uppercase
}

.bold {
    font-weight: 700;
}

.medium {
    font-weight: 500;
}

.regular {
    font-weight: 400;
}

.italic {
    font-style: italic;
}

.nowrap {
    white-space: nowrap;
}

.align_middle {
    height: 100%;
    width: 100%;
}

.align_middle>div,
.align_middle>span {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
}

.align_middle:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0;
    margin-left: -5px;
}

.img_resp {
    text-align: center;
    margin-bottom: 20px;
}

.img_resp img {
    max-width: 100%;
    height: auto;
    max-height: 144px;
}

.section_offset_bottom.line_bottom .img_resp {
    background-color: #FFF;
    padding: 20px;
    margin-bottom: 0;
}

.img_resp_tooltip {
    position: relative;
}

.section_offset_bottom.line_bottom .img_resp img {}

.img_resp_text {
    color: #6d6e71;
    font-size: 14px;
    padding-top: 10px;
}

.container .pl_35 {
    padding-left: 35px;
}

.container .pr_35 {
    padding-right: 35px;
}

.table_box {
    display: table;
    table-layout: fixed;
}

.table_box>div {
    display: table-cell;
    vertical-align: middle;
}

.page_wrap {
    min-height: 100%;
    position: relative;
    overflow: hidden;
}

.container {
    position: relative;
}

#content {
    padding: 10px 0px 40px;
    display: block;
}

.back_to_top {
    border: none;
    outline: none;
    position: fixed;
    bottom: 40px;
    right: 20px;
    width: 50px;
    height: 50px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    background-color: #333;
    z-index: 99;
    cursor: pointer;
}

.back_to_top:hover {
    background-color: #fbaf5d;
}

.back_to_top i {
    font-size: 30px;
    line-height: 30px;
    margin: 0;
}

.section_offset:not(:last-child) {
    margin-bottom: 50px;
}

.section_offset_bottom {
    margin-bottom: 30px;
}

.line_bottom {
    padding-bottom: 15px;
    border-bottom: 1px solid #dcddde;
}

.line {
    margin-bottom: 20px;
    border-bottom: 1px solid #dcddde;
}

.section_offset_h2 {
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.23em;
    margin: 0;
}

h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

h2 {
    font-size: 22px;
    line-height: 35px;
    margin-bottom: 25px;
}

h3,
.fz20 {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
}

h4 {
    font-size: 18px;
    line-height: 22px;
}

h5,
.fz15 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
}

h6 {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 15px;
}

.subtitle_sm {
    color: #808285;
    font-size: 15px;
    margin-top: -15px;
    padding-bottom: 25px;
}

.title_box1:after {
    content: '';
    display: block;
    clear: both;
}

.title_box1 {
    margin-bottom: 20px;
}

.title_box1>* {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}

.title_box1>*:not(:last-child) {
    margin-right: 15px;
}

p:not(:last-child) {
    margin-bottom: 20px;
}

mark {
    background-color: #20cfef;
    padding: 0 2px;
    color: #fff;
}

mark.red {
    background-color: #ee352f;
}

a,
.like_a {
    color: #0054a6;
    text-decoration: underline;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

a:hover,
.like_a:hover {
    color: #004485;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:focus,
a:visited {
    text-decoration: none;
}

.fz16 {
    font-size: 16px;
}

.lh22 {
    line-height: 22px;
}

.fz12 {
    font-size: 12px;
}

.text_gray {
    color: #6d6e71;
}

.text_red {
    color: #ed1c24;
}

.text_price {
    font-size: 20px;
    line-height: 30px;
    color: #000;
    font-weight: 500;
}

.link_type1 {
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #0072bc;
}

.link_type2 {
    font-size: 13px;
    line-height: 25px;
    color: #808285;
}

.link_type2:after {
    content: '→';
}

.link_arrow {
    position: relative;
}

.link_arrow:after {
    content: '→';
    position: absolute;
    text-decoration: none;
    margin-left: 6px;
}

.download_link {
    font-weight: 700;
    text-transform: uppercase;
    color: #0072bc;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
}

.file_name {
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 12px;
    line-height: 17px;
    border: 2px solid #ed1c24;
    padding: 0 8px;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    margin-right: 9px;
    margin-top: 1px;
}

.file_size {
    display: inline-block;
    margin-left: 5px;
    font-weight: 400;
    font-style: italic;
    text-decoration: none;
    color: #6d6e71;
}

.read_more {
    font-size: 16px;
    line-height: 25px;
    color: #0054a6;
}

.read_more:after {
    content: '→';
    padding-left: 5px;
    text-decoration: none;
    display: inline-block;
}

.section_bg {
    background-color: #ffffff;
}

.title_form {
    padding-left: 12px;
    font-size: 16px;
    position: relative;
}

.title_form:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    height: 20px;
    width: 2px;
    background-color: #fbaf5d;
}

ul:not([class]):not([style]) {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

ul:not([class]):not([style]) li {
    padding-left: 30px;
    position: relative;
}

ul:not([class]):not([style]) li:before {
    content: '';
    display: block;
    height: 2px;
    width: 18px;
    background-color: #fbaf5d;
    position: absolute;
    top: 8px;
    left: 0;
}

ol:not([class]):not([style]) {
    list-style: outside decimal;
    padding-left: 15px;
}

ol:not([class]):not([style]) li {
    padding-left: 15px;
}

.load_doc em {
    color: #000000;
    text-decoration: none;
}

.load_doc li {
    margin-bottom: 10px;
}

.list_btn li {
    margin-right: 12px;
    margin-bottom: 12px;
    display: inline-block;
}

button {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

button:hover {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.btn,
.oplata_tab+p input[type="submit"] {
    display: inline-block;
    position: relative;
    outline: none;
    text-decoration: none;
    background: none;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    padding: 9px 22px;
    border: 1px solid #bcbec0;
}

.btn:hover {
    background-color: #bcbec0;
    color: #fff;
}

.btn_accent,
.oplata_tab+p input[type="submit"] {
    font-size: 14px;
    border: 1px solid #fbaf5d;
    background-color: #fbaf5d;
}

.btn_accent:hover,
.oplata_tab+p input[type="submit"]:hover {
    background-color: #ff9b2f;
    color: #000;
    border-color: #ff9b2f;
}

.btn.reg {
    font-size: 15px;
    font-weight: 500;
}

.btn_icon {
    padding-left: 35px;
}

.btn_icon i {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 35px;
    font-size: 16px;
    text-align: center;
    line-height: 24px;
}

.btn_icon.btn_accent i {
    color: #fff;
}

.btn2 {
    display: inline-block;
    position: relative;
    outline: none;
    background: none;
    color: #0072bc;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    padding: 5px 15px;
    border: 1px solid #aec4d9;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    text-decoration: underline;
}

.btn2:hover {
    background-color: #aec4d9;
    color: #fff;
}

.btn_open {
    display: inline-block;
    margin-left: 12px;
    border: 1px solid #dcddde;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background-color: #ffffff;
    width: 24px;
    height: 24px;
    padding: 2px 0;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    font-size: 16px;
}

.btn_open:hover {
    color: #ffffff;
    background-color: #bcbec0;
}

.btn_green {
    display: inline-block;
    position: relative;
    outline: none;
    background-color: #93c748;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding: 10px 15px 6px 15px;
    border: none;
    border-bottom: 2px solid #7ba63c;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

.btn_green:hover {
    background-color: #6ea51e;
    color: #fff;
    text-decoration: none;
}

.btn_green .ti {
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shopping_plus {
    background-color: #6ea51e;
    width: 25px;
    height: 25px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: inline-block;
    margin-left: 27px;
    text-align: center;
    font-weight: 700;
    color: #ffffff;
}

.btn_green:hover .shopping_plus {
    background-color: #5f9019;
}

.btn_green:focus {
    color: #ffffff;
}

.basket_add {
    color: #ffffff;
    white-space: nowrap;
    position: absolute;
    top: -45px;
    left: 50%;
    padding: 6px 10px;
    background-color: #0054a6;
    display: block;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: none;
}

.basket_add:after {
    position: absolute;
    content: '';
    left: 50%;
    margin-left: -3px;
    bottom: -6px;
    width: 0px;
    height: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0054a6;
}

.btn_fa i {
    font-size: 20px;
    margin-right: 11px;
    margin-top: 3px;
}

.opne_box_btn .h {
    display: none;
}

.opne_box_btn.active .h {
    display: block;
}

.opne_box_btn.active .s {
    display: none;
    line-height: 25px;
}

.btn_yellow {
    display: inline-block;
    position: relative;
    outline: none;
    background-color: #fbaf5d;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
    padding: 10px 15px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
}

.btn_yellow:hover {
    background-color: #ff9b2f;
    text-decoration: none;
}

table td.btn_table_wr {
    padding: 0;
    vertical-align: middle;
    text-align: right;
}

.jq-selectbox {
    width: 100%;
}

.jq-selectbox__select {
    height: 40px;
    padding: 4px 45px 0 20px;
    border: 1px solid #e6e7e8 !important;
    border-bottom-color: #e6e7e8;
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -o-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000000;
    text-shadow: none;
}

.jq-selectbox__select:focus {
    border-color: #ddd;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.jq-selectbox__select:hover {
    border-color: #e6e7e8;
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -o-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
}

.section_info .jq-selectbox__select-text {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translate(0, -50%);
}

.jq-selectbox__trigger {
    border-left: none;
}

.jq-selectbox__trigger-arrow {
    top: 16px;
}

.section_info .jq-selectbox__trigger-arrow {
    width: 12.66px;
    height: 7.19px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%) rotate(-180deg);
    background: url('../images/arrow-icon-select-blue.svg') center no-repeat;
    background-size: contain;
    transition: .3s ease-out;
}

.section_info .opened .jq-selectbox__trigger-arrow {
    transform: translate(0, -50%);
}

.form_row {
    padding-top: 35px;
    position: relative;
}

.jq-file {
    width: 100%;
    height: 40px;
    padding: 0px 0px 0 20px;
    border: 1px solid #e6e7e8;
    cursor: pointer;
}

.jq-file .jq-file__name {
    float: left;
    line-height: 40px;
    width: calc(100% - 70px);
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: transparent;
}

.jq-file.focused .jq-file__name {
    border: 1px solid transparent;
}

.jq-file__browse {
    display: inline-block;
    position: relative;
    outline: none;
    background-color: #fbaf5d;
    color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 15px;
    padding: 12px 5px;
    border: none;
    text-transform: uppercase;
    text-decoration: none;
    float: right;
}

.jq-file:hover .jq-file__browse {
    background-color: #ff9b2f;
    text-decoration: none;
}

textarea,
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="image"]):not([type="submit"]):not([type="button"]) {
    outline: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e7e8;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 10px 8px 20px;
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

textarea:focus,
input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="image"]):not([type="submit"]):not([type="button"]):focus {
    border-color: #ddd;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

textarea {
    min-height: 140px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 5px;
}

select {
    outline: none;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e6e7e8;
    font-size: 14px;
    line-height: 22px;
    padding: 8px 10px 8px 20px;
    color: #000000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jq-number__spin {
    background-color: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -o-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e6e7e8;
}

.jq-number__spin:hover {
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -o-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    border-color: #ddd;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.jq-number__field {
    background-color: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -o-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none !important;
}

.table_style .number-plus-minus {
    margin-top: -8px;
}

.number-plus-minus .jq-number {
    padding: 0 38px;
}

.number-plus-minus .jq-number__field {
    width: 60px;
    height: 40px;
}

.number-plus-minus .jq-number__field input {
    text-align: center;
    padding: 8px !important;
    height: 100%;
}

.number-plus-minus .jq-number__spin {
    left: 0;
    height: 40px;
    width: 40px;
}

.number-plus-minus .jq-number__spin.plus {
    right: 0;
    left: auto;
}

.number-plus-minus .jq-number__spin:before {
    content: '';
    position: absolute;
    top: 18px;
    left: 14px;
    width: 12px;
    height: 2px;
    border: none;
    background: #a7a9ac;
}

.number-plus-minus .jq-number__spin.minus:after {
    display: none;
}

.number-plus-minus .jq-number__spin.plus:after {
    top: 13px;
    left: 19px;
    width: 2px;
    height: 12px;
    border: none;
    background: #a7a9ac;
}

.number-plus-minus .jq-number__spin:hover:before,
.number-plus-minus .jq-number__spin.plus:hover:after {
    background: #000;
}

.basket_close_icon {
    background-color: transparent;
    border: 2px solid #abadb0;
    outline: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    padding: 0;
    margin: 0;
    width: 25px;
    height: 25px;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    color: #abadb0;
    margin-top: -3px;
    display: inline-block;
}

.basket_close_icon .fa {
    font-size: 14px;
    line-height: 20px
}

.basket_close_icon:hover {
    color: #000000;
    border-color: #000000;
}

.basket_close_all {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    color: #666666;
    font-size: 14px;
    text-decoration: underline;
    line-height: 20px;
    font-weight: 500;
}

.basket_close_all .basket_close_icon {
    margin-right: 12px;
}

.basket_close_all:hover {
    text-decoration: none;
}

form sup {
    color: #fbaf5d;
    font-size: 15px;
}

.form_wr input {
    margin-bottom: 10px;
}

.form_wr {
    margin-bottom: 20px;
}

input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

input[type="checkbox"]~label:before {
    content: "";
    display: inline-block;
}

input[type="checkbox"]~label:before,
.jq-checkbox {
    top: -1px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
    border: 1px solid #dcddde;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -o-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.jq-checkbox.checked,
input[type="checkbox"]:checked~label:before {
    border: none;
    background: #fbaf5d;
    background: -webkit-linear-gradient(#fbaf5d, #fbaf5d);
    background: -webkit-gradient(linear, left top, left bottom, from(#fbaf5d), to(#fbaf5d));
    background: -o-linear-gradient(#fbaf5d, #fbaf5d);
    background: linear-gradient(#fbaf5d, #fbaf5d);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

input[type="checkbox"]:checked~label:before {
    content: "\e64c";
    font: 17px/25px 'themify';
    color: #FFF;
    padding: 0 5px;
}

.jq-checkbox.checked .jq-checkbox__div {
    color: #ffffff;
    width: 17px;
    height: 17px;
    margin: 0px 0 0 4px;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    background: #fbaf5d;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.jq-checkbox.checked .jq-checkbox__div:before {
    content: "\e64c";
    font: 17px/25px 'themify';
}

.jq-radio {
    top: -1px;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    margin: 0 10px 0 0;
    border: 1px solid #dcddde;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -o-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.jq-radio.checked {
    border: none;
    background: #fbaf5d;
    background: -webkit-linear-gradient(#fbaf5d, #fbaf5d);
    background: -webkit-gradient(linear, left top, left bottom, from(#fbaf5d), to(#fbaf5d));
    background: -o-linear-gradient(#fbaf5d, #fbaf5d);
    background: linear-gradient(#fbaf5d, #fbaf5d);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
}

.jq-radio.checked .jq-radio__div {
    width: 9px;
    height: 9px;
    margin: 8px 0 0 8px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form_btn_wr {
    padding-top: 28px;
}

.form_btn_box {
    float: left;
    font-size: 14px;
    margin-bottom: 10px;
    position: relative;
}

.form_btn_box:not(:last-child) {
    margin-right: 25px;
}

.form_btn_wr {
    position: relative;
}

.form_btn_wr .jq-radio {
    position: static !important;
}

.form_btn_wr .jq-radio label.error {
    position: absolute;
    white-space: nowrap;
    bottom: 0;
}

.form_btn_wr .jq-checkbox {
    position: static !important;
    overflow: auto;
}

.form_btn_wr .jq-checkbox label.error {
    position: absolute;
    white-space: nowrap;
    bottom: -5px;
}

.form_btn_box_link {
    margin-left: 39px;
    display: inline-block;
}

.payment_box label {
    width: 100%;
    height: 150px;
    background-color: #ffffff;
    display: block;
    position: relative;
    cursor: pointer;
    margin-bottom: 20px;
}

.payment_box label:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 3px 12px 2px #cccccc;
    box-shadow: 0 3px 12px 2px #cccccc;
    z-index: 1;
}

.payment_box .jq-radio {
    vertical-align: middle;
    margin: 0 0px 0 0;
    border: none;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    background: #ffffff;
    background: -webkit-linear-gradient(#ffffff, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
    background: -o-linear-gradient(#ffffff, #ffffff);
    background: linear-gradient(#ffffff, #ffffff);
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    position: static !important;
    width: 1px;
    height: 1px
}

.payment_box .jq-radio.checked .jq-radio__div {
    position: absolute;
    margin: 0;
    -webkit-border-radius: 0%;
    border-radius: 0%;
    border: 2px solid #fbaf5d;
    background: #ffffff;
    -webkit-box-shadow: none;
    box-shadow: none;
    top: 0;
    width: 100%;
    height: 100%;
}

.payment_cont {
    position: relative;
    z-index: 2;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    display: block;
}

.payment_cont img {
    margin-bottom: 30px;
}

[class*="validateform"] input.error,
[class*="validateform"] textarea.error {
    border-color: #fbaf5d !important;
}

[class*="validateform"] label.error {
    color: #fbaf5d;
    margin-top: -10px;
    font-size: 12px;
    line-height: 14px;
    display: inline-block;
}

[class*="validateform"] .form_btn_box label.error:before {
    display: none;
}

[class*="validateform"] .form_btn_box label.error {
    position: absolute;
    top: 100%;
    margin-top: 0;
}

.table_style {
    width: 100%;
    border-bottom: 1px solid #dcddde;
    margin-bottom: 30px;
}

.table_style th {
    font-size: 15px;
    line-height: 20px;
    color: #000000;
    font-weight: 500;
    text-align: left;
    padding: 15px 30px;
    background-color: #ffffff;
}

.table_style td {
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    font-weight: 400;
    text-align: left;
    padding: 11px 30px;
    vertical-align: middle;
}

.table_style tr:nth-child(2n) {
    background-color: #ffffff;
}

.table_style tr:nth-child(2n+1) {
    background-color: #f6f6f6;
}

.basket_table_wrap {
    padding-top: 20px;
}

.table_basket {
    border: none;
}

.table_basket td {
    vertical-align: top;
    padding-top: 30px;
    padding-bottom: 30px;
}

.table_style td:first-child,
.table_style th:first-child {
    padding-left: 10px;
}

.table_style td:last-child,
.table_style th:last-child {
    padding-right: 0;
}

.table_style #list_catalog tr.current {
    border: 1px solid #0072bc;
    background: rgba(0, 114, 188, 0.05);
}

.modal_box {
    background-color: #ffffff;
    padding: 30px 20px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
    width: 790px;
}

#thanks {
    width: 350px;
    max-width: 100%;
    text-align: center;
}

.modal_box_close {
    position: absolute;
    font-size: 30px;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.modal_box_close:hover {
    color: #fbaf5d;
}

.modal_box [class*="validateform"] label.error {
    display: inherit;
}

#message.modal_box .jq-file {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    overflow: hidden;
}

#filename {
    cursor: pointer;
}

#message.modal_box .jq-file__name {
    height: 40px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 1px solid #e6e7e8;
    width: calc(100% - 75px);
    font-size: 14px;
    line-height: 22px;
    padding: 8px 10px 8px 20px;
}

#message.modal_box .jq-file.focused .jq-file__name {
    border-color: #ddd;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
}

.divider {
    height: 1px;
    border: none;
    background-color: #d1d3d4;
}

.divider:not(:last-child) {
    margin-bottom: 40px;
}

.main_slider_item {
    position: relative;
    z-index: 1;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    font-size: 16px;
    padding: 67px 0 195px;
}

.main_slider_item_link {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    cursor: pointer;
}

.main_slider_title {
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    font-weight: 500;
}

.main_slider_title span {
    display: inline-block;
    margin-left: 10px;
    padding: 0 5px;
    background-color: #000;
    color: #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 30px;
}

.news_logo.alignnone img {
    width: auto !important;
    display: inline-block;
}

.main_slider_subtitle {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 25px;
}

.main_slider_img {
    position: absolute;
    width: 100%;
    left: -13px;
    top: 50%;
    margin-top: 60px;
    padding-bottom: 100%;
    background-color: #fff;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.main_slider_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 80%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.main_slider_img:before {
    content: '';
    display: block;
    position: absolute;
    top: -90px;
    left: -90px;
    right: -90px;
    bottom: -90px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e6e7e8;
}

.owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100px;
    text-align: center;
}

.owl-dots>div {
    display: inline-block;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #000;
    background-color: #000;
}

.owl-dots>div:not(:last-child) {
    margin-right: 13px;
}

.owl-dots>div.active {
    background-color: transparent;
    border-color: #fbaf5d;
}

.service_box {
    position: relative;
    padding: 14px 15px 35px 70px;
    font-size: 14px;
    line-height: 22px;
}

.service_box_wr {
    padding-top: 30px;
}

*:not(:first-child)>.service_box:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background-color: #e6e7e8;
}

.service_icon {
    position: absolute;
    text-align: center;
    width: 70px;
    left: 0;
    top: 25px;
}

.service_container {
    background-color: #fff;
    margin-top: -100px;
    position: relative;
    z-index: 1;
    padding: 30px 0;
}

.service_title {
    margin-bottom: 0;
}

.logo_slider {
    padding: 20px 118px 0;
}

.logo_slider .owl-item img {
    width: auto;
    max-width: 100%;
}

.logo_slider .owl-item {
    font-size: 0;
    line-height: 0;
    height: 80px;
    text-align: center;
}

.logo_slider .owl-item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 0;
    height: 100%;
}

.logo_slider .owl-dots {
    display: none !important;
}

.logo_slide {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    max-width: 100%;
    text-decoration: none;
}

.logo_slide img {
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}

.logo_slide:hover img {
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.logo_label {
    display: block;
    margin-bottom: 10px;
    font-size: 9px;
    line-height: 10px;
    color: #000;
    text-decoration: none;
}

.owl-nav>div {
    position: absolute;
    width: 35px;
    height: 40px;
    color: #000;
    left: 0;
    top: 50%;
    text-align: center;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.owl-nav>div.owl-next {
    left: auto;
    right: 0;
}

.owl-nav>div:before {
    content: "\e64a";
    font: 35px/40px 'themify';
}

.owl-nav>div.owl-next:before {
    content: "\e649";
}

.owl-nav>div:hover {
    color: #0072bc;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.owl-nav>div.disabled {
    opacity: 0.3;
    cursor: default !important;
    color: #000;
}

.simple_slider {
    padding: 0px 90px;
    margin-bottom: 30px;
}

.simple_slider .owl-item img {
    width: auto;
    height: auto;
    max-width: 100%;
    display: inline-block;
}

.simple_slider .owl-item {
    text-align: center;
}

.simple_slider .owl-dots {
    display: none !important;
}

.simple_slider a {
    display: block;
    position: relative;
    padding: 10px;
    text-align: center;
}

.simple_slider a img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.simple_slider a:hover img {
    text-decoration: none;
    -webkit-box-shadow: 0 3px 9px 2px #cccccc;
    box-shadow: 0 3px 9px 2px #cccccc;
    z-index: 2;
}

.simple_slider a:hover:after {
    content: '';
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 3;
    background-color: #394b6f;
    opacity: 0.8;
}

.simple_slider a:hover:before {
    content: "\e63d";
    font: 45px/30px 'themify';
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -29px;
    z-index: 4;
    width: 55px;
    height: 30px;
    color: #ffffff;
}

.simple_slider {
    display: block;
    font-size: 9px;
    line-height: 10px;
    color: #000;
    text-decoration: none;
}

.simple_slider .owl-nav>div {
    position: absolute;
    width: 20px;
    height: 25px;
    color: #000;
    left: 40px;
    top: 50%;
    margin-top: -12px;
    text-align: center;
    -webkit-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}

.simple_slider .owl-nav>div.owl-next {
    left: auto;
    right: 40px;
}

.simple_slider .owl-nav>div:before {
    content: "\e629";
    font: 25px/25px 'themify';
}

.simple_slider .owl-nav>div.owl-next:before {
    content: "\e628";
}

.owl-nav>div:hover {
    color: #0072bc;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}

.owl-nav>div.disabled {
    opacity: 0.3;
    cursor: default !important;
    color: #000;
}

.tizer_box {
    text-align: center;
    font-size: 32px;
    line-height: 45px;
    font-weight: 500;
    color: #fff;
    padding: 60px 20px;
}

.post:after {
    content: '';
    display: block;
    clear: both;
}

.post_img {
    float: left;
    width: 100px;
    margin-right: 22px;
}

.post_img img {
    width: 100%;
    border: 1px solid #e6e7e8;
}

.post_desc {
    display: block;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #6d6e71;
}

.post_desc span {
    color: #000000;
}

.post_title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px;
}

.post_time {
    font-size: 12px;
    line-height: 15px;
    color: #6d6e71;
    display: block;
    margin-bottom: 10px;
}

.post_wr .post {
    margin-bottom: 40px;
}

#pos1 {
    font-size: 14px;
    line-height: 17px;
}

.breadcrumbs {
    margin-bottom: 10px;
}

.breadcrumbs+.align_center h1 {
    margin-bottom: 10px;
}

.breadcrumbs li {
    float: left;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
}

.breadcrumbs li:not(:last-child) {
    margin-right: 10px;
}

.breadcrumbs li:not(:last-child):after {
    color: #0072bc;
    content: '→';
    padding-left: 10px;
}

.breadcrumbs li a {
    color: #0072bc;
}

.subdivision_box {
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 22px;
}

.subdivision_img {
    margin-bottom: 25px;
    text-align: center;
}

.subdivision_img img {
    max-width: 100%;
    height: auto;
}

.subdivision_title {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}

.subdivision_title a {
    color: #000;
    text-decoration: none;
}

.subdivision_title a:hover {
    color: #0072bc;
}

.page_nav {
    background-color: #fff;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.page_nav:not(:last-child) {
    margin-bottom: 15px;
}

.page_nav li {
    display: inline-block;
    padding: 13px 22px;
}

.page_nav li a,
.page_nav li span {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #0072bc;
    padding: 0 10px;
    font-weight: 500;
}

.page_nav li a:hover {
    color: #004485;
}

.page_nav li.current a,
.page_nav li.current span {
    color: #000;
    text-decoration: none;
}

.page_nav li.current a:before {
    content: '';
    display: block;
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #fbaf5d;
}

.page_nav em {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    padding-left: 5px;
}

.page_nav i {
    display: inline-block;
    font-size: 14px;
    font-style: italic;
    text-decoration: none;
    padding-left: 5px;
    color: #6d6e71;
}

.badge {
    font-size: 12px;
    line-height: 19px;
    border: 2px solid #39b54a;
    padding: 0 7px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    font-style: normal;
    margin-right: 9px;
}

.badge_green {
    border-color: #39b54a;
}

.badge_red {
    border-color: #ed1c24;
}

.badge_blue {
    border-color: #0054a6;
}

.list_manufacturers {
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding-bottom: 5px;
}

.text_size {
    font-size: 12px;
    line-height: 19px;
}

.list_manufacturers li {
    display: inline-block;
    padding: 0px 3px;
}

.list_manufacturers li a,
.list_manufacturers li span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #0072bc;
    padding: 2px 3px;
    font-weight: 400;
}

.list_manufacturers li a {
    text-transform: uppercase;
}

.list_manufacturers li span {
    color: #000000;
}

.list_manufacturers li a:hover {
    color: #004485;
}

.list_manufacturers li.current a,
.list_manufacturers li.current span {
    color: #000;
    text-decoration: none;
}

.list_manufacturers .title_list_manufacturers {
    padding-right: 30px;
}

.news_box {
    margin-bottom: 40px;
}

.news_logo {
    width: 115px;
    height: 51px;
    float: left;
    background-color: #fff;
    text-align: center;
    line-height: 51px;
}

.news_logo.alignnone {
    float: none;
    display: inline-block;
    background-color: transparent;
    width: auto;
    max-width: 115px;
}

.news_logo img {
    max-width: 100%;
    max-height: 100%;
}

.news_posted {
    float: left;
    display: block;
    font-size: 14px;
    line-height: 25px;
    color: #000;
    padding: 13px 0 0 30px;
}

.news {
    background-color: #fff;
    min-height: 185px;
    padding: 20px 20px 25px;
    font-size: 14px;
    line-height: 22px;
}

.news_img {
    float: left;
    width: 100px;
    margin-right: 25px;
}

.news_img img {
    width: 100%;
    border: 1px solid #e6e7e8;
}

.news_desc {
    overflow: hidden;
}

.news_title {
    font-size: 16px;
    line-height: 22px;
    color: #000;
    margin-bottom: 0;
}

.news_title a {
    color: #0072bc;
    text-decoration: none;
}

.news_title a:hover {
    color: #004485;
}

.manufacturers_item_box {
    border-top: 1px solid #dcddde;
    border-left: 1px solid #dcddde;
    margin-bottom: 35px;
}

.manufacturers_item {
    border-right: 1px solid #dcddde;
    border-bottom: 1px solid #dcddde;
    background-color: #ffffff;
    float: left;
    width: 16.6666%;
    padding: 10px 10px 15px 10px;
    text-align: center;
    display: block;
    text-decoration: none;
    position: relative;
}

.manufacturers_item .manufacturers_item_img {
    height: 70px;
    margin-bottom: 5px;
    text-align: center;
    display: block;
}

.manufacturers_item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 3px 12px 2px #e7e8ea;
    box-shadow: 0 3px 12px 2px #e7e8ea;
    z-index: 2;
}

.manufacturers_item:hover .like_a {
    color: #004485;
}

.product_item_box .row {
    margin-left: -8px;
    margin-right: -8px;
}

.product_item_box [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.product_item {
    background-color: #ffffff;
    padding: 15px 10px 15px 10px;
    text-align: center;
    display: block;
    text-decoration: none;
    position: relative;
    margin-bottom: 15px;
}

.product_item .product_item_img {
    height: 140px;
    margin-bottom: 0px;
    text-align: center;
    display: block;
    position: relative;
}

span.out_of_stock {
    content: attr(data-prod-blue);
    background-color: #448CCB;
    color: #fff;
    padding: 0 10px 0 8px;
    line-height: 27px;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 9;
    max-width: 120px;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img_resp_tooltip span.out_of_stock {
    left: 0;
    top: 15px;
}

span.out_of_stock:after {
    z-index: 12;
    content: "";
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    padding-bottom: 16px;
}

span.out_of_stock span {
    visibility: hidden;
    opacity: 0;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    width: 170px;
    min-height: 56px;
    border: 1px solid #e7e7e7;
    background-color: #FFF;
    padding: 13px 5px 13px 8px;
    white-space: normal;
    text-align: left;
    z-index: 9;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -webkit-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
    margin-top: 11px;
}

span.out_of_stock:hover span {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

span.out_of_stock span:before,
span.out_of_stock span:after {
    content: "";
    position: absolute;
    top: -6px;
    left: 8px;
    border: 3px solid transparent;
    border-bottom-color: #fff;
    z-index: 10;
}

span.out_of_stock span:after {
    top: -8px;
    left: 7px;
    z-index: 9;
    border: 4px solid transparent;
    border-bottom-color: #e7e7e7;
}

span.out_of_stock span a {
    color: #0071bd;
    text-decoration: underline;
}

span.out_of_stock span a:hover {
    color: #0071bd;
    text-decoration: none;
}

.product_item:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 3px 12px 2px #cccccc;
    box-shadow: 0 3px 12px 2px #cccccc;
    z-index: 2;
}

.product_item .like_a {
    height: 50px;
    display: block;
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
}

.product_item .like_a span {
    text-decoration: underline;
}

.product_item:hover .like_a {
    color: #004485;
}

.product_item_box_wr .product_item {
    width: 181px;
    float: left;
    margin-right: 8px;
    margin-left: 8px;
}

.product_item_box_wr {
    float: left;
    margin-bottom: 35px;
}

.product_item_btn {
    margin-left: 8px;
}

.container2 {
    margin-right: -8px;
    margin-left: -8px;
}

.product_item_box_lg .product_item_img {
    height: 200px;
}

.product_item_attention {
    position: absolute;
    top: 13px;
    left: 0;
    text-align: left;
    display: block;
    z-index: 9;
}

.product_item_attention span {
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 5px 8px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.product_item_attention_1 {
    background-color: #fbaf5d;
}

.product_item_attention_2 {
    background-color: #ed1c24;
}

.product_item_attention_3 {
    background-color: #39b54a;
}

.product_item_attention_4 {
    background-color: #0054a6;
}

ul.leftnav {
    font-size: 14px;
    line-height: 14px;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    padding-bottom: 20px;
}

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

ul.leftnav>li>a {
    font-size: 14px;
    font-weight: 500;
}

ul.leftnav li a {
    color: #0072bc;
    display: block;
    text-decoration: underline;
}

ul.leftnav li a:hover {
    text-decoration: none;
}

ul.leftnav ul {
    display: none;
    margin: 0;
    padding: 0;
}

ul.leftnav ul li {
    padding-left: 35px;
    margin: 5px 0;
}

ul.leftnav ul ul li {
    padding-left: 20px;
    margin: 5px 0;
}

ul.leftnav span {
    display: inline-block;
    margin-left: 5px;
    color: #1e1e1e;
    line-height: 24px;
}

/*.show>a{color:#000000 !important;}*/

a.ui-accordion-header-active {
    color: white !important;
    text-decoration: none !important;
}

a.ui-accordion-header-collapsed {
    color: #0072bc !important;
    text-decoration: none !important;
}

#list_mfact {
    display: none;
}

.list_mfact_result {
    text-align: center;
    font-size: 0;
    line-height: 0;
    background-color: #e9e9e9;
    padding: 10px 15px;
}

.list_mfact_result li {
    display: inline-block;
    padding: 0px 3px;
}

.list_mfact_result li a,
.list_mfact_result li span {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    color: #000000;
    padding: 2px 10px;
    font-weight: 400;
}

.list_mfact_result li a {
    text-transform: uppercase;
}

.list_mfact_result li span {
    color: #000000;
}

.list_mfact_result li a:hover {
    color: #004485;
}

.list_mfact_result li.current a,
.list_mfact_result li.current span {
    color: #000;
    text-decoration: none;
}

.mfact_box {
    background-color: #ffffff;
    padding: 25px 15px;
    margin-bottom: 30px;
}

.mfact_icon {
    padding-right: 70px;
}

.mfact_box h4 {
    padding-bottom: 15px;
}

.social_box {
    text-align: center;
    margin-bottom: 20px;
}

.social_box li {
    display: inline-block;
}

.social_box li:last-child .social_btn_lg {
    margin-right: 0;
}

.social_btn_lg {
    height: 35px;
    display: inline-block;
    display35px;
    -webkit-border-radius: 
    border-radius: 35px;
    margin-right: 15px;
    padding: 4px 5px 4px 40px;
    background-color: #436991;
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    margin-bottom: 10px;
}

.social_btn_lg:hover {
    color: #fff;
    text-decoration: none;
    background-color: #274d75;
}

.social_btn_lg>span {
    border-left: 1px solid #284e76;
    display: inline-block;
    padding: 0px 13px;
    margin: 4px 0;
}

.social_btn_lg i {
    color: #fff;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 12px;
    line-height: 27px;
    font-weight: 400;
    text-align: center;
    height: 27px;
    min-width: 27px;
    background-color: #335981;
    -webkit-border-radius: 27px;
    border-radius: 27px;
    display: inline-block;
    font-style: normal;
    padding: 0 3px;
}

.social_btn_lg i span {
    opacity: 0.6;
display
}

.social_vk_lg {
    background: url(/images/social_vk.png) 13px center no-repeat;
    background-color: #436991;
}

.social_vk_lg:hover {
    background-color: #274d75;
}

.social_vk_lg i {
    background-color: #335981;
}

.social_vk_lg>span {
    border-color: #284e76;
}

.social_f_lg {
    background: url(/images/social_f.png) 19px center no-repeat;
    background-color: #215a99;
}

.social_f_lg:hover {
    background-color: #214399;
}

.social_f_lg i {
    background-color: #174b85;
}

.social_f_lg>span {
    border-color: #284e76;
}

.social_tw_lg {
    background: url(/images/social_tw.png) 17px center no-repeat;
    background-color: #1da1f2;
}

.social_tw_lg:hover {
    background-color: #0186d7;
}

.social_tw_lg i {
    background-color: #1283c9;
}

.social_tw_lg>span {
    border-color: #188ed7;
}

#header {
    background-color: #fff;
    position: relative;
    z-index: 9;
}

.header_top {
    padding: 36px 0 30px;
    border-bottom: 1px solid #e6e7e8;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.header_top>* {
    display: table-cell;
    vertical-align: middle;
}

.header_bottom {
    padding: 15px 0;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.header_bottom>* {
    display: table-cell;
    vertical-align: middle;
}

.logo {
    width: 292px;
}

.logo>a {
    display: block;
    width: 292px;
    height: 58px;
    background: url(/images/logo.png) center no-repeat;
    background-size: contain;
    text-decoration: none;
    text-indent: -9999px;
}

.logo span {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left;
    display: block;
}

.logo span a {
    color: #000;
    text-decoration: none;
}

.logo span a:hover {
    color: #fbaf5d;
}

.header_contact {
    padding-left: 45px;
    width: 350px;
}

.header_contact>* {
    display: inline-block;
    vertical-align: middle;
}

.header_contact>*:not(:last-child) {
    margin-right: 15px;
}

.header_tel {
    font-weight: 500;
    font-size: 30px;
    line-height: 30px;
}

.call_back {
    position: relative;
    padding-left: 20px;
    font-size: 13px;
    line-height: 25px;
}

.call_back i {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
    line-height: 25px;
    color: #939598;
}

.header_email_link i {
    font-size: 16px;
    line-height: 25px;
    margin-right: 5px;
    color: #939598;
}

.header_button_box {
    text-align: right;
    width: 350px;
}

.header_button_box>*:not(:first-child) {
    margin-left: 20px;
}

.header_basket {
    display: inline-block;
    text-decoration: none;
    border: none;
    outline: none;
    background-color: #0072bc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-align: center;
    font-size: 14px;
    line-height: 25px;
    font-weight: 700;
    color: #fff;
    padding: 8px 8px 8px 12px;
    border-bottom: 3px solid #005f9c;
}

.header_basket:hover {
    color: #fff;
    background-color: #0166a8;
}

.header_basket>* {
    display: inline-block;
    vertical-align: middle;
}

.qt_basket {
    width: 26px;
    height: 26px;
    line-height: 26px;
    background-color: #00548a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: 7px;
}

.header_basket>i {
    font-size: 20px;
}

.navigation:after {
    content: '';
    display: block;
    clear: both;
}

.navigation>li {
    float: left;
    position: relative;
    padding-top: 5px;
    padding-bottom: 5px;
}

.navigation>li:not(:last-child) {
    margin-right: 20px;
}

.navigation>li>a {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 25px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
}

.navigation>li.has_submenu>a {
    padding-right: 20px;
}

.navigation>li.has_submenu>a:before {
    content: "\f107";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font: normal normal normal 14px/25px FontAwesome;
}

.navigation>li.has_submenu:hover>a:before {
    content: "\f106";
}

.navigation>li:hover>a,
.navigation>li.t_active>a,
.navigation>li.current>a,
.navigation>li.current>span,
.navigation>li.current .submenu li.current a {
    color: #fbaf5d;
}

.nav_btn {
    border: none;
    background-color: transparent;
    font-size: 24px;
    height: 40px;
}

.submenu {
    height: fit-content !important;
    position: absolute;
    z-index: 9;
    top: 100%;
    margin-top: 5px;
    margin-left: -18px;
    white-space: nowrap;
    background-color: #fff;
    padding: 10px 18px 15px;
    text-align: left;
    -webkit-box-shadow: 0 2px 4px rgba(35, 34, 34, 0.1);
    box-shadow: 0 2px 4px rgba(35, 34, 34, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(0, 30px);
    -ms-transform: translate(0, 30px);
    transform: translate(0, 30px);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.submenu:before {
    content: '';
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    top: -5px;
    left: 0;
}

.submenu li:not(:last-child) {
    margin-bottom: 5px;
}

.submenu li a {
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-decoration: none;
}

.submenu li>a:hover,
.submenu li.current>a,
.submenu li.current>span {
    color: #fbaf5d;
}

.navigation>li:not(:first-child):hover>.submenu,
.navigation>li.current>.submenu {
    /* height: auto !important; */
    opacity: 1;
    overflow: visible;
    /* visibility: visible; */
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.navigation>li:hover>.submenu {
    visibility: visible;
}

.searach_box {
    width: 244px;
}

.searach_box.onpage {
    width: 100%
}

.searach_box label {
    font-weight: bold
}

.searach_form {
    position: relative;
}

input:not([type="radio"]):not([type="checkbox"]):not([type="file"]):not([type="image"]):not([type="submit"]):not([type="button"]).search_input {
    padding: 7px 40px 7px 18px;
}

.search_btn {
    outline: none;
    background: none;
    border: none;
    display: block;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 40px;
    height: 36px;
    text-align: center;
    font-size: 16px;
    padding: 0;
}

.search_btn:hover {
    opacity: 0.5;
}

.search_btn i {
    line-height: 36px;
}

#footer {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.footer_none_maxheight {
    height: auto !important;
}

.footer_top {
    background-color: #e9e9e9;
    padding: 30px 0;
}

.footer_nav h6 {
    word-wrap: break-word;
}

.footer_list li:not(:last-child) {
    margin-bottom: 5px;
}

.footer_list li a {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
    display: inline-block;
}

.footer_bottom {
    padding: 54px 0 24px;
    background-color: #8d8d8d;
    color: #fff;
}

.footer_bottom>.container>* {
    float: left;
}

.footer_title {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    text-transform: uppercase;
}

.copyright {
    padding-left: 72px;
    font-size: 13px;
    line-height: 20px;
}

.footer_contact {
    padding-left: 60px;
}

.footer_tel {
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 5px;
}

.footer_contact .call_back {
    color: #fff;
    display: inline-block;
}

.footer_contact .call_back i {
    color: #fff;
}

.footer_addres {
    font-size: 14px;
    line-height: 25px;
    padding-left: 50px;
}

.footer_addres div {
    display: block;
    margin-bottom: 5px;
}

.footer_oferta {
    width: 80%;
    padding-top: 2rem;
    font-size: 13px;
    line-height: 20px;
}

.mail_link {
    color: #fff;
    text-decoration: none;
}

.mail_link:hover {
    text-decoration: underline;
}

.footer_bottom>.container>.footer_info {
    float: right;
}

.made {
    padding-top: 30px;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
}

.made a {
    color: #fff;
}

.about_box {
    background-color: #fff;
    padding: 60px 0;
}

.section_offset.about_box .about_title_box .about_title::first-letter {
    text-transform: uppercase;
}

.about_title_box {
    margin-left: -30px;
}

.about_subtitle {
    font-size: 15px;
    line-height: 25px;
    color: #808285;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.about_title {
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 42px;
}

.about_desc {
    margin-left: -30px;
    padding-right: 40px;
}

.publication_wr {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 10px;
}

.publication_wr h4,
.publication_wr h2 {
    margin-bottom: 15px;
}

.publication_wr h2 {
    font-size: 18px;
    line-height: 22px;
    padding-right: 70px;
}

.publication_wr a {
    font-size: 16px;
}

.publication_box {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcddde;
}

.delivery_wr {
    padding-bottom: 35px;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
}

.delivery_box {
    background-color: #ffffff;
    padding: 20px 15px;
}

.delivery_wr h4 {
    margin-bottom: 15px;
}

.delivery_img {
    margin-bottom: 20px;
}

.delivery_wr .delivery_box:nth-child(2n) {
    background-color: #f6f6f6;
}

.delivery_wr .delivery_box:nth-child(2n+1) {
    background-color: #ffffff;
}

.delivery_box .row div:last-child,
.delivery_box p,
.mfact_cont p {
    font-size: 14px;
    line-height: 18px;
}

.preloader_box {
    z-index: 100;
    -webkit-animation-name: spin;
    -webkit-animation-duration: 600ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 600ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 600ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 600ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.main_img_box {
    position: relative;
    color: #ffffff;
}

.main_img_box.img_resp {
    margin-bottom: 0;
}

.main_img_box.img_resp img {
    max-height: inherit;
}

.main_img_cont {
    position: absolute;
    bottom: 60px;
    left: 20px;
    right: 20px;
}

.main_img_box h1 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 500;
    margin-bottom: 0px;
}

.main_img_box .text_gray {
    font-size: 16px;
    color: #b3b3b3;
}

.btn_back {
    color: #6d6e71;
    font-size: 14px;
    position: absolute;
    top: 10px;
    left: 0;
}

.btn_back a {
    color: #6d6e71;
    font-size: 14px;
}

.btn_back:before {
    content: "←";
    padding-right: 10px;
}

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

.title_white {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 15px 30px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.hidden_button {
    display: none;
}

.fleft {
    float: left;
    margin: 0 20px 20px 0;
}

.clear {
    clear: both;
}

.licenses_table {}

.licenses_table tr {}

.licenses_table tr td {}

.licenses_table tr td:first-child {}

.licenses_table tr td:last-child {}

_:-ms-lang(x),
body a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

table.spec-tab {
    border-collapse: inherit !important;
}

.table_wrap {
    overflow: auto;
    width: 100%;
}

#feedback .oksend {
    display: none;
}

.our_client_mh [data-mh]:nth-child(3)~[data-mh] {
    margin-top: 20px;
}

.oplata_tab td {
    display: block;
}

.oplata_tab td input[type=text] {
    margin-bottom: 10px;
    width: 360px !important;
    max-width: 100%;
}

.hidden_tr td {
    display: none;
}

strong.green {
    color: #6ea51e;
}

.btn_green_sg {
    display: inline-block;
    position: relative;
    outline: none;
    background-color: #93c748;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    padding: 10px 15px 6px 15px;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 2px solid #7ba63c;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;
}

.btn_green_sg:hover {
    background-color: #6ea51e;
    color: #fff;
    text-decoration: none;
}

/* popup start 13.09.18 */

.section_offset_bottom.line_bottom .img_resp.preview_popup {
    position: relative;
    padding: 0;
    cursor: pointer;
    display: inline-block;
}

.preview_time {
    position: absolute;
    bottom: 0;
    right: 0;
    min-width: 55px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 1.2;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.8);
    color: #FFF;
}

.preview_button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.section_offset_bottom.line_bottom .preview_popup .preview_time i {
    display: inline-block;
    margin-right: 7px;
    vertical-align: baseline;
}

.mfp-iframe-holder .mfp-content {
    padding: 50px 1px 1px 1px;
    background-color: #FFF;
}

.mfp-iframe-scaler {
    position: relative;
}

button.mfp-close {
    top: 9px !important;
    right: 11px !important;
    width: 30px !important;
    height: 30px;
    padding: 0 !important;
    text-align: center !important;
    line-height: 32px;
    background: #0072BC;
    color: #FFF;
}

button.mfp-close:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 3px;
    background-color: #005F9C;
}

.mfp-top-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 13px 50px 13px 15px;
}

.mfp-title {
    overflow: hidden;
    padding-right: 0;
    width: 100%;
    font-size: 21px;
    line-height: 24px;
    font-weight: bold;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    color: #000;
}

@media only screen and (max-width: 575px) {
    .mfp-title {
        font-size: 15px;
    }
}

/* popup end 13.09.18 */

.ui-tooltip {
    max-width: calc(58vw);
}

.dop_video_add {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dop_video_add>*:not(:last-child) {
    margin-right: 15px;
}

.dop_video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-flex-grow: 1;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.dop_video>* {
    margin: 5px;
}

.dop_video a.img_resp span:not(.preview_button) {
    max-width: 300px;
    display: block;
    margin-top: 10px;
}

.dop_video a.img_resp .preview_button {
    top: 35%;
}

.dop_video>.img_resp {
    margin-bottom: 10px !important;
}

span.spamemail {
    display: none;
}

form .errors {
    color: red;
}

.js-accordion .js-accordion-header {
    display: block;
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em 35px;
    font-size: 100%;
    color: #0072bc;
    text-decoration: none;
}

.js-accordion .js-accordion-header:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
}

.js-accordion>li.active .js-accordion-header {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}

.js-accordion .js-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}

.js-accordion>li {
    position: relative;
}

.js-accordion>li>ul ul {
    /*display: block;*/
}

.js-accordion-arrow {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    margin-left: 0 !important;
    text-align: center;
    cursor: pointer;
}

.js-accordion-arrow:before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #000;
}

.js-accordion-arrow:hover {
    background-color: #007fff;
}

.js-accordion-arrow:hover:before {
    border-top-color: #fff;
}

.js-accordion>li.active .js-accordion-arrow {
    border: 1px solid #003eff;
    border-right: none;
    background-color: #fff;
}

.js-accordion>li.active .js-accordion-arrow:before {
    margin-top: -6px;
    border: 4px solid transparent;
    border-bottom-color: #000;
}

.js-accordion>li.active .js-accordion-arrow:hover:before {
    border-top-color: transparent;
    border-bottom-color: #003eff;
}

.js-accordion>li.active>ul>li.show>a {
    color: #000;
}

/* News */

.section_product {
    padding-top: 30px;
}

.slider_title {
    display: block;
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: #000000;
    margin-bottom: 20px;
}

.section_product .slider .slider_item {
    overflow: hidden;
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    padding: 77px 0;
}

.section_product .slider .slider_item img {
    width: 100%;
    max-height: 346px;
    height: 100%;
    object-fit: contain;
    transition: all .3s;
}

.section_product .slider .slider_item_btn {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
    width: 20px;
    height: 20px;
    background: url('../images/magnifier-plus-zoom.svg') center no-repeat transparent;
    background-size: contain;
    border: none;
    outline: none;
    transition: all .3s;
}
.section_product .slider .slider_item.slider_item_zoom img {
    transform: scale(1.3);
}

.section_product .slider .slider_item.slider_item_zoom .slider_item_btn {
    background: url('../images/magnifier-minus-zoom.svg') center no-repeat transparent;
}

.section_product .slider .owl-dots {
    bottom: 30px;
}

.section_product .slider .owl-dots>div {
    width: 7px;
    height: 7px;
    background-color: #E6E7E8;
    border-color: #E6E7E8;
}

.section_product .slider .owl-dots>div:not(:last-child) {
    margin-right: 6.5px;
}

.section_product .slider .owl-dots>div.active {
    background-color: #3070B7;
    border-color: #3070B7;
}

.section_product .slider .owl-prev {
    left: 37px;
}

.section_product .slider .owl-next {
    right: 37px;
}

.section_product .slider .owl-nav>div {
    color: #3070B7;
}

.section_product .slider .owl-nav>div.disabled {
    opacity: 1;
    color: #000;
}

.section_product .info {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding-top: 20px;
}

.section_product .info_title {
    display: none;
    margin: 0;
}

.section_product .info_data {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
}

.section_product .info_date_item {
    max-width: 151px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section_product .info_date_item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section_product .info_date_type {
    font-weight: 600;
}

.section_product .info_price {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 21px;
    border-top: 1px solid #E6E7E8;
    border-bottom: 1px solid #E6E7E8;
    padding: 20px 0;
}

.section_product .info_price_name {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section_product .info_price_name span {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
}

.section_product .info_price_name div {
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    color: #3070B7;
}

.section_product .info_price_name-number div {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
}

.section_product .info_price_order {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 15px 20px;
}

.price_counter {
    display: flex;
    align-items: center;
    gap: 11px;
}

.price_counter span {
    width: 39.33px;
    height: 40.54px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3070B7;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.price_counter span::selection {
    background-color: #3070B7;
    color: #fff;
}

.price_counter span.disable,
.price_counter span.disable::selection {
    background-color: #E5EEF9;
    color: #3070B7;
}

.price_counter .js-counter-number,
.price_counter .js-counter-number:focus {
    width: 28px !important;
    background-color: transparent !important;
    border: none !important;
    outline: none !important;
    padding: 0 !important;
    box-shadow: none !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 22px !important;
    color: #000000 !important;
    text-align: center;
}

.section_product .info_price_order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    gap: 10px;
    background: #9EC65C;
    box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 1px;
    padding: 12px 18px;
    transition: all 0.3s;
}

.section_product .info_price_order-btn:hover {
    background-color: #6ea51e;
}

.section_product .info_docs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.section_product .info_docs .info_docs_item {
    position: relative;
    max-width: 100%;
    width: 100%;
    padding-left: 44px;
}

.section_product .info_docs .info_docs_item:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 31.99px;
    height: 38.43px;
    background-size: contain;
}

.section_product .info_docs .info_docs_item.pdf:before {
    background: url(../images/pdf_icon.svg) center no-repeat;
}

.section_product .info_docs a {
    display: flex;
    flex-direction: column;
    gap: 5px;
    text-decoration: none;
}

.section_product .info_docs a div {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration-line: underline;
    color: #000000;
}

.section_product .info_docs a span {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #A1A1A1;
}

.section_info {
    /* overflow: hidden; */
    padding: 60px 0;
}

.section_info .jq-selectbox {
    display: block !important;
    margin-bottom: 15px;
}

.section_info .jq-selectbox__select {
    height: 46px;
    background-color: #ffffff;
    border: 1px solid #3070B7 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #3070B7;
    padding: 20px;
    cursor: pointer;
}

.section_info .jq-selectbox__dropdown {
    width: 100%;
    background-color: white;
    border: 1px solid #3070B7;
}

.section_info .jq-selectbox__dropdown ul {
    max-height: fit-content !important;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    padding: 20px;
}

.section_info .jq-selectbox__dropdown ul li {
    cursor: pointer;
}

.section_info .info_tab {
    width: 100%;
    display: none;
    align-items: center;
    overflow-y: hidden;
    overflow-x: auto;
    border-bottom: 2px solid #E6E7E8;
    -ms-overflow-style: 4px;
    scrollbar-width: thin;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.section_info .info_tab::-webkit-scrollbar {
    height: 4px;
}

.section_info .info_tab_item {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #A1A1A1;
    white-space: nowrap;
    padding: 0 24.58px 15px 24.58px;
    cursor: pointer;
}

.section_info .info_tab_item::before {
    content: '';
    opacity: 0;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 4.48px;
    background-color: #3070B7;
    transition: .3s ease-out;
}

.section_info .info_tab_item:first-child {
    padding: 0 24.58px 15px 5px;
}

.section_info .info_tab_item.active::before {
    opacity: 1;
}

.section_info .info_tab_item.active {
    color: #000;
}

.section_info .info_block_item {
    display: none;
}

.section_info .info_block_item.active {
    display: block;
}

.section_info .info_block_item_desc .img_resp {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 193.31px;
    font-size: 0;
    margin-bottom: 0;
}

.section_info .info_block_item_desc .img_resp:before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    left: 15px;
    right: 15px;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.section_info .info_block_item table {
    width: 100%;
}

.section_info .info_block_item_feature,
.section_info .info_block_item_etim {
    position: relative;
    left: 15px;
    overflow-x: auto;
    -ms-overflow-style: auto;
    scrollbar-width: auto;
    padding-bottom: 16px;
    margin-left: -15px;
    margin-right: 15px;
}

.section_info .info_block_item_feature::-webkit-scrollbar,
.section_info .info_block_item_etim::-webkit-scrollbar {
    width: 2px;
    height: 4.48px;
    background-color: #E6E7E8;
}

.section_info .info_block_item_feature::-webkit-scrollbar-thumb,
.section_info .info_block_item_etim::-webkit-scrollbar-thumb {
    background-color: #3070B7;
}

.section_info .info_block_item_etim tr {
    display: flex;
}

.section_info .info_block_item_feature tr th, 
.section_info .info_block_item_feature tr td {
    min-width: 252px;
    line-height: 120%;
}

.section_info .info_block_item th,
.section_info .info_block_item td {
    font-weight: 400;
    font-size: 14px;
    line-height: 20%;
    color: #000000;
    border: 1px solid #D0D0D0;
    padding: 20px 8px;
}

.section_info .info_block_item th:first-child,
.section_info .info_block_item td:first-child {
    font-weight: 600;
}

.section_info .info_block_item tr th, 
.section_info .info_block_item tr td { 
    background: #F6F6F6;
}

.section_info .info_block_item tr:nth-child(odd) th, 
.section_info .info_block_item tr:nth-child(odd) td {
    background: #E6E7E8;
}

.section_info .info_block_item_etim th:first-child,
.section_info .info_block_item_etim td:first-child {
    width: 360px;
}

.section_info .info_block_item_etim th:nth-child(2),
.section_info .info_block_item_etim td:nth-child(2) {
    width: 180px;
}

.section_info .info_block_item_etim th:nth-child(3),
.section_info .info_block_item_etim td:nth-child(3) {
    width: 515px;
}

.section_info .info_block_item h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #000000;
    margin-bottom: 15px;
}

.section_info .info_block_item a {
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    text-decoration-line: underline;
    color: #3070B7;
}

.section_info .info_block_item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #000000;
}

.section_info .info_block_item b {
    font-weight: 600;
}

.section_info .info_block_item ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 145%;
    color: #000000;
    padding-left: 0;
    margin-bottom: 16px;
}

.section_info .info_block_item ol li a {
    display: inline;
    text-decoration-line: underline;
    color: #000000;
}

.section_other {
    display: flex;
    flex-direction: column;
}

.section_other h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 125%;
    color: #000000;
}

.section_other .section_other_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section_other .section_other_item {
    display: flex;
    flex-direction: column;
    gap: 15px;
    background-color: #fff;
    padding: 20px;
}

.section_other .section_other_item-info {
    max-width: 644px;
    width: 100%;
    display: grid;
    grid-template-columns: 86px 1fr;
    grid-template-rows: 19px 1fr auto;
    gap: 0 15px;
}

.section_other .section_other_item-info .section_other_item-img {
    grid-column: 1/2;
    grid-row: 1/3;
    width: 86px;
    height: 86px;
    border: 1px solid #ECECEC;
    padding: 8px;
}
.section_other .section_other_item-info .section_other_item-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.section_other .section_other_item-info .section_other_item-title {
    grid-column: 2/4;
    grid-row: 2/3;
    text-decoration: none;
}

.section_other .section_other_item-info .section_other_item-title h4 {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

.section_other .section_other_item-info .section_other_item-type {
    grid-column: 2/4;
    grid-row: 1/2;
}

.section_other .section_other_item-info .section_other_item-type span:first-child {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #A1A1A1;
}

.section_other .section_other_item-info .section_other_item-type span:last-child {
    font-weight: 600;
    font-size: 10px;
    line-height: 14px;
    color: #000000;
    padding-left: 10px;
}

.section_other .section_other_item-info ul {
    grid-column: 1/3;
    grid-row: 3/4;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 15px;
}

.section_other .section_other_item-info li {
    background: #ECECEC;
    border-radius: 1px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #000000;
    padding-left: 0 !important;
    padding: 3px 7px !important;
}

.section_other .section_other_item-info li::before {
    content: none !important;
}

.section_other_item_order {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16.5px;
}

.section_other_item_order .section_other_item_row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 20px;
}

.section_other_item_order .section_other_item_col {
    width: 210px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    line-height: 19px;
    color: #A1A1A1;
}

.section_other_item_order .section_other_item_col span:last-child {
    font-weight: 600;
    color: #000000;
    font-size: 12px;
    line-height: 130%;
}

.section_other .price_order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    gap: 10px;
    background: #9EC65C;
    box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 1px;
    padding: 12px 18px;
    transition: all 0.3s;
}

.section_other .price_order-btn:hover {
    background-color: #6ea51e;
    color: #fff;
    text-decoration: none;
}

.section_other_more {
    width: fit-content;
    background-color: #F0B26B;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 30px;
    margin: 20px auto 0;
    transition: all 0.3s;
}

.section_other_more:hover {
    background-color: #ff9b2f;
}

.section_analog {
    padding-top: 60px;
    padding-bottom: 40px;
}

.section_analog .owl-stage-outer,
.section_similar .owl-stage-outer {
    padding-top: 20px;
    padding-bottom: 20px;
}

.section_analog h2,
.section_similar h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 125%;
    color: #000000;
    margin-bottom: 0;
}

.section_analog .section_analog_top,
.section_similar .section_similar_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.section_analog .section_analog_slider_arrows,
.section_similar .section_similar_slider_arrows {
    display: flex;
    align-items: center;
    gap: 10px;
}

.section_similar_slider .owl-item {
    min-height: 100%;
    display: flex;
    /* height: 100% !important; */
}

.section_analog .owl-prev,
.section_analog .owl-next,
.section_similar .owl-prev,
.section_similar .owl-next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40.93px;
    height: 40.93px;
    background: url('../images/arrow-icon-white.svg') center no-repeat #3070B7;
    background-size: 6.5px 12px;
    border: 1px solid #3070B7;
    transition: .3s ease-out;
    cursor: pointer;
}

.section_analog .owl-next,
.section_similar .owl-next {
    transform: rotate(180deg);
}

.section_analog .owl-prev.disabled,
.section_analog .owl-next.disabled,
.section_similar .owl-prev.disabled,
.section_similar .owl-next.disabled {
    background: url('../images/arrow-icon-blue.svg') center no-repeat #fff;
    background-size: 6.5px 12px;
    border: 1px solid #3070B7;
}

.section_analog .section_analog_slide,
.section_similar .section_similar_slide {
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: #FFFFFF;
    border: 1px solid #E6E7E8;
    box-shadow: 0px 8px 18px rgba(0, 0, 0, 0.05);
}

.section_analog .section_analog_slide .section_analog_slide_img img,
.section_similar .section_similar_slide .section_similar_slide_img img {
    width: 100%;
    height: 240px;
    object-fit: contain;
}

.section_analog .section_analog_slide .section_analog_slide_title,
.section_similar .section_similar_slide .section_similar_slide_title {
    text-decoration: none;
    padding: 0 20px;
}

.section_analog .section_analog_slide .section_analog_slide_title h4,
.section_similar .section_similar_slide .section_similar_slide_title h4 {
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #000000;
}

.section_analog .section_analog_price,
.section_similar .section_similar_price {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 20px 30px;
    margin-top: auto;
}

.section_analog .section_analog_price_block,
.section_similar .section_similar_price_block {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.section_analog .section_analog_price_num,
.section_similar .section_similar_price_num {
    font-weight: 700;
    font-size: 22px;
    line-height: 140%;
    color: #000000;
}

.section_analog .section_analog_price_row,
.section_similar .section_similar_price_row {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #A1A1A1;
}

.section_analog .section_analog_price_row span:last-child,
.section_similar .section_similar_price_row span:last-child {
    color: #000000;
}

.section_analog .section_analog_price_order,
.section_similar .section_similar_price_order {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    gap: 10px;
    background: #9EC65C;
    box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 1px;
    padding: 14px 18px;
    margin-left: auto; 
    transition: all 0.3s;
}

.section_analog .section_analog_price_order:hover,
.section_similar .section_similar_price_order:hover {
    background: #6ea51e;
}

.page_back {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #3070B7;
    text-decoration: none;
    padding-top: 20px;
}

.section_catalog h1 {
    font-weight: 600;
    font-size: 30px;
    line-height: 125%;
    color: #000000;
    margin-bottom: 0;
}

.section_catalog_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 30px 0;
    padding-top: 30px;
}

.section_catalog_item {
    max-width: 100%;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.section_catalog_item_img {
    flex-shrink: 0;
    width: 100%;
    height: 180px;
    height: 100%;
    object-fit: contain;
    margin-bottom: 15px;
}

.section_catalog_item>a {
    text-decoration: none;
}
.section_catalog_item_name {
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-bottom: 15px;
}

.section_catalog_item_link {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-decoration: none;
}
.section_catalog_item_link:not(:last-of-type) {
    margin-bottom: 10px;
}

.section_catalog_item_btn {
    display: none;
    width: fit-content;
    background-color: transparent;
    border: none;
    border-bottom: 1px dotted #A1A1A1;
    outline: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #A1A1A1;
    padding: 0;
    margin-top: 15px;
}
.section_catalog_item_btn.js-visible {
    display: block;
}

.section_catalog_more {
    display: flex;
    flex-direction: column;
}

.section_catalog_more h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 125%;
    color: #000000;
}

.section_catalog_more .section_catalog_more_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.section_catalog_more .section_catalog_more_item {
    display: flex;
    gap: 15px;
    background-color: #fff;
    padding: 20px;
}

.section_catalog_more .section_catalog_more_item-info {
    max-width: 644px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 8px 15px;
}

.section_catalog_more .section_catalog_more_item>a {
    flex-shrink: 0;
}
.section_catalog_more .section_catalog_more_item img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    border: 1px solid #ECECEC;
    padding: 8px;
}

.section_catalog_more .section_catalog_more_item_content {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px 24px;
}

.section_catalog_more .section_catalog_more_item-info a {
    text-decoration: none;
}
.section_catalog_more .section_catalog_more_item-info h4 {
    grid-column: 1/3;
    grid-row: 2/3;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #000000;
}

.section_catalog_more .section_catalog_more_item-info .section_catalog_more_item-type {
    grid-column: 1/3;
    grid-row: 1/2;
    display: flex;
    align-items: center;
}

.section_catalog_more .section_catalog_more_item-info .section_catalog_more_item-type span:first-child {
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    color: #A1A1A1;
}

.section_catalog_more .section_catalog_more_item-info .section_catalog_more_item-type span:last-child,
.section_catalog_more .section_catalog_more_item-info .section_catalog_more_item-type a {
    font-weight: 600;
    font-size: 14px;
    line-height: 100%;
    color: #000000;
    text-decoration: none;
    padding-left: 10px;
}

.section_catalog_more_item_order {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16.5px;
}

.section_catalog_more_item-info .section_catalog_more_item_row,
.section_catalog_more_item_order .section_catalog_more_item_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 20px;
}

.section_catalog_more_item-info .section_catalog_more_item_row {
    grid-column: 1/3;
}

.section_catalog_more_item-info .section_catalog_more_item_col {
    max-width: 100%;
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 0 5px;
    font-size: 12px;
    line-height: 14px;
    color: #A1A1A1;
}

.section_catalog_more_item-info .section_catalog_more_item_col span:last-child {
    display: flex;
    align-items: center;
    gap: 3px;
    font-weight: 600;
    color: #000000;
}

.section_catalog_more_item-info .section_catalog_more_item_col span:last-child span {
    display: inline;
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    color: #A1A1A1;
}

.section_catalog_more .price_counter {
    display: flex;
    align-items: center;
    gap: 11px;
}

.section_catalog_more .price_counter span {
    width: 39.33px;
    height: 40.54px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}
/* 
.section_catalog_more .price_counter span:first-child {
    background-color: #E5EEF9;
    color: #3070B7;
}

.section_catalog_more .price_counter span:last-child {
    background-color: #3070B7;
    color: #fff;
} */

.section_catalog_more .price_counter div {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
}

.section_catalog_more .price_order-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #FFFFFF;
    gap: 10px;
    background: #9EC65C;
    box-shadow: inset 0px -2px 1px rgba(0, 0, 0, 0.15);
    border: none;
    border-radius: 1px;
    padding: 12px 18px;
}

.section_catalog_more .price_order-btn:hover {
    background-color: #6ea51e;
    color: #fff;
    text-decoration: none;
}

.section_catalog_more_more {
    width: fit-content;
    background-color: #F0B26B;
    border: none;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    padding: 20px 30px;
    margin: 20px auto 0;
}

.section_catalog_more .price_counter span {
    height: 35px;
}

.section_catalog_more .price_counter div {
    font-size: 14px;
    line-height: 19px;
}

.section_catalog_more .price_order-btn {
    font-size: 12px;
    line-height: 16px;
    padding: 7px 11px;
}

.section_catalog_more_item_order {
    margin-left: -98px;
}

.section_catalog_more_list.js-grid {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px 32px;
}

.section_catalog_more_list.js-grid .section_catalog_more_item {
    max-width: 100%;
    width: 100%;
    flex-direction: column;
    gap: 20px;
}

.section_catalog_more_list.js-grid .section_catalog_more_item img {
    width: 100%;
    height: 260px;
    border: none;
}

.section_catalog_more_list.js-grid .section_catalog_more .section_catalog_more_item-info {
    gap: 15px 30px;
}

.section_catalog_more_list.js-grid .section_catalog_more_item-info .section_catalog_more_item_row {
    flex-direction: column;
    align-items: flex-start;
}

.section_catalog_more_list.js-grid .section_catalog_more_item_col_price {
    font-weight: 700;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    margin-top: 5px;
}

.section_catalog_more_list.js-grid .section_catalog_more_item_order {
    width: 100%;
    margin-left: 0;
    margin-top: auto;
}

.section_catalog_more_list.js-grid .section_catalog_more_item_order .section_catalog_more_item_row {
    justify-content: space-between;
    width: 100%;
}
.section_catalog_more_list.js-grid .price_order-btn {
    font-size: 0 !important;
    gap: 0;
}

.section_catalog_more {
    padding-top: 30px;
}

.section_catalog_more h1 {
    font-weight: 600;
    font-size: 20px;
    line-height: 125%;
    color: #000000;
    margin-bottom: 30px;
}

.section_catalog_more_specify {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    overflow-x: clip;
    padding-bottom: 10px;
    margin-bottom: 20px;
    scrollbar-width: thin;
    scrollbar-color: #3070B7 #E6E7E8;
}

.section_catalog_more_specify::-webkit-scrollbar {
    width: 2px;
    height: 4.48px;
    background-color: #E6E7E8;
}

.section_catalog_more_specify::-webkit-scrollbar-thumb {
    background-color: #3070B7;
}

.section_catalog_more_specify li {
    max-width: calc(50% - 10px);
    width: 100%;
    height: auto;
    border: 1px solid #E6E7E8;
}

.section_catalog_more_specify li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    gap: 10px 25px;
    padding: 10px;
    transition: .3s ease-out;
}
.section_catalog_more_specify li a:hover {
    background-color: #F1F1F1;
}
.section_catalog_more_specify li a:hover span {
    color: #fbaf5d;
}

.section_catalog_more_specify li a img {
    width: 100px;
    height: 100px;
    object-fit: cover;
}

.section_catalog_more_specify li a span {
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-align: center;
    transition: .3s ease-out;
}

.section_catalog_more_list_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 12px;
}

.section_catalog_more_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.section_catalog_more_view {
    display: flex;
    align-items: center;
}

.section_catalog_more_view span {
    display: block;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    margin-right: 15px;
}

.section_catalog_more_view button {
    width: 20px;
    height: 20px;
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
}

.section_catalog_more_view button:last-child {
    margin-left: 7px;
}

.section_catalog_more_view button svg {
    fill: #CECECE;
}

.section_catalog_more_view button:hover svg,
.section_catalog_more_view button.active svg {
    fill: #000000;
}
.section_catalog_more_filter {
    z-index: 1;
}
.section_catalog_more_filter .jq-selectbox__trigger-arrow {
    display: none;
}
.section_catalog_more_filter .filter_more {
    border: 1px solid #E5E5E5;
    background: #F1F1F1;
    padding: 2px 10px 3px 10px;
}
.section_catalog_more_filter .filter_more .jq-selectbox__select {
    height: fit-content;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none !important;
    padding: 0 20px 0 0;
}
.section_catalog_more_filter .filter_more .jq-selectbox__select-text {
    height: fit-content;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.section_catalog_more_filter .filter_more .jq-selectbox__select-text::before {
    content: 'Порядок: ';
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.section_catalog_more_filter .filter_more .jq-selectbox__trigger {
    top: 50%;
    transform: translate(0, -50%);
    display: block;
    width: 10.668px;
    height: 7.219px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2211%22%20height%3D%228%22%20viewBox%3D%220%200%2011%208%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M5.33401%207.94304L0%200.724121H10.6684L5.33401%207.94304Z%22%20fill%3D%22black%22%2F%3E%0A%3C%2Fsvg%3E') center no-repeat transparent;
    background-size: 10.668px 7.219px;
    margin-left: 10px;
    transition: .3s ease-out;
}
.section_catalog_more_filter .filter_more.opened .jq-selectbox__trigger {
    transform: rotate(180deg) translate(0, 45%);
}

.section_catalog_more_filter .filter_more .jq-selectbox__dropdown {
    z-index: 1;
    top: 28px !important;
    left: -1px;
    width: 100%;
    background-color: #F1F1F1;
    border-bottom: 1px solid #E5E5E5;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    padding: 10px;
}        
.section_catalog_more_filter .filter_more .jq-selectbox__dropdown ul li {
    cursor: pointer;
}

.section_catalog_more_bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.section_catalog_more_bottom .views_number,
.section_catalog_more_bottom .views_pages {
    font-size: 14px;
    font-weight: 400;
    line-height: 100%;
    color: #A1A1A1;
}
.section_catalog_more_bottom .views_btn {
    font-size: 14px;
    line-height: 11px;
    font-weight: 600;
    color: #ffffff;
    background-color: #3070B7;
    border: none;
    padding: 16px 20px;
}

.section_catalog_detail_specify {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
}

.section_catalog_detail_specify li a {
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #3070B7;
    text-decoration: none;
    border: 1px solid #3070B7;
    padding: 4px 10px;
}

.modal-add-product {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
    top: -10px;
    left: 50%;
    transform: translate(-50%, 0);
    background-color: #9EC65C;
    font-size: 12px;
    line-height: 100%;
    color: #ffffff;
    padding: 10px;
    transition: all .3s ease-out;
}
.modal-add-product.active {
    top: 10px;
    opacity: 1;
    visibility: visible;
    overflow: visible;
}

#baguetteBox-slider figure {
    height: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
#baguetteBox-slider img {
    max-width: 100%;
    width: 100%;
    max-height: 80%;
    height: 100%;
    object-fit: cover;
    box-shadow: none !important;
}
#baguetteBox-overlay .full-image:before {
    content: none;
}

.section_product .owl-carousel .owl-item {
    height: 500px;
}

.header_bottom {
    position: relative;
}

.navigation>li {
    border-right: 1px solid #fbaf5d;
    position: relative;
}

.navigation li a ~ button {
    display: none;
}
@media screen and (max-width: 1024px) {
    .navigation li {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .navigation li a ~ button {
        background-color: transparent;
        border: none;
    }
    .navigation li a ~ button svg {
        fill: #000;
    }
    .submenu_product {
        display: none;
    }
    .navigation>li>a ~ button {
        display: none;
        position: absolute;
        top: 5px;
        right: 10px;
    }
    .navigation>li:hover>a ~ button svg, .navigation>li.t_active>a ~ button svg {
        fill: #fbaf5d;
    }
}

.submenu li>a:hover ~ button svg {
    fill: #fbaf5d;
    transform: rotate(-90deg);
}

.submenu_product {
    max-width: 100%;
    width: 100%;
    overflow: hidden;
    padding: 25px 0;
    max-height: 640px;
}
.submenu_product ul {
    display: none;
}
.submenu_product>ul>li>a {
    width: 100%;
    /* height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}
.submenu_product>ul>li>a>img {
    width: 140px;
    height: 90px;
    object-fit: contain;
}
.submenu_product>ul>li>a>span {
    max-width: 100%;
    width: 100%;
    white-space: break-spaces;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 600;
}
.submenu_link>li.active>a {
    color: #fbaf5d;
}
.submenu_link>li.active>button>svg {
    fill: #fbaf5d;
    transform: rotate(-90deg);
}

.submenu_product>ul>li>a {
    color: black !important;
}

.breadcrumbs li:last-child {
    font-weight: 700;
}

@media screen and (max-width: 450px) {
    .section_catalog_more_filter .filter_more .jq-selectbox__select-text,
    .section_catalog_more_filter .filter_more .jq-selectbox__select-text::before {
        font-size: 14px;
    }
    .section_catalog_more_top {
        margin-bottom: 30px;
    }
    .section_catalog_more_filter .filter_more .jq-selectbox__dropdown {
        top: 25px !important;
    }
    .section_catalog_more_bottom {
        flex-wrap: wrap;
        gap: 20px;
    }
    .section_catalog_more_bottom .views_btn {
        order: -1;
        width: 100%;
    }
    .section_catalog_more_view span {
        display: block;
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        color: #000000;
        margin-right: 15px;
    }
}
@media screen and (max-width: 767px) {
    .submenu {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        margin-left: 0 !important;
        margin-top: 0 !important;
        border: none !important;
        box-shadow: none !important;
        padding: 0 !important;
        height: 0 !important;
        padding: 0 10px 0 !important;
    }
    .navigation>li:hover>.submenu, .navigation>li.t_active>.submenu {
        padding: 0 10px 5px;
        padding-top: 8px !important;
        max-height: 100% !important;
        height: 100% !important;
    }
    .t_active .submenu {
        padding: 0 !important;
    }
    .submenu li:not(:last-child) {
        border: none !important;
    }

    .navigation {
        max-width: calc(100vw - 30px);
    }
    .navigation>li {
        display: block;
        min-width: calc(100vw - 42px) !important;
        padding-right: 0 !important;
    }
    .navigation>li>a {
        max-width: fit-content;
        display: inline-block;
        displayportant;
        padding-left: 10px !im
        padding-right: 10px !important;
    }
}
@media screen and (max-width: 991px) {
    .navigation>li:hover a ~ button svg {
        transform: rotate(-90deg);
        transition: .3s ease-out;
    }
    .navigation>li:not(:first-child) {
        margin-top: -1px;
    }
    .navigation>li>a ~ button {
        display: inline-block;
        position: relative;
        top: 0;
        right: 0;
        padding: 0;
    }
    .section_catalog_more_item-info .section_catalog_more_item_col span:last-child {
        flex-direction: column;
        align-items: flex-start;
    }
}
@media screen and (min-width: 767px) {
    .slider_title {
        font-size: 24px;
    }

    .section_product .info_data {
        gap: 50px;
    }

    .section_product .info_date_item {
        max-width: 119px;
        gap: 10px;
    }

    .section_product .info_price_name {
        gap: 10px;
    }

    .section_product .info_price_name span {
        font-size: 16px;
        line-height: 22px;
    }

    .section_product .info_price_name div {
        font-size: 24px;
    }

    .section_product .info_price {
        grid-template-columns: repeat(1, 1fr minmax(auto, 303.56px));
    }

    .section_product .info_price_order {
        justify-content: space-between;
        font-size: 16px;
        line-height: 22px;
    }

    .section_product .info_docs {
        grid-template-columns: repeat(2, 1fr);
    }

    .section_product .info_docs .info_docs_item {
        max-width: calc(50% - 20px);
        align-self: baseline;
    }

    .section_info .info_block_item .img_resp {
        height: 426.96px;
    }

    .section_info .info_block_item th,
    .section_info .info_block_item td {
        padding: 20px 12px;
    }

    .section_info .info_block_item tr {
        display: table-row;
    }

    .section_info .info_block_item_feature,
    .section_info .info_block_item_etim {
        margin-left: 0;
        left: 0;
        margin-right: 0;
    }

    .section_info .info_block_item_feature tr th, 
    .section_info .info_block_item_feature tr td {
        width: 50%;
    }

    .section_other h2 {
        margin-bottom: 30px;
    }

    .section_analog .owl-stage-outer,
    .section_similar .owl-stage-outer {
        padding-top: 30px;
    }

    .section_info .jq-selectbox {
        display: none !important;
    }

    .section_info .info_tab {
        display: flex;
    }
    
    .section_other_item_order .section_other_item_col {
        font-size: 16px;
        line-height: 22px;
    }
    .section_other .section_other_item-info {
        grid-template-rows: auto;
        gap: 15px 30px;
    }

    .section_other .section_other_item-info {
        grid-template-columns: repeat(2, 124px auto);
    }
    
    .section_other .section_other_item-info .section_other_item-img {
        width: 124px;
        height: 124px;
        grid-row: 1/4;
    }

    .section_other .section_other_item-info .section_other_item-title {
        grid-row: 1/2;
        font-size: 16px;
    }
    
    .section_other .section_other_item-info .section_other_item-type {
        grid-row: 2/3;
    }

    .section_other .section_other_item-info .section_other_item-type span:first-child,
    .section_other .section_other_item-info .section_other_item-type span:last-child {
        font-size: 14px;
        line-height: 19px;
    }
    .section_other .section_other_item-info ul {
        grid-column: 2/3;
        gap: 10px;
        margin-top: 0;
    }
    .section_other .section_other_item {
        gap: 30px;
    }

    .section_catalog_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 40px 0;
        padding-top: 40px;
    }

    .section_catalog_item {
        max-width: calc(50% - 10px);
    }

    .section_catalog_item_img {
        height: 200px;
    }

    .section_catalog_more h2 {
        margin-bottom: 30px;
    }
    
    .section_catalog_more_item_order .section_catalog_more_item_col {
        font-size: 16px;
        line-height: 22px;
    }
    .section_catalog_more .section_catalog_more_item-info {
        grid-template-rows: auto;
        gap: 10px 30px;
    }

    .section_catalog_more .section_catalog_more_item-info {
        grid-template-columns: repeat(2, auto);
    }
    
    .section_catalog_more .section_catalog_more_item img {
        width: 124px;
        height: 124px;
    }

    .section_catalog_more .section_catalog_more_item-info h4 {
        grid-row: 2/3;
        font-size: 16px;
    }
    
    .section_catalog_more .section_catalog_more_item-info .section_catalog_more_item-type {
        grid-row: 1/2;
    }

    .section_catalog_more .section_catalog_more_item-info .section_catalog_more_item-type span:first-child,
    .section_catalog_more .section_catalog_more_item-info .section_catalog_more_item-type span:last-child {
        font-size: 14px;
        line-height: 19px;
    }
    .section_catalog_more .section_catalog_more_item {
        gap: 30px;
    }

    .section_catalog_more_item-info .section_catalog_more_item_col {
        max-width: 100%;
        font-size: 12px;
        line-height: 16px;
        /* flex-direction: column; */
    }

    .section_catalog_more .price_counter span {
        height: 40px;
    }
    
    .section_catalog_more .price_counter div {
        font-size: 16px;
        line-height: 22px;
    }
    
    .section_catalog_more .price_order-btn {
        font-size: 16px;
        line-height: 22px;
        padding: 12px 18px;
    }

    .section_catalog_more_item_order {
        margin-left: 0;
    }

    .section_catalog_more_list.js-grid .section_catalog_more_item {
        max-width: calc(50% - 16px);
    }

    .section_catalog_more_list.js-grid .section_catalog_more_item_col_price {
        font-size: 18px;
    }

    .section_catalog_more {
        padding-top: 40px;
    }

    .section_catalog_more h1 {
        font-size: 24px;
    }
    .section_catalog_more_bottom .views_number,
    .section_catalog_more_bottom .views_pages,
    .section_catalog_more_bottom .views_btn {
        font-size: 16px;
    }

    .section_catalog_more_specify {
        flex-wrap: nowrap;
        margin-bottom: 30px;
    }

    .section_catalog_detail_specify li a {
        font-size: 14px;
        line-height: 19px;
    }

    .section_catalog_more_specify li {
        max-width: calc(25% - 14px);
    }

    .navigation {
        max-width: 720px;
        width: calc(100vw - 30px);
        border: none !important;
        padding: 20px;
    }
    .navigation>li {
        position: static;
        max-width: 200px;
        width: 100%;
        border: 1px solid #fbaf5d;
        padding-right: 5px !important;
    }
    .submenu {
        margin-top: 0 !important;
        top: 20px;
        /* left: 19px; */
        max-width: 720px;
        /* width: calc(100% - 240px); */
        box-shadow: none;
        padding: 20px 10px 20px 20px;
    }
    .submenu>li {
        margin-bottom: 13px;
    }
    .submenu_product li {
        max-width: 197px;
        width: 100%;
    }
    .submenu>.submenu_product li:last-child {
        border-bottom: none !important;
        margin-bottom: 0;
    }
}
@media screen and (min-width: 992px) {
    .navigation {
        max-width: 100%;
        width: fit-content;
    }
    .navigation>li {
        max-width: 100%;
        width: fit-content;
        border-right: 0;
        border: none;
        padding-right: 0 !important;
    }
    .submenu_link>li {
        justify-content: flex-start !important;
        gap: 10px;
    }
    .submenu_link>li>button {
        display: block !important;
    }
}
@media screen and (min-width: 1024px) {

    .section_other .section_other_item {
        flex-direction: row;
    }

    .section_catalog_list {
        grid-template-columns: repeat(4, 1fr);
        gap: 40px 0;
    }

    .section_catalog_item {
        max-width: calc(20% - 16px);
        padding: 0 16px;
    }

    .section_catalog_item_img {
        margin-bottom: 20px;
    }

    .section_catalog_item_name {
        margin-bottom: 20px;
    }

    .section_catalog_item_link {
        font-size: 16px;
        line-height: 22px;
    }
    .section_catalog_item_link:not(:last-of-type) {
        margin-bottom: 12px;
    }

    .section_catalog_item_btn {
        font-size: 16px;
        line-height: 22px;
        margin-top: 12px;
    }
    
    .section_catalog_more .section_catalog_more_item {
        flex-direction: row;
    }

    .section_catalog_more_item-info .section_catalog_more_item_col {
        font-size: 14px;
        line-height: 19px;
    }

    .section_catalog_more_list.js-grid .section_catalog_more_item_col_price {
        font-size: 22px;
    }

    .section_catalog_more h1 {
        font-size: 30px;
    }

    .section_catalog_more_specify {
        gap: 24px;
        width: 95%;
        margin-left: auto;
        margin-right: auto;
    }
    .section_catalog_detail_specify {
        margin-bottom: 40px;
    }
    .section_catalog_detail_specify li a {
        font-size: 16px;
        line-height: 22px;
    }

    .navigation {
        padding: 0;
    }

    .submenu {
        margin-top: 5px !important;
        padding: 10px 18px 15px;
        top: unset;
    }
    .submenu.submenu_catalog {
        height: 0;
        overflow: hidden;
        max-width: 95%;
        width: 100%;
        top: unset;
        margin-top: 36px !important;
        left: 47.5%;
        transform: translate(-50%, 0) !important;
        display: flex;
        gap: 34px;
        margin-left: 0;
        padding: 0;
        transition: height 0.3s ease;
        border: 0.5px solid black;
        box-shadow: 2px 1px #e6e7e8;
    }

    .submenu_trigger:hover + .submenu.submenu_catalog {
        overflow: visible;
        transition: height 0.3s ease;
    }
    
    .submenu.submenu_catalog>li>a~ul>li {
        padding-left: 0;
    }
    
    .submenu.submenu_catalog>li>a~ul>li::before {
        content: none !important;
    }

    .submenu_link {
        max-width: 400px;
        width: 100%;
        background-color: #F6F6F6;
        padding: 16px;
    }
    .submenu_link li {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .submenu_link button {
        background-color: transparent;
        border: none;
        padding: 0;
    }
    .submenu_link button svg {
        fill: #000;
        transition: .3s ease-out;
    }
    .submenu_product ul.active {
        display: flex;
        /* grid-template-columns: repeat(3, 1fr); */
        flex-wrap: wrap;
        gap: 24px 12px;
        overflow-y: auto;
        margin-right: 20px;
        scrollbar-width: thin;
        scrollbar-color: #333131 #cdcdcd;
    }
    .submenu_product ul.active::-webkit-scrollbar {
        width: 2px;
    }

    .submenu_product div.active {
        display: flex;
        /* grid-template-columns: repeat(3, 1fr); */
        flex-wrap: wrap;
        gap: 24px 12px;
        overflow-y: auto;
        margin-right: 20px;
        scrollbar-width: thin;
        scrollbar-color: #333131 #cdcdcd;
    }
}
@media screen and (min-width: 1200px) {
    .slider_title {
        display: none;
    }

    .section_product .info {
        padding-top: 0;
    }

    .section_product .info_title {
        display: block;
    }

    .section_product .info_data {
        gap: 20px;
    }

    .section_product .info_price {
        padding: 30px 0;
    }

    .section_product .info_price_name div {
        font-size: 30px;
    }

    .section_info .info_block_item .img_resp {
        width: 50%;
        height: 376px;
    }

    .section_info .info_block_item th,
    .section_info .info_block_item td {
        padding: 20px;
    }

    .section_other_item_order {
        flex-wrap: nowrap;
        flex-shrink: 0;
    }
    .section_info .info_tab_item {
        font-size: 20px;
    }
    .section_info .info_block_item p {
        font-size: 16px;
    }

    .section_catalog_more_item_order {
        flex-wrap: nowrap;
        flex-shrink: 0;
        margin-left: auto;
    }

    .section_catalog_more_specify li {
        flex-shrink: 0;
        max-width: 302px;
        width: 100%;
        height: 120px;
    }
    .section_catalog_more_specify li a {
        flex-direction: row;
        padding: 10px 9px 10px 10px;
    }
    .section_catalog_more_specify li a span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        text-align: left;
    }
}

.filter {
    position: relative;
}
.filter_title {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-top: 7px;
    margin-bottom: 20px;
}
.filter_content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.filter_block_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    border-bottom: 2px solid #F6F6F6;
    background: #FFF;
    padding: 15px 20px;
    cursor: pointer;
}
.filter_block_name {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
}
.filter_block_svg {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    transition: .3s ease-out;
}
.filter_block_top.active .filter_block_svg {
    transform: rotate(-180deg);
}
.filter_block_list {
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 15px;
    background: #fff;
    padding: 0 20px;
    transition: .3s ease-out;
}
.filter_block_list.open {
    height: auto;
    opacity: 1;
    visibility: visible;
    overflow: visible;
    padding: 15px 20px;
}
.filter_block_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}
.filter_block_item_name {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.filter_block_item_name span {
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.filter_block_item_input {
    display: none;
}
.filter_block_item_checkbox {
    width: 17px;
    height: 17px;
    border: 1px solid #A1A1A1;
    transition: .3s ease-out;
    cursor: pointer;
    margin-top: 3px;
}
.filter_block_item_input:checked ~ .filter_block_item_checkbox {
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2217%22%20height%3D%2218%22%20viewBox%3D%220%200%2017%2018%22%20fill%3D%22none%22%3E%0A%3Crect%20y%3D%220.219971%22%20width%3D%2217%22%20height%3D%2217%22%20fill%3D%22%239EC65C%22%2F%3E%0A%3Cpath%20d%3D%22M4.92969%208.89692L7.19141%2011.1586L12.0685%206.28149%22%20stroke%3D%22white%22%20stroke-linecap%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E') center no-repeat transparent;
    background-size: 17px;
    border: none;
}
.filter_block_item_input:disabled ~ .filter_block_item_checkbox {
    background-color: #9a9a9a;
    border: 1px solid #c5c5c5;
    -moz-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -o-filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(100%);
    filter: grey;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.filter_mobile_btn {
    display: none;
    align-items: center;
    background: #FFF;
    padding: 15px 20px;
}

.filter_mobile_name {
    display: flex;
    align-items: center;
    gap: 5px 13px;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.filter_mobile_name::before {
    content: '';
    display: block;
    width: 16.313px;
    height: 16.058px;
    background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2219%22%20height%3D%2219%22%20viewBox%3D%220%200%2019%2019%22%20fill%3D%22none%22%3E%0A%3Cpath%20d%3D%22M1.90625%201.30469H16.4062C16.6466%201.30469%2016.8771%201.40017%2017.0471%201.57012C17.217%201.74008%2017.3125%201.97059%2017.3125%202.21094V3.64825C17.3124%203.88858%2017.2169%204.11905%2017.047%204.28897L11.2334%2010.1017C11.0637%2010.2717%2010.9686%2010.5022%2010.9688%2010.7424V16.4563C10.9687%2016.594%2010.9373%2016.73%2010.8769%2016.8538C10.8165%2016.9776%2010.7286%2017.086%2010.62%2017.1707C10.5114%2017.2555%2010.3849%2017.3143%2010.2502%2017.3429C10.1154%2017.3714%209.97591%2017.3688%209.84228%2017.3353L8.02978%2016.8822C7.83381%2016.8331%207.65986%2016.72%207.53556%2016.5607C7.41127%2016.4014%207.34376%2016.2052%207.34375%2016.0032V10.7424C7.3437%2010.502%207.24819%2010.2716%207.07822%2010.1017L1.26463%204.28897C1.09499%204.11891%200.999811%203.88845%201%203.64825V2.21094C1%201.97059%201.09548%201.74008%201.26543%201.57012C1.43539%201.40017%201.6659%201.30469%201.90625%201.30469Z%22%20stroke%3D%22black%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E') center no-repeat transparent;
    background-size: 16.313px 16.058px;
}
.filter_mobile_number {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    width: fit-content;
    height: 17px;
    flex-shrink: 0;
    background: #9EC65C;
    margin-left: 13px;
    padding: 0 5px 0 4px;
}

.filter_mobile_svg {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 0;
    margin: 0;
    margin-left: auto;
    transition: .3s ease-out;
}
displayter_mobile_svg {
.filter_mobile_btn.active .fil
    transform: rotate(-180deg);
}

@media screen and (max-width: 991px) {
    .filter {
        margin-bottom: 20px;
    }

    .filter_title {
        display: none;
    }
    
    .filter_mobile_btn {
        display: flex;
    }

    .filter_content {
        display: none;
        width: calc(100% - 30px);
        position: absolute;
        z-index: 2;
        top: 41px;
        left: 0;
        background-color: #fff;
        padding: 20px;
        margin: 0 15px;
        box-shadow: 0px 16px 10px 4px rgba(0, 0, 0, 0.07);
    }
    .filter_content.open {
        display: flex;
    }
}

.views_pages a {
    color: #A1A1A1;
    text-decoration: none;
    padding: 3px;
}
.views_pages span {
    color: #000;
}
.views_pages .make_pages_points {
    padding: 3px;
}
.views_pages .pages_prev,
.views_pages .pages_next {
    display: none;
}

/* Новые стили 25.09.23 */

.brands {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 20px;
}
.brands__item {
    max-width: calc(25% - 23px);
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.brands__img {
    background-color: #ffffff;
    margin-bottom: 20px;
}
.brands__img a {
    display: flex;
    align-items: center;
    justify-content: center;
}
.brands__img img {
    width: 180px;
    height: 103px;
    object-fit: none;
}
.brands__info h4 {
    margin-bottom: 10px;
}
.brands__info p {
    margin-bottom: 15px;
}
.brands__info-list li {
    display: flex;
    gap: 7px;
}
.brands__info-list li::before {
    content: '';
    flex-shrink: 0;
    position: relative;
    top: 13px;
    width: 13px;
    height: 1px;
    background-color: #000;
    transition: all 0.3s;
}
.brands__info-list li:hover::before {
    background-color: #004485;
}
.brands__info-list a {
    color: #000;
display
}
.brands__info-list a:hover {
    color: #004485;
}
@media screen and (max-width: 991px) {
    .brands {
        gap: 15px 20px;
    }
    .brands__item {
        max-width: calc(33.333% - 14px);
    }
}
@media screen and (max-width: 767px) {
    .brands__item {
        max-width: calc(50% - 14px);
    }
}
@media screen and (max-width: 450px) {
    .brands__item {
        max-width: 100%;
    }
}

.program {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}
.program__img {
    max-width: 100%;
}

/* Новые стили 25.09.23 */

.brands__img {
    margin-bottom: 0;
}
h4.brands__info-title {
    padding-top: 20px;
    padding-bottom: 10px;
    margin-bottom: 0;
}
.brands__info-more {
    background-color: transparent;
    border: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    text-decoration: underline;
    padding: 0;
    margin-top: 5px;
}
.brands__info-list--mush li:nth-child(n + 4) {
    display: none;
}
.brands__info-text {
    height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    transition: .3s ease-out;
    margin-bottom: 0;
}

.section_catalog_more_item_content {
    height: 100%;
    width: 100%;
}

.bg-white {
    background-color:  white;
}

.prev,
.next {
    position: absolute;
    top: 200px;
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 24px;
    color: black;
}

.prev {
    left: 8px;
}

.next {
    right: 8px;
}

.section_catalog_more_specify li {
    transition: 0.5s ease;
}

.prev[disabled],
.next[disabled] {
    opacity: 0.3;
    cursor: not-allowed;
}

.navigation>li:first-child {
    display: flex;
    background-color: #0072bc;
    cursor:pointer;
    color: white;
    border-radius: 5px;
    padding: 6px 8px;
    width: 154px;
    align-items: baseline;
}

.navigation>li:first-child a {
    padding-right: 8px;
    color: white;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    background-color: white !important;
}

._opened {
    visibility: visible;
    opacity: 1;
}

._opened .submenu_link > li a {
    color: black;
}

li .submenu_product_item {
    font-size: 12px !important;
    text-wrap: balance;
}

.submenu_product_item:hover {
    text-decoration: underline;
}

.submenu_product > ul li {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.hamburger {
    width: 48px;
}

.burger-btn {
    color: white;
}

.submenu_product {
    display: flex;
}

.submenu_product > ul > li > a {
    color: black !important;
}

.trngl svg {
    rotate: 0deg;
    transition: .5s ease-out;
}

.trngl._opened svg {
    rotate: -120deg;
    transition: .5s ease-out;
}

.submenu_product ul.active {
    row-gap: 24px;
    column-gap: 16px;
}

.submenu_product_brands {
    position: absolute;
    right: 0;
    top: 0;
    display: flex !important;
    align-items: center;
    flex-direction: column;
    float: right;
    background-color: #fff;
    border-left: 1px solid #000;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: 180px;
    padding: 10px 0;
}

.submenu_product_brands img {
    max-width: 139px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.burger-btn {
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none !important;
}

.flex-submenu {
    display: none;
    flex-direction: row;
    width: 80%;
}

.navigation .catalog-btn .submenu {
    z-index: -1;
    visibility: hidden !important;
    padding-left: 0 !important;
}

.navigation .catalog-btn .submenu._opened {
    z-index: 1;
    visibility: visible !important;
}

.submenu_product_list {
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    word-wrap: break-word;
    white-space: initial;
    float: left;
}

.submenu_product_list a {
    text-wrap: wrap;
    text-decoration: none;
}

.product_list_caption {
    font-size: 14px;
    font-weight: 600;
    color: #000;
}

.submenu_product_brands div {
    padding: 20px;
    min-height: 72px;
    max-width: 180px;
}

.submenu_product {
    max-height: 700px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 20px;
    /* padding-right: 180px; */
    justify-content: flex-start; 
}
    .submenu_product .flex-submenu.active {
      display: flex;
      flex-direction: column;
      gap: 8px 16px;
      /* overflow-x: auto; */
      overflow-y: auto;
      width: 100%;
      padding-right: 180px; 
      /* min-height: 689px; */
    }
      .submenu_product .flex-submenu.active a {
        display: block;
        text-decoration: none; 
    }
        .submenu_product .flex-submenu.active a:hover {
          text-decoration: underline; 
        }
        .submenu_product .flex-submenu.active a:has(span):not(:first-child) {
          margin-top: 20px;
        }

.filter_block_list_brends {
    flex-wrap: wrap;
}

.filter_block_list_btns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 0 10px;
}

.filter_block_list_btn_full,
.filter_block_list_btn_reset {
    font-size: 14px;
    line-height: 100%;
    border: none;
    padding: 10px 13px
}

.filter_block_list_btn_full {
    background-color: #3070B7;
    color: #E5EEF9;
}

.filter_block_list_btn_full:hover {
    background-color: #0166a8;
}

.filter_block_list_btn_reset {
    background-color: #E5EEF9;
    color: #3070B7;
}

.filter_block_list_btn_reset:hover {
    background-color: #d1e2f5;
}

main#content._opacity::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.12);
    z-index: 1;
}

.submenu_product .flex-submenu.active a {
    line-height: 16px;
    margin: 0 0 5px;
}

/* Стили для Footer Newsletter */

.footer_newsletter {
    background-color: #0072bc;
    padding: 54px 0;
}

.footer_newsletter_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer_newsletter_title {
    font-size: 22px;
    line-height: 35px;
    color: #fff;
    margin-bottom: 8px;
}

.footer_newsletter .footer_newsletter_text {
    color: #fff;
    text-align: center;
    text-wrap: balance;
    margin-bottom: 0;
}

.footer_newsletter_form {
    max-width: 650px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 48px 0 0;
}

.footer_newsletter_form_row {
    display: flex;
    width: 100%;
}

.footer_newsletter_form_row:not(:last-child) {
    margin-bottom: 25px;
}

.footer_newsletter_label {
    position: relative;
    max-width: calc(75% - 10px);
    width: 100%;
}

.footer_newsletter_label_name {
    font-size: 12px;
    line-height: 120%;
    color: #fff;
    position: absolute;
    top: -22px;
    left: 0;
}

.footer_newsletter_form_submit {
    max-width: calc(25% - 10px);
    width: 100%;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    background-color: #fbaf5d;
    border: 1px solid #fbaf5d;
    margin-left: auto;
}

.footer_newsletter_checkbox {
    margin-right: 10px;
}

.footer_newsletter_checkbox_custom {
    position: relative;
    flex-shrink: 0;
    display: block;
    width: 13px;
    height: 13px;
    background-color: transparent;
    border: 1px solid #fff;
    cursor: pointer;
    margin-top: 4px;
}

.footer_newsletter_checkbox_input:checked ~ .footer_newsletter_checkbox_custom {
    background-color: #fff;
    border: 1px solid #fff;
}

.footer_newsletter_checkbox_input:checked ~ .footer_newsletter_checkbox_custom::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 11px;
    background-image: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2213%22%20height%3D%2210%22%20viewBox%3D%220%200%2013%2010%22%20fill%3D%22none%22%3E%0A%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M11.8081%200.661234C12.2161%201.03345%2012.2452%201.66595%2011.8729%202.07396L5.30452%209.27396C5.11505%209.48166%204.8469%209.6%204.56576%209.6C4.28462%209.6%204.01647%209.48166%203.82699%209.27396L0.795413%205.95089C0.423194%205.54288%200.452207%204.91038%200.860217%204.53816C1.26823%204.16594%201.90073%204.19495%202.27294%204.60296L4.56576%207.11624L10.3954%200.726038C10.7676%200.318029%2011.4001%200.289016%2011.8081%200.661234Z%22%20fill%3D%22%230072bc%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.footer_newsletter_conf_text,
.footer_newsletter_conf_text a {
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    text-wrap: balance;
}


@media screen and (max-width: 767px) {
    .footer_newsletter_label {
        max-width: calc(65% - 5px);
    }
    .footer_newsletter_form_submit {
        max-width: calc(35% - 5px);
    }
}
.footer_newsletter_label_name sup {
    display: none;
}
.footer_newsletter .oksend {
    position: fixed;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    background: #fff;
    padding: 20px;
    font-size: 20px;
    font-weight: 500;
    border: 1px solid #F1F6FA;
    box-shadow: 0px 20px 36px 0px rgba(79, 110, 149, 0.05), 0px 2px 16px 0px rgba(79, 110, 149, 0.12);
    margin: 0;
    transition: .3s ease;
}

.section_catalog_more_content .section_catalog_more_top {
    position: sticky;
    top: 0;
    padding: 10px 0;
    margin: -10px 0 10px;
    background-color: #f6f6f6;
}

.section_catalog_more_content .section_catalog_more_nav {
    position: sticky;
    top: 3px;
}
@media screen and (max-width: 992px) {
    .section_catalog_more_content .section_catalog_more_nav {
        z-index: 1;
    }
}
@media screen and (min-width: 992px) {
    .section_catalog_more_content .section_catalog_more_nav {
        overflow-y: auto;
        height: 100vh;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .section_catalog_more_content .section_catalog_more_nav::-webkit-scrollbar {
        display: none;
    }
}

.section_catalog_more_filter {
    flex-shrink: 0;
}

.section_catalog_more_search {
    margin-left: auto;
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .section_catalog_more_content .section_catalog_more_top {
        flex-wrap: wrap;
        gap: 10px;
    }

    .section_catalog_more_search {
        order: 1;
        width: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}

/* Новые стили 08.04.2024 */

.payment {
    padding: 35px 0 0;
}

.payment__title {
    width: 100%;
    font-size: 32px;
    line-height: 43.58px;
    text-align: center;
    margin: 0 0 45px;
}

.payment__order {
    background-color: #FFFFFF;
    padding: 30px 20px 30px 30px;
}

.payment__order-title,
.payment__details-title {
    width: 100%;
    font-size: 22px;
    line-height: 29.96px;
    text-align: center;
    margin: 0 0 30px;
}

.payment__order-wrap {
    display: flex;
    gap: 30px;
}

.payment__order-info,
.payment__order-img {
    flex: 0 1 auto;
    max-width: 50%;
    width: 100%;
}

.payment__order-img {
    max-height: 386px;
}

.payment__order-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.payment__order-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.payment__order-text,
.payment__details-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 21.79px;
    color: #000000;
    text-align: justify;
    margin: 0 !important;
}

.payment__order-text--600,
.payment__details-text--600 {
    font-weight: 600;
}

.payment__order-text--700,
.payment__details-text--700 {
    font-weight: 700;
}

.payment__order-row {
    display: flex;
    flex-direction: column;
    gap: 15px 20px;
    width: 100%;
    padding: 15px 0 0;
}

.payment__order-row:first-child {
    padding: 0;
}

.payment__order-row:not(:first-child) {
    border-top: 1px solid #E7E7E7;
}

.payment__order-row--two {
    flex-direction: row;
    align-items: flex-start;
}

.payment__order-row--two .payment__order-text:first-child {
    max-width: 215px;
    width: 100%;
    flex-shrink: 0;
}

.payment__order-row--attention {
    flex-direction: row;
    align-items: center;
    border-bottom: 1px solid #E7E7E7;
    padding: 15px 0;
}

.payment__order-row--attention svg {
    display: block;
    margin: 0 10px 0 0;
}

.payment__order-link {
    display: flex !important;
    align-items: center;
    color: #0054A6 !important;
    text-decoration: none;
}

.payment__order-link svg {
    display: block;
    margin: 0 0 0 4px;
}

.payment__details {
    border-top: 1px solid #E7E7E7;
    padding: 45px 0 0;
    margin: 45px 0 0;
}

.payment__details-wrap {
    display: flex;
}

.payment__details-img {
    flex: 0 0 auto;
    max-width: 429px;
    width: 100%;
}

.payment__details-img a {
    display: block;
    width: 100%;
    height: 25%;
}

.payment__details-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.payment__details-info {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1px;
    background-color: #F6F6F6;
}

.payment__details-video {
    display: block;
    padding: 45px 0 0;
}

.payment__details-video video {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.payment__details-item {
    max-width: 100%;
    width: 100%;
    background-color: #FFFFFF;
    padding: 30px;
}
/*
.payment__details-img a:not(:first-child) {
    display: none;
}
*/
.payment__details-number {
    display: block;
    margin: 0 0 60px !important;
}

@media screen and (max-width: 1024px) {
    .payment__order {
        padding: 30px;
    }
    .payment__order-wrap {
        flex-direction: column;
    }
    .payment__order-info,
    .payment__order-img {
        max-width: 100%;
    }
    .payment__details-wrap {
        flex-direction: column-reverse;
    }
    .payment__details-img {
        max-width: 100%;
        max-height: 500px;
        display: flex;
        overflow-x: auto;
        -ms-overflow-style: none;
        scrollbar-width: none;
    }
    .payment__details-img::-webkit-scrollbar {
        display: none;
    }
    .payment__details-img a {
        flex: 0 0 auto;
        max-width: 30%;
    }
    .payment__details-img a:not(:last-child) {
        margin-right: 10px;
    }
    .payment__details-number {
        margin: 0 0 30px !important;
    }
}
@media screen and (max-width: 767px) {
    .payment__title {
        font-size: 24px;
        line-height: 32.68px;
        margin: 0 0 40px;   
    }
    .payment__order {
        padding: 25px;
    }
    .payment__order-wrap {
        gap: 25px;
    }
    .payment__order-title,
    .payment__details-title {
        font-size: 18px;
        line-height: 24.51px;
        text-align: left;
        margin: 0 0 25px;
    }
    .payment__order-text {
        font-size: 14px;
        line-height: 19.07px;
    }
    .payment__order-img {
        max-height: 300px;
    }
    .payment__order-row--two {
        flex-direction: column;
    }
    .payment__order-row--two .payment__order-text:first-child {
        max-width: 100%;
    }
    .payment__details-info {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* Новые стили 24.04.24 */

.info_block_item.details .payment__details {
    border-top: none;
    padding: 0;
    margin: 0;
}

/* Новые стили 02.05.24 */

.catalog-wrap .row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 34px 0;
}

.catalog-wrap .row::before,
.catalog-wrap .row::after {
    display: none;
}

.catalog-wrap .row .col-sm-6.col-lg-3.col-lg-3 {
    width: 100% !important;
}

@media screen and (max-width: 991px) {
    .catalog-wrap .row {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 767px) {
    .catalog-wrap .row {
        grid-template-columns: 1fr;
    }
}

.mb-3 {
    margin-bottom:1rem;
}
.mb-4 {
    margin-bottom:1.5rem
}
/* Стили лоадера */
.loader-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.2);
}
.loader {
    width: 48px;
    height: 48px;
    border: 3px solid #FFF;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-animation: rotation 1s linear infinite;
    animation: rotation 1s linear infinite;
}
.loader::after {
    content: '';
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-bottom-color: #ff9b2f;
}
@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.category_seo_text_up {
    margin-bottom: 20px;
}
.category_seo_text_up__inner {
    position: relative;
}
@media (min-width: 992px) {
    .category_seo_text_up__inner {
        height: auto !important;
    }
}
.category_seo_text_up__inner::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: linear-gradient(180deg, transparent 0%, #f6f6f6 100%);
}
@media (min-width: 992px) {
    .category_seo_text_up__inner::before {
        content: none;
    }
}
.category_seo_text_up__inner[aria-expanded="true"]::before {
    display: none;
}
.category_seo_text_up ol:not(:last-child) {
    margin-bottom: 20px;
}
.category_seo_text_up h4:not(:last-child),
.category_seo_text_up h5:not(:last-child) {
    margin-bottom: 15px;
}
.category_seo_text_up img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    object-fit: contain;
}
.category_seo_text_up img:not(:last-child) {
    margin-bottom: 20px;
}
.category_seo_text_up table {
    width: 100%;
    border-collapse: collapse;
}
.category_seo_text_up table:not(:last-child) {
    margin-bottom: 20px;
}
.category_seo_text_up table caption {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 5px;
}
.category_seo_text_up table tr:last-child th,
.category_seo_text_up table tr:last-child td {
    border-bottom: 0;
}
.category_seo_text_up table th {
    padding: 5px;
    border-bottom: 1px solid #000000;
    font-weight: 600;
}
.category_seo_text_up table td {
    padding: 5px;
    border-bottom: 1px solid #000000;
}
.category_seo_text_up table th {
    text-align: left;
}
.category_seo_read_more-button {
    padding: 0;
    margin: 15px 0 0;
    border: none;
    font-family: inherit;
    background-color: transparent;
    letter-spacing: inherit;
    cursor: pointer;
    font-size: 16px;
    line-height: 19px;
    color: #7c7c7c;
    text-align: center;
}
@media (min-width: 992px) {
    .category_seo_read_more-button {
        display: none;
    }
}
.faq_item {
    margin-bottom:30px;
}