.single-new__sibling-news {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}
.single-new__sibling-news a {
    font-size: 20px;
    color: rgb(0, 0, 0);
    transition: 0.3s;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.single-new__sibling-news a svg {
    stroke: rgb(0, 0, 0);
}
.single-new .single-new__title span {
    display: block;
    font-size: 0.5em;
    line-height: 1.2;
    margin-top: 10px;
}
.single-new_properties {
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin-bottom: 54px;
}
.single-new_times {
    display: flex;
    flex-direction: row;
    gap: 20px;
    font-size: 16px;
    line-height: 18px;
    color: #717171;
}
.single-new_dateItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 6px;
}
.single-new__dateItemQuant {
    /* color: rgb(232, 62, 140); */
    color: #000;
}
.single-new_prop {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.single-new_tegs {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}
.single-blog .single-new_tegs .single-new_teg {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F5F5F5;
    border-radius: 30px;
    font-size: 14px;
    line-height: 18px;
    color: #717171;
    padding: 5px 10px;
    text-transform: lowercase;
    transition: 0.3s;
    border: 1px solid rgb(255, 255, 255);
    text-decoration: none;
}
.single-blog .single-new_tegs .single-new_teg:hover {
    text-decoration: underline;
}
.single-new_share {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 18px;
}
.single-new_share-link {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: rgb(180, 180, 180);
    transition: 0.3s;
}
.single-new_share svg {
}
.single-new_share-ok:hover {
    background-color: #f70;
}
.single-new_share-vk:hover {
    background-color: #07f;
}
.single-new_share-whatsapp:hover {
    background-color: #65bc54;
}
.single-new_share-tg:hover {
    background-color: #64a9dc;
}
.single-new_content {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: flex-start;
}
.single-new__article {
}
.single-new__article h2[id^="blog_title_"] {
    scroll-margin-top: 60px;
}
.single-new-sticky {
    flex: 0 0 413px;
    display: flex;
    flex-direction: column;
    padding: 25px 30px 30px;
    background-color: #F5F5F5;
    position: sticky;
    top: 100px;
    max-height: calc(-80px + 100vh);
}
.single-new-sticky-title {
    font-size: 20px;
    line-height: 33px;
    text-transform: uppercase;
}
.single-new-sticky-line {
    position: relative;
    margin: 20px 0px 30px;
    height: 2px;
    background-color: rgb(234, 234, 234);
}
.single-new-sticky-progress {
    height: 2px;
    width: 0px;
    background-color: #000;
}
.single-new-sticky-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    overflow: auto;
}
.single-blog .single-new-sticky-items .single-new-sticky-item {
    font-size: 18px;
    line-height: 22px;
    color: #717171;
    text-decoration: none;
}
.single-blog .single-new-sticky-items .single-new-sticky-item.active {
    color: #000;
}
.single-blog .single-new-sticky-items .single-new-sticky-item:hover {
    text-decoration: underline;
}

