h1,
h2,
h3,
h4,
h5,
h6,
ul,
p {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
}

a {
    text-decoration: none;
}

img {
    display: block;
}

.logo-block {
    display: flex;
    margin-top: 6px;
    margin-bottom: 6px;

}

.logo-KS {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 40px;
    line-height: 117%;
    letter-spacing: -0.12em;
    text-align: center;
    color: #ff7a00;
    margin: auto;
}

.conteiner-logo-dekor {
    border: 1px solid #fff;
    width: 52px;
    height: 52px;
}

.logo-build {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #fff;
    margin-top: auto;
    margin-bottom: auto;
}

/* -----------------HERO---------------------- */
.hero-section {
    background-image: url(../images/mobile/hero-mobile-x1.jpg);
    min-height: 594px;
    min-width: 320px;
    background-size: cover;
    position: relative;
    z-index: -999;
    padding-top: 180px;
    padding-bottom: 36px;
    height: 100vh;
}

@media screen and (-webkit-min-device-pixel-ratio:2),
(min-resolution: 192dpi) {
    .hero-section {
        background-image: url(../images/mobile/hero-mobile-x2.jpg);
    }
}

@media (min-width: 768px) {
    .hero-section {
        background-image: url(../images/tablet/hero-tablet-x1.jpg);
    }

    @media screen and (-webkit-min-device-pixel-ratio:2),
    (min-resolution: 192dpi) {
        .hero-section {
            background-image: url(../images/tablet/hero-tablet-x2.jpg);
        }
    }
}

@media (min-width: 1440px) {
    .hero-section {
        background-image: url(../images/desktop/hero-desktop-x1.jpg);
    }

    @media screen and (-webkit-min-device-pixel-ratio:2),
    (min-resolution: 192dpi) {
        .hero-section {
            background-image: url(../images/desktop/hero-desktop-x2.jpg);
        }
    }
}

/* -------------------------------------------------------------------- */
.header {
    display: flex;
    position: absolute;
    justify-content: space-between;
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5449581199667367) 0%, rgba(0, 0, 0, 0) 53%);
    mix-blend-mode: plus-darker;
    /* min-width: 320px; */
}

.conteiner {
    margin: 0;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
   
}

.icon-social {
    display: flex;
    gap: 6px;
    fill: #fff;

}

.conteiner-mobile {
    display: flex;
}

.menu-header {
    display: flex;
}

.icon-social-conteiner {
    margin-top: auto;
    margin-bottom: auto;
    margin-left: 46px;
}

.hamburger-menu {
    padding: 0;
    border: none;
    background-color: transparent;
    margin-top: auto;
    margin-bottom: auto;

}

.title-h1 {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    color: #fff;
    width: 256px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 128px;
}

.contact {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: center;
    color: #fff;
}

.contact-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
/* -----------------------------obout-section------------------------------------------------ */
.obout-h2 {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 20px;
    color: #000;
    text-align: center;
    padding-bottom: 20px;

}

.obout-us-p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 150%;
    color: #000;
    text-align: left;
    padding-top: 20px;
    min-width: 300px;
}

.obout-section {
    border-radius: 8px;
    width: 300px;

    background: #d9d9d9;
    margin-top: 40px;
    padding: 18px 7px 18px 7px;
    text-align: center;
    width: 100%;
}

.obout-us-picture {
    margin-top: 20px;
    width: 100%;
}
.obout-section-content{
display: block;
}
@media (min-width: 768px) {
    .obout-section-content{
        display: flex;
        flex-direction: row-reverse;
        }
        .obout-us-p {
            color: #000;
            font-family: Roboto;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: 150%; /* 27px */
        }
}
@media (min-width: 1440px) {
    .obout-section-content{
        display: flex;
        flex-direction: row-reverse;
        }
        .obout-us-p {
            color: #000;
            font-family: Roboto;
            font-size: 18px;
            font-style: normal;
            font-weight: 300;
            line-height: 150%; /* 27px */
        }
}

.our-advantage {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
}

.advantage-p {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: #000;
    width: 170px;
    padding-top: 8px;
}

.list-advantage {
    text-align: center;
}

.conteiner-advantage {
    margin-top: 20px;
}

@media (min-width: 320px) {
    .conteiner-advantage-teblet-desktop {
        display: none;
        margin-top: 40px;
    }

    .conteiner-advantage {
        display: block;
    }
}

@media (min-width: 768px) {
    .conteiner-advantage {
        display: none;
    }

    .conteiner-advantage-teblet-desktop {
        display: block;
    }
    .our-advantage{
        flex-direction:row;
        justify-content: center;
    }
}

.services-p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 18px;
    text-align: center;
    color: #000;
    width: 255px;
    height: 60px;
    margin-top: 18px;
    margin-bottom: 18px;
    margin-left: auto;
    margin-right: auto;
    align-content: center;
}

.Our-services {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
}

.list-services {
    text-align: center;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.25);
    background: #f8f8f8;
    border-radius: 8px;
    width: 300px;
}

.list-services:hover .overlai {
    transform: translateY(0);
}

.conteiner-image {
    position: relative;
    overflow: hidden;
}

.overlai {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 300px;
    display: flex;
    background-color: #242530;
    justify-content: center;
    align-items: center;
    border-radius: 8px 8px 0 0;
    transform: translateY(100%);
    transition: transform 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

.list-ovatlai-p {
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #ffffff;
    text-align: left;
}

.overlai-text-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.Our-services-picture {
    border-radius: 6px 6px 0 0
}

.conteiner-Our-services {
    margin-top: 40px;
    margin-bottom: 40px;
}

.conteiner-image {
    width: 100%;

}

.image-items {
    width: 100%;
    object-fit: cover;
    border-radius: 6px 6px 0 0;
}

.footer {
    background: #242530;
    padding-top: 35px;
    padding-bottom: 76px;
}

.conteiner-logo {
    width: 212px;
}

.footer-p {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}

.title-contact {
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.contact-footer {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: #fff;
    text-decoration: none;
}

.conteiner-logo {
    margin-left: auto;
    margin-right: auto;
}

.footer-contact {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    width: 212px;
}

.contact-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    margin-bottom: 26px;
}

.icon-social-footer {}