body {
    font-family: "Inter Tight", sans-serif !important;
    font-weight: normal;
    letter-spacing: 0.5px;
}

a {
    color: black;
    text-decoration: underline !important;
}
h1 {
    font-family: "Inter Tight", sans-serif !important;
    font-size: 4.01668vw;
    letter-spacing: -0.5px;
}
h2 {
    font-family: "Inter Tight", sans-serif !important;
    font-size: 8rem !important;
}


.inter-tight-<uniquifier> {
                  font-family: "Inter Tight", sans-serif;
                  font-optical-sizing: auto;
                  font-weight: <weight>;
                  font-style: normal;
              }

.black {
    width: 100%;
    max-width: 100vw;
    height: auto;
    background: black;
    color:#ffffff;
}
.logo {
   position: relative;
   width: 18%;
}
.content-marquee {
    font-size: 80px;
    line-height: 130px;
    font-weight: 500;
    white-space: nowrap;
    animation: content-marquee 15s infinite linear;
    padding-left: 2vw;

}

.hero_title {
    font-size: 80px;
    line-height: 100%;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: block;
    margin-bottom: 0px;
    display: inline-block;
    vertical-align: top;
    width: auto;
    overflow: hidden;
    padding: 0;
    margin-left: -4px;
    padding: 7rem 0;
}
.uslugi {
    display: block;
}
.uslugi ul li{
    list-style: none;
}
.uslugi ul li a{
    color: #1c1c1c !important;
    font-size: 1rem;
}
.content-widget-sidebar a {
    color: #1c1c1c;
}
.news_title {
    color: #1c1c1c;
    font-size: 24px;
    text-decoration: underline;
}
.grid {
    position: relative;
    display: inline-grid;
    color: #1c1c1c !important;
}
.text-left {
    text-align: left !important;
}
.text-right {
    text-align: right !important;
}
.block_center {
    height: 40vh;
}
.footer-bs {
    margin-bottom: 15px;
}

/* Адаптивность */
@media (max-width: 768px) {
    body {
        padding: 0 20px;
    }
    .hero_title {
        font-size: 4rem;
        letter-spacing: -.04em;
        line-height: 100%;
        font-family: 'Poppins', sans-serif;
        position: relative;
        display: block;
        margin-bottom: 0px;
        display: inline-block;
        vertical-align: top;
        width: auto;
        overflow: hidden;
        padding: 0;
        margin-left:5px;
        padding: 0;
    }

    h1 {
        font-size: 5.717vh;
    }
    .text-left {
        text-align: left !important;
    }
    .text-right {
        text-align: left !important;
    }
    .logo_text {
        font-size: 1.5rem !important;
        color: #000000 !important;
        font-weight: bold;
    }
    .block_center {
        height: 21vh !important;
    }


}
@media (max-width: 2999px){
    .min-vh-100 {
        min-height: 81vh !important;
    }
}

@media (min-width: 3000px){
    .min-vh-100 {
        min-height: 100vh !important;
    }
    .block_center {
        height: 55vh;
    }
    h1{
        font-size: 4.017vw;

    }
}