body:has(.tourism-category-page) .container-wrapper,
body:has(.tourism-inner-page) .container-wrapper{
    max-width: 1100px;
}
.news-tourism-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr
}

.news-tourism-image {
    width: 40%;
    height: 256px;
    padding: 16px 16px 48px 16px;
    border-radius: 2px 0 0 0;
    background: #F5F5F5;
    position: relative;
    display: flex;
    justify-content: center
}

.news-tourism-image img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.news-tourism-item {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: space-between;
    border: 1px solid #F5F5F5;
    padding-left: 16px;
    padding-bottom: 16px
}

.news-tourism-item h3>a:hover {
    text-decoration: none;
    color: #191919
}

.news-tourism-item .thirdy-button {
    position: absolute;
    left: calc(50% - 24px);
    bottom: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    padding: 0;
    align-items: center;
    justify-content: center;
    transition: 0.4s ease;
}
.news-tourism-item .thirdy-button:hover{
    background: var(--accent--3, #FBDADC);
}
.news-tourism-content {
    width: 60%
}

p.coordinates {
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: .015em;
    text-align: left;
    color: #575757;
    position: relative;
    padding-left: 26px
}

p.coordinates::after {
    content: "";
    position: absolute;
    left: 0;
    top: -3px;
    width: 18px;
    height: 18px;
    background-image: url(../images/icons/coordinates.svg)
}

p.object-adress {
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: .0025em;
    text-align: left;
    color: #383838;
    margin-top: 4px;
    margin-bottom: 0
}

.news-tourism-item .main-introtext {
    -webkit-line-clamp: 10;
    margin-top: 13px
}
.tourism-inner-page .itemImageBlock,
.tourism-category-page .itemImageBlock{
    float: right;
    margin: 16px 0 16px 16px;
    width: 400px !important;
    height: auto !important;
    border-radius: 2px;
}
@media screen and (max-width: 1200px) {
    .news-tourism-wrapper {
        grid-template-columns:1fr
    }
}

@media screen and (max-width: 767px) {
    .news-tourism-item {
        flex-direction:column;
        padding-bottom: 0;
        padding-left: 0
    }

    .news-tourism-image,.news-tourism-content {
        width: 100%
    }

    .news-tourism-content {
        padding-left: 16px;
        padding-bottom: 16px
    }
}

.fields--extra {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 24px;
    margin-top: 24px;
    width: 100%;
    justify-content: space-between;
}

.field {
    background: #F5F5F5;
    padding: 16px;
    color: #191919;
    width: 100%;
    /* max-width: 368px */
    max-width: 32%;
}

.field__qr {
    background: #e6e6e6
}

.field>svg {
    display: block;
    margin-bottom: 12px
}

.field__qr-title {
    display: flex;
    gap: 16px
}

.field__qr-title p {
    font-family: 'PT Sans';
    font-weight: 700;
    font-size: 17px;
    line-height: 118%;
    margin: 0!important
}

.itemFullText .field__qr-title img {
    margin: 0!important;
    width: 77px;
    height: 80px!important
}

.field__qr-desc {
    border-top: 1px solid #E22831;
    padding-top: 24px;
    margin-top: 24px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: .0025em
}
.tourism-category-page .itemList {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between
}

.tourism-category-page #itemListLeading {
    width: 50%;
    padding-right: 16px;
    display: block;
}

.tourism-category-page #itemListLeading .news-catItemView {
    display: flex;
    flex-direction: column;
    justify-content: start;
    border-bottom: none
}
.tourism-category-page .block-news-catItemImageBlock span.catItemImage{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
}
.tourism-category-page #itemListLeading .block-news-image span.catItemImage img {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%!important;
    height: 280px!important;
    -o-object-fit: cover;
    object-fit: cover;
    height: 268px
}
.tourism-category-page .news-catItemView{
    display: flex;
    flex-direction: row-reverse;
    position: relative;
    align-items: stretch;
    /* padding-top: 16px;
    padding-bottom: 16px; */
    min-height: 168px;
    border-radius: 2px;
    background: #FFF;
    width: 100%;
    flex: 1 1 0%;
    justify-content: flex-end;
}
.sovety #itemListLeading .block-news-image span.catItemImage img {
    height: auto!important;
    max-height: 400px
}

.tourism-category-page #itemListLeading .block-news-image {
    margin-left: 0
}

.tourism-category-page #itemListLeading .block-news-content {
    padding-top: 16px;
    padding-bottom: 64px;
    width: 100%
}

.tourism-category-page #itemListLeading .newsmain-more {
    left: -8px;
    width: 130px
}

.tourism-category-page #itemListLeading .newsmain-more .read-more {
    display: inline-block;
    position: relative
}

.tourism-category-page #itemListLeading .newsmain-more:hover {
    background: #fff0;
    border-radius: 0
}

.tourism-category-page #itemListLeading .newsmain-more svg {
    display: none
}

.tourism-category-page #itemListLeading .newsmain-more .read-more::after {
    content: "Читать далее";
    display: inline-flex;
    min-height: 38px;
    padding: 10px 8px;
    justify-content: center;
    align-items: center;
    background: #fff0;
    color: var(--accent-1,#AC161D);
    text-align: center;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .35px;
    text-transform: uppercase;
    transition: all 0.4s ease
}

