@charset "utf-8";

/************* OpenSans ***************/

@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans Light'), local('OpenSans-Light'), url('../fonts/OpenSans/OpenSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans Regular'), local('OpenSans-Regular'), url('../fonts/OpenSans/OpenSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans Medium'), local('OpenSans-Medium'), url('../fonts/OpenSans/OpenSans-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans SemiBold'), local('OpenSans-SemiBold'), url('../fonts/OpenSans/OpenSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSans';
    src: local('OpenSans Bold'), local('OpenSans-Bold'), url('../fonts/OpenSans/OpenSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}




/************* Font Awesome 6 ***************/

/* thin */
@font-face {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 100;
    font-display: block;
    src: url("../fonts/fa/fa-thin-100.woff2") format("woff2"), url("../fonts/fa/fa-thin-100.ttf") format("truetype"); }

/*light*/
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6';
    --fa-font-regular: normal 300 1em/1 'Font Awesome 6'; }

@font-face {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 300;
    font-display: block;
    src: url("../fonts/fa/fa-light-300.woff2") format("woff2"), url("../fonts/fa/fa-light-300.ttf") format("truetype"); }

.far,
.fa-light {
    font-weight: 300; }

/* normal */
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6';
    --fa-font-regular: normal 400 1em/1 'Font Awesome 6'; }

@font-face {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa/fa-regular-400.woff2") format("woff2"), url("../fonts/fa/fa-regular-400.ttf") format("truetype"); }

.far,
.fa-regular {
    font-weight: 400; }

/*solid*/
:root, :host {
    --fa-style-family-classic: 'Font Awesome 6';
    --fa-font-regular: normal 900 1em/1 'Font Awesome 6'; }

@font-face {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../fonts/fa/fa-solid-900.woff2") format("woff2"), url("../fonts/fa/fa-solid-900.ttf") format("truetype"); }

.far,
.fa-light {
    font-weight: 900; }


/*brand*/
@font-face {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../fonts/fa/fa-brands-400.woff2") format("woff2"), url("../fonts/fa/fa-brands-400.ttf") format("truetype"); }


 /*############################################################################## BOOTSTRAP REBOOT ##########################################################################*/
 
*, *::before, *::after {
    box-sizing: border-box;
}
html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    overflow-wrap: break-word;
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
    display: block;
}
[tabindex="-1"]:focus {
    outline: 0 !important;
}
hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
h1, h2, h3, h4, h5, h6, .a-h1, .a-h2, .a-h3, .a-h4, .a-h5, .a-h6 {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    font-weight: 400;
    color: #000000;
}
h1, .a-h1 {
    font-size: 42px;
}
h2, .a-h2 {
    font-size: 35px;
}
h3, .a-h3 {
    font-size: 29px;
}
h4, .a-h4 {
    font-size: 24px;
}
h5, .a-h5 {
    font-size: 20px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
    text-decoration-skip-ink: none;
}
address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit;
}
ol, ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: .5rem;
    margin-left: 0;
}
blockquote {
    margin: 0 0 1rem;
}
b, strong {
/*    font-weight: bolder;*/
}
small {
    font-size: 80%;
}
sub, sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
a {
    color: #444444;
    text-decoration: none;
    background-color: transparent;
    transition: 0.5s;
}
a:hover {
    color: #666666;
    text-decoration: underline;
    transition: 0.5s;
}
a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
    outline: 0;
}
pre, code, kbd, samp {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}
figure {
    margin: 0 0 1rem;
}
img {
    vertical-align: middle;
    border-style: none;
}
svg {
    overflow: hidden;
    vertical-align: middle;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
button:focus {
    outline: 1px solid #cccccc;
}
input, button, select, optgroup, textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
select {
    word-wrap: normal;
}
button, [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
    cursor: pointer;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}
input[type="radio"], input[type="checkbox"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
    -webkit-appearance: listbox;
}
textarea {
    overflow: auto;
    resize: vertical;
}
fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}
legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
    height: auto;
}
[type="search"] {
    outline-offset: -2px;
    -webkit-appearance: none;
}
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button;
}
output {
    display: inline-block;
}
summary {
    display: list-item;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.link-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}

/*############################################################################## SUPER GLOBAL (no changes needet) ##########################################################################*/

