

/* Start:/local/templates/wine/components/bitrix/news.list/turizm-video/style.css?1761045561487*/
.tourism-banner {
    width: 100%;
    height: 560px;
    overflow: hidden;
    position: relative;
    margin-top: 50px;
}

.tourism-banner video {
    bottom: 50%;
    width: 100%;
    position: relative;
}

@media (max-width: 1919px) {
    .tourism-banner {
        height: 360px;
    }
}

@media (max-width: 1439px) {
    .tourism-banner {
        height: 256px;
    }
}

@media (max-width: 1023px) {
    .tourism-banner {
        height: 128px;
    }
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/turizm-slider/style.css?17610455612349*/
.tourism-title {
    margin-top: 56px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
}

.tourism-title .h2-color{
    margin-top: 10px;
}

.tourism-text {
    margin-top: 48px;
}

.tourism-slider img {
    width: 100%;
    object-fit: cover;
    border-radius: 32px;
}

.tourism-title .anime {
    opacity: 0;
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
    transform: translateY(100px);
    top: 30px;
    position: relative;
}

.tourism-title .anime.show {
    transform: translateY(0);
    opacity: 1;
    top: 0;
}

.tourism-slider .swiper-slide-odd img {
    height: 608px;
}

.tourism-slider .swiper-slide-even img {
    height: 400px;
}

.tourism-slider {
    height: 608px;
    margin-top: 80px;
}

.tourism-slider .swiper {
    height: 100%;
    width: 70%;
    overflow: visible;
}

.tourism-slider .swiper-wrapper {
    transition-timing-function: linear;
    pointer-events: none;
}

.tourism-slider .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1919px) {
    .tourism-text {
        margin-top: 40px;
    }

    .tourism-title {
        margin-top: 48px;
    }

    .tourism-slider {
        height: 448px;
        margin-top: 40px;
    }

    .tourism-slider .swiper-slide-odd img {
        height: 448px;
    }

    .tourism-slider .swiper-slide-even img {
        height: 294px;
    }
}

@media (max-width: 1439px) {
    .tourism-text {
        margin-top: 24px;
    }

    .tourism-title {
        margin-top: 28px;
    }

    .tourism-slider {
        height: 320px;
        margin-top: 24px;
    }

    .tourism-slider .swiper-slide-odd img {
        height: 320px;
    }

    .tourism-slider .swiper-slide-even img {
        height: 200px;
    }
}