.tourism-category-page #itemListLeading .newsmain-more:hover .read-more::after {
    border-radius: 38px;
    background: var(--accent--3,#FBDADC)
}

.tourism-category-page #itemListLeading .newsmain-more:active .read-more::after {
    border-radius: 38px;
    background: #fff0
}

.tourism-category-page #itemListPrimary {
    width: 50%;
    padding-left: 16px
}

.tourism-category-page #itemListSecondary {
    width: 100%
}

.tourism-category-page .news-catItemIntroText {
    margin-top: 12px
}
.tourism-category-page .news-itemContainer.itemContainerLast,
.tourism-category-page .itemContainer{
    outline: none;
    padding: 16px;
    border-radius: 6px;
}
/* .tourism-category-page div.itemContainer,
.tourism-inner-page div.itemContainer{
    padding: 0;
} */
.tourism-category-page .news-itemContainer,
.tourism-category-page .itemContainer{
    padding: 16px;
    margin-bottom: 16px;
    border-radius: 6px;
}
.news-itemContainer.news-itemContainer:hover,
.tourism-category-page .news-itemContainer.itemContainerLast:hover,
.tourism-category-page .itemContainer:hover{
  box-shadow: 4px 4px 16px 0px rgba(24, 33, 37, 0.15),1px 1px 2px 0px rgba(24, 33, 37, 0.3);
}
.block-news-catItemImageBlock {
    height: 100%
}

.block-news-image {
    height: 100%;
    margin-right: 0;
    margin-left: 16px
}

.block-news-image span.catItemImage img {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 88px!important;
    height: 88px!important;
    -o-object-fit: cover;
    object-fit: cover
}

.block-news-catItemTitle {
    margin-top: 14px
}
.tourism-category-page .news-itemContainer{
    width: 100% !important;
}
.news-itemContainer .catItemLinks {
    margin: 0
}

.block-news-catItemTitle a {
    color: #191919
}

.block-news-catItemTitle a:hover {
    text-decoration: none;
    color: #191919
}

.newsmain-more {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    position: absolute;
    right: 20px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background: #FFF
}

.newsmain-more:hover {
    background: #E22831
}

.newsmain-more:hover svg path {
    fill: #FFF
}

.read-more {
    line-height: 1
}

button.newsmain-more a:hover,.newsmain-all a:hover {
    text-decoration: none
}

.newsmain-all a:active {
    text-decoration: none
}

.itemFullText img,.newscontainer-itemIntroText img {
    max-width: 100%;
    height: auto!important;
    margin: 2px auto;
    margin-left: auto;
    margin-right: auto;
    display: inline-block
}

@media screen and (max-width: 1400px) {
    .tourism-category-page .itemImageBlock {
        width:35%
    }

    .tourism-category-page .itemImageBlock img {
        width: 100%!important
    }

    .lenta sovety {
        width: 65%
    }

    .right-inner-wrapper {
        width: 35%
    }
}
@media screen and (max-width: 870px) {
    .fields--extra{
        justify-content: flex-start;
    }
    .tourism-category-page h1,
    .tourism-inner-page h1{
        font-size: 26px;
        font-style: normal;
        font-weight: 600;
        line-height: 36px;
    }
}
@media screen and (max-width: 767px) {
    .tourism-category-page #itemListLeading {
        width:100%;
        padding-right: 0
    }

    .tourism-category-page #itemListPrimary {
        width: 100%;
        padding-left: 0
    }

    .tourism-category-page .itemImageBlock {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        float: none
    }

    .k2-recaptcha-v2>div {
        max-width: 100%!important;
        max-width: calc(100vw - 80px)!important;
        overflow: hidden
    }

    .rc-anchor-container {
        max-width: 100%!important
    }
}

@media screen and (max-width: 576px) {
    .tourism-category-page #itemListLeading .block-news-image span.catItemImage img {
        height:184px!important
    }

    .block-news-image span.catItemImage img {
        width: 40px!important;
        height: 40px!important
    }

    .block-news-content {
        width: calc(100% - 56px)
    }

    .item-extraFields {
        width: 100%;
        text-align: left
    }

    .newsmain-more {
        right: 0
    }
}
@media screen and (max-width: 767px) {
   .tourism-category-page #itemListLeading {
        width:100%;
        padding-right: 0
    }

   .tourism-category-page #itemListPrimary {
        width: 100%;
        padding-left: 0
    }

   .tourism-category-page .itemImageBlock {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
        margin-left: 0;
        float: none
    }

    .k2-recaptcha-v2>div {
        max-width: 100%!important;
        max-width: calc(100vw - 80px)!important;
        overflow: hidden
    }

    .rc-anchor-container {
        max-width: 100%!important
    }
    .tourism-category-page h3{
        font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
    }
    .tourism-category-page .news-itemContainer, .tourism-category-page .itemContainer{
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 576px) {
   .tourism-category-page #itemListLeading .block-news-image span.catItemImage img {
        height:184px!important
    }

   .tourism-category-page .block-news-image span.catItemImage img {
        width: 40px!important;
        height: 40px!important
    }

   .tourism-category-page .block-news-content {
        width: calc(100% - 56px)
    }

   .tourism-category-page  .item-extraFields {
        width: 100%;
        text-align: left
    }

    .newsmain-more {
        right: 0
    }
}