* {
    position: relative;
}

body {
    color: #444444;
    background: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    text-align: left;
    padding: 0;
    margin: 0;
}
form {
    margin: 0;
    padding: 0;
}
a, button, input[type=button] {
    text-decoration: none;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    border: none;
}
a:hover {
    text-decoration: none;
}
label {
    cursor: pointer;
    width: 100%;
    display: block;
}
img {
    border: 0;
}
.iframe-body {
    background-color: transparent;
}
#remind_password {
    overflow: auto;
    display: none;
}

ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    list-style-position: inside;
    text-align: left;
}
/* .site-page-par-text  */
.site-page-par-text ol{
    padding: 10px 0;
    counter-reset: list 0;
    list-style-type: none;
    margin: 10px 0 10px 20px;
}
.site-page-par-text ol li{}
.site-page-par-text ol li:before{
    counter-increment: list;
    content: counter(list);
    padding-right: 10px;
    padding-left: 5px;
    font-weight: 600;
    top: -55px;
}
.site-page-par-text ul {
    padding: 10px 0;
    margin: 10px 0 10px 40px;
}
.site-page-par-text ul li {}

.site-page-par-text ul li::before{
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    background-color: #a4a4a4;
    border-radius: 100%;
    position: absolute;
    top: 10px;
    left: -15px;
}
/**/

i {
    font-style: normal;
}
input[type=checkbox], input[type=radio] {
    display: none;
}

.is-hidden {
    display: none !important;
}
.invisible {
    height: 0!important;
    opacity: 0;
}
.massage-box-wrapper {

}
.message-box {
    margin: 20px 0;
}
.message-box:empty {
    display: none;
}
.message-error-box,
.messages-success-box,
.massage-box {
    clear: both;
    overflow: auto;
    position: relative;
    margin: 0;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 20px 0 5px;
    background-color: transparent;
}
.message-error-box::before,
.messages-success-box::before {
    font-family: 'Font Awesome 6';
    font-style: normal;
    font-weight: 900;
    font-size: 20px;
    line-height: 20px;
    margin-right: 10px;
}


.message-error-box {
    color: #EF5243;
}
.message-error-box::before {
    content: "\f30f";
    color: #EF5243;

}
.messages-success-box {
    color: #5BCFCB;
}
.messages-success-box::before {
    content: "\f14a";
    color: #5BCFCB;
}


@-moz-keyframes spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.messages-preloader {
    position: relative;
    margin: 5px auto;
    height: 20px;
    width: 20px;
    -webkit-animation: spin 2s infinite steps(8);
    animation: spin 2s infinite steps(8);
}
.messages-preloader::before {
    content: "\f110";
    font-family: 'Font Awesome 6';
    font-size: 20px;
    line-height: 20px;
}
.spinner {
    position: relative;
}
.spinner::before {
    font-family: "FontAwesome";
    content: "\f110";
    position: absolute;
    -webkit-animation: spinner 2s infinite linear;
    animation: spinner 2s infinite linear;
    left: 2px;
    top: 12px;
}
i.spinner {
    font-size: 22px;
    padding-left: 0;
    width: 25px;
    height: 25px;
    position: absolute;
    background-color: #FFF;
    z-index: 1000;
}
@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
.required::before {
    content: "*";
    color: #CD4144;
}
select.required,
select.input-required,
.nice-select.required,
select.input-required + .nice-select,
select.input-required + .select-with-flags-dropdown-container,
input.required,
input.input-required,
input.input-required + .label-check:before{
    border: 2px solid #CD4144 !important;
}
.back-top {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    z-index: 300;
    box-shadow: 0 0 16px rgb(0 0 0 / 16%);
    cursor: pointer;
    transition: 0.5s all ease;
}
.back-top i {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back-top i::before {
    font-family: 'Font Awesome 6';
    content: "\f106";
    font-size: 22px;
    line-height: 22px;
    color: #000000;
    font-weight: 900;
}
#login-div {
    position: absolute;
    display: none;
    top: 50px;
    left: 0;
    z-index: 1000;
}
#login-frame {
    width: 100%;
    height: 480px;
}
#popup-div {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}
#popup-div iframe {
    width: 100%;
    height: 100%;
}

