

/* Start:/local/templates/service/components/bitrix/news.list/sbr_list_base/style.css?17402668572902*/
	.places {
		padding-bottom: 200px;
	}

	.places-content {
		padding-left: 40px;
		padding-right: 40px;
	}
    
	.places-title {
		font-family: 'Arkhip';
		font-style: normal;
		font-weight: 400;
		font-size: 80px;
		line-height: 70px;
		letter-spacing: -0.1em;
		margin-bottom: 40px;
	}

	.places-list {
		display: flex;
		flex-direction: column;
		row-gap: 100px;
	}

	.places-item {
		display: flex;
		justify-content: space-between;
		min-height: 620px;
		align-items: flex-start;
	}

	.places-item_odd {
		flex-direction: row;
	}

	.places-item_even {
		flex-direction: row-reverse;
	}

	.places-item__slider {
		position: relative;
		width: 720px;
		overflow: hidden;
	}

	.places-item__arr_left {
		position: absolute;
		width: 48px;
		height: 48px;
		top: calc(50% - 24px);
		left: 20px;
		cursor: pointer;
	}

	.places-item__arr_right {
		position: absolute;
		width: 48px;
		height: 48px;
		top: calc(50% - 24px);
		right: 20px;
		cursor: pointer;
	}

	.places-item__slide {
		width: 720px;
	}

	.places-item__wrap {
		max-width: 360px;
	}

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

	.places-item__texts {
		display: flex;
		flex-direction: column;
		row-gap: 25px;
	}

	.places-item__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);
	}

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

    .places .container {
        max-width: 100%;
        overflow: hidden;
    }

	.places-content {
		padding-left: 0px;
		padding-right: 0px;
	}

	.places-item {
		display: flex;
		flex-direction: column;
	}

    .places-item__slider {
		width: 100%;
        margin-bottom: 40px;
	}

    .places-item__slide {
		width: 944px;
        padding-left: 10px;
        padding-right: 10px;
	}

    .places-title, .places-item__wrap {
        max-width: 960px;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (max-width: 1023px) {
    .places {
		padding-bottom: 150px;
	}

    .places-title {
		font-size: 48px;
        line-height: 44px;
	}

    .places-title, .places-item__wrap {
        max-width: 700px;
    }

    .places-item__slide {
		width: 688px;
	}
}

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

    .places-item__slide {
		width: 335px;
        padding-left: 5px;
        padding-right: 5px;
	}

    .places-title, .places-item__wrap {
        max-width: 335px;
    }

    .places-title {
		margin-bottom: 30px;
	}

    .places-item__slider {
        margin-bottom: 24px;
    }

    .places-item__title {
        font-weight: 400;
        font-size: 30px;
        line-height: 32px;
        letter-spacing: -0.04em;
    }
}
/* End */


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

.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: 150px;
	}

	.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: 150px;
	}

	.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: 80px;
	}

	.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 */


/* Start:/local/templates/service/components/bitrix/news.list/sbr_list_komanda/style.css?17402668572753*/
	.team {
		padding-bottom: 200px;
		overflow-x: hidden;
	}
	
	.team-title {
		font-family: 'Arkhip';
		font-style: normal;
		font-weight: 400;
		font-size: 80px;
		line-height: 60px;
		letter-spacing: -0.1em;
		margin-left: 32px;
		margin-bottom: 50px;
	}
	
	.team-wrap {
		position: relative;
	}
	
	.team-slider {
		overflow-x: hidden;
		margin-left: 40px;
	}
	
	.team-slider-sliderline {
		display: flex;
		column-gap: 80px;
	}
	
	.team-item {
		width: 320px;
		min-width: 320px;
		max-width: 320px;
	}
	
	.team-item__name {
		font-family: 'Arkhip';
		font-style: normal;
		font-weight: 400;
		font-size: 30px;
		line-height: 32px;
		letter-spacing: -0.04em;
	}
	
	.team-item__position {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 17px;
		line-height: 22px;
		letter-spacing: -0.02em;
		color: #866A4A;
	}

	.team-item__photo {
		margin-top: 30px;
		margin-bottom: 30px;
		width: 120px;
		height: 120px;
		border-radius: 50%;
	}
	
	.team-item__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);
	}
	
	.team-slider__arr {
		display: block;
		position: absolute;
		width: 35px;
		height: 35px;
		top: 159px;
		right: -28px;
		cursor: pointer;
	}
	
	.team-slider__arl {
		display: block;
		position: absolute;
		width: 35px;
		height: 35px;
		top: 159px;
		left: -28px;
		cursor: pointer;
	}
	
	@media screen and (max-width: 1279px) {
		.team-slider {
			width: calc(50vw + 480px);
		}
	
		.team-title {
			margin-left: 0px;
		}
	
		.team-slider {
			margin-left: 10px;
		}
	
		.team-slider-sliderline {
			column-gap: 40px;
		}
	
		.team-item {
			width: 270px;
			max-width: 270px;
			min-width: 270px;
		}
	
		.team-slider__arr {
			width: 44px;
			height: 44px;
			top: -87px;
			left: 900px;
		}
	
		.team-slider__arl {
			width: 44px;
			height: 44px;
			top: -87px;
			left: 826px;
		}
	}
	
	@media screen and (max-width: 1023px) {
		.team {
			padding-bottom: 150px;
		}
	
		.team-title {
			max-width: 362px;
		}
	
		.team-slider__arr {
			top: -84px;
			left: 644px;
		}
	
		.team-slider__arl {
			top: -84px;
			left: 570px;
		}
	}
	
	@media screen and (max-width: 767px) {
		.team {
			padding-bottom: 20px;
		}
	
		.team-title {
			max-width: 218px;
			margin-left: 20px;
			font-size: 48px;
			line-height: 44px;
			letter-spacing: -0.1em;
			margin-bottom: 40px;
		}
	
		.team-slider__arr {
			width: 36px;
			height: 36px;
			top: -72px;
			left: 309px;
		}
	
		.team-slider__arl {
			width: 36px;
			height: 36px;
			top: -72px;
			left: 271px;
		}
	
		.team-slider {
			margin-left: 20px;
		}
	
		.team-item {
			width: 300px;
			min-width: 300px;
			max-width: 300px;
		}
	}
