@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 {
    font-family: "Gothic A1", sans-serif;;
    background-color: var(--bg);
    color: #414141;
    font-size: 16px;
    font-weight: 400;
    position: relative;
    line-height: 1.3;
    min-height: 100%;
    max-width: 100%;
    min-width: 320px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: flex;
    flex-direction: column;
    overflow-x: hidden
}

#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: 500;
    margin: 0 0 1.5rem;
}
h1,.h1{font-size: 50px; color: var(--basic-company-text); font-weight: 700}
h2,.h2{font-size: 37px;color: var(--basic-company-text);  font-weight: 700}
h3,.h3{font-size: 30px; font-weight: 700}
h4,.h4{font-size: 18px; font-weight: 700}
h5,.h5{font-size: 20px;}
h6,.h6{font-size: 18px;}

/***** #Links ***************************************************************/
a {
    color: var(--basic-company);
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    transition: all 0.3s ease-out;
}
.tooltip a:hover,
a:hover{
    color: #fff;
    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.5;margin: 0 0 20px;}
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;}
ol li,
ul li {font-weight: 500;margin: 0 0 1rem 0;}
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";}

/***** #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 #dbdbdb;
    border-radius: 3px;
}
.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;
}
.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: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
}
.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: 500;
    font-family: inherit;
    font-size: 15px;
}

.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%;}
}
/***** #Form  *************************************************************/

.form{ position: relative;}
.form--boxed{
    position: relative;
    background-color: var(--boxed-color);
    padding: 20px;
    border-radius: 4px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.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: center;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0px;
    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;
    font-weight: 700;
    font-size: 30px;
    user-select: none;
    color: #414141;
    background: rgb(255, 255, 255);
    overflow: hidden;
    position: relative;
    line-height: 1.2;
    z-index: 2;
    margin: 0 0 30px;
    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__title svg {
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.form__group {
    position: relative;
    margin-bottom: 14px;
}
.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 #ECD2D2;
    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: 13px 20px;
    width: auto;
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.form__input{
    height: 50px;
    display: block;
    width: 100%;
}
.form__textarea {
    display: block;
    width: 100%;
    padding: 13px 20px;
    resize: vertical;
    height: 130px;
    border-radius: 10px
}
.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 #DA8F8D;
}
.form__textarea.error,
.form__input.error {
    border-color: rgb(255, 0, 0);
    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{
    font-family: inherit;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: rgb(122, 122, 122);
    font-size: 12px;
    font-weight: 500;
    transition: all 0.1s linear 0s;
    line-height: 1;
    pointer-events: none;
    display: table;
    position: absolute;
    left: 15px;
    top: 15px;
    z-index: 1;
    cursor: text;
}
: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: 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);
}
.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__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;
    color: var(--button-second-text);
    background-color: var(--button-second-color);
    border: 1px solid;
    border-color: var(--button-second-color);
    text-align: center;
    white-space: nowrap;
    border-radius: 3px;
    height: 40px;
    line-height: 38px;
    font-weight: 600;
    cursor: pointer;
    user-select: none;
    padding: 0 20px;
    font-size: 12px;
    font-family: inherit;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.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__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 {
    border: 1px solid #dbdbdb;
    display: block;
    height: 22px;
    position: absolute;
    left: 0;
    top: 0;
    width: 22px;
    border-radius: 3px;
}
.checkbox.active .checkbox__icon {
    border-color: var(--basic-company);
}
.checkbox.active .checkbox__mark,
.checkbox__input:checked + * .checkbox__mark{
    stroke: var(--basic-company);
    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:focus .checkbox__icon{border-color: var(--basic-company);}
.checkbox__input:disabled + * .checkbox__mark{border-color: #dbdbdb;}

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: all .3s ease-out;
}
.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%;
}
.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;
}
.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: 5px;
    display: none;
    left: 0;
    padding: 10px 0;
    position: absolute;
    top: 80%;
    width: auto;
    background: #f8f8f8;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    color: #fff;
    opacity: 1;
    visibility: visible;
    transition: all .3s ease-out;
    z-index: 1
}
.menu_group--header .menu_eventer .menu_group__list--3{
    display: none;
}
.menu_group--header .menu_group__item--2 .menu_group__link {
    padding: 8px 16px;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--basic-company-text);
}
.menu_group--header .menu_group__link{
    padding: 32px 30px;
    font-size: 16px;
    text-decoration: none;
    color: var(--basic-company-text);
    font-weight: 400;
    position: relative;
    cursor: pointer;
    line-height: 1.5;
}
.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(--basic-company);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.menu_group__link span {
    position: relative
}
.menu_group__link span::after {
    position: absolute;
    content: '';
    width: 0px;
    height: 1px;
    color: var(--second-company-text);
    transition: all .3s ease-out
}
.menu_group__link:hover span::after {
    width: 100%
}
.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: 16px;
}
.menu_group--footer .menu_group__link{
    text-decoration: none;
    color: #414141;
    font-weight: 500;
    font-size: 16px;
    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;
}

