
/*-----------------------------------------------
CSS Framework Lisena
Author:   hmelii
Web:      http://www.hmelii.ru
Email:    anufry@inbox.ru
Version:  6.00 23.12.25 n
----------------------------------------------- */
/*---------------------- basic styles --------------------------------------*/
@import url("bases.css");
@import url("jquery-ui.css");
@import url("splide.min.css");
@charset "utf-8";

@import url("modals/blur.css");
/*---------------------- end basic styles ----------------------------------*/
/*---------------------- global --------------------------------------*/
html {
	height: 100%;
	overflow-y: scroll;
	font-size: 62.5%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	background: #fff;
	height: 100%;
	color: #2C2D2E;
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: left;
	word-wrap: break-word;
}

input,
button,
select,
textarea,
html {
	font-family: 'moscow_sans_regular', sans-serif;
}

a {
	color: #2C2D2E;
	text-decoration: underline;
}

a:hover,
a:hover:visited {
	text-decoration: none;
}

.nu a:hover,
a.nu:hover {
	text-decoration: underline;
}

.nu a,
a.nu {
	text-decoration: none;
}

a.link_dashed,
.link_dashed a {
	text-decoration: none;
	border-bottom: 0.1rem dashed;
}

a.link_dashed:hover,
.link_dashed a:hover {
	border: 0;
	text-decoration: none;
}

.h1 {
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 2.8rem;
	font-weight: normal;
	margin: 0 0 1.7rem;
	position: relative;
	line-height: 1.1;
}

.h2 {
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 2.8rem;
	font-weight: normal;
	margin: 0 0 1.4rem;
	position: relative;
	line-height: 1;
}

.h3 {
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 2.8rem;
	font-weight: normal;
	margin: 0 0 1.4rem;
	position: relative;
	line-height: 1;
}



.h4 {
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 2.0rem;
	font-weight: normal;
	margin: 0 0 2.4rem;
	position: relative;
	line-height: 1.2;
	text-transform: uppercase;
}

.h5 {
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 1.8rem;
	font-weight: normal;
	margin: 0 0 2.4rem;
	position: relative;
	line-height: 1.2;
	text-transform: uppercase;
}


.h6 {
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	margin: 0 0 2.4rem;
	position: relative;
	line-height: 1.2;
	text-transform: uppercase;
}

/*colors*/
/*end colors*/
/*fonts*/

