

/* Start:/local/templates/service/components/bitrix/catalog.section/sbr_catalog/style.css?1757322567299*/
.buyoffer {
    width: 430px;
    position: relative;
    max-height: 550px;
    overflow-y: scroll;
    padding-top: 100px;
}

@media screen and (max-width: 1023px) {
    .buyoffer {
        max-height: none;
        padding-top: 0;
    }
}


.buyoffer::-webkit-scrollbar {
	width: 0;
	height: 0;
}
/* End */


/* Start:/local/templates/service/components/bitrix/news.list/sbr_raspisanieday_mn/style.css?17402668574793*/
.schedule {
    padding-bottom: 170px;
}

.schedule-content {
    margin-right: 34px;
}

.schedule-day {
    position: relative;
}
.schedule-day_tabl {
    display: none;
}

.schedule-day_mob {
    display: none;
}

.schedule-title {
    font-family: 'Arkhip';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -0.1em;
    margin-bottom: 16px;
}

.scedule-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    opacity: 0.9;
    margin-bottom: 40px;
}

.schedule-firsthalf {
    position: relative;
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
    margin-bottom: 31px;
}

.schedule-secondhalf {
    position: relative;
    display: flex;
    align-items: flex-start;
    column-gap: 40px;
    padding-top: 31px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.schedule-secondhalf-decor {
    position: absolute;
    top: -10px;
    left: calc(50% - 88px);
    width: 176px;
    height: 18px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: #403F3F;
    text-align: center;
    background: #000;
}

.schedule-period {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    flex: 0 0 152px;
}

.schedule-item_noimg {
    border-top: 4px solid #866A4A;
    padding-top: 8px;
}

.schedule-item__time {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.05em;
    color: #866A4A;
    margin-bottom: 8px;
}

.schedule-item__action {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.03em;
}

.schedule-item__info {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.5);
	margin-top: 4px;
}

.schedule-item__photo {
    width: 152px;
    height: 152px;
    margin-bottom: 8px;
}

@media screen and (max-width: 1279px) {
    .schedule {
        padding-bottom: 100px;
    }

    .schedule-content {
        margin-right: 0px;
    }

    .schedule-day_pk {
        display: none;
    }

    .schedule-day_tabl {
        display: block;
    }

    .schedule-firsthalf {
        margin-bottom: 40px;
    }

    .schedule-period {
        flex-basis: 156px;
    }

    .schedule-item__photo {
        width: 156px;
        height: 156px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 1023px) {
    .schedule-day_pk {
        display: block;
    }

    .schedule-day_tabl {
        display: none;
    }

    .schedule-period {
        flex-basis: 142px;
    }

    .schedule-item__photo {
        width: 142px;
        height: 142px;
    }
}

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

    .schedule-day_pk {
        display: none;
    }

    .schedule-title {
        font-size: 48px;
        line-height: 44px;
        margin-bottom: 5px;
    }

    .scedule-text {
        font-size: 17px;
        line-height: 24px;
        letter-spacing: -0.02em;
        color: rgba(255, 255, 255, 0.95);
        margin-bottom: 30px;
    }

    .schedule-day_mob {
        display: block;
        height: 941px;
        overflow: hidden;
    }

    .schedule-firsthalf {
        flex-wrap: wrap;
        margin-bottom: 30px;
        column-gap: 21px;
        row-gap: 30px;
    }

    .schedule-secondhalf {
        flex-wrap: wrap;
        padding-top: 30px;
        column-gap: 21px;
        row-gap: 30px;
    }

    .schedule-period {
        flex-basis: 157px;
    }

    .schedule-item__photo {
        width: 157px;
        height: 157px;
    }

    .schedule-day-more {
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        height: 157px;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
        display: flex;
        align-items: flex-end;
        padding-bottom: 2px;
        padding-left: 10px;
        z-index: 1;
    }

    .schedule-day-more__text {
        font-family: 'Arkhip';
        font-style: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 30px;
        letter-spacing: -0.04em;
        color: #D7A03D;
        padding-bottom: 6px;
        padding-right: 4px;
        cursor: pointer;
    }

    .schedule-day-more__icon {
        cursor: pointer;
    }
}
/* End */


/* Start:/local/templates/service/components/bitrix/news.detail/sbr_active_base/style.css?17402668571741*/
.place {
    padding-bottom: 170px;
}



