/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img,legend{border:0}legend,td,th{padding:0}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}table{border-collapse:collapse;border-spacing:0}

input,
textarea,
select {
	outline: none !important;
}

/* Fonts
==================================================*/
@font-face {
	font-family: "OpenSansRegular";
	src: url("../fonts/OpenSansRegular/OpenSansRegular.eot");
	src: url("../fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format("embedded-opentype"),
	     url("../fonts/OpenSansRegular/OpenSansRegular.woff") format("woff"),
	     url("../fonts/OpenSansRegular/OpenSansRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-family: 'FuturaCExtraBold';
	src: url('../fonts/FuturaCExtraBold/futurac_extrabold-webfont.eot');
	src: url('../fonts/FuturaCExtraBold/futurac_extrabold-webfont.eot?#iefix') format('embedded-opentype'),
	     url('../fonts/FuturaCExtraBold/futurac_extrabold-webfont.woff2') format('woff2'),
	     url('../fonts/FuturaCExtraBold/futurac_extrabold-webfont.woff') format('woff'),
	     url('../fonts/FuturaCExtraBold/futurac_extrabold-webfont.ttf') format('truetype'),
	     url('../fonts/FuturaCExtraBold/futurac_extrabold-webfont.svg#futuracextrabold') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* Main
==================================================*/
*::-webkit-input-placeholder {
	color: #193f63;
	opacity: 1;
}
*:-moz-placeholder {
	color: #193f63;
	opacity: 1;
}
*:-ms-input-placeholder {
	color: #193f63;
	opacity: 1;
}
body {
	font: 14px 'OpenSansRegular', Verdana, sans-serif;
	color: #1d212d;
	background-color: #72a3ff;
}
section {
	/*clear: both;*/
	/*border: 1px solid #000;*/
	overflow: hidden;
	padding: 50px 0;
}
.container {
	width: 930px;
	margin: 0 auto;
	padding: 0 15px;
}
h1 {
	position: relative;
	z-index: -1;
	margin: 0 0 10px 0;
	padding: 0;
	height: 210px;
	text-align: center;
}
h1 b {
	position: relative;
	display: inline-block;
	overflow:hidden;
	top: -200px;
	width: 400px;
	height: 400px;
	border-radius: 100%;
	box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
	background-color: #1d212d;
	font: 24px 'FuturaCExtraBold', Verdana, sans-serif;
	line-height: 550px;
	color: #fff;
	text-transform: uppercase;
}
h2 {
    margin: 30px 0 60px 0;
    text-align: center;
    background: linear-gradient(to bottom, transparent, transparent 24px, rgba(255,255,255,0.5) 24px, rgba(255,255,255,0.5) 26px, transparent 26px);
}
h2 b {
    display: inline-block;
    height: 50px;
    padding: 0 80px;
    /*min-width: 160px;*/
    font: 26px 'FuturaCExtraBold', Verdana, sans-serif;
    font-weight: normal;
    line-height: 50px;
    text-transform: uppercase;
    color: #fff;
    background-color: #1d212d;
}
.link-center {
	text-align: center;
	margin-bottom: 50px;
}
.link-center a {
	font-size: 16px;
	text-transform: uppercase;
	color: #1d212d;
	font-weight: bold;
	letter-spacing: 1px;
}
.link-center a:hover {
	color: #fff;
}
.col2 {
	width: 450px;
}
.col2--left {
	float: left;
	text-align: right;
}
.col2--right {
	float: right;
	text-align: left;
}
.col2 p {
	font-size: 16px;
	line-height: 19px;
	margin: 10px 0 10px 0;
}
.col2 img {
	width: 436px;
	height: 286px;
	padding: 5px;
	border: 2px solid #84c0d9;
	background-color: #edf8fb;
}
.col2 ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
.col2 li {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 19px;
	padding-left: 25px;
	background: url(/i/minuslist_icon.png) no-repeat 0 9px;
}

/* Header
==================================================*/
header {
	height: 150px;
	background-color: #a1c2ff;
}
.topline {
	height: 22px;
	padding: 14px 0;
	background-color: #1d212d;
}
.social {
	float: left;
	width: 108px;
}
.social a {
	display: block;
	float: left;
	width: 22px;
	height: 22px;
	margin-right: 14px;
	background-image: url('/i/icon_topline_social_2.png');
}
.social-vk {
	background-position: 0 0;
}
.social-vk:hover {
	background-position: 0 -22px;
}
.social-yt {
	background-position: 0 -44px;
}
.social-yt:hover {
	background-position: 0 -66px;
}
.social-ig {
	background-position: 0 -88px;
}
.social-ig:hover {
	background-position: 0 -110px;
}
.phone {
	float: right;
	height: 22px;
	line-height: 22px;
	padding-left: 32px;
	color: #fff;
	background: url('/i/icon_topline_phone_2.png') no-repeat;
}
.phone a {
	color: #fff;
}
.mainmenu {
	height: 100px;
	margin: 0;
	padding: 0;
	line-height: 100px;
	position: relative;
}
.mainmenu li {
	display: block;
	float: left;
	text-align: center;
	list-style: none;
	position: relative;
}
.mainmenu .mainmenu--narrow {
	width: 160px;
}
.mainmenu .mainmenu--wide {
	width: 240px;
}
.mainmenu .mainmenu--shift {
	margin-left: 124px;
}
.mainmenu .mainmenu--logo {
	position: absolute;
	top: -37px;
	left: 400px;
	width: 124px;
	height: 124px;
}
.logo {
	display: block;
	width: 120px;
	height: 120px;
	border: 2px solid #dae2f2;
}
.logo img {
	width: 120px;
	height: 120px;
}
.mainmenu li a {
	font: 13px 'FuturaCExtraBold', Verdana, sans-serif;
	color: #15304b;
	text-decoration: none;
	text-transform: uppercase;
}
.mainmenu li:hover a {
	color: #2e679c;
}
.mainmenu li.submenu > a:after {
	content: "";
	padding-right: 15px;
	background: url(/i/icon_mainmenu_sub.png) no-repeat right 4px;
}
.mainmenu li.submenu:hover > a:after {
	background-position: right -16px;
}
.mainmenu .submenu-list {
	position: absolute;
	display: none;
	z-index: 10000;
	width: 196px;
	margin: -30px 0 0 20px;
	border: 2px solid #125a9d;
	background-color: #b2e0e7;
	box-shadow: 3px 3px 10px rgba(0,0,0,0.3);
}
.mainmenu .submenu-list ul {
	padding: 0;
}
.mainmenu .submenu-list li {
	float: none;
	border-bottom: 1px solid #76a8c6;
}
.mainmenu .submenu-list li:last-child {
	border-bottom: none;
}
.mainmenu .submenu-list a {
	display: block;
	padding: 0 15px;
	font: 12px 'OpenSansRegular', Verdana, sans-serif;
	line-height: 48px;
	font-weight: bold;
	text-align: left;
	text-decoration: none;
	color: #1d62a2;
	transition: all .15s ease;
}
.mainmenu .submenu-list a:hover {
	color: #fff;
	background-color: #3b7bb0;
}

/* Slider
==================================================*/
.slider {
	position: relative;
	height: 500px;
	background-color: #193f63;
}
.slider .item {
	height: 500px;
	background-repeat: no-repeat;
	background-position: center;
}
.slider .nav-prev,
.slider .nav-next {
	position: absolute;
	z-index: 500;
	top: -323px;
	width: 46px;
	height: 46px;
	cursor: pointer;
	opacity: 0.5;
	transition: opacity 0.2s ease;
}
.slider .nav-prev:hover,
.slider .nav-next:hover {
	opacity: 1;
}
.slider .nav-prev {
	left: 15px;
	background: url(/i/slider_nav_prev.png) no-repeat 0 0;
}
.slider .nav-next {
	right: 15px;
	background: url(/i/slider_nav_next.png) no-repeat 0 0;
}

/* Main Blocks
==================================================*/
.mainblocks {
	position: relative;
	z-index: 100;
	height: 750px;
	background-color: #84c0d9;
	margin: -100px 0 30px 0;

	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
}
.row {
	display: flex;
	flex-flow: row nowrap;
}

.navigator {
	width: 105%;
}

.navigator li {
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 5px 0px;
	font-size: 16px;
	font-weight: bold;

	transition: all .3s;
}

.navigator li .player {
	margin-right: 5px;
}

.navigator li:hover {
	color: #E21636;
	cursor: pointer;
}

.navigator li:hover .player{
	outline: none;
    border-color: #E21636;
    box-shadow: 0 0 10px #E21636;
}

.navigator li:hover .player .triangle{
	outline: none;

	border-left: 15px solid #E21636;
}

.player {
	display: flex;
	justify-content: center;
	align-items: center;
	content: '';
	width: 30px;
	height: 30px;
	/* background: red; */
	border: 3px solid #1d212d;
	border-radius: 50%;

	cursor: pointer;

	transition: all .2s;
}

.player a:after {
	display: none !important;
}

.player .triangle {
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;

	border-left: 15px solid #1d212d;
	transform: translateX(2px);
	transition: all .2s;
}

.mainblocks-info--4 {
	background-image: linear-gradient(rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.65)), url('/i/baza.jpg');
	background-size: 460px;
	background-position: 65% 10%;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	align-items: center;
	/* background: url('/i/map.png') center; */
	/* background: #a1c2ff !important; */
	position: relative;
	transition: all .5s ease;
}

.mainblocks-info--4 ul {
	opacity: 0;
	transform: translateY(30px);
	transition: all 1s;
	list-style-type: none;
	padding: 0;
}

.mainblocks-info--4 h3 {
	color: #1d212d !important;
	padding: 15px;
	border: 2px solid #1d212d;
	margin: 0;
	width: 60%;
	text-align: center;

	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);

	transition: all .7s;
}

.mainblocks-info--4 p {
	color: #1d212d !important;
}

.mainblocks-info--4 p a {
	color: #1d212d !important;
}

.mainblocks-info--4 p a:after {
	filter: invert(1);
}

.mainblocks-info--4:hover h3 {
	display: block;

	transform: translateX(-50%) translateY(-100px);
}

.mainblocks-info--4:hover ul {
	opacity: 100%;
}

.mainblocks-info--4:hover {
	background-size: 700px;
	background-position: 70% 30%;
}

.mainblocks-item {
	width: 310px;
	height: 250px;
}
.mainblocks-foto img {
	width: inherit;
	height: inherit;
}
.mainblocks-foto h3 {
	position: relative;
	/*display: inline-block;*/
	text-align: center;
	margin: -154px auto 0;
	/*padding: 10px;*/
	color: rgba(255,255,255,0.7);
	font: 20px 'FuturaCExtraBold', Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
.mainblocks-foto h3 b {
	display: inline-block;
	font-weight: normal;
	padding: 12px 25px;
	border: 1px solid #fff;
}
.mainblocks-info {
	position: relative;
	width: 250px;
	height: 190px;
	padding: 30px;
	background-color: #1d212d;
	transition: all .3s ease;
}

.mainblocks-info--3 {
	background-color: #1d212d;
}
.mainblocks-info:hover {
	/*background-color: #6DA0C4;*/
}
.mainblocks-info:after {
	/* content: '';
    position: absolute;
    border: 18px solid transparent;
    transition: all .3s ease; */
	display: block;
	content: "";
	width: 0;
	height: 0;
	border-left: 15px solid transparent;
  	border-right: 15px solid transparent;

  	border-bottom: 15px solid #1d212d;

	position: absolute;

	top: -15px;
	right: 10%;
	transform: translateX(-50%);
	z-index: 99999;
}
/* .mainblocks-info--1:after {
	display: block;
	content: "";
}
.mainblocks-info--1:hover:after {
	border-right-color: #6DA0C4;
}
.mainblocks-info--2:after {
	display: block;
	content: "";
}
.mainblocks-info--2:hover:after {
	border-left-color: #6DA0C4;
}

.mainblocks-info--3:hover:after {
	border-bottom-color: #6DA0C4;
} */
.mainblocks-info--3:after {
	display: none;
}
.mainblocks-info h3 {
	margin: 0 0 17px 0;
	color: #72a3ff;
	font: 20px 'FuturaCExtraBold', Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
.mainblocks-info p {
	color: #fff;
}
.mainblocks-info a {
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
.mainblocks-info a:after {
	content: "";
	padding-right: 15px;
	background: url(/i/icon_arrow_more_1.png) no-repeat right 4px;
	transition: all .3s ease;
}
.mainblocks-info a:hover {
	/*color: #193f63;*/
	text-decoration: underline;
}
.mainblocks-info a:hover:after {
	/*padding-right: 25px;*/
}
.mainblocks-item form {
	/*border: 1px solid #000;*/
	text-align: center;
}
.mainblocks-item input[type="text"] {
	width: 180px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #72a3ff;
	margin-bottom: 20px;
	padding: 0 15px;
	font-size: 11px;
	/*font: 11px 'OpenSansRegular', Verdana, sans-serif;*/
	text-transform: uppercase;
	color: #193f63;
	text-indent: 4px;
}

select {
	width: 212px;
	height: 32px;
	background-color: #fff;
	border: 1px solid #72a3ff;
	padding: 0 15px;
	font-size: 11px;
	margin-bottom: 20px;
	/*font: 11px 'OpenSansRegular', Verdana, sans-serif;*/
	text-transform: uppercase;
	color: #193f63;
}
/*.mainblocks-item input[type="text"]::-webkit-input-placeholder {color:#193f63;}
.mainblocks-item input[type="text"]::-moz-placeholder          {color:#193f63;}
.mainblocks-item input[type="text"]:-moz-placeholder           {color:#193f63;}
.mainblocks-item input[type="text"]:-ms-input-placeholder      {color:#193f63;}*/
.mainblocks-item button,
.mainblocks-item input[type="submit"] {
	width: 240px;
	height: 50px;
	font-size: 12px;
	color: white;
	background-color: #e21636;
	border: none;
	border-radius: 5px;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease;
}
.mainblocks-item button:hover,
.mainblocks-item input[type="submit"]:hover {
	background-color: #cd0c2a;
}
.mainblocks-item .sendloader {
	display: none;
	padding-top: 65px;
}
.mainblocks-item .sendmsg {
	display: none;
	padding-top: 75px;
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

/* FirstPage News
==================================================*/
.fpnews {
	margin-bottom: 50px;
	cursor: pointer;
	position: relative;
	/*font-size: 0;*/
}
.fpnews:after {
	content: "";
	display: table;
	/*height: 0;*/
	clear: both;
	/*visibility: hidden;*/
}
.fpnews .nav-prev,
.fpnews .nav-next {
	position: absolute;
	top: 169px;
	width: 24px;
	height: 44px;
	cursor: pointer;
}
.fpnews .nav-prev {
	left: -50px;
	background: url(/i/carousel_nav_prev_2.png) no-repeat 0 0;
}
.fpnews .nav-next {
	right: -50px;
	background: url(/i/carousel_nav_next_2.png) no-repeat 0 0;
}

.fpnews-item {
	position: relative;
	float: left;
	overflow: hidden;
	/*display: inline-block;*/
	width: 290px;
	height: 380px;
	margin-right: 30px;
	background-color: #fff;
}
.fpnews-item:last-child {
	margin-right: 0;
}
.fpnews-item div {
	position: relative;
	height: 380px;
	top: -64px;
	padding: 15px 20px 20px 20px;
	background-color: rgba(255,255,255,0.8);
	transition: all .5s ease;
}
.fpnews-item:hover div {
	top: -385px;
}
.fpnews-item div b {
	color: #1d62a2;
	font-size: 12px;
}
.fpnews-item div h4 {
	height: 30px;
	font-size: 15px;
	color: #1d212d;
	margin: 5px 0;
	line-height: 19px;
	text-align: center;
}
.fpnews-item div p {
	font-size: 14px;
	/*font-weight: bold;*/
	line-height: 18px;
	color: #000;
}
.fpnews-item a {
	color: #1d62a2;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	letter-spacing: 1px;
}
.fpnews-item a:after {
	content: "";
	padding-right: 15px;
	background: url(/i/icon_arrow_more_2.png) no-repeat right 4px;
}
.fpnews-item a:hover {
	text-decoration: underline;
}

/* Kid Basket - Why basket
==================================================*/
.kidsbasket-whybasket {
	background: #1d212d url(/i/kidsbasket_whybasket_bg.png) no-repeat center -240px;
}
.kidsbasket-whybasket h3 {
	margin: 0 0 50px 0;
	color: #fefefe;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
}
.kidsbasket-whybasket p {
	color: #72a3ff;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
/* Kid Basket - Info
==================================================*/
.kidsbasket-info {
	background-color: #a1c2ff;
}
.kidsbasket-info p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	text-align: center;
}
/* Kid Basket - Coach
==================================================*/
.coach-item {
	float: left;
	width: 450px;
	margin-right: 30px;
	text-align: center;
}
.coach-item:last-child {
	margin-right: 0;
}
.coach-item .coach-photo {
	width: 250px;
	height: 250px;
	border: 3px solid #84c0d9;
	border-radius: 100%;
}
.coach-item h4 {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
}
.coach-item p {
	font-size: 16px;
	line-height: 19px;
}

/* Kid Basket - What need
==================================================*/
.kidsbasket-whatneed {
	background-color: #fff;
	margin: 0;
}
.kidsbasket-whatneed h3 {
	margin: 0 0 50px 0;
	font-size: 32px;
	text-transform: uppercase;
	text-align: center;
}
.kidsbasket-whatneed ul {
	list-style: none;
	margin: 0;
}
.kidsbasket-whatneed li {
	font-size: 18px;
	background: url(/i/checklist_icon.png) no-repeat 0 0;
	line-height: 24px;
	padding-left: 40px;
	margin-bottom: 20px;
}

/* About - Equipment
==================================================*/
.about-equipment {
	/*background-color: #84c0d9;*/
	padding: 0 0 40px 0;
}
.equipment-item {
	float: left;
	width: 210px;
	margin-right: 30px;
	text-align: center;
}
.equipment-item:last-child {
	margin-right: 0;
}
.equipment-item img {
	display: inline-block;
	width: 180px;
	height: 180px;
	padding: 3px;
	/*background: #84c0d9;*/
	background: #fff;
	border: 3px solid #193f63;
	border-radius: 100%;
}
.about-equipment h4 {
	font: 20px 'FuturaCExtraBold', Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.about-equipment p {
	font-size: 16px;
	line-height: 19px;
}
/* About - Plan
==================================================*/
.about-plan {
	/*background-color: #84c0d9;*/
	padding: 0 0 60px 0;
}
.about-plan .tabs ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
}
.about-plan .tabs li {
	display: inline-block;
	margin: 0 25px;
}
.about-plan .tabs a {
	display: block;
	padding: 2px 5px;
	font: 18px 'FuturaCExtraBold', Verdana, sans-serif;
	color: #1d212d;
	text-decoration: none;
	text-transform: uppercase;
	/*font-size: 18px;*/
	/*font-weight: bold;*/
}
.about-plan .tabs li.active a {
	border-bottom: 3px solid #e21636;
}
.about-plan .tabs a:hover {
	border-bottom: 3px solid #1d212d;
}
.plan-item {
	position: relative;
	width: 930px;
	height: 324px;
	/*background: #84c0d9 url(/i/about_plan_1.png) no-repeat;*/
}
.plan-item--1 {
	background: #84c0d9 url(/i/about_plan_1.png) no-repeat;
}
.plan-item--2 {
	background: #84c0d9 url(/i/about_plan_2.png) no-repeat;
}
.plan-item span {
    display: block;
    position: absolute;
    width: 30px;
    height: 23px;
    background: url('/i/about_plan_mark.png') no-repeat 0 0;
    cursor: pointer;
}
/* About - Photo
==================================================*/
.about-photo {
	/*background-color: #84c0d9;*/
	padding: 0 0 100px 0;
}
.about-photo .item {
	width: 286px;
	height: 190px;
	border: 2px solid #193f63;
}
.about-photo .item img {
	width: 286px;
	height: 190px;
}
.about-photo .photo-carousel {
	position: relative;
}
.about-photo .nav-prev,
.about-photo .nav-next {
	position: absolute;
	top: 75px;
	width: 24px;
	height: 44px;
	cursor: pointer;
}
.about-photo .nav-prev {
	left: -50px;
	background: url(/i/carousel_nav_prev_2.png) no-repeat 0 0;
}
.about-photo .nav-next {
	right: -50px;
	background: url(/i/carousel_nav_next_2.png) no-repeat 0 0;
}

/* Main - Photo
==================================================*/

.main-photo .item {
	border: none;
}

.main-photo .gallery-item {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 370px;
}
.main-photo .nav-prev, 
.main-photo .nav-next {
	top: 162px;
}

/* MLBL - Games
==================================================*/
.mlbl-games {
	/*padding: 0 0 60px 0;*/
}
.mlbl-games .item {
	height: 320px;
	background: #fff;
	padding: 0px 0px 0 0px;
}
.mlbl-games h4 {
	margin: 0;
	padding: 15px 0;
	font-size: 16px;
	text-align: center;
	text-transform: uppercase;
	background: #a1c2ff;
}
.mlbl-games .item img {
	box-sizing: border-box;
	display: block;
	height: 200px;
	margin-bottom: 10px;
}
.mlbl-games .item p {
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	margin: 2px 0 6px 0;
}
.mlbl-games .photo-carousel {
	position: relative;
}
.mlbl-games .nav-prev,
.mlbl-games .nav-next {
	position: absolute;
	top: 138px;
	width: 24px;
	height: 44px;
	cursor: pointer;
}
.mlbl-games .nav-prev {
	left: -50px;
	background: url(/i/carousel_nav_prev.png) no-repeat 0 0;
}
.mlbl-games .nav-next {
	right: -50px;
	background: url(/i/carousel_nav_next.png) no-repeat 0 0;
}

/* MLBL - Rating
==================================================*/
.mlbl-rating {
	/*background-color: #84c0d9;*/
	padding: 0 0 0px 0;
}
.rating-item {
	float: left;
	width: 450px;
	margin-right: 30px;
	text-align: center;
	/*border: 1px solid #000;*/
}
.rating-item:last-child {
	margin-right: 0;
}
.rating-item h4 {
	font-size: 26px;
	text-transform: uppercase;
	margin: 0 0 20px 0;
}
.rating-item table {
	width: 100%;
	border: 2px solid #1d212d;
	background: #fff;
}
.rating-item tr {
	height: 59px;
	border-bottom: 1px solid #1d212d;
}
.rating-item th {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	background: #1d212d;
}
.rating-item th:nth-child(2) {
	text-align: left;
	padding-left: 15px;
}
.rating-item td {
	font-size: 18px;
}
.rating-item td:nth-child(3) {
	text-align: left;
}
/* MLBL - Shedule
==================================================*/
.mlbl-shedule {
	/*background-color: #84c0d9;*/
	/*padding: 0 0 0px 0;*/
}
.mlbl-shedule .tabs ul {
	list-style: none;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
}
.mlbl-shedule .tabs li {
	display: inline-block;
	margin: 0 4px;
}
.mlbl-shedule .tabs a {
	display: block;
	padding: 2px 5px;
	font: 18px 'FuturaCExtraBold', Verdana, sans-serif;
	color: #1d212d;
	text-decoration: none;
	text-transform: uppercase;
	/*font-size: 18px;*/
	/*font-weight: bold;*/
	border-bottom: 3px solid transparent;
}
.mlbl-shedule .tabs li.active a {
	border-bottom: 3px solid #e21636;
}
.mlbl-shedule .tabs a:hover {
	border-bottom: 3px solid #1d212d;
}
.mlbl-shedule table {
	width: 100%;
	border: 2px solid #1d212d;
	background: #fff;
}
.mlbl-shedule tr {
	height: 59px;
	border-bottom: 1px solid #1d212d;
}
.mlbl-shedule th {
	color: #fff;
	font-size: 20px;
	font-weight: normal;
	background: #1d212d;
}
.mlbl-shedule td {
	font-size: 18px;
	text-align: center;
}

/* Schedule - Table
==================================================*/
.schedule-table p {
	font-size: 16px;
}
.schedule-table h4 {
	font: 18px 'FuturaCExtraBold', Verdana, sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	margin: 40px 0 0 0;
	text-align: center;
}
.schedule-table table {
	width: 100%;
	margin: 30px 0;
	/*background: #fff;*/
}
.schedule-table tr {
	height: 59px;
	border-bottom: 2px solid #72a3ff;
}
.schedule-table table th {
	width: 10%;
	background: #84c0d9;
	font-size: 18px;
	text-transform: uppercase;
	border-right: 2px solid #72a3ff;
}
.schedule-table table th:first-child,
.schedule-table table th:last-child {
	width: 15%;
	background: #1d212d;
	color: #fff;
}
.schedule-table table td {
	height: 59px;
	background: #fff;
	font-size: 18px;
	text-align: center;
	vertical-align: middle;
	border-right: 2px solid #72a3ff;
}
.schedule-table table td:first-child,
.schedule-table table td:last-child {
	background: #84c0d9;
}
.schedule-table table td:last-child {
	border-right: none;
}
.schedule-table table td.busy {
	background-color: #F3A1AE;
}
.schedule-table table td.busy_half_1,
.schedule-table table td.busy_half_2 {
	position: relative;
}
.schedule-table table td.busy_half_1:after,
.schedule-table table td.busy_half_2:after {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 50%;
	background-color: #F3A1AE;
}
.schedule-table table td.busy_half_1:after {
	top: 0;
}
.schedule-table table td.busy_half_2:after {
	bottom: 0;
}
.schedule-table table tr.clean {
	height: 10px;
}
.schedule-table table tr.clean td {
	height: 10px;
	background: #f3eca1;
}

.schedule {
	display: flex;
	box-sizing: border-box;
	background-color: #f3eca1;
}
.schedule__time,
.schedule__cost {
	min-width: 136px;
	box-sizing: border-box;
}
.schedule__days {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	overflow: hidden;
}
.schedule__day {
	flex: 1 0 calc(100% / 7);
	box-sizing: border-box;
}
.schedule__item {
	display: flex;
	flex-direction: column;
	/*flex-wrap: wrap;*/
	justify-content: center;
	align-items: center;
	text-align: center;
	height: 60px;
	min-height: 60px;
	font-size: 18px;
	box-sizing: border-box;
	background-color: #fff;
	border: 1px solid #72a3ff;
}
.schedule__item--busy-0 {
	cursor: pointer;
	transition: 0.3s;
}
.schedule__item--busy-0:hover {
	background-color: #c2b8ec;
}
.schedule__item--busy-0:active {
	background-color: #a99ae6;
}
.schedule__item.active-item {
	background-color: #a99ae6;
}
/* Уборка помещений */
.schedule__item:not(:first-child) {
	margin-bottom: 10px;
	border-top: 2px solid #72a3ff;
	border-bottom: 2px solid #72a3ff;
}
/* Уборка помещений */

.schedule__item--title {
	font-weight: bold;
	background-color: #84c0d9;
}
.schedule__time .schedule__item {
	background: #84c0d9;
	border-left: none;
}
.schedule__cost .schedule__item {
	background: #84c0d9;
	border-right: none;
}
.schedule__time .schedule__item--title,
.schedule__cost .schedule__item--title {
	color: #fff;
	background: #1d212d;
}
.schedule__item--busy-1,
.schedule__item--busy-2,
.schedule__item--busy-3 {
	background-color: #f3a1ae;
}

.schedule__item--busy-1 span,
.schedule__item--busy-2 span,
.schedule__item--busy-3 span {
	display: none;
}
.schedule__item--busy-0 span {
	color: #fff;
}

.schedule__item--busy-2 {
	background: linear-gradient(#f3a1ae 50%, #fff 50%)
}
.schedule__item--busy-3 {
	background: linear-gradient(#fff 50%, #f3a1ae 50%)
}

.schedule__item--busy-4 {
	background-color: #3786ff;
	cursor: pointer;
	transition: 0.3s;
}
.schedule__item--busy-4:hover {
	background-color: #3e6db5;
}
.schedule__item--busy-4.active-item {
	background-color: #3e6db5;
}
.schedule__item--busy-4 small,
.schedule__item--busy-4 span {
	color: #fff;
}
.schedule__item--busy-5 {
	cursor: pointer;
	background-color: #8eef7f;
	transition: 0.3s;
}
.schedule__item--busy-5:hover {
	background-color: #77d968;
}

.schedule__item span {
	font-size: 14px;
}

.schedule__nav {
	width: 100%;
	height: 60%;
	background: url(/i/nav_arrow.svg) no-repeat center;
	cursor: pointer;
	opacity: .8;
	transition: all .3s ease;
}
.schedule__nav._disabled {
	opacity: .2;
}
.schedule__nav--prev {
	transform: rotate(180deg);
}
.schedule__nav:hover:not(._disabled) {
	opacity: 1;
}
.schedule__nav--prev:hover:not(._disabled) {
	transform: rotate(180deg) translateX(5px);
}
.schedule__nav--next:hover:not(._disabled) {
	transform: translateX(5px);
}

.cart {
	position: fixed;
	display: none;
    top: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #f3a1ae;
    background-image: url(../i/cart.png);
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 35px;
    cursor: pointer;
    border: 2px solid #72a3ff;
    z-index: 1;
}
.cart:hover {
	background-color: #ff899c;
}

/* Order Success
==================================================*/

.order-success-page__text {
	font-size: 24px;
	text-align: center;
}
.order-success-page__text--bottom {
	margin-bottom: 30px;
}
.order-success-page__payment {
	font-size: 24px;
	text-align: center;
	margin-bottom: 15px;
}
.order-success-page__qr-img {
	margin: 30px auto;
	display: block;
	border-radius: 5px;
}
.order-success-page table {
    width: 100%;
    font-size: 18px;
    background: #fff;
    margin: 30px auto;
    max-width: 600px;
}
.order-success-page table tr td {
	border: 1px #aaa solid;
    padding: 5px;
    text-align: center;
}
.order-success-page__qr-img {
	width: 350px;
}
.order-success-page__download {
	display: block;
	margin: 0 auto;
	border-radius: 5px;
	background: #e12936;
	padding: 15px 0;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	max-width: 350px;
	text-decoration: none;
	transition: 0.3s;
}
.order-success-page__download:hover {
	background: #f1414d;
}

.order-success-page .link-wa {
	color: #fff;
}
.order-success-page .link-wa:hover {
	text-decoration: none;
}

/* Schedule popup
==================================================*/

.preloader {
	display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 105;
    left: 0;
    top: 0;
    justify-content: center;
    align-items: center;
}
.preloader img {
	max-width: 50px;
}

.grey-background {
	display: none;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100vh;
    z-index: 103;
    left: 0;
    top: 0;
}

.popup {
	display: none;
    width: 400px;
    height: auto;
    background: #fff;
    z-index: 104;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 40px 70px 40px;
    text-align: center;
    border-radius: 8px;
}

.popup__block--success,
.popup__block--failed {
	display: none;
}

.popup__title {
    font-size: 24px;
}

.popup__list table {
	margin-top: 15px;
	width: 100%;
	font-size: 18px;
}

.popup__list tr td {
	border: 1px #aaa solid;
    padding: 5px;
}

.popup__summ {
	margin-top: 15px;
	font-size: 18px;
}

.popup__summ span {
	font-weight: bold;
}

.popup .button {
    display: inline-block;
    width: calc(50% - 60px);
    padding: 5px 15px;
    font-size: 18px;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 30px;
    color: #fff;
    transition: 0.3s;
}

.popup .button--cancel,
.popup .button--reload,
.popup .button--close {
	float: left;
    background-color: #3a517f;
}

.popup .button--cancel:hover,
.popup .button--reload:hover,
.popup .button--close:hover {
	background-color: #2b3c5f;
}

.popup .button--reload {
	float: none;
}

.popup .button--pay {
	float: right !important;
	background-color: #428e44;
	border: none;
}

.popup .button--pay:hover {
	background-color: #327534;
}

.popup .button--cancel {
	background-color: #df5e4c;
	float: right !important;
}
.popup .button--cancel:hover {
	background-color: #c55b4c;
}

.popup__form input {
	width: calc(100% - 30px);
	display: block;
	border: 1px #aaa solid;
	border-radius: 5px;
    margin-top: 15px;
    padding: 5px 15px;
    font-size: 18px;
    outline: none;
}

.popup__admin-form .button {
    width: calc(33% - 39px);
    display: flex;
    justify-content: center;
    align-items: center;
    float: left;
    margin: 15px 5px 0;
}

.popup__block--success {
	display: none;
}
.popup__title-success {
	font-size: 20px;
}
.popup__qr {
	margin-top: 15px;
}
.popup__block--success .button--close {
    width: calc(100% - 30px);
}

/* Contacts
==================================================*/
.contacts-info {
	padding-bottom: 20px;
}
.contacts-data {
	float: left;
	width: 500px;
}
.contacts-data .data-item {
	margin-bottom: 40px;
}
.contacts-data .data-item h3 {
	font: 20px 'FuturaCExtraBold', Verdana, sans-serif;
	text-transform: uppercase;
	line-height: 25px;
	margin: 0 0 6px 0;
	padding: 0 0 0 40px;
}
.contacts-data .data-item--adres h3 {
	background: url(/i/icon_contacts_adres_2.png) no-repeat;
}
.contacts-data .data-item--phone h3 {
	background: url(/i/icon_contacts_phone_2.png) no-repeat;
}
.contacts-data .data-item--regim h3 {
	background: url(/i/icon_contacts_regim_2.png) no-repeat;
}
.contacts-data .data-item p {
	font-size: 18px;
	margin: 0 0 5px 0;
	padding: 0 0 0 40px;
}
.contacts-data .data-item small {
	font-size: 16px;
}
.contacts-data .data-item a {
	font-size: 16px;
	color: #fff;
}
.contacts-data .data-item a:hover {
	color: #193f63;
}
.contacts-mail {
	float: right;
	width: 400px;
}
.contacts-mail h3 {
	font: 20px 'FuturaCExtraBold', Verdana, sans-serif;
	text-transform: uppercase;
	/*line-height: 22px;*/
	margin: 0 0 10px 0;
	padding: 0 0 0 40px;
	background: url(/i/icon_contacts_mail_2.png) no-repeat 0 2px;
}
.contacts-mail input[type="text"],
.contacts-mail input[type="email"] {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	margin: 0 0 18px 0;
	padding: 0 15px;
	background-color: #fff;
	border: 2px solid #84c0d9;
	font-size: 16px;
	color: #193f63;
}
.contacts-mail textarea {
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	margin: 0 0 18px 0;
	padding: 10px 15px;
	background-color: #fff;
	border: 2px solid #84c0d9;
	font-size: 16px;
	color: #193f63;
}
.contacts-mail input[type="text"]::-webkit-input-placeholder,,
.contacts-mail input[type="email"]::-webkit-input-placeholder,
.contacts-mail textarea::-webkit-input-placeholder {
	color:#62adcc;
}
.contacts-mail input[type="text"]::-moz-placeholder,,
.contacts-mail input[type="email"]::-moz-placeholder,
.contacts-mail textarea::-moz-placeholder {
	color:#62adcc;
}
.contacts-mail input[type="text"]:-moz-placeholder,,
.contacts-mail input[type="email"]:-moz-placeholder,
.contacts-mail textarea:-moz-placeholder {
	color:#62adcc;
}
.contacts-mail input[type="text"]:-ms-input-placeholder,,
.contacts-mail input[type="email"]:-ms-input-placeholder,
.contacts-mail textarea:-ms-input-placeholder {
	color:#62adcc;
}
.contacts-mail button {
	width: 200px;
	height: 40px;
	background-color: #1d212d;
	border: none;
	border-radius: 4px;
	font-size: 16px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.2s ease;
}
.contacts-mail button:hover {
	background-color: #e21636;
}
.contacts-map {
	/*position:relative;*/
	height: 550px;
	margin:0;
	padding:0;
	border-top: 2px solid #84c0d9;
}
/* Universal - About
==================================================*/
.universal-about p {
	font-size: 16px;
}


/* Footer
==================================================*/
.footer {
	height: 140px;
	/*margin-top: 50px;*/
	padding-top: 40px;
	background-color: #1d212d;
}
.footer-logo {
	float: left;
	width: 100px;
	height: 100px;
	margin-right: 30px;
	background-image: url(/i/footer_logo_2.png);
}
.footer-menu {
	float: left;
	width: 800px;
	margin: 5px 0 0 0;
	padding: 0;
}
.footer-menu > li {
	float: left;
	margin-left: 84px;
	list-style: none;
}
.footer-menu > li h2 {
	margin: 0 0 10px 0;
	font-size: 14px;
	color: #fff;
	line-height: 27px;
	text-align: left;
	text-transform: uppercase;
	background: none;
	border-bottom: 1px solid #fff;
}
.footer-menu > li h2.footer-menu--empty {
	line-height: 28px;
	border: none;
}
.footer-menu > li ul {
	float: left;
	padding: 0;
}
.footer-menu > li ul:nth-child(3) {
	padding-left: 35px;
}
.footer-menu > li li {
	margin: 0;
	list-style: none;
	line-height: 24px;
}
.footer-menu a {
	font-size: 13px;
	color: #72a3ff;
	text-decoration: none;
}
.footer-menu a:hover {
	color: #e31736;
	text-decoration: underline;
}



.fancyboxVideo::after {
	display: none !important;
}

#modal-1 {
	width: 800px;
	max-height: 600px;
}

#modal-2 {
	width: 800px;
	max-height: 600px;
}



@media screen and (max-width: 1000px) {
	.mainblocks {
		height: 630px;
		background: none;
	}

	.mainblocks-item {
		width: 260px;
		height: 210px
	}

	.mainblocks-info {
		width: 230px;
		height: 180px;

		padding: 15px;
		position: relative;
	}

	.mainblocks-info h3{
		margin-bottom: 5px;
	}

	.mainblocks-info p{
		margin: 5px 0px !important;
	}

	.mainblocks-item input[type="text"] {
		height: 30px;
		margin-bottom: 15px;
	}

	select {
		margin-bottom: 15px;
	}
}

/* Login
==================================================*/

.login-form {
	max-width: 400px;
	margin: 60px auto;
	display: block;
}
.login-form input {
	width: calc(100% - 30px);
	border: none;
	border-radius: 5px;
	margin: 15px 0 0;
	background: #fff;
	outline: none;
	padding: 5px 15px;
}
.login-form input[type="submit"] {
	width: 100%;
}
.wrong-login {
	text-align: center;
    padding-top: 15px;
}
.login {
	display: inline-block;
    float: right;
    margin-left: 15px;
}
.login a {
	color: #fff;
}


.mainblocks-info--3 h3 {
	margin-bottom: 30px;
}

.mainblocks-info--3 .link {
    font-size: 18px !important;
    margin: 0px 0;
    cursor: pointer;
    display: block;
    color: #e6ecf9 !important;
}
.mainblocks-info--3 a.link:after {
	position: relative;
	top: 5px;
}
.mainblocks-info--3 select {
	margin-bottom: 35px;
    width: 240px;
    height: 40px;
    font-size: 14px;
}


.contacts-form-success {
	font-size: 18px;
	display: none;
}

.instruction-button {
	color: #fff;
	text-decoration: underline;
	cursor: pointer;
	display: inline-block;
	margin: 0;
}

.instruction {
	display: none;
    width: 700px;
    height: auto;
    background: #fff;
    z-index: 104;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    padding: 40px 70px 40px;
    border-radius: 8px;
	font-size: 16px;
}
.instruction .cross {
	position: relative;
    float: right;
    font-size: 28px;
    left: 40px;
    bottom: 20px;
    cursor: pointer;
    color: #666;
    transition: 0.15s;
}
.instruction .title {
    margin-bottom: 15px;
    font: 24px 'FuturaCExtraBold', Verdana, sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    text-align: center;
}
.instruction .text {
	padding: 8px 0;
}
.instruction .text span {
	font-weight: bold;
	font-size: 18px;
	display: block;
	padding-bottom: 5px;
}
.instruction ul {
    margin: 0;
}
.instruction .text ul li {
	
}
.instruction .text a {
	text-decoration: none;
    color: #2164e1;
}
.instruction .danger {

}
.instruction .danger .danger__title {
    font-weight: bold;
    padding: 15px 0 0;
    font-size: 18px;
    color: #e12936;
}
.instruction .danger .text {
    font-weight: bold;
    line-height: 25px;
    padding: 5px 0;
}