.image-wrapper {
            position: relative !important;
            display: block;
            height: 100vh;
            width: 100%;
            overflow: hidden;
        }

        .image-wrapper img {
            width: 100%;
            height: 100%;
            display: block;
            clip-path: polygon(0% 0%,
                    /* левый верхний */
                    100% 0%,
                    /* правый верхний */
                    100% 85%,
                    /* правый нижний с отступом */
                    50% 100%,
                    /* правый нижний угол поднят */
                    100% 100%,
                    /* центр нижней грани поднят */
                    50% 100%,
                    /* левый нижний угол поднят */
                    0% 85%
                    /* левый нижний с отступом */
                );
            object-fit: cover;
            z-index: 90;
        }

        .text-overlay-container {
            position: absolute;
            left: 80px;
            width: 100%;
            height: 100%;
            top: 0;
            display: flex;
            flex-direction: column;
            justify-content: between;
        }

        .text-overlay-container .container,
        .text-overlay-container .row,
        .text-overlay-container .col-md-6 {
            width: 100%;
        }

        .div-banner-text .p-banner-text {
            color: white;
            font-family: 'Helvetica';
            line-height: 50px;
            font-weight: 600;
            font-size: 40px;
            letter-spacing: 3px;
        }

        .div-banner-text .p-banner-small-text {
            color: white;
            font-family: 'Helvetica';
            font-size: 19px;
            letter-spacing: 1px;
            font-weight: 100;
        }

        .div-banner-text {
            text-shadow: 0 0 40px rgba(0, 0, 0, 1);
            margin-top: 20vh;
        }

        .banner-btn-1,
        .banner-btn-2 {
            font-family: 'Helvetica';
            text-align: center;
            letter-spacing: 0px;
            font-weight: 100;
            font-size: 16px;
            border: none;
            border-radius: 10px !important;
            height: 60px;
            width: 300px;
            color: rgb(255, 255, 255);
            margin-right: 20px;
        }

        .banner-btn-1 {background-color: #102b49;}
        .banner-btn-2:hover {
            background-color: #102b49;
        }

        .banner-btn-2 {background-color: #e1a044;}
        .banner-btn-1:hover {
            background-color: #e1a044;
        }

        .banner-btns-block {
            position: absolute;
            bottom: 20vh;
            left: 15px;
        }

        .img-phone {
            margin-top: -160px; z-index: 100; position: relative; margin-bottom: -150px;
        }
        .about-village {
            margin-top: 30px;
        }

        .about-village p {
            font-family: 'Helvetica';
            font-size: 20px;
            font-weight: 100;
            color: #4c4c4b;
        }

        .about-village h3 {
            font-family: 'Helvetica';
            font-size: 30px;
            text-transform: uppercase;
            color: #d1953d;
            font-weight: lighter;
            margin-bottom: 50px;
        }

        .h3-conception {
            font-family: 'Helvetica';
            font-size: 30px;
            text-transform: uppercase;
            color: #334a62;
            font-weight: lighter;
            margin-bottom: 50px;
        }

        .div-format-flat {
            display: inline-block;
            border-radius: 16px;
            text-align: center;
            margin-bottom: 40px;
            background-color: #102b49;
        }

        .div-format-flat p {
            font-family: 'Helvetica';
            font-size: 30px;
            text-transform: uppercase;
            font-weight: bold;
            margin: 15px;
            color: white;
        }

        .about-format-flat {
            margin-top: 30px;
        }

        .list-item-with-icon {
            display: flex;
            align-items: flex-start;
            margin-bottom: 15px;
        }

        .list-icon {
            margin-right: 5px;
            flex-shrink: 0;
        }

        .list-item-with-icon p {
            margin-bottom: 24px;
            flex: 1;
            color: #4c4c4b;
            font-family: 'Helvetica';
            font-size: 25px;
            font-weight: 100;
            line-height: 1.3;
        }

        .format-flat-check {
            color: #102b49;
            font-weight: bold;
            margin-right: 8px;
            font-style: italic;
        }

        .av-2 p {
            font-size: 18px !important;
            text-align: center;
        }

        .p-icons {
            font-family: 'Helvetica';
            font-size: 18px;
            color: #4c4c4b;
            text-align: center;
        }

        .img-icons {
            text-align: center;
        }

        .p-cards {
            font-family: 'Geologica', sans-serif;
            font-size: 22px;
            font-weight: 600;
            color: #4c4c4b;
        }

        .my-card {
            border-radius: 10px;
            box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            margin-bottom: 30px;
        }

        .card-body {
            margin: 30px;
        }

        .my-card-text {
            font-family: 'Geologica', sans-serif;
            font-weight: 300;
            font-size: 16px;
            color: #4c4c4b;
        }

        .my-btn {
            border-radius: 11px;
            background-color: #cd8b2a;
            border: none !important;
            padding-left: 30px;
            padding-right: 30px;
            padding-top: 9px;
            padding-bottom: 9px;
        }

        .my-btn:hover {
            background-color: #102b49;
        }

        @media (max-width: 768px) {
            .text-overlay-container {
                left: 30px;
            }

            .div-banner-text .p-banner-text {
                font-size: 28px;
                line-height: 40px;
            }

            .div-banner-text .p-banner-small-text {
                font-size: 16px;
                font-weight: 400;
            }

            .banner-btn-1,
            .banner-btn-2 {
                height: 50px;
                width: 240px;
                margin-bottom: 16px;
            }

        }

        @media (max-width: 1000px) {

            .div-format-flat p {
                font-size: 23px;
            }

            .list-icon {
                height: 50px;
            }

            .list-item-with-icon p {
                font-size: 20px;
            }

            .img-phone {
                margin-top: 0px;
                margin-bottom: 0px;
            }
            
        }