@media (max-width: 1023px) {
    .section-slider .row {
        margin: 0;
    }

    .tourism-title {
        margin-top: 0px;
    }

    .tourism-slider {
        height: 266px;
        width: 100%;
        overflow: hidden;
        margin-top: 22px;
    }

    .tourism-slider .swiper-slide-odd img {
        height: 266px;
    }

    .tourism-slider .swiper-slide-even img {
        height: 186px;
    }
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/turizm-tour/style.css?17610455613456*/
.tourism-tour-text {
    margin-top: 104px;
}

.tourism-tour-item {
    display: flex;
    flex-direction: row;
    margin-top: 72px;
}

.tourism-tour-item:nth-child(odd) img {
    height: 501px;
    width: 608px;
    object-fit: cover;
    border-radius: 32px;
}

.tourism-tour-item:nth-child(even) img {
    height: 556px;
    width: 924px;
    object-fit: cover;
    border-radius: 32px;
}

.tourism-tour-item .btn{
    margin-top: 40px;
}

@media (max-width: 1919px) {
    .tourism-tour-item:nth-child(odd) img{
        width: 448px;
        height: 376px;
        object-fit: cover;
        border-radius: 32px;
    }

    .tourism-tour-item:nth-child(even) img {
        width: 684px;
        height: 424px;
        object-fit: cover;
        border-radius: 32px;
    }
}

@media (max-width: 1439px) {
    .tourism-tour-item:nth-child(odd) img {
        width: 320px;
        height: 236px;
        object-fit: cover;
        border-radius: 16px;
    }

    .tourism-tour-item:nth-child(even) img {
        width: 488px;
        height: 296px;
        object-fit: cover;
        border-radius: 16px;
    }

    .tourism-tour-item .btn{
        margin-top: 32px;
    }
}

@media (max-width: 1023px) {
    .tourism-tour-item:nth-child(odd) img,.tourism-tour-item:nth-child(even) img   {
        height: 202px;
        width: 100%;
    }
}

.tourism-tour__props {
    display: flex;
    flex-direction: row;
    gap: 8px;
    flex-wrap: wrap;
}

.tourism-tour__prop{
    display: flex;
    align-items: flex-end;
    height: 24px;
}

.tourism-tour__prop:first-child{
    margin-right: 24px;
}

.tourism-tour__prop svg{
    transform: translateY(-7px);
}

@media (max-width: 1919px) {
    .tourism-tour__prop svg{
        transform: translateY(-4px);
    }
}

@media (max-width: 1439px) {
    .tourism-tour__prop svg{
        transform: translateY(-2px);
    }
}

@media (max-width: 1023px) {
    .tourism-tour__prop svg{
        transform: translateY(-3px);
    }

    .tourism-tour__prop:first-child{
        margin-right: 16px;
    }
}

.tourism-tour__title {
    margin-top: 72px;
    padding-bottom: 24px;
    border-bottom: 1px solid #CFCFCE;
    font-style: italic;
}

.tourism-tour__text {
    margin-top: 24px;
}

.tourism-tour-items {
    display: flex;
    flex-direction: column;
    gap: 56px;
}

@media (max-width: 1919px) {
    .tourism-tour-text {
        margin-top: 72px;
    }

    .tourism-tour__title {
        margin-top: 56px;
    }

    .tourism-tour-items {
        gap: 40px;
    }
}

@media (max-width: 1439px) {
    .tourism-tour-text {
        margin-top: 56px;
    }

    .tourism-tour__title {
        margin-top: 40px;
        padding-bottom: 16px;
    }

    .tourism-tour__text {
        margin-top: 16px;
    }

    .tourism-tour-items {
        gap: 32px;
    }
}

@media (max-width: 1023px) {
    .tourism-tour-items {
        gap: 48px;
    }

    .tourism-tour-text {
        margin-top: 40px;
        margin-bottom: 56px;
    }

    .tourism-tour-item {
        flex-direction: column;
        margin-top: 0;
    }

    .tourism-tour__props {
        margin-top: 32px;
    }

    .tourism-tour__title {
        margin-top: 24px;
    }

    .tourism-tour-item:nth-child(even) {
        flex-direction: column-reverse;
    }
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/turizm-inter/style.css?17610455612542*/
.tourism-inter-text {
    margin-top: 76px;
}

.tourism-inter-block {
    margin-top: 72px;
}

.tourism-inter-block_start {
    display: block;
}

@media (max-width: 1023px) {
    .tourism-inter-block_start {
        display: none;
    }
}

.tourism-inter-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.tourism-inter-item {
    display: flex;
    flex-direction: column;
    padding: 48px 0;
    gap: 16px;
    width: 100%;
}

.tourism-inter-date {
    color: #9C9C9C;
}

.tourism-inter-title {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tourism-inter-desc {
    color: #5C5C5B;
}

.page.loaded.close {
    overflow: clip!important;
}

.tourism-inter-images {
    margin-top: 36px;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 24px;
    position: sticky;
    top: 50px;
    /*height: 900px;*/
    /*height: 100%;*/
}

.tourism-inter-images img {
    visibility: hidden;
    width: 608px;
    height: 672px;
    border-radius: 32px;
    object-fit: cover;
    transition: all 0.5s ease-in-out;
    opacity: 0;
    position: absolute;
    /*top: 0;*/
}

.tourism-inter-images img.show {

    visibility: visible;
    opacity: 1;
    position: relative;
}

.tourism-inter-item + .tourism-inter-item {
    border-top: 1px solid #CFCFCE;
}

.tourism-inter-item:hover svg rect {
    fill: #2B2A29;
    stroke: #2B2A29;
}

.tourism-inter-item:hover svg path {
    stroke: white;
}

@media (max-width: 1919px) {
    .tourism-inter-text {
        margin-top: 32px;
    }

    .tourism-inter-item {
        padding: 40px 0;
    }

    .tourism-inter-images img {
        width: 448px;
        height: 528px;
    }
}

@media (max-width: 1439px) {
    .tourism-inter-text {
        margin-top: 24px;
    }

    .tourism-inter-block {
        margin-top: 24px;
    }

    .tourism-inter-item {
        padding: 32px 0;
    }

    .tourism-inter-item {
        gap: 8px;
    }

    .tourism-inter-images img {
        width: 320px;
        height: 400px;
    }

    .tourism-inter-title svg {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 1023px) {
    .tourism-inter-text {
        margin-top: 8px;
    }

    .tourism-inter-item {
        padding: 24px 0;
    }

    .tourism-inter-images img {
        width: 0px;
        height: 0px;
    }
}
/* End */
/* /local/templates/wine/components/bitrix/news.list/turizm-video/style.css?1761045561487 */
/* /local/templates/wine/components/bitrix/news.list/turizm-slider/style.css?17610455612349 */
/* /local/templates/wine/components/bitrix/news.list/turizm-tour/style.css?17610455613456 */
/* /local/templates/wine/components/bitrix/news.list/turizm-inter/style.css?17610455612542 */
