

/* Start:/local/templates/yplay/css/mainpage.css?172518279532124*/
.header_n {
	padding: 9px 2px;

	background: #f1f2f6;
}

.header {
	background: #F8F9FC;
}

.header_n.abs {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
}

.box_services.slider {
	max-width: 100%;
}

.box_services button.slick-next {
	top: 45%;
}

.box_services button.slick-next:before {
	color: blue;
}

.header_n .cont {
	display: flex;

	height: 57px;

	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.header_n .logo {
	width: 155px;
	margin-right: 30px;
}

.header_n .logo a,
.header_n .logo img {
	display: block;

	max-width: 100%;
}

.header_n .h_menu {
	display: flex;

	margin: 0 auto;

	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
	flex-wrap: wrap;
}

.header_n .h_menu .item+.item {
	margin-left: 31px;
}

.header_n .h_menu .item a {
	color: var(--color-blue-dark);
	font-size: 14px;
	font-weight: 500;
	line-height: 13px;

	transition: .2s linear;
	text-transform: uppercase;
}

.header_n .h_menu .item a:hover {
	color: var(--color-blue-hover);
}

.header_n .login {
	color: var(--color-blue);

	display: flex;

	width: 32px;
	height: 32px;
	margin-left: 30px;
	padding: 3px;

	transition: .2s linear;

	border-radius: 50%;
	background: #fff;

	justify-content: center;
	align-items: center;
	align-content: center;
}

.header_n .login:hover {
	color: var(--color-blue-hover);
}

.header_n .login .icon {
	color: currentColor;

	display: block;

	max-width: 100%;
	max-height: 100%;
}

.header_n .login .icon path {
	color: currentColor;
}


.mob_menu_link {
	color: currentColor;

	display: none;

	width: 32px;
	height: 32px;
	margin-right: 15px;
	padding: 10px 8px;

	cursor: pointer;

	border: none;
	border-radius: 50%;
	background: #fff;
}

.mob_menu_link span {
	position: relative;

	display: block;

	width: 100%;
	height: 2px;

	transition: .2s linear, width 0s linear;

	background: var(--color-blue);
}

.mob_menu_link span:nth-child(3) {
	width: 8px;
}

.mob_menu_link span+span {
	margin-top: 3px;
}

.mob_menu_link.active span:nth-child(2) {
	opacity: 0;
}

.mob_menu_link.active span:nth-child(1) {
	top: 5px;

	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.mob_menu_link.active span:nth-child(3) {
	top: -5px;

	width: 100%;

	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}


.main_section {
	padding: 120px 0 30px;

	background: #F8F9FC;
}

.main_section .title {
	color: #0d0e2a;
	font-size: 36px;
	font-weight: normal;
	font-weight: 500;
	line-height: 1.25;

	max-width: 860px;

	letter-spacing: .514286px;
}

.main_section .title * {
	font-size: 36px;
}

.main_section .title b {
	font-weight: 900;
}

.main_section .title mark,
.main_section .title mark * {
	color: var(--color-white);
	font-weight: 500;

	position: relative;

	display: inline-block;

	vertical-align: top;
	white-space: nowrap;

	background-color: transparent;
	margin: 0 5px;
}

.main_section .title mark b {
	font-weight: 700;
	margin-left: 0;
}

.main_section .title mark:before {
	position: absolute;
	top: 5px;
	left: -15px;

	width: calc(100% + 20px);
	height: calc(100% - 4px);

	content: '';

	background: var(--color-blue);

	clip-path: polygon(14px 0, 100% 0%, calc(100% - 14px) 100%, 0% 100%);
}

.main_section .title mark span {
	z-index: 2;

	padding: 0 10px;
	padding-left: 0;
	margin-left: 0;
}

.main_section .title mark.green:before {
	background: #41bd00;
}

.main_section .title mark.gray:before {
	background: #687682;
}

.search_n {
	position: relative;

	max-width: 668px;
	margin-top: 28px;
}

.search_n .input {
	font-size: 16px;

	display: block;

	width: 100%;
	height: 55px;
	padding-right: 100px;
	padding-left: 57px;

	border: 1px solid #e2e2e2;
	border-radius: 1px;
	background: url('/local/templates/yplay/css/../images/ic_search.svg') 19px 50% no-repeat;
}

.search_n .submit_btn {
	color: var(--color-black);
	font-size: 16px;
	font-weight: 700;

	position: absolute;
	top: 0;
	right: 0;

	display: block;

	width: 88px;
	height: 55px;

	transition: .2s linear;
	text-align: left;

	border: none;
	background: none;
}

.search_n .submit_btn:hover {
	color: var(--color-blue-hover);
}


.main_section .box_services {
	display: flex;

	margin-top: 60px;
	--margin-bottom: 25px;
	--margin-left: 20px;
	margin-left: calc(var(--margin-left) * -1);
	margin-right: calc(var(--margin-left) * -1);

	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
	flex-wrap: wrap;
	--items: 4;
}

.main_section .box_services .item {
	color: #1b2140;

	position: relative;

	width: calc(100% / var(--items));
	margin-bottom: var(--margin-bottom);

	padding: 13px 20px 13px 20px;

	transition: .2s linear;
	overflow: hidden;
}

.main_section .box_services .item:hover {
	color: var(--color-white);
}

.main_section .box_services .item:before {
	position: absolute;
	top: 0;
	left: 0;

	visibility: hidden;

	width: 100%;
	height: 100%;

	content: '';
	transition: .2s linear;
	background: var(--color-blue);

	opacity: 0;
}

.main_section .box_services .item:hover:before {
	visibility: visible;

	opacity: 1;
}

.main_section .box_services .item:after {
	content: '';
	position: absolute;
	right: -18px;
	top: 0;
	width: 18px;
	height: 100%;
	background: #2F82FF url(/local/templates/yplay/css/../images/service_arrow.svg) 50% no-repeat;
	opacity: 0;
	transition: .2s linear;
}

.main_section .box_services .item:hover:after {
	opacity: 1;
	right: 0;
}

.main_section .box_services .item_data {
	color: currentColor;

	position: relative;
	z-index: 5;

	display: block;
}

.main_section .box_services .item .name {
	color: currentColor;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.36;

	position: relative;
	z-index: 5;

	letter-spacing: .576px;
}

.main_section .box_services .item .name .icon {
	color: #1b2140;

	position: relative;

	margin-left: 5px;

	transition: .2s linear;
}

.main_section .box_services .item:hover .name .icon {
	opacity: 0;
}

.main_section .box_services .item .name .icon svg {
	display: inline-block;

	max-width: 100%;

	transition: .2s linear;
	vertical-align: middle;

	stroke: currentColor;
}

.main_section .box_services .item .desc {
	color: #e9e9e9;
	font-size: 16px;
	line-height: 1.3;

	position: relative;
	z-index: 5;

	margin-top: 8px;

	transition: .2s linear;
	letter-spacing: .384px;

	opacity: 0;
}

.main_section .box_services .item:hover .desc {
	opacity: 1;
}

/*
.main_section .box_services .item .arrow{
    color: var(--color-white);

    position: absolute;
    z-index: 5;
    right: 0;
    bottom: 8px;

    display: flex;

    width: 51px;
    height: 36px;

    transition: .2s linear;

    opacity: 0;
    border-radius: 1px;
    background: #000;

    justify-content: center;
    align-items: center;
    align-content: center;
}

.main_section .box_services .item:hover .arrow{
    opacity: 1;
}

.main_section .box_services .item .arrow svg{
    display: block;

    max-width: 100%;
    max-height: 100%;

    stroke: var(--color-white);
}*/


.main_title.small,
.main_title.small * {
	font-size: 28px;
	line-height: 1.4;

	font-weight: 900;

	letter-spacing: 1.08px;
	text-transform: uppercase;

	color: var(--color-blue);
}

.main_title.line {
	position: relative;

	display: flex;

	justify-content: flex-start;
	align-items: center;
	align-content: center;
}

.main_title.line span,
.main_title.line span a {
	color: var(--color-blue);
	font-size: 28px;
	font-weight: 900;
	line-height: 1.4;

	letter-spacing: .672px;
	text-transform: uppercase;

	flex-shrink: 0;
}

/*
.main_title.line:after{
    width: 100%;
    height: 1px;
    margin-left: 21px;

    content: '';

    background: #f4f4f4;

    flex-grow: 1;
}
*/

.sect_subtitle {
	color: #212F44;
	font-size: 20px;
	/*font-weight: 500;*/
	line-height: 1.6;

	margin-top: 9px;
}


.tournaments {
	overflow: hidden;

	/*margin-top: 79px;
    margin-bottom: -50px;
    padding-bottom: 50px;*/

	padding: 53px 0 68px;
}

.tournaments .sect_subtitle {
	padding-right: 70px;
}

.tournaments .slider {
	margin: 50px -12px 0;
}

.tournaments .slider .slick-list {
	overflow: visible;
}

.tournaments .slider .slick-slide {
	visibility: hidden;

	transition: .2s linear;

	opacity: 0;
}

.tournaments .slider .slick-slide.slick-active {
	visibility: visible;

	opacity: 1;
}

.tournaments .slider .slider-prev,
.tournaments .slider .slider-next {
	top: -50px;
}

/* .tournaments .slider .slider-prev{
    right: 48px;
}

.tournaments .slider .slider-next{
    right: 3px;
} */

.tournaments .slider .slider-prev svg,
.tournaments .slider .slider-next svg {
	stroke: var(--color-blue);
}

.tournaments .slider .slider-prev.slick-disabled svg,
.tournaments .slider .slider-next.slick-disabled svg {
	stroke: #a7a7a7;
}

.tournaments .slider .slider-next.top:after {
	background: #d4d4d4;
}

.tournaments .slider .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.tournaments .slider .item {
	margin: 0 12px;
}

.tournaments .item {
	background: #fff;
	box-shadow: 0 18px 36px rgba(0, 0, 0, .12);
	position: relative;
}

.tournaments .item .thumb {
	position: relative;

	display: block;

	width: 100%;
	padding-bottom: 82.27%;
}

.tournaments .item .thumb img {
	position: absolute;
	top: 0;
	left: 0;

	width: 100%;
	min-width: 10px;
	height: 100%;
	min-height: 10px;

	object-fit: cover;
}

/*.tournaments .item .thumb:before{
    position: absolute;
    z-index: 5;
    top: 0;
    right: 0;

    width: 76%;
    height: 100%;

    content: '';

    background: rgba(19, 38, 72, .804343);

    clip-path: polygon(calc(100% - 30px) 0, 100% 0, 100% 100%, 0% 100%);
    mix-blend-mode: overlay;
}*/

.tournaments .item .thumb .box_date {
	position: absolute;
	top: 13px;
	left: 13px;

	width: 64px;
	padding: 12px 5px 10px;

	text-align: center;

	border: 2px solid #fff;
	background: rgba(0, 0, 0, .399494);
}

.tournaments .item .thumb .box_date .date {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	line-height: 15px;

	letter-spacing: .4px;
}

.tournaments .item .thumb .box_date .time {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;

	margin-top: 13px;

	letter-spacing: .25px;
}

.tournaments .item .data {
	padding: 13px 16px 19px;
}

.tournaments .item .line_city {
	display: flex;
	height: 18px;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}

.tournaments .item .line_city .type {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	position: absolute;
	right: 15px;
	top: 15px;
	overflow: hidden;

	max-width: calc(50% - 7px);
	padding: 0 8px;

	white-space: nowrap;
	letter-spacing: .3px;
	text-overflow: ellipsis;

	background: #1011e0;
}

.tournaments .item .line_city .city {
	color: var(--color-blue);
	font-size: 12px;
	line-height: 1.58;

	overflow: hidden;

	max-width: calc(50% - 7px);

	white-space: nowrap;
	letter-spacing: .24px;
	text-overflow: ellipsis;
}

.tournaments .item .name {
	color: #000;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.37;

	margin-top: 6px;

	letter-spacing: .32px;

	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.tournaments .item .name a {
	color: currentColor;
	font-size: 16px;
	font-weight: bold;

	transition: .2s linear;
	text-decoration: none;
}

.tournaments .item .name a:hover {
	color: var(--color-blue);
}

.tournaments .item .box_btn {
	color: #937a7a;
	font-size: 14px;
	line-height: 13px;

	display: flex;

	min-height: 37px;
	margin-top: 16px;

	letter-spacing: .35px;

	justify-content: flex-end;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.tournaments .item .link_btn {
	position: absolute;
	bottom: 1em;
}

.tournaments .item .link_btn a {
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 37px;

	display: block;

	min-width: 138px;
	height: 37px;
	padding: 0 15px;
	transition: .2s linear;
	text-align: center;
	text-decoration: none;
	letter-spacing: .3px;

	background: #172B4D;
}

.tournaments .item .link_btn a:hover {
	background: var(--color-blue);
}


.participants {
	overflow: hidden;

	margin-top: 83px;
	margin-bottom: -50px;
	padding-bottom: 50px;
}

.participants .slider {
	margin: 36px -15px 0;
}

.participants .slider .slick-list {
	overflow: visible;
}

.participants .slider .slick-slide {
	visibility: hidden;

	transition: .2s linear;

	opacity: 0;
}

.participants .slider .slick-slide.slick-active {
	visibility: visible;

	opacity: 1;
}

.participants .slider .slider-prev,
.participants .slider .slider-next {
	top: -50px;
}

.participants .slider .slider-prev {
	right: 48px;
}

.participants .slider .slider-next {
	right: 3px;
}

.participants .slider .slider-prev svg,
.participants .slider .slider-next svg {
	stroke: var(--color-blue);
}

.participants .slider .slider-prev.slick-disabled svg,
.participants .slider .slider-next.slick-disabled svg {
	stroke: #a7a7a7;
}

.participants .slider .slider-next.top:after {
	background: #d4d4d4;
}

.participants .item {
	display: flex;

	height: 98px;
	margin: 0 15px;
	padding: 14px;

	background: #fff;
	box-shadow: 0 18px 36px rgba(0, 0, 0, .12);

	justify-content: center;
	align-items: center;
	align-content: center;
}

.participants .item img {
	display: block;

	max-width: 100%;
	max-height: 100%;
}


.sect_poster {
	margin-top: 22px;
}

.sect_poster .wrap_box {
	position: relative;

	padding-top: 80px;
	padding-bottom: 24px;
}

.sect_poster .title {
	color: var(--color-blue);
	font-size: 45px;
	line-height: .95;

	padding: 0 100px;

	letter-spacing: .4px;
	text-transform: uppercase;
}

.sect_poster .box {
	margin-top: 15px;
	padding: 37px 360px 30px 100px;

	background: #172b4d;
}

.sect_poster .box .img {
	position: absolute;
	top: 0;
	right: 44px;

	width: 447px;
	height: 100%;
}

.sect_poster .box .img img {
	display: block;

	max-width: 100%;
	max-height: 100%;
}

.sect_poster .box .date {
	color: #fbd700;
	font-size: 89px;
	line-height: 1.03;

	position: relative;
	z-index: 5;

	max-width: 670px;

	text-align: right;
	letter-spacing: 2.136px;
	text-transform: uppercase;
}

.sect_poster .box .box_year {
	position: relative;
	z-index: 5;

	display: flex;

	max-width: 670px;

	justify-content: flex-start;
	align-items: flex-start;
	align-content: flex-start;
}

.sect_poster .box .box_year .year {
	color: #fbd700;
	font-size: 89px;
	line-height: 1.03;

	letter-spacing: 2.136px;
	text-transform: uppercase;

	flex-shrink: 0;
}

.sect_poster .box .box_year .deadline {
	color: #fff;
	font-size: 38px;
	line-height: 36px;

	margin-top: 15px;
	margin-left: 40px;

	letter-spacing: .912px;
	text-transform: uppercase;
}

.sect_poster .box .box_year .deadline span {
	color: #fbd700;
	font-size: 38px;
	line-height: 36px;

	letter-spacing: .912px;
	text-transform: uppercase;
}

.sect_poster .box .line_btn {
	position: relative;
	z-index: 5;

	display: flex;

	max-width: 670px;
	margin-top: 24px;

	justify-content: flex-end;
	align-items: flex-start;
	align-content: flex-start;
}

.sect_poster .box .line_btn .price {
	color: #fff;
	font-size: 45px;
	line-height: .95;

	margin-top: -6px;
	margin-right: 22px;

	text-transform: uppercase;
}

.sect_poster .box .line_btn .price .rub {
	font-size: 45px;
	line-height: .95;
}

.sect_poster .box .line_btn .link_btn a {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	line-height: 56px;

	display: block;

	min-width: 258px;
	height: 56px;
	padding: 0 15px;

	transition: .2s linear;
	text-align: center;
	text-decoration: none;
	letter-spacing: .230769px;

	background: var(--color-blue);
}

.sect_poster .box .line_btn .link_btn a:hover {
	background: var(--color-blue-hover);
}

.sect_poster .note {
	color: #000;
	font-size: 13px;
	line-height: 12px;

	margin-top: 10px;
	padding: 0 107px;

	letter-spacing: .2px;
}

.sect_poster .note span {
	font-size: 13px;

	margin-left: 5px;

	opacity: .5;
}


.title-slider {
	font-size: 20px;
	line-height: 32px;
	font-weight: 500;

	color: #17253A;

	padding-right: 80px;
	margin-top: 37px;
}

.title-slider.marg {
	margin-top: 65px;
}

.playgrounds_arena {
	overflow: hidden;

	padding: 53px 0 68px;
}

.playgrounds_arena .location_name {
	color: #fff;
	font-size: 20px;
	line-height: 32px;

	margin-top: 33px;
}

.playgrounds .slider {
	margin: 14px -12px 0;
}

/*.playgrounds .slider .slick-list{
    margin: -44px 0;
    padding: 44px 0;
}*/

.playgrounds .slider .playground {
	margin: 0 12px;
}


.products.products2 {
	background: #F1F2F6;
}

/* 03.02.2022
.products.products2 .slider{
    margin-top: 45px;
}

.products.products2 .slider .slider-prev.top:not(.small),
.products.products2 .slider .slider-next.top:not(.small){
    top: -50px;
}

.products.products2 .slider .slider-prev:not(.small){
    right: 65px;
}

.products.products2 .slider .slider-next:not(.small){
    right: 20px;
}

.products.products2 .slider .slider-prev:not(.small) svg,
.products.products2 .slider .slider-next:not(.small) svg{
    stroke: var(--color-blue);
}

.products.products2 .slider .slider-prev.slick-disabled:not(.small) svg,
.products.products2 .slider .slider-next.slick-disabled:not(.small) svg{
    stroke: #a7a7a7;
}

.products.products2 .slider .slider-next.top:not(.small):after{
    background: #d4d4d4;
}*/


.sect_subscribe {
	padding: 69px 0 61px;
	background: #F1F2F6;
}

.sect_subscribe .cont {
	max-width: 600px;
}

.sect_subscribe .title {
	color: #211532;
	font-size: 24px;
	font-weight: bold;
	line-height: 1;

	text-align: center;
	letter-spacing: .576px;
	text-transform: uppercase;
}

.sect_subscribe .sect_subtitle {
	font-size: 16px;
	font-weight: 500;
	color: #211532;
	margin-top: 14px;

	text-align: center;
}

.sect_subscribe .subscribe_form {
	display: flex;

	margin-top: 46px;

	justify-content: space-between;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}

.sect_subscribe .subscribe_form .input {
	font-family: 'Gotham Pro';
	font-size: 14px;

	width: calc(100% - 160px);
	height: 44px;
	padding: 0 24px;
	color: #211532;

	border: 1px solid #3c2f4f;
	background: #fff;
}

.sect_subscribe .subscribe_form .submit_btn {
	color: #fff;
	font-family: 'Gotham Pro';
	font-size: 14px;
	font-weight: 500;

	width: 144px;
	height: 44px;
	padding: 0 15px;

	transition: .2s linear;

	background: #172B4D;
}

.sect_subscribe .subscribe_form .submit_btn:hover {
	background: var(--color-blue);
}

.sect_subscribe .agree {
	color: #211532;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.58;

	max-width: 510px;
	margin: 30px auto 0;

	text-align: center;
	letter-spacing: .288px;
}

.sect_subscribe .agree a {
	color: currentColor;
	font-size: 12px;
	font-weight: 500;

	transition: .2s linear;

	border-bottom: 1px solid;
}

.sect_subscribe .agree a:hover {
	border-color: transparent;
}

/*
.playgrounds .slider .playground {
    display: none;
}

.playgrounds .slider .playground:first-child,
.playgrounds .slider .playground:nth-child(2) {
    display: flex;
}

.playgrounds .slider.slick-initialized .playground {
    display: flex;
}

.playground .thumb.slick-initialized .slide {
    width: 100%;
}
*/
@media (max-width: 1250px) {
	.main_section {
		padding: 50px 0 30px;
	}

	.main_section .box_services {
		margin-left: 0;
		margin-right: 0;
		--items: 2;
	}

	.main_section .box_services .item {
		display: flex;
		flex-direction: column;
		padding: 0;

		justify-content: flex-start;
		align-items: center;
		align-content: center;
	}

	.main_section .box_services .item:hover {
		color: #0d0e2a;
	}

	.main_section .box_services .item:before {
		display: none;
	}

	.main_section .box_services .item:after {
		display: none;
	}

	.main_section .box_services .item .name {
		width: 100%;
		margin-bottom: auto;
	}

	.main_section .box_services .item:hover .name .icon {
		opacity: 1;
	}

	.main_section .box_services .item .desc {
		color: #0d0e2a;

		visibility: visible;

		max-width: 100%;

		opacity: 1;
	}



	.sect_poster .title {
		font-size: 40px;

		padding: 0 50px;
	}

	.sect_poster .wrap_box {
		padding-top: 60px;
	}

	.sect_poster .box {
		padding: 37px 300px 30px 50px;
	}

	.sect_poster .box .date {
		font-size: 55px;

		max-width: 420px;
	}

	.sect_poster .box .img {
		right: 0;

		width: 327px;
	}

	.sect_poster .box .box_year .year {
		font-size: 55px;
	}

	.sect_poster .box .box_year .deadline {
		margin-top: 8px;
		margin-left: 20px;
	}

	.sect_poster .box .box_year .deadline,
	.sect_poster .box .box_year .deadline span {
		font-size: 22px;
		line-height: 20px;
	}

	.sect_poster .box .line_btn {
		max-width: 420px;
	}

	.sect_poster .box .line_btn .price {
		font-size: 28px;

		margin-top: -3px;
		margin-right: 15px;
	}

	.sect_poster .box .line_btn .price .rub {
		font-size: 28px;
	}

	.sect_poster .box .line_btn .link_btn a {
		font-size: 15px;
		line-height: 46px;

		min-width: 158px;
		height: 46px;
	}

	.sect_poster .note {
		padding: 0 50px;
	}


	/*.playgrounds .slider{
        margin: 14px -15px 0;
    }

    .playgrounds .slider .playground{
        margin: 0 15px;
    }


    .products.products2{
        padding: 60px 0 97px;
    }

    .products.products2 .slider .slider-prev{
        right: 45px;
    }

    .products.products2 .slider .slider-next{
        right: 0;
    }*/
}

@media(max-width: 767px) {
	body.lock {
		overflow: hidden;
	}

	.main_section .box_services {
		margin-left: -20px;
		margin-right: -15px;
		width: calc(100% + 35px);
		max-width: none;
	}

	.main_section .box_services .item:before {
		visibility: visible;
		opacity: 1;
		display: block;
	}

	.main_section .box_services .item:after {
		display: block;
		opacity: 1;
		right: 0;
	}

	.main_section .box_services .item {
		color: var(--color-white);
		padding: 13px 20px 13px 20px;
		display: block;
		margin-left: 20px;
		margin-bottom: 0;
	}

	.main_section .box_services .item:hover .arrow {
		display: flex;
	}

	.main_section .box_services .item .name .icon {
		display: none;
	}

	.main_section .box_services .item .arrow {
		opacity: 1;
		right: 5px;
		width: 34px;
		height: 24px;
	}

	.main_section .box_services .item .desc {
		opacity: 1;
		color: var(--color-white);
	}

	.box_services .slider-next.top:after {
		background: var(--color-blue);
	}

	.main_title.line {
		display: block;
	}

	.sect_subtitle {
		font-size: 16px;
		line-height: 1.5;

		margin-top: 12px;
	}

	.header_n,
	.header_n.abs {
		position: fixed;
		z-index: 150;

		padding: 7px 0;
	}

	.header_n .cont {
		height: 46px;
	}

	.header_n .logo {
		position: relative;
		z-index: 50;

		width: 114px;
		margin-right: auto;
		margin-left: auto;
	}

	.header_n .login {
		position: relative;
		z-index: 50;
	}

	.header_n .h_menu {
		position: fixed;
		z-index: 15;
		top: 60px;
		left: 0;

		display: block;
		visibility: hidden;
		overflow-y: auto;

		width: 100%;
		height: calc(100% - 60px);
		padding: 67px 15px;

		transition: .2s linear;

		opacity: 0;
		background: #f1f2f6;
	}

	.header_n .h_menu:before {
		position: fixed;
		bottom: 21px;
		left: 50%;

		width: 1170px;
		height: 1170px;
		margin-left: -100px;

		content: '';
		transform: translateX(-50%);

		border-radius: 50%;
		background: #d3d9e0;
	}

	.header_n .h_menu.visible {
		visibility: visible;

		opacity: 1;
	}

	.header_n .h_menu .item {
		position: relative;
		z-index: 50;

		width: 100%;

		text-align: center;
	}

	.header_n .h_menu .item+.item {
		margin-top: 31px;
		margin-left: 0;
	}

	.mob_menu_link {
		position: relative;
		z-index: 50;

		display: block;

		margin-right: 30px;
	}


	.main_section .title {
		font-size: 28px;
		line-height: 1.5;
	}

	.main_section .title * {
		font-size: 28px;
	}

	.main_section .title mark b {
		font-weight: 500;
	}


	.main_section {
		padding-bottom: 50px;
	}


	.tournaments {
		padding: 38px 0 58px;
	}

	/*     .tournaments .slider .slider-prev {
        right: 43px;
    }

    .tournaments .slider .slider-next{
        right: -2px;
    } */


	.main_title.small,
	.main_title.small * {
		font-size: 24px;
		line-height: 1.2;
	}

	.main_title.line span {
		font-size: 24px;
	}

	.main_title.line:after {
		display: none;
	}


	.tournaments .slider {
		margin: 27px -10px 0;
	}

	.tournaments .slider .item {
		margin: 0 10px;
	}


	.participants {
		margin-top: 53px;
	}

	.participants .item {
		margin: 0 14px;
	}

	.participants .slider {
		margin: 56px -14px 0;
	}


	.sect_poster {
		overflow: hidden;

		margin-top: 49px;
	}

	.sect_poster .wrap_box {
		padding-top: 0;
	}

	.sect_poster .title {
		font-size: 35px;

		max-width: 300px;
		padding: 0 14px;
	}

	.sect_poster .box {
		margin-top: 5px;
		padding: 30px;
	}

	.sect_poster .box .img {
		right: -44px;

		width: 280px;
	}

	.sect_poster .box .date {
		font-size: 35px;

		max-width: 270px;
	}

	.sect_poster .box .box_year .year {
		font-size: 35px;
		line-height: 1.4;
	}

	.sect_poster .box .box_year .deadline,
	.sect_poster .box .box_year .deadline span {
		font-size: 20px;
	}

	.sect_poster .box .line_btn {
		max-width: 360px;
	}

	.sect_poster .note {
		position: relative;
		z-index: 10;

		margin-top: 37px;
		padding: 0;
	}


	/*.playgrounds_arena{
        margin-top: 40px;
        padding: 40px 0;
    }*/


	.playgrounds .slider {
		margin-left: -8px;
		margin-right: -8px;
	}

	.playgrounds .slider-prev.top {
		right: 49px;
	}

	.playgrounds .slider-next.top {
		right: 8px;
	}

	.playgrounds .slider .playground {
		margin: 0 8px;
	}

	/*.playgrounds .slider .slider-prev.top,
    .playgrounds .slider .slider-next.top{
        top: -42px;
    }

    .playgrounds .slider .slider-prev.top{
        right: 46px;
    }

    .playgrounds .slider .slider-next.top{
        right: 4px;
    }*/


	/*.products.products2{
        padding: 50px 0;
    }

    .products.products2 .slider{
        margin-top: 55px;
    }*/
}

@media (max-width: 479px) {
	/*.main_title.small,
    .main_title.small *,
    .main_title.line span{
        text-transform: none;
    }*/

	.main_title.small,
	.main_title.small * {
		font-size: 18px;
		line-height: 1.2;
	}

	.main_title.line span {
		font-size: 18px;
	}

	.title-slider {
		font-size: 16px;
		margin-top: 17px;
	}

	.title-slider.marg {
		margin-top: 22px;
	}

	.main_section .title {
		font-size: 24px;
		line-height: 28px;
	}

	.main_section .title * {
		font-size: 24px;
	}

	.main_section .title mark,
	.main_section .title mark * {
		font-size: 18px;
		line-height: 36px;
	}


	.search_n {
		margin-top: 23px;
	}

	.search_n .submit_btn {
		width: 70px;
	}

	.search_n .input {
		padding-right: 75px;
		background-color: #fff;
	}

	.search_n .input::-webkit-input-placeholder {
		color: transparent;
	}

	.search_n .input::-moz-placeholder {
		color: transparent;
	}

	.search_n .input:-ms-input-placeholder {
		color: transparent;
	}

	.main_section .box_services {
		margin-top: 53px;
		--margin-bottom: 40px;

		--items: 1;
	}

	.main_section .box_services .item .name {
		font-size: 16px;
	}

	.main_section .box_services .item .desc {
		font-size: 14px;
	}



	.sect_subscribe {
		padding: 44px 0 98px;
	}


	.tournaments .sect_subtitle {
		padding-right: 0;
	}

	.tournaments .slider {
		margin-top: 56px;
	}

	.tournaments .slider .slick-slide {
		visibility: visible;

		opacity: 1;
	}

	.tournaments .slider .slider-prev,
	.tournaments .slider .slider-next {
		top: -45px;
	}


	.sect_poster .title {
		font-size: 30px;
	}

	.sect_poster .box {
		padding: 15px;
	}

	.sect_poster .box .img {
		width: 271px;
	}

	.sect_poster .box .date {
		font-size: 28px;
		line-height: 40px;

		max-width: 217px;
	}

	.sect_poster .box .box_year .year {
		font-size: 28px;
	}

	.sect_poster .box .box_year .deadline {
		margin-top: 5px;
	}

	.sect_poster .box .box_year .deadline,
	.sect_poster .box .box_year .deadline span {
		font-size: 15px;
		line-height: 16px;
	}

	.sect_poster .box .line_btn {
		display: block;

		margin-top: 14px;
	}

	.sect_poster .box .line_btn .price {
		margin-right: 0;
		margin-right: 0;
		padding-left: 18px;
	}

	.sect_poster .box .line_btn .link_btn {
		margin-top: 18px;
	}

	.sect_poster .note {
		font-size: 12px;
		line-height: 11px;
	}

	.sect_poster .note span {
		font-size: 12px;
		line-height: 11px;

		display: block;

		margin-top: 6px;
		margin-left: 0;

		letter-spacing: .184615px;
	}


	.playgrounds_arena .location_name {
		font-size: 16px;

		margin-top: 13px;
	}

	/* .playgrounds .slider{
        margin-top: 12px;
    }*/


	/*.products.products2 .slider{
        margin-top: 15px;
    }*/

	.products.products2 .sect_subtitle {
		margin-top: 9px;
	}


	.sect_subscribe .title {
		font-size: 18px;

		text-align: left;
	}

	.sect_subscribe .sect_subtitle {
		font-size: 14px;
		line-height: 19px;

		margin-top: 8px;

		text-align: left;
	}

	.sect_subscribe .subscribe_form {
		display: block;

		margin-top: 29px;
	}

	.sect_subscribe .subscribe_form .input {
		display: block;

		width: 100%;
	}

	.sect_subscribe .subscribe_form .submit_btn {
		display: block;

		width: 100%;
		margin-top: 18px;
	}

	.sect_subscribe .agree {
		margin-top: 23px;

		text-align: left;
	}
}

/* END 05.10. 2021 */

.detail_btn {
	color: var(--color-blue);
	font-family: 'Gotham Pro';
	font-size: 14px;
	font-weight: 500;
	padding: 0;
	margin-top: 40px;
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px dashed;
}

.playgrounds .detail_btn {
	color: #FFFFFF;
}

@media (max-width: 767px) {
	.box_services .slick-list {
		padding: 0 50px 0 0 !important;
	}

	.main_section .box_services .item {
		display: none;
	}

	.main_section .box_services .item:first-child {
		display: block;
	}

	.main_section .box_services.slick-initialized .item {
		display: block;
	}

	.playgrounds .detail_btn {
		top: -3px;
	}

	/*.products.products2 {
        padding: 50px 0 95px;
    }*/

	.main_section .title mark:before {
		top: 3px;
		height: calc(100% - 3px);
	}

	/*.main_section .box_services .slider-prev.top,
    .main_section .box_services .slider-next.top {
        top: -45px;
    }*/
}

@media (max-width: 479px) {
	.tournaments .cont .slider {
		overflow: inherit;
	}
}

@media (min-width: 400px) and (max-width: 528px) {

	.tournaments .detail_btn,
	.tournaments .sect_subtitle {
		margin-top: 30px;
	}
}
/* End */


/* Start:/local/templates/yplay/components/bitrix/news.list/coaches/style.css?1695816243150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/yplay/components/bitrix/catalog.section/arenda_slider/style.css?16958162433808*/
@media (min-width: 1200px){
	/*lg*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6  > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 992px) and (max-width:1199px){
	/*md*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-md-2:nth-child(6n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	.product-item-list-col-6-1 > .col-sm-6 > .row > .col-md-4:nth-child(3n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-md-3:nth-child(4n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (min-width: 768px) and (max-width: 991px){
	/*sm*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	.product-item-list-col-1-6 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}
@media (max-width: 767px){
	/*xs*/
	/*6*/
	.product-item-list-col-6   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-6 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-6-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*4*/
	.product-item-list-col-4   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-1-4 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	.product-item-list-col-4-1 > .col-sm-6 >  .row > .col-xs-6:nth-child(2n+1),
	/*3*/
	.product-item-list-col-3   > .col-xs-12 > .row > .col-sm-4:nth-child(3n+1),
	/*2*/
	.product-item-list-col-2   > .col-xs-12 > .row > .col-xs-6:nth-child(2n+1),
	/*1*/
	.product-item-list-col-1   > .col-xs-12 > .row > .col-xs-12:nth-child(1n){clear: both}
}

.catalog-section-header{
	font-size:14px;
	font-weight: bold;
	text-align: left;
	margin:5px 0;
	padding:5px 15px;
	border-bottom: 2px solid #d9dee6;
	color: #000;
}

.row::before {
	display: initial;
}
/* End */
/* /local/templates/yplay/css/mainpage.css?172518279532124 */
/* /local/templates/yplay/components/bitrix/news.list/coaches/style.css?1695816243150 */
/* /local/templates/yplay/components/bitrix/catalog.section/arenda_slider/style.css?16958162433808 */