.place-title {
    font-family: 'Arkhip';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 70px;
    letter-spacing: -0.1em;
    margin-bottom: 30px;
    max-width: 490px;
}

.place-slider {
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    width: 730px;
}

.place-slide {
    width: 730px;
}


.place-name {
    font-family: 'Arkhip';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 44px;
    letter-spacing: -0.1em;
    margin-bottom: 16px;
}

.place-text {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.95);
    max-width: 728px;
}

@media screen and (max-width: 1279px) {
    .place {
        padding-bottom: 100px;
    }

    .place .pkcontainer {
        max-width: 100%;
        overflow: hidden;
    }

    .place-slider {
        width: 100%;
    }

    .place-slide {
        width: 944px;
		padding-left: 10px;
		padding-right: 10px;
    }
}

@media screen and (max-width: 1023px) {
    .place-slide {
        width: 688px;
    }
}

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

    .place-title {
        font-size: 48px;
        line-height: 44px;
        max-width: 294px;
    }

    .place-slider {
        margin-bottom: 30px;
    }

    .place-slide {
        width: 335px;
		padding-left: 5px;
		padding-right: 5px;
    }

    .place-name {
        font-size: 30px;
        line-height: 32px;
        letter-spacing: -0.04em;
    }

    .place-text {
        line-height: 24px;
        max-width: 325px;
    }
}
/* End */


/* Start:/local/templates/service/components/bitrix/news.list/sbr_list_future_smen_active/style.css?17402668576775*/
.section-listsmen{
    margin-bottom: 100px;
}

