html {
	min-height: 100%;
}
body {
	position: relative;
	height: 100% !important;
	overflow-x: hidden;
	background: #fff;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: subpixel-antialiased;
	text-rendering: geometricPrecision;
}

.popup-body .bugagashka{
display: block;
}

.bugagashka {
 display: none;
}

.popup-body .vasya{
display: none;
}
.phone {
pointer-events: none;
}
.attentionblock {
display: none;
}

a,
a:visited,
a:hover {
	color: inherit;
	text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
	display: inline-block;
	margin: 0;
	font-weight: inherit;
}
h1 {
	font-size: 58px;
}
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
table {
	width: 100%;
}
textarea {
	resize: none;
}
span {
	display: inline-block;
}
p {
	margin: 0;
	color: inherit;
}
img {
	max-width: 1200px;
}

.semibold {
	font-weight: 600;
}
.normal {
	font-weight: normal;
}
.fz24 {
	font-size: 24px;
}

.titleh {
	text-align: center;
}
.titleh > * {
	display: block;
}

.ico {
	height: 40px;
	width: 40px;
	margin: 0 0 -5px 0;
	background: url(../images/sprite.png) 0 0 no-repeat;
}
.ico.menu {
	height: 50px;
	width: 48px;
	margin: 0 0 -20px 0;
	background-position: 0 0;
}
.ico.loca {
	background-position: 0 -50px;
}
.ico.phone {
	background-position: -40px -50px;
}
.ico.email {
	background-position: -80px -50px;
}
.ico.smallarrow {
	height: 14px;
	width: 24px;
	margin: 0;
	background-position: -48px -29px;
}

.btn {
	border-radius: 0;
	outline: none;
}
.btn-orange-solid {
	padding: 12px 21px;
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	border: 2px solid #e83600;
	background: #e83600;
}
.btn-orange-solid:hover {
	color: #fff;
	background: none;
}
.btn-orange-glass {
	width: 100%;
	color: #fff;
	font-size: 18px;
	border: 2px solid #e83600;
	background: #e83600;
	background: rgba(232,54,0,0.5);
}
.btn-orange-glass:hover {
	color: #fff;
	background: #e83600;
}

.arrowbox {
	position: absolute;
	display: block;
	width: 100%;
	z-index: 2;
}
.arrowbox.arrowbox-down {
	bottom: 10px;
}
.arrowbox.arrowbox-top {
	top: 90px;
}
.arrowbox:hover .arrow {
	opacity: 1;
}
.arrowbox .arrow {
	display: block;
	height: 29px;
	width: 50px;
	margin: 0 auto;
	opacity: .7;
	background: url(../images/sprite.png) 0 0 no-repeat;
}
.arrowbox .arrow.arrow-down {
	background-position: -48px 0;
}
.arrowbox .arrow.arrow-top {
	background-position: -98px 0;
}
.onepage-pagination li a:before {
	border: 1px solid #fff;
	background: #e83600;
}
.onepage-pagination li a.active:before {
	border-color: #e83600;
	background: #fff;
}

.titlel {
	color: #fff;
	margin-bottom: 30px;
}
.titlel .box {
	position: relative;
	padding: 3px 12px;
	font-size: 18px;
	background: #0064bd;
}
.titlel .box:after {
	position: absolute;
	content: "";
	height: 2px;
	width: 1000%;
	bottom: 0;
	background: inherit;
}
.titlel.toleftline .box:after {
	right: 0;
}
.titlel.torightline .box:after {
	left: 0;
}

.navbar-default {
	padding: 7px 0;
	background: #fff;
	background: rgba(255,255,255,0.9);
}
.navbar-custom {
	float: right;
}
.navbar-custom .phone {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	margin-right: 24px;
}
.navbar-custom .btn {
	color: #fff;
	margin-right: 60px;
}
.navbar-custom .btn:hover {
	color: #e83600;
}
.navbar-custom .openmenu {}

