
.place_hader {
height: 100%;
background: var(--card);
box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.06);
padding: 20px;
border-radius: 0px 0px 25px 25px;
padding-top: 35px;
overflow: hidden;
padding-bottom: 66px;
}

.place_info {
background: var(--card);
box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.06);
border-radius: 25px;
max-width: 800px;
width: 100%;
padding: 20px 38px;
margin: auto;
margin-top: 45px;
}

.place_title {
    font-weight: 700;
    font-size: 20px;
    text-align: center;
    color: var(--color_blue);
}

.place_text {

    max-width: 700px;
    width: 100%;
    margin: auto;
    font-weight: 400;
    font-size: 20px;
    line-height: 23.44px;
    text-align: center;
   color: var(--color_grey);
   margin-top: 15px;
}

.place_slider_blog{
position: relative;
z-index: 10;
max-width: 800px;
width: 100%;
margin: auto;
margin-top: 67px;
}

.place_slider {
padding: 40px 50px;
}

.ymaps-2-1-79-balloon, .ymaps-2-1-79-balloon__layout {
border-radius: 30px !important;
}

.ymaps-2-1-79-balloon__close {
    left: -8px;
}

.place_item_content {
display: flex;
gap: 48px;
background: var(--card);
border: 1px solid rgb(221 221 221);
border-radius: 25px;
padding: 20px;
min-height: 240px;
}

.place_item_img {
max-width: 300px;
height: 200px;
width: 100%;
border-radius: 20px;
overflow: hidden;
}

.place_item_img img{
height: 100%;
object-fit: cover;
}

.place_item_info {
display: flex;
flex-direction: column;
justify-content: space-between;
}

.place_item_title {
font-weight: 700;
font-size: 24px;
line-height: 28.13px;
color: var(--color_grey);
text-transform: uppercase;
}

.place_item_title span {
color: var(--color_blue);
}

.place_logo {
margin-top: 20px;
}

.place_item_text {
    font-weight: 400;
    font-size: 20px;
    line-height: 23.44px;
color: var(--color_grey);
}

.place_item_info .btn_code {
width: max-content;
}

.place_maps {
margin-top: 60px;
}

.place_maps_title {
    font-weight: 700;
    font-size: 32px;
    line-height: 37.5px;
    text-align: center;
color: var(--color_grey);
}

.place_maps_blog {
max-width: 672px;
width: 100%;
height: 412px;
border-radius: 28px;
margin: auto;
margin-top: 37px;
margin-bottom: 50px;
overflow: hidden;
}

.place_bottom {
background: var(--card);
box-shadow: 0px 0px 70px 0px rgba(40, 40, 40, 0.1);
border-radius: 25px;
padding: 20px;
font-weight: 400;
font-size: 20px;
line-height: 23.44px;
text-align: center;
margin-top: 50px;
margin-bottom: 50px;
color: #535353;
}

.place_banner {
max-width: 800px;
width: 100%;
height: 100%;
margin-bottom: 65px;
}

.place_banner_img {
position: relative;
max-width: 100%;
width: 100%;
border-radius: 50px;
background: var(--card);
box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.06);
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
border: 5px solid rgba(255, 255, 255, 1)
}

.place_banner_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.place_banner_item {
max-width: 49%;
width: 100%;
margin-top: 0;
position: relative;
background: var(--card);
box-shadow: 0px 0px 150px 0px rgba(0, 0, 0, 0.06);
border-radius: 18px;
padding: 18px;
margin-top: 20px;
}

.place_banner_item:nth-child(5) {
max-width: 100%;
}

.place_banner_item_title h4 {
font-size: 20px;
font-weight:400;
text-align: center;
color: var(--color_grey);
display: block;
text-transform: uppercase;
}

.place_banner_item_title h5 {
font-size: 20px;
font-weight: 400;
line-height: 23.44px;
text-align: center;
color: var(--color_blue);
margin-top: 8px;
}

.place_placeOfMemory_flex {
display: flex;
justify-content: center;
}

.place__blog_bottom {
display: flex;
flex-direction: column;
align-items: center;
gap: 10px;
}

.place_ava {
width: 500px;
height: 300px;
}

.place_setting_ava {
width: 500px !important;
height: 300px !important;
}