@font-face {
	font-family: 'moscow_sans_regular';
	src: url("../fonts/moscow_sans_regular.eot");
	src: url("../fonts/moscow_sans_regular.eot?#iefix") format("embedded-opentype"), url("../fonts/moscow_sans_regular.woff") format("woff"), url("../fonts/moscow_sans_regular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;

}
@font-face {
	font-family: 'MoscowSansExtraBold';
	src: url("../fonts/MoscowSansExtraBold.eot");
	src: url("../fonts/MoscowSansExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/MoscowSansExtraBold.woff") format("woff"), url("../fonts/MoscowSansExtraBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;

}
.f-10 {
	font-size: 1.0rem;
}

.f-11 {
	font-size: 1.1rem;
}

.f-12 {
	font-size: 1.2rem;
}

.f-13 {
	font-size: 1.3rem;
}

.f-14 {
	font-size: 1.4rem;
}

.f-15 {
	font-size: 1.5rem;
}

.f-16 {
	font-size: 1.6rem;
}

.f-17 {
	font-size: 1.7rem;
}

.f-18 {
	font-size: 1.8rem;
}

.f-19 {
	font-size: 1.9rem;
}

.f-20 {
	font-size: 2.0rem;
}

/*end fonts*/
/*forms fields*/
.field {
	background: #28292B;
	border: 0.1rem solid #336A77;
	border-radius: 0.4rem;
	padding: 1.2rem 1.9rem 1.2rem;
	-webkit-transition: all 0s ease 0s;
	transition: all 0s ease 0s;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
}

.field:focus {
	border-color: #D1D1D1;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.field:-moz-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field::-moz-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field::-webkit-input-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field:-ms-input-placeholder {
	opacity: 1;
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field.placeholder {
	font-size: 1.7rem;
	font-weight: normal;
	color: #fff;
	font-style: normal;
}

.field.invalid {
	background: #FFF;
	box-shadow: none;
	border-color: #D1D1D1;
}

.parent_field {
	display: inline-block;
	vertical-align: top;
}

.invalid_message {
	display: block;
	color: #FB2828;
	font-size: 1.1rem;
	line-height: 1.2;
}

.valid_message {
	display: none;
	color: green;
	font-size: 1.1rem;
	line-height: 1.2;
}

/*end forms fields*/
/*over blocks*/
.o {
	overflow: hidden;
}

.cx:before,
.cx:after {
	content: "";
	display: table;
}

.cx:after {
	clear: both;
}

.ct {
	display: table;
}

.ct:after {
	content: '. . . . . . . . . . .';
	display: block;
	word-spacing: 99in;
	height: 0;
	overflow: hidden;
	font-size: 0.05em;
	line-height: 0.05em;
}

/*end over blocks*/
/*other*/
hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	border: 0;
	margin: 0 0 2.5rem;
	height: 0;
	display: block;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
	border-top: 0.1rem solid #E0E0E0;
}

::-moz-selection {
	background-color: #0000ff;
	color: #fff;
	text-shadow: none;
}

::selection {
	background-color: #0000ff;
	color: #fff;
	text-shadow: none;
}

img::-moz-selection {
	background-color: transparent;
	-moz-box-shadow: none;
}

img::selection {
	background-color: transparent;
	box-shadow: none;
}






/*end other*/
/*---------------------- end global ----------------------------------*/
/*---------------------- wrapper ------------------------------------*/
.wrapper {
	min-height: 100%;
	margin: auto;
	overflow-x: clip;
	position: relative;
	z-index: 1;
}


.inner {
	margin: auto !important;
}

.inner:before,
.inner:after {
	content: "";
	display: table;
}

.inner:after {
	clear: both;
}

/*---------------------- *** ----------------------------------------*/
/*---------------------- header -------------------------------------*/
.header {
	height: 60.3rem;
	padding: 0 1.6rem;
	position: relative;
	z-index: 3;
}







.logo {
	background: url(../img/logo.svg) no-repeat 0 50%;
	background-size: 11.4rem 4.3rem;
	width: 11.4rem;
	height: 7.5rem;
	position: relative;
	z-index: 3;
}

.logo .link {
	display: block;
	width: 11.4rem;
	height: 7.5rem;
}
.page_with_nav .logo{ 
	background: url(../img/logo_red.svg) no-repeat 0 50%;
	background-size: 11.4rem 4.3rem;
z-index: 28;
}
.nav {
		
		height: 7.5rem;
		position: absolute;
		z-index: 21;
		top: 0;
		right: 0;
	}

	.nav_active {
		background: #fff;
		width: 100vw;
		height: 7.5rem;
		z-index: 27;
	}



	.nav .nav_toggle {
		background: url(../img/header_menu_mobile.svg) no-repeat 50% 50%;
		border: none;
		display: block;
		width: 5.9rem;
		height: 7.5rem;
		position: absolute;
		top: 0;
	right: 0;
		transition: all 0.5s ease 0s;
		z-index: 3;
	}

	.nav_active .nav_toggle {
		background: url(../img/header_menu_mobile_active.svg) no-repeat 50% 50%;
	
	}

	.nav .sub_all {
		background: #fff;
		border-top: 0.1rem solid #D4D4D4;
		display: block;
		width: calc(100vw - 1.6rem);
		padding: 2.0rem 1.6rem 2.0rem;
		position: absolute;
		top: 7.4rem;
		left:0;
		right: -1.6rem;
		transform: translate(100%, 0);
		transition: transform .3s ease;
		will-change: transform;

	}
.nav_active .sub_all {
		transform: translate(0, 0);
	}
.nav .list {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	z-index: 1;
}

.nav .item {
	margin: 0 0 0.7rem;
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 1.8rem;
}

.nav .link {
	color: #2C2D2E;
	text-decoration: none;
}

.splide__list {
	visibility: visible;
	display: flex;
}

.splide__pagination {
	margin: 0;
	padding: 0;
	list-style: none;
}

.splide__pagination li {
	background: none;
	margin: 0 .4rem;
	padding: 0;
}



.splide__track {
	overflow: visible;
}



.promo_fig {

	width:100vw;
	
	margin: -7.5rem 0 0;
	position: relative;
	left: 50%;
	transform: translate(-50%, 0);
	overflow: hidden;
}


.promo_fig .link {
	display: block;
}
.fig_tablet{
	display: none;
}
.fig_desktop{
	display: none;
}
.promo_fig .fig {
	width: 100%;
	height: 60.3rem;
	position: relative;
	overflow: hidden;
}




.promo_fig .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
	
}


.promo_fig .text {
	position: absolute;
	top: 7.5rem;
	left: 1.6rem;
	right: 1.6rem;
	color: #fff;
	line-height: 1.2;
	z-index: 2;
}






.promo_fig .title {
	margin: 0 0 1.1rem;
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 3.4rem;
	line-height: 1;
}
.btn_block{
	position: absolute;
	bottom: 2.1rem;
	right: 1.6rem;
	left: 1.6rem;
}
.btn_1{
	background: #E4000D;
	border-radius: 1.2rem;
	display: block;
	width: 100%;
	height: 5.4rem;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 5.4rem;
}
.btn_1[disabled]{
	background: gray;
}
/*---------------------- end header ----------------------------------*/
/*---------------------- side ---------------------------------------*/
.side_1, .side_2 {
	width: 170px;
	position: relative;
	float: left;
}
.side_2 {
	float: right;
}
/*---------------------- end side ------------------------------------*/
/*---------------------- content -------------------------------------*/
.content {
	position: relative;
	padding: 3.7rem 1.6rem 0;
	
}
.schedule_block{
	padding: 0 0 6.1rem;
	position: relative;
}
.schedule_block:before{
	content: "";
	background: url(../img/schedule_block.png) no-repeat;
	background-size: 25.9rem 25.9rem;
	width: 25.9rem;
	height: 25.9rem;
	position: absolute;
	bottom: 1.8rem;
  right: -3.1rem;
	z-index: -1;
}
.schedule_block > .title{
	margin: 0 0 0.8rem;
	font-family: 'MoscowSansExtraBold', sans-serif;
font-size: 1.6rem;
color: #737373;
}



.time_list{
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 1.1rem -1.6rem;
}
.time_list .item{
	
	margin: 0 0 0.7rem 1.6rem;
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 1.8rem;
	color: #2C2D2E;
}




.price_list{
	display: flex;
	flex-direction: column;
	width: 40%;
}

.price_list .item{
	background: #F5F5F5;
	border-radius: 2.0rem;
	margin: 0 0 0.8rem;
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 1.6rem;
	color: #2C2D2E;
	line-height: 1;
}
.price_list .title{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 5.6rem;
	color: #2C2D2E;
}
.price_list .fig{
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 0.8rem 0 0;
	position: relative;
	overflow: hidden;
}
.price_list .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
    bottom: 0;
	left: 0;
	vertical-align: top;
}

