@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Regular.eot');
	src: local('Circe'), local('Circe-Regular'),
		url('../fonts/Circe-Regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Regular.woff') format('woff'),
		url('../fonts/Circe-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-ExtraLight.eot');
	src: local('Circe ExtraLight'), local('Circe-ExtraLight'),
		url('../fonts/Circe-ExtraLight.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-ExtraLight.woff') format('woff'),
		url('../fonts/Circe-ExtraLight.ttf') format('truetype');
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Thin.eot');
	src: local('Circe Thin'), local('Circe-Thin'),
		url('../fonts/Circe-Thin.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Thin.woff') format('woff'),
		url('../fonts/Circe-Thin.ttf') format('truetype');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Light.eot');
	src: local('Circe Light'), local('Circe-Light'),
		url('../fonts/Circe-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Light.woff') format('woff'),
		url('../fonts/Circe-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-Bold.eot');
	src: local('Circe Bold'), local('Circe-Bold'),
		url('../fonts/Circe-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-Bold.woff') format('woff'),
		url('../fonts/Circe-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circe';
	src: url('../fonts/Circe-ExtraBold.eot');
	src: local('Circe ExtraBold'), local('Circe-ExtraBold'),
		url('../fonts/Circe-ExtraBold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circe-ExtraBold.woff') format('woff'),
		url('../fonts/Circe-ExtraBold.ttf') format('truetype');
	font-weight: 800;
	font-style: normal;
}

html { 
	overflow-x:  hidden; 
}

body {
  font-family: 'Circe', sans-serif;
	font-size: 16px;
 	width: 100%;
	 overflow-x: hidden;
}

h1 {
	text-transform: uppercase;
	text-align: center;
	font-size: 20px;
	line-height: 29px;
	letter-spacing: 0.1em;
	color: #80000F;
	margin: 52px 0 20px 0;
	font-weight: 800;
}

.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.abs-center-y {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.main-color-dark {
	color: #80000F !important;
}

.main-color-light {
	color: #9D0013 !important;
}

.bg-main-color-dark {
	background-color: #80000F !important;
}

.bg-main-color-light {
	background-color: #9D0013 !important;
}

.bg-main-color-lighter {
	background-color: #E4263D !important;
}

.bg-main-color-superlight {
	background-color: #FF6C7E !important;
}

#my-main-header {
	position: relative;
	height: 67px;
}
#my-main-header .phone-link {
	height: 30px;
	margin-right: 10px;
	float: right;
}

#my-main-header .navbar-toggler-icon {
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	float: right;
	display: none;
}
#my-main-header .navbar-toggler-icon:hover {
	cursor: pointer;
}

.my-main-logo {
	height: 63px;
	left: 18px;
	top: 4px;
	position: absolute;
}

.phone-link {
	color: black;
	font-weight: bold;
}

.top-nav-menu {
	list-style: none;
}

.normal-weight {
	font-weight: 400;
}
.bold {
	font-weight: 500;
}
.extra-bold {
	font-weight: 800;
}

.header-toggler {
	margin-right: 15px;
	width: 210px;
	position: absolute;
	right: 0;
	top: 22px;
}

.header-menu {
	position: absolute;
	top: 3px;
	left: 380px;
    right: 170px;
}
.header-menu-container {
	display: flex;
	max-width: 850px;
	margin-right: auto;
	justify-content: space-around;
}
.header-menu-element {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 600;
	margin: auto 7px;
	line-height: 63px;
	width: auto;
	text-align: center;
	white-space: nowrap;
}
.header-menu-element a {
	text-decoration: none;
	color: black;
}
.header-menu-element::after {
	content: '';
	width: auto;
	height: 2px;
	background-color: #9D0013;
	display: block;
	transform: translateY(5px) scale(0);
}
.header-menu-element:hover::after {
	transform: translateY(-15px) scale(1);
}

.my-main-section {
	margin-right: auto;
  margin-left: auto;
	max-width: 100%;
}