form {}
form input {
	height: 40px;
	width: 100%;
	padding: 0 10px;
	color: #006090;
	border: 1px solid #fff;
	background: #fff;
	outline: none;
	margin-bottom: 10px;
}
form input[placeholder]          {text-overflow:ellipsis;}
form input::-moz-placeholder     {text-overflow:ellipsis;}
form input:-moz-placeholder      {text-overflow:ellipsis;}
form input:-ms-input-placeholder {text-overflow:ellipsis;}
form textarea[placeholder]          {text-overflow:ellipsis;}
form textarea::-moz-placeholder     {text-overflow:ellipsis;}
form textarea:-moz-placeholder      {text-overflow:ellipsis;}
form textarea:-ms-input-placeholder {text-overflow:ellipsis;}

form input::-webkit-input-placeholder {color:#006090;}
form input::-moz-placeholder          {color:#006090;}
form input:-moz-placeholder           {color:#006090;}
form input:-ms-input-placeholder      {color:#006090;}
form textarea::-webkit-input-placeholder {color:#006090;}
form textarea::-moz-placeholder          {color:#006090;}
form textarea:-moz-placeholder           {color:#006090;}
form textarea:-ms-input-placeholder      {color:#006090;}

.main {
	height: 100%;
}
.overlaymenu {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding-top: 81px;
	background: #fff;
	z-index: 5;
}
.overlaymenu .row {
	height: 50%;
	border-top: 1px solid #e75716;
}
.overlaymenu .row .item {
	display: table;
	float: left;
	height: 100%;
	width: 20%;
	border-right: 1px solid #e75716;
}
.overlaymenu .row .item:last-child {
	border-right-color: transparent;
}
.overlaymenu .item:hover {
	background: #e75716;
}
.overlaymenu .item:hover a {
	color: #fff;
}
.overlaymenu a {
	display: table-cell;
	height: 100%;
	width: 100%;
	font-size: 36px;
	vertical-align: middle;
	text-align: center;
	color: #e75716;
	text-decoration: none;
	padding: 0 5%;
}

.block {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 130px;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
}
.block01 {
	padding: 0 5%;
	padding-top: 80px;
	color: #fff;
	padding-bottom: 60px;
	background-image: url(../images/bg_1_2.jpg);
}
.block01 .logotext {
	/*padding-top: 10%;*/
}
.block01 .logotext h1 {
	line-height: 100px;
	font-weight: bold;
	line-height: 1.1;
	margin: 4% 0;
}
.block01 .attentionblock {
	height: 100%;
	padding: 4% 7%;
	padding-top: 15px;
	text-align: center;
	background: #000;
	background: rgba(0,0,0,0.7);
}
.block01 .attentionblock .titleh {
	font-size: 24px;
}
.block01 .attentionblock .counterbox {
	margin-bottom: 10px;
}
.block01 .counterbox .toptext {
	margin-bottom: 10px;
}
.block01 .counterbox .bottomtext {
	padding: 0 10px;
	max-width: 270px;
	margin: 0 auto;
}
.block01 .counterbox td {
	width: 25%;
}
.block01 .attentionblock .formtitle {
	line-height: 20px;
	margin-bottom: 10px;
}

.block01 .bottom-garant {
	position: relative;
}
.block01 .bottom-garant .icobox {
	width: 170px;
	position: relative;
	padding: 15px 0;
}
.block01 .bottom-garant .textbox {
	width: 60%;
	font-size: 22px;
	padding: 15px 0 35px 15px;
	position: relative;
	height: 200px;
}

.block01 .bottom-garant .textbox:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	border: 2px solid white;
	height: 100%;
	width: 300%;
	background-color: rgba(255, 255, 255, 0.1);
}

.block02 {
	background-image: url(../images/bg02.jpg);
}
.block02 .whyitems {
	font-weight: normal;
	margin-bottom: 1%;
}
.block02 .item {
	/*padding: 35px 12px;*/
	padding: 0 12px;
}
.block02 .item .box {
	position: relative;
	/*height: 220px;*/
	width: 100%;
	color: #006090;
	background: #fff;
}
.block02 .item .box img {
	max-height: 160px;
}
.block02 .item .textbox {
	position: absolute;
	height: auto;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 7px 10px;
	background: #fff;
	background: rgba(255,255,255,0.9);
}
.block02 .item h5 {
	font-weight: 300;
}
.block03 {
	background-image: url(../images/bg_3_2.jpg);
}
.block03 a {
	color: inherit;
}
.block03 .labelbox {
	margin-bottom: 50px;
}
.block03 .labelbox .box {
	background: #e83600;
}
.block03 .textblock {}
.block03 .textblock .top {
	overflow: hidden;
}
.block03 .textblock .links {
	float: right;
	width: 80%;
	padding: 13px 20px;
	color: #fff;
	background: #0064bd;
	text-align: right;
}
.block03 .textblock .links a {
	opacity: .7;
}
.block03 .textblock .links a.active,
.block03 .textblock .links a:hover {
	opacity: 1;
}
.block03 .textblock .middle {
	padding: 35px;
	color: #006090;
	background: #fff;
}
.block03 .textblock .titlep {
	font-weight: normal;
	margin-bottom: 25px;
}
.block03 .textblock p {
	margin-bottom: 25px;
}

.block04 {
	padding-top: 0;
}
.block04 .labelbox {
	position: relative;
	z-index: 2;
}
.block04 .labelbox .titlel {
	position: absolute;
	top: 130px;
	left: 0;
}
.block04 .service {
	height: 100%;
	background: #000;
}
.block04 .service .item {
	position: relative;
	height: 100%;
	padding: 0;
}
.block04 .service .item img {
	line-height: 0;
	opacity: .5;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
	-webkit-transform: translateZ(0);
}
.block04 .service .item:hover img {
	opacity: 1;
}
.block04 .service .textblock {
	position: absolute;
	bottom: 0;
	left: 0;
	min-height: 386px;
	width: 100%;
	padding: 20px;
	color: #fff;
	background: #000;
	background: rgba(0,0,0,0.5);
}
.block04 .textblock .top {
	min-height: 70px;
	font-size: 48px;
	font-weight: 100;
	margin-bottom: 10px;
}
.block04 .textblock .middle {
	margin-bottom: 25px;
}
.block04 .textblock .bottom {
	position: absolute;
	text-align: right;
	width: 100%;
	bottom: 80px;
	left: 0;
	padding-right: 30px;
}

.block05 {
	background-image: url(../images/bg_5_2.jpg);
}
.block05 .titlel .box {
	color: #e83600;
	background: #fff;
}
.block05 .instructors {}
.block05 .instructors .itembox {}
.block05 .itembox .top {
	/*padding-right: 17%;*/
	padding-right: 40%;
}
.block05 .itembox .textbox {
	color: #fff;
	padding: 3px 21px;
	background: #006090;
}
.block05 .itembox .bottom {
	padding: 20px;
	font-size: 14px;
	color: #006090;
	background: #fff;
}

.block06 {
	background-image: url(../images/bg06.jpg);
	padding-bottom: 60px;
}
#sb-wrapper {
	padding-top: 35px;
}

.block06 .slider .slide > div {
	float: left;
	background-color: #000;
}
.block06 .slide .row {
	margin: 0;
}
.block06 .slider .photo {
	display: block;
	padding: 0;
	background: #000;
	width: 185px;
	height: 125px;
	overflow:hidden;
	background-size: cover;
	background-position: center center;
	opacity: .8;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
	-webkit-transform: translateZ(0);
}
.block06 .slider .photo img {
	opacity: .8;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
	-webkit-transform: translateZ(0);
	width: 100%;
}
.block06 .slider .photo:hover {
	opacity: 1;
}

.slick-prev:before,
.slick-next:before {
	display: none;
}
.slick-prev,
.slick-next {
	height: 50px;
	width: 29px;
	margin-top: -25px;
	opacity: .7;
	background: url(../images/sprite.png) 0px 0px no-repeat;
}
.slick-prev,
.slick-prev:focus {
	left: -56px;
	background-position: -148px 0;
}
.slick-prev:hover {
	opacity: 1;
	background: url(../images/sprite.png) -148px 0px no-repeat;
}
.slick-next,
.slick-next:focus {
	right: -56px;
	background-position: -177px 0;
}
.slick-next:hover {
	opacity: 1;
	background: url(../images/sprite.png) -177px 0px no-repeat;
}
.block06 .album-trigger {
	display: block;
	font-size: 24px;
	color: #fff;
	background: #000;
}
.block06 .album-trigger img {
	opacity: .7;
}
.block06 .album-trigger:hover img {
	opacity: 1;
}
.block06 .album-trigger .textbox {
	display: block;
	padding: 8px 21px;
}
.block06 .album-trigger.firstalbum .textbox {
	background: #e75716;
}
.block06 .album-trigger.secondalbum .textbox {
	background: #0064bd;
}
.block07 {
	color: #006090;
	background-image: url(../images/bg07.jpg);
}
.block07 .steps {
	/*margin-bottom: 30px;*/
}
.block07 .steps .box {
	overflow: hidden;
	background: #fff;
	padding: 0 30px;
	/*
	padding: 15px 30px;
	margin-bottom: 40px;*/
}
.block07 .steps .numstep {
	float: left;
	width: 12%;
	font-size: 40px;
}
.block07 .steps .maincont {
	float: left;
	width: 88%;
	padding-top: 10px;
}
.block07 .steps .top {
	margin-bottom: 10px;
}
.block07 .steps .middle {
	font-size: 14px;
}

.block08 {
	background-image: url(../images/bg_8_2.jpg);
}
.block08 .titlel .box {
	background: #e75716;
}
.block08 .partners {}
.block08 .partners .row {
	margin-bottom: 24px;
}

.block08 .item {
	width: 300px;
	height: 300px;
	background-color: #fff;
	text-align: center;
	margin: 12px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 90% contain;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ 
	filter: gray; /* IE6-9 */
	-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
	-webkit-transition: all .4s ease; /* Fade to color for Chrome and Safari */
	-webkit-backface-visibility: hidden; /* Fix for transition flickering */	
}

.block08 .partners img {
	opacity: 0;
}
.block08 .partners .item:hover {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
	-webkit-filter: grayscale(0%);
}

.block09 {
	background-image: url(../images/bg_9_2.jpg);
}
.block09 .reviews {}
.block09 .reviews .item {
	position: relative;
	min-height: 160px;
	color: #e83600;
}
.block09 .reviews .imgbox {
	width: 80%;
}
.block09 .reviews .smalltext {
	color: #000;
	font-size: 14px;
}
.block09 .reviews .textbox {
	height: 60px;
	width: 100%;
	background: #fff;
	background: #fff url(../images/reviewclose.png) 50% no-repeat;
}
.block09 .reviews .inner {
	height: 100%;
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	background: #fff;
	-webkit-box-shadow: inset 0px -10px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px -10px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px -10px 10px 0px rgba(0, 0, 0, 0.1);
}
.block09 .reviewsitems {
	background: #fff;
}
.block09 .reviewsitems .reviewbox {
	display: none;
	padding-top: 45px;
	padding-bottom: 20px;
}
.block09 .reviewbox .name {
	text-align: center;
}
.block09 .reviewbox .namebox {
	color: #e83600;
}
.block09 .reviewbox .smalltext {
	font-size: 18px;
}
.block09 .reviewbox .coldstory {
	color: #006090;
	padding: 0 20px;
}

.block10 {
	background-image: url(../images/bg10.jpg);
}
.block10 .titlel .box {
	color: #e83600;
	background: #fff;
}
.block10 .blackbox {
	font-size: 24px;
	line-height: 50px;
	color: #fff;
	padding: 50px 100px;
	background: #000;
	background: rgba(0,0,0,0.7);
}

.block11 {
	background-image: url(../images/bg_11_2.jpg);
}
.block11 .titlel .box {
	color: #fff;
	background: #e75716;
}
.block11 .contacts {
	overflow: hidden;
	position: relative;
	padding: 0;
}
.block11 .contacts .textblock {
	width: 100%;
	padding: 30px 0;
	padding-left: 40px;
	background: #fff;
}
.block11 .textblock li {
	margin-bottom: 20px;
}
.block11 .textblock .ico {
	vertical-align: top;
	margin-right: 30px;
}
.block11 .textblock .text {
	width: 80%;
}
.block11 .mapbox {
	min-height: 200px;
	background: #ccc;
}
.block11 .contacts .schemebox {
	position: absolute;
	top: calc(100% - 50px);
	/*top: 0;*/
	left: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	-webkit-transition: top .7s ease-in-out;
	-o-transition: top .7s ease-in-out;
	transition: top .7s ease-in-out;
}
.block11 .contacts .schemebox.active {
	top: 0;
}
.block11 .contacts .scheme {
	position: relative;
	height: 100%;
	width: 100%;
	padding-top: 50px;
}
.block11 .scheme .map-trigger {
	position: absolute;
	overflow: hidden;
	display: block;
	top: 0;
	left: 0;
	height: 50px;
	width: 100%;
	line-height: 49px;
	color: #fff;
	padding-left: 60px;
	border: 2px solid #0064bd;
	background: #0064bd;
	background: rgba(0,100,189,0.7);
	z-index: 3;
}
.block11 .map-trigger .ico {
	margin-right: 24px;
}
.block11 .map-trigger.active .ico.smallarrow {
	background-position: -72px -29px;
}
.block11 .scheme .marker {
	position: absolute;
	display: block;
	height: 52px;
	width: 33px;
	background-image: url(../images/geoloc.png);
	background-position: -33px 0;
	background-repeat: no-repeat;
}

.block11 .scheme .marker:after {
	content: attr(data-number);
	position: absolute;
	font-size: 18px;
	left: 0;
	top: 0;
	width: 100%;
	color: #E75716;
	height: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 3px;
}

.block11 .scheme .marker:hover {
	background-position: 0px 0;
}

.block11 .scheme .marker:hover:after {
	color: #0064C5;	
}

.block11 .scheme .marker.m01 {
	top: 50px;
	left: 55px;
}
.block11 .scheme .marker.m02 {
	top: 130px;
	left: 268px;
}
.block11 .scheme .marker.m03 {
	top: 330px;
	left: 312px;
}
.ui-tooltip,
.arrow:after {
	background: #fff;
}
.ui-tooltip {
	padding: 10px 20px;
	color: #0064bd;
	font-size: 12px;
	border-radius: 5px;
	border-color: #fff;
}
.ui-tooltip .arrow {
	width: 70px;
	height: 16px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	margin-left: -35px;
	bottom: -16px;
}
.ui-tooltip .arrow.top {
	top: -16px;
	bottom: auto;
}
.ui-tooltip .arrow.left {
	left: 20%;
}
.ui-tooltip .arrow:after {
	content: "";
	position: absolute;
	left: 20px;
	top: -20px;
	width: 25px;
	height: 25px;
	box-shadow: 6px 5px 9px -9px black;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.ui-tooltip .arrow.top:after {
	bottom: -20px;
	top: auto;
}



.block11 .formtitle {
	font-size: 24px;
	color: #fff;
	text-align: center;
	margin-bottom: 25px;
}
.block11 form input {
	border: 2px solid #006090;
}
.block11 form input:active,
.block11 form input:focus,
.block11 form input:hover {
	border-color: #e75716;
}

/* POPUP */

#popupParent {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1035;
	background: black;
	opacity: 0.7;
	top: 0;
	left: 0;
}

#popup {
	display: none;
	position: fixed;
	z-index: 1036;
	left: 50%;
	top: 50%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 15px 35px 15px 35px;
}

#popup h2 {
	color: white;
	text-align: center;
	display: block;
	width: 100%;
	margin: 30px 0;
} 

#popup p.text {
	color: white;
	text-align: center;
	margin-bottom: 30px;
}

/* END POPUP */

form.ajax {
	position: relative;
}

form .alert {
	font-weight: bold;
	position: absolute;
	width: 100%;
	text-align: center;
	opacity: 0;
	left: -9999px;
	font-size: 12px;
	line-height: 1.1;
	-webkit-transition: opacity 0.4s, left 0s 0.4s, -webkit-transform 0.4s;
	-o-transition: opacity 0.4s, left 0s 0.4s, -o-transform 0.4s;
	-moz-transition: opacity 0.4s, left 0s 0.4s, -moz-transform 0.4s;
	-ms-transition: opacity 0.4s, left 0s 0.4s, -ms-transform 0.4s;
	transition: opacity 0.4s, left 0s 0.4s, transform 0.4s;	
}

form .alert.active {
	left: 0;
	opacity: 1;	
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	-o-transition: opacity 0.4s, -o-transform 0.4s;
	-moz-transition: opacity 0.4s, -moz-transform 0.4s;
	-ms-transition: opacity 0.4s, -ms-transform 0.4s;
	transition: opacity 0.4s, transform 0.4s;	
}

form .alert.error {
	color: #DB0000;
}

[name="footer-form"] .alert,
[name="consult-form"] .alert,
[name="service-form"] .alert {
	color: #fff;
}

[name="footer-form"] .alert.error {
	color: #DB0000;
}

#popup h2 {
display: none;
}