a {
    text-decoration: none;
    color: inherit;
    display: inline-block;
}

body {
    background-color: #eeeeee;
    color: #434343;
    height: 100%;
}

.vh {
    min-height: 100vh;
}

.header {
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
    width: 100%;
    background-color: #fff;

}

.logo {
    max-width: 200px;
    transform: translateY(-7px);
}

.sol-block {
    background-color: #f9f9f9;
    text-align: center;
    width: 180%;
    display: none;

}

.sold-hov:hover {
    background-color: #ececec;
}

.header-col {
    position: relative;
}

.header-col a, .header-cols a {
    transition: .3s;
}

.header-col::after {
    content: '';
    position: absolute;
    width: 2px;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #97c63d;
}

.con1 {
    min-height: 75vh;
    background-image: url('img/1.webp');
    background-size: cover;
    background-position: center;
    position: relative;
}

.con1-art {
    background-image: url('img/2.webp');
    min-height: 50vh;
}

.con1-prod {
    background-image: url("img/4.webp");
    min-height: 40vh;
    background-position: top center;
}

.con1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.con1-art:before {
    display: none;
}

.con1-btn {
    margin: auto;
    border: 2px solid white;
}

.con2 {
    background-color: white;
}

.con3-btn {
    border: 2px solid #cccccc;
}

.mxw {
    max-width: 960px;
    margin: 0 auto;
}

.con4-h1, .con6-h1 {
    position: relative;

    margin: 0 auto;
}

.con4-h1:before, .con6-h1:before {
    content: '';
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    top: 140%;
    height: 1px;
    background-color: black;
}

.con4-h1:after, .con6-h1:after {
    content: '';
    position: absolute;
    width: 60%;
    left: 50%;
    transform: translateX(-50%);
    top: 150%;
    height: 1px;
    background-color: black;
}

.con4-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 500px;
    transition: .5s;


}

.fs-5 {
    font-size: clamp(1rem, 0.912rem + 0.282vi, 1.25rem) !important;
}

.con3-btn {
    transition: .3s;

}

.con3-btn:hover {
    background-color: #89c63d;
    border-color: #89c63d;
    color: white;
}

.products-fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    z-index: 1000000000000;
    flex-direction: column;
    display: none;


}

.products-fixed-block {
    margin: auto;
    width: 95%;
    max-width: 950px;
    border: 2px solid #78b42e;
    border-radius: 30px;
    max-height: 600px;


}
.product_col_block {
    border: 1px solid #78b42e;

    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con4-col-block {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.65);
    display: none;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    text-align: center;
}

.con4-col {
    cursor: pointer;
}

.title {
    font-size: clamp(1.25rem, 0.92rem + 1.056vi, 2.188rem) !important;
}

.header-menu {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.48);
    z-index: 1000000000;
    display: none;
    flex-direction: column;
    overflow: auto;
}

.header-menu-main {
    width: 100%;
    max-width: 300px;
    background-color: white;
    height: 100%;
    margin-left: auto;
    text-align: center;
    transition: .3s;
    transform: translateX(100%);

}

.con9-btn {
    border: 2px solid #cccccc;
    padding: 10px 40px;
}

.con9-btn:hover {
    background-color: #89c63d;
    border-color: #89c63d;
}

.menu-btn {
    cursor: pointer;
}

.con10 {
    background-color: white;
}

.form-btn {
    border: 2px solid #cccccc;
    background-color: white;
    color: black;
    padding: 10px 50px;
    border-radius: 0;
}

.form-control {
    border: 0;
    border-bottom: 1px solid black;
    border-radius: 0;
}

.form-control:focus {
    box-shadow: none;
}

.con6-block {
    width: 100%;
    max-width: 590px;
    margin: auto;
    text-align: center;
    border: 2px solid #cccccc;
    transition: .3s;
}

.con6-block:hover {
    background-color: #89c63d;
    border-color: #89c63d;
}

.con8-col-block-circle {
    width: 136px;
    height: 136px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid black;
    transition: .3s;
}

.con8-col-block-circle svg {
    width: 70px;
    transition: .3s;
}

.con8-col-block-circle:hover {
    background-color: #78b42e;
}

.con8-btn {
    display: block;
    width: 100%;
    max-width: 600px;
    text-align: center;
    margin: auto;
    border: 2px solid #cccccc;
    transition: .3s;

}

.con8-btn:hover {
    background-color: #89c63d;
    border-color: #89c63d;
    color: white;
}

/* Для Chrome, Edge и Safari */
::-webkit-scrollbar {
    width: 4px; /* Ширина полосы прокрутки */
}

::-webkit-scrollbar-thumb {
    background-color: #89c63d; /* Цвет ползунка */
    border-radius: 10px; /* Закругление углов ползунка */
}

::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Цвет ползунка при наведении */
}

/* Для Firefox */
.scrollable {
    scrollbar-width: thin; /* Длина полосы */
    scrollbar-color: #888 #f1f1f1; /* Цвет ползунка и фона */
}

@media (max-width: 1200px) {
    .con4-img {
        max-height: 70%;
    }

    .con1 {
        min-height: auto;
    }

    .con1-art {
        min-height: 20vh;
    }

    .con1-prod {
        background-image: url('img/5.webp');
        min-height: 15vh;
        background-position: center;
    }

    .con1-brand {
        min-height: unset;
        background-size: contain;
        background-repeat: no-repeat;
        background-color: white;
        background-position: top;
    }

    .con2 {
        padding-top: 30px !important;

    }
}