.main-page-block {
}
.main-page-block:first-child {
	background: url("/cdn/camp/camp-main.jpeg") center center no-repeat;
	background-size: cover;
	min-height: 600px;
}

#main-image {
	min-height: 600px;
	position: relative;
	padding: 68px 0 40px 0;
}
#main-image .rectangle {
	width: 732px;
	background: rgba(0, 0, 0, 0.35);
	color: #fff;
	padding: 17px 23px 0 41px;
}
#main-image .rectangle .big-text {
	font-size: 55px;
	line-height: 57px;
	max-width: 641px;
	margin-bottom: 80px;
}
#main-image .rectangle .big-text-place-okrovskoe20_oct {
	margin-bottom: 20px;
}
#main-image .rectangle .big-text-dates-okrovskoe20_oct {
	margin-bottom: 34px;
	font-size: 36px;
}
h1.big-text {
	color: #fff;
	font-size: 60px;
	line-height: 62px;
	font-weight: 500;
	text-transform: none;
	text-align: left;
	letter-spacing: 0;
	margin: 0;
}
#main-image .rectangle .normal-text {
	font-size: 30px;
	line-height: 44px;
	max-width: 641px;
	letter-spacing: 0.05em;
}
#main-image .rectangle .small-text {
	font-size: 22px;
    line-height: normal;
    max-width: 641px;
    letter-spacing: 0.05em;
    margin-top: 20px;
    background: #9D0013;
    padding-left: 10px;
    margin-left: -10px;
    padding-bottom: 5px;
    padding-top: 5px;
}
.order-button {
	width: 210px;
	height: 60px;
	background: #9D0013;
	border-radius: 10px;
	font-size: 18px;
	line-height: 60px;
	text-align: center;
	color: #FFFFFF;
	cursor: pointer;
}
.order-button:hover {
}
#main-image .order-button {
	position: absolute;
	padding: 11px 0;
	line-height: 19px;
	right: 107px;
	bottom: 42px;
}
.extra-small-text {
	font-size: 14px;
}

.icon {
	width: 50px;
	min-width: 50px;
	height: 50px;
}
.icon-sm {
	width: 25px;
	height: 25px;
	display: inline-block;
}
.icon-plus {
	background: url('/cdn/camp/icons/+.png');
}
.icon-minus {
	background: url('/cdn/camp/icons/-.png');
}

#what-block h1 {
	margin-bottom: 57px;
}
#what-block ul li {
	list-style: none;
	font-size: 20px;
	margin: 35px 0;
	font-weight: bold;
}
#what-block ul li:first-child {
	margin-top: 0;
}
#what-block ul li span {
	margin-left: 14px;
	transform: translateY(-50%);
	top: 50%;
}
#what-block .order-button {
	margin-top: 5px;
	margin-bottom: 30px;
}

.my-main-footer {
  border-top: 4px double rgba(0,0,0,.125);
  color: #3C3C3C;
}

.bg-image-container {
	width: 32%;
}

.bg-image {
	background: center center no-repeat;
	background-size: cover;
	height: 300px;
	position: relative;
}

.bg-image-label {
	color: white;
	background-color: #A50D1F;
	font-size: 16px;
	line-height: 19px;
	font-weight: 800;
	vertical-align: top;
	width: 100%;
	padding: 21px 18px;
	letter-spacing: 0.04em;
}

.image-description {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 0;
	width: 100%;
}
.bg-image-description {
	width: 100%;
	background: #A50D1F;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 10px 18px 30px 18px;
	display: none;
}
.bg-image-description span {
	top:100px;
	text-align: center;
}

.schedule-container {
	min-width: 300px;
}

.time-container {
	margin-bottom: 50px;
	max-width: 300px;
}
#time-noon {
	display: none;
}
#time-evening {
	display: none;
}

.time-link {
	color: black;
	font-size: 20px;
	line-height: 29px;
}
.time-link:not(.active) {
	text-decoration: underline;
}

