@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Mark Simonson - Proxima Nova Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Mark Simonson - Proxima Nova Light.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Mark Simonson - Proxima Nova Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Mark Simonson - Proxima Nova Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Mark Simonson - Proxima Nova Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Mark Simonson - Proxima Nova Regular Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Mark Simonson - Proxima Nova Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova';
  src: url('../fonts/Mark Simonson - Proxima Nova Semibold Italic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
}
body {
  font-weight: 400;
  font-family: 'ProximaNova', Helvetica;
  line-height: 1em;
}
a:focus,
a:active {
  outline: none;
}
button:focus,
button:active,
.btn:focus,
.btn:active {
  outline: none;
}


/*** GENERAL STYLES ***/

.relative{
	position: relative;
}

.overflow{
	overflow: hidden;
}

.left{
	float: left;
}

.right{
	float: right;
}

.center{
	text-align: center;
}

/*** FONT GENERAL ***/

.normal{
	font-weight: 400;
}

.bold{
	font-weight: 700;
}

.uppercase{
	text-transform: uppercase;
}

/* FONT SIZE */

.fs-10{
	font-size: 10px;
}

.fs-11{
	font-size: 11px;
}

.fs-12{
	font-size: 12px;
}

.fs-13{
	font-size: 13px;
}

.fs-14{
	font-size: 14px;
}

.fs-16{
	font-size: 16px;
}

.fs-18{
	font-size: 18px;
}

.fs-20{
	font-size: 20px;
}

.fs-22{
	font-size: 22px;
}

.fs-24{
	font-size: 24px;
}

.fs-31{
	font-size: 31px;
}

.fs-60{
	font-size: 60px;
}

/* LINE-HEIGHT */

.lh-12{
	line-height: 1.2em;
}

.lh-13{
	line-height: 1.3em;
}

.lh-14{
	line-height: 1.4em;
}

/* TEXT ALIGN */

.t-left{
	text-align: left;
}

.t-center{
	text-align: center;
}

.t-right{
	text-align: right;
}

/* TEXT COLOR */

.t-black{
	color: #000;
}

.t-white{
	color: #fff;
}


/*** MARGIS & PADDINGS ***/

/** MARGIN **/

/* MARGIN TOP */

.mt-5{
	margin-top: 5px;
}

.mt-10{
	margin-top: 10px;
}

.mt-15{
	margin-top: 15px;
}

.mt-20{
	margin-top: 20px;
}

.mt-25{
	margin-top: 25px;
}

.mt-30{
	margin-top: 30px;
}

/* MARGIN RIGHT */

.mr-5{
	margin-right: 5px;
}

.mr-10{
	margin-right: 10px;
}

.mr-15{
	margin-right: 15px;
}

.mr-20{
	margin-right: 20px;
}

/* MARGIN BOTTOM */

.mb-5{
	margin-bottom: 5px;
}

.mb-10{
	margin-bottom: 10px;
}

.mb-15{
	margin-bottom: 15px;
}

.mb-20{
	margin-bottom: 20px;
}

.mb-30{
	margin-bottom: 30px;
}

.mb-50{
	margin-bottom: 50px;
}

/* MARGIN LEFT */

.ml-5{
	margin-left: 5px;
}

.ml-10{
	margin-left: 10px;
}

.ml-15{
	margin-left: 15px;
}

.ml-20{
	margin-left: 20px;
}

/** PADDING **/

/* PADDING TOP */

.plr-15{
	padding-left: 15px;
	padding-right: 15px;
}

.pt-5{
	padding-top: 5px;
}

.pt-10{
	padding-top: 10px;
}

.pt-15{
	padding-top: 15px;
}

.pt-20{
	padding-top: 20px;
}

/* PADDING RIGHT */

.pr-5{
	padding-right: 5px;
}

.pr-10{
	padding-right: 10px;
}

.pr-15{
	padding-right: 15px;
}

.pr-20{
	padding-right: 20px;
}

/* PADDING BOTTOM */

.pb-5{
	padding-bottom: 5px;
}

.pb-10{
	padding-bottom: 10px;
}

.pb-15{
	padding-bottom: 15px;
}

.pb-20{
	padding-bottom: 20px;
}

/* PADDING LEFT */

.pl-5{
	padding-left: 5px;
}

.pl-10{
	padding-left: 10px;
}

.pl-15{
	padding-left: 15px;
}

.pl-20{
	padding-left: 20px;
}

/* WIDTH */

.col-3{
	float: left;
	width: 33.3333%
}

.col-2{
	width: 50%;
}


/*** TEMPLATE STYLES START ***/