/***** #Popup ****************************************************************/
.popup {
    padding: 60px 50px!important;
    border-radius: 20px;
    box-shadow: inset 0 0 6px #0000004d;
    max-width: 530px!important;
    width: 100%;
    text-align: center!important;
}
.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: 700;
    font-size: 30px;
    user-select: none;
    padding: 0;
    /* background: #fff; */
    overflow: hidden;
    z-index: 2;
    text-align: center;
    margin: 0 auto 16px;
    -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: 30px;
    font-weight: 400;
    font-size: 16px;
    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: 20px;
    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;
}

/***** #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 **************************************************************/
@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') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
  }
  .swiper-container-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-container-android .swiper-slide, .swiper-wrapper { transform: translate3d(0px, 0, 0);}
  .swiper-container-multirow > .swiper-wrapper {flex-wrap: wrap;}
  .swiper-container-multirow-column > .swiper-wrapper {flex-wrap: wrap;flex-direction: column;}
  .swiper-container-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-container-autoheight, .swiper-container-autoheight .swiper-slide {height: auto;}
  .swiper-container-autoheight .swiper-wrapper {align-items: flex-start;transition-property: transform, height;}
  .swiper-container-css-mode > .swiper-wrapper {overflow: auto;scrollbar-width: none;-ms-overflow-style: none;}
  .swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar { display: none;}
  .swiper-container-css-mode > .swiper-wrapper > .swiper-slide {scroll-snap-align: start start;}
  .swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {scroll-snap-type: x mandatory;}
  .swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {scroll-snap-type: y mandatory;}
  .swiper-button-prev,
  .swiper-button-next {
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 60px;
    padding: 0;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    outline: none;
    left: inherit;
    background: rgba(0,0,0,.5);
    text-align: center;
    color: rgb(238, 238, 238);
    transition: all .2s ease-in-out 0s;
    margin: 0;
    border-radius: 3px;
    position: absolute;
    top: calc(50% - 30px);
  }
  .swiper-button-prev:hover,
  .swiper-button-next:hover {
    background: rgba(0,0,0,.9);
  }
  .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-container-rtl .swiper-button-next {left: 10px;right: auto;}
  .swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after {content: 'prev';}
  .swiper-button-next,.swiper-container-rtl .swiper-button-prev { right: 10px;left: auto;}
  .swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after {content: 'next';}
  .swiper-button-lock { display: none;}
  .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 300ms opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
  }
  .swiper-pagination.swiper-pagination-hidden {opacity: 0;}
  /* Common Styles */
  .swiper-pagination-fraction,
  .swiper-pagination-custom,
  .swiper-container-horizontal > .swiper-pagination-bullets {bottom: 0;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: 10px;
    height: 10px;
    display: inline-block;
    border-radius: 100%;
    background: #CA4A4766;
    -webkit-backface-visibility: visible;
    transition: all .3s ease-out;
    border-radius: 100%;
  }
  button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .pagination_main2.swiper-pagination-bullets {width: 15%; left: auto; right: 0; bottom: 50%; transform: rotate(90deg)}
  .pagination_main2 .swiper-pagination-bullet {background: #EB622A80;}
  .pagination_main2 .swiper-pagination-bullet-active{background: var(--basic-company-text);}
  .swiper-pagination-clickable .swiper-pagination-bullet {cursor: pointer;}
  .swiper-pagination-bullet-active {background: var(--basic-company); border-radius: 20px; height: 6px; width: 30px; margin: 2px 4px!important}
  .swiper-container-vertical > .swiper-pagination-bullets {right: 10px;top: 50%;transform: translate3d(0px, -50%, 0);}
  .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 6px 0;display: block;}
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {top: 50%;transform: translateY(-50%);width: 8px;}
  .swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {display: inline-block;transition: 200ms transform, 200ms top;}
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {margin: 0 4px;}
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {left: 50%;transform: translateX(-50%);white-space: nowrap;}
  .swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { transition: 200ms transform, 200ms left;}
  .swiper-container-horizontal.swiper-container-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-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { transform-origin: right top;}
  .swiper-container-horizontal > .swiper-pagination-progressbar,
  .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
  }
  .swiper-container-vertical > .swiper-pagination-progressbar,
  .swiper-container-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-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
  }
  .swiper-container-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-container .swiper-notification {
    position:absolute;
    left:0;
    top:0;
    pointer-events:none;
    opacity:0;
    z-index:-1000
   }
