@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&family=Open+Sans:wght@400;600;700&display=swap');

@font-face {
    font-family: 'Colus';
    src: url('../assets/fonts/Colus.otf') format('opentype');
    font-style: normal;
}

@font-face {
    font-family: 'Evolventa';
    src: url('../assets/fonts/Evolventa.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Jost';
    src: url('../assets/fonts/Jost.ttf') format('truetype');
    font-style: normal;
}

@font-face {
    font-family: 'Evolventa Bold';
    src: url('../assets/fonts/Evolventa-Bold.ttf') format('truetype');
}

:root {
    --grey-10: #F5F5F5;
    --grey-20: #EDEDED;
    --grey-30: #e7e7e7;
    --grey-40: #dedede;
    --grey-50: #d6d6d6;
    --grey-base: #cecece;
    --grey-60: #acacac;
    --grey-70: #898989;
    --grey-80: #676767;
    --grey-90: #454545;
    --grey-100: #292929;

    --red-10: #ffcfcf;
    --red-20: #ffaeae;
    --red-30: #ff8686;
    --red-40: #ff5e5e;
    --red-50: #ff3535;
    --red-base: #ff0d0d;
    --red-60: #d50b0b;
    --red-70: #aa0909;
    --red-80: #800707;
    --red-90: #550404;
    --red-100: #330303;

    --primary-black: #080808;
    --primary-white: #FFFFFF;
}

a {
    text-decoration: none;
}

body {
    background: url(../assets/back.jpg) !important;
    font-family: Evolventa;
    color: #080808;
    margin: 0;
    overflow: auto !important;
    padding: 0 !important;
}

body.dark {
    background: url(../assets/back_dark.jpg) !important;
    color: #E7E7E7;
}

#main-footer {
    box-shadow: 0px 1px 0px 0px #FFF, 0px -1px 0px 0px rgba(0, 0, 0, 0.25), 0px -1.5px 1px 0px #FFF inset, 0px -3.009px 0.602px 0px rgba(255, 255, 255, 0.30) inset, 0px 1.505px 3.009px 0px rgba(0, 0, 0, 0.40) inset;
}

button {
    cursor: pointer;
}

ul {
    padding: 0;
    list-style: none;
}

a {
    color: inherit;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    box-sizing: border-box;
}

.footer_items .dropdown-content li {
    margin: 3px 0 0px;
}

.dropdown-content ul li a {
    padding: 8px 0;
    text-decoration: none;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../assets/custom-arrow.svg) no-repeat right 0.75rem center;
}

.shop_categorys .square_but.active_category {
    background: linear-gradient(270deg, #330303 14.81%, #800707 57.41%, #330303 100%);
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.30)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.15));
    color: #E7E7E7;
}

.shop_categorys .square_but.active_category .in_square_but::after,
.shop_categorys .square_but.active_category .in_square_but::before {
    background: #c7c2c2;
}

.shop_categorys .square_but.active_category::after,
.shop_categorys .square_but.active_category::before {
    width: 13px;
    background: url(../assets/krai_red.svg) center / cover no-repeat;
}

.shop_categorys .square_but.active_category::before {
    left: -12px;
}

.shop_categorys .square_but.active_category::after {
    right: -12px;
    transform: rotate(180deg);
}

.square_but.active_category {
    height: 52px;
}

.square_but {
    min-width: 227px;
    width: fit-content;
    height: 51px;
    background: url(../assets/white-paper.jpg);
    position: relative;
    margin: 0 13px;
    padding: 3px 0;
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.30)) drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.15));
    cursor: pointer;
    transition: all 0.3s ease;
    color: #080808;
}

body.dark .square_but {
    background: url(../assets/black_but.png) center / cover no-repeat;
    color: #E7E7E7;
}

.in_square_but {
    font-family: Colus;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    padding: 11px;
    position: relative;
    height: 100%;
}

.in_square_but::after,
.in_square_but::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #7c7c7c;
    z-index: 0;
}

body.dark .in_square_but::after,
body.dark .in_square_but::before {
    background: #6f5d2f;
}

.in_square_but::after {
    top: 0;
}

.in_square_but::before {
    bottom: 0;
}

.square_but::after,
.square_but::before {
    content: "";
    position: absolute;
    top: 0;
    width: 13px;
    height: 100%;
    background: url(../assets/krai_white.svg) center / cover no-repeat;
}

body.dark .square_but::after {
    background: url(../assets/krai_black_2_r.svg) center / cover no-repeat;
}

body.dark .square_but::before {
    background: url(../assets/krai_black_2.svg) center / cover no-repeat;
}

.square_but::before {
    left: -12px;
}

.square_but::after {
    right: -12px;
    transform: rotate(180deg);
}

body.dark .square_but::after {
    transform: none;
}

@media (min-width: 875px) {}