.title-smen{
    font-family: 'Arkhip';
    font-style: normal;
    font-weight: 400;
    font-size: 80px;
    line-height: 60px;
    letter-spacing: -0.1em;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.container-1120 {
    max-width: 1120px;
    margin: 0 auto;
    position: relative;
}

.listsmen-seazon  {
    display: flex;
    border-radius: 12px;
    box-sizing: border-box;
    justify-content: center;
    margin-bottom: 40px;
}


.listsmen-seazon-item-text{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 42px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.listsmen-seazon-item{
    flex: 0 0 25%;
	cursor: pointer;
}
.listsmen-seazon-item-vsn {
    border: 1px solid #272727;
    border-right: 0px;
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
}
.listsmen-seazon-item-leto{
    border: 1px solid #272727;
    border-right: 0px;
    border-left: 0px;
}
.listsmen-seazon-item-osn{
    border: 1px solid #272727;
    border-right: 0px;
    border-left: 0px;
}
.listsmen-seazon-item-zima{
    border: 1px solid #272727;
    border-left: 0px;
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
.listsmen-seazon-item-active {
    background: #866A4A;
    border-color: #866A4A;
}
.listsmen-seazon-item:hover {
    background: #866A4A;
    border-color: #866A4A;
}


.listsmen-list {
    display: flex;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 24px;
    max-height: 848px;
    overflow: hidden;
}

.listsmen-list-item {
    text-decoration: none;
    color: white;
    display: block;
    border: 1px solid rgba(222, 222, 222, 0.2);
    border-radius: 12px;
    box-sizing: border-box;
    padding: 14px 20px 14px 16px;
    height: 194px;
    width: 211px;
    flex: 0 0 211px;
}

.listsmen-list-item-nameandmetka{
	margin-bottom: 16px;
	height: 64px;
}

.listsmen-list-item-name {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    max-height: 44px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 2px;
}
.listsmen-list-item-metka{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -0.02em;
}

.listsmen-list-item-dayandmonth {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 26px;
    letter-spacing: -0.05em;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.listsmen-list-item-place {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    letter-spacing: -0.02em;
    color: #FFFFFF;
    opacity: 0.5;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.metkaQest{
color: #D7A03D;
}
.metkaSci{
color: #99EAAA;
}
.metkaMed{
color: #866A4A;
}
.metkaArt{
color: #D54A29;
}
.metkaCyber{
color: #7375CF;
}
.metkaNet{
color: red;
font-weight: bold;
}


.listsmen-show-more{
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
    position: absolute;
    width: 100%;
    height: 176px;
    left: 0px;
    bottom: 0px;
    display: none;
}
.listsmen-show-more-text {
    transform: matrix(1, 0, 0, -1, 0, 0);
    font-family: 'Arkhip';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #D7A03D;
    display: flex;
    cursor: pointer;
}

.listsmen-show-more-text-img{
	width: 36px;
	height: 36px;
}

	.show-more-8{
		display:none;
	}
	.show-more-12{
		display:none;
	}
	.show-more-16{
		display:none;
	}
	.show-more-20{
		display:block;
	}
	.listsmen-show-more-8{
		display:none;
	}
	.listsmen-show-more-12{
		display:none;
	}
	.listsmen-show-more-16{
		display:none;
	}
	.listsmen-show-more-20{
		display:block;
	}

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

.section-listsmen{
    margin-bottom: 80px;
}

	.container-1120 {
		max-width: 945px;
	}

	.title-smen {
		font-size: 80px;
		line-height: 70px;
		margin-bottom: 30px;
	}

	.listsmen-seazon {
		margin-bottom: 30px;
	}

	.listsmen-list-item {
		width: 224px;
		flex: 0 0 224px;
	}

	.show-more-8{
		display:none;
	}
	.show-more-12{
		display:none;
	}
	.show-more-16{
		display:block;
	}
	.show-more-20{
		display:block;
	}
	.listsmen-show-more-8{
		display:none;
	}
	.listsmen-show-more-12{
		display:none;
	}
	.listsmen-show-more-16{
		display:block;
	}
	.listsmen-show-more-20{
		display:none;
	}

}

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

	.section-listsmen{
		margin-bottom: 80px;
	}

	.container-1120 {
		max-width: 690px;
	}

	.title-smen {
		font-size: 80px;
		line-height: 70px;
		margin-bottom: 30px;
	}

	.listsmen-seazon {
		margin-bottom: 30px;
	}

	.listsmen-list-item {
		width: 219px;
		flex: 0 0 219px;
	}

	.show-more-8{
		display:none;
	}
	.show-more-12{
		display:block;
	}
	.show-more-16{
		display:block;
	}
	.show-more-20{
		display:block;
	}
	.listsmen-show-more-8{
		display:none;
	}
	.listsmen-show-more-12{
		display:block;
	}
	.listsmen-show-more-16{
		display:none;
	}
	.listsmen-show-more-20{
		display:none;
	}

}

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

	.section-listsmen{
		margin-bottom: 60px;
	}

	.container-1120 {
		max-width: 337px;
	}

	.title-smen {
		font-size: 48px;
		line-height: 44px;
		margin-bottom: 20px;
	}

	.listsmen-seazon {
		margin-bottom: 20px;
	}

	.listsmen-list {
		column-gap: 11px;
		row-gap: 10px;
		max-height: 734px;
	}

	.listsmen-list-item {
		width: 162px;
		height: 176px;
		padding: 12px 10px 14px 12px;
		flex: 0 0 162px;
	}

	.listsmen-list-item-place {
		font-size: 13px;
		line-height: 13px;
		letter-spacing: -0.03em;
		height: 13px;
	}

	.listsmen-list-item-dayandmonth {
		margin-bottom: 15px;
	}

	.listsmen-list-item-metka {
		font-size: 13px;
		line-height: 16px;
	}

	.listsmen-list-item-name {
		font-size: 15px;
		line-height: 18px;
		max-height: 36px;
	}

	.listsmen-list-item-nameandmetka {
		margin-bottom: 16px;
		height: 54px;
	}

	.listsmen-seazon-item-text img{
		display: none;
	}


	.show-more-8{
		display:block;
	}
	.show-more-12{
		display:block;
	}
	.show-more-16{
		display:block;
	}
	.show-more-20{
		display:block;
	}
	.listsmen-show-more-8{
		display:block;
	}
	.listsmen-show-more-12{
		display:none;
	}
	.listsmen-show-more-16{
		display:none;
	}
	.listsmen-show-more-20{
		display:none;
	}

}
/* End */
/* /local/templates/service/components/bitrix/catalog.section/sbr_catalog/style.css?1757322567299 */
/* /local/templates/service/components/bitrix/news.list/sbr_raspisanieday_mn/style.css?17402668574793 */
/* /local/templates/service/components/bitrix/news.detail/sbr_active_base/style.css?17402668571741 */
/* /local/templates/service/components/bitrix/news.list/sbr_list_future_smen_active/style.css?17402668576775 */
