/*Ui-slider CSS*/
.ui-slider {
    position: relative;
    height: 6px;
    border: 1px solid #e1e8ed;
    background-color: #e1e8ed;
    margin: 12px 10px 20px;
    border-radius: 2px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    top: -10px;
    background-color: var(--boxed-color);
    border: 1px solid var(--basic-company);
    box-shadow: inset 0 0 0 6px var(--basic-company), 0 1px 0 0 var(--basic-company);
    border-radius: 100%;
    cursor: pointer;
}
.ui-slider .ui-slider-handle.ui-state-focus,
.ui-slider .ui-slider-handle.ui-state-hover {
    background-color: var(--basic-company);
}
.ui-slider .ui-slider-range {
    position: absolute;
    background-color: var(--basic-company);
    height: 100%;
}

.fn_ajax_wait:before,
.fn_ajax_wait:after,
.slick-loading::before,
.slick-loading::after {
    content: "";
    position: absolute;
    top: 100px;
    left: 50%;
    z-index: 2;
    border-width: 4px;
    border-style: solid;
    border-radius: 50%;
}

.fn_ajax_wait::before,
.slick-loading::before {
    width: 120px;
    height: 120px;
    margin-left: -60px;
    border-color: transparent var(--basic-company) var(--basic-company) transparent;
    -webkit-animation: rotate-animation 1s linear 0s infinite;
    animation: rotate-animation 1s linear 0s infinite;
}
.fn_ajax_wait::after,
.slick-loading::after {
    width: 82px;
    height: 82px;
    margin-left: -41px;
    border-color: transparent var(--basic-company) var(--basic-company) transparent;
    -webkit-animation: anti-rotate-animation 0.85s linear 0s infinite;
    animation: anti-rotate-animation 0.85s linear 0s infinite;
}

.slick-loading::before,
.slick-loading::after {
    top: 50%;
    margin-top: -41px;
}

.slick-loading::before {
    margin-top: -60px;
}

/* COMMON CSS*/
html {
    box-sizing: border-box;
}
*,
*::before,
*::after {
    box-sizing: inherit;
}
a,
button,
input {
    -webkit-tap-highlight-color: transparent;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
p:last-child {
        margin-bottom: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: transparent;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #636c72;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: left;
}
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}
input,
button,
select,
textarea {
    line-height: inherit;
}
textarea {
    resize: vertical;
}
input[type="search"] {
    -webkit-appearance: none;
}
*:focus {
    outline: none;
}
/* Chrome/Opera/Safari */
::-webkit-input-placeholder {
    font-family: inherit;
    color: inherit;
    text-overflow: ellipsis;
    opacity: .7;
}
/* Mozilla Firefox 4 - 18 */
:-moz-placeholder {
    font-family: inherit;
    color: inherit;
    text-overflow: ellipsis;
    opacity: .7;
 }
 /* Mozilla Firefox 19+ */
::-moz-placeholder {
    font-family: inherit;
    color: inherit;
    text-overflow: ellipsis;
    opacity: .7;
}
/* IE 10+ */
:-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
    text-overflow: ellipsis;
    opacity: .7;
}
/* Edge */
::-ms-input-placeholder {
    font-family: inherit;
    color: inherit;
    text-overflow: ellipsis;
    opacity: .7;
    white-space: nowrap;
}
::placeholder {
    font-family: inherit;
    color: inherit;
    text-overflow: ellipsis;
    opacity: .7;
}
[placeholder] {
    text-overflow: ellipsis;
}
:focus::-webkit-input-placeholder {
    opacity: 0;
}
:focus::-moz-placeholder {
    opacity: 0;
}
:focus:-moz-placeholder {
    opacity: 0;
}
:focus:-ms-input-placeholder {
    opacity: 0;
}
:focus::-ms-input-placeholder {
    opacity: 0;
}
:focus::placeholder {
    opacity: 0;
}

html {
    font-family: sans-serif;
    line-height: 1.2;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}
