.form_errors {
    margin-bottom: 10px;
    margin-top: 10px;
    color: red;
    font-weight: bold;
    font-size: 16px;
}

.form_errors:empty {
    display: none;
    visibility: hidden;
}

.form_success {
    margin-bottom: 10px;
    margin-top: 10px;
    color: green;
    font-weight: bold;
    font-size: 16px;
}

.form_success:empty {
    display: none;
    visibility: hidden;
}

/*.layouts__area_state_reserved {
    cursor: default;
}

.layouts__area_state_reserved:hover {
    fill-opacity: .15;
}*/

.no-margin-top {
    margin-top: 0 !important;
}

.index-plan--update .genplan__wrap {
    padding-top: 45%
}

.index-plan--update .genplan__ancor {
    display: block;
    position: absolute
}

.index-plan--update .genplan__ancor > img {
    position: absolute;
    max-width: initial;
    height: auto;
    top: 0;
    transform: translateY(-100%);
    left: 30px;
    width: 260px;
    /*animation: genplan-ancor 2s ease-in-out infinite;*/
    transition: all ease .3s
}

@media screen and (max-width: 1919px) {
    .index-plan--update .genplan__ancor > img {
        left: 1.563vw;
        width: 13.542vw
    }
}

@keyframes genplan-ancor {
    0% {
        top: 0
    }

    50% {
        top: -10px;
    }
    100% {
        top: 0
    }
}

.index-plan--update .genplan__ancor--1 {
    width: 180px;
    height: 130px;
    left: 330px;
    top: 320px;
}

@media screen and (max-width: 1919px) {
    .index-plan--update .genplan__ancor--1 {
        width: 9.375vw;
        height: 6.771vw;
        left: 16.813vw;
        top: 16.375vw;
    }
}

.index-plan--update .genplan__ancor--2 {
    width: 130px;
    height: 140px;
    left: 915px;
    top: 400px;
}

@media screen and (max-width: 1919px) {
    .index-plan--update .genplan__ancor--2 {
        width: 6.771vw;
        height: 7.292vw;
        left: 46.865vw;
        top: 19.979vw;
    }
}

.index-plan--update .genplan__ancor--3 {
    width: 325px;
    height: 180px;
    left: 125px;
    top: 120px
}

.index-plan--update .genplan__ancor--3 > img {
    transform: translateY(-70%)
}

@media screen and (max-width: 1919px) {
    .index-plan--update .genplan__ancor--3 {
        width: 16.927vw;
        height: 9.375vw;
        left: 6.51vw;
        top: 6.25vw
    }
}

.index-plan--update .genplan__ancor--4 {
    width: 160px;
    height: 180px;
    left: 960px;
    top: 110px
}

.index-plan--update .genplan__ancor--4 > img {
    transform: translateY(-70%)
}

@media screen and (max-width: 1919px) {
    .index-plan--update .genplan__ancor--4 {
        width: 8.333vw;
        height: 9.375vw;
        left: 50vw;
        top: 5.729vw
    }
}

@media screen and (max-width: 1023px) {
    .index-plan--update .genplan__ancor--4 {
        left: 51vw
    }
}

@media screen and (max-width: 639px){
    .index-plan--update #genplan-side .genplan__wrap{
        padding-top: 65%;
        background-size: cover;
        background-position-y: top;
    }

    /*.index-plan--update #genplan-side .genplan__ancor {*/
    /*    background: black;*/
    /*    opacity: 0.5;*/
    /*}*/

    .index-plan--update #genplan-side .genplan__ancor > img{
        width: 27vw;
    }

    .index-plan--update .genplan__ancor--1{
        width: 29.375vw;
        height: 22.771vw;
        left: 3.813vw;
        top: 24.375vw;
    }

    .index-plan--update .genplan__ancor--2{
        width: 20.771vw;
        height: 25.292vw;
        left: 47.865vw;
        top: 29.979vw;
    } 


}



.about-gallery-slider {
    max-width: 1400px;
    margin: 0 auto;
}

.about-gallery-slider .slick-slide {
    margin: 0 10px;
}

.about-gallery__item {
    aspect-ratio: 1809 / 1018;
    position: relative;
    overflow: hidden;
}

.about-gallery__item img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
}


/* Базовые стили для стрелок */
.about-gallery-slider .slick-prev,
.about-gallery-slider .slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #3fab3c;
    border-radius: 50%;
    z-index: 1;
    cursor: pointer;
    border: none;
    font-size: 0;
    line-height: 0;
    color: transparent;
    transition: all 0.3s ease;
}


/* Позиционирование стрелок */
.about-gallery-slider .slick-prev {
    left: 20px;
}

.about-gallery-slider .slick-next {
    right: 20px;
}

/* Стили для иконок стрелок (используем псевдоэлементы) */
.about-gallery-slider .slick-prev:before,
.about-gallery-slider .slick-next:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: translate(-50%, -50%);
}

.about-gallery-slider .slick-prev:before {
    transform: translate(-30%, -50%) rotate(45deg);
}

.about-gallery-slider .slick-next:before {
    transform: translate(-70%, -50%) rotate(-135deg);
}

/* Отключение стрелок, когда слайдер достиг конца */
.about-gallery-slider .slick-disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.form__label_checkbox a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.form__label_checkbox a:hover {
    text-decoration: none;
}
