/* @import url('fonts.googleapis.com'); */

body:has(.tourism-category-page) .container-wrapper,
body:has(.tourism-inner-page) .container-wrapper{
    max-width: 1440px;
}
body:has(.tourism-category-page) .itemListCategory2 h1.section-title{
    line-height: 50px;
    padding: 11px 0;
    color: #1B1B1B;
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.088px;
}
.tourism-category-page ul{
padding-left: 16px;
}
.tourism-category-page ul li{
    list-style: disc;
}
body:has(.tourism-inner-page) h1.inner-news-title{
    color: #191919;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 12px;
}

body:has(.tourism-inner-page) h2.category-title{
    text-align: center;
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    letter-spacing: 0.088px;
    color: #191919;
    margin-bottom: 12px;
}
.news-tourism-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    padding-top: 16px;
    padding-bottom: 24px;
}
.news-tourism-wrapper h3{
    color: #191919;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.027px;
}
body:has(.tourism-category-page) .moduletable{
    margin-top: 24px;
}
.news-tourism-image {
    max-width: 264px;
    width: 100%;
    height: 100%;
    padding: 16px 16px 48px 16px;
    border-radius: 2px 0 0 0;
    position: relative;
    display: flex;
    justify-content: center;
    border-radius: 2px;
    background: #F7F7F7;
}
.eksport span.eks-title,
.eksport span.eks-title, .share2 span.spare2-title{
    display: none;
}
div.itemTwitterButton{
    padding: 24px 12px;
}
.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;
    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%
}
.tourism-category-page .catDescription{
    max-width: 1000px;
    margin: 0 auto;
}
p.coordinates {
    margin-bottom: 8px;
    font-size: 10px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: .015em;
    text-align: left;
    color: #235B7B;
    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 .content-wrapper,
.tourism-category-page  .content-wrapper,
.tourism-inner-page .content--text,
.tourism-category-page .content--text{
    display: flex;
}
.tourism-inner-page .content--text,
.tourism-category-page .content--text{
    flex-direction: column;
}
.tourism-inner-page .itemImageBlock,
.tourism-category-page .itemImageBlock{
    /* float: right; */
    aspect-ratio: 4 / 3;
    flex-shrink: 0;
    margin: 16px 0 16px 16px;
    width: 400px !important;
    /* height: auto !important; */
    border-radius: 2px;
    img{
        max-width: 400px !important;
        width: 100% !important;
    }
}

@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;
        background: #F7F7F7;
    }

    .news-tourism-image,.news-tourism-content {
        width: 100%
    }

    .news-tourism-content {
        padding: 16px;
    }
    .news-tourism-image{
        max-width: unset;
    }
   
    .tourism-inner-page .itemImageBlock, .tourism-category-page .itemImageBlock{
        width: 320px !important;
    }
}

.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: #E3E3E3;
}

.field>svg {
    display: block;
    margin-bottom: 12px
}

.field__qr-title {
    display: flex;
    gap: 16px
}

.field__qr-title p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    margin: 0!important
}

.itemFullText .field__qr-title img {
    margin: 0!important;
    width: 77px;
    height: 80px!important
}

.field__qr-desc {
    border-top: 1px solid #A4A4A4;
    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 {
    max-width: 1200px;
    width: 100%;
    padding-right: 16px;
    display: block;
    margin: 0 auto;
}

.tourism-category-page #itemListLeading .news-catItemView {
    display: flex;
    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,
.block-news-catItemImageBlock {
    -webkit-border-radius: 2px;
    border-radius: 2px;
    width: 100%!important;
    height: 284px;
    -o-object-fit: cover;
    object-fit: cover;
}
.tourism-category-page .news-catItemView{
    display: flex;
    position: relative;
    align-items: stretch;
    /* padding-top: 16px;
    padding-bottom: 16px; */
    min-height: 168px;
    border-radius: 2px;
    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: 16px 56px 0 56px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.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 .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;
    border-radius: 2px;
    border: 1px solid #E3E3E3;
    background: #F7F7F7;
    cursor: pointer;
    transition: 0.4s ease;
}
/* .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,
.tourism-category-page .block-news-catItemImageBlock span.catItemImage {
    /* padding: 16px; */
    max-width: 378px;
    width: 100%;
    height: 284px;
}

.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;
    color: #191919;
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.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
}

.tourism-category-page .newsmain-more {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: right;
    position: absolute !important;
    right: 20px;
    bottom: 0;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    width: 48px;
    height: 48px;
}


.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(max-width: 992px){
    .fields--extra{
        flex-wrap: wrap;
    }
    .tourism-category-page #itemListLeading .block-news-content{
        padding: 16px 24px 0 24px;
    }
}
@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: 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;
    line-height: 26px;
    }
    .tourism-category-page .news-itemContainer, .tourism-category-page .itemContainer{
        margin-bottom: 8px;
    }
    body:has(.tourism-inner-page) h1.inner-news-title{
        font-size: 18px;
        text-align: center;
    }
    body:has(.tourism-inner-page) h2.category-title,
    body:has(.tourism-category-page) .itemListCategory2 h1.section-title{
        font-size: 21px;
        font-style: normal;
        font-weight: 400;
        line-height: 28px;
    }
    .container:has(.guest_row){
        padding: 0;
    }
    .tourism-inner-page .itemImageBlock, .tourism-category-page .itemImageBlock{
        margin: 16px 0;
        flex-shrink: 1;
        min-width: 150px;
        width: 100% !important;
    }
}
@media screen and (max-width: 576px) {
    .tourism-category-page #itemListLeading .block-news-image span.catItemImage img,
    .block-news-image, .tourism-category-page .block-news-catItemImageBlock span.catItemImage {
        height:184px!important;
        max-width: 124px;
        width: 100%;
    }

    .block-news-image span.catItemImage img {
        width: 40px!important;
        height: 40px!important
    }

    .block-news-content {
        width: calc(100% - 56px)
    }
    .tourism-category-page .newsmain-more{
        right: 0;
        height: auto;
    }
    .item-extraFields {
        width: 100%;
        text-align: left
    }

    .newsmain-more {
        right: 0
    }

   .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
    }
}
@media (max-width: 500px){
    .tourism-category-page #itemListLeading .block-news-image span.catItemImage img,
    .block-news-image, .tourism-category-page .block-news-catItemImageBlock span.catItemImage {
        height:80px!important;
        max-width: 80px;
        width: 100%;
    }
    .tourism-category-page #itemListLeading .block-news-content{
        padding: 0px;
        justify-content: flex-start;
    }
    .tourism-category-page #itemListLeading .news-catItemView{
        gap: 16px;
    }
    .tourism-category-page h3{
        font-size: 18px;
        line-height: 22px;
    }
    .tourism-inner-page .content-wrapper, .tourism-category-page .content-wrapper{
        flex-direction: column;
    }
}