/***** #Lazy load ********************************************************************/
.lazy:not(.initial) {transition: opacity 1s;}
.lazy.initial,
.lazy.loaded,
.lazy.error {opacity: 1;}

/***** #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: 280px;
    display: block;
    width: 100%;
    min-height: 280px;
}
.about2_bl .fn_readmore[data-readmore] {
    max-height: 240px;
    min-height: 240px
}
.about2_bl .fn_readmore[aria-expanded="false"]::after {
    display: none
}
.fn_readmore + [data-readmore-toggle]{
    margin-top: 30px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 700;
    color: var(--basic-company);
    border-bottom: 1px solid;
    width: fit-content;
    position: relative;
    line-height: 1.1;
}
.fn_readmore + [data-readmore-toggle]:hover,
.fn_readmore + [data-readmore-toggle]:focus{
    color: #414141;
    text-decoration: none;
}
.fn_readmore + [data-readmore-toggle] span{
    color: var(--basic-company);
    background: transparent;
    border-color:  var(--basic-company);
    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";}
.left_about_us1{
    width: 50%;
    position: relative
}

.about_us1_image, .why_we1_image {
    position: relative
}
.about_us1_image::after, .why_we1_image::after {
    content: '';
    position: absolute;
    z-index: 0;
    width: 100%;
    top: -12%;
    right: 15px;
    border-radius: 30px;
    max-width: 500px;
    height: 540px;
    border: 15px solid var(--basic-company);
    display: block;
    animation: flipInY;
    animation-duration: 1s;
}

.about_us1_image picture , .why_we1_image picture{
    position: relative;
    z-index: 1;
    display: block;
    border: 15px solid #fff;
    border-radius: 15px;
    background: #fff;
    height: fit-content;
    width: fit-content
}

.about_us1_image img, .why_we1_image img {
    width: 100%;
    height: auto;
    max-width: 550px;
    border-radius: 15px
}

.right_about_us1 {
    position: sticky;
    top: 100px;
    width: 46%
}

.background_block {
    background-color: #F8F8F8;
    margin: 85px 0 100px;
    padding: 70px 0
}
.our_work1_title, .join_us1_title, .join_us2_title {
    font-size: 30px;
    font-weight: 700;
    color: #414141;
    margin-bottom: 20px;
}
.why2_adv_item {
    padding: 16px;
    border-radius: 5px;
    gap: 16px;
    transition: all .3s ease-out;
    box-shadow: 0px 3px 19px 0px #10003F14;
    width: 25%;
    background: #FFFFFF;
}
.why2_adv_annotation ul {
    margin: 0;
    list-style: none;
}
.why2_adv_annotation li {
    line-height: 20px;
    margin-bottom: 10px;
    display: flex;
    align-items: flex-start;
    gap: 6px
}
.why2_adv_annotation li::before {
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: var(--basic-company);
    flex-shrink: 0;
    margin: 7px;
}
.why1_adv_title {
    font-size: 20px;
    font-weight: 700;
    transition: all .3s ease-out
}
.about_us1_btn::after, .our_work2_btn::after {
    content:'';
    width: 100%;
    height: 1px;
    background-color: var(--second-company-text);
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease-out
}
.why2_adv_icon {
    width: 60px;
    height: 60px;
    transition: all .3s ease-out
}
.why2_adv_icon svg {
    color: var(--basic-company)
}
.why_we1_image::after {
    right: 120px
}
.contact_container {
    max-width: 900px
}
.contact_block {
    position: relative
}
.contacts_grid {
    display: flex;
    flex-direction: column;
    gap: 16px;
    width: 34%;
    position: absolute;
    left: 0px;
    z-index: 10
}
.contact_bl_item {
    box-shadow: 0px 5px 8px 0px #001D580D;
    border: 1px solid var(--basic-company);
    border-radius: 10px;
    padding: 20px;
    background-color: #fff;
}
.contacts_item_top {
    margin-bottom: 12px;
    gap: 8px
}
.contact_bl_item svg {
    color: var(--basic-company);
    width: 40px;
    height: 40px
}
.contacts_ttl {
    /* font-size: 22px; */
    font-size: 18px;
    font-weight: 600;
}
.contacts_content {
    font-weight: 600;
}
.contacts_content a, .contacts2_content a {
    color: #414141;
    font-size: 16px;
    font-weight: 600;
    transition: all .3s ease-out
}
.contacts2_content a:hover{
    color: var(--basic-company-text)
}
.form_contacts {
    width: 75%;
    background: #FCF4F4;
    border: 1px solid var(--basic-company);
    border-radius: 10px;
    padding: 50px 100px 50px 165px;
    position: relative;
    z-index: 0;
}
.contacts_form_desc {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 24px;
}
.form_footer {
    padding-top: 6px;
}
.form_button {
    position: relative;
    border-radius: 5px;
    background-color: var(--basic-company);
    color: #fff;
    height: 50px;
    padding: 0 90px;
    width: 100%;
    border: 1px solid var(--basic-company);
    cursor: pointer;
    transition: all .3s ease-out
}
.contacts_social {
    position: absolute;
    right: -25px;
    top: calc(50% - 88px);
    gap: 18px
}
.social_item {
    border-radius: 6px;
    background: #fff;
    padding: 6px;
}
.social__link svg {
    color: #fff
}
.block_advantages2, .block_advantages2 > .container {
    position: relative;
}
.block_advantages2 > .container {
    max-width: 960px
}
.block_advantages2 .banner_advantages {
    margin-bottom: -15px;
    position: absolute;
    width: 100%;
    bottom: -18px;
    z-index: 10;
    gap: 26px
}
.block_advantages2 .banner_advantages__item {
    border: 1px solid #fff;
    background: #10120A;
    border-radius: 20px;
    padding: 16px 10px;
    margin-bottom: 0;
    width: 25%;
}
.padding-block2 {
    padding: 120px 0 110px
}
.about_us2_image img {
    border: 6px solid #FFFFFF;
    border-radius: 100%;
    width: 550px;
    height: 550px;
    object-fit: cover;
}
.about_us2_title {
    color: var(--basic-company-text)
}
.our_mission_item {
    padding: 50px 60px 50px 30px;
    border: 2px solid #FFFFFF;
    border-radius: 50px;
    color: #fff;
    width: 36%;
    max-width: 480px;
    justify-content: space-between;
}
.our_mission_block {
    position: relative;
    margin-top: 50px
}
.about_mission_block {
    position: relative
}
.about_mission_block::after {
    content: '';
    position: absolute;
    height: 100%;
    width: 65%;
    bottom: -30px;
    left: 20%;
    background-color: #FFF1EB;
    border-radius: 30px;
    z-index: -1;
}