.price_list .price{
	background: #E4000D;
	border-radius: 0 0 2.0rem 2.0rem;
	width: 100%;
	height: 3.2rem;
	
	color: #fff;
	line-height: 3.2rem;
	text-align: center;
}
.master_class_block{
	min-height: 62.0rem;
	padding: 3.5rem 0 0;
	position: relative;
	color: #fff;
}
.master_class_block:before{
	content: "";
	background: #141E36 url(../img/master_class_block.png) repeat-x 0 70%;
	background-size: auto 14.5rem;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.master_class_block .date{
	margin: 0 0 0.2rem;
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 1.8rem;
}
.master_class_block .fig{
	width: 36.0rem;
	height: 34.7rem;
	margin: 0 0 0 -18.0rem;
	position: absolute;
	bottom: 0;
	left: 50%;
	overflow: hidden;
}
.master_class_block .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
    bottom: 0;
	left: 0;
	vertical-align: top;
}
.curling_block{
	margin: 0 0 3.4rem;
	padding: 35.0rem 0 1.2rem;
	position: relative;
}
.curling_block:after{
	content: "";
	background:#F5F5F5;
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: -1;
}
.curling_block:before{
	content: "";
	background: url(../img/curling_block.png);
	position: absolute;
	top: 0;
	right: -1000.0rem;
	bottom: 0;
	left: -1000.0rem;
	z-index: 1;
}
.curling_block .in{
	position: relative;
	z-index: 2;
}
.curling_block .date{
	margin: 0 0 0.2rem;
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 1.8rem;
}
.curling_block .fig{
	width: 32.8rem;
	height: 29.9rem;
	margin: 0 0 0 -16.4rem;
	position: absolute;
	top: 3.4rem;
	left: 50%;
	overflow: hidden;
}
.curling_block .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
    bottom: 0;
	left: 0;
	vertical-align: top;
}
.rules_block{
	margin: 0 0 2.8rem;
	position: relative;
}

.rules_block .grey_text{
	color: #737373;
	line-height: 1.2;
}

