

/* Start:/local/templates/tournaments/components/bitrix/news.list/list-tour/style.css?175464966618132*/
.tourlist-more-archive{
	display: flex;
        align-items: center;
        flex-direction: column;
        row-gap: 10px;
        color: #0E0E11;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        line-height: 24px;
        letter-spacing: -0.66px;
        cursor: pointer;
        max-width: 160px;
        margin: 60px auto 0;
}
.arhiv img{
	max-width: 17px;
}
.container{
	position: relative;
}
.tourlist-filters{

}
.contentFlex{
	display: flex;
	justify-content: space-between;
}
.tourlist-arhiv{
	display: flex;
    column-gap: 16px;
	margin-bottom: -60px;
}
.tourlist-prev__img{
    display: block;
}
.tourlist-items-archive{
	margin-bottom: 60px;
}
.tourlist-item__otz{
    border-radius: 60px;
    background: rgba(14, 14, 17, 0.40);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 16px;
    left: 16px;
    padding: 10px 12px;
    color: #FFF;
    font-family: Golos Text;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.26px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.popular-content-column__img_flag {
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 40px!important;
}


    .tourlist {
        padding-top: 24px;
        padding-bottom: 104px;
    }

    .tourlist-info {
        margin-bottom: 14px;
    }

    .tourlist-title {
        color: #000;
        font-size: 35px;
        font-style: normal;
        line-height: 24px;
        letter-spacing: -2.2px;
        margin-bottom: 30px;
    }

    .tourlist-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .tourlist-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
        column-gap: 16px;
    }

    .tourlist-switch {
        display: flex;
        align-items: flex-start;
        border-radius: 50px;
        padding: 3px;
    }

    .tourlist-switch__btn {
        display: flex;
        padding: 11px 14px 11px 16px;
        justify-content: center;
        align-items: center;
        border-radius: 60px;
        background: #FFF;
        color: #0E0E11;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.48px;
        cursor: pointer;
    }

    .tourlist-switch__btn_active {
        background: rgba(176, 176, 176, 0.50);
    }

    .tourlist-switch__btn > img {
        margin-right: 6px;
    }

    .tourlist-sort {
        position: relative;
        border-radius: 60px;
        background: #FFF;        
        border: 1px solid rgba(14, 14, 17, 0.14);
    }

    .tourlist-sort__wrap {
        padding: 11px 14px 11px 16px;
        border-radius: 60px;
        display: flex;        
        justify-content: center;
        align-items: center;
        cursor: pointer;
        column-gap: 6px;
    }

    .tourlist-sort_active .tourlist-sort-items {
        display: flex;
    }

    .tourlist-sort_active img {
        transform: rotate(180deg);
    }

    .tourlist-sort__title {
        color: #0E0E11;
        font-size: 16px;
        font-style: normal;
        line-height: 16px;
        letter-spacing: -0.48px;
    }

    .tourlist-sort__title_mob {
        display: none;
        color: #0E0E11;
        font-size: 16px;
        font-style: normal;
        line-height: 16px;
        letter-spacing: -0.48px;
    }

    .tourlist-sort-items {
        position: absolute;
        width: 194px;
        height: 107px;
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.95);
        box-shadow: 0px 16px 40px -8px rgba(0, 0, 0, 0.20);
        backdrop-filter: blur(15px);
        top: 42px;
        left: calc(50% - 97px);
        padding: 16px 20px 20px;
        display: flex;
        flex-direction: column;
        row-gap: 12px;
        display: none;
   		z-index: 100;
    }

    .tourlist-sort-item {
        color: #0E0E11;
        font-size: 16px;
        font-style: normal;
        line-height: 16px;
        letter-spacing: -0.48px;
        cursor: pointer;
    }

    .tourlist-sort-item_active {
        color: #FF4C37;
    }

    .tourlist-filter-btn {
        display: none;
        width: 112px;
        height: 38px;
        justify-content: center;
        align-items: center;
        gap: 2px;
        border-radius: 60px;
        border: 1px solid rgba(14, 14, 17, 0.14);
        background: #FFF;
        cursor: pointer;
        color: #0E0E11;
        font-size: 16px;
        font-style: normal;
        line-height: 24px;
        letter-spacing: -0.48px;
    }

    .tourlist-main-content {
        display: flex;
        column-gap: 16px;
    }

    .tourlist-items {
        display: flex;
        flex-direction: column;
    }

    .tourlist-item {
        display: flex;
        align-items: flex-start;
        padding: 16px 0 60px;
        column-gap: 16px;
        border-top: 1px solid #E1E1E1;
    }

    .tourlist-item:first-child {
        border-top: none;
    }

    .tourlist-item__intro {
        display: flex;
        align-items: flex-start;
        column-gap: 16px;
    }

	.tourlist-item__img {
		width: 340px;
		max-width: 340px;
		position: relative;
	}

    .tourlist-item__img > img {
        width: 100%;
    }

    .tourlist-item__wrap {
        width: 140px;
        max-width: 140px;
    }

	.tourlist-item__date {
		color: #FF4C37;
		font-size: 24px;
		font-style: normal;
		line-height: 32px;
		letter-spacing: -0.9px;
		margin-bottom: 20px;
		text-decoration: none;
	}

    .tourlist-item__location {
        color: #0E0E11;
        font-size: 13px;
        font-style: normal;
        line-height: 16px;
        letter-spacing: -0.26px;
        max-width: 100px;
    }

    .tourlist-item__info {
        display: flex;
        flex-direction: column;
        row-gap: 22px;
    }

	.tourlist-item__title {
		color: #000;
		font-size: 24px;
		font-style: normal;
		font-weight: 400;
		line-height: 35px;
		letter-spacing: -1.5px;
		max-width: 450px;
		text-decoration: none;
	}

    .tourlist-item__details {
        display: flex;
        column-gap: 16px;
    }

    .tourlist-item__detail {
        max-width: 130px;
        width: 130px;
    }

    .tourlist-item__detail-title {
        color: #B0B0B0;
        font-size: 13px;
        font-style: normal;
        line-height: 16px;
        letter-spacing: -0.26px;
        margin-bottom: 10px;
    }

    .tourlist-item__detail-value {
        color: #0E0E11;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px;
        letter-spacing: -0.48px;
    }

    .tourlist-item__text {
        overflow: hidden;
        color: #0E0E11;
        font-size: 16px;
        font-style: normal;
        line-height: 20px;
        letter-spacing: -0.48px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        max-width: 510px;
    }

    .tourlist-filters {
        max-width: 340px;
        width: 340px;
    }

    .tourlist-filters-title {
        color: #0E0E11;
        font-size: 24px;
        font-style: normal;
        line-height: 32px;
        letter-spacing: -0.9px;
        margin-bottom: 30px;
    }

    .tourlist-filters-items {
        display: flex;
        flex-direction: column;
        row-gap: 24px;
    }

    .tourlist-filters-item {
        display: flex;
        flex-direction: column;
    }

    .tourlist-filters-item__title {
        color: #0E0E11;
        font-size: 13px;
        font-style: normal;
        line-height: 16px;
        letter-spacing: -0.26px;
        margin-bottom: 12px;
    }

    .tourlist-filters-item__values {
        display: flex;
        flex-wrap: wrap;
        gap: 6px;
    }

    .tourlist-filters-item__value {
        display: flex;
        padding: 13px 12px 14px 12px;
        justify-content: center;
        align-items: center;
        border-radius: 60px;
        border: 1px solid rgba(14, 14, 17, 0.14);
        color: #0E0E11;
        font-size: 16px;
        font-style: normal;
        line-height: 11px;
        letter-spacing: -0.48px;
        cursor: pointer;
    }

    .tourlist-filters-item__value_active {
        background: rgba(176, 176, 176, 0.50);
        border: 1px solid transparent;
    }

    .tourlist-more {
        display: flex;
        align-items: center;
        flex-direction: column;
        row-gap: 10px;
        color: #0E0E11;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        line-height: 24px;
        letter-spacing: -0.66px;
        cursor: pointer;
        max-width: 160px;
        margin: 60px auto 0;
    }

    .tourlist-filters__close {
        display: none;
    }

    @media screen and (max-width: 1439px) {
        .tourlist {
            padding-bottom: 84px;
        }

        .tourlist-filter-btn {
            display: flex;
        }

        .tourlist-filters {
            display: none;
            position: fixed;
            top: 0px;
            right: 0px;
            height: 100vh;
            width: 372px;
            min-width: 372px;
            background: rgba(255, 255, 255, 0.95);
            box-shadow: 0px 16px 40px -8px rgba(0, 0, 0, 0.20);
            backdrop-filter: blur(15px);
            padding: 76px 50px 0 16px;
            z-index: 2000;
        }

        .tourlist-filters__close {
            display: block;
            position: absolute;
            width: 36px;
            height: 36px;
            top: 12px;
            right: 12px;
            cursor: pointer;
        }

        .tourlist-more {
            margin-top: 40px;
        }
    }

    @media screen and (max-width: 1023px) {
        .tourlist-item__intro {
            flex-direction: column;
            row-gap: 16px;
        }

        .tourlist-item__img {
            width: 200px;
            max-width: 200px;
        }

        .tourlist-item__date {
            margin-bottom: 12px;
        }

        .tourlist-item__location {
            max-width: 100%;
        }
    }

    @media screen and (max-width: 767px) {
        .tourlist {
            padding-bottom: 64px;
        }

        .tourlist-title {
            font-size: 19px;
            line-height: 35px;
            letter-spacing: -0.72px;
        }

        .tourlist-sort__title {
            display: none;
        }

        .tourlist-sort__title_mob {
            display: block;
        }

        .tourlist-switch {
            position: fixed;
            z-index: 10;
            background: #fff;
            left: calc(50% - 140px);
            bottom: 16px;
        }

        .tourlist-sort__wrap {
            width: 166px;
            justify-content: space-between;
        }

        .tourlist-filter-btn {
            width: 168px;
        }

        .tourlist-item {
            flex-direction: column;
            padding-bottom: 40px;
            row-gap: 24px;
        }

        .tourlist-item__intro {
            flex-direction: row;
        }

        .tourlist-item__title {
            font-size: 19px;
            line-height: 26px;
            letter-spacing: -1.2px;
            max-width: 252px;
        }

        .tourlist-item__detail {
            max-width: 110px;
            width: 110px;
        }

        .tourlist-item__detail-value {
            font-size: 13px;
            line-height: 16px;
            letter-spacing: -0.39px;
        }

        .tourlist-item__text {
            font-size: 13px;
            line-height: 16px;
            letter-spacing: -0.39px;
            max-width: 100%;
        }

        .tourlist-filters {
            width: 100vw;
            min-width: fit-content;
            height: calc(100vh - 180px);
            overflow-y: scroll;
            bottom: 0px;
            top: auto;
            padding-bottom: 16px;
        }

        .tourlist-filters::-webkit-scrollbar {
            width: 0;
        }

    }




    .tlist {
        padding-bottom: 124px;
    }

    .tlist-content {
        padding-top: 24px;
        border-top: 2px solid #F0F0F0;
    }

    .tlist-title {
        color: #000;
        font-size: 35px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px;
        letter-spacing: -2.2px;
        margin-bottom: 30px;
    }

    .tlist-menu {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .tlist-switch {
        display: flex;
        align-items: flex-start;
        border-radius: 50px;
        padding: 3px;
    }

    .tlist-switch__btn {
        display: flex;
        padding: 11px 14px 11px 16px;
        justify-content: center;
        align-items: center;
        border-radius: 60px;
        background: #FFF;
        color: #0E0E11;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.48px;
        cursor: pointer;
    }

    .tlist-switch__btn_active {
        background: rgba(176, 176, 176, 0.50);
    }

    .tlist-switch__btn > img {
        margin-right: 6px;
    }

    .tlist-filter-btn {
        display: flex;
        border-radius: 60px;
        border: 1px solid rgba(14, 14, 17, 0.14);
        background: #FFF;
        color: #0E0E11;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.48px;
        padding: 10px 12px 12px 12px;
        cursor: pointer;
    }

    .tlist-filter-btn > img {
        margin-right: 3px;
        width: 16px;
        height: 16px;
    }

    .tlist-map {
        width: 100%;
        height: 780px;
    }

    .mapballoon {
        position: relative;
        max-width: 360px;
        margin: 0;
        padding: 0;
        font-family: 'Golos Text', sans-serif;
    }

    .mapballoon__img {
        width: 100%;
    }

    .mapballoon__info {
        position: relative;
        margin: 16px 16px 20px;
    }

    .mapballoon__title {
        color: #0E0E11;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.54px;
        margin-bottom: 9px;
        max-width: 230px;
        word-wrap: break-word;
    }

    .mapballoon__date {
        color: #FF4C37;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        letter-spacing: -0.54px;
    }

    .mapballoon__score {
        position: absolute;
        top: 4px;
        right: 0;
        display: flex;
    }

    .mapballoon__score_img {
        margin-right: 2px;
    }

    .mapballoon__items {
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        row-gap: 12px;
    }

    .mapballoon__item {
        display: flex;
    }

    .mapballoon__quo {
        color: #B0B0B0;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.39px;
        width: 130px;
        min-width: 130px;
        word-wrap: break-word;
    }

    .mapballoon__text {
        color: #0E0E11;
        font-size: 13px;
        font-style: normal;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: -0.39px;
        word-wrap: break-word;
    }
    
    [class*="balloon-pane"] {
        top: -70px !important;
        left: -100px !important;
    }

    [class*="balloon"] {
        box-shadow: none !important;
    }

    [class*="balloon__tail"] {
        display: none !important;
    }

    [class*="balloon__content"] {
        margin: 0 !important;
        padding: 0 !important;
    }

    [class*=balloon__close] {
        display: none !important;
    }

    [class*="copyrights-pane"] {
        display: none !important;
    }

    [class*="cluster-content__header"], [class*="cluster-tabs__item-footer"] {
        display: none !important;
    }

    [class*="balloon__content"] > ymaps {
        height: 405px !important;
    }

    [class*="cluster-tabs"] {
        height: 405px !important;
        padding: 0;
    }

    [class*="cluster-tabs__menu"] {
        height: 350px !important;
    }

    [class*="cluster-tabs__menu-item"] {
        height: auto !important;
    }

    [class*="cluster-tabs__menu-item-text"] {
        height: auto !important;
        color: #0E0E11;
        padding: 5px;
    }

    [class*="cluster-content__body"] {
        margin-bottom: 0px;
    }

    [class*="cluster-tabs__item-body"] {
        padding: 0;
    }

    @media screen and (max-width: 1439px) {
        .tlist {
            padding-bottom: 84px;
        }

        .tlist-map {
            height: 550px;
        }
    }

    @media screen and (max-width: 1023px) {

    }

    @media screen and (max-width: 767px) {
        .tlist {
            padding-bottom: 54px;
        }

        .tlist-title {
            color: #000;
            font-size: 19px;
            font-style: normal;
            font-weight: 400;
            line-height: 35px;
            letter-spacing: -0.72px;
        }

        .tlist-map {
            height: 523px;
        }

        .tlist-switch {
            position: fixed;
            bottom: -20px;
            left: calc(50% - 99px);
            display: flex;
            align-items: flex-start;
            margin-bottom: 30px;
            z-index: 1000000;
            background: #FFF;
        }

        .tlist-filter-btn {
            width: 100%;
            align-items: center;
            justify-content: center;
            padding-left: 0;
            padding-right: 0;
        }

        [class*=balloon__close] {
            display: block !important;
            width: 36px;
            height: 46px;
            background: url(/local/templates/tournaments/components/bitrix/news.list/list-tour/img/balloonCloseIcon.svg) no-repeat;
            opacity: 1;
            position: absolute;
            top: 8px;
            right: 8px;
        }

        [class*=balloon__close-button] {
            display: none !important;
        }

    }
/* End */
/* /local/templates/tournaments/components/bitrix/news.list/list-tour/style.css?175464966618132 */
