/* ==================================================
  Libraries & сomponents
  ================================================== *//*
  #Headings
  #Links
  #Resets
  #Blocks & boxed
  #Buttons
  #Form
  #Group menu
  #Accordion
  #Tabs
  #Table
  #Popup
  #ScrollBar
  #Autocomplete
  #Ui-slider
  #Gallery zoom
  #Loader amimation
  #Swiper
  #Lazy load
  #Reedmore
  #Categories
*//* ==================================================
  Libraries & сomponents
  ================================================== */

@charset "UTF-8";
@-moz-viewport {width: device-width;}
@-ms-viewport {width: device-width;}
@-o-viewport {width: device-width;}
@-webkit-viewport {width: device-width;}
@viewport {width: device-width;}


html {
    font-family: sans-serif;
    line-height: 1.2;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
body {
    background-color: #fff;
    color: var(--body-text);
    font-size: 14px;
    font-weight: normal;
    position: relative;
    line-height: 1.4;
    min-height: 100%;
    max-width: 100%;
    min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
body.body_search {
    overflow: hidden;
}
body::-webkit-scrollbar, .autocomplete-suggestions::-webkit-scrollbar, .block__popup_cart .scroll::-webkit-scrollbar {
    width: 12px;
    background-color: transparent;
}
.autocomplete-suggestions::-webkit-scrollbar, .block__popup_cart .scroll::-webkit-scrollbar {
    width: 7px;
}
body::-webkit-scrollbar-thumb, .autocomplete-suggestions::-webkit-scrollbar-thumb, .block__popup_cart .scroll::-webkit-scrollbar-thumb {
    background: #BDBDBD;
    border-radius: 12px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb, .block__popup_cart .scroll::-webkit-scrollbar-thumb {
    border-radius: 7px;
}
body::-webkit-scrollbar-track, .autocomplete-suggestions::-webkit-scrollbar-track, .block__popup_cart .scroll::-webkit-scrollbar-track {
    border-radius: 1px;
    background-color: transparent;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track, .feature_content::-webkit-scrollbar-track, .block__description .table_responsive::-webkit-scrollbar-track {
    border-radius: 0;
    background: #E3E3E3;
    border-width: 2px 2px 2px 0;
    border-style: solid;
    border-color: #fff;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar, .feature_content::-webkit-scrollbar, .block__description .table_responsive::-webkit-scrollbar {
    width: 6px;
    border-radius: 0;
}
.block__description .table_responsive::-webkit-scrollbar {
    width: 4px;
}
.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb, .feature_content::-webkit-scrollbar-thumb, .block__description .table_responsive::-webkit-scrollbar-thumb {
    border-radius: 0;
    background: var(--body-text);
    /* border-width: 1px; */
    border-style: solid;
    border-color: #fff;
    border-width: 1px 1px 0 1px;
    border-width: 2px 2px 2px 0px;
    width: 4px;
}
.block__description table {
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #D0D5E2;
    min-width: 500px;
    width: 100%;
    max-width: 100%;
}
.block__description tr td, .block__description tr th{
    padding: 14px 16px;
    color: var(--body-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}
.block__description tr th {
    background: #4C555E;
    color: #fff;
}
.block__description tr th, .block__description tr td {
    border-right: 1px solid #D0D5E2;
}
.block__description tr td {
    border-bottom: 1px solid #D0D5E2;
}
.block__description tr:last-child td{
    border-bottom: 0;
}
.block__description tr th:last-child, .block__description tr td:last-child {
    border-right: 0;
}
#tinymce{
    padding: 20px;
}
.tmce_notice_info,
.tmce_notice_success,
.tmce_notice_error{
    padding: 20px 30px;
    margin: 1rem 0 1.5rem;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.6;
    border-left: 8px solid rgb(188, 188, 188);
    display: block;
}
.tmce_notice_error{
    background-color: #ffcac6;
    border-left: 8px solid #ff3121;
    color: #222;
}
.tmce_notice_success{
    background-color: #d6fbcc;
    border-left: 8px solid #266f12;
    color: #222;
}
.tmce_notice_info{
    background-color: #e1f6fd;
    border-left: 8px solid #0a7ca2;
    color: #222;
}

/***** #Headings ***********************************************************/
h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6{
    display: block;
    position: relative;
    font-family: inherit;
    color: var(--body-heading);
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 24px;
}
h1,.h1{font-size: 40px;}
h2,.h2{font-size: 34px;}
h3,.h3{font-size: 28px;}
h4,.h4{font-size: 24px;}
h5,.h5{font-size: 20px;}
h6,.h6{font-size: 18px;}

/***** #Links ***************************************************************/
a {
    color: var(--basic-company);
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all 0.2s ease;
}
.tooltip a:hover,
a:hover,
a:focus{
    color: var(--basic-company);
    outline-width: 0;
    text-decoration: none;
}
/***** #Resets *************************************************************/
*,
*::before,
*::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
*:focus {outline: none;}
b,
strong {font-weight: 800;}
img {max-width: 100%;border-style: none;}
img:not([src]) {visibility: hidden;}
figure {margin: 15px 40px;}
mark {background-color: #ff0;color: #000;}
small {font-size: 80%;}
hr {
    height: 1px;
    background-color: #dbdbdb;
    margin: 20px 0;
    box-sizing: content-box;
    border: 0;
    overflow: visible;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {bottom: -0.25em;}
sup {top: -0.5em;}
svg:not(:root) {overflow: hidden;}
[hidden] {display: none;}
p {line-height: 1.4;margin: 0 0 1rem;}
p:last-child { margin-bottom: 0;}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
ol,
ul {margin: 0 0 1.5rem 1.5rem;}
ul {list-style: none}
ol li,
ul li {margin: 0 0 .5rem 0; line-height: 1.4; position: relative;}
blockquote {
    margin: 1rem 0 1.5rem;
    color: rgb(94, 94, 94);
    padding: 20px 30px;
    border-left: 8px solid rgb(194, 194, 194);
    position: relative;
    background: rgb(248, 248, 248);
    font-weight: 400;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    font-family: inherit;
}
blockquote p {
    font-style: italic;
    font-size: 16px;
    margin-top: 0;
}
blockquote cite {
    color: #999999;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}
blockquote cite:before {content: "\2014 \2009";}

.block__description {
    font-size: 18px;
    font-weight: 500;
    color: var(--body-text);
}
.block__description ul li, .block__description ol li {
    font-size: 18px;
    font-weight: 500;
    color: var(--body-text);
}
.block__description ul li:before {
    content: '';
    position: absolute;
    top: 0.5em;
    left: -16px;
    background: var(--body-text);
    min-width: 4px;
    min-height: 4px;
    width: 100%;
    height: 100%;
    max-width: 4px;
    max-height: 4px;
    border-radius: 50%;
}

/***** #Blocks & boxed ***********************************************/
.block{
    position: relative;
    margin-bottom: 15px;
}
.block--comment{
    margin-top: 20px;
    padding-top: 60px;
    border-top: 3px solid #ddd;
}
.block--boxed{
    position: relative;
    background-color: var(--boxed-color);
    padding: 15px;
}
.block--border{
    border: 1px solid #E5E9F3;
    border-radius: 5px;
}
.block--bg {
    background: var(--bg);
}
.block--shadow{box-shadow: 0 2px 5px #0000004d;}
.block__inner{ max-width: 100%;}
.block__header{
    position: relative;
    margin-bottom: 10px;
}
.block__header--promo{ position: relative;}
.block__header--boxed {
    background-color: var(--boxed-color);
    position: relative;
    padding: 15px 15px;
    margin-bottom: 15px;
}
.block__header--border {
    border: 1px solid #dbdbdb;
    border-radius: 3px;
}
.block__main_brands{
    width: 100%;
    max-width: 100%;
}
.block__main_brands:not(:first-child) {
    margin-top: 20px;
}
.block__title{
    color: var(--boxed-text);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.block__title--user{
    margin: 0 0 1.5rem;
}
.block__title--order{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: var(--body-heading);
}
.block__title--order svg{
    color: #1DC116;
    width: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.block__title--order span{vertical-align: middle;}

.block__title--order .order_number{
    color: #1dc116;
    padding: 3px 5px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #1dc116;
    border-radius: 4px;
    line-height: 1;
    margin: 0px 8px;
    font-weight: 600;
}
.block__header--promo .block__heading,
.block__header--promo .block__title{padding-right: 180px;}

.block__header_promo{
    max-width: 200px;
    white-space: nowrap;
    position: absolute;
    padding: 5px 10px;
    background: rgb(255, 224, 172);
    color: rgb(47, 47, 47);
    font-size: 12px;
    font-weight: 400;
    right: 0;
    top: 0;
    overflow: hidden;
}
.block__header_button{
    max-width: 200px;
    white-space: nowrap;
    position: absolute;
    padding: 2px 8px;
    background: transparent;
    border: 1px solid;
    border-color: var(--button-color);
    border-radius: 3px;
    color: var(--button-color);
    font-size: 12px;
    font-weight: 400;
    right: 0;
    top: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.block__header--boxed .block__header_promo,
.block__header--boxed .block__header_button{right: 16px;top: 15px;}

.block__heading{margin-bottom: 0;}
.boxed--stretch{height: 100%;}
.block--boxed .block__header{margin-bottom: 15px;}
.block--boxed .block__body{padding: 0;}
.block__more{
    color: var(--button-color);
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s;
}
.block__more svg{
    position: relative;
    top: 1px;
    width: 11px;
    height: 11px;
    margin-left: 3px;
    transition: all 0.3s;
}
.block_explanation{padding-left: 20px;}
.block_explanation__header{
    font-size: 24px;
    font-weight: 600;
    color: #222;
    line-height: 1.2;
    margin-bottom: 15px;
}
.block__abouts_us{
    border-right: 1px solid;
    border-color: var(--border-color);
    padding-right: 20px;
    width: 100%;
}
.block__description--style {
    background:var(--boxed-color);
    color:var(--body-text);
    font-size: 18px;
    line-height: 1.8;
}
.block__description iframe {
    margin-left:auto;
    margin-right:auto;
    max-width: 100%;
    max-height: 100%;
}
.block__description .table_responsive{
    width: 100%;
    overflow-x: auto;
    margin: 0 0 1rem;
}
.block__description .video,
.block__description .mce-object-iframe{
    position: relative;
    padding-bottom: 36%;
    padding-top: 30px;
    height: 0;
    width: 70%;
    margin: 0px auto;
    overflow: hidden;
}
.block__description .mce-object-iframe iframe,
.block__description .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(219, 219, 219);
}
.block__description a.fn_image_gallery,
.block__description a.fn_image_zoom{display: block;line-height: 1;margin: 1.5rem auto;}
.block__description a.fn_image_zoom img{border: 1px solid #eee;padding: 1px;}
.block__description a.fn_image_gallery {padding: 3px 6px}
.block__description img {
    display: block;
    margin: 0 auto;
    height: auto !important
}
.block__description figure{
    margin: 0;
    border: 1px solid #dbdbdb;
    border-radius: 3px;
    padding: 10px;
}
.block__description figure p{margin: 0;}
.block__description figure img{margin: 0;}
.block__description figure figcaption{
    padding: 5px 3px;
    font-size: 12px;
    font-style: italic;
    font-weight: 500;
}
.block__description .table {
    width:100%;
    overflow:hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 2rem 0 0;
}
.block__description .table__row {
    width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow:hidden
}
.block__description .table__cell {
    width:49%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow:hidden;
    margin: 0 0 2rem;
}
.block__description .table__cell--top {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.block__description .table__cell img {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row_f-align: center;
    align-self: center;
    height: auto;
    max-width: 100%;
}
.block__description .table__cell--col-3{
    width:31%
}
@media only screen and (max-width:991px) {
    .block__description iframe {height:48vw}
    .block__description .table__row {display:block}
    .block__description .table__cell,
    .block__description .table__cell--col-3 {width:100%}
}
.boxed{
    clear: both;
    padding: 10px;
    margin: 10px 0;
    border-left: 4px solid rgb(188, 188, 188);
    background: rgb(247, 247, 247);
    display: block;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: rgb(74, 74, 74);
    line-height: 1.3;
    min-height: 36px;
}
.boxed--flex{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.boxed--big{
    padding: 15px 15px;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}
.boxed--middle{
    padding: 10px;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}
.boxed--warning{
    background-color: rgb(253, 228, 228);
    border-left: 4px solid rgb(255, 0, 0);
    color: #222;
}
.boxed--success{
    background-color: rgb(222, 249, 221);
    border-left: 4px solid #0A7C71;
    color: #222;
}
.boxed--notify{
    background-color: #f8f8f8;
    border-left: 4px solid #c2c2c2;
    color: #6f6f6f;
}
.boxed_no_comments{
    display: block;
    padding: 75px 20px 75px;
    text-align: center;
}
.boxed_no_comments__icon {
    margin-bottom: 30px;
}
.boxed_no_comments__title {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    line-height: 1.34;
    text-align: center;
    margin-bottom: 15px;
}
.boxed_no_comments__text {
    font-size: 14px;
    font-weight: 400;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}


/***** #Buttons ***********************************************************/

button,
[type="button"],
[type="reset"],
[type="submit"] {
    font-family: inherit;
    overflow: visible;
    text-transform: none;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    -webkit-appearance: none;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {border-style: none;padding: 0;}
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {outline: 1px dotted ButtonText;}
::-webkit-file-upload-button {-webkit-appearance: button;font: inherit;}

.button {
    display: inline-block;
    font-weight: 400;
    color: rgb(33, 37, 41);
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    cursor:pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration:none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.button--big{
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: .3rem
}
.button--small{
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.button--basic{
    color: var(--button-text);
    background-color: var(--button-color);
    border-color: var(--button-color);
}
.button--basic:hover,
.button--basic:active{
    color: var(--button-text);
    text-decoration: none;
    opacity: 0.8;
}
.button--second{
    color: var(--button-color);
    background-color: var(--button-text);
    border-color:var(--button-color);
}
.button--second:hover,
.button--second:active{
    color: var(--button-text);
    text-decoration: none;
    background-color: var(--button-color);
    border-color: var(--button-color);
}
.button--blick{
    position: relative;
    overflow: hidden;
}
.button--blick:after{
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
a.button--blick:hover:after,
.button--blick:hover:after {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {left: 125%;}
}
@keyframes shine {
    100% {left: 125%;}
}

.btn_order{
    display: inline-block;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    cursor:pointer;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration:none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: var(--button-text);
    background-color: var(--button-color);
    border-color: var(--button-color);
}
.btn_order:hover,
.btn_order:active{
    color: var(--button-text);
    text-decoration: none;
    opacity: 0.8;
}

/***** #Form  *************************************************************/

.form{ position: relative;}
.form--boxed{
    position: relative;
    padding: 20px;
    border-radius: 4px;
}
.form--boxed_cart{
    position: relative;
    background-color: var(--boxed-color);;
    padding: 15px;
    border-radius: 4px;
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    margin-top: 10px;
    margin-left: 20px;
    width: 240px;
    max-width: 100%;
}
.form__header {
    text-align: left;
    position: relative;
    margin-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: column;
}
.form__title {
    cursor: pointer;
    font-weight: 800;
    font-size: 20px;
    user-select: none;
    color: var(--body-heading);
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    z-index: 2;
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
#fn_fast_order .form__header {
    margin-bottom: 16px;
}
#fn_fast_order .h6 {
    font-weight: 600;
}
.cart_wrapper .form__header {
    margin-bottom: 24px;
    align-items: flex-start;
}
.cart_wrapper .form__title {
    font-size: 28px;
    margin: 0;
}
#comments .form__header {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
#comments .form__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0;
}
.form__header .form__title_subtext {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
}
.feedback_form .form__title {
    color: #fff;
}
.form__title svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.form__group {
    position: relative;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.form__group:last-child {
    margin-bottom: 30px;
}
.cart_wrapper .form__group:last-child {
    margin-bottom: 12px;
}
.form__group--coupon {
    position: relative;
    margin-bottom: 0;
}
.form__group--last {margin-bottom: 0;}
input,
textarea,
.form__textarea,
.form__input{
    display: inline-block;
    color: var(--body-heading);
    border: 1px solid #dbdbdb;
    background-color: rgb(255, 255, 255);
    overflow: visible;
    resize: none;
    text-transform: none;
    font-family: inherit;
    line-height: 1;
    position: relative;
    border-radius: 5px;
    padding: 5px 15px;
    width: auto;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    order: 2;
}
.form__input{
    height: 50px;
    display: block;
    width: 100%;
}
.form__textarea {
    display: block;
    width: 100%;
    padding: 15px;
    resize: vertical;
}
.feedback_form input, .feedback_form .form__input {
    border: 1px solid #FFFFFF;
    background-color: #ffffff29;
    color: #fff;
}
.form__input_subscribe{height: 32px;}
label,
.form__label {
    color: var(--body-text);
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}
input:focus,
textarea:focus,
.form__input:focus,
.form__textarea:focus{
    border: 1px solid rgb(186, 186, 186);
}
.feedback_form input:focus,
.feedback_form .form__input:focus{
    background-color: #FFFFFF0D;
    color: #fff;
}
.form__textarea.error,
.form__input.error {
    border-color: rgb(231, 71, 71);
    font-size: 18px;
}
input::placeholder, textarea::placeholder{
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #A3A3A3;
    font-size: 18px;
    font-weight: 400;
}
input.search_input::placeholder {
    color: #ffffff80;
}
.form__placeholder{
    font-family: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: var(--body-text);
    font-size: 14px;
    font-weight: 600;
    transition: all 0.1s linear 0s;
    line-height: 1;
    pointer-events: none;
    display: table;
    margin-bottom: 2px;
    text-align: left;
    order: 1;
}
.feedback_form .form__placeholder {
    color: #b9b3b3;
} 
.feedback_form input:focus ~ .form__placeholder {
    color: #fff;
}
.form__input:focus ~ .form__placeholder, .form__textarea:focus ~ .form__placeholder, input:focus ~ .form__placeholder, textarea:focus ~ .form__placeholder {
    color: #A3A3A3;
}
:focus::placeholder,
:focus::-ms-input-placeholder,
:focus:-ms-input-placeholder,
:focus:-moz-placeholder,
:focus::-moz-placeholder,
:focus::-webkit-input-placeholder {opacity: 0;}
.form__placeholder.active,
.filled .form__placeholder,
.form__placeholder--focus.error ~ label ~ .form__placeholder,
.form__placeholder--focus.error + .form__placeholder,
.form__placeholder--focus:focus ~ .form__placeholder,
.form__placeholder--focus:-webkit-autofill:focus ~ .form__placeholder,
.form__placeholder--focus:-webkit-autofill ~ .form__placeholder,
.form__placeholder--focus.valid ~ .form__placeholder,
.form__placeholder--focus:not([value='']) ~ .form__placeholder,
.form__placeholder--focus:valid  ~ .form__placeholder{
    font-size: 14px;
    font-weight: 600;
    cursor: default;
    color: var(--body-heading);
}
.form__placeholder--focus:-webkit-autofill,
.form__placeholder--focus:-webkit-autofill:hover,
.form__placeholder--focus:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 30px #fff inset;
    box-shadow: 0 0 0 30px #fff inset;
    -webkit-text-fill-color: inherit !important;
    filter: none!important;
}
/* .form__placeholder.active.error,
.filled .form__placeholder.error,
.form__placeholder--focus.error + .form__placeholder,
.form__placeholder--focus.error ~ label ~ .form__placeholder{
    color: rgb(231, 71, 71);
} */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #222 !important;
    transition: background-color 9999s ease-in-out 0s;
}
.feedback_form input:-webkit-autofill,
.feedback_form input:-webkit-autofill:hover,
.feedback_form input:-webkit-autofill:focus,
.feedback_form input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 1000px #FFFFFF0D inset !important;
    -webkit-text-fill-color: #fff !important;
    transition: background-color 9999s ease-in-out 0s;
}

.form__footer{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.form__footer .form__button,
.form__footer .captcha{margin-bottom: 10px;}
.form__footer { margin-bottom: -10px;}
.captcha {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.form__captcha{position: relative;}
.form__input_captcha {
    width: 100%;
    max-width: 130px;
}
.secret_number {
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    height: 40px;
    padding: 0 10px;
    background: rgb(245, 248, 249);
    display: inline-block;
    position: relative;
    text-shadow: 1px 1px rgb(56, 192, 243), -1px 1px rgb(72, 209, 204), -1px -1px rgb(72, 209, 204), 1px -1px rgb(72, 209, 204);
    color: rgb(255, 255, 255);
    font-weight: bold;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none;
    pointer-events: none;
    cursor: pointer;
    margin-right: 10px;
    font-size: 14px;
    line-height: 40px;
}
.secret_number:before {
    content: "";
    position: absolute;
    top: 10px;
    right: -15px;
    bottom: -15px;
    left: 0;
    z-index: -1;
    background: linear-gradient(-45deg,
    rgba(72, 209, 204, 0) 2px, mediumturquoise 3px, rgba(72, 209, 204, 0) 3px ) repeat;
    background-size: 4px 4px;
}
.secret_number:after {
    content: attr(data-name);
    position: absolute;
    top: 2px;
    left: 2px;
    z-index: -2;
    text-shadow: 1px 1px white,
    2px 2px white,
    3px 3px white,
    4px 4px white;
    color: white;
    transition: all 1s;
}
.form__button{
    display: block;
    color: var(--body-heading);
    background-color: var(--basic-company);
    border: 1px solid;
    border-color: var(--basic-company);
    text-align: center;
    white-space: nowrap;
    border-radius: 5px;
    height: 50px;
    line-height: 38px;
    font-weight: 700;
    cursor: pointer;
    user-select: none;
    padding: 0 20px;
    font-size: 16px;
    font-family: inherit;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    width: 100%;
}
.form__button--border{
    background: transparent;
    border-color: rgb(127, 127, 127);
    color: rgb(69, 69, 69);
    height: 38px;
    line-height: 36px;
    font-weight: 500;
    padding: 0 10px;
    font-size: 12px;
    text-transform: inherit;
}
.form__button:active,
.form__button:focus{opacity: 0.8;}
.button--coupon{
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}
.button--comment{
    display: block;
    height: 36px;
    line-height: 36px;
}
.message_error {
    clear: both;
    padding: 10px;
    margin: 10px 0 20px;
    background-color: rgb(253, 228, 228);
    border-left: 4px solid rgb(255, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    color: #222;
    line-height: 1.3;
    min-height: 36px;
}
.message_success{
    clear: both;
    padding: 15px;
    margin: 10px 0 20px;
    background-color: rgb(190, 225, 202);
    border-left: 4px solid rgb(11, 159, 89);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    font-weight: 400;
    font-size: 14px;
    color: rgb(34, 34, 34);
    line-height: 1.3;
    min-height: 36px;
}
.message_success svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.error {
    color: rgb(231, 71, 71);
    font-family: inherit;
    font-size: 12px;
    font-weight: 500;
}
.form__group label.error,
.form__captcha label.error {
    /* display: none!important; */
    order: 3;
    margin-top: 2px;
    margin-bottom: 0;
    text-align: start;
}
.checkbox {
    display: block;
    position: relative;
    margin-bottom: 20px;
    padding-left: 30px;
    cursor: pointer;
    color: inherit;
    border-radius: 3px;
}
.checkbox__input {
    position: absolute;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: none;
}
.checkbox__icon {
    border: 1px solid var(--border-color);
    display: block;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    border-radius: 50%;
    background: #fff;
}
.checkbox__icon.form_check {
    border-radius: 3px;
}
.checkbox.active .checkbox__icon {
    border-color: var(--button-second-color);
}
.checkbox__icon:not(.form_check)::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color:  var(--button-second-color);
    transform: translate(-50%, -50%);
    visibility: hidden;
}
.checkbox.active .checkbox__icon:not(.form_check):before {
    visibility: visible;
}
.checkbox.active .checkbox__mark,
.checkbox__input:checked + * .checkbox__mark{
    /* stroke: var(--button-second-color); */
    stroke: #fff;
    stroke-width: 2px;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    stroke-miterlimit: 10;
    opacity: 1;
    stroke-dasharray: 0;
    stroke-dashoffset: 0;
}
.checkbox__input:checked ~ .checkbox__icon.form_check {
    background: var(--button-second-color);
}
.checkbox__input:focus .checkbox__icon{border-color: var(--button-second-color);}
.checkbox__input:disabled + * .checkbox__mark{border-color: var(--border-color);}
.change_pass,
.password_remind{
    position: relative;
    font-family: inherit;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background: transparent;
    border: none;
    text-decoration: none;
    font-size: 12px;
    color: #222;
    font-weight: 400;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 10px;
    opacity: 0.7;
    transition: all .3s ease 0s;
}
.change_pass{ margin-top: 0;}
.change_pass span,
.password_remind span {padding-right: 3px;}
.change_pass:hover span,
.password_remind:hover span {
    padding-right: 7px;
    color: var(--basic-company);
    text-decoration: none;
}
.change_pass svg,
.password_remind svg {
    width: 12px;
    height: 12px;
    position: relative;
    top: 1px;
}
.change_pass:hover svg{color: var(--basic-company);}
select{
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
    overflow: visible;
    text-transform: none;
}
.select2-results__options{
    margin-left: 0px!important;
}
.select2-results__option{
    margin-bottom: 0px!important;
}

.subscribe_error,
.subscribe_success {
    color: rgb(231, 71, 71);
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
}
.subscribe_success {
    color:rgb(71, 231, 126);
}

/***** #Group menu *****************************************************************/

.menu_group__list{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu_group__item{
    position: relative;
    padding: 0;
    margin-bottom: 5px;
}
.menu_group__item--2{
    padding: 0;
    white-space: nowrap;
}
.menu_group__item--2 .menu_group__link {
    padding: 5px 20px;
    display: block;
}
.menu_group__link{
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    color: var(--body-text);
    font-weight: 400;
    text-decoration: none;
    font-size: 14px;
    padding: 0;
    transition: color 0.1s ease 0s;
}
.menu_group--header .menu_group__link[href$="discounted"],
.menu_group--header .menu_group__link[href$="discounted"]:hover,
.menu_group__item .menu_group__link[href$="discounted"],
.menu_group__item .menu_group__link[href$="discounted"]:hover
{
    color: #b10707;
}
.header__menu, .level_1.categories_nav__menu{
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: fit-content;
    height: 80px;
}
.menu_group--header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_group--header .menu_group__item, .categories_menu__item {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.menu_group--header .menu_group__list, .categories_menu{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    margin: 0;
    height: 100%;
    width: fit-content;
}
.categories_menu {
    flex-wrap: nowrap;
}
.menu_group--header .menu_eventer .menu_group__list--2, .categories_nav__subcategory{
    border-radius: 5px;
    display: none;
    left: -14px;
    padding: 8px 0;
    position: absolute;
    top: 100%;
    width: auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: var(--body-text);
    background: #1B190FCC;
    backdrop-filter: blur(5px);
    min-width: 260px;
}
.categories_nav__subcategory.levels {
    left: 100%;
    top: 0;
}
.subcategory {
    list-style: none;
    margin: 0;
}
.menu_group--header .menu_eventer .menu_group__list--3{
    display: none;
}
.menu_group--header .menu_group__item--2 .menu_group__link {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
}
.menu_group--header .menu_group__link, .categories_menu__item .categories_menu__link{
    font-size: 18px;
    text-decoration: none;
    font-weight: 400;
    position: relative;
    cursor: pointer;
    line-height: 1.2;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.categories_menu__item.main_item {
    height: 100%;
}
.categories_menu__item.main_item .categories_menu__link.main_item{
    padding: 0px 10px;
    height: 100%;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: 4px;
    white-space: nowrap;
    font-weight: 500;
}
.subcategory .categories_menu__item .categories_menu__link{
    padding: 8px 24px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    text-decoration: none;
}
.menu_group--header .menu_eventer .menu_group__link:after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    border-color: var(--body-text);
    transform: rotate(45deg);
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.categories_menu__item.has_child {

}
.categories_menu__item.has_child .menu_arrow{
    width: 23px;
    height: 23px;
    display: grid;
    place-items: center;
}
.categories_menu__item.has_child .menu_arrow svg{ 
    display: block;
    color: #fff;
}
.subcategory .categories_menu__item.has_child .menu_arrow svg{ 
    transform: rotate(-90deg);
}
.menu_group--header .menu_group__list--2 .menu_group__link:after{
    content: none;
}
.menu_group--footer .menu_group__list{
    display: block;
    padding: 0;
    list-style: none;
    margin: 0;
}
.menu_group--footer .menu_group__item{
    position: relative;
    padding: 0;
    margin-bottom: 10px;
}
.menu_group--footer .menu_group__link{
    text-decoration: none;
    color: var(--boxed-text);
    font-weight: 400;
    font-size: 18px;
    position: relative;
    cursor: pointer;
}
.menu_group--404{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.menu_group--404 .menu_group__item {
    position: relative;
    padding: 0;
    margin-bottom: 0;
}
.menu_group--404 .menu_group__link{
    padding: 5px 10px;
    font-size: 16px;
    text-decoration: underline;
    color: var(--basic-company);
    font-weight: 500;
    position: relative;
    cursor: pointer;
    line-height: 1;
}

/***** #Accordion *****************************************************************/
.accordion__title,
.accordion__item {
    position: relative;
}
.accordion__title{
    cursor: pointer;
}
.accordion__header {
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    user-select: none;
    padding: 0;
    color: var(--body-text);
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0;
}
.accordion__title.active{
    cursor: default;
}
.accordion__header.icon:before{
    font-size: 26px;
    line-height: 1;
    margin-right: 10px;
}
.accordion__arrow {
    transform: rotate(180deg);
    font-size: 14px;
}
.accordion__title.active .accordion__arrow {
    transform: rotate(0deg);
    transition: all 0.2s ease-in-out;
}
.accordion__content {
    display: none;
    line-height: 1.3;
    padding: 10px 0 5px 0;
    text-align: left;
}


/***** #Tabs *****************************************************************/

.tabs{
    margin-bottom: 15px;
    overflow: hidden;
}
.tabs--user{
    overflow: visible;
}
.tabs__navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 4px solid rgb(233, 234, 237);
    background: #fff;
}
.tabs__navigation--user {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border-bottom: none;
    background: #fff;
}
.tabs__link {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    height: 45px;
    padding: 0 30px;
    color: #222;
    font-size: 16px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.tabs__link.selected {
    color: var(--basic-company);
}
.tabs__link.selected:after {
    content: "";
    height: 4px;
    position: absolute;
    bottom: -4px;
    background: var(--basic-company);
    width: 100%;
    left: 0;
}
.tabs__link .icon{
    margin-right: 8px;
    line-height: 1;
}
.tabs__link .icon:before{
    font-size: 22px;
    line-height: 1;
}

.tabs__navigation--user .tabs__link {
    position: relative;
    margin: 0px;
    border-bottom: 1px solid rgb(227, 227, 227);
    text-decoration: none;
    padding: 18px 0px;
    color: rgb(34, 34, 34);
    font-size: 13px;
    font-weight: 500;
    min-height: 40px;
    height: inherit;
    width: 100%;
}
.tabs__navigation--user .tabs__link svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.tabs__navigation--user .tabs__link.selected:after {
    content: none;
}
.tabs__navigation--user .tabs__link:last-child {
    border-bottom: none;
}
.tabs__navigation--user .tabs__link.selected {
    color: var(--basic-company);
}

.tabs__content {
    overflow: hidden;
    background: #fff;
}
.tab {
    display: none;
    padding: 15px;
}
.mobile_tab_navigation{
    text-align: center;
    position: relative;
    margin: 15px 0 25px;
}
.mobile_tab_navigation:after {
    content: "";
    height: 1px;
    background: #dbdbdb;
    position: absolute;
    top: 45%;
    right: 0;
    display: block;
    width: 100%;
}
.mobile_tab_title {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    user-select: none;
    padding: 5px 15px 5px 15px;
    color: var(--body-text);
    background: #fff;
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0 auto;
}
.mobile_tab_title svg{
    width: 18px;
    height: 18px;
    margin-right: 10px;
}
.mobile_tab_title:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: var(--body-text);
    position: relative;
    content: " ";
    left: inherit;
    margin-left: 10px;
    transform: rotate(-135deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.mobile_tab_navigation.active .mobile_tab_title:after {
    top: -2px;
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

/***** #Table ************************************************************************/
.table_wrapper {
    overflow: auto;
    max-width: 100%;
    background: linear-gradient(to right,#fff 30%,#fff0),linear-gradient(to right,#fff0,#fff 70%) 0 100%,radial-gradient(farthest-side at 0% 50%,#0003,#0000),radial-gradient(farthest-side at 100% 50%,#0003,#0000) 0 100%;
    background-repeat: no-repeat;
    background-color: #fff;
    background-size: 40px 100%,40px 100%,14px 100%,14px 100%;
    background-position: 0 0,100%,0 0,100%;
    background-attachment: local,local,scroll,scroll;
    max-height: 430px;
    width: 100%;
}
.block__description--style table {
    font-size: 12px;
    min-width: 500px;
    font-weight: 400;
    width: 100%;
    max-width: 100%;
}
.block__description--style td,
.block__description--style th {
    padding: 10px;
    text-align: left;
    margin: 0;
    border: 1px solid #dbdbdb;
}
.block__description--style:not(.table_not_bg) tbody tr:nth-child(2n) {
    background-color:  #e9e9e9;
}
.block__description--style th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    background: #232f3e;
    color: #fff;
    font-weight: 600;
}
.fn_auto_navigation_anchor{
    opacity: 0;
    visibility: hidden;
    position: relative;
    width: 20px;
    height: 20px;
    margin-top: -90px;
    padding-top: 90px;
    display: inline-block;
    background-size: 20px;
    background-position-y: bottom;
    padding-right: 25px;
    vertical-align: baseline;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjYzLjgwNyAyNjMuODA3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyNjMuODA3IDI2My44MDc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8cGF0aCBkPSJNMTQ2Ljk1OSwxMDEuODY5bC0xOS44NDgsMTkuODQ2bDE3Ljg3MSwxNy44NzNjMy41MTIsMy41MTMsNS40NDcsOC4xODIsNS40NDcsMTMuMTQ2YzAuMDAxLDQuOTY0LTEuOTMzLDkuNjMtNS40NDYsMTMuMTQyICAgbC02NC40NDIsNjQuNDQ0Yy03LjI0OCw3LjI0OC0xOS4wNDIsNy4yNDktMjYuMjg5LDAuMDAxbC0xNy44NzMtMTcuODc1Yy0zLjUxLTMuNTA5LTUuNDQzLTguMTc0LTUuNDQyLTEzLjEzNyAgIGMwLTQuOTY0LDEuOTM2LTkuNjM0LDUuNDQ4LTEzLjE0Nmw1MS4xNjYtNTEuMTY2bC0xOS44NDctMTkuODQ2bC01MS4xNjYsNTEuMTY2Yy04LjgxMyw4LjgxNC0xMy42NjcsMjAuNTMtMTMuNjY3LDMyLjk5ICAgYy0wLjAwMSwxMi40NjIsNC44NTIsMjQuMTc4LDEzLjY2NCwzMi45ODZsMTcuODczLDE3Ljg3NGM5LjA5NSw5LjA5NCwyMS4wNDIsMTMuNjQxLDMyLjk4OSwxMy42NDEgICBjMTEuOTQ4LDAsMjMuODk2LTQuNTQ3LDMyLjk5MS0xMy42NDJsNjQuNDQxLTY0LjQ0MmM4LjgxNi04LjgxMiwxMy42Ny0yMC41MjgsMTMuNjY5LTMyLjk5MSAgIGMtMC4wMDEtMTIuNDYxLTQuODU0LTI0LjE3Ni0xMy42NjYtMzIuOTlMMTQ2Ljk1OSwxMDEuODY5eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojQTNBM0EzIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPHBhdGggZD0iTTI0Ny4yNzMsMzEuNTM4bC0xNy44NzItMTcuODczQzIyMC41ODksNC44NTMsMjA4Ljg3MywwLDE5Ni40MSwwYy0xMi40NjIsMC0yNC4xNzgsNC44NTQtMzIuOTg3LDEzLjY2NUw5OC45NzQsNzguMTExICAgYy04LjgxMyw4LjgxMS0xMy42NjUsMjAuNTI3LTEzLjY2NSwzMi45OWMwLjAwMSwxMi40NjUsNC44NTUsMjQuMTgyLDEzLjY2OCwzMi45ODhsMTcuODczLDE3Ljg3M2wxOS44NDctMTkuODQ2bC0xNy44NzYtMTcuODc2ICAgYy0zLjUxMS0zLjUwOS01LjQ0NS04LjE3NS01LjQ0NS0xMy4xNGMwLTQuOTY1LDEuOTMzLTkuNjMyLDUuNDQzLTEzLjE0Mmw2NC40NS02NC40NDhjMy41MS0zLjUxLDguMTc3LTUuNDQzLDEzLjE0Mi01LjQ0MyAgIGM0Ljk2NSwwLDkuNjMzLDEuOTM0LDEzLjE0NCw1LjQ0NGwxNy44NzMsMTcuODc1YzMuNTEsMy41MDksNS40NDMsOC4xNzQsNS40NDIsMTMuMTM4YzAsNC45NjUtMS45MzUsOS42MzMtNS40NDUsMTMuMTQ1ICAgbC01MS4xNyw1MS4xNjdsMTkuODQ2LDE5Ljg0N2w1MS4xNzEtNTEuMTY4YzguODEyLTguODEzLDEzLjY2NS0yMC41MjksMTMuNjY2LTMyLjk4OSAgIEMyNjAuOTM4LDUyLjA2MywyNTYuMDg1LDQwLjM0NywyNDcuMjczLDMxLjUzOHoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgc3R5bGU9ImZpbGw6I0EzQTNBMyIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KPC9nPjwvZz4gPC9zdmc+);
}
.fn_auto_navigation_header:hover .fn_auto_navigation_anchor{
    opacity: 1;
    visibility: visible;
    z-index: 2222;
}
/***** #Popup ****************************************************************/
.popup {
    padding: 30px!important;
    border-radius: 5px;
    max-width: 500px!important;
    width: 100%;
    text-align: center!important;
    box-shadow: none;
}
.popup_bg {
    color: #fff!important;
    background: linear-gradient(to right, #00b4db, #0083b0)!important;
}
.popup__heading{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-weight: 800;
    font-size: 24px;
    user-select: none;
    padding: 0;
    color: #222;
    background: #fff;
    overflow: hidden;
    z-index: 2;
    text-align: center;
    margin: 20px auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.popup__heading svg{
    width: 28px;
    height: 28px;
    color: #0b982f;
    margin-right: 15px;
}
.popup__heading .form__header{
    margin-bottom: 30px;
}
.popup__description{
    margin-bottom: 10px;
    color: #222;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
}
.popup__sent{
    color: #222;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.popup_confirm__title{
    font-weight: 500;
    font-size: 20px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.popup_confirm__title svg{
    width: 22px;
    width: 22px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.popup_animated {
    max-width: 550px;
    border-radius: 5px;
    overflow: hidden;
    transform: translateY(-80px);
    transition: all .5s;
    box-shadow: none;
}
.popup_animated .form__header,
.popup_animated .form__footer,
.popup_animated .form__body {
    transform: translateY(-40px);
    opacity: 0;
    transition-property: transform, opacity;
    transition-duration: .3s;
}
.fancybox-slide--current .popup_animated,
.fancybox-slide--current .popup_animated .form__footer,
.fancybox-slide--current .popup_animated .form__header,
.fancybox-slide--current .popup_animated .form__body {
    transform: translateY(0);
    opacity: 1;
    transition-duration: .3s;
}
.fancybox-slide--current .popup_animated .form__header {
    transition-delay: .1s;
}
.fancybox-slide--current .popup_animated .form__body {
    transition-delay: .2s;
}
.fancybox-slide--current .popup_animated .form__footer{
    transition-delay: .4s;
}

/***** #price-slider ***************************************************************/
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {position: relative;}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-connects { overflow: hidden;z-index: 0;}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
.noUi-connect {
  height: 100%;
  width: 100%;
}
.noUi-origin {
  height: 10%;
  width: 10%;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}
#fn_slider_price.noUi-target {
    position: relative;
    height: 4px;
    background: #e1e8ed;
    margin: 24px 10px 24px;
    border-radius: 2px;
    border: none;
    font-family: inherit;
    color: inherit;
}
#fn_slider_price.noUi-target .noUi-handle {
    position: absolute;
    width: 18px;
    height: 18px;
    margin-left: -12px;
    top: -7px;
	border-radius: 4px;
	border: 3px solid #e1e8ed;
	background-color: #fff;
    border-color: var(--basic-company);
    cursor: pointer;
    box-shadow:none;
    transition: background-color 0.2s;
}
#fn_slider_price.noUi-target .noUi-handle::after, 
#fn_slider_price.noUi-target .noUi-handle::before {
    content: none;
}
#fn_slider_price.noUi-target .noUi-connect,
#fn_slider_price.noUi-target .noUi-handle:hover {background-color: var(--basic-company);}
#fn_slider_price.noUi-horizontal .noUi-handle {right: -10px;}



/***** #Loader amimation ********************************************************/
@-webkit-keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes anti-rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
@keyframes anti-rotate-animation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
    }
}
.fn_categories { position: relative;}
.fn_ajax_wait {
    position: absolute;
    top: 100px;
    left: 50%;
    width: 125px;
    transform: translateX(-50%);
}
.fn_ajax_wait:before,
.fn_ajax_wait:after{
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 2;
    border: 6px solid;
    border-radius: 50%;
}
.fn_ajax_wait::before{
    width: 120px;
    height: 120px;
    margin-left: -60px;
    border-left-color: transparent;
    border-top-color: var(--basic-company);
    border-right-color: var(--basic-company);
    border-bottom: transparent;
    -webkit-animation: rotate-animation 1s linear 0s infinite;
    animation: rotate-animation 1s linear 0s infinite;
}
.fn_ajax_wait::after{
    width: 80px;
    height: 80px;
    margin-top: 20px;
    margin-left: -40px;
    border-left-color: transparent;
    border-top-color: var(--basic-company);
    border-right-color: var(--basic-company);
    border-bottom: transparent;
    -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
    animation: anti-rotate-animation 0.85s linear 0s infinite;
}
.fn_skeleton_load{
    background: #fff;
    color: #222;
    box-shadow: 0 2px 5px #0000004d;
    border-radius: 3px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 16px 0;
    box-sizing: border-box;
    -webkit-box-pack: justify;
    justify-content: space-between;
    z-index: 1;
    padding: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.skeleton_load__item{
    width: 100%;
    margin: 8px 0px;
    display: flex;
    align-items: center;
    -webkit-animation-name: thumbAnime;
            animation-name: thumbAnime;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
}
.skeleton_load__item:after,
.skeleton_load__item:before{
    content: "";
    background: rgba(34,34,34,0.2); 
    border-radius: 2px;
    height: 8px;
    flex: 100% ;
    max-width: 100% ;
}
.skeleton_load__item:before{
    flex: 0 0 22px;
    max-width: 22px;
    height: 22px;
    margin-right: 8px;
}
.skeleton_load__item--1:after,
.skeleton_load__item--1:before{content: none;}
.skeleton_load__item--1{
    flex: 0 0 100%;
    max-width: 100%;
    background: rgba(34,34,34,0.8); 
    border-radius: 2px;
    height: 20px;
    margin-bottom: 20px;
}
.skeleton_load__item--2:after{
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
}
.skeleton_load__item--3:after{
    flex: 0 0 calc(100% - 80px);
    max-width: calc(100% - 80px);
}
.skeleton_load__item--4:after{
    flex: 0 0 calc(100% - 90px);
    max-width: calc(100% - 90px);
}
.skeleton_load__item--5:after{
    flex: 0 0 calc(100% - 45px);
    max-width: calc(100% - 45px);
}
.skeleton_load__item--6:after{
    flex: 0 0 calc(100% - 60px);
    max-width: calc(100% - 60px);
}
@-webkit-keyframes thumbAnime {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes thumbAnime {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0.2;
    }
    100% {
      opacity: 1;
    }
  }

/***** #Swiper **************************************************************/

  .swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-vertical > .swiper-wrapper {flex-direction: column;}
  .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
  }
  .swiper-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0);}
  .swiper-multirow > .swiper-wrapper {flex-wrap: wrap;}
  .swiper-multirow-column > .swiper-wrapper {flex-wrap: wrap;flex-direction: column;}
  .swiper-free-mode > .swiper-wrapper {transition-timing-function: ease-out;margin: 0 auto;}
  .swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
  }
  .swiper-slide-invisible-blank {visibility: hidden;}
  .swiper-autoheight, .swiper-autoheight .swiper-slide {height: auto;}
  .swiper-autoheight .swiper-wrapper {align-items: flex-start;transition-property: transform, height;}
  .swiper-3d {perspective: 1200px;}
  .swiper-3d .swiper-wrapper,
  .swiper-3d .swiper-slide,
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom,
  .swiper-3d .swiper-cube-shadow {transform-style: preserve-3d;}
  .swiper-3d .swiper-slide-shadow-left,
  .swiper-3d .swiper-slide-shadow-right,
  .swiper-3d .swiper-slide-shadow-top,
  .swiper-3d .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-3d .swiper-slide-shadow-left {background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
  .swiper-3d .swiper-slide-shadow-right {background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
  .swiper-3d .swiper-slide-shadow-top {background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
  .swiper-3d .swiper-slide-shadow-bottom {background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));}
  .swiper-css-mode > .swiper-wrapper {overflow: auto;scrollbar-width: none;-ms-overflow-style: none;}
  .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none;}
  .swiper-css-mode > .swiper-wrapper > .swiper-slide {scroll-snap-align: start start;}
  .swiper-horizontal.swiper-css-mode > .swiper-wrapper {scroll-snap-type: x mandatory;}
  .swiper-vertical.swiper-css-mode > .swiper-wrapper {scroll-snap-type: y mandatory;}
  .swiper-button-prev,
  .swiper-button-next {
    z-index: 10;
    cursor: pointer;
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: none;
    left: inherit;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #00082726;
    text-align: center;
    color: var(--body-heading);
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin: 0;
    border-radius: 3px;
    position: absolute;
    top: calc(50% - 20px);
    border: 1px solid transparent;
  }
  .swiper-button-prev svg,
  .swiper-button-next svg {
        display: block;
  }
  .swiper-button-prev svg {
    transform: rotate(180deg);
  }
  .fn_comparison_products .swiper-button-prev,
  .fn_comparison_products .swiper-button-next {
    top: 100px;
  }
  .product-page__images .swiper-button-next {
    right: 5px;
}
.product-page__images .swiper-button-prev {
    left: 5px;
}
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    border-color: var(--basic-company);
  }
  .swiper-button-prev.swiper-button-disabled,
  .swiper-button-next.swiper-button-disabled {opacity: 0.35;cursor: auto; pointer-events: none;}
  .swiper-button-prev:after,
  .swiper-button-next:after {
    font-family: swiper-icons;
    font-size: 26px;
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1;
  }
  .swiper-button-prev,.swiper-rtl .swiper-button-next {left: -5px;right: auto;}
  .swiper-button-next,.swiper-rtl .swiper-button-prev { right: -5px;left: auto;}
  .swiper-button-lock { display: none;}
  .swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled {
    display: none;
}
  .swiper-pagination {
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
    height: 8px;
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    margin: 0 auto;
    margin-top: 10px;
  }
  .swiper-pagination.swiper-pagination-hidden {display: none;}
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-horizontal > .swiper-pagination-bullets {bottom: 10px;left: 0;width: 100%;}
  /* Bullets */
  .swiper-pagination-bullets-dynamic { overflow: hidden;font-size: 0;}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {transform: scale(0.33);position: relative;}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {transform: scale(1);}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {transform: scale(1);}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {transform: scale(0.66);}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {transform: scale(0.33);}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {transform: scale(0.66);}
  .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {transform: scale(0.33);}
  .swiper-pagination-bullet {
    width: 8px;
    min-width: 8px;
    max-width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: transparent;
    border-radius: 50%;
    border: 1px solid #A3A3A3;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer;}
  .swiper-pagination-bullet-active {background: var(--button-text); border: 1px solid var(--button-text);}
  .swiper-vertical > .swiper-pagination-bullets {right: 10px;top: 50%;transform: translate3d(0px, -50%, 0);}
  .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 6px 0;display: block;}
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {top: 50%;transform: translateY(-50%);width: 8px;}
  .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {display: inline-block;transition: 200ms transform, 200ms top;}
  .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 4px;}
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {left: 50%;transform: translateX(-50%);white-space: nowrap;}
  .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms left;}
  .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {transition: 200ms transform, 200ms right;}
  .swiper-pagination-progressbar { background: rgba(0, 0, 0, 0.25);position: absolute;}
  .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--basic-company);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top;}
  .swiper-horizontal > .swiper-pagination-progressbar,
  .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-vertical > .swiper-pagination-progressbar,
  .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
  }
  .swiper-pagination-lock { display: none;}
  .swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
  }
  .swiper-horizontal > .swiper-scrollbar {
    z-index: 50;
    height: 5px;
    width: 98%;
    margin-top: 10px;
  }
  .swiper-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
  }
  .swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
  }
  .swiper-scrollbar-cursor-drag { cursor: move;}
  .swiper-scrollbar-lock { display: none;}
  .swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .swiper-zoom-container > img,
  .swiper-zoom-container > svg,
  .swiper-zoom-container > canvas {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .swiper-slide-zoomed {cursor: move;}



  .swiper-lazy-preloader {
    width:42px;
    height:42px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-21px;
    margin-top:-21px;
    z-index:10;
    transform-origin:50%;
    animation:swiper-preloader-spin 1s infinite linear;
    box-sizing:border-box;
    border:4px solid #000;
    border-radius:50%;
    border-top-color:transparent
   }
   @keyframes swiper-preloader-spin {
    100% {
     transform:rotate(360deg)
    }
   }
   .swiper .swiper-notification {
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
   }
   .swiper-fade.swiper-free-mode .swiper-slide {transition-timing-function:ease-out}
   .swiper-fade .swiper-slide {pointer-events:none;transition-property:opacity}
   .swiper-fade .swiper-slide .swiper-slide {pointer-events:none}
   .swiper-fade .swiper-slide-active,
   .swiper-fade .swiper-slide-active .swiper-slide-active {pointer-events:auto}
   .swiper-cube {overflow:visible}
   .swiper-cube .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1;
    visibility:hidden;
    transform-origin:0 0;
    width:100%;
    height:100%
   }
   .swiper-cube .swiper-slide .swiper-slide {pointer-events:none}
   .swiper-cube.swiper-rtl .swiper-slide {transform-origin:100% 0}
   .swiper-cube .swiper-slide-active,
   .swiper-cube .swiper-slide-active .swiper-slide-active {pointer-events:auto}
   .swiper-cube .swiper-slide-active,
   .swiper-cube .swiper-slide-next,
   .swiper-cube .swiper-slide-next+.swiper-slide,
   .swiper-cube .swiper-slide-prev {pointer-events:auto;visibility:visible}
   .swiper-cube .swiper-slide-shadow-bottom,
   .swiper-cube .swiper-slide-shadow-left,
   .swiper-cube .swiper-slide-shadow-right,
   .swiper-cube .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
   }
   .swiper-cube .swiper-cube-shadow {
    position:absolute;
    left:0;
    bottom:0px;
    width:100%;
    height:100%;
    background:#000;
    opacity:.6;
    -webkit-filter:blur(50px);
    filter:blur(50px);
    z-index:0
   }
   .swiper-flip {overflow:visible}
   .swiper-flip .swiper-slide {
    pointer-events:none;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden;
    z-index:1
   }
   .swiper-flip .swiper-slide .swiper-slide {pointer-events:none}
   .swiper-flip .swiper-slide-active,
   .swiper-flip .swiper-slide-active .swiper-slide-active {pointer-events:auto}
   .swiper-flip .swiper-slide-shadow-bottom,
   .swiper-flip .swiper-slide-shadow-left,
   .swiper-flip .swiper-slide-shadow-right,
   .swiper-flip .swiper-slide-shadow-top {
    z-index:0;
    -webkit-backface-visibility:hidden;
    backface-visibility:hidden
   }
/***** #Lazy load ********************************************************************/
.lazy:not(.initial) {transition: all 1s;}
.lazy.initial,
.lazy.error {opacity: 1;}
.lazy.loaded {
    -o-object-fit: cover;
    object-fit: cover;
}
.lazy {
    opacity: 1;
    transition: visibility 0.5s, opacity 0.5s, transform 0.5s !important;
}
.lazy:not(.loaded) {
    opacity: 0;
}
.lazy-bg {
    background-color: var(--bg-gray);
    background-position: 0% 0%;
    background-repeat: repeat-x;
    background-size: 120%;
}
.lazy-bg:not(.loaded) {
    animation-name: lazy-bg;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-direction: normal;
    background-image: -moz-linear-gradient(90deg, var(--bg-gray) 0%, #E3E3ED 50%, var(--bg-gray) 100%);
    background-image: -webkit-linear-gradient(90deg, var(--bg-gray) 0%, #E3E3ED 50%, var(--bg-gray) 100%);
    background-image: linear-gradient(90deg, var(--bg-gray) 0%, #E3E3ED 50%, var(--bg-gray) 100%);
}
@keyframes lazy-bg {
    0% {
        background-position: 0% 50%;
    }

    100% {
        background-position: 600% 50%;
    }
}

/***** #Reedmore *************************************************************************/
.fn_readmore + [data-readmore-toggle],
.fn_readmore[data-readmore] {
    display: block;
    width: auto;
    position: relative;
}
.fn_readmore[aria-expanded="false"]::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 8em;
    background: -moz-linear-gradient(top,#fff0 0,#fff 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(255,255,255,0)),color-stop(100%,#fff));
    background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -o-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: -ms-linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
    background: linear-gradient(top,rgba(255,255,255,0) 0,#fff 100%);
}
.fn_readmore[data-readmore] {
    transition: height 500ms;
    overflow: hidden;
    max-height: 800px;
    display: block;
    width: 100%;
}
.fn_readmore + [data-readmore-toggle]{
    margin-top: 13px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    color: var(--button-second-color);
    text-decoration-color: var(--button-second-color)!important;
    cursor: pointer;
}
.fn_readmore + [data-readmore-toggle]:hover,
.fn_readmore + [data-readmore-toggle]:focus{
    color: var(--button-second-hover);
    text-decoration-color: var(--button-second-hover);
}
.fn_readmore + [data-readmore-toggle] span{
    color: var(--button-color);
    background: transparent;
    border-color:  var(--button-color);
    border: 1px solid;
    border-radius: 3px;
    padding: 1px 30px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    transition: all .3s;
    font-weight: 500;
}
.fn_readmore + [data-readmore-toggle]:hover span{
    color: var(--button-text);
    background:var(--button-color);
    border-color:  var(--button-color);
}
.fn_social_image i:before{content: "\f0ac";}
.fn_social_image .fa-github:before{content: "\f09b";}
.fn_social_image .fa-google-plus:before{content: "\f0d5";}
.fn_social_image .fa-google:before{content: "\f1a0";}
.fn_social_image .fa-twitter:before{content: "\f099";}
.fn_social_image .fa-pinterest-p:before{content: "\f231";}
.fn_social_image .fa-odnoklassniki:before{content: "\f263";}
.fn_social_image .fa-facebook:before{content: "\f09a";}
.fn_social_image .fa-skype:before{content: "\f17e";}
.fn_social_image .fa-vk:before{content: "\f189";}
.fn_social_image .fa-whatsapp:before{content: "\f232";}
.fn_social_image .fa-youtube:before{content: "\f167";}
.fn_social_image .fa-instagram:before{content: "\f16d";}
.fn_social_image .fa-linkedin:before{content: "\f0e1";}


/***** #Categories *****************************************************************/

.categories__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin-right: -7px;
    margin-left: -7px;
    padding: 0;
    margin-top: 20px;
    margin-bottom: 0;
}
.categories__item {
    position: relative;
    width: 100%;
    padding-right: 7px;
    padding-left: 7px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.666667%;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
    margin-bottom: 15px;
}
@media only screen and (max-width : 1199px) {
    .categories__item{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media only screen and (max-width : 991px) {
    .categories__item{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media only screen and (max-width : 767px) {
    .categories__item{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.333333%;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media only screen and (max-width : 576px) {
    .categories__item{
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
.categories__link {
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 0 #0000001a, 0 0 0 #0000001a, 0 0 0 #0000001a;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    display: -ms-flexbox;
    display: flex;
    min-height: 160px;
    height: 100%;
    margin: auto;
    position: relative;
    text-decoration: none;
    padding: 10px;
    position: relative;
    transition: .3s;
    width: 100%;
    background: #fff;
}
.categories__link:hover {
    background: #fff;
    border-color: transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 5px 15px #00000059;
    -moz-box-shadow: 0 5px 15px rgba(0,0,0,0.35);
    box-shadow: 0 5px 15px #00000059;
    z-index: 3;
}
.categories__image,
.categories__no_image {
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    min-height: 100px;
}
.categories__no_image svg{
    width: 60px;
    height: 60px;
}
.categories__name {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    min-height: 40px;
    overflow: hidden;
    line-height: 1.2;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    min-height: 30px;
    margin-top: 10px; 
}
picture {
    width: 100%;
    height: 100%;
    display: block;
}
.arrows_down {
    position: absolute;
    bottom: 5vh;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 99;
    width: 130px;
    height: 70px;
    display: block;
    text-decoration: none;
    cursor: pointer;
}
.arrows_down svg {
    opacity: 1;
    width: 34px;
    height: fit-content;
    position: relative;
    display: block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: moveUpDown 2.5s infinite ease-in;
}
 
@keyframes moveUpDown {
    0% {
        transform: translate(-50%, 0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translate(-50%, 20px) scale(0);
        opacity: 0;
    }
}
.fancybox-bg {
    background: #00000066!important;
    backdrop-filter: blur(5px);
}
.section {
    padding: 80px 0;
}
.section_product {
    padding-top: 50px;
}
.section_product_bg {
    position: relative;
    padding: 50px 0;
}
.section_product_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc((100% + 154px) / 2);
    transform: translateX(calc((-100% + 154px) / 2));
    width: 100vw;
    height: 100%;
    background: var(--bg);
    z-index: -1;
}
.section_product_bg .section_product_content .block__description, .section_product_bg .section_product_content .block__description--style {
    background: transparent;
}
.section:not(.no-overflow) {
    overflow: hidden;
}
.section_bg {
    background: var(--bg);
    padding: 60px 0;
}
.section:last-of-type {
    padding-bottom: 80px;
}
.section_product:not(.section_product_bg):has(+ .section_product.section_product_bg) {
    padding-bottom: 50px;
}
.section:not(.section_bg):has(+ .section:not(.section_bg)) {
    padding-bottom: 0px;
}
.section:not(.section_bg):has(+ .section.section_bg), .section:not(.section_bg):has(+ .agroliga_section), .section:not(.section_bg):has(+ .section_feedback) {
    padding-bottom: 80px;
}
.container-bottom {
    margin-bottom: 80px;
}
.block_title {
    font-size: 40px;
    font-weight: 800;
    color: var(--body-heading);
    margin-bottom: 40px;
    line-height: 1.1;
}
.block_title.author {
    font-size: 30px;
    margin-bottom: 24px;
}
.block_title__text {
    font-size: 18px;
    font-weight: 300;
    color: var(--body-heading);
    line-height: 1.2;
    width: 100%;
}
.block_title__lines span {
    background: #fff;
    width: fit-content;
    display: block;
    position: relative;
    padding: 0 7rem;
    margin: 0 auto;
    text-align: center;
}
.block_title__lines span:after, .block_title__lines span:before {
    background: rgba(255, 255, 255, 1);
    background: -moz-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    content: '';
    display: block;
    width: 24rem;
    height: 100%;
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
}
.block_title__lines span:before {
    left: unset;
    right: 100%;
    background: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.block_title__lines {
    position: relative;
}
.block_title__lines:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #B4B4B4;
}
.block_slider {
    position: relative;
}
.categories_sg__link {
    padding: 15px;
    text-decoration: none;
    max-width: 25%;
    width: 100%;
}
.categories_sg__preview {
    padding: 16px;
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    /* height: 385px; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 16px;
}
.categories_sg__image, .categories_sg__no_image {
    /* height: 285px; */
    display: grid;
    place-items: center;
    background: #fff;
}
.categories_sg__image img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
    display: block;
    object-fit: contain!important;
}
.categories_sg__no_image svg {
    width: 40%;
    height: 40%;
    display: block;
}
.categories_sg__name {
    font-size: 20px;
    font-weight: 600;
    color: var(--second-company-text);
    text-align: center;
    line-height: 1.2;
    text-overflow: ellipsis;
    height: calc(1.2em * 2);
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.fn_categories_slide.is-centered .swiper-wrapper, .fn_categories_slide_pages.is-centered .swiper-wrapper {
    display: flex;
    justify-content: center;
}
.fn_categories_slide:not(.swiper-initialized) .swiper-wrapper, .fn_categories_slide_pages:not(.swiper-initialized) .swiper-wrapper {
    display: flex;
    justify-content: center;
}
.fn_categories_slide:not(.swiper-initialized) .swiper-slide, .fn_categories_slide_pages:not(.swiper-initialized) .swiper-slide {
    width: 25%;
}
.fn_categories_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5), .fn_categories_slide_pages:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5) {
    display: none;
}
.block_title__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
    gap: 20px;
    flex-wrap: wrap;
}
.block_title__wrap .block_title {
    margin-bottom: 0;
}
.block_title__more {
    font-size: 18px;
    font-weight: 600;
    color: var(--button-second-color);
    text-decoration: underline;
    text-decoration-color: var(--button-second-color);
    text-underline-offset: 4px;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    display: block;
}
.fn_products_slide:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.fn_products_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+5) {
    display: none;
}
.second_main_banner__wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 18px;
}
.second_main_banner__item {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    aspect-ratio: 6.4/4.4;
}
.second_main_banner__item img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.second_main_banner__link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    z-index: 1;
}
.agroliga_section {
    background: #202020;
    padding: 60px 0;
    margin-top: 70px;
    position: relative;
}
.main_pages .agroliga_section {
    margin-top: 0;
    padding-top: 85px;
}
.agroliga_bg_block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
.agroliga_bg_block .container:before {
    content: '';
    position: absolute;
    left: -500px;
    top: -500px;
    width: 1000px;
    height: auto;
    background-image: url(../images/little-ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1 / 1;
}
.agroliga_bg_block .container:after {
    content: '';
    position: absolute;
    right: -1000px;
    top: -30vh;
    width: 2000px;
    height: auto;
    background-image: url(../images/big-ellipse.png);
    background-repeat: no-repeat;
    background-size: contain;
    aspect-ratio: 1 / 1;
}
.about_page__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    max-width: 80%;
}
.agroliga__wrap {
    display: grid;
    grid-template-columns: .8fr 1fr;
    width: 100%;
    gap: 50px;
}
.about_page__wrap.two-blocks {
    display: grid;
    width: 100%;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
    max-width: 100%;
}
.agroliga__img, .about_page__img {
    position: relative;
    box-shadow: 3px 10px 57px 0px #221A00CC;
    border-radius: 5px;
    max-height: 540px;
    aspect-ratio: 16 / 13;
    width: 100%;
    background-color: #ededed;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-size: 100%; */
    /* padding: 47% 0; */
    transition: background-size .4s;
    overflow: hidden;
    transform: translate(0px, -130px);
}
.about_page__img {
    transform: none;
    box-shadow: none;
}
.main_pages .agroliga__img {
    transform: none;
}
.agroliga__img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2221204D;
}
.agroliga__img:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/agroliga-logo.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: 60%;
}
.agroliga_content, .about_page_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.agroliga_content__title {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    line-height: 1.1;
}
.main_pages .agroliga_section h1 {
    color: #fff;
}
.agroliga_content__text {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    opacity: .82;
    margin-top: 30px;
    max-height: 340px;
    overflow: hidden;
}
.main_pages .agroliga_content__text {
    max-height: 100%;
}
.readmore_button {
    font-size: 18px;
    font-weight: 600;
    color: var(--basic-company);
    text-decoration: underline!important;
    text-decoration-color: var(--basic-company)!important;
    text-underline-offset: 2px;
    margin-top: 24px;
    display: block;
    white-space: nowrap;
    width: fit-content;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.readmore_button:hover {
    text-decoration-color: transparent!important;
}
.faq__wrap .readmore_button, .article__footer .readmore_button {
    color: var(--button-second-color);
    text-decoration-color: var(--button-second-color)!important;
}
.article__footer .readmore_button {
     margin-top: 0;
}
.faq__wrap .readmore_button:hover, .article__footer .readmore_button:hover {
    color: var(--button-second-hover);
    text-decoration-color: transparent!important;
}
.main_pages .agroliga_content .readmore_button {
    display: none;
}
.achievemets_section {
    background: #322E1E;
    padding: 40px 0;
}
.achievemets__wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: nowrap;
    column-gap: 10%;
}
.achievemets__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 5px;
}
.achievemets__number {
    text-align: left;
    font-size: 50px;
    font-weight: 700;
    color: var(--basic-company);
    line-height: 1;
    white-space: nowrap;
}
.achievemets__text {
    text-align: left;
    font-size: 18px;
    font-weight: 200;
    color: #fff;
    opacity: .82;
    line-height: 1.2;
}
.about_main .block_title, .about_main .block__body, .description_wrapper {
    max-width: 70%;
}
.section_feedback, .section_about_reliable_part {
    position: relative;
    padding: 100px 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-image: url(../images/feedback-image.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section_about_reliable_part {
    background-image: url(../images/advantages-bg-opt.jpg);
}
.feedback_wrap {
    display: grid;
    grid-template-columns: 50% 40%;
    width: 100%;
    gap: 10%;
    align-items: center;
}
.section_feedback .block_title__wrap {
    margin-bottom: 40px;
}
.section_feedback::before, .section_about_reliable_part::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background: linear-gradient(90deg, rgba(16, 13, 0, 0.9) 20.03%, rgba(16, 13, 0, 0.6) 100%);
}
.section_feedback .block_title, .section_feedback .block_title__text, .feedback_contacts__ttl {
    color: #fff;
}
.section_feedback .block_title__text {
    opacity: .82;
}
.feedback_contacts__ttl {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
    line-height: 1.1;
    margin-bottom: 16px;
}
.feedback_contacts__item {
    padding: 16px 0;
    border-top: 1px solid #FFFFFF33;
    padding-left: 35px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    gap: 24px;
}
.feedback_contacts__item svg {
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 16px;
    left: 0;
    color: #fff;
}
.feedback_contacts__item span, .feedback_contacts__item a {
    width: fit-content;
    display: block;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
.feedback_contacts__item:not(.address) span, .feedback_contacts__item:not(.address) a {
    white-space: nowrap;
}
.feedback_form {
    backdrop-filter: blur(4px);
    border: 1px solid #FFFFFF4D;
    background: #151100B2;
    padding: 50px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    border-radius: 5px;
    justify-content: center;
    height: fit-content;
}
.products_list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
}
.article_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
}
.category_title {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.category_title h1 {
    margin-bottom: 0;
}
.block__annotation {
    text-align: center;
    max-width: 80%;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: rgb(42 42 42 / 60%);
    margin-bottom: 24px;
}
.category_title .block__annotation {
    margin-bottom: 0;
}
.products_container .category_title {
    align-items: self-start;
}
.products_container .block__annotation {
    text-align: left;
}
.padding-top-none {
    padding-top: 0!important;
}
.sidebar:not(.sidebar--user, .sidebar--right){
    position: fixed;
    z-index: 99992;
    top: 0;
    left: -320px;
    width: 320px;
    max-width: calc(100vw - 50px);
    height: calc(100vh - 70px);
    display: block;
    padding: 0;
    overflow-y: auto;
    transition: .3s;
    background: #fff;
}
.sidebar__header{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    width: 100%;
    transition: .3s;
    color: var(--body-heading);
    padding: 40px 16px 10px 16px;
    max-width: calc(100vw - 55px);
    row-gap: 10px;
}
.sidebar.opened{
    left: 0;
    overscroll-behavior: none;
}
.fn_features.desctop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
    gap: 24px;
    justify-content: space-between;
    width: 100%;
    padding-left: 16px;
    border-left: 1px solid var(--border-color);
}
.sidebar__header--close{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    color: var(--body-heading);
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
}
.sidebar__header--reset{
    /* -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; */
    max-width: 100%;
    width: fit-content;
    margin-left: auto;
}
.mobile_filter__reset{
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    background: transparent;
    border: none;
    height: 50px;
    color: #F73E42;
    width: 100%;
}
.mobile_filter__reset span {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    text-underline-offset: 3px;
    text-decoration: underline;
    text-decoration-color: transparent;
}
.mobile_filter__reset:hover span {
     text-decoration-color: #F73E42;
}
.mobile_filter__reset svg {
    margin-right: 8px;
    display: inline-block;
    height: 15px;
    position: relative;
    width: 15px;
}
.sidebar__boxed {
    margin-bottom: 5px;
}
.banner_blog {
    width: 100%;
    height: fit-content;
    border-radius: 5px;
    overflow: hidden;
    max-width: 300px;
}
.banner_blog img {
    width: 100%;
    height: auto;
    object-fit: contain!important;
    display: block;
}
.section_about_reliable_part h2 {
    color: #fff;
    text-align: center;
}
.about_history h2 {
    text-align: center;
}
.about_two__wrap, .about_three__wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 26px;
}
.about_three__wrap {
    grid-template-columns: repeat(3, 1fr);
}
.about_advantages__item {
    padding: 24px;
    border-radius: 5px;
    border: 1px solid #E5E9F3;
    background: var(--bg);
}
.about_advantages__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 24px;
    margin-bottom: 10px;
}
.about__img {
    max-width: 60px;
    min-width: 60px;
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
}
.about__img img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain!important;
}
.section_about_reliable_part .about__img{
    margin-bottom: 16px;
}
.about_advantages__title {
    font-size: 22px;
    font-weight: 800;
    color: var(--body-heading);
    line-height: 1;
    text-overflow: ellipsis;
    max-height: calc(1em * 2);
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-align: left;
    overflow: hidden;
    word-wrap: break-word;
    word-break: keep-all;
}
.section_about_reliable_part .about_advantages__title {
    margin-bottom: 10px;
}
.how_to_work .about_advantages__title {
    font-size: 60px;
    max-height: calc(1.2em * 1);
    -webkit-line-clamp: 1;
    line-height: 1.2;
    overflow: hidden  ;
}
.how_to_work .about_advantages__item:nth-child(odd) .about_advantages__title {
    color: var(--basic-company);
}
.about_advantages__content {
    font-size: 18px;
    font-weight: 400;
    color: var(--body-text);
    text-align: left;
    width: 100%;
}
.section_about_reliable_part .about_advantages__title,  .section_about_reliable_part .about_advantages__content, .how_to_work .about_advantages__title, .how_to_work .about_advantages__content {
    text-align: center;
}
.section_about_reliable_part .about_advantages__item {
    backdrop-filter: blur(5px);
    background: #FFFFFFED;
    padding: 30px;
    border: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    cursor: pointer;
}
.about_history__block {
    position: relative;
    padding: 60px 0;
}
.history_item__block {
    position: relative;
    gap: 80px;
    z-index: 1;
    margin-top: 50px;
}
.history_item__block:first-of-type {
    margin-top: 0;
}
.history_item {
    width: 50%;
}
.history_item__style {
    border: 1px solid #d0d0d04f;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    padding: 16px;
    display: flex;
    flex-direction: column;
    -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.3);
}
.history_title {
    font-size: 22px;
    line-height: 1.5em;
    font-weight: 800;
    color: var(--body-heading);
    top: 6px;
    position: relative;
}
.history_annotation {
    font-size: 24px;
    font-weight: 800;
    margin-bottom: 10px;
    color: var(--body-heading);
    line-height: 1.1;
}
.history_description p {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-text);
}
.t-right {
    text-align: right;
}
.t-left {
    text-align: left;
}
.block_history__arrow {
    position: absolute;
    top: 16px;
}
.block_history__arrow.ar-left {
    left: 15px;
}
.block_history__arrow.ar-right {
    right: 15px;
}
.his_arrow, .his_arrow_inner {
    position: absolute;
    display: block;
    top: 0;
    width: 10px;
    height: 15px;
    background: transparent;
    border-width: 9px 10px 9px 0;
    border-color: rgba(255, 255, 255, 0) #d0d0d04f;
    border-style: solid;
    border-width: 9px 0 9px 10px;
}
.his_arrow_inner {
    top: 0px;
    width: 12px;
    height: 15px;
    background: transparent;
    z-index: 2;
    border-color: rgba(255, 255, 255, 0) #fff;
}
.arrow-right {
    right: -25px;
    border-width: 9px 0 9px 10px;
}
.arrow-right-inner {
    right: -24px;
    border-width: 9px 0 9px 10px;
}
.arrow-left {
    left: -25px;
    border-width: 9px 10px 9px 0;
}
.arrow-left-inner {
    left: -24px;
    border-width: 9px 10px 9px 0;
}
.block_history__arrow:after {
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    background: var(--second-company);
    border-radius: 50%;
    border: 4px solid #E3E3E3;
    box-shadow: inset 0px 0px 0px 8px #fff;
    top: -16px;
    z-index: 2;
}
.block_history__arrow.dot-left:after {
    left: -79px;
}
.block_history__arrow.dot-right:after {
    right: -79px;
}
.history_line {
    height: calc(100% - 24px);
    width: 4px;
    background: #E3E3E3;
    position: absolute;
    top: 12px;
    left: calc(50% - 1px);
}
.history_line:before, .history_line:after {
    content: '';
    position: absolute;
    top: -10px;
    left: calc(50% - 6px);
    background: #E3E3E3;
    min-width: 12px;
    min-height: 12px;
    max-width: 12px;
    max-height: 12px;
    border-radius: 50%;
}
.history_line:after {
    top: unset;
    bottom: -10px;
}
.history_description {
    font-size: 14px;
    text-align: justify;
}
.his_item_wrap {
    position: relative;
}
.cart_popup {
    position: fixed;
    top: 0;
    max-height: 100vh;
    height: 100%;
    background-color: var(--bg);
    z-index: 99992;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.6);
    /* overflow-y: scroll; */
    width: 100%;
    max-width: 720px;
    right: 0px;
    transform: translate(101%);
    transition: all .3s linear;
}
.cart_popup.open {
    transform: translateX(0);
}
.cart_popup__inner {
    padding: 24px 40px;
}
.cart_popup .mobile_menu__header {
    padding: 40px 40px 10px 40px;
}
.pop_up_cart__wrap {
    min-height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.category_items_container .category_item {
   padding: 12px;
}
.category_items_container .catalog_link {
     border-radius: 5px;
    min-height: 120px;
    height: 100%;
    padding: 12px;
    position: relative;
    width: 100%;
    background: #fff;
    border: 1px solid #F1F1F1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
}
.category_items_container .category_item img {
    width: 100%;
    max-width: 100px;
    height: auto;
    aspect-ratio: 1/1;
    display: block;
    object-fit: contain!important;
}
.category_items_container .category_item .category_item__name {
    color: var(--body-text);
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    text-overflow: ellipsis;
    line-height: 1.2;
    height: calc(1.2em * 1);
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.category_items_container .category_item:focus .catalog_link {
    box-shadow: none;
    border: 1px solid var(--basic-company);
}
.category_items_container .category_item:focus .category_item__name {
    color: var(--body-heading);
}
.category_items_container {
    margin-bottom: 30px;
}
.fn_subcategory_slide:not(.swiper-initialized) .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    width: 100%;
}
.fn_subcategory_slide:not(.swiper-initialized) .swiper-wrapper .swiper-slide:nth-child(1n+8) {
    display: none;
}
.cart_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 100%;
    position: relative;
    gap: 60px;
}
.product__header_block {
    /* background-position: 100% 100%;
    background-size: cover;
    background-repeat: no-repeat; */
    width: 100%;
    height: 650px;
    position: relative;
}
.product__header_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.product__header_bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(27, 25, 15, 0.9) 2.79%, rgba(27, 25, 15, 0.3) 94.11%);
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.product__header_bg img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.product__header_container {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
}
.product__header_content {
    max-width: 70%;
}
.product__header_content h1 {
    color: #fff;
}
.product__header_features {
    padding: 20px;
    background: #FFFFFF24;
    backdrop-filter: blur(6px);
    border-radius: 5px;
}
.product__header_features__item {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    border-bottom: 1px solid #FFFFFF2E;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 1.1;
}
.product__header_features__item:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.product__header_features__name {
    font-weight: 400;
}
.product__header_features__value {
    font-weight: 600;
}
.product__header_prices_text, .product__prices_text {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    display: block;
    margin-right: 16px;
    line-height: 27px;
}
.product__prices_text {
    color: var(--body-heading);
}
.tab_top_block {
    background: #fff;
    height: 50px;
}
.tab_top_block.fixed {
    position: fixed;
    width: 100%;
    left: 0;
    top: 80px;
    z-index: 999;
    box-shadow: 0px 10px 21px 0px #000F3726;
}
.box-shadow {
    box-shadow: none !important;
}
.comments_count {
    color: #A3A3A3;
    font-weight: 400;
}
.product-page_wrap .comments_count {
    font-size: 16px;
    font-weight: 400;
    color: var(--body-heading);
    text-decoration: underline;
    text-decoration-color: var(--body-heading);
    text-underline-offset: 4px;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tab_top_block__wrap {
    gap: 20px;
}
.tab_top_block__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 50px;
    padding: 14px 0;
}
.tab_top_block__item {
    padding: 0 3px;
    color: var(--body-heading);
    font-size: 16px;
    font-weight: 700;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
}
.tab_top_block__item span {
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.tab_top_block__item:hover span, .tab_top_block__item:hover{
    color: var(--button-second-hover);
}
.tab_top_block__item.active {
    color: var(--button-second-color);
}
.tab_top_block__item.active:before {
    content: '';
    position: absolute;
    bottom: calc(-100% + 8px);
    left: 0;
    height: 3px;
    width: 100%;
    background-color: var(--button-second-color);
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    /* width: 0; */
}
/* .underline {
    position: absolute;
    bottom: calc(-100% + 8px);
    left: 0;
    height: 2px;
    background-color: var(--button-second-color);
    transition: width 0.3s ease-in-out, left 0.3s ease-in-out;
    width: 0;
} */
.tab-item {
    /* flex: 1; */
    position: relative;
    white-space: nowrap;
    padding-left: 16px;
    padding-right: 16px;
    cursor: pointer;
}
.tabs-container {
    position: relative;
    display: inline-flex;
    width: 100%;
}
.swiper-slide.tab_top_block__item {
    width: fit-content;
}
.details_boxed__deliveries {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    column-gap: 5%;
    row-gap: 24px;
    width: 100%;
}
.details_boxed__deliveries_title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    font-size: 18px;
    font-weight: 800;
    color: var(--body-text);
    margin-bottom: 16px;
    line-height: 1;
}
.details_boxed__deliveries_title .details_boxed__deliveries_icon {
    width: 27px;
    min-width: 27px;
    max-width: 27px;
    height: 27px;
    display: grid;
    place-items: center;
}
.details_boxed__deliveries_title .details_boxed__deliveries_icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.details_boxed__deliveries_content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
}
.details_boxed__deliveries_content p, .details_boxed__deliveries_content a, .details_boxed__deliveries_content span {
    font-size: 18px;
    font-weight: 400;
    color: var(--body-heading);
    margin-bottom: 10px;
    line-height: 1.1;
    text-decoration: none;
}
.details_boxed__deliveries_content a:hover {
    color: var(--button-second-hover);
}
.details_boxed__deliveries_content strong {
    font-weight: 400;
    color: #A3A3A3;
}
.product_page__category {
    padding: 12px 16px;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
    flex-wrap: nowrap;
    background: #FFFFFF66;
}
.product_page__category_text {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    color: #A3A3A3;
}
.product_page__category_values {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    column-gap: 3px;
    row-gap: 10px;
    flex-wrap: wrap;
    font-size: 18px;
    font-weight: 600;
    color: var(--body-heading);
}
.product-page__info {
    position: relative;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 280px;
    column-gap: 40px;
}
.product-page__card_mini {
    padding-top: 50px;
    height: fit-content;
}
.section_product__title {
    font-size: 28px;
    font-weight: 800;
    color: var(--body-heading);
    margin-bottom: 20px;
}
.section_product__title_wrap .section_product__title {
    margin-bottom: 0;
}
.section_product__title_wrap {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
}
.product_video__block iframe{
    border-radius: 5px;
    overflow: hidden;
    width: 100%;
    height: auto;
    aspect-ratio: 2 / 1.2;
}
.features_bold {
    font-weight: 800!important;
}
.block__description.section_product_content table {
    width: 100%;
    min-width: 500px;
    max-width: 100%;
}
.block__description.section_product_content table tr:nth-child(odd) {
    background: #F7F8F9;
}
.comments_form_wrapper .product_rating {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
    margin-bottom: 24px;
    color: var(--body-heading);
}
.rating_starOff.rating_error {
    --rating-error-outline: rgb(231, 71, 71);
    filter: drop-shadow(0px -1px 0px var(--rating-error-outline)) drop-shadow(0px 1px 0px var(--rating-error-outline)) drop-shadow(-1px 0px 0px var(--rating-error-outline)) drop-shadow(1px 0px 0px var(--rating-error-outline));
}
.product_banner_wrap {
    height: 320px;
    width: 100%;
    border: 2px solid #FFCC00;
    background: #FFFCEE;
    border-radius: 5px;
    position: relative;
}
.product_banner_img {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
}
.product_banner_img picture {
    width: fit-content;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    position: relative;
    overflow: hidden;
}
.product_banner_img picture:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(270deg, rgba(255, 252, 238, 0) 39.29%, #FFFCEE 100%);
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.product_banner_img img {
    width: auto;
    height: 100%;
    object-fit: cover;
    display: block;
}
.product_banner_content {
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 80px);
    height: calc(100% - 88px);
    margin: 44px 40px;
    max-width: 100%;
    border-left: 10px solid var(--basic-company);
    z-index: 3;
}
.product_banner_text {
    padding: 10px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 100%;
    align-items: flex-start;
    justify-content: center;
}
.product_banner_ttl {
    font-size: 22px;
    font-weight: 400;
    color: var(--body-heading);
    line-height: 1.1;
    margin-bottom: 16px;
}
.product_banner_contact {
    font-size: 30px;
    font-weight: 600;
    color: var(--body-heading);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    text-decoration: none;
}
.product_banner_contact span:not(.product_banner_icon) {
    white-space: nowrap;
}
.product_banner_contact:last-child {
    margin-bottom: 0;
}
.product_banner_icon {
    width: 38px;
    min-width: 38px;
    max-width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
}
.product_banner_icon svg {
    width: 100%;
    height: 100%;
    display: block;
}
.order_purchase_details {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 400;
    color: var(--body-heading);
}
.order_purchase_details span {
    color: var(--button-second-color);
}
.block_order_details {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #D0D5E2;
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    font-size: 18px;
    font-weight: 500;
    color: var(--body-text);
}
.block_order_details:last-child {
    padding-bottom: 0;
    border-bottom: 0;
    margin-bottom: 0;
}
.block_order_details h5, .block_order_details .h5 {
    margin-bottom: 10px;
}
.features_table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #D0D5E2;
    border-radius: 5px;
    overflow: hidden;
}
.features_table__rows {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    background: #fff;
}
.features_table__rows:nth-child(odd) {
    background: #F7F8F9;
}
.features_table__rows span {
    padding: 14px 16px;
    color: var(--body-text);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.1;
}
.features_table__rows.features_table__header span {
    color: #fff;
    font-weight: 800;
}
.features_table__rows.features_table__header {
    background: #4C555E;
}
.features_table__rows span:first-child {
    border-right: 1px solid #D0D5E2;
}
.cart_wrapper .btn {
    max-width: 100%;
}
.feedback_page__contacts_wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    gap: 26px;
}
.feedback_page_item {
    border: 1px solid #E5E9F3;
    border-radius: 5px;
    background: #F4F5F7;
    padding: 20px;
}
.feedback_page_contact_text {
    font-size: 22px;
    font-weight: 800;
    color: var(--body-heading);
    line-height: 1.1;
    margin-bottom: 16px;
}
.feedback_page_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 5px;
    margin-bottom: 12px;
}
.feedback_page_item .feedback_page_contact:last-child {
    margin-bottom: 0;
}
.feedback_page_contact:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    min-width: 27px;
    min-height: 27px;
    max-width: 27px;
    max-height: 27px;
}
.feedback_page_contact a, .feedback_page_contact p {
    padding-left: 40px;
    font-size: 18px;
    font-weight: 400;
    color: var(--body-heading);
    margin-bottom: 0;
    line-height: 1.4;
}
.feedback_page_contact a {
    white-space: nowrap;
    text-decoration: none;
}
.feedback_page_contact.phone:before {
    content: url('../images/contact-phone.svg');
}
.feedback_page_contact.email:before {
    content: url('../images/contact-email.svg');
}
.feedback_page_contact.address:before {
    content: url('../images/contact-location.svg');
}
.feedback_page_contact.skype:before {
    content: url('../images/contact-skype.svg');
}
.feedback_page__contacts_wrap .block_title__more {
    margin: 0!important;
    margin-top: 0px!important;
    color: var(--button-second-color);
    text-decoration: underline!important;
    justify-content: flex-start!important;
}
/* .map_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    gap: 26px;
}
.ya_map {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
}
.ya_map:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #0000004D;
    z-index: 2;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.ya_map iframe {
    width: 100%;
    height: 350px;
} */
 .ya_map {
    width: 100%;
    height: 500px;
 }
 .ya_map iframe {
    width: 100%;
    height: 100%;
}
.product-page__content {
    width: 100%;
}
.category_list_items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}


