/* Основные стили */
.whatsapp-button {
    padding: 8px 20px !important;
    margin-left: 10px;
    font-size: 16px;
}

.telegram-button {
    background: #229ED9;
    padding: 8px 16px;
    border-radius: 25px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 10px;
    margin-right: 15px;
    font-weight: bold;
    font-size: 16px;
}

.telegram-button:hover {
    background-color: #1C8BC7;
}

.contact2 a.tg {
    width: 50px;
    height: 50px;
    border-radius: 10%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 22px;
    transition: background-color 0.2s ease, transform 0.2s ease;
    background-color: #229ED9;
}

.contact2 a.tg:hover {
    background-color: #1C8BC7;
}

.social__icon__footer {
    display: flex !important;
    flex-direction: column;
}

.block__product {
    position: relative;
}

.logo__images2 {
    position: absolute;
    max-width: 150px !important;
    top: 50%;
    left: 0%;
}

.logo__images {
    position: absolute;
    width: 200px !important;
    top: 37%;
    left: 36%;
}

.image-grid img {
    transition: transform 0.3s ease;
}

.image__block{
    max-height: 325px;
    height: 325px;
}


.block__product:hover img {
    /* transform: scale(1.05); */
}

.link__product {
    display: block;
    color: #669913;
    border: 1px solid #669913;
    padding: 5px;
    font-size: 13px;
    text-decoration: none;
}

.link__product:hover {
    color: #25d366;
    transform: scale(1.05);
}

.product__h4 {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
}

.image-grid {
    grid-template-columns: repeat(2, 1fr);
}

.grid-container-stroy {
    flex-wrap: wrap;
    justify-content: normal;
}

.grid-item-stroy {
    width: 33%;
    margin: 0 0 10px 0;
    position: relative;
}

.hero-image p {
    text-align: right;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    bottom: 50px;
    right: 0;
    background: #ccc;
    padding: 5px 80px 5px 20px;
    color: #669913;
    border-radius: 3px;
}

.hero-image__mob {
    display: none;
}

.hero-image img {
    width: 100%;
    border-radius: 8px;
}


.title__sub {
    color: #000;
    font-size: 20px;
    text-align: center;
}

.image-grid a {
    text-decoration: none;
}

.title__sub h4 {
    padding: 20px 10px 10px 10px;
    font-size: 17px;
}

.grid-item a {
    text-decoration: none;
    color: #000;
}

.section3 .grid-item {
    position: relative;
    background-color: #fff;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
    padding: 0 20px 0 0;
}

.section3 .grid-item .image-wrapper {
    position: relative;
}

.logo__img {
    position: absolute;
    top: 20%;
    left: 25%;
    width: 200px !important;
}

.logo__img img {
    width: 50px;
}

.image-grid img:hover {
    transition: .3s;
    filter: none;
}

.kovanye__images {
    min-height: auto;
    max-height: 480px;
    min-height: 480px;
    border-radius: 15px;
    width: 100%;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1;
}

.section3 .grid-item img {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    max-height: 225px;
    border-radius: 10px;
    border-radius: 15px;
}

.img__my__style-10 {
    object-position: center 10%;
}

.img__my__style-20 {
    object-position: center 20%;
}

.img__my__style-30 {
    object-position: center 30%;
}

.img__my__style-40 {
    object-position: center 40%;
}

.img__my__style-50 {
    object-position: center 50%;
}

.img__my__style-60 {
    object-position: center 60%;
}

.price-label {
    position: absolute;
    bottom: 15px;
    right: 0;
    background: #f2f2f2;
    color: #76b726;
    padding: 10px 20px;
    font-size: 18px;
    border-bottom-right-radius: 15px;
    border-top-left-radius: 15px;
}

.section10 .block__product:hover .logo__images2,
.section10 .block__product .logo__images2 {
    opacity: 0.7 !important;
    visibility: visible !important;
}

.section10 .block__product:hover .logo__images2 {
    opacity: 0.8 !important;
}

.section10 .block__product .logo__images2 {
    display: block !important;
    opacity: 0.7 !important;
}

.tgIcon {
    display: flex;
    align-items: center;
    background-color: #0088cc;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
}

.tgIcon i {
    margin-right: 5px;
    margin-top: -1px;
}

.tgIcon2 {
    text-decoration: none;
    color: #fff;
    background-color: #0088cc;
    font-size: 50px;
    border-radius: 5px;
    height: 50px;
    width: 50px;
    margin-left: 10px;
}

a:hover {
    color: rgb(0, 208, 130);
}

.section1111 {
    background-color: #f3f3f3;
    padding: 80px 15px;
}

.section11__title {
    margin-bottom: 40px;
}

.section11__layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: flex-start;
}

.work-steps {
    position: relative;
    padding-left: 90px;
}

.work-steps::before {
    content: '';
    position: absolute;
    left: 155px;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #6aa913;
}

.work-step {
    position: relative;
    display: grid;
    grid-template-columns: 40px 30px 1fr;
    align-items: flex-start;
    column-gap: 20px;
    margin-bottom: 45px;
}