.rules_block .download_link{
	background: url(../img/download_link.svg) no-repeat 100% 0;
	display: inline-block;
	min-height: 2.4rem;
	padding: 0 3.2rem 0 0;
	color: #2C2D2E;
	text-decoration: none;
}
.rules_block .fig_bg{
	width: 100%;
	height: 15.4rem;
	margin: -1.1rem 0 1.0rem;
	position: relative;
	overflow: hidden;
}
.rules_block .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
    bottom: 0;
	left: 0;
	vertical-align: top;
}
.rules_list{
	display: flex;
	flex-direction: column;
}
.rules_list .item{
	background: #F5F5F5;
	border-radius: 2.0rem;
	display: flex;
	align-items: center;
	width: calc(100% - 3.2rem);
	margin: 0 0 0.8rem;
	padding: 1.6rem 1.6rem 1.5rem;
	line-height: 1.2;
}
.rules_list .fig{
	width: 2.4rem;
	height: 2.4rem;
	margin: 0 1.0rem 0 0;
	position: relative;
	overflow: hidden;
}
.rules_list .img{
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}
.rules_list .text{
	width: calc(100% - 3.4rem);
}
.question_answer_block{
	margin: 0 0 2.6rem;
}
.question_answer_list .item{
	margin: 0 0 0.8rem;
}
.question_answer_list .title{
	line-height: 1.1;
}
.question_answer_list .title .link{
	background:#F5F5F5 url(../img/question_answer_down.svg) no-repeat 95% 50%;
	border-radius: 2.0rem;
display: block;
padding: 1.4rem 4.2rem 1.5rem 1.8rem;
font-family: 'MoscowSansExtraBold', sans-serif;
font-size: 1.6rem;
color: #000;
text-decoration: none;
}

.question_answer_list .active .title .link{
	background:#F5F5F5 url(../img/question_answer_up.svg) no-repeat 95% 50%;
	border-radius: 2.0rem 2.0rem 0 0;
	padding: 1.4rem 4.2rem 0.9rem 1.8rem;
}
.question_answer_list .sub{
	background:#F5F5F5;
	border-radius: 0 0 2.0rem 2.0rem;
	display: none;
	padding: 0 4.2rem 0.1rem 1.8rem;
}
.gallerry_block{
	margin: 0 0 0.2rem;
}
.carousel_4 {
	margin: 0;
	position: relative;
}

.carousel_4 .splide__arrows {
	display: none;
}




.carousel_4 .splide__slide {
	position: relative;
	padding: 0 0.4rem;
}






.carousel_4 .fig {
	border-radius: 2.4rem;
	width: 100%;
	height: 0;
	padding: 0 0 84%;
	position: relative;
	overflow: hidden;
}




.carousel_4 .img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	object-fit: cover;
}

.carousel_4 .splide__pagination {
	display: none;
}



.map_block {
	position: relative;
}





.map_block .fig {
	border-radius: 3.2rem;
	width: 100%;
	height: 40.0rem;
	position: relative;
	overflow: hidden;
}

.map_block .img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}

.map_block iframe {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: top;
}



