body .choose_block_title{
    margin-bottom: 50px;
    font-weight: 400;
}
body .choose_block_title strong{
    font-weight: 600;
}
.choose_block_content{
    max-width: 382px;
}

.choose_block_photo_other_item {
    pointer-events: auto;
}
@media screen and (min-width: 991px) and (max-width: 1200px){
    .choose_block_photo{
        margin-right: 200px;
    }
}
.country-choose-slider__item:hover{
    background: rgba(255, 255, 255, 1);
}
@media screen and (min-width: 991px) and (max-width: 1300px){
    .choose_block_content div{
        text-align: center;
    }
    body .choose_container{
        flex-direction: column;
        align-items: center;
        gap: 60px;
    }
}
@media screen and (min-width: 1300px){
    .choose_block_photo{
        margin-top: -50px;
    }
    .country_circle{
        font-size:18px;
    }
}
@media screen and (max-width: 991px){
    .choose_block_photo_other_item{
        padding: 20px 40px;
        background: #ABC9F6;
        color: #fff;
        font-weight: 500;
        font-size: 18px;
        line-height: 120%;
        border-radius: 50px;
    }
    .choose_block_item{
        padding: 14px 24px;
        background: rgba(255, 255, 255, 0.5);
        border-radius: 50px;
    }
    .choose_block_items{
        display: flex;
        flex-wrap: wrap;
        column-gap: 12px;
        row-gap: 15px;
    }
    body .choose_block_item{
        font-weight: 400;
        font-size: 16px;
        line-height: 120%;
        color: #1E1E1E;
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .choose_block_item-image {
        flex-shrink: 0;
        flex-basis: 30px;
    }

    .choose_block_item-image img{
        flex-shrink: 0;
        width: 30px;
        height: 30px;
        object-fit: cover;
        border-radius: 50%;
    }

    body .choose_block_photo_other_item{
        position: relative;
        left: 0;
        bottom: 0;
    }
    body .choose_container{
        gap: 25px;
        flex-direction: column;
    }
    body .choose_block_title{
        margin-bottom: 30px;
    }

    .choose_block_item-text br {
        display: none;
    }
}
.choose_cover{
    background: radial-gradient(198.13% 90.64% at 12.47% 29.59%, rgb(195, 218, 249) 0%, rgb(232, 234, 255) 100%);;
}
.choose_block_photo_item{
    position: absolute;
    z-index: 2;
}
.choose_block_photo{
    position: relative;
}
.choose_container{
    gap: 97px;
    display: flex;
}
.spec_item5{
    right: 104px;
    bottom: -205px;
}
.spec_item4{
    right: -92px;
    bottom: -136px;
}
.spec_item3{
    top: 392px;
    right: -190px;
}
.spec_item2{
    top: 190px;
    right: -198px;
}
.spec_item1{
    top: 10px;
    right: -86px;
}
.choose_block_photo_image{
    max-width: 477px;
}
@media screen and (min-width: 992px){
    .choose_block.choose_cover{
        padding-bottom: 335px;
    }
    .choose_block_photo_other_item{
        font-weight: 500;
        font-size: 20px;
        line-height: 120%;
        color: #fff;
        padding: 40px;
        text-align: center;
        width: 180px;
        height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100%;
        background: #ABC9F6;
        position: absolute;
        z-index: 3;
        left: -11px;
        bottom: -171px;
    }
}

.icon_block{
    display: flex;
    position: relative;
}
.icon_block .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) rotate(5deg);
}
.choose_block_photo:after{
    content: '';
    background: url("/wp-content/uploads/2024/04/pseudo_country.svg");
    width: 367px;
    height: 367px;
    position: absolute;
    left: -129px;
    bottom: -124px;
}
.country_circle:hover{
    background: #fff;
}
.country_circle{
    transition: all 0.5s;
    width: 180px;
    height: 180px;
    display: flex;
    color: #1E1E1E;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 100%;
}
.point_name{
    margin-left: -13px;
   z-index: 1;
    white-space: nowrap;
    border-radius: 6px;
    padding: 8px 10px;
    background: #ABC9F6;
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: #fff;
}
.middle_point{
    top: 5px;
    left: 120px;
}
.hight_point{
    bottom: 5px;
    left: 120px;
}
.choose_block_photo_item:hover .middle_point,
.choose_block_photo_item:hover .hight_point{
    opacity: 1;
    pointer-events: unset;
}
.middle_point,
.hight_point{
    transition: all 0.5s;
    opacity: 0;
    z-index: 3;
    pointer-events: none;
    display: flex;
    align-items: center;
    position: absolute;
}
.choose_block_photo_other_item:hover .choose_block_other-list{
	display:block;
}

.choose_block_photo_other_item:has(ul)::before {
    position: absolute;
    content: ' '; /* Додаємо мінімальний вміст */
    width: 100%;
    height: 50px;
   left: 0;
    opacity: 1; /* Робимо елемент видимим */
    bottom: -5px;
}

.choose_block_other-list{
	position:absolute;
    display:none;
    width: 180px;
    background: #fff;
    border-radius: 26px;
    border: 1px solid #e6f0ff;
    max-height: 50svh;
    overflow: auto;
    z-index: 9999;
    top: 180px;
    list-style: none;
}

.choose_block_other-list {
    /* Додаємо overflow, щоб скролбар з'явився, якщо контент перевищує розміри блоку */
    overflow-y: auto;
}

/* Стилі для скролбара (WebKit браузери) */
.choose_block_other-list::-webkit-scrollbar {
    width: 10px; /* Ширина скролбара */
}

.choose_block_other-list::-webkit-scrollbar-thumb {
    background: #cebcfc; /* Колір повзунка */
    border-radius: 50px; /* Закруглення країв */
}

.choose_block_other-list::-webkit-scrollbar-track {
    background: #dfd6ff; /* Колір рейки */
}

/* Стилі для Firefox */
.choose_block_other-list {
    scrollbar-color: #cebcfc #dfd6ff; /* Колір повзунка і рейки */
    scrollbar-width: thin; /* Товщина скролбара */
}
.choose_block_other-list li:not(:last-child) {
    border-bottom: 2px solid #e6f0ff;
}
.choose_block_other-list li a {
    list-style:none;
    padding: 17px 30px;
    transition: all 0.3s ease;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.2;
    display: flex;
    color: #1E1E1E;
    text-align: left;
}
.choose_block_other-list li a:hover {
    background: #ABC9F6;
}
@media screen and (max-width: 992px){
	.choose_block_other-list{
    	left: 0;
        top: 61px;
        width: 190px;
    }
}