.header .logo {
  float: left;
  margin: 9px 0 0 15px;
}
.header .navbar-collapse {
  margin: 86px 0 0 60px !important;
  float: left;
  padding: 0 !important;
}
.header .navbar-collapse .city-selector-container {
  display: none;
}
.header .navbar-nav > li > a {
  font-weight: 200;
  font-size: 16px;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
}
.header .navbar-nav > li > a:hover {
  background: transparent;
  color: #74287a;
}
.header .navbar-nav > li {
  margin-right: 43px;
}
.header .phone {
  float: right;
  margin: 45px 15px 0 0;
  text-align: right;
}
.header .phone a {
  font-size: 18px;
  color: #7c288e;
  padding-left: 26px;
  background: url(../img/phone-ico.png) no-repeat;
  font-weight: 200;
}
.header .phone a:hover {
  text-decoration: none;
}
.header .phone a span {
  font-weight: 700;
}
.header .phone.park-list .park .choosepark{
  margin-bottom: 6px;
}
.header .phone.park-list .park a {
  font-size: 18px;
  color: #fff;
  padding-left: 0;
  background: #ef7e1a;
  font-weight: 200;
  display: inline-block;
  padding: 5px 10px;
  transform: skewX(-20deg);
}
.header .phone.park-list .park a span{
  font-weight: 200;
  transform: skewX(20deg);
  display: inline-block;
}
.header .phone.park-list .park .park1 a {
  margin-bottom: 5px;
}
.header .phone.park-list .park .park2 a {
  margin-bottom: 5px;
}
.header .phone.park-list .park .park2 a {
  background: #7c288e;
}
.header .city-selector-container {
  margin-top: 11px;
}
.header .city-selector {
  font-size: 16px;
  line-height: 16px;
  color: #7c288e;
  font-weight: 200;
}
.header .city-selector .selector .text {
  font-weight: 600;
  border-bottom: 1px dashed #7c288e;
}
.header .city-selector .selector .glyphicon {
  font-size: 12px;
}
.city-selector-container {
  position: relative;
  height: 20px;
  margin: 0 auto;
}
.city-selector-container .cities-list {
  position: absolute;
  text-align: left;
  z-index: 16;
  width: 410px;
  padding: 62px 0 7px;
  top: -20px;
  right: -30px;
  border: 1px solid #000000;
  background: #ffffff;
  display: none;
}
.city-selector-container.opened .cities-list {
  display: block;
}
.city-selector-container .city-selector {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 17;
  white-space: nowrap;
}
.city-selector-container .city-selector .capt {
  display: inline-block;
}
.city-selector-container .city-selector .selector {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.city-selector-container .cities-list .block {
  float: left;
  width: 50%;
  padding-left: 30px;
}
.city-selector-container .cities-list .block ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.city-selector-container .cities-list .block ul li {
  cursor: pointer;
  font-size: 16px;
  line-height: 16px;
  font-weight: 200;
  margin-bottom: 18px;
}
.city-selector-container .cities-list .block ul li.active {
  font-weight: 700;
}
.header .phone .city-selector-container .cities-list {
  border-color: #853696;
}
.header .phone .city-selector-container .cities-list .block ul li {
  color: #7c288e;
}
.slider-container {
  background: url(../img/slider-container-bg.jpg) no-repeat center top 15px;
  position: relative;
}
.slider-container .carousel {
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
}
.slider-container .carousel .item {
  width: 100%;
}
.slider-container .carousel .item .caption {
  position: absolute;
  bottom: 123px;
  left: 135px;
  background: #7c288e;
  color: #fefefe;
  font-size: 28.63px;
  line-height: 36px;
  font-weight: 200;
  text-transform: uppercase;
  padding: 8px 31px 7px;
}
.slider-container .carousel .item .prev-link,
.slider-container .carousel .item .next-link {
  position: absolute;
  bottom: 16px;
  font-weight: 200;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  cursor: pointer;
  color: #fff;
}
.slider-container .carousel .item .prev-link:hover,
.slider-container .carousel .item .next-link:hover {
  color: #fff;
}
.slider-container .carousel .item .prev-link {
  left: 135px;
  padding-left: 50px;
  background: url(../img/prev-arrow.png) no-repeat;
}
.slider-container .carousel .item .next-link {
  right: 135px;
  padding-right: 50px;
  background: url(../img/next-arrow.png) no-repeat right top;
}
.slider-container .indicators-container {
  position: absolute;
  bottom: 15px;
  width: 100%;
  z-index: 15;
}
.slider-container .carousel-indicators {
  position: static;
  width: 100%;
  max-width: 1380px;
  margin: 0 auto;
  padding-left: 30px;
  left: auto;
  bottom: auto;
  text-align: left;
}
.slider-container .carousel-indicators li {
  background: #a833c1;
  height: 6px;
  width: 6px;
  border: 2px solid transparent;
  margin: 2px 4px;
}
.carousel-indicators li.active {
  background: #ffffff;
  border-color: #7c288e;
  height: 10px;
  width: 10px;
  margin: 0 4px;
}
.info {
  background: url(../img/info-bg.jpg) no-repeat center top 274px;
}
.info h1 {
  text-align: center;
  font-weight: 800;
  font-size: 36px;
  line-height: 36px;
  color: #7c288e;
  text-transform: uppercase;
  margin: 75px 0 30px;
}
.info p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  color: #4b4b4b;
  text-align: center;
  margin: 0 0 30px;
}
.info .types {
  margin-top: 92px;
}
.info .types .type {
  height: 277px;
  padding: 114px 90px 0 45px;
  transition: background-size 1s ease-in;
}
.info .types .type a{
  text-decoration: none;
}
.info .types .ofp .type {
  padding-top: 157px;
}
.info .types .type .t-title {
  font-size: 36px;
  line-height: 43px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
.info .types .type .t-descr {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 200;
  text-transform: uppercase;
  margin-top: 6px;
}
.info .types .bd,
.info .types .ofp {
  padding-right: 0;
}
.info .types .bd .type {
  background: url(../img/t-bd.jpg) no-repeat center center;
  background-size: auto 100%;
  margin-left: 15px;
}
.info .types .ofp .type {
  background: url(../img/t-ofp.jpg) no-repeat center center;
  background-size: auto 100%;
  margin-left: 15px;
}
.info .types .tb,
.info .types .all {
  padding-left: 0;
}
.info .types .tb .type {
  background: url(../img/t-tb.jpg) no-repeat center center;
  background-size: auto 100%;
}
.info .types .all .type {
  background: url(../img/t-all.jpg) no-repeat center center;
  background-size: auto 100%;
}
.info .types .type:hover {
  background-size: auto 120%;
}
.info .form {
  text-align: center;
  margin-top: 80px;
  padding: 46px 0 213px;
  background: url(../img/form-bg.png) no-repeat center top 62px;
}
.info .f-advantages{
  padding: 0 350px;
  margin-top: -30px;
}
.info .f-advantages .fa-block{
  font-size: 18px;
  line-height: 1.3em;
  color: #fff;
  margin-bottom: 20px;
}
.info .form .f-title {
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
}
.info .form .f-descr {
  font-size: 18px;
  line-height: 18px;
  color: #ffffff;
  font-weight: 200;
  text-transform: uppercase;
  margin: 11px 0 26px;
}
.info .form input[type="text"] {
  width: 433px;
  background: #ffffff;
  border: none;
  height: 49px;
  margin-bottom: 17px;
  color: #707070;
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  text-transform: uppercase;
  text-align: center;
}
.info .form input[type="submit"],
.modal-body input[type="submit"],
.control button {
  width: 230px;
  background: #7c288e;
  background: linear-gradient(180deg, #7c288e, #883b98);
  border: none;
  height: 49px;
  font-size: 25.17px;
  line-height: 25.17px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 20px 20px 0px rgba(124, 40, 142, 0.7);
}
.info .form input[type="submit"]:hover,
.modal-body input[type="submit"]:hover,
.control button:hover {
  background: #802992;
  background: radial-gradient(ellipse, #802992, #ca56d5);
}
.news {
  padding: 86px 0 90px;
}
.news .title {
  color: #ef7e1a;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.types-container {
  text-align: center;
}
.types-container .types {
  display: inline-block;
  margin: 20px 0 45px;
}
.types-container .types .type {
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  color: #ef7e1a;
  border: 1px solid #ffffff;
  padding: 6px 18px 5px;
  margin: 0 8px;
  cursor: pointer;
}
.types-container .types .type a {
  color: #fff;
}
.types-container .types .type a:hover{
  text-decoration: none;
}
.types-container .types .type.active {
  border-color: #ef7e1a;
}
.types-container .types .type:hover {
  color: #7c288e;
}
.types-container .types .type.active:hover {
  color: #ef7e1a;
}
.news .date {
  font-style: italic;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 5px;
}
.news .n-title a {
  color: #7c288e;
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  text-decoration: underline;
}
.news .n-title a:hover {
  text-decoration: none;
  color: #ef7e1a;
}
.news .text {
  color: #444444;
  font-size: 14px;
  line-height: 20px;
  margin-top: 11px;
}
.photos {
  height: 640px;
  background: url(../img/photos-bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 69px 0 0;
}
.photos .title {
  color: #ffffff;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.photos .csc {
  text-align: center;
  margin: 20px 0 65px;
}
.contacts .city-selector-container .city-selector {
  right: auto;
  left: 0;
}
.contacts .city-selector-container .cities-list {
  right: auto;
  left: -20px;
}
.photos .city-selector,
.contacts .city-selector {
  color: #ffffff;
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  cursor: pointer;
}
.photos .city-selector-container.opened .city-selector {
  color: #7c288e;
}
.photos .city-selector .text,
.contacts .city-selector .text {
  border-bottom: dashed 1px #ffffff;
}
.photos .city-selector-container.opened .city-selector .text {
  border-color: #7c288e;
}
.photos .city-selector .glyphicon,
.contacts .city-selector .glyphicon {
  margin: 0 0 0 7px;
}
.photos .city-selector-container .cities-list .block ul li {
  color: #7c288e;
}
.photos .city-selector-container .cities-list {
  border-color: #ef7e1a;
}
.photos .info {
  height: 190px;
}
.photos .prev-link {
  padding-left: 25px;
  background: url(../img/l-prev-arrow.png) no-repeat left 1px top;
}
.photos .next-link {
  text-align: right;
  padding-right: 25px;
  background: url(../img/l-next-arrow.png) no-repeat right 1px top;
}
.photos a {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  text-decoration: underline;
}
.photos a:hover {
  text-decoration: none;
}
.photos .date {
  font-size: 28px;
  line-height: 28px;
  color: #ffffff;
  font-weight: 100;
  margin: 23px 0 3px;
}
.photos .date span {
  font-size: 48px;
  line-height: 48px;
  font-weight: 200;
}
.photos .name {
  padding-right: 50px;
  margin-bottom: 21px;
}
.photos .name a {
  font-size: 16px;
  line-height: 19px;
}
.photos figure, .photos-container figure, .photo-content .photo-item figure{
  overflow: hidden;
  background-size: cover;
  background-position: 50% 50%;
}
.photos figure.foto_small {
  height: 161px;
  width: 100%;
}
.photos figure.foto_big {
  height: 351px;
  width: 100%;
}
.photos .foto_grid_fix{
	margin-top: 29px;
}
.photos-container .foto_grid_fix{
	margin-top: 21px;
}
.photos-container figure.foto_small {
  height: 118px;
  width: 100%;
}
.photos-container figure.foto_big {
  height: 256px;
  width: 100%;
}
.photo-content .photo-item figure {
    height: 161px;
}
.photo-content .photo-item:nth-child(14n+1) figure {
    height: 351px;
}
.photos .addon {
  margin: 28px 0 0;
}
.photos .addon a {
  font-size: 16px;
  line-height: 16px;
}
.photos .addon .social {
  margin-top: 62px;
}
.photos .addon img {
  width: auto;
  height: auto;
  margin-bottom: 7px;
}
.photos .addon .social a {
  line-height: 24px;
  font-weight: 600;
  text-decoration: none;
}
.facts {
  padding: 95px 0 120px;
}
.facts .title {
  color: #ef7e1a;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
}
.facts .all {
  text-align: center;
  margin: 16px 0 43px;
}
.facts .all a {
  color: #ef7e1a;
  font-size: 14px;
  line-height: 14px;
  text-decoration: underline;
}
.facts .all a:hover {
  text-decoration: none;
  color: #7c288e;
}
.facts .fact {
  height: 206px;
  width: 100%;
  transition: background-size 1s ease-in;
  position: relative;
  overflow: hidden;
}
.facts .fact img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  transition: width 1s ease-in, height 1s ease-in, left 1s ease-in, top 1s ease-in;
}
.facts .fact:hover img {
  width: 120%;
  height: 120%;
  top: -10%;
  left: -10%;
}
.facts .fact .fact-wrapper {
  position: absolute;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
/*.facts .fact.fact-1 {
	background: url(../img/fact-1-bg.jpg) no-repeat center center;
	background-size: auto 100%;
}
.facts .fact.fact-2 {
	background: url(../img/fact-2-bg.jpg) no-repeat center center;
	background-size: auto 100%;
}
.facts .fact.fact-3 {
	background: url(../img/fact-3-bg.jpg) no-repeat center center;
	background-size: auto 100%;
}
.facts .fact:hover {
    background-size: auto 120%;
}*/
.facts .fact-cont {
  display: table-cell;
  height: 206px;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
}
.facts .fact .f-title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  text-transform: uppercase;
}
.facts .fact .f-title a {
  color: #ffffff;
}
.facts .fact .f-title a:hover {
  text-decoration: none;
}
.facts .fact .line {
  width: 133px;
  height: 3px;
  margin: 7px auto 9px;
  background: #ffffff;
}
.facts .fact .f-name {
  font-size: 14px;
  line-height: 14px;
  padding: 0 15px;
}
.questions {
  height: 71px;
  background: #7c288e;
  text-align: center;
  padding: 27px 0 0;
}
.questions .link {
  display: inline-block;
  padding-left: 48px;
  background: url(../img/questions-ico.png) no-repeat;
}
.questions .link a {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  text-transform: uppercase;
  border-bottom: 1px dashed #ffffff;
}
.questions .link a:hover {
  text-decoration: none;
  border-bottom: none;
}
.map-container {
  height: 457px;
  position: relative;
}
.map-container.map-container-contacts {
  height: 670px;
}
.map-container .map {
  height: 100%;
}
.map-container .info-container {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
}
.map-container .info-container .container {
  height: 100%;
  padding: 0;
}
.map-container .info-container .contacts {
  width: 50%;
  height: 100%;
  background: #ffffff;
  padding: 40px 50px 0 30px;
}
.map-container .info-container .contacts .title {
  font-size: 36px;
  line-height: 1.3em;
  font-weight: 800;
  text-transform: uppercase;
  color: #7c288e;
  margin-bottom: 20px;
}
.map-container .info-container .contacts .city-selector-container {
  margin: 15px 0 28px;
  text-align: left;
}
.map-container .info-container .contacts .city-selector {
  color: #7c288e;
}
.map-container .info-container .contacts .city-selector .text {
  border-bottom: dashed 1px #7c288e;
}
.map-container .info-container .contacts .cities-list {
  background: #ef7e1a;
  border-color: #7c288e;
}
.map-container .info-container .contacts .city-selector-container .cities-list .block ul li {
  color: #ffffff;
}
.map-container .info-container .contacts .address,
.map-container .info-container .contacts .phone a {
  font-size: 22px;
  line-height: 26px;
  font-weight: 200;
  color: #434343;
}
.map-container .info-container .contacts .phone {
  margin: 27px 0;
}
.map-container .info-container .contacts .phone a:hover {
  text-decoration: none;
}
.map-container .info-container .contacts > a {
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  color: #434343;
  text-decoration: underline;
}
.map-container .info-container .contacts > a:hover {
  text-decoration: none;
}
.footer {
  text-align: center;
  background: #ef7e1a;
  padding: 50px 0 46px;
}
.footer .nav {
  display: inline-block;
  float: none;
}
.footer .navbar-nav > li {
  padding: 0 13px;
}
.footer .navbar-nav > li > a {
  padding: 0;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  text-transform: uppercase;
}
.footer .navbar-nav > li > a:hover {
  background: transparent;
  color: #7c288e;
}
.social {
  margin: 20px 0 20px;
}
.social a {
  margin: 0 8px;
  display: inline-block;
  width: 41px;
  height: 41px;
}
.social a.fb {
  background: url(../img/fb-ico.png) no-repeat;
}
.social a.fb:hover {
  background: url(../img/fb-ico.png) no-repeat -41px top;
}
.social a.yout {
  background: url(../img/yout-ico.png) no-repeat;
}
.social a.yout:hover {
  background: url(../img/yout-ico.png) no-repeat -41px top;
}
.social a.inst {
  background: url(../img/inst-ico.png) no-repeat;
}
.social a.inst:hover {
  background: url(../img/inst-ico.png) no-repeat -41px top;
}
.social a.vk {
  background: url(../img/vk-ico.png) no-repeat;
}
.social a.vk:hover {
  background: url(../img/vk-ico.png) no-repeat -41px top;
}
.footer .copy {
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  margin: 11px 0 0;
}
.title-bar .bc-container {
  text-align: center;
}
.title-bar .bc-container .breadcrumbs {
  display: inline-block;
  padding: 0 0 13px;
}
.title-bar .bc-container .breadcrumbs a,
.title-bar .bc-container .breadcrumbs .current {
  font-size: 13px;
  line-height: 13px;
  color: #000000;
  font-weight: 200;
}
.title-bar .bc-container .breadcrumbs a {
  text-decoration: underline;
}
.title-bar .bc-container .breadcrumbs a:hover {
  text-decoration: none;
}
.title-bar .bc-container .breadcrumbs .glyphicon {
  font-size: 9px;
  margin: 0 3px 0 4px;
}
.title-bar .main {
  background: #ef7e1a;
}
.title-bar .main .container {
  position: relative;
  height: 145px;
  padding: 33px 0 0;
}
.title-bar .main .bg {
  position: absolute;
  bottom: 4px;
  right: 8.33333%;
}
.title-bar .main h1 {
  font-size: 36px;
  line-height: 36px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 800;
  margin: 0 0 20px;
  padding: 0 300px;
}
.title-bar .city-selector {
  color: #ffffff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 600;
  cursor: pointer;
}
.title-bar .city-selector .text {
  border-bottom: dashed 1px #ffffff;
}
.title-bar .city-selector .glyphicon {
  margin: 0 0 0 2px;
  font-size: 14px;
}
.title-bar .city-selector-container .cities-list .block ul li {
  color: #ffffff;
}
.title-bar .city-selector-container .cities-list {
  border-color: #ffffff;
  background: #ef7e1a;
}
.map-container.map-container-contacts .info-container .contacts {
  height: auto;
  padding-bottom: 54px;
}
.city-selector-container.lefted .city-selector {
  right: auto;
  left: 0;
}
.city-selector-container.lefted .cities-list {
  right: auto;
  left: -30px;
}
.title-bar .types-container .types {
  margin: 2px 0 0;
}
.title-bar .types-container .types .type {
  color: #ffffff;
  font-weight: 400;
  border-color: transparent;
}
.title-bar .types-container .types .type:hover {
  color: #ffffff;
}
.title-bar .types-container .types .type.active {
  border-color: #ffffff;
}
.programms-wrap{
  display: flex;
  display: -ms-flex;
  flex-flow: row wrap;
  -ms-flex-direction: row;
}
.programms .programm {
  background: url(../img/programm-bg.png) no-repeat center top 16px;
  background-size: 100% auto;
  text-align: center;
  margin: 33px 0 39px;
  min-height: 370px;
  position: relative;
}
.programms .programm .info {
  width: 268px;
  height: 268px;
  margin: 0 auto;
  border-radius: 300px;
  border: 6px solid #ef7e1a;
  overflow: hidden;
  position: relative;
}
.programms .programm .info .p-title-container {
  position: absolute;
  width: 100%;
  top: 89px;
  left: 0;
}
.programms .programm .info .p-title {
  background: rgba(124, 40, 142, 0.8);
  display: table-cell;
  color: #ffffff;
  height: 91px;
  vertical-align: middle;
  width: 268px;
  font-size: 26px;
  line-height: 32px;
  text-transform: uppercase;
  font-weight: 700;
}
.programms .programm .descr {
  font-size: 17px;
  line-height: 17px;
  font-weight: 200;
  color: #7c288e;
  margin: 24px 0 13px;
}
.programms .programm .price {
  font-size: 28px;
  line-height: 28px;
  font-weight: 700;
  color: #7c288e;
}
.programms .about {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 200;
  color: #4b4b4b;
  margin: 0 0 20px;
}
.programms .help {
  font-size: 16px;
  line-height: 1.3em;
  font-weight: 200;
  color: #4b4b4b;
  margin-bottom: 3px;
  border-top: 1px solid #cfcfcf;
  padding-top: 20px;
}
.programms .about{
	font-size: 16px;
}
.programm .hit{
  background: url(../img/hit_bg.png) no-repeat center top;
  width: 152px;
  height: 87px;
  position: absolute;
  top: 8px;
  right: -40px;
  z-index: 100;
}
.programm .hit > div{
  font-size: 30px;
  color: #fff;
  margin-top: 40px;
  margin-left: -12px;
  font-weight: 700;
}
.trainers {
  padding: 46px 0 75px;
}
.trainers .trainer {
  text-align: center;
  margin-bottom: 36px;
}
.trainers .trainer img {
  border-radius: 300px;
  border: 3px solid #ef7e1a;
  width: 200px;
  height: 200px;
}
.trainers .trainer .name {
  font-size: 18px;
  line-height: 21px;
  font-weight: 600;
  color: #7c288e;
  margin: 20px 0 12px;
}
.trainers .trainer .descr {
  font-size: 16px;
  line-height: 20px;
  color: #444444;
}
.trainers .control {
  text-align: center;
}
.trainers .control button {
  width: 600px;
}
.news-container {
  padding: 47px 0 100px;
}
.news-container .new {
  margin-bottom: 30px;
}
.news-container .new .date {
  font-style: italic;
  color: #9e9e9e;
  font-size: 12px;
  line-height: 12px;
}
.news-container .new .name {
  margin: 6px 0 13px;
}
.news-container .new .name a {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 600;
  color: #7c288e;
  text-decoration: underline;
}
.news-container .new .name a:hover {
  text-decoration: none;
}
.news-container .new > img {
  width: 100%;
}
.news-container .new .descr {
  font-size: 14px;
  line-height: 20px;
  color: #444444;
  margin-top: 9px;
  height: 82px;
}
.news-container .new .bottom,
.new-content .bottom,
.photos-container .bottom {
  text-align: center;
  border-top: 1px solid #7c288e;
  margin-top: 14px;
}
.news-container .new .bottom img,
.new-content .bottom img,
.photos-container .bottom img {
  margin-top: -15px;
}
.pagination {
  text-align: center;
  display: block;
  margin: 10px 0 0;
}
.pagination .p-links {
  display: inline-block;
}
.pagination .p-links > span {
  display: inline-block;
}
.pagination .p-links .first,
.pagination .p-links .last {
  font-size: 14px;
  line-height: 14px;
  color: #a2a2a2;
}
.pagination .p-links .first {
  margin-right: 8px;
}
.pagination .p-links .last {
  margin-left: 8px;
}
.pagination .p-links .first a,
.pagination .p-links .last a {
  color: #7c288e;
  text-decoration: underline;
}
.pagination .p-links .first a:hover,
.pagination .p-links .last a:hover {
  color: #7c288e;
  text-decoration: none;
}
.pagination .p-links .page {
  margin: 0 4px;
}
.pagination .p-links .page a {
  color: #7c288e;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #7c288e;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  padding-top: 9px;
  display: inline-block;
}
.pagination .p-links .page.current a {
  background: #7c288e;
  color: #ffffff;
}
.pagination .p-links .page a:hover {
  text-decoration: none;
}
.title-bar .main .n-title {
  text-align: left;
  font-size: 36px;
  line-height: 34px;
  color: #ffffff;
  font-weight: 800;
  text-transform: none;
  height: 55px;
  padding-right: 280px;
}
.title-bar .main .n-date {
  text-align: left;
  font-size: 14px;
  line-height: 14px;
  color: #ffffff;
  font-weight: 600;
}
.new-content {
  padding: 44px 0 0;
}
.new-content .text {
  font-size: 18px;
  line-height: 30px;
  color: #4b4b4b;
  font-weight: 200;
  margin: 0 8.333333% 24px;
}
.new-content .image {
  text-align: center;
  margin: 0 8.333333% 27px;
}
.new-content .image img {
  max-width: 100%;
}
.new-content h2 {
  text-align: center;
  font-size: 24px;
  line-height: 24px;
  font-weight: 800;
  color: #ef7e1a;
  margin: 42px 0 15px;
}
.new-content ul {
  list-style: none;
  padding: 0;
}
.new-content ul li {
  margin-left: 30px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 200;
  color: #4b4b4b;
  margin-bottom: 18px;
  position: relative;
  font-size: 16px;
}
.new-content ul li:before {
  left: -20px;
  position: absolute;
  top: 4px;
  width: 8px;
  height: 8px;
  background: #7c288e;
  border-radius: 15px;
  content: '';
}
.new-content ul li ul{
  margin-top: 15px;
}
.new-content h3 {
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  color: #ef7e1a;
  margin: 30px 0 20px;
}
.new-content ol {
  counter-reset: li;
  padding: 0;
  margin: 18px 25% 0;
  list-style: none;
}
.new-content ol li {
  margin-left: 10px;
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  color: #4b4b4b;
  margin-bottom: 6px;
  position: relative;
  border-left: 1px solid #7c288e;
  padding: 6px 0 7px 8px;
}
.new-content ol li:before {
  color: #7c288e;
  content: counter(li, decimal) ".";
  counter-increment: li;
  left: -25px;
  position: absolute;
  top: 4px;
  width: 30px;
  text-align: right;
  font-size: 24px;
  font-weight: 600;
  font-style: italic;
  padding-right: 10px;
}
.new-content table {
  margin: 21px auto 0;
  border-collapse: collapse;
}
.new-content table th {
  border-collapse: collapse;
  text-align: center;
  background: #7c288e;
  color: #ffffff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  padding: 18px 26px 7px;
}
.new-content table td {
  border-collapse: collapse;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  color: #4b4b4b;
  border-bottom: 1px solid #7c288e;
  padding: 15px 15px 10px;
}
.new-content table tr:last-child td {
  border-bottom: none;
}
.new-content table td.sel {
  background: #f2e9f3;
}
.new-content .bottom {
  margin-top: 80px;
}
.new-content .nc-title {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
  color: #ef7e1a;
  margin: 55px 0 -15px;
}
.photos-container {
  padding: 53px 0 65px;
}
.photos-container .pc-title .date {
  font-size: 28px;
  line-height: 28px;
  font-weight: 100;
  color: #7c288e;
}
.photos-container .pc-title .date span {
  font-weight: 200;
  font-size: 48px;
  line-height: 48px;
}
.photos-container .pc-title .name {
  margin: 2px 0 18px;
}
.photos-container .pc-title .name a {
  font-size: 18px;
  line-height: 18px;
  color: #7c288e;
  text-decoration: underline;
}
.photos-container .pc-title .name a:hover {
  text-decoration: none;
}
.photos-container .all {
  margin: 17px 0 26px;
  text-align: right;
}
.photos-container .all a {
  font-size: 14px;
  line-height: 14px;
  color: #7c288e;
  text-decoration: underline;
}
.photos-container .all a:hover {
  text-decoration: none;
}
.photos-container .bottom {
  margin-bottom: 8px;
}
.photos-container .pagination {
  margin-top: 20px;
}
.photo-content {
  padding: 31px 0 59px;
}
.photo-content .text {
  font-size: 18px;
  line-height: 30px;
  font-weight: 200;
  color: #4b4b4b;
  margin: 0 16.666666% 29px 0;
}
.photo-content img.big {
  height: 351px;
}
.photo-content img:hover {
  border: 8px solid #ef7e1a;
}
.photo-content .b-photo {
  margin-top: 29px;
}
.photo-content .back {
  margin-top: 30px;
}
.photo-content .back a {
  font-size: 18px;
  line-height: 18px;
  color: #ef7e1a;
  text-decoration: underline;
}
.photo-content .back a .glyphicon {
  font-size: 10px;
}
.photo-content .back a:hover {
  text-decoration: none;
}
.mfp-bottom-bar {
  margin-top: 10px !important;
}
img.mfp-img {
  border: 10px solid #ef7e1a;
  padding: 0;
}
.mfp-close,
.mfp-close:active {
  top: -53px;
}
.mfp-image-holder .mfp-close {
  color: #ef7e1a;
  font-size: 60px;
  line-height: 60px;
  opacity: 1;
  right: -10px;
}
.mfp-s-loading .mfp-arrow {
  display: none;
}
.mfp-arrow {
  opacity: 1;
}
.mfp-arrow-right {
  right: -61px;
}
.mfp-arrow-left {
  left: -61px;
}
.mfp-arrow-right::after {
  border-left: 17px solid #ef7e1a;
}
.mfp-arrow-left::after {
  border-right: 17px solid #ef7e1a;
}
.modal-dialog {
  width: 730px;
  margin-top: 130px;
}
.modal-content {
  border-radius: 0;
  background: #ef7e1a;
  border: none;
}
.modal-header {
  border: none;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 71px 0 0;
  position: relative;
}
.modal-header .modal-title {
  font-size: 36px;
  line-height: 36px;
  font-weight: 800;
}
.modal-header .modal-title-addon {
  font-size: 18px;
  line-height: 18px;
  font-weight: 200;
  margin: 10px 0;
}
.modal-body {
  width: 433px;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 82px;
}
.modal-body.an_text{

}

/*oglavlenie*/

.ogl .text-center{
font-size: 18px;
line-height: 21px;
font-weight: 300;
color: #000;
margin: 20px 0 12px;
}
.ogl .col-lg-4 img:hover{
    transform: scale3d(1.1,1.1,1);
}
.ogl .col-lg-4 img{
    transition: 0.25s;
    transform: scale3d(1,1,1);
}

.ogl .col-lg-4:hover{
    transform: scale3d(1.1,1.1,1);
}
.ogl .col-lg-4{
    transition: 0.25s;
    transform: scale3d(1,1,1);
}

.ogl a:hover{
 text-decoration:none;
}
.ogl{
padding: 30px 0 60px 0;
}

.park1 span.tel{
	font-size:18px;
	margin-left:8px;
}
.park2 span.tel{
	font-size:18px;
	margin-left:8px;
}


.modal-body input[type="text"],
.modal-body textarea {
  width: 100%;
  background: #ffffff none repeat scroll 0 0;
  border: medium none;
  color: #707070;
  font-size: 18px;
  font-weight: 200;
  height: 49px;
  line-height: 18px;
  margin-bottom: 17px;
  text-align: left;
  text-transform: uppercase;
  padding-left: 20px;
}
.modal-body textarea {
  height: 163px;
  padding: 20px;
  margin-bottom: 30px;
}
.modal-header .close {
  position: absolute;
  top: -53px;
  right: 0;
  opacity: 1;
  color: #ef7e1a;
  text-shadow: none;
  font-size: 65px;
}
.photo-content .photo-item {
  float: left;
  padding: 0 15px;
  width: 16.6665%;
}
.photo-content .photo-item:nth-child(14n+1),
.photo-content .photo-item:nth-child(14n+2) {
  width: 33.3333%;
}
.photo-content .photo-item{
  margin-top: 29px;
}
.container .popup-gallery{
  margin-top: -20px;
}


/*** OTHER ***/

.ya-share2__container{
	position: fixed;
	right: 20px;
	top: 50%;
	margin-top: -130px;
}

.ya-share2__container ul li{
	display: block !important;
	margin-bottom: 10px !important;
}

.aktsii img{
	max-width: 100%;
	height: auto;
}

.trainers .row > div{
	min-height: 410px;
}

.t_btn{
	background: rgba(0, 0, 0, 0) linear-gradient(180deg, #7c288e, #883b98) repeat scroll 0 0;
    border: medium none;
    box-shadow: 0 20px 20px 0 rgba(124, 40, 142, 0.7);
    color: #ffffff;
    font-size: 25.17px;
    font-weight: 800;
    height: 49px;
    line-height: 25.17px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.4);
    text-transform: uppercase;
	width: 600px;
	overflow: visible;
	display: inline-block;
	padding-top: 12px;
}

.t_btn:hover{
	background: rgba(0, 0, 0, 0) radial-gradient(ellipse, #802992, #ca56d5) repeat scroll 0 0;
	text-decoration: none;
	color: #fff;
}

.t_btn:visited, .t_btn:link, .t_btn:active{
	text-decoration: none;
	color: #fff;
}

img.mfp-img {
    padding: 0 !important;
}

.about_page{
	font-size: 18px;
	line-height: 1.2em;
	font-weight: 200;
	position: relative;
}

.new-content img{
	max-width: 100%;
}

.new-content .programms .programm img{
	max-width: none;
}

.overflow.about{
	position: relative;
}

.about_text_shape{
	color: #fff;
	background: #ef7e1a;
	padding: 20px;
	position: absolute;
	left: 30px;
	bottom: 30px;
	width: 420px;
}

.about_text_shape.magenta{
	background: #902292;
}

.about_page h2{
	font-size: 30px;
	margin-bottom: 30px;
}

table hr{
	background: #902292;
	color: #fff;
}

.warning{
	background: #ef7e1a;
	padding: 20px;
	color: #fff;
}

.info_block{
	background: #902292;
	font-weight: bold;
	color: #fff;
	padding: 20px;
}

.table_c_bg{
	background: #f4e6f4;
}

.header .phone .c_anketa{
	margin-top: 8px;
}

.header .phone .c_anketa a{
	background: none;
	font-size: 16px;
	text-decoration: underline;
}

.land_wrap{
	position: relative;
	min-height: 770px;
}

.land_text p{
	font-size: 16px;
}

.land_block_1{
	background: #7c288e;
	color: #fff;
	position: absolute;
	top: 300px;
	width: 760px;
	left: 50%;
	margin-left: -380px;
	padding: 0 40px 20px 40px;
}

.land_block_1 h2{
	color: #fff;
	line-height: 1.2em;
	background: url(../img/land_h2_bg.png) no-repeat 50% 50%;
	height: 115px;
	margin-top: 5px;
	margin-bottom: 10px;
	padding-top: 20px;
	font-weight: 700;
}

.land_block_1 p{
	font-size: 16px;
	text-align: center;
}

.land_text .col-2{
	padding: 0 35px;
}

.land_tarifs{
	background: url(../img/land_tarifs_bg.png) no-repeat;
	height: 600px;
}

.land_tarifs h2{
	font-size: 140px;
	color: #7c288e;
	text-align: center;
	height: 125px;
	margin-top: 0;
	padding-top: 80px;
	text-transform: uppercase;
}

.l_tarif_block{
	background: #ef7e1a;
	width: 320px;
	height: 310px;
	position; relative;
}

.land_tarifs .col-2{
	position: relative;
}

.col-2.left .l_tarif_block{
	position: relative;
	left: 215px;
}

.col-2.right .l_tarif_block{
	position: relative;
	left: 35px;
}

.l_tarif_block h3{
	font-size: 35px;
	background: url(../img/l_tarif_h3.png) no-repeat 50% 50%;
	color: #fff;
	margin-top: 15px;
	font-weight: 500;
	height: 93px;
	padding-top: 35px;
	width: 360px;
	position: relative;
	top: 10px;
	right: 19px;
}

.l_tarif_text{
	font-size: 16px;
	background: #7c288e;
	color: #fff;
	width: 360px;
	position: relative;
	right: 19px;
	top: 10px;
	padding: 2px 30px;
	margin-bottom: 10px;
	text-align: center;
	line-height: 1.3em;
}

.ltt{
	min-height: 76px;
}

.l_tarif_price{
	font-size: 40px;
	color: #fff;
	height: 90px;
	font-weight: 700;
	background: url(../img/l_tarif_price.png) no-repeat 50% 50%;
	text-align: center;
	padding-top: 26px;
	position: relative;
	top: 10px;
}

.l_tarif_price div{
	font-size: 18px;
	font-weight: 600;
	margin-top: 2px;
}

.l_tarif_bot{
	background: url(../img/l_tarif_bot.png) no-repeat 50% 0;
	height: 438px;
	margin-top: 20px;
}

.l_tarif_bot .ltb_text{
	text-align: center;
	color: #7c288e;
	padding-top: 100px;
}

.l_tarif_bot .ltb_text .fs-60{
	font-weight: 700;
	background: url(../img/l_tarif_glow.png) no-repeat 50% 50%;
	height: 140px;
    padding-top: 60px;
}

.l_tarif_bot .ltb_text .fs-31{
	margin-bottom: -26px;
}

.l_tarif_bot .ltb_text .fs-18{
	margin-top: -30px;
}

.baloon{
	background: url(../img/baloons.png) no-repeat;
	width: 321px;
	height: 565px;
	position: absolute;
	z-index: 1000;
}

.baloon.l_baloon{
	top: 70px;
	left: -70px;
}

.baloon.r_baloon{
	top: 150px;
	right: -94px;
}

.vt_wrap{
	position: relative;
	transition: all 0.3s ease;
}

.vt_wrap:hover{
	transform: scale(1.05);
}

.vt_text{
	position: absolute;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1em;
	left: 50%;
	top: 145px;
	margin-left: -93px;
	color: #fff;
}
.news-list .news-item{
	margin-bottom: 20px;
	overflow: hidden;
}

.warn_block{
	background: #7c288e;
	color: #fff;
	font-size: 30px;
	text-align: center;
	padding: 30px 0;
	margin-top: 30px;
	line-height: 1.3em;
}

.trainers .row {
    display: flex;
	flex-flow: row wrap;
}

.adr-container p{
	margin-bottom: 15px;
}

.about_page .trainers {
    padding: 0;
}

.about_page h2{
	margin-top: 55px;
	margin-bottom: 35px;
}

.vt_wrap{
	margin-bottom: 40px;
}

.ph-container img{
	margin-right: 24px;
	margin-bottom: 30px;
}

.ph-container img:nth-child(3n){
	margin-right: 0;
}

.ya-share2__container_size_m .ya-share2__item:last-child {
    margin-right: 4px !important;
}

.std-f-btn{
	margin-top: 12px;
}

.std-f-btn a{
    background: hsl(28, 87%, 52%);
    color: hsl(0, 0%, 100%);
    display: inline-block;
    font-size: 18px;
    font-weight: 200;
    padding: 8px 20px;
    transform: skewX(-20deg);
	transition: 0.2s all ease;
}
	.std-f-btn a:hover{
		background: hsl(289, 56%, 36%);
	}

.std-f-btn a span {
    display: inline-block;
    font-weight: 200;
    transform: skewX(20deg);
}

.re-call{
	font-size: 14px;
	display: block;
	font-weight: 400;
	margin-top: 10px;
	color: #ef7e1a;
	text-decoration: none;
	transition: 0.2s all ease;
}
	.re-call:hover, .re-call:active, .re-call:visited, .re-call:link{
		text-decoration: none;
		color: #ef7e1a;
	}
	.re-call span{
		border-bottom: 1px dashed #ef7e1a;
		transition: 0.2s all ease;
	}
	.re-call:hover{
		color: #902493;
	}
	.re-call span:hover{
		border-bottom: 1px dashed #902493;
	}

.desc-body{
	color: #fff;
	font-size: 16px;
}

.desc-link{
	color: #902493;
	transition: 0.2s all ease;
}
	.desc-link span{
		border-bottom: 1px dashed #902493;
		transition: 0.2s all ease;
	}
	.desc-link:hover, .desc-link:active, .desc-link:visited, .desc-link:link{
		text-decoration: none;
		color: #902493;
	}
	.desc-link:hover{
		color: #ef7e1a;
	}
	.desc-link span:hover{
		border-bottom: 1px dashed #ef7e1a;
	}
	

/* MEDIA */

@media (max-width: 1199px) {
  .header .logo {
    margin: 9px 0 0 0;
  }
  .header .navbar-collapse {
    margin: 74px 0 0 20px;
  }
  .header .phone {
    margin: 67px 0 0;
  }
  .info .form {
    background-size: contain;
  }
  .title-bar .main .bg {
    right: 0;
  }
  .info .f-advantages{
    padding: 0 270px;
  }
  .info .f-advantages .fa-block{
    font-size: 16px;
  }
  .about_page .img_block img.left.mr-20{
	margin-right: 0;
  }
  .about_page .img_block img{
	width: 25%;
  }
  .header .navbar-collapse{
	margin: 70px 0 0 60px !important;
	width: 500px;
  }
  .header .navbar-collapse ul li{
	margin-bottom: 10px;
  }
  .col-2.left .l_tarif_block{
	position: relative;
	left: 115px;
  }
  .title-bar .main h1 {
    padding: 0 220px;
  }
  .ph-container img {
    max-width: 294px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .photos {
    height: 600px;
  }
  .photos img {
    height: 135px;
  }
  .photos img.big {
    height: 299px;
  }
  .photos .addon .social {
    margin-top: 36px;
  }
  .photos .info {
    height: 164px;
  }
  .photos .date {
    margin: 7px 0 3px;
  }
  .photos .name {
    margin-bottom: 11px;
  }
  .news-container .new .name a {
    font-size: 15px;
    line-height: 15px;
  }
  .photos-container .b-photo {
    margin-top: 28px;
  }
  .photos-container .conti {
    height: 92px;
  }
  .photos-container .big {
    height: 212px;
  }
  .photo-content img {
    height: 132px;
  }
  .photo-content img.big {
    height: 293px;
  }
  .photo-content .photo-item:nth-child(14n+1) img {
    height: 293px;
  }
  .title-bar .main .n-title {
    padding-right: 185px;
  }
  .baloon.l_baloon{
	left: -90px;
  }
  .baloon.r_baloon{
	right: -100px;
  }
  .header .navbar-nav > li {
	margin-right: 35px;
	}
	.header .navbar-collapse ul li {
    margin-bottom: 15px;
	}
}

@media (max-width: 991px) {
  .header .logo {
    width: 80px;
  }
  .header .logo img {
    max-width: 100%;
  }
  .header .navbar-collapse {
    margin: 40px 0 0 20px;
  }
  .header .navbar-nav > li {
    margin-right: 16px;
  }
  .header .navbar-nav > li:last-child {
    margin-right: 0;
  }
  .header .navbar-nav > li > a {
    font-size: 14px;
  }
  .header .phone {
    margin-top: 43px;
  }
  .header .phone a {
    background: rgba(0, 0, 0, 0) url("../img/phone-ico.png") no-repeat scroll 0 0;
    font-size: 14px;
    line-height: 14px;
    padding: 2px 0 2px 26px;
  }
  .slider-container {
    background: transparent;
  }
  .slider-container .carousel .item .caption {
    left: 35px;
    font-size: 24px;
    bottom: 55px;
  }
  .slider-container .indicators-container {
    bottom: 30px;
  }
  .slider-container .carousel-indicators {
    padding-left: 31px;
  }
  .slider-container .carousel .item .prev-link {
    left: 35px;
    bottom: 0;
  }
  .slider-container .carousel .item .next-link {
    right: 35px;
    bottom: 0;
  }
  .info .types .type {
    height: 240px;
    padding: 80px 20px 0;
  }
  .info .types .type .t-title {
    font-size: 30px;
    line-height: 36px;
  }
  .info .types .ofp .type {
    padding-top: 113px;
  }
  .info .types .type .t-descr {
    font-size: 16px;
    line-height: 18px;
  }
  .info .form {
    background: transparent;
    padding: 46px 0 63px;
  }
  .news {
    padding: 66px 0 60px;
  }
  .news .text {
    margin-bottom: 20px;
  }
  .photos {
    background-repeat: repeat-y;
    height: auto;
    padding-bottom: 40px;
  }
  .photos .clearfix {
    margin-bottom: 29px;
  }
  .facts {
    padding: 75px 0 80px;
  }
  .facts .fact {
    margin: 0 auto 30px;
    width: 351px;
  }
  .facts .fact-cont {
    padding: 0 20%;
  }
  .header .phone .city-selector-container .cities-list {
    right: -10px;
  }
  .title-bar .city-selector {
    font-size: 14px;
    line-height: 14px;
  }
  .title-bar .types-container .types .type {
    padding: 6px 12px 5px;
  }
  .photos-container .conti,
  .photos-container .big {
    height: auto;
  }
  .photos-container .big {
    margin-bottom: 21px;
  }
  .photo-content img,
  .photo-content img.big {
    height: auto;
  }
  .photo-content .x-photo {
    margin-top: 29px;
  }
  .photo-content .photo-item {
    width: 50%;
  }
  .photo-content .photo-item:nth-child(14n+1),
  .photo-content .photo-item:nth-child(14n+2) {
    width: 100%;
  }
  .photo-content .photo-item:nth-child(14n+1) img {
    height: auto;
  }
  .photo-content .photo-item:nth-child(14n+2),
  .photo-content .photo-item:nth-child(14n+3),
  .photo-content .photo-item:nth-child(14n+4) {
    margin-top: 29px;
  }
  .title-bar .main .n-title {
    font-size: 28px;
    line-height: 26px;
    padding-right: 180px;
  }
  .info .f-advantages{
    padding: 0;
    margin-top: -40px;
  }
  .info .f-advantages .fa-block{
    font-size: 18px;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 20px;
  }
  .header .navbar-collapse{
	margin: 40px 0 0 60px !important;
	width: 400px;
  }
  .baloon.l_baloon{
	top: 50px;
	left: -250px;
  }
  .baloon.r_baloon{
	top: 50px;
	right: -230px;
  }
  .col-2.left .l_tarif_block{
	left: 15px;
  }
  .col-2.right .l_tarif_block{
	left: 25px;
  }
  .land_block_1 {
    top: 240px;
	}
  .land_wrap {
    min-height: 700px;
    position: relative;
  }
  .title-bar .main h1 {
    padding: 0;
  }
  .title-bar .main .bg {
	display: none;
  }
  .ph-container img {
    max-width: 45%;
  }
  .ph-container img:nth-child(3n) {
    margin-right: 24px;
  }
  .ph-container img:nth-child(2n) {
    margin-right: 0;
  }
  .header .navbar-collapse {
    float: left;
    margin: 60px 10px 0 40px !important;
    width: 350px;
  }
  .news-container .new .bottom{
	  display: none;
  }
  .news-container .new .descr{
	  height: auto;
  }
}

@media (max-width: 860px) {
  .ya-share2__container{
	display: none;
  }
}

@media (max-width: 767px) {
  .slider-container .carousel .item {
    padding: 0 15px;
  }
  .slider-container .carousel .item .caption {
    bottom: 55px;
    font-size: 11px;
    left: 0;
    padding: 4px 6px 3px;
    position: static;
    margin: 0 0 10px;
  }
  .slider-container .carousel .item .prev-link,
  .slider-container .carousel .item .next-link {
    position: static;
    display: inline-block;
  }
  .slider-container .carousel .item {
    padding-bottom: 20px;
  }
  .slider-container .indicators-container {
    bottom: 0;
  }
  .info {
    background: transparent;
  }
  .info h1 {
    font-size: 24px;
    line-height: 26px;
    margin: 45px 0 30px;
  }
  .info p {
    font-size: 16px;
    line-height: 20px;
  }
  .info .types {
    margin-top: 42px;
  }
  .info .types .type {
    margin-bottom: 20px;
    background-size: cover !important;
  }
  .info .types .bd .type {
    margin-left: 0;
  }
  .info .types .bd,
  .info .types .ofp {
    padding-right: 15px;
  }
  .info .types .tb,
  .info .types .all {
    padding-left: 15px;
  }
  .info .types .ofp .type {
    margin-left: 0;
  }
  .info .types .type .t-title {
    font-size: 26px;
    line-height: 30px;
  }
  .info .form {
    margin: 20px -15px 0;
    padding: 20px 15px 63px;
    background: #ef7e1a;
  }
  .info .form input[type="text"] {
    width: 100%;
  }
  .news .types .type {
    margin: 0 2px;
    padding: 6px 12px 5px;
  }
  .photos img {
    height: auto;
    margin-bottom: 20px;
  }
  .photos img.big {
    height: auto;
  }
  .photos .b-photo {
    margin-top: 0;
  }
  .photos .clearfix {
    margin-bottom: 0;
  }
  .facts {
    padding: 55px 0 40px;
  }
  .facts .fact {
    background-size: cover !important;
    width: 100%;
    max-width: 351px;
  }
  .facts .fact-cont {
    padding: 0 10px;
  }
  .map-container {
    height: auto;
  }
  .map-container .map {
    height: 400px;
  }
  .map-container .info-container {
    position: static;
    height: 100%;
    padding-bottom: 30px;
  }
  .map-container .info-container .contacts {
    width: 100%;
  }
  .footer {
    padding: 20px 0 20px;
  }
  .footer .navbar-nav > li {
    margin-bottom: 5px;
  }
  .footer .social {
    margin: 21px 0 19px;
  }
  .header .phone {
    float: left;
    margin-left: 10px;
  }
  .header .navbar-header {
    float: right;
    margin-top: 23px;
  }
  .navbar-toggle .icon-bar {
    background: #7c288e;
  }
  .header .navbar-collapse {
    margin: 0;
    float: none;
  }
  .header .navbar-nav {
    margin: 15px 0;
  }
  .header .navbar-nav > li {
    text-align: center;
    margin: 0 0 4px;
  }
  .header .phone > .city-selector-container {
    display: none;
  }
  .city-selector-container .cities-list {
    width: 210px;
  }
  .city-selector-container .cities-list .block {
    float: none;
    width: 100%;
  }
  .city-selector-container .cities-list .block ul li {
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 10px;
  }
  .header .navbar-collapse .city-selector-container {
    display: block;
    height: 35px;
  }
  .header .navbar-collapse .city-selector-container .city-selector {
    right: auto;
    left: 0;
  }
  .header .navbar-collapse .city-selector-container .cities-list {
    right: auto;
    left: -10px;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .title-bar .main .bg {
    display: none;
  }
  .map-container.map-container-contacts {
    height: auto;
  }
  .map-container.map-container-contacts .info-container {
    height: auto;
    padding: 0;
  }
  .programms .programm {
    background-size: 380px 232px;
  }
  .title-bar .types-container .types {
    margin-top: 30px;
  }
  .title-bar .types-container .types .type {
    margin: 0;
    padding: 4px 10px 3px;
    font-size: 12px;
  }
  .city-selector-container.lefted .city-selector {
    left: 20px;
  }
  .city-selector-container.lefted .cities-list {
    left: 0;
  }
  .trainers .control button {
    width: 90%;
    height: auto;
  }
  .title-bar .main h1 {
    font-size: 30px;
    line-height: 1.3em;
  }
  .pagination .p-links .page a {
    border-radius: 36px;
    font-size: 16px;
    height: 36px;
    line-height: 16px;
    padding-top: 9px;
    width: 36px;
  }
  .pagination .p-links .page {
    margin: 0 2px;
  }
  .pagination .p-links .first,
  .pagination .p-links .last {
    display: none;
  }
  .news-container {
    padding: 40px 0;
  }
  .title-bar .main .n-title {
    font-size: 24px;
    line-height: 26px;
    padding-left: 15px;
  }
  .title-bar .main .n-date {
    padding-left: 15px;
  }
  .new-content .text {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 24px;
  }
  .new-content ul {
    margin: 26px 0 0 10%;
  }
  .new-content ol {
    margin: 18px 0 0 10%;
  }
  .new-content table th {
    font-size: 14px;
    line-height: 14px;
    padding: 6px 8px 7px;
  }
  .new-content table td {
    font-size: 12px;
    line-height: 12px;
    padding: 12px 3px 7px;
  }
  .modal-dialog {
    width: 90%;
    margin-top: 50px;
  }
  .modal-body {
    padding-bottom: 62px;
    width: 90%;
  }
  .modal-header .modal-title {
    font-size: 30px;
    line-height: 30px;
  }
  .info .f-advantages{
    margin-top: 20px;
  }
  .about_text_shape{
	position: relative;
	width: 100%;
	left: 0;
	bottom: 0;
  }
  .col-3{
	  width: 100%;
	  margin-bottom: 20px;
  }
  .about_page .img_block img{
	width: 50%;
	border: 1px solid #fff;
  }
  .col-2{
	  width: 100%;
  }
  .baloon{
	  display: none;
  }
  .land_tarifs {
    height: 900px;
  }
  .col-2.left .l_tarif_block, .col-2.right .l_tarif_block{
    left: 50%;
    margin-left: -160px;
  }
  .col-2.right .l_tarif_block{
	  margin-top: 80px;
  }
  .row.news-wrap .col-md-4 {
    width: 100% !important;
  }
  .header .phone .c_anketa {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px){
  .l_tarif_bot .ltb_text .fs-60{
		font-size: 30px;
  }
  .l_tarif_bot .ltb_text .fs-31 {
    font-size: 20px;
	margin-bottom: -40px;
  }
  .l_tarif_bot .ltb_text .fs-18 {
    font-size: 14px;
	margin-top: -35px;
  }
  .land_tarifs h2 {
    font-size: 60px;
  }
  .land_wrap {
    min-height: auto;
    position: relative;
	margin-bottom: 20px;
  }
  .land_block_1 {
    background: #7c288e none repeat scroll 0 0;
    color: #fff;
    left: 0;
    margin-left: 0;
    padding: 0 40px 20px;
    position: static;
    top: 300px;
    width: 100%;
  }
  .land_block_1 h2 {
    margin-bottom: 20px;
	height: auto;
  }
}

@media (max-width: 400px){
  .ph-container img {
    max-width: 100%;
  }
  .ph-container img:nth-child(3n) {
    margin-right: 0;
  }
  .ph-container img:nth-child(2n) {
    margin-right: 0;
  }
  .park1 span.tel {
    font-size: 18px;
    margin-left: 8px;
    display: block;
    padding: 7px;
}
.park2 span.tel {
    font-size: 18px;
    margin-left: 8px;
    display: block;
    padding: 7px;
}
.ogl {
    padding: 0px;
}
.header .phone.park-list .park .park2 a {
    margin-bottom: 10px;
}
}

news-container .new .name {height: 40px;}

.row.news-wrap{
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-flow: row wrap;
}

.row.news-wrap .col-md-4{
	width: 33.3%;
}