.work-step__num {
    text-align: right;
    font-weight: 700;
    color: #000;
}

.work-step__dot {
    width: 14px;
    height: 14px;
    background: #6aa913;
    border-radius: 50%;
    margin-top: 4px;
}

.work-step__text {
    margin: 0;
    line-height: 1.4;
    color: #000;
}

.section11__image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.section4 img {
    border-radius: 15px;
}

/* Бургер меню */
.burger-checkbox {
    position: absolute;
    visibility: hidden;
}

.burger {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
    position: relative;
    border: none;
    background: transparent;
    width: 40px;
    height: 26px;
}

.burger::before,
.burger::after {
    content: '';
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: #000;
}

.burger::before {
    top: 0;
    box-shadow: 0 11px 0 #000;
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
}

.burger::after {
    bottom: 0;
    transition: bottom .3s .15s, transform .3s;
}

.burger-checkbox:checked+.burger::before {
    top: 11px;
    transform: rotate(45deg);
    box-shadow: 0 6px 0 rgba(0, 0, 0, 0);
    transition: box-shadow .15s, top .3s, transform .3s .15s;
}

.burger-checkbox:checked+.burger::after {
    bottom: 11px;
    transform: rotate(-45deg);
    transition: bottom .3s, transform .3s .15s;
}

.menu-list {
    top: 0;
    left: 0;
    position: absolute;
    display: grid;
    gap: 12px;
    padding: 120px 0;
    margin: 0;
    background: #669913;
    list-style-type: none;
    transform: translateX(-100%);
    transition: .3s;
    width: 200px;
    color: #000;
}

.menu-item {
    display: block;
    padding: 8px;
    color: white;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
}

.menu-item:hover {
    background: rgba(255, 255, 255, .2)
}

.burger-checkbox:checked~.menu-list {
    transform: translateX(0);
}

.menu {
    margin: 0 10px 0 0;
    display: none;
}

/* Секции */
.section11 {}

.section3.terrasa,
.section3.kozyrki {
    background-color: #f3f3f3;
}

.section3.terrasa .grid-item,
.section3.kozyrki .grid-item {
    background-color: #f3f3f3;
}

.section3 .grid-item button {
    max-width: 500px;
}

.steps {
    list-style-type: none;
    padding: 0;
    margin: 45px 0 0 0;
    padding: 0 90px 0 0;
}

.steps li {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
    font-weight: 600;
}

.steps li::before {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: green;
    margin-right: 15px;
}

.steps li span {
    font-size: 16px;
}

.steps__block {
    position: relative;
}

.span__number {
    position: absolute;
    left: -30px;
    color: #333;
}

.section8 {
    padding: 30px 60px 30px 50px;
}

.stroy img {
    min-height: 177px !important;
}

/* VK кнопки */
.vkIcon i {
    margin-right: 5px;
    margin-top: -1px;
}

.vkIcon {
    display: flex;
    align-items: center;
    background-color: #74C0FC;
    color: #fff;
    border: none;
    padding: 10px 20px;
    margin-right: 15px;
    cursor: pointer;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    margin-left: 15px;
    margin-bottom: 5px;
    height: 40px;
}

.link {
    text-decoration: none;
    color: black;
}

.link:hover {
    color: black;
}

/* МЕДИА ЗАПРОСЫ */
@media (max-width: 1000px) {
    .image-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width: 768px) {
    .social__icon__footer {
        display: flex;
        flex-direction: column !important;
    }

    #contacts span {
        display: none;
    }

    .hero-image p {
        text-align: right;
        font-size: 20px;
        font-weight: bold;
        padding: 5px 40px 5px 20px;
    }

    .grid-item-stroy {
        width: 100%;
    }

    .hero-image img {
        width: 100%;
    }

    .menu {
        display: block;
    }

    .contact2 {
        padding: 10px 20px;
    }

    .header-container {
        padding: 20px 20px;
    }

    .steps {
        padding: 0 0px 0 0;
    }

    .section11 {
        padding: 40px;
    }

    .steps li span {
        font-size: 13px;
    }

    .logo__images2 {
        top: 44%;
        left: 37%;
    }

    .section11__layout {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .work-steps {
        padding-left: 70px;
    }

    .work-steps::before {
        left: 34px;
    }

    .hero-image__desc {
        display: none;
    }

    .hero-image__mob {
        display: block;
    }
}

@media (max-width: 500px) {

    .logo__images {
        left: 27%;
    }

    .logo__images2 {
        top: 44%;
        left: 32%;
    }

    .product__h4{
        flex-direction: column;
        align-items: stretch;
        line-height: 1.6;
    }

    .kovanye__images {
        min-height: auto;
    }

}

@media (max-width: 400px) {

    .logo__images {
        left: 21%;
    }

    .logo__images2 {
        top: 40%;
        left: 27%;
    }

    .hero-image img {
        height: 100%;
        max-height: 100%;
    }
}