@font-face {
    font-family: "Disket-Mono";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Disket-Mono/Disket-Mono-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Disket-Mono";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Disket-Mono/Disket-Mono-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/Montserrat/Montserrat-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/Montserrat/Montserrat-Bold.ttf") format("truetype");
}

@font-face {
    font-family: "NTSomic";
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/NT-Somic/NTSomic-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "NTSomic";
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/NT-Somic/NTSomic-Medium.ttf") format("truetype");
}

@font-face {
    font-family: "NTSomic";
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/NT-Somic/NTSomic-Bold.ttf") format("truetype");
}

::-webkit-scrollbar {
    width: 17px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background: white;
}

* {
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
    font-family: "NTSomic", sans-serif;
    -webkit-tap-highlight-color: transparent;
}

a {
    text-decoration: none;
}

ul,
ol,
li {
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

img {
    vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: inherit;
    font-size: inherit;
    margin-bottom: 0;
}

@media (min-width: 1600px) {
    .container-3xl {
        margin: 0 auto;
        max-width: 1920px;
    }
}

[data-bs-theme="light"] {
    --bs-body-color: #000;
    --bs-dark: #000;
    --bs-text-success: #2da67d
}

.mark {
    background-color: var(--bs-text-success);
}

.fs-10x {
    font-size: 10rem !important;
}

.fs-7x {
    font-size: 7rem !important;
}

.btn.promo__slider-link {
    right: 240px;
}

.ff-Disket-Mono {
    font-family: Disket-Mono !important;
}

.ff-NTSomic {
    font-family: NTSomic !important;
}

.btn.btn-active-bg-transparent:hover:not(.btn-active) {
    background-color: transparent !important;
}

.transition {
    transition: all 0.3s;
}

.transition-5 {
    transition: all 0.5s;
}

.transition-10 {
    transition: all 1s;
}

.hover-underline-element {
    width: 0%;
}

.hover-underline:hover .hover-underline-element,
.hover-underline.active .hover-underline-element{
    width: 100%;
}

header {
    transition: top 0.3s;
}

.promo__slider-img {
    aspect-ratio: 2/1;
}

#promoSliderControls {
    margin-top: -75px;
}

.contacts__map-container {
    height: 80vh;
    min-height: 800px;
    filter: grayscale(1);
}

/*.contacts__info-card_first {*/
/*    bottom: 400px;*/
/*}*/

.bodyBlur.active {
    filter: blur(10px);
}

.w-10 {
    width: 10% !important;
}

@media (max-width: 1200px) {
    .btn.promo__slider-link {
        right: auto;
    }

    #promoSliderControls {
        margin-top: -50px;
    }
}

@media (max-width: 992px) {
    .contacts__map-container {
        height: 75vh;
        min-height: 500px;
    }


    /*.contacts__info-card_first {*/
    /*    bottom: auto;*/
    /*}*/
}

@media (max-width: 567px) {

    #promoSliderControls {
        margin-top: -40px;
    }
}