.blockJoinUs {
    margin-top: 30px;
    background-color: #F5F5F5;
    padding: 30px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.blockJoinUs_title {
    font-weight: 400;
    font-size: 19px;
    line-height: 33px;
    text-transform: uppercase;
}
.blockJoinUs_buttons a.blockJoinUs_button {
    display: block;
    color: #fff;
    padding: 11px 65px;
    background-color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border: 2px solid #000;
    transition: 0.3s;
    font-weight: 400;
    border-radius: 300px;
}
.blockJoinUs_buttons a.blockJoinUs_button:hover {
    color: #000;
    background-color: #fff;
}
.blog__all {
    margin-top: 40px;
}
.more {
    display: flex;
    align-items: center;
    gap: 20px;
    color: inherit;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1.4;
}
.blog__all a.more {
    font-weight: 400;
    text-decoration: none;
}
.blog__all a.more:hover {
    text-decoration: underline;
}
.single-new__additionalСontent {
    margin-top: 30px;
}
.otherBlog {
    margin-top: 50px;
    margin-bottom: 100px;
}
.otherBlog-title {
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
}




.news-items {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.blogItems {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.blogItem {
    border: 1px solid rgba(0, 0, 0, 0.1);
    /* padding: 30px 25px 25px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
    flex: 0 0 calc((100% - 60px) / 4);
    font-weight: normal;
}
.blogItem_content {
    padding: 24px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.blogItem_date {
    margin-bottom: 24px;
    color: #00000080;
}
.blogItem_title {
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 26px;
}
.blogItem .blogItem_content a {
    text-decoration: none;
}
.blogItem .blogItem_content a:hover {
    text-decoration: underline
}
.blogItem_desc {
    color: #00000080;
    margin-bottom: 24px;
}
.blogItem_more {
    margin-top: auto;
    text-transform: capitalize;
    /* text-decoration: none; */
}
.blogItem_img a {
    display: block;
    width: 100%;
    font-size: 0;
}
.blogItem_img img {
    width: 100%;
    max-height: 300px;
}
.brown-text {
    color: #B28E7B;
}
.h4 {
    font-weight: 500;
    font-size: 24px;
}
.small {
    font-size: 15px;
}
.new-ceremony-team {
    padding: 70px 0;
}
.ceremony-photogallery-slider .swiper-slide img {
    transform: scale(1);
    transition: all 0.3s;
}
.ceremony-photogallery-slider .swiper-slide.swiper-slide-next img {
    /*transform: scale(0.5);
    transition: all 0.3s;
    transform-origin: 100% 0%;*/
}
.footnote {
    font-size: 24px;
    vertical-align: text-top;
}
.footnote-text {
    margin-top: 80px;
}
.custom-select {
    position: relative;
    cursor: pointer;
    border: 1px solid rgba(0,0,0,0.1);
    margin-bottom: 10px;
}
.custom-select__title {
    display: block;
    margin: 100px 0 10px;
}
.custom-select__title:first-child {
    margin-top: 0;
}
.custom-select::after, .place-dropdown::after {
    display: block;
    content: "";
    border-top: 6px solid #000;
    border-bottom: 6px solid transparent;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-2px);
}
.custom-select__text {
    border: 1px solid #fff;
    height: 42px;
    display: block;
    padding: 0 40px 0 20px;
    text-overflow: ellipsis;
    background: #fff;
    line-height: 40px;
    font-size: 14px;
    font-weight: 300;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
}
.custom-select input {
    height: 42px;
    display: block;
    padding: 0 40px 0 20px;
    text-overflow: ellipsis;
    background: #fff;
    line-height: 40px;
    font-size: 14px;
    font-weight: 300;
    max-width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    border: none;
}
.custom-select__list {
    background: #f5f5f5;
    border: 1px solid rgba(0,0,0,0.1);
    position: absolute;
    max-height: 400px;
    overflow-y: auto;
    left: 0;
    top: -99999px;
    opacity: 0;
    width: 100%;
    z-index: 100;
}
.custom-select.opened .custom-select__list {
    top: 100%;
    opacity: 1;
}
.custom-select__list li {
    padding: 16px;
    cursor: pointer;
    border-top: 1px solid #E9E2F2;
    color: #000;
    font-size: 14px;
    line-height: 16px;
}
.custom-select__list li:hover,
.custom-select__list li.active {
    color: #9B8CC7;
}
.custom-select__list.with-check li {
    padding-left: 44px;
    position: relative;
}
.custom-select__list.with-check li::before {
    dispay: block;
    content: "";
    width: 16px;
    height: 16px;
    border: 1px solid #000;
    position: absolute;
    left: 16px;
    top: 15px;
}
.custom-select__list.with-check li.active::before {
    background: #242424 url("../img/select-list-check.svg") center center no-repeat;
}


.tabAdminTop {
    display: flex;
    gap: 13px;
    padding-bottom: 50px;
}
.tabAdminTop_item {
  cursor: pointer;
  color: #242424;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
  border: 1px solid #242424;
  text-align: center;
  height: 52px;
  flex: 0 0 243px;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
  display: flex;
}
.tabAdminTop .tabAdminTop_item:hover, .tabAdminTop .tabAdminTop_item.active {
  background: #000;
  color: #fff;
}


@media (max-width: 1199px) {
    .single-new_content {
        gap: 20px;
    }
    .single-new__article {
        font-size: 18px;
    }
    .single-new-sticky {
        flex: 0 0 350px;
        top: 125px;
        padding: 25px 20px 30px;
    }
    .single-new-sticky-title {
        padding: 0px 10px;
    }
    .single-new-sticky-line {
        margin: 10px 0px 20px;
    }
    .single-new-sticky-items {
        padding: 0px 10px;
        gap: 12px;
    }
    .single-new-sticky-item {
        font-size: 16px;
        line-height: 18px;
    }
}
@media (max-width: 1023px) {
    .single-new_content {
        flex-direction: column-reverse;
    }
    .single-new-sticky {
        position: relative;
        top: 0px;
        width: 100%;
        padding: 20px 20px 30px;
        max-height: none;
        flex: auto;
    }
    .single-new-sticky-items {
        overflow: visible;
    }
    .blogItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px) / 2);
        flex: 0 0 calc((100% - 20px) / 2);
    }
    .blogItem_content {
        padding: 16px;
    }
}
@media (max-width: 767px) {
    .single-new_properties {
        gap: 30px;
    }
    .single-new_times {
        flex-direction: column;
        gap: 10px;
    }
    .single-new_prop {
        flex-direction: column;
    }
    .single-new_share {
        justify-content: flex-end;
    }
    .single-new__article {
        font-size: 16px;
        line-height: 20px;
    }
}
@media (max-width: 599px) {
    .blogItem {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        font-size: 13px;
        line-height: 1.7;
    }
    .blogItem_content {
        padding: 12px;
    }
    .h4 {
        font-size: 20px;
    }
}
@media (max-width: 500px) {
    .single-new__sibling-news {
        flex-direction: column;
    }
    .single-new__sibling-news a {
        font-size: 16px;
    }
    .single-new__sibling-news a:first-child {
        align-self: flex-start;
    }
    .single-new__sibling-news a:last-child {
        align-self: flex-end;
    }
    .single-new__article {
        width: 100%;
        font-size: 16px;
    }
    .single-new__article h2 {
        font-size: 20px;
        line-height: 24px;
    }
    .single-new-sticky {
        padding: 20px 10px 30px;
    }
}
@media (max-width: 479px) {
    .single-new .single-new__title span {
        font-size: 0.8em;
    }
    .blockJoinUs {
        padding: 30px 20px;
    }
    .blockJoinUs_title {
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }
    .blockJoinUs_buttons a.blockJoinUs_button {
        padding: 10px 20px;
        text-align: center;
    }
    .blockJoinUs_buttons {
        width: 100%;
    }
    .otherBlog .center-wrap {
        padding: 0;
    }
    .h4 {
        font-size: 16px;
    }
}