#schedule-block-container {
	position: relative;
	max-width: 1295px;
}
#schedule-block .rectangle {
	width: 25px;
	height: auto;
}
#schedule-block ul li {
	list-style: none;
	font-size: 16px;
	line-height: 29px;
}

#diagram-container {
	margin-top: 40px;
	text-align: center;
	margin-right: -10px;
}

#legend-container {
	margin-top: 20px;
}
.legend-block {
	min-width: 230px;
	margin-bottom: 40px;
}

.square{
	width: 37px;
	height: 37px;
}
.legend-text{
	margin-left: 15px;
	font-size: 16px;
	line-height: 21px;
}

#schedule-block-container .order-button {
	margin-top: 30px;
	margin-bottom: 30px;
}

.line {
	width: auto;
	height: 0px;
	border: 1px solid #A9A7A7;
}

#coaches-container {
	margin-top: 40px;
	margin-bottom: 60px;
	overflow-y: hidden;
	display: flex;
	justify-content: space-between;
	overflow-x: hidden;
}

.coach {
	width: 243px;
	height: 348px;
	margin-bottom: 24px;

	background: #C4C4C4 center center no-repeat;
	background-size: cover;
}

.coach-description {
	padding: 10px;
	font-size: 16px;
	line-height: 18px;
	color: #fff;
	width: 243px;
	height: 348px;
	background: rgba(0,0,0,0.5);
}

.coach-label {
	font-size: 18px;
	line-height: 27px;
}
.coach-label-bold {
		font-weight: 600;
}

.new_coach-block {
	display: flex;
	flex-direction: row-reverse;
	background-size: cover;
}
#new_coach-block-1 {
	background-image: url('/cdn/camp/camp-coach-big-1.jpg');
}
#new_coach-block-2 {
	background-image: url('/cdn/camp/camp-coach-big-2.png');
}
#new_coach-block-3 {
	background-image: url('/cdn/camp/camp-coach-big-3.png');
}
#new_coach-block-4 {
	background-image: url('/cdn/camp/camp-coach-big-4.png');
}
#new_coach-block-5 {
	background-image: url('/cdn/camp/camp-coach-big-5.jpg');
}
#new_coach-block-6 {
	background-image: url('/cdn/camp/camp-coach-big-6.png');
}
#new_coach-block-7 {
	background-image: url('/cdn/camp/camp-coach-big-6.jpg');
}
#new_coach-block-klochko {
	background-image: url('/cdn/camp/camp-coach-big-klochko.jpg');
}
#new_coach-block-prytkov {
	background-image: url('/cdn/camp/camp-coach-big-prytkov.jpg');
}
#new_coach-block-nikolaev {
	background-image: url('/cdn/camp/camp-coach-big-nikolaev.jpg');
}
#new_coach-block-firsaev {
	background-image: url('/cdn/camp/camp-coach-big-firsaev.jpg');
}
#new_coach-block-karina {
	background-image: url('/cdn/camp/camp-coach-big-karina.jpg');
}
.new_coach-info-block {
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
	background-color: rgba(0, 0, 0, 0.35);
	padding-bottom: 20px;
}
.new_coach-name {
	font-size: 20px;
	line-height: 29px;
	margin: 47px 0 25px 74px;
}
.new_coach-info-block ul {
	list-style: none;
	padding-left: 0;
}
.new_coach-group-info {
	padding: 13px 0;
	background-color: #9D0013;
}
.new_coach-info-block ul li {
	margin-bottom: 25px;
	display: flex;
	max-width: 85.714286%;
}
.new_coach-info-block ul li:last-child {
	max-width: 100%;
	margin-bottom: 45px;
}
.new_coach-info-block ul li img {
	vertical-align: baseline;
}
.new_coach-info-block .icon {
	width: 33px;
	height: 33px;
	min-width: 33px;
	margin: 0 23px 0 20px;
}
.new_coach {
	width: 100%;
	height: 500px;
	background-position-x: center;
}
.carousel-indicators li {
  width: 10px;
  height: 10px;
	border-radius: 100%;
	background-color: #C4C4C4;
	margin: 0 6px;
}
.carousel-indicators li.active {
	background-color: #9D0013;
}