/* .label-radio, .label-check */
.label-radio, .label-check {
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: left;
    margin: 0;
}

.label-check:before,
.label-radio:before {
    font-family: 'Font Awesome 6';
    font-size: 24px;
    line-height: 24px;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    transition: 0.5s all ease;
    cursor: pointer;
    margin-right: 15px;
    flex-shrink: 0;
}
.label-check:before {
    content: '\f0c8';
}
input:checked + .label-check:before {
    content: '\f00c';
    transition: 0.5s all ease;
}
.label-radio:before {
    content: '\f111';
    border-radius: 50%;
}
input:checked + .label-radio:before {
    content: '\f00c';
    transition: 0.5s all ease;
}

/**/

.badge.nd::before {
    content: ""attr(data-type-d) "";
}
.badge.r::before {
    content: ""attr(data-type-r) "";
}
.badge.nr::before {
    content: ""attr(data-type-r) "";
}

.banner-zoom {
    overflow: hidden;
}
.banner-zoom img {
    transition: transform .4s;
}
.banner-zoom img:hover {
    transform: scale(1.1);
}
.js-ataka-product-slide {
/*    -webkit-transition: all .5s ease;
    transition: all .5s ease;*/
    left: 0;
}
.js-ataka-product-slider:hover .js-ataka-product-slider-button {
    opacity: 1;
}
.js-ataka-product-slider:hover .js-ataka-product-slider-button.prev {
    left: 0px;
}
.js-ataka-product-slider:hover .js-ataka-product-slider-button.next {
    right: 0;
}


.question {
    cursor: pointer;
    margin-top: -17px;
    height: 19px;
    padding: 4px;
    position: relative;
    overflow: visible;
}
.question::after {
    content: "\f059";
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #160e20;
    margin-left: 5px;
}
.question:hover .bubble-box {
    visibility:visible;
    opacity: 1;
}
.bubble-box {
    position: absolute;
    width: 180px;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    padding: 15px;
    border-radius: 10px;
    overflow: visible;
    -moz-box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 16px 0 rgba(0, 0, 0, 0.3);
    bottom: 5px;
    right: -83px;
    transition: visibility 0s, opacity 0.5s linear;
    /* display: none; */
    visibility: hidden;
    opacity: 0;
}
.bubble-box::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: calc(50% - 15px);
    display: block;
    width: 0;
    border: 10px solid transparent;
}

/*slider for product box ========================================================================================================*/
.ataka-product-slide {
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    left: 0;
}
.ataka-product-slider-button {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 0;
    cursor: pointer;
    color: #000;
    border: none;
    /* padding: 5px; */
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
    z-index: 120;
    width: 60px;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    display: flex;
    align-items: center;
    justify-content: center;
}
.ataka-product-slider-button:hover {
    color: #ffffff;
    outline: none;
    transition: 0.5s all ease;
    background-color: rgba(0, 0, 0, 0.15);
}
.ataka-product-slider-button.disabled {
    /* color: #DCDCDC; */
}
.ataka-product-slider-button:before {
    font-family: 'FontAwesome';
    font-size: 24px;
}
.ataka-product-slider-button.prev {
    left: -30px;
    opacity: 0;
    border-left: #f4f4f4 10px solid;
}
.ataka-product-slider-button.next {
    right: -30px;
    opacity: 0;
    border-right: #f4f4f4 8px solid;
}
.ataka-product-slider-button.prev::before {
    padding: 15px;
    content: '\f104';
}
.ataka-product-slider-button.next::before {
    padding: 15px;
    content: '\f105';
}
.ataka-product-slide, .ataka-product-slide.center {
    left: 50px;
}
.ataka-product-slide.left {
    left: -1440px;
}
.ataka-product-slide.right {
    left: 1440px;
}

.is-question {
    outline: 1px dotted red !important;
    border: 1px solid transparent !important;
/*    z-index: 99;*/
}
.is-question-mark::before {
    font-family: 'Font Awesome 6';
    content: '\f059';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    cursor: pointer;
    color: #ffffff;
    background: red;
    box-shadow: 1px 1px #000000;
    border-radius: 50%;
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: 10;
    cursor: pointer;
}


/* hide preloader */
.preloader-cover {
    display: none;
}