.our_work2_heading,  .why_we2_heading{
    max-width: 900px;;
    margin: 0 0 60px;
    position: relative
}
.our_work2_heading > * {
    text-align: center;
    color: #E4E4E4
}

.our_work2_heading h2 {
    color: #fff
}

.why_we2_heading h2 {
    color: var(--basic-company-text)
}
/* .our_work2_item {
    background-color: #FFFFFFE5;
    border-radius: 16px;
    padding: 20px 16px
} */
.why2_advantages_block {
    gap: 26px
}
.why2_adv_item:hover {
    box-shadow: 0px 5px 30px 0px #10003F1F;
}
.why2_adv_item:hover .why1_adv_title {
    color: var(--basic-company-text)
}
.about_us1_btn {
    font-weight: 700;
    color: var(--second-company-text);
    margin-top: 30px;
    position: relative;
    width: fit-content;
    transition: all .3s ease-out
}
.mini_title {
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: var(--basic-company);
    text-transform: uppercase;
    top: -6px;
    left: 2px;
    letter-spacing: 2px;
}
.join_us1_btn:hover, .form_button:hover, .social__link:hover,
.main_btn:hover {
    background-color: #B23820;
    color: #fff
}
.join_us2_btn:hover, .form_contacts2 .form_button:hover,
.contacts2_social .social__link:hover, .fn_banner_main2 .banner_group__link:hover {
    background-color: #FF8A5A;
    color: #fff;
    border: 1px solid #FF8A5A
}
.our_work2_btn:hover, .about_us1_btn:hover {
    color: #414141
}
.our_work2_btn, .about_us1_btn {
    cursor: pointer
}