.prices-header {
	background-color: #9D0013;
	color: #fff;
	padding: 13px;
	margin: 0 15px;
}
.prices-header h3 {
		font-weight: 300;
}
.prices {
	margin-bottom: 30px;
}
.price-table {
	margin-left: auto;
	margin-right: auto;
	max-width: 1044px;
}
.price-table.price-table-one_price_tariff {
	max-width: 740px;
}
.price-table th:first-child {
	width: 420px;
}
.price-table td:first-child {
	padding-left: 10px;
}
.price-table .price-table-header {
	margin-bottom: 21px;
	width: 310px;
}
.price-table .header-cell {
	background-color: #9D0013;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	padding: 10px 20px 10px 20px;
	color: #fff;
	font-weight: 400;
	height: 100%;
}
.price-table .header-cell .big-price {
	font-size: 28px;
	line-height: 28px;
	font-weight: 600;
}
.price-table .header-cell .small-price {
	font-size: 18px;
	line-height: 18px;
	font-weight: 600;
}

#coaches-block .order-button {
	padding: 11px 0;
	line-height: 19px;
	margin-left: auto;
	margin-right: auto;
}

.price-table tbody tr:nth-child(odd) {
	background-color: #ECECEC;
}
.price-table td:not(:first-child) {
	text-align: center;
}
.price-table tr:last-child {
	background-color: #fff;
}

.price-tab-container {
	padding: 0 15px;
	margin-bottom: 20px;
}
.price-tab {
	background-color: rgb(242, 242, 242);
	color: #000;
	margin-top: 8px;
	padding: 12px 15px;
	color: #444;
	min-height: 40px;
	line-height: 16px;
	background-color: #F2F2F2;
	font-size: 14px;
	font-weight: bold;
	border: none;
	border-radius: 2px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.price-tab.active {
	background-color: #9D0013;
	color: #fff;
}
.price-tab:hover {
	cursor: pointer;
}

.mobile-price {
	font-size: 20px;
	font-weight: 600;
}
.mobile-price-big {
	font-size: 30px;
}

#coaches-block p {
	font-size: 20px;
}
#coaches-block h1 {
	margin: 18px 0px;
}

.coaches-block {
	margin: 0 20px;
}

#tariffs-block ul li {
	list-style: none;
	font-size: 20px;
	margin: 35px 0;
	max-width: 725px;
}
#tariffs-block ul li div {
	margin-left: 14px;
}

.available-tickets {
	margin-top: 54px;
	margin-bottom: 17px;
	font-size: 40px;
	line-height: 47px;
	text-align: center;
}

.my-progress-container {
	display: flex;
	justify-content: center;
	width: 78%;
	position: relative;
	border-top: 6px solid #9D0013;
	margin: 0 auto;
}

.my-progress-container:before {
	content: '';
	position: absolute;
	left: -16px;
	top: -16px;
	height: 25px;
  width: 25px;
  background-color: #9D0013;
  border-radius: 50%;
}
.my-progress-container:after {
	content: '';
	position: absolute;
	right: -16px;
	top: -16px;
	height: 25px;
  width: 25px;
  background-color: #9D0013;
  border-radius: 50%;
}

.my-progress {
	width: 76%;
	border-top: 10px solid #9D0013;
	position: absolute;
	top: -8px;
	left: 0;
}

#safety-block {
	color: #fff;
}
#safety-block .rectangle {
	max-width: 963px;
	background-color: rgba(0, 0, 0, 0.35);
}
#safety-block h1 {
	margin: 15px auto;
}
#safety-block ul {
	margin: 0 39px 0 95px;
}
#safety-block ul li {
	list-style: none;
	font-size: 20px;
	padding-top: 57px;
}
#safety-block ul li:last-child {
	padding-bottom: 30px;
}
#safety-block ul li div {
	margin-left: 35px;
}