/* End */


/* Start:/local/templates/service/components/bitrix/news.list/sbr_list_otz/style.css?17402668575669*/
.review {
    padding-bottom: 180px;
}

.review-content {
    margin-left: 40px;
    margin-right: 40px;
}

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

.review-mainreview {
    margin-bottom: 60px;
}

.review-mainreview__text {
    font-family: 'Arkhip';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
}

.review-mainreview__wrap {
    display: flex;
    align-items: center;
}

.review-mainreview__photo {
    width: 80px;
    height: 80px;
    margin-right: 20px;
}

.review-mainreview__name {
    font-family: 'Arkhip';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.05em;
    margin-bottom: 2px;
}

.review-mainreview__major {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.4);
}

.review-list {
    position: relative;
    display: flex;
    column-gap: 40px;
    padding-bottom: 40px;
    max-height: 750px;
    overflow: hidden;
}

.reviews-list-more {
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    font-family: 'Arkhip';
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -0.04em;
    color: #D7A03D;
    z-index: 2;
    cursor: pointer;
}

.review-list-col {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
}

.review-item {
    width: 346px;
    position: relative;
    border-radius: 10px;
}

.review-item__textom {
    padding: 24px 30px 50px;
    background: rgba(24, 24, 24, 0.5);
}

.review-item__textom::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 40px;
    width: 0;
    height: 0;
    border-top: 20px solid rgba(24, 24, 24, 0.5);
    border-right: 36px solid transparent;
}

.review-item__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);
    margin-bottom: 24px;
}

.review-item__wrap {
    display: flex;
    align-items: center;
}

.review-item__initials {
    width: 30px;
    height: 30px;
	flex: 0 0 30px;
    font-family: 'Arkhip';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    display: flex;
    align-items: center;
    text-align: center;
    letter-spacing: -0.01em;
    color: rgba(24, 24, 24, 0.5);
    background: rgba(255, 255, 255, 0.95);
    border-radius: 50%;
    margin-right: 10px;
    justify-content: center;
}

.review-item__name {
    font-family: 'Arkhip';
    font-style: normal;
    font-weight: 400;
    font-size: 17px;
    line-height: 17px;
    letter-spacing: -0.01em;
    color: rgba(255, 255, 255, 0.95);
}

.review-item__video > iframe {
    width: 100%;
    height: 192px;
    border-radius: 10px;
}

.review-item-photo {
    width: 100%;
}

.review-item-palybtn {
    width: 56px;
    height: 56px;
    position: absolute;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    cursor: pointer;
}

.review-decorline {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 150px;
    background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
    pointer-events: none;
    z-index: 1;
}

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

.review-content {
    margin-left: 8px;
    margin-right: 8px;
}

.review-mainreview__text > br {
    display: none;
}

.review-mainreview__text {
    max-width: 800px;
}

.review-item {
    width: 288px;
}

.review-list {
    max-height: 810px;
}

.review-item__video > iframe {
    height: 160px;
}
}