.our_work2_btn:hover::after, .about_us1_btn:hover::after {
    background-color: #414141
}

.our_work2_btn:focus {
    color: var(--second-company-text)
}
.send_form {
    height: 565px;
    justify-content: center;
}
.faq-list {
    width: 49.3%
}
.faq-list:last-child {
    margin-top: 45px
}
.faq2_block {
    margin: 100px 0;
    background: #F8F8F8;
    padding: 90px 0 70px;
    position: relative;
}
.faq2_container {
    position: relative;
    z-index: 1;
    max-width: 900px
}
.faq2_list {
    display: flex;
    flex-direction: column;
}
.faq2_item {
    position: relative;
    width: 100%;
    border: 1px solid #E5E5E5;
    border-radius: 10px;
    margin-bottom: 10px;
    height: 100%;
    box-shadow: 0px 4px 12px 0px #10003F0A;
    transition: all .3s ease-out;
    background-color: #fff;
}
.f2_question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: none;
    border-bottom: 1px solid transparent;
    padding: 14px 0!important;
    margin: 0 16px
}
.q2_text {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #414141;
    transition: all .3s ease-out;
    text-transform: none;
    line-height: 1;
}
.see_more2_icon {
    transition: all .3s ease-out;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.faq2_item:hover, .faq2_item.visible {
    border: 1px solid var(--basic-company)
}
.faq2_item:hover .q1_text {
    color: var(--basic-company)
}
.f2_question.active {
    background: #fff;
    border-radius: 10px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.f2_question.active .q2_text {
    color: var(--basic-company);
}
.f2_question.active .see_icon::before {
    height:0px
}
.faq2__content {
    padding: 0!important;
    background-color: #fff;
    border-bottom: none;
    border-top: 1px solid #DADADA;
    border-radius: 0 0 10px 10px;
}
.f2_answer {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 0;
    padding: 16px;
}
.faq2_block .container {
    position: relative
}
.faq2_block .container::after {
    content: url(../images/faq-back.svg);
    position: absolute;
    bottom: 0;
    right: 0
}
.why2_adv_title {
    font-size: 25px;
    font-weight: 700;
    transition: all .3s ease-out;
    margin-bottom: 20px;
}
.our_mission2_annotation {
    font-size: 16px;
    margin-bottom: auto
}
.why_we1_left {
    width: 46%;
    padding-left: 30px
}
.see_icon {
    width: 21px;
    height: 2px;
    background: var(--basic-company);
    position: relative;
    top: 4%;
    left: 0px;
    transform: translateY(-50%);
    border-radius: 3px;
    transition: all ease 0.3s;
}
.see_icon::before {
    content: '';
    display: block;
    width: 2px;
    height: 21px;
    background: var(--basic-company);
    position: absolute;
    top: -10px;
    left: 10px;
    transition: all ease 0.3s;
    border-radius: 3px;
}
.main_heading {
    margin-bottom: 40px;
    position: relative;
}
.main_heading h2 {
    margin-bottom: 24px;
    line-height: 1.2
}
.heading_description {
    max-width: 900px
}
.partners_item {
    background: #FFFFFF;
    border: 1px solid #F1F1F1;
    box-shadow: 0px 4px 14px 0px #0F004412;
    min-height: 165px;
    padding: 0 10px;
    border-radius: 5px;
    justify-content: center;
}
.partners_slider {
    padding: 20px 20px 50px;
    margin: 0 -20px;
}
.partners_image {
    width: 100%;
}
.partners_image picture {
    display: flex
}
.partners_image img {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.main_heading_swiper {
    margin-bottom: 20px
}
.margin-block {
    margin: 100px 0
}
.main_btn {
    width: fit-content;
    height: 50px;
    border: 1px solid var(--basic-company);
    border-radius: 5px;
    padding: 0 70px;
    color: #fff;
    background-color: var(--basic-company);
    font-weight: 500;
    cursor: pointer;
    transition: all .3s ease-out;
    white-space: nowrap;
}