.modal {
	position: fixed;
	z-index: 1000;
}
.modal__inner {
	overflow: hidden;
	overflow-y: scroll;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.modal, .modal__bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.modal__horisontal_inner {
	display: table;
	height: 100%;
	margin: auto;
}
.modal__vertical_inner {
	display: table-cell;
	vertical-align: middle;
	-webkit-perspective: 1300px;
	perspective: 1300px;
}
.modal__bg {
	background: #000;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.show .modal__bg {
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.modal__content {
	background: #fff;
	padding: 24px;
	position: relative;
}
.box_fig .modal__content{
width: auto;
}
.modal_lightbox__image{
	width: 100%;
}
.modal_lightbox__image img{
	width: 100%;
}
.modal_lightbox__title{
	margin: 0 0 1.0rem;
}
.modal__close_btn {
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	text-decoration: none;
	line-height: 24px;
	z-index: 2;
}
.modal_lightbox__prev, .modal_lightbox__next {
	cursor: pointer;
	width: 50%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}
.modal_lightbox__next {
	left: auto;
	right: 0;
}
/*---------------------- end content ----------------------------------*/
/*---------------------- footer ---------------------------------------*/
.footer {
	position: relative;
	margin: -3.8rem 0 0;
}

.footer:after {
	content: "";
	background: #141E36 url(../img/master_class_block.png) repeat-x 0 90%;
	background-size: auto 13.1rem;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.footer .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	padding: 6.9rem 1.6rem 19.7rem;

}
.footer .in{
	margin: 0 0 1.4rem;
}

.footer .phone{
	margin: 0 0 0.3rem;
}
.footer .phone .link {
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 1.6rem;
	color: #fff;
	text-decoration: none;
}
.footer .mail .link {
	color: #fff;
	text-decoration: none;
	opacity: 0.5;
}
.footer .address{
	margin: 0 0 1.7rem;
	font-family: 'MoscowSansExtraBold', sans-serif;
	font-size: 1.6rem;
	color: #fff;
}
.footer .address .grey_text{
	margin: 0.1rem 0 0;
	font-family: 'moscow_sans_regular', sans-serif;
	font-size: 1.4rem;
	color: #fff;
	opacity: 0.5;
}
.logo_footer {
	background: url(../img/logo.svg) no-repeat;
	background-size: 12.7rem 4.9rem;
	width: 12.7rem;
	height: 4.9rem;
}

.logo_footer .link {
	display: block;
	width: 12.7rem;
	height: 4.9rem;
}
/*---------------------- end footer -----------------------------------*/

/* media queries */
/* small screens (portrait and landscape) */
/* small screens (landscape) */
/* small screens (portrait) */
/* medium small screens */
/* medium screens (excludes iPad & iPhone) */
/* ipads (portrait and landscape) */
/* ipads (landscape) */
/* ipads (portrait) */
/* medium large screens */
/* large screens */
/* extra large screens */
/* iphone 4 and high pixel ratio (1.5+) devices */
/* iphone 4 and higher pixel ratio (2+) devices (retina) */
/*CSS for serving the retina image to devices with a high "device-pixel-ratio":*/
/* print media */




@media (min-width: 768px) {
.h1 {
	margin: 0 0 3.8rem;
	font-size: 3.2rem;
}

.h2 {
	font-size: 3.2rem;
}

.h3 {
	margin: 0 0 1.2rem;
	font-size: 3.2rem;
}



.h4 {
	font-size: 2.0rem;
}

.h5 {
	font-size: 1.8rem;
}
.h6 {
	font-size: 1.6rem;
}

.header {
  height: 49.4rem;
  padding: 0 2.4rem;
  position: relative;
  z-index: 3;
}

.logo {
  height: 8.3rem;
}
.logo .link{
  height: 8.3rem;
}
.nav {
  height: 8.3rem;
}
.nav .nav_toggle {
	width: 7.3rem;
 height: 8.3rem;
}

.nav .sub_all {
  width: calc(100vw - 2.4rem);
  padding: 2.0rem 2.4rem 2.0rem;
  top: 8.2rem;
  right: -2.4rem;
}
.promo_fig {
  margin: -8.3rem 0 0;
}
.promo_fig .text {
	top: 9.6rem;
	left: 2.4rem;
  right: 31%;
	
 
}



.promo_fig .title {
  margin: 0 0 1.8rem;
  font-size: 4.8rem;
}
.promo_fig .text {
  line-height: 1.5;
}
.fig_tablet{
	display: block;
	width: 100%;
	height: 49.4rem;
	position: relative;
	overflow: hidden;
}

.promo_fig .fig {
	display: none;
}
.promo_fig .btn_block{
    position: absolute;
    bottom: 3.0rem;
    left: 2.4rem;
}
.btn_1 {
	width: 20.6rem;
	font-size: 1.5rem;
}
.content {
  padding: 4.1rem 2.4rem 0;
}
.schedule_block {
  padding: 0 0 3.2rem;
}
.schedule_block > .title {
	margin: 0 0 1.1rem;
  font-size: 1.8rem;
}


.time_list {
	width: 43.0rem;
  margin: 0 0 6.4rem -2.4rem;

  
}
.time_list .item {
  margin: 0 0 0.7rem 2.4rem;
}
.price_list {
  flex-direction: row;
 width: 45.2rem;
  margin: 0 0 0 -1.6rem;
}
.price_list .item {
  width: calc(50% - 1.6rem);
  margin: 0 0 0.8rem 1.6rem;
  font-size: 1.8rem;
}
.price_list .title {
  height: 6.8rem;
}
.price_list .price {
  height: 4.2rem;
  line-height: 4.2rem;
}
.price_list .fig {
  width: 3.2rem;
  height: 3.2rem;
  margin: 0 1.3rem 0 0;

}
.schedule_block::before {
  background-size: 38.9rem 38.9rem;
  width: 38.9rem;
  height: 38.9rem;
  bottom: 1.6rem;
  right: -3.4rem;
}
.master_class_block {
  min-height: 34.9rem;
  padding: 3.3rem 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.master_class_block::before {
  background-size: auto 15.3rem;
  background-position: 0 50%;
}
.master_class_block .in{
	width: 33%;
	position: relative;
}
.master_class_block .in:nth-child(2){
	 width: 17.9rem;
	 margin: 9.0rem 0 0;
}
.master_class_block .text{
	position: absolute;
	bottom: 1.9rem;
	left: 0;
	width: 74%;
}
.master_class_block .fig {
  width: 42.4rem;
  height: 40.8rem;
  margin: 0 0 0 -21.2rem;
}
.master_class_block .btn_1 {
    width: 17.2rem;
  }
  .master_class_block .date {
  margin: 0 0 0.3rem;
}
  .curling_block {
	min-height: 34.0rem;
  margin: 0 0 3.4rem;
  padding: 3.3rem 57% 1.2rem 0;
}
 .curling_block .in{
	min-height: 34.0rem;
	position: relative;
}
  .curling_block .fig {
  width: 36.0rem;
  height: 32.7rem;
  margin: -16.3rem 0 0;
  top: 50%;
  left: auto;
  right: -1.9rem;
}
  .curling_block .btn_1 {
    width: 24.6rem;
  }
   .curling_block .date_block{
	position: absolute;
	bottom: 0;
	left: 0;
   }
   
.rules_block .in{
	display: flex;
}
.rules_block .into{
	width: calc(100% - 36.5rem);
}
.rules_block .fig_bg {
  width: 35.5rem;
  height: 16.6rem;
  margin: 0;
  right: -1.1rem;

}
.rules_list .item {
  margin: 0 0 1.0rem;
  padding: 1.6rem 1.6rem 1.6rem;
}
.question_answer_block {
  margin: 0 0 4.5rem;
}
.question_answer_list{
	margin: 2.1rem 0 0;
}
.question_answer_list .item {
  margin: 0 0 1.0rem;
}
.question_answer_list .title .link {
	background-position: 97% 50%;
  padding: 2.2rem 4.4rem 2.2rem 2.3rem;
  font-size: 1.8rem;
}
.question_answer_list .active .title .link {
  background: #F5F5F5 url(../img/question_answer_up.svg) no-repeat 97% 50%;
  padding: 2.2rem 4.4rem 0.8rem 2.3rem;
}
.gallerry_block {
  margin: 0 0 4.3rem;
}
.gallerry_block .h3 {
    margin: 0 0 2.9rem;
  }
    .carousel_4{
		position: relative;
	}
   .carousel_4:before{
	content: "";
	background: #fff;
	position: absolute;
	top: 0;
	right: 100%;
	bottom: 0;
	left: -1000.0rem;
	z-index: 1;
  }
.carousel_4 .splide__arrows {
  display: block;
	opacity: 1;
	border-radius: 0;
}

.carousel_4 .splide__arrow:hover {
	opacity: 1;
}

.carousel_4 .splide__arrow--next {
	background:  url(../img/carousel_4_next.svg) no-repeat 50% 50%;
	border-radius: 1.0rem;
	border: 0.1rem solid #E4000D;
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	position: absolute;
	top: -7.2rem;
	right: 0;
	transform: none;
	z-index: 5;
}


.carousel_4 .splide__arrow--prev {
	background: #FEFEFE url(../img/carousel_4_prev.svg) no-repeat 50% 50%;
	border-radius: 1.0rem;
	border: 0.1rem solid #E4000D;
	display: block;
	width: 4.8rem;
	height: 4.8rem;
	position: absolute;
	top: -7.2rem;
	right: 6.4rem;
	left: auto;
	transform: none;
	z-index: 5;
}




.carousel_4 svg {
	display: none;
}
.carousel_4 .splide__slide{
	width: 64% !important;
}

 .map_block .h3 {
    margin: 0 0 2.5rem;
  }
.map_block .fig {
	height: 50.8rem;
}

.footer {
  margin: -11.4rem 0 0;
}

.footer::after {
  background-position: 0 23.1rem;
  background-size: auto 13.3rem;
}
.footer .box {
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
  height: 26.7rem;
  padding: 15.2rem 2.4rem 0;

  
}
.footer .in{
	margin: 0;
}
.footer .phone {
  margin: 0 0 0.4rem;
}
.footer .phone .link {
  font-size: 1.8rem;
}
.footer .address {
  margin: 0;
  font-size: 1.8rem;
}
.footer .address .grey_text {
  margin: 0.5rem 0 0;
}
.logo_footer {
  background-size: 13.5rem 5.1rem;
  width: 12.5rem;
  height: 5.1rem;
  margin: 0.2rem 0 0;
}
.logo_footer .link{
  width: 12.5rem;
  height: 5.1rem;
}
}
@media (min-width: 1240px) {
	body {
  font-size: 1.6rem;
	}
	
	.h1 {
		margin: 0 0 9.0rem;
	font-size: 4.8rem;
}

.h2 {
	font-size: 4.8rem;
}

.h3 {
	margin: 0 0 1.9rem;
	font-size: 4.8rem;
}



.h4 {
	font-size: 3.0rem;
}

.h5 {
	font-size: 2.0rem;
}


.h6 {
	font-size: 1.8rem;
}
	.wrapper {
	min-width: 124.0rem;
}
.inner {
	min-width: 124.0rem;
	max-width: 136.0rem;
	margin: auto !important;
	padding: 0 0 43.8rem;
}
.header {
	min-width: 124.0rem;
	max-width: 136.0rem;
	height: 68.4rem;
  padding: 0;
}
.header_top {
	min-width: 124.0rem;
	max-width: 136.0rem;
	display: flex;
}
.nav{
	width: calc(100% - 16.1rem);
	height: 10.1rem;
	  position: relative;
}
 .nav .nav_toggle {
	display: none;
  }
    .nav .sub_all {
		background: none;
  border-top: none;
    width: 100%;
    padding: 0;
    top: 0;
    right: 0;
  transform: none;
  transition: none;
  }
  .nav .list {
  flex-direction: row;
  justify-content: space-between;
}
.nav .item {
  font-size: 1.6rem;
}
.nav .link {
	display: flex;
	align-items: center;
	height: 10.1rem;
  color: #fff;
}
	.logo {
  background-size: 16.1rem 6.1rem;
  width: 16.1rem;
  height: 10.1rem;
}
.logo .link{
  width: 16.1rem;
  height: 10.1rem;
}


.promo_fig {
  margin: -10.1rem 0 0;
}
.promo_fig .text {
	min-width: 124.0rem;
	max-width: 136.0rem;
	width: calc(100% - 4.0rem);
	padding: 0 0 0 4.0rem;
  top: 12.1rem;
  left: 50%;
    transform: translate(-50%, 0);
 
}
.promo_fig .in {
	
	 width: 74.5rem;

}


.promo_fig .title {
  margin: 0 0 2.1rem;
  font-size: 7.0rem;
}
.promo_fig .into {
	
	 width: 48.0rem;

}
.fig_tablet{
	display: none;
}
.fig_desktop{
	display: block;
	width: 100%;
	height: 68.4rem;
	position: relative;
	overflow: hidden;
}
.promo_fig .fig {
	display: none;
}

.promo_fig .btn_block{
min-width: 124.0rem;
	max-width: 136.0rem;
    width: calc(100% - 4.0rem);
    padding: 0 0 0 4.0rem;
    position: absolute;
    bottom: 8.0rem;
    left: 50%;
    transform: translate(-50%, 0);
}
.btn_1 {
  width: 21.6rem;
  height: 6.4rem;
  position: relative;
  font-size: 1.6rem;
  line-height: 6.4rem;
}





.content {
  padding: 6.2rem 4.0rem 0;
}
  .schedule_block > .title {
    margin: 0 0 1.1rem;
    font-size: 2.0rem;
  }
   .time_list {
    width: 70.0rem;
    margin: 0 0 7.7rem -5.4rem;
  }
  .time_list .item {
  margin: 0 0 1.0rem 5.4rem;
  font-size: 2.8rem;
}
.schedule_block {
    padding: 0 0 7.5rem;
  }
 .schedule_block::before {
    background-size: 54.7rem 54.7rem;
    width: 54.7rem;
    height: 54.7rem;
    bottom: 4.3rem;
    right: 4.0rem;
  }
.price_list .item {
    font-size: 2.0rem;
  }
 .price_list .title {
    height: 7.2rem;
  }
  .price_list .price {
    height: 4.4rem;
    line-height: 4.4rem;
  }
  .master_class_block {
    min-height: 48.9rem;
    padding: 6.3rem 0 0;
  }
  .master_class_block .date {
  font-size: 2.8rem;
}
 .master_class_block .btn_1 {
    width: 100%;
  }
   .master_class_block .in:nth-child(2) {
    width: 26.0rem;
    margin: 13.8rem 0 0;
  
  }
   .master_class_block .fig {
    width: 63.6rem;
    height: 61.3rem;
    margin: 0 0 0 -31.8rem;
  }
   .master_class_block .text {
    bottom: 3.8rem;
  }
   .curling_block {
   min-height: 47.6rem;
    margin: 0 0 6.4rem;
    padding: 6.4rem 64% 1.2rem 0;
  }
  .curling_block .in {
   min-height: 47.6rem;
  }
  .curling_block .date {
  font-size: 2.8rem;
}
.curling_block .fig {
    width: 52.6rem;
    height: 47.9rem;
    margin: -23.9rem 0 0;
    right: 7.5rem;
  }
   .curling_block .date_block {
    bottom: 2.5rem;
  }
  .rules_block {
  margin: 0 0 9.4rem;
}
   .rules_block .fig_bg {
    width: 43.4rem;
    height: 20.4rem;
	margin: 0 4.6rem 0 0;
    right: 0;
  }
  .rules_block .into {
    width: 39%;
  }
  .rules_block .grey_text {
  width: 76%;
}
 .rules_block .in {
    justify-content: space-between;
	margin: 0 0 4.8rem;
  }
  .rules_list {
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 0 0 -1.6rem;
}
    .rules_list .item {
		  border-radius: 2.4rem;
		width: calc(20% - 5.6rem);
		min-height: 13.3rem;
    margin: 0 0 1.0rem 1.6rem;
    padding: 2.0rem 2.0rem;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}
  
.rules_list .text {
  width: auto;
  position: absolute;
  bottom: 2.0rem;
  left: 2.0rem;
  right: 2.0rem;
}
 .question_answer_block {
    margin: 0 0 8.7rem;
  }
  .question_answer_block .h3 {
    margin: 0 0 3.3rem;
  }
    .question_answer_list .item {
    margin: 0 0 1.6rem;
  }
.question_answer_list .title .link {
	border-radius: 2.4rem;
    background-position: 97% 50%;
    padding: 2.5rem 4.8rem 2.6rem 2.4rem;
    font-size: 2.0rem;
  }
    .question_answer_list .active .title .link {
		border-radius: 2.4rem 2.4rem 0 0;
    padding: 2.5rem 4.8rem 0.8rem 2.4rem;
  }
  .question_answer_list .sub {
  border-radius: 0 0 2.4rem 2.4rem;
  padding: 0 4.8rem 0.1rem 2.4rem;
}
  .gallerry_block {
    margin: 0 0 10.4rem;
  }
 .gallerry_block .h3 {
    margin: 0 0 3.8rem;
  }
  .carousel_4 .splide__arrow--next {
    border-radius: 1.2rem;
     width: 5.4rem;
    height: 5.4rem;
    top: -9.3rem;
  }
  .carousel_4 .splide__arrow--prev {
    border-radius: 1.2rem;
    width: 5.4rem;
    height: 5.4rem;
    top: -9.3rem;
    right: 7.0rem;
  }
 
  
   .carousel_4 .splide__slide {
    width: 42% !important;
  }
  .map_block .h3 {
    margin: 0 0 3.2rem;
  }
.map_block .fig {
	height: 50.8rem;
}
.footer {
	min-width: 124.0rem;
	max-width: 136.0rem;
	height: 55.2rem;
	margin: auto;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
}
.footer::after {
  background: #141E36 url(../img/master_class_block.png) repeat-x 0 24.1rem;
  background-size: auto 23.7rem;
  right: -1000.0rem;
  left: -1000.0rem;
}
 .footer .box {
    height: 40.0rem;
    padding: 15.2rem 4.0rem 0;
	position: relative;
	justify-content: flex-start;
  }
 .logo_footer {
    background-size: 16.1rem 6.1rem;
    width: 16.1rem;
    height: 6.1rem;
    margin: 0;
    position: absolute;
	top: 15.2rem;
    right: 40px;
  }
   .logo_footer .link{
    width: 16.1rem;
    height: 6.1rem;
  }
  .footer .in {
    margin: 0 4.6rem 0 0;
  }
}
@media (max-width: 767px) {
}

@media print {
* {
	color: black !important;
	background: transparent !important;
	text-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	float: none !important;
	clear: none !important;
}
html, body, article, header, section, footer, aside, div {
	width: 100% !important;
}
a, a:link, a:visited, a:hover, a:active, abbr, acronym {
	text-decoration: none;
	border-bottom: 0 none;
}
h1, h2, h3, h4, h5, h6, p, li {
	page-break-inside: avoid;
	orphans: 3;
	widows: 3;
}
h1, h2, h3, h4, h5, h6 {
	page-break-after: avoid;
}
thead {
	display: table-header-group;
}
tr, img {
	page-break-inside: avoid;
}
nav {
	display: none;
}
}