@media screen and (max-width: 1023px) {
    .review {
        padding-bottom: 150px;
    }

    .review-content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .review-title {
        margin-bottom: 40px;
    }

    .review-mainreview__text {
        max-width: 648px;
    }

    .review-list {
        max-height: 750px;
        flex-wrap: wrap;
        row-gap: 40px;
    }

    .review-item {
        width: 324px;
    }

    .review-list-col_l {
        order: 1;
    }

    .review-list-col_c {
        order: 3;
        width: 100%;
        flex-wrap: wrap;
        flex-direction: row;
        column-gap: 40px;
    }

    .review-list-col_r {
        order: 2;
    }

    .review-list-col_c > .review-item {
        margin-top: auto;
        margin-bottom: auto;
    }
}


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

    .review-content {
        margin-left: 20px;
        margin-right: 20px;
    }

    .review-mainreview {
        margin-bottom: 50px;
    }

    .review-title {
        font-size: 48px;
        line-height: 44px;
        letter-spacing: -0.1em;
    }

    .review-mainreview__text {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: -0.04em;
        max-width: 310px;
    }

    .review-list-col_c {
        order: 2;
        column-gap: 20px;
    }

    .review-list-col_r {
        order: 3;
        column-gap: 20px;
    }

    .review-list-col_l {
        order: 1;
        column-gap: 20px;
    }

    .review-item {
        width: 335px;
    }

    .reviews-list-more__text::first-letter {
        text-transform: uppercase;
    }

    .reviews-list-more__text > span {
        display: none;
    }
}
/* End */


/* Start:/local/templates/service/components/bitrix/news.list/sbr_list_past_smen/style.css?17402668573541*/
.section-listsmen-past{
    margin-bottom: 200px;
}

.listsmen-past-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    margin-bottom: 40px;
}

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

.show-more-past {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    text-align: right;
    letter-spacing: -0.01em;
    color: #D7A03D;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.show-more-past-img{
    padding-left: 8px;
}

.listsmen-list-past {
    display: flex;
    flex-wrap: wrap;
    column-gap: 80px;
}

.listsmen-list-item-past {
    text-decoration: none;
    color: white;
    display: block;
    box-sizing: border-box;
    flex: 0 0 320px;
}

.listsmen-list-item-past-img {
    margin-bottom: 20px;
    max-width: 100%;
}


.listsmen-list-item-name-past {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -0.02em;
    color: #FFFFFF;
    margin-bottom: 4px;
}
.listsmen-list-item-metka-past{
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: -0.02em;
    margin-bottom: 14px;
}

.listsmen-list-item-daymonth-past {
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 22px;
    color: #FFFFFF;
    margin-bottom: 4px;
}

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


.metkaQest{
color: #D7A03D;
}
.metkaSci{
color: #99EAAA;
}
.metkaMed{
color: #866A4A;
}
.metkaArt{
color: #D54A29;
}
.metkaCyber{
color: #7375CF;
}

.show-more-past-mob {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #D7A03D;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-top: 40px;
    display: none;
}

@media screen and (max-width: 1279px) {
	.container-1120 {
		max-width: 945px;
	}

	.listsmen-list-past {
		column-gap: 40px;
	}

	.listsmen-list-item-past{
    	flex: 0 0 288px;
	}

}

@media screen and (max-width: 1023px) {
	.container-1120 {
		max-width: 690px;
	}

	.title-smen-past {
		line-height: 70px;
		max-width: 500px;
	}

	.listsmen-list-past {
		column-gap: 40px;
		row-gap: 50px;
	}

	.listsmen-list-item-past{
    	flex: 0 0 324px;
	}

}

@media screen and (max-width: 767px) {
	.container-1120 {
		max-width: 337px;
	}

	.listsmen-past-title {
		display: flex;
		align-items: flex-end;
		justify-content: space-between;
		padding-bottom: 0px;
		border-bottom: none;
		margin-bottom: 30px;
	}

	.title-smen-past {
		max-width: 500px;
		font-size: 48px;
		line-height: 44px;
	}

	.listsmen-list-past {
		column-gap: 40px;
		row-gap: 40px;
	}

	.show-more-past {
		display: none;
	}

	.show-more-past-mob {
		font-family: 'Inter';
		font-style: normal;
		font-weight: 700;
		font-size: 17px;
		line-height: 22px;
		letter-spacing: -0.01em;
		color: #D7A03D;
		cursor: pointer;
		display: flex;
		align-items: center;
		text-decoration: none;
		margin-top: 40px;
	}

}
/* End */


/* Start:/local/templates/service/components/yandexcaptcha/form.result.new/form-sbr-top/style.css?174026685756*/
.polyaindform{
    display: flex;
    flex-wrap: wrap;
}
/* End */
/* /local/templates/service/components/bitrix/news.list/sbr_list_base/style.css?17402668572902 */
/* /local/templates/service/components/bitrix/news.list/sbr_list_future_smen/style.css?17402668576776 */
/* /local/templates/service/components/bitrix/news.list/sbr_list_komanda/style.css?17402668572753 */
/* /local/templates/service/components/bitrix/news.list/sbr_list_otz/style.css?17402668575669 */
/* /local/templates/service/components/bitrix/news.list/sbr_list_past_smen/style.css?17402668573541 */
/* /local/templates/service/components/yandexcaptcha/form.result.new/form-sbr-top/style.css?174026685756 */