body {
    font-family: 'gilroy';
    background-color: var(--bg);
    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: flex;
    flex-direction: column;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}

#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;
    color: var(--body-heading);
    line-height: 1.2;
    font-weight: 700;
    margin: 0 0 1.5rem;
}
h1,.h1{font-size: 32px;}
h2,.h2{font-size: 24px;}
h3,.h3{font-size: 22px;}
h4,.h4{font-size: 18px;}
h5,.h5{font-size: 16px;}
h6,.h6{font-size: 16px;}

/***** #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: 600;}
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.6;margin: 0 0 1.5rem;}
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;
}
ul {margin: 0 0 1.5rem 0}
ol{margin: 0 0 1.5rem 1rem}
ul li,
ol li {font-weight: 500;margin: 0 0 12px 0;}
ol li::marker{color: var(--basic-company);}
blockquote {
    margin: 1rem 0 1.5rem;
    color: rgb(94, 94, 94);
    padding: 20px;
    position: relative;
    background: #F4E5FF;
    font-weight: 500;
    font-size: 18px;
    font-style: italic;
    line-height: 1.3;
    width: 100%;
    max-width: 100%;
    border-radius: 16px;
}
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:after {
    content: "";
    display: table;
    clear: both;
}
.block__description--style {
    background:var(--boxed-color);
    color:var(--boxed-text);
    font-size: 16px;
    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-y: auto;
    _overflow: auto;
    margin: 0 0 1.5rem;
}
.block__description .table--responsive::-webkit-scrollbar{
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.block__description .table--responsive::-webkit-scrollbar-thumb{
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}
.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;
    border-radius: 16px;
}
.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%}
}

.block__description ul li,
.block__description ol li {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}
.block__description ul li::before {
    content: "";
    display: block;
    width: 8px;
    min-width: 8px;
    height: 8px;
    border-radius: 50rem;
    background: var(--basic-company);
}
.block__description ul li{
    list-style-type: none;
    display: flex;
    align-items: baseline;
    gap: 12px;
}
.block__description a{
    font-weight: 700;
}
.block__description p{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.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:#F4E5FF;
    color: var(--body-text);
    padding: 16px;
    border-radius: 16px;
    font-size: 16px;
    line-height: 19px;
}
.boxed_no_comments{
    display: block;
    padding: 75px 20px 75px;
    text-align: center;
}
.boxed_no_comments__icon {
    margin-bottom: 30px;
}
/***** #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;
    background-color: var(--boxed-color);
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #CFCFCF;
}
.form--boxed_cart{
    position: relative;

}
.form__header {
    text-align: center;
    position: relative;
    margin-top: 5px;
    margin-bottom: 20px;
    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;
}
.form__title {
    cursor: pointer;
    user-select: none;
    color: var(--body-text);
    overflow: hidden;
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    width: 100%;
    justify-content: center;
    margin-bottom: 24px;
}
.form__group {
    position: relative;
    margin-bottom: 16px;
}
.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-text);
    border: 1px solid #CFCFCF;
    background-color: var(--boxed-color);
    overflow: visible;
    resize: none;
    text-transform: none;
    font-family: inherit;
    line-height: 1;
    position: relative;
    border-radius: 50px;
    padding: 5px 24px;
    width: auto;
    margin: 0;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
}
.form__input{
    height: 48px;
    display: block;
    width: 100%;
}
.form__textarea {
    display: block;
    width: 100%;
    padding: 15px 24px;
    border-radius: 24px;
}
.form__input_subscribe{max-width: 324px;}
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);
}
.form__textarea.error,
.form__input.error {
    border-color: rgb(231, 71, 71);
    font-size: 14px;
}
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-webkit-input-placeholder{
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(122, 122, 122);
    font-size: 13px;
    font-weight: 400;
}
.form__placeholder{
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(122, 122, 122);
    font-size: 16px;
    font-weight: 400;
    transition: all 0.1s linear 0s;
    line-height: 1;
    pointer-events: none;
    display: table;
    position: absolute;
    left: 24px;
    top: 15px;
    z-index: 1;
    cursor: text;
}
.form__placeholder.active,
.filled .form__placeholder,
.form__placeholder--focus.valid ~ .form__placeholder,
.form__placeholder--focus.error ~ label ~ .form__placeholder,
.form__placeholder--focus.error + .form__placeholder,
.form__placeholder--focus:focus ~ .form__placeholder{
    font-size: 11px;
    font-weight: 400;
    font-style: italic;
    background: #fff;
    padding: 0 5px;
    top: -5px;
    cursor: default;
    color: #939393;
}
.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)!important;
}
.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;
}
.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__input::-moz-placeholder,
.form__input_captcha::-moz-placeholder,
.form__textarea::-moz-placeholder {color: #626262;opacity: 1}
.form__input:-ms-input-placeholder,
.form__input_captcha:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {color: #626262;}
.form__input::-webkit-input-placeholder,
.form__input_captcha::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {color: #626262;}
.form__button{
    display: block;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    user-select: none;
    text-decoration: none;
    transition: all 0.5s ease;
    border-radius: 50px;
    background: var(--basic-company);
    border: none;
    color: var(--second-company-text)!important;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    padding: 10px 24px;
    width: 100%;
    max-width: 252px;
    margin: 0 auto;
    height: 48px;
}
.form__button--border{
    background: transparent;
    border-color: rgb(127, 127, 127);
    color: var(--basic-company);
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-decoration: none;
    border-bottom: 1px solid var(--basic-company);
    transition: all .5s ease;
}
.form__button--border:hover{
    border-bottom: 1px solid transparent;
}
.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;}
.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 {
    height: 20px;
    width: 20px;
    min-width: 20px;
    border: 2px solid var(--body-text);
    border-radius: 50rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.checkbox__icon:before{
    content: "";
    display: block;
    background: transparent;
    width: 9px;
    height: 9px;
    min-width: 9px;
    border-radius: 50rem;
}
.checkbox.active .checkbox__icon:before{
    background: var(--basic-company);
}
.checkbox.active .checkbox__icon {
    border-color: var(--basic-company);
}
.checkbox__input:focus .checkbox__icon{border-color: var(--basic-company);}
.checkbox__input:disabled + * .checkbox__mark{border-color: #dbdbdb;}
.change_pass,
.password_remind{
    position: relative;
    display: flex;
    cursor: pointer;
    width: 100%;
    text-align: left;
    background: transparent;
    text-decoration: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid var(--basic-company);
    transition: all .5s ease;
    width: max-content;
    color: var(--basic-company);
}
.view_password{
    display: block;
    width: 24px;
    height: 24px;
    min-width: 24px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
    transition: all .5s ease;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.0023 15.5769C13.1354 15.5769 14.0977 15.1803 14.8894 14.3871C15.6811 13.5939 16.0769 12.6308 16.0769 11.4977C16.0769 10.3646 15.6803 9.40224 14.8872 8.61058C14.094 7.81891 13.1308 7.42308 11.9977 7.42308C10.8647 7.42308 9.90228 7.81966 9.11061 8.61282C8.31895 9.40601 7.92311 10.3692 7.92311 11.5023C7.92311 12.6353 8.3197 13.5977 9.11286 14.3894C9.90605 15.181 10.8692 15.5769 12.0023 15.5769ZM12 14.2C11.25 14.2 10.6125 13.9375 10.0875 13.4125C9.56251 12.8875 9.30001 12.25 9.30001 11.5C9.30001 10.75 9.56251 10.1125 10.0875 9.58748C10.6125 9.06248 11.25 8.79998 12 8.79998C12.75 8.79998 13.3875 9.06248 13.9125 9.58748C14.4375 10.1125 14.7 10.75 14.7 11.5C14.7 12.25 14.4375 12.8875 13.9125 13.4125C13.3875 13.9375 12.75 14.2 12 14.2ZM12.0014 18.5C9.70177 18.5 7.60645 17.8657 5.71541 16.5971C3.8244 15.3285 2.4321 13.6295 1.53851 11.5C2.4321 9.37049 3.82395 7.67146 5.71406 6.40288C7.60416 5.13429 9.69902 4.5 11.9986 4.5C14.2983 4.5 16.3936 5.13429 18.2846 6.40288C20.1756 7.67146 21.5679 9.37049 22.4615 11.5C21.5679 13.6295 20.1761 15.3285 18.286 16.5971C16.3959 17.8657 14.301 18.5 12.0014 18.5ZM12 17C13.8833 17 15.6125 16.5041 17.1875 15.5125C18.7625 14.5208 19.9667 13.1833 20.8 11.5C19.9667 9.81664 18.7625 8.47914 17.1875 7.48748C15.6125 6.49581 13.8833 5.99998 12 5.99998C10.1167 5.99998 8.38751 6.49581 6.81251 7.48748C5.23751 8.47914 4.03335 9.81664 3.20001 11.5C4.03335 13.1833 5.23751 14.5208 6.81251 15.5125C8.38751 16.5041 10.1167 17 12 17Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.view_password:hover{
    opacity: .7;
}
.view_password.active{
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.7731 12.9731L14.6501 11.85C14.8001 11.0218 14.5639 10.2773 13.9414 9.61639C13.319 8.95549 12.5552 8.70004 11.6501 8.85004L10.527 7.72699C10.7527 7.62571 10.9841 7.54975 11.2212 7.49912C11.4584 7.44847 11.718 7.42314 12.0001 7.42314C13.1347 7.42314 14.0978 7.81898 14.8895 8.61064C15.6811 9.40231 16.077 10.3654 16.077 11.5C16.077 11.7821 16.0517 12.0449 16.001 12.2885C15.9504 12.5321 15.8744 12.7603 15.7731 12.9731ZM18.9539 16.0846L17.8501 15.05C18.4834 14.5667 19.0459 14.0375 19.5376 13.4625C20.0292 12.8875 20.4501 12.2334 20.8001 11.5C19.9667 9.81671 18.7709 8.47921 17.2126 7.48754C15.6542 6.49588 13.9167 6.00004 12.0001 6.00004C11.5167 6.00004 11.0417 6.03338 10.5751 6.10004C10.1084 6.16671 9.65007 6.26671 9.20007 6.40004L8.03472 5.23469C8.66677 4.98341 9.31228 4.79815 9.97125 4.67892C10.6302 4.55969 11.3065 4.50007 12.0001 4.50007C14.3437 4.50007 16.4571 5.14622 18.3404 6.43852C20.2238 7.73083 21.5975 9.41801 22.4616 11.5C22.0911 12.3936 21.6125 13.2276 21.026 14.0019C20.4395 14.7763 19.7488 15.4705 18.9539 16.0846ZM19.7616 21.8692L15.7155 17.8538C15.2027 18.0436 14.6344 18.1987 14.0107 18.3192C13.3869 18.4398 12.7167 18.5 12.0001 18.5C9.65009 18.5 7.53664 17.8539 5.65972 16.5616C3.78281 15.2693 2.40909 13.5821 1.53857 11.5C1.90781 10.6167 2.38473 9.79267 2.96935 9.02792C3.55397 8.26318 4.19756 7.60005 4.90012 7.03852L2.13087 4.23852L3.18472 3.18469L20.8154 20.8154L19.7616 21.8692ZM5.95395 8.09232C5.42575 8.51283 4.91197 9.01829 4.4126 9.60869C3.91323 10.1991 3.50906 10.8295 3.20007 11.5C4.03341 13.1834 5.22924 14.5209 6.78757 15.5125C8.34591 16.5042 10.0834 17 12.0001 17C12.4552 17 12.9084 16.9616 13.3597 16.8846C13.811 16.8077 14.1937 16.7282 14.5078 16.6462L13.2424 15.35C13.0719 15.4192 12.8744 15.4744 12.6501 15.5154C12.4257 15.5564 12.2091 15.5769 12.0001 15.5769C10.8655 15.5769 9.90234 15.1811 9.11067 14.3894C8.31901 13.5978 7.92317 12.6346 7.92317 11.5C7.92317 11.2975 7.94369 11.0856 7.98472 10.8645C8.02576 10.6433 8.08088 10.4411 8.1501 10.2577L5.95395 8.09232Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.form__group_password {
    position: relative;
}
.form_input_password{
    padding-right: 48px!important;
}
.password_remind{
    margin: 24px 0;
}
.change_pass:hover,
.password_remind:hover{
    border-bottom: 1px solid transparent;
}
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 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.subscribe_already_registered {
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    display: block;
    margin-bottom: 16px;
}
.subscribe_already_registered_text {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 24px;
    text-align: center;
}
.fn_subscribe_error,
.fn_subscribe_success{
    border-radius: 16px!important;
    /* padding: 40px!important; */
}
/***** #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: all .5s ease;
}
.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{
    -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%;
    height: 100%;
    justify-content: center;
}
.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 {
    position: relative;
    padding: 0;
    margin-bottom: 0;
    height: 100%;
}
.menu_group--header .menu_group__list{
    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;
}
.menu_group--header .menu_eventer .menu_group__list--2{
    border-radius: 3px;
    display: none;
    left: -2px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    width: auto;
    background: rgb(255, 255, 255);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: var(--body-text);
}
.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;
    color: var(--body-text);
}
.menu_group--header .menu_group__link{
    padding: 10px;
    font-size: 16px;
    text-decoration: none;
    color: var(--body-text);
    font-weight: 500;
    position: relative;
    cursor: pointer;
    line-height: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
    transition: all .5s ease;
}
.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;
}
.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: 20px;
}
.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;
    margin-bottom: 0;
}
.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;
    text-decoration: none;
    padding: 16px 40px;
    min-height: 56px;
    height: inherit;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: var(--body-text);
    border-top: 1px solid #E4E4E4;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all .5s ease;
}
.tabs__navigation--user .tabs__link:hover{
    color: var(--basic-company);
    background-color: #F4E5FF;
}
.tabs__navigation--user .tabs__link:hover .header_informers__link {color: var(--basic-company);}
.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);
    background-color: #F4E5FF;
}
.tabs__content {
    overflow: hidden;
    background: var(--boxed-color);
}
.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;
    font-size: 16px;
}
.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: var(--basic-company);
    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: 40px!important;
    border-radius: 16px;
    box-shadow: inset 0 0 6px #0000004d;
    max-width: 500px!important;
    width: 100%;
    text-align: center!important;
}
.popup_bg {
    color: var(--second-company-text)!important;
    background: linear-gradient(to right, #F4E5FF, var(--basic-company))!important;
}
.popup__heading{
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    font-weight: 600;
    font-size: 18px;
    user-select: none;
    padding: 0;
    color: var(--body-text);
    background: var(--boxed-color);
    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: 14px;
    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: 16px;
    overflow: hidden;
    transform: translateY(-80px);
    transition: all .5s;
}
.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;
}
.popup_animated.fancybox-content{
    padding: 40px!important;
}

/***** #Autocomplete ************************************************************/
.autocomplete-suggestions {
    background-color: var(--boxed-color);
    overflow: hidden;
    overflow-y: auto;
    box-shadow: 0px 4px 25px 0px #00000026;
    display: block;
    top: 100%;
    border-left: none;
    border-bottom: none;
    border-radius: 16px;
    padding: 0 16px;
    width: 100%!important;
    margin-top: 16px;
}
.autocomplete-suggestion {
    display: flex;
    align-items: center;
    width: 100%;
    line-height: 18px;
    font-size: 14px;
    font-weight: 400;
    color: var(--body-text);
    border-bottom: 1px solid #E4E4E4;
    padding: 16px 0;
}
.autocomplete-suggestions strong {
    font-weight: 700;
    color: var(--basic-company);
}
.autocomplete-suggestion .div_image, .product_categories_img {width: 40px !important; min-width: 40px!important; height: 40px; text-align: center; border: 1px solid #DEDEDE; border-radius: 8px;}
.autocomplete-suggestion .div_image  img{height: 100%;}
.autocomplete-suggestion .div_image,
.autocomplete-suggestions span,
.autocomplete-suggestions a {
    padding: .152rem .3rem;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    color: var(--body-text);
}
.autocomplete-suggestions span {
    white-space: nowrap;
    text-align: right;
    padding-right: 10px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
    border-left: none;
    margin-right: 0;
    margin-left: auto;
}
.autocomplete-suggestion {cursor: pointer;}
.autocomplete-suggestions::-webkit-scrollbar {
    width: 10px;
}
.autocomplete-suggestions::-webkit-scrollbar-thumb {
    background: #a3a3a3;
    border-radius: 16px;
}
.autocomplete-suggestions::-webkit-scrollbar-track{
    border-radius: 16px;
    background: #D9D9D9;
}
.autocomplete-suggestions a{
    padding-left: 12px;
    line-height: 18px;
    font-size: 14px;
}
.search_category_title {
    font-size: 16px!important;
    font-weight: 700!important;
    line-height: 20px!important;
    padding: 16px 0 0!important;
}
.autocomplete-suggestion .div_image.category_image,
.product_categories_img{
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M8.69225 10.5H5.30775C4.80258 10.5 4.375 10.325 4.025 9.975C3.675 9.625 3.5 9.19742 3.5 8.69225V5.30775C3.5 4.80258 3.675 4.375 4.025 4.025C4.375 3.675 4.80258 3.5 5.30775 3.5H8.69225C9.19742 3.5 9.625 3.675 9.975 4.025C10.325 4.375 10.5 4.80258 10.5 5.30775V8.69225C10.5 9.19742 10.325 9.625 9.975 9.975C9.625 10.325 9.19742 10.5 8.69225 10.5ZM5.30775 9H8.69225C8.78208 9 8.85583 8.97117 8.9135 8.9135C8.97117 8.85583 9 8.78208 9 8.69225V5.30775C9 5.21792 8.97117 5.14417 8.9135 5.0865C8.85583 5.02883 8.78208 5 8.69225 5H5.30775C5.21792 5 5.14417 5.02883 5.0865 5.0865C5.02883 5.14417 5 5.21792 5 5.30775V8.69225C5 8.78208 5.02883 8.85583 5.0865 8.9135C5.14417 8.97117 5.21792 9 5.30775 9ZM8.69225 20.5H5.30775C4.80258 20.5 4.375 20.325 4.025 19.975C3.675 19.625 3.5 19.1974 3.5 18.6923V15.3077C3.5 14.8026 3.675 14.375 4.025 14.025C4.375 13.675 4.80258 13.5 5.30775 13.5H8.69225C9.19742 13.5 9.625 13.675 9.975 14.025C10.325 14.375 10.5 14.8026 10.5 15.3077V18.6923C10.5 19.1974 10.325 19.625 9.975 19.975C9.625 20.325 9.19742 20.5 8.69225 20.5ZM5.30775 19H8.69225C8.78208 19 8.85583 18.9712 8.9135 18.9135C8.97117 18.8558 9 18.7821 9 18.6923V15.3077C9 15.2179 8.97117 15.1442 8.9135 15.0865C8.85583 15.0288 8.78208 15 8.69225 15H5.30775C5.21792 15 5.14417 15.0288 5.0865 15.0865C5.02883 15.1442 5 15.2179 5 15.3077V18.6923C5 18.7821 5.02883 18.8558 5.0865 18.9135C5.14417 18.9712 5.21792 19 5.30775 19ZM18.6923 10.5H15.3077C14.8026 10.5 14.375 10.325 14.025 9.975C13.675 9.625 13.5 9.19742 13.5 8.69225V5.30775C13.5 4.80258 13.675 4.375 14.025 4.025C14.375 3.675 14.8026 3.5 15.3077 3.5H18.6923C19.1974 3.5 19.625 3.675 19.975 4.025C20.325 4.375 20.5 4.80258 20.5 5.30775V8.69225C20.5 9.19742 20.325 9.625 19.975 9.975C19.625 10.325 19.1974 10.5 18.6923 10.5ZM15.3077 9H18.6923C18.7821 9 18.8558 8.97117 18.9135 8.9135C18.9712 8.85583 19 8.78208 19 8.69225V5.30775C19 5.21792 18.9712 5.14417 18.9135 5.0865C18.8558 5.02883 18.7821 5 18.6923 5H15.3077C15.2179 5 15.1442 5.02883 15.0865 5.0865C15.0288 5.14417 15 5.21792 15 5.30775V8.69225C15 8.78208 15.0288 8.85583 15.0865 8.9135C15.1442 8.97117 15.2179 9 15.3077 9ZM18.6923 20.5H15.3077C14.8026 20.5 14.375 20.325 14.025 19.975C13.675 19.625 13.5 19.1974 13.5 18.6923V15.3077C13.5 14.8026 13.675 14.375 14.025 14.025C14.375 13.675 14.8026 13.5 15.3077 13.5H18.6923C19.1974 13.5 19.625 13.675 19.975 14.025C20.325 14.375 20.5 14.8026 20.5 15.3077V18.6923C20.5 19.1974 20.325 19.625 19.975 19.975C19.625 20.325 19.1974 20.5 18.6923 20.5ZM15.3077 19H18.6923C18.7821 19 18.8558 18.9712 18.9135 18.9135C18.9712 18.8558 19 18.7821 19 18.6923V15.3077C19 15.2179 18.9712 15.1442 18.9135 15.0865C18.8558 15.0288 18.7821 15 18.6923 15H15.3077C15.2179 15 15.1442 15.0288 15.0865 15.0865C15.0288 15.1442 15 15.2179 15 15.3077V18.6923C15 18.7821 15.0288 18.8558 15.0865 18.9135C15.1442 18.9712 15.2179 19 15.3077 19Z' fill='%231F1F22'/%3E%3C/svg%3E");
}
.search_result_list{
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 16px;
    margin-bottom: 48px;
}
.product_categories_link {
    display: flex;
    align-items: center;
    gap: 10px;
    width: max-content;
    text-decoration: none;
    color: var(--body-text);
    font-size: 16px;
}

/***** #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: 5px solid var(--basic-company);
    border-left: 5px solid transparent;
    border-bottom: 5px solid 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: 5px solid var(--basic-company);
    border-left: 5px solid transparent;
    border-bottom: 5px solid 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;
    }
  }
/* LAZY LOADING [START] */
.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%;
    }
}
/* LAZY LOADING [END] */

/* SWIPER 11.0.3 [START] */
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.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-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.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-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(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,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(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,.5),rgba(0,0,0,0))}.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%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:1;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.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(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-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,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));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-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-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>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.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{pointer-events:auto}.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-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.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-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* SWIPER 11.0.3 [END] */

/***** #Reedmore *************************************************************************/
.fn_readmore + [data-readmore-toggle],
.fn_readmore[data-readmore] {
    display: inline-block;
    width: auto;
    position: relative;
}
.fn_readmore[aria-expanded="false"]::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4em;
    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: 260px;
    display: block;
    width: 100%;
}
.fn_readmore + [data-readmore-toggle]{
    margin-top: 14px;
    text-decoration: none;
    transition: all .5s ease;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    border-bottom: 1px solid var(--basic-company);
}
.fn_readmore + [data-readmore-toggle]:hover,
.fn_readmore + [data-readmore-toggle]:focus{
    color: var(--basic-company);
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
.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";}