.safety-block-image {
	background-image: url('https://res.cloudinary.com/duenp4qr2/image/upload/f_jpg,fl_progressive,q_auto:good/v1560713511/metorfootball/camp/camp-safety_xz81gt.jpg');
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 22px 0;
}

#slots-block .slide-text {
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	margin-top: 93px;
	margin-left: auto;
	margin-right: auto;
	max-width: 90%;
}


#slots-block-container {
	height: auto;
}
#slots-block .order-button {
	padding: 11px 0;
	line-height: 19px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 26px;
	margin-bottom: 61px;
}

.warning-block {
	padding: 42px 0;
	width: 90%;
	font-size: 40px;
	line-height: 59px;
	text-align: center;
	color: #9D0013;
}

#camps-block-container {
	margin-bottom: 54px;
}
#camps-block h1 {
	margin: 20px auto;
}
.camp-block-preview {
	font-size: 18px;
	line-height: 24px;
	background-position-x: center;
	background-position-y: center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 512px;
	height: 288px;
	color: #fff;
	margin: 20px 10px 0 10px;
}
#camp-block-preview-sochi {
	background-image: url('/cdn/camp/camp-grid-1.jpeg');
}
#camp-block-preview-pokrovskoe {
	background-image: url('/cdn/camp/camp-grid-11.jpeg');
}
#camp-block-preview-bronnicy {
	background-image: url('/cdn/camp/camp-grid-17.jpeg');
}
#camp-block-preview-tushino {
	background-image: url('/cdn/camp/camp-grid-19.jpeg');
}
#camp-block-preview-sosnoviy_bor {
	background-image: url('/cdn/camp/camp-grid-20.jpeg');
}
#camp-block-preview-welna {
	background-image: url('/cdn/camp/camp-grid-30.jpeg');
}
#camp-block-preview-sofrino {
	background-image: url('/cdn/camp/camp-grid-57.jpg');
}
#camp-block-preview-sofrino-dance {
	background-image: url('/cdn/camp/camp-grid-57.jpg');
}
#camp-block-preview-sergiev-posad {
	background-image: url('/cdn/camp/camp-grid-58.jpg');
}
#camp-block-preview-loo_arena21 {
	background-image: url('/cdn/camp/camp-grid-59.jpg');
}

.camp-block-preview .rectangle {
	background: rgba(0, 0, 0, 0.50);
	width: 100%;
	height: 100%;
	padding: 15px 40px;
	position: relative;
}
.camp-block-preview .rectangle .order-button-link {
	background: #9D0013;
	color: #FFFFFF;
	border-radius: 10px;
	width: 169px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	height: 53px;
	font-size: 18px;
	line-height: 53px;
	position: absolute;
	bottom: 22px;
	right: 25px;
}

.camp-block-preview-header {
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
}

.camp-block-preview-text ul li {
	list-style: none;
}
.camp-block-preview-text ul li::before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	display: inline-block;
	background-color: #fff;
	vertical-align: middle;
	margin-right: 5px;
}
.camp-block-preview-text ul li {
	font-weight: 300;
}
.camp-block-preview-text ul li:last-child {
	background-color: #9D0013;
	margin-left: -5px;
	margin-top: -1px;
	padding: 1px 15px 1px 5px;
	font-weight: 500;
	width: fit-content;
	display: table;
}
.camp-block-preview a {
	color: #fff;
	font-size: 30px;
	line-height: 35px;
	font-weight: 600;
	width: 350px;
	text-align: center;
	text-decoration: underline;
	margin: auto;
}

.footer {
	margin-top: 18px;
	background: #80000F;
	color: #fff;
	padding: 45px 0;
}

.footer-list li {
}
.footer-list li a {
	text-decoration: none;
	color: #fff;
}

.footer-list {
	list-style: none;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
	padding-left: 0;
}

.footer-contact-href {
	text-decoration: none;
	font-weight: 600;
	color: #fff;
	font-size: 20px;
	display: block;
}

.youtube-video-container {
	overflow: hidden;
}
