@font-face {
  font-family: 'Clear Sans Regular';
  src: url('../fonts/clear-sans-regular.eot');
  src: url('../fonts/clear-sans-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/clear-sans-regular.woff') format('woff'),
    url('../fonts/clear-sans-regular.ttf') format('truetype'),
    url('../fonts/clear-sans-regular.svg#ClearSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

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

@font-face {
  font-family: 'Gotham Pro Black';
  src: url('../fonts/gotham-pro-black.eot');
  src: url('../fonts/gotham-pro-black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/gotham-pro-black.woff') format('woff'),
    url('../fonts/gotham-pro-black.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  /*border: 1px solid cyan;*/
}

body {
  /*background-color: #282828;*/
  background-color: #f1f1f1;
  font-family: 'Clear Sans Regular';
  font-size: 14px;
  /*padding-top: 70px;*/
  /*padding-top: 95px;*/
}

ul {
  list-style: none;
  margin: 0;
  margin-bottom: 15px;
}

.red-p {
  font-weight: bold;
  font-style: italic;
  color: red;
  margin-bottom: 20px;
}

.red-ul {
  font-weight: bold;
  font-style: italic;
  list-style: disc;
  color: red;
}
.first_text {
  text-align: justify;
}

.menu_mobile_button {
  display: none;
  color: #fff;
  font-size: 36px;
  max-width: 48%;
  min-width: 50px;
  height: 70px;
  padding-top: 8px;
  width: 100%;
  text-align: center;
}

.menu_mobile_button span {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  color: white;
}
.menu_mobile_button i {
  vertical-align: middle;
}

/*.contacts.mobile
{
	display: none;
}
*/

/*new top slider(Home page)*/
.slide_item {
  position: relative;
}
.slide_item .slide_text {
  position: absolute;
  top: 70px;
  left: 130px;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
}
.my_readmore_button {
  display: inline-block;
  background: #2d2d2d url(../images/icon-button-plus.png) no-repeat 95% 50%;
  padding: 5px 20px 8px;
  font-size: 20px;
  border-radius: 10px;
  color: #fff;
  text-transform: capitalize;
  background-size: 30px;
  padding-right: 70px;
  /*margin-top: 20px;*/
}
.my_readmore_button:hover {
  color: #fff;
}
/*end*/
.subtitle {
  color: #2d2d2d;
  font-family: 'Clear Sans Bold';
  font-size: 18px;
  padding: 40px 0;
}
.fle {
  display: flex;
  /* width: 495px; */
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
.fle .itemcall {
  width: 60%;
}
.fle .fitscal {
  width: 40%;
}
.maps-container {
  width: 600px;
  height: 450px;
}

.mfp-content {
  width: auto !important;
}

.panel-top-container {
  position: sticky;
  width: 100%;
  background-color: #2d2d2d;
  z-index: 999;
  top: 0;
}

.panel-top {
  max-width: 1140px;
  margin: auto;
  overflow: hidden;
  height: 90px;
}
/*@media (max-width: 1700px) {
	.panel-top
	{
		margin-left: 250px;
	}
}
@media (max-width: 1600px) {
	.panel-top
	{
		margin-left: 220px;
	}
}
@media (max-width: 1500px) {
	.panel-top
	{
		margin-left: 150px;
	}
}
@media (max-width: 1400px) {
	.panel-top
	{
		margin-left: 110px;
	}
}*/

.panel-top > * {
  /*float: left;*/
}

.logo {
  width: 20%;
  height: 70px;
  min-width: 200px;
  padding-left: 16px;
}

.logo > a {
  /*float: right;*/
  width: 195px;
  display: block;
}

.logo > a > div {
  height: 90px;
  width: 205px;
  position: absolute;
  z-index: 100;
}

.panel-top .logo > a > div {
  background: url(../images/logo_tennis4.png) right no-repeat;
  background-size: contain;
}

.panel-bottom .logo > a > div {
  background: url(../images/logo_tennis4.png) right no-repeat;
  background-size: contain;
  margin-left: -8%;
}

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

.main-navigation {
  transition: all 0.25s;
}

.main-navigation ul {
  padding: 0;
}

.main-navigation li {
  margin: 0 12px;
  min-height: 57px;
  float: left;
}

.main-navigation li a {
  line-height: 57px;
  min-height: 57px;
  color: #2d2d2d;
  transition: color 0.25s;
  font-size: 18px;
  display: inline-block;
  font-weight: bold;
  font-style: italic;
}

.main-navigation li a:hover,
.main-navigation li a:focus {
  color: #8cb536;
  text-decoration: none;
  border-bottom: 2px solid #8cb536;
}

.main-navigation.opened {
  /*height: 400px;*/
  height: 300px;
  overflow: auto;
}

.main-navigation.opened li {
  margin: 0 12px;
  height: auto !important;
  float: none;
  padding: 5px 0;
}

.main-navigation.opened li a {
  line-height: 22px !important;
  height: 22px !important;
  color: #2d2d2d;
  transition: color 0.25s;
  font-size: 16px;
  display: inline-block;
}

.main-navigation.opened li ul {
  display: block;
  position: relative;
  top: auto;
  left: auto;
  padding-left: 15px;
  width: 100%;
  float: none;
}
.main-navigation.opened li ul a {
  border: 0;
  float: none;
  display: block;
  width: 100%;
}

.panel-top .contacts {
  height: 70px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1350px) {
  .logo {
    width: 22%;
  }
  .panel-top .contacts .phone {
    width: 636px;
  }
  .panel-top .contacts .phone a {
    padding-left: 10px;
  }
}
@media screen and (max-width: 422px) {
  .panel-top .contacts .phone a {
    border-left: none;
  }
}

@media (min-width: 750px) and (max-width: 1350px) {
  .panel-top .contacts .phone a {
    width: auto !important;
  }
}

.panel-top .phone {
  font-size: 18px;
  color: #fff;
}

.panel-top .contacts .textwidget {
  width: 77%;
  /* margin-left: 20px; */
  padding-top: 8px;
}
.panel-top .contacts .textwidget > div {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.panel-top .contacts .phone {
  width: 460px;
  /* display: block; */
  /* float: left; */
  margin-top: 11px;
  /* margin-left: -30px; */
  display: flex;
}
.panel-top .contacts .emailto {
  width: 230px;
  display: block;
  /* float: left; */
  /* padding-left: 210px; */
  text-align: center;
  /* border-right: 1px solid #4f4f4f; */
}
.panel-top .contacts .social {
  width: 95px;
  display: flex;
  float: left;
  text-align: right;
  margin-top: 25px;
  border-left: 1px solid #4f4f4f;
  height: 20px;
  margin-right: 13px;
}

.panel-top .contacts .social a {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin: 0 0 0 6px;
}
.panel-top .contacts .social .facebook {
  background: url(../images/facebook.png) no-repeat;
}
.panel-top .contacts .social .vk {
  background: url(../images/vk.png) no-repeat;
  background-size: contain;
}
.panel-top .contacts .social .tg {
  background: url(../images/tg.png) no-repeat;
  background-size: contain;
}
.panel-top .contacts .social .twitter {
  background: url(../images/twitter.png) no-repeat;
}
.panel-top .contacts .social .instagram {
  background: url(../images/instagram.png) no-repeat;
}

.panel-top .contacts .social .youtube {
  /* margin: 0px 2.3px; */
  background: url(../images/youtube.png) no-repeat;
  background-size: contain;
}
.prikh_lk {
  /*float: left;*/
  width: 100px;
  margin-top: 13px;
  /*margin-left: 31px;*/
}
.phone_call {
  /*margin-left: -211px;*/
}
.prikh_lk img {
  display: block;
  margin: 10px auto;
}

.panel-top .contacts .phone a {
  font-size: 17px;
  color: #d7d4d4;
  /* display: block; */
  /* padding-left: 38px; */
  /* background: url(../images/phone.png) left center no-repeat; */
  /* border-left: 1px solid #4f4f4f; */
  /* display: inline-block; */
  height: 24px;
  width: 230px;
}
.panel-top .contacts .phone img {
  margin-right: 10px;
  margin-top: -3px;
  height: 18px;
}
.panel-top .contacts .emailto a {
  font-size: 15px;
  color: #bab8b8;
  display: inline-block;
  background: url(../images/email.png) left center no-repeat;
  /* padding-left: 25px; */
  /* margin-left: 50px; */
  width: 157px !important;
  margin: auto;
  float: left;
}

@media screen and (max-width: 960px) {
  .panel-top .contacts .textwidget {
    width: 370px;
  }
}

@media screen and (max-width: 768px) {
  .panel-top .contacts .textwidget {
    width: 100%;
  }
  .panel-top .contacts .phone {
    width: 50%;
  }
  .panel-top .contacts .emailto {
    width: 25%;
  }
  .panel-top .contacts .social {
    width: 25%;
  }
  .exform_wrapper.header-form .mf_submit .send_btn {
    padding: 5px 35px !important;
  }

  .box_ico_phone img {
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 767px) {
  .panel-top .contacts {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .panel-top {
    height: auto;
  }
  .panel-top .contacts {
    height: auto;
  }
  /*.panel-top .contacts .phone {width:auto; position:absolute; right:5px; top:10px; float:right; left:auto;}*/
  .panel-top .contacts .phone a {
    font-size: 14px;
    border-left: none;
    width: 100%;
    margin-bottom: 5px;
    display: block;
    padding: 0px;
  }
  /*.panel-top .contacts .emailto {width:auto; position:absolute; right:5px; top:50px; float:right; left:auto;}*/
  /*.panel-top .contacts .social {width:auto; position:absolute; right:5px; top:90px; float:right; left:auto;}*/
  .prikh_lk {
    float: none;
    /*margin: 5px auto;*/
  }
  .panel-top .contacts .emailto {
    border: none;
  }
  .panel-top .contacts .social {
    border-left: none;
  }
}

.panel-top .contacts a:focus,
.panel-top .contacts a:hover {
  text-decoration: none;
  color: #fff;
}

.s-text-container {
  padding-left: 465px;
  padding-left: 50%;
  height: 100%;
}

.s-text {
  padding: 30px;
}

.s-title,
.s-desc {
  padding-bottom: 15px;
}

.s-name {
  text-transform: uppercase;
  font-family: 'Clear Sans Bold';
  font-size: 20px;
  color: white;
  text-decoration: none;
}
.s-name:hover {
  color: white;
  text-decoration: underline;
}

@media (max-width: 1080px) {
  .panel-top {
    margin-left: 0px;
    height: 150px;
  }
  .logo {
    height: 0px;
  }
  .panel-top .contacts .phone {
    margin-left: 120px;
    margin-top: 10px !important;
  }
  .phone_call {
    margin-left: -264px;
  }
  .panel-top .contacts .emailto {
    /*padding-left: 140px;*/
  }
  .panel-top .contacts .emailto {
    /*margin-top: -25px !important;*/
  }
  .btn_header {
    /*margin-left: 275px !important;*/
  }

  .our-groups .our-groups-box {
    height: 422px !important;
  }
}

@media (max-width: 518px) {
  body > div.main > h2:nth-child(4) {
    margin-bottom: 70px;
  }
  body > div.main > h2:nth-child(6),
  body > h2 {
    margin-bottom: 70px;
  }
  .panel-top {
    height: 360px;
  }
  .phone_call {
    margin-left: 0px;
  }
  .panel-top .contacts .emailto {
    /*padding-left: 0px;*/
    width: 100% !important;
    display: flex !important;
  }
  .btn_header {
    /*margin-left: 100px !important;
		margin-bottom: 20px;*/
  }
  .prikh_lk {
    margin-top: 10px;
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .s-name {
    text-decoration: underline;
  }
  .s-name:hover {
    text-decoration: none;
  }
  .slide_item .slide_text {
    text-align: center;
    font-size: 20px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.s-title {
  text-transform: uppercase;
  font-family: 'Clear Sans Bold';
  font-size: 14px;
}

.s-name + .s-desc {
  font-size: 18px;
  line-height: 22px;
}

.s-desc {
  font-size: 14px;
  line-height: 20px;
}

.button-call-form {
  color: #fff !important;
  font-size: 18px !important;
  background: #2d2d2d url(../images/icon-button-plus.png) 214px center no-repeat;
  background-size: 30px 30px;
  padding-left: 15px !important;
  height: 44px;
  display: block;
  border-radius: 3px;
  line-height: 44px !important;
  margin-top: 20px !important;
  width: 255px;
  transition: all 0.25s;
}
.btn_header {
  margin-top: 15px !important;
  width: 125px;
  text-align: center;
  padding-left: 0px !important;
}

.button-call-form:focus,
.button-call-form:hover {
  text-decoration: none;
  background-color: #000;
}

.button-call-form.green {
  background-color: #72b300;
  display: block;
  /*margin-left: 53%;*/
  margin: auto;
}

.button-call-form.green:focus,
.button-call-form.green:hover {
  background-color: #528100;
}

.button-call-form.green2 {
  background-color: #86d201;
  float: right;
}

.button-call-form.green2:focus,
.button-call-form.green2:hover {
  background-color: #528100;
}

.rev_slider_wrapper .tparrows {
  width: 38px;
  height: 38px;
  background-color: #282828;
  background-image: none;
}

/*.rev_slider_wrapper .tp-leftarrow
{
	left: 0px !important;
}

.rev_slider_wrapper  .tp-rightarrow
{
	right: 0px !important;
	}*/

.rev_slider_wrapper .tp-leftarrow:before {
  content: '\f104';
  color: #fff;
  font-size: 38px;
  font-family: 'FontAwesome';
  line-height: 35px;
  text-align: center;
  display: block;
  width: 32px;
}

.rev_slider_wrapper .tp-rightarrow:before {
  content: '\f105';
  color: #fff;
  font-size: 38px;
  font-family: 'FontAwesome';
  line-height: 35px;
  text-align: center;
  display: block;
  width: 44px;
}

.rev_slider_wrapper .s-text {
  background-color: rgba(45, 45, 45, 0.8);
  height: 475px;
}

.rev_slider_wrapper .s-text > div {
  white-space: normal;
  color: #fff;
}

/*.rev_slider_wrapper .s-name
{
	text-transform: uppercase;
	font-family: "Clear Sans Bold";
	font-size: 24px;
	}*/

/*.rev_slider_wrapper .s-title
{
	text-transform: uppercase;
	font-family: "Clear Sans Bold";
	font-size: 14px;
	}*/

/*.rev_slider_wrapper .s-name + .s-desc
{
	font-size: 18px;
	line-height: 22px;
	}*/

/*.rev_slider_wrapper .s-desc
{
	font-size: 14px;
	line-height: 20px;
	}*/

.rev_slider_wrapper .button-call-form {
  margin-top: 20px !important;
}

.rev_slider_wrapper .s-big-text {
  margin-top: -40px !important;
}

.rev_slider_wrapper .s-big-text > div:first-child {
  font-family: 'Gotham Pro Regular';
  /*font-size: 69px; /*!important;*/
  text-transform: uppercase;
  /*line-height: 60px; /*!important;*/
  color: #2d2d2d !important;
}

.rev_slider_wrapper .s-big-text > div:last-child {
  font-family: 'Gotham Pro Black';
  /*font-size: 71px; /*!important;*/
  text-transform: uppercase;
  /*line-height: 60px; /*!important;*/
  color: #2d2d2d !important;
}

.main {
  max-width: 1540px;
  background-color: #f1f1f1;
  min-height: 400px;
  margin: 0 auto;
  /*margin: 32px auto 0 auto; */
  overflow: hidden;
  padding-bottom: 50px;
}

.section-title {
  color: #72b300;
  border-bottom: 1px dashed #ccc;
  font-family: 'Clear Sans Bold';
  /*font-size: 24px;*/
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  height: 15px;
  /*line-height: 24px;*/
  line-height: 20px;
  /*max-width: 1110px;*/
  max-width: 932px;
  /*margin: 70px auto 70px auto;*/
  margin: 55px auto 25px auto;
}

.section-title > span {
  background-color: #f1f1f1;
  padding: 0px 20px;
  display: inline-block;
}
.price-box__wrap {
  max-width: 932px;
}
.section-content {
  /*max-width: 932px;*/
  max-width: 1140px;
  margin: 0 auto;
  font-size: 16px;
}
/*.addresses .section-title
{
	margin-bottom: 30px;
	}*/

/*#title1
{
	margin-top: 0;
	}*/
.our-groups,
.our-advantages,
.our-addresses,
.our-services,
.content-widht {
  margin: 0 auto;
  overflow: hidden;
  /*max-width: 1170px;*/
  max-width: 980px;
  /*padding: 0 15px;*/
  padding: 0 12px;
}
.content-widht {
  padding: 0 15px;
}
.our-addresses {
  margin-bottom: 50px;
}

.our-groups a {
  color: #fff;
}

.our-groups a:focus,
.our-groups a:hover {
  text-decoration: none;
}

.social-feedbacks {
  margin: 0 auto;
  /*max-width: 1110px;*/
  max-width: 932px;
}
.our-services-section {
  margin-left: 200px;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .our-services-section {
    margin-left: 0px;
  }
}

/*Effect-lilly*/

figure.effect-lily img {
  width: 345px;
  opacity: 0.7;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-40px, 0, 0);
}

figure.effect-lily figcaption {
  top: auto;
  bottom: 0;
  height: 50%;
}

figure.effect-lily h2,
figure.effect-lily .our-advantages-title {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
  font-family: 'Clear Sans Bold';
  font-size: 24px;
  text-align: left;
  color: white;
}

figure.effect-lily h2,
figure.effect-lily .our-advantages-title {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-lily h2,
figure.effect-lily .our-advantages-title {
  color: white;
  opacity: 1;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover .our-advantages-title {
  opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover .our-advantages-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

figure.effect-lily:hover .our-advantages-title {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  margin-top: -20px;
}

figure.effect-lily p {
  color: white;
  opacity: 0;
  width: 300px;
  text-transform: none !important;
  margin-left: 15px;
}

figure.effect-lily:hover p {
  opacity: 1;
}

.our-services-box figure figcaption {
  top: 50%;
  color: #fff;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.our-services-box figure figcaption::before,
.our-services-box figure figcaption::after {
  pointer-events: none;
}

.our-services-box figure figcaption {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  text-shadow: black 0px 0px 5px;
}

.our-services-box figure h2 {
  margin-top: 0px;
  margin-left: 20px;
}
.our-services-box figure .our-advantages-title {
  margin-top: 0px;
  margin-left: 20px;
}

/*Effect-lilly*/

/*
	.our-advantages-title {
		font-family: "Clear Sans Bold";
		font-size: 24px;
		text-align: left;
		padding-bottom: 10px;
	}

	.our-groups-box,
	.our-advantage-box,
	.our-addresses-box
	{
		margin: 0 0 10px 0;
		text-align: center;
	}

	.our-services-box,
	.our-advantages-icon
	{
		display: block;
		text-align: center;
		overflow: hidden;
		cursor: pointer;
	}
	.our-services-box img,
	.our-advantages-icon img{
		position: relative;
		display: block;
		opacity: 0.8;
		margin: 0 auto;
		width: 300px;
		height: 250px;
	}

	.our-services-box img,
	.our-advantages-icon img {
		max-width: none;
		opacity: 0.7;
		-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
		transition: opacity 0.35s, transform 0.35s;
		-webkit-transform: translate3d(-40px,0, 0);
		transform: translate3d(-40px,0,0);
	}
	.our-services-box:hover img,
	.our-advantages-icon:hover img {
		opacity: 1;
	}
	.our-services-box:hover img,
	.our-advantages-icon:hover img {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
	}
	
	.our-services-title,
	.our-advantages-title {
		-webkit-transform: translate3d(0,120px,0);
		transform: translate3d(0,120px,0);
		z-index: -999;
		opacity: 0;
	}

	.our-services-title,
	.our-advantages-title {
		-webkit-transition: -webkit-transform 0.35s;
		transition: transform 0.35s;
	}

	.our-services-box:hover .our-services-title,
	.our-advantages-box:hover .our-advantages-title,
	.our-advantages-box:hover .our-services-title {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		z-index: 99;
		opacity: 1;
	}
	*/
.plashka {
  position: initial;
  left: 60%;
  top: 0;
  padding: 0 10px;
  color: #fff;
  font: 13px/20px 'Clear Sans Regular', sans-serif;
  border-radius: 3px;
  transform: translate(-50%, 0);
}
.our-groups-box > div {
  margin: 0 auto;
  /*max-width: 255px;
	max-width: 215px;*/
  text-align: center;
}

.our-groups-box img {
  width: 100%;
  border-radius: 5px;
}

.our-groups-title {
  font-family: 'Clear Sans Bold';
  font-size: 20px !important;
  font-size: 15px;
  padding: 5px;
  color: white;
  padding-left: 10px;
}

.our-groups-description {
  padding: 10px;
  font-size: 14px;
  color: white;
}

.our-advantages-icon {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.our-advantages-icon-layer {
  position: absolute;
  width: 120px;
  height: 120px;
  z-index: 99;
}

.our-advantages-box {
  cursor: pointer;
}

.our-advantages-box .light {
  opacity: 0;
  transition: opacity 0.5s;
}

.our-advantages-box .dark {
  opacity: 1;
  transition: opacity 0.5s;
}

.our-advantages-box:hover .light {
  opacity: 1;
}

.our-advantages-box:hover .dark {
  opacity: 0;
}

.our-advantages-title {
  /*font-size: 18px;*/
  font-size: 24px;
  text-align: center;
}

.our-advantages-hint-square {
  width: 30px;
  height: 30px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #d4d4d4;
  margin: 0 auto;
}

.our-advantages-hint {
  /*position: absolute;*/
  background-color: #d4d4d4;
  padding: 20px 16px;
  margin-top: -15px;
  /*z-index: 100;*/
  max-width: 255px;
}

.our-advantages-hint-container {
  opacity: 0;
  transition: opacity 0.5s;
  position: absolute;
  z-index: 100;
  display: none;
}

/*.our-advantages-box:hover .our-advantages-hint-container
{
	opacity: 1;
	cursor: pointer;*/
/*display: block;
	}*/

/*.our-advantages-box.active .our-advantages-hint-container
{
	display: block;
}

.our-advantages-box.active .our-advantages-hint-container.active
{
	opacity: 1;
	}*/

.button-trainer-detail {
  border: 1px solid #72b300;
  border-radius: 3px;
  display: block;
  line-height: 38px;
  height: 43px;
  text-align: center;
  width: 266px;
  font-size: 18px;
  color: #d4d4d4 !important;
  margin-top: 5px;
}

.button-trainer-detail:focus,
.button-trainer-detail:hover {
  text-decoration: none;
  color: #fff !important;
}

.our-addresses > div,
.our-services > div {
  overflow: hidden;
}

.our-services-box h2 {
  border-bottom: none;
}

@media (max-width: 1100px) {
  .effect-lily {
    text-align: center;
  }
  .our-advantages-title {
    text-align: center !important;
  }
  .our-services-box figure h2 {
    text-align: center !important;
  }
  figure.effect-lily p {
    margin: 0 auto;
  }
}

.our-addresses-box.full > div:first-child {
  max-height: 63px;
  margin-bottom: 15px;
}

.our-addresses-box.full > div {
  overflow: hidden;
  margin-bottom: 30px;
}

.our-addresses-box.full > div > div {
  float: left;
}

.our-addresses-box.full > div > p {
  display: none;
}

.butt-adr .button-call-form.green.open-popup-link.btn_header.header-extform {
  margin: 0;
}

.our-addresses-box.full .our-addresses-title-full {
  color: #aaa;
  font-size: 15px;
  text-align: left;
}

.our-addresses-box.full .our-addresses-full {
  font-family: 'Clear Sans Bold';
  font-size: 15px;
  text-align: left;
  max-width: 242px;
  padding-left: 46px;
}

.our-addresses-box.full .our-addresses-phones {
  font-family: 'Clear Sans Bold';
  font-size: 15px;
  max-width: 184px;
  text-align: left;
  padding-left: 22px;
  padding-right: 0;
}

.our-addresses-icon {
  /*width: 120px;*/
  width: 62px;
  /*height: 120px;*/
  height: 77px;
  margin: 0 auto 20px auto;
  background-size: contain !important;
}

.our-addresses-title-container {
  margin: 0 auto;
  /*width: 160px;*/
  width: 130px;
  /*	transition: all 0.25;*/
}

.our-addresses-title:hover {
  color: #f1f1f1;
}

.our-addresses-title:hover.detail-tagansko-krasnopresnenskaja-linija {
  background-color: #f30d69;
}

.our-addresses-title:hover.detail-serpuhovsko-timirjazevskaja-linija {
  background-color: #7f7f7f;
}

.our-addresses-title:hover.detail-ljublinsko-dmitrovskaja-linija {
  background-color: #91c23b;
}

.our-addresses-title:hover.detail-zamoskvoreckaja-linija {
  background-color: #359c28;
}

.our-addresses-title:hover.detail-gorod {
  background-color: #3a3a3a;
}

.our-addresses-title:hover.detail-arbatskaya-linija {
  background-color: #645a4e;
}

.our-addresses-title:hover.detail-electrozavodskaya {
  background-color: #0051a3;
}

.our-addresses-title:hover.detail-kalujzhskaya {
  background-color: #fab449;
}

/*.our-addresses-title-container:hover.detail-gorod .our-addresses-title
{
	color: #fff;
	}*/

.our-addresses-title {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  /*width: 160px;*/
  width: 135px;
  height: 58px;
  border-radius: 3px;
  font-family: 'Clear Sans Bold';
  font-size: 18px;
  color: #2d2d2d;
  padding: 6px 8px;
  line-height: 22px;
  transition: all 0.25s;
}

.our-addresses-title.detail-tagansko-krasnopresnenskaja-linija {
  border: 1px solid #f30d69;
}

.our-addresses-title.detail-serpuhovsko-timirjazevskaja-linija {
  border: 1px solid #7f7f7f;
}

.our-addresses-title.detail-ljublinsko-dmitrovskaja-linija {
  border: 1px solid #91c23b;
}

.our-addresses-title.detail-zamoskvoreckaja-linija {
  border: 1px solid #359c28;
}

.our-addresses-title.detail-gorod {
  border: 1px solid #3a3a3a;
}

.our-addresses-title.detail-arbatskaya-linija {
  border: 1px solid #645a4e;
}

.our-addresses-title.detail-electrozavodskaya {
  border: 1px solid #0051a3;
}

.our-addresses-title.detail-kalujzhskaya {
  border: 1px solid #fab449;
}

.our-addresses-popup-container {
  width: 100%;
  /*background-color: rgba(0, 0, 0, 0.5);*/
  padding-top: 40px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.our-addresses-popup-container button {
  color: #fff !important;
  text-align: right;
}

.our-services-title {
  font-family: 'Clear Sans Bold';
  font-size: 24px;
  text-align: left;
  padding-bottom: 10px;
}

.our-services-excerpt,
.our-services-full {
  font-size: 14px;
  text-align: left;
  padding-bottom: 20px;
}
.our-services-excerpt a {
  color: #72b300;
}
.our-services-more-link {
  color: #72b300;
  font-size: 16px;
  text-decoration: underline;
  text-align: left;
  cursor: pointer;
  display: none;
}

.price {
  max-width: 1140px;
  margin: 0 auto;
}

.price td,
.price th {
  width: 190px;
  height: 50px;
  text-align: center;
  vertical-align: middle;
}

.price td {
  padding: 5px 5px;
}

.price th {
  font-family: 'Clear Sans Bold';
  font-size: 16px;
}

.price th:nth-child(2n + 1) {
  background-color: #d4d4d4;
}

.price th:nth-child(2n) {
  background-color: #e4e4e4;
}

.price tr:nth-child(2n + 1) td:nth-child(2n + 1) {
  background-color: #d4d4d4;
}

.price tr:nth-child(2n + 1) td:nth-child(2n) {
  background-color: #e4e4e4;
}

.price tr:nth-child(2n) td:nth-child(2n + 1) {
  background-color: #e0e0e0;
}

.price tr:nth-child(2n) td:nth-child(2n) {
  background-color: #e9e9e9;
}

.price td[colspan='6'] {
  background-color: #f1f1f1 !important;
}
* .price td[colspan='6'] > .price td[colspan='6'] >,
.price td[colspan='7'] > * {
  /*background-color: #f1f1f1;*/
  font-size: 18px;
  padding: 0 20px;
}
 {
  padding: 0 20px;
  font-size: 24px;
  background-color: #f1f1f1;
}

.price .line-tagansko-krasnopresnenskaja-linija {
  background: #2d2d2d
    url(../images/icon-price-line-tagansko-krasnopresnenskaja-linija.png) center
    no-repeat;
}


.price .line-tagansko-krasnopresnenskaja-linija2 {
  background: #2d2d2d
    url(../images/icon-price-line-tagansko-krasnopresnenskaja-linija2.png) center
    no-repeat;
}

.price .line-serpuhovsko-timirjazevskaja-linija {
  background: #2d2d2d
    url(../images/icon-price-line-serpuhovsko-timirjazevskaja-linija.png) center
    no-repeat;
}

.price .line-ljublinsko-dmitrovskaja-linija {
  background: #2d2d2d
    url(../images/icon-price-line-ljublinsko-dmitrovskaja-linija.png) center
    no-repeat;
}
.price .line-blue-linija {
  background: #2d2d2d url(../images/blue.png) center no-repeat;
}

.price .line-orange-linija {
  background: #2d2d2d url(../images/orange.png) center no-repeat;
}

.price .line-zamoskvoreckaja-linija {
  background: #2d2d2d url(../images/icon-price-line-zamoskvoreckaja-linija.png)
    center no-repeat;
}

.page-content {
  max-width: 1110px;
  margin: 0 auto 50px auto;
  padding-bottom: 50px;
  border-bottom: 1px dashed #ccc;
}

.teacher {
  max-width: 1140px;
  margin: 50px auto;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  padding-bottom: 20px;
}

.teacher .button-call-form {
  /*position: absolute;*/
  position: relative;
  top: -10px;
  right: 0px;
}

.teacher .text {
  margin-top: -3px;
}

.teacher .text > div {
  white-space: normal;
  color: #2d2d2d;
}

.teacher .photo {
  padding-bottom: 30px;
}

.call-form-popup-container {
  max-width: 320px;
}

/*.wpcf7-form.horizont*/
.wpcf7-form {
  /*max-width: 1170px;*/
  max-width: 980px;
  background-color: #d4d4d4;
  margin: 0px auto;
  border-radius: 3px;
  overflow: hidden;
  padding: 40px 15px 4px 15px;
  /*height: 124px;*/
}

.wpcf7-form .title {
  display: none;
}

.wpcf7-form.vertical.popup {
  max-width: 320px;
}

.wpcf7-form.vertical.popup .title {
  display: block;
  padding-bottom: 35px;
  font-size: 20px;
  font-weight: bold;
  color: #4d4d4d;
  min-height: 92px;
}

/*.wpcf7-form.horizont > div*/
.wpcf7-form > div {
  text-align: center;
}

.wpcf7-form.vertical.popup > div {
  width: 100%;
}

/*.wpcf7-form.horizont input*/
.wpcf7-form input {
  outline: 0;
  border: 0;
  border-radius: 3px;
  height: 44px;
  /*max-width: 255px;*/
  max-width: 215px;
  padding-left: 36px;
  margin-bottom: 20px;
}

/*.wpcf7-form.horizont input[type="submit"]*/
.wpcf7-form input[type='submit'] {
  width: 100%;
  color: #fff;
  /*font-size: 18px;*/
  font-size: 15px;
  /*background: #72b300 url(../images/icon-button-plus.png) calc(100% - 12px) center no-repeat;*/
  background: #72b300 url(../images/icon-button-plus.png) calc(100% - 4px)
    center no-repeat;
  /*background-size: 30px 30px;*/
  background-size: 20px 20px;
  /*padding-left: 15px;*/
  padding-left: 12px;
  height: 44px;
  text-align: left;
  transition: all 0.25s;
}

.wpcf7-form input[type='submit']:focus,
.wpcf7-form input[type='submit']:hover {
  background-color: #528100;
}

/*.wpcf7-form.horizont input[name="your-name"]*/
.wpcf7-form input[name='your-name'] {
  background: #fff url(../images/icon-input-circled-user-male.png) left center
    no-repeat;
}

/*.wpcf7-form.horizont input[name="your-phone"]*/
.wpcf7-form input[name='your-phone'] {
  background: #fff url(../images/icon-input-touchscreen-smartphone.png) left
    center no-repeat;
}

/*.wpcf7-form.horizont input[name="your-email"]*/
.wpcf7-form input[name='your-email'] {
  background: #fff url(../images/icon-input-message.png) left center no-repeat;
}

.wpcf7-response-output {
  background-color: rgba(255, 255, 255, 0.7);
  margin: -35px auto !important;
  max-width: 1110px;
  border-radius: 3px;
}

.wpcf7-form.vertical.popup .wpcf7-response-output {
  display: block;
  background-color: #eee;
  max-height: 100px;
  position: absolute;
  /*margin-top: -15px !important;*/
  top: 60px;
  width: 290px;
  overflow: hidden;
  padding: 10px;
  padding: 0;
}

.wpcf7-validation-errors {
  border: 1px solid red !important;
  border-radius: 3px;
}

.wpcf7-mail-sent-ok {
  border: 1px solid #72b300 !important;
}

.wpcf7-form.vertical.popup .wpcf7-validation-errors,
.wpcf7-form.vertical.popup .wpcf7-mail-sent-ok {
  padding: 10px;
  min-height: 86px;
}

.wpcf7-form.vertical.popup .wpcf7-not-valid-tip {
  text-align: left;
  margin-top: -15px;
  margin-bottom: 10px;
}

.wpcf7 img.ajax-loader {
  display: block;
}

.panel-bottom-container {
  box-shadow: 0 8px 8px #000;
  margin-bottom: 20px;
  background-color: #2d2d2d;
}

.panel-bottom {
  max-width: 1110px;
  overflow: hidden;
  margin: 0 auto;
}

.panel-bottom .logo {
  width: 195px;
}

.panel-bottom > div {
  float: left;
  padding-top: 20px;
  min-height: 137px;
}

.footer-info {
  width: calc(100% - 200px);
  overflow: hidden;
  padding-bottom: 40px;
}

.footer-info a {
  color: #a9a9a9;
}

.footer-info a.map {
  text-decoration: underline;
}

.footer-info a:focus,
.footer-info a:hover {
  color: #fff;
}

.footer-info a:focus:not(.map),
.footer-info a:hover:not(.map) {
  text-decoration: none;
}

.footer-info > div > div {
  border-right: 1px solid #4f4f4f;
  padding: 0 20px;
  height: 34px;
  float: left;
  margin-top: 24px;
  color: #a9a9a9;
  /*width: 200px;*/
}

.footer-info > div > div:last-child {
  border: 0;
  float: right;
}

/* Style cross-browser Swing with greyscale effect */

@keyframes swing {
  15% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  30% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  65% {
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
  }
  80% {
    -webkit-transform: translateX(2px);
    transform: translateX(2px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.fireseo a {
  display: inline-block;
  background: url('../images/fireseo-logo-footer-grey.png') 0 0 no-repeat;
  width: 62px;
  height: 21px;
  background-size: contain;
  margin-left: 2px;
}

.fireseo a {
  -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  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+, Firefox on Android */
  filter: gray; /* IE6-9 */
  filter: grayscale(100%);
  transition: all 0.25s;
}

.fireseo span:hover a {
  -webkit-filter: grayscale(0%);
  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");
  filter: grayscale(0%);

  -webkit-animation: swing 1s ease;
  animation: swing 1s ease;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  transition: all 0.25s;
}

.flex-direction-nav a {
  cursor: pointer !important;
  background: #000 !important;
  background: rgba(0, 0, 0, 0.5) !important;
  width: 40px !important;
  height: 40px !important;
  position: absolute !important;
  display: block !important;
  z-index: 1000 !important;
}

.flex-direction-nav li a:before {
  color: #fff !important;
  font-size: 38px !important;
  font-family: 'FontAwesome' !important;
  line-height: 35px !important;
  text-align: center !important;
  display: block !important;
  text-indent: 0;
}

.flex-direction-nav li:first-child a:before {
  content: '\f104' !important;
  width: 32px !important;
}

.flex-direction-nav li:last-child a:before {
  content: '\f105' !important;
  width: 44px !important;
}

.s-text {
  background-color: rgba(0, 0, 0, 0.6);
  height: 100%;
}

.flex-direction-nav .flex-prev {
  left: 0 !important;
  opacity: 1 !important;
  background-color: #282828 !important;
}

.flex-direction-nav .flex-next {
  right: 0 !important;
  opacity: 1 !important;
  background-color: #282828 !important;
}

.metaslider .caption-wrap {
  background: none !important;

  opacity: 1 !important;
  top: 0;
}

.metaslider .caption {
  height: 100%;
  padding: 0 !important;
}
.table_price {
  width: 100%;
  margin-bottom: 15px;
}
.table_price th {
  font-weight: bold;
  text-align: center;
  width: 33%;
  border: 1px solid #ffffff;
  padding: 5px;
  background-color: #c0c0c0;
}
.table_price td {
  width: 33%;
  text-align: center;
  border: 1px solid #ffffff;
  padding: 5px;
}
.zap_zan {
  width: 300px;
  color: #fff;
  /* font-size: 18px; */
  font-size: 15px;
  /* background: #72b300 url(../images/icon-button-plus.png) calc(100% - 12px) center no-repeat; */
  background: #72b300 url(../images/icon-button-plus.png) calc(100% - 10px)
    center no-repeat;
  /* background-size: 30px 30px; */
  background-size: 20px 20px;
  /* padding-left: 15px; */
  padding-left: 12px;
  text-align: center;
  transition: all 0.25s;
  margin-bottom: 15px;
  padding: 7px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.zap_zan a {
  color: #fff;
  /* font-size: 18px; */
  font-size: 18px;
  text-align: center;
}

.block_o_nas {
}
.block_o_nas_left,
.block_o_nas_right {
  display: inline-block;
  vertical-align: top;
  width: 47%;
}
@media (max-width: 600px) {
  .block_o_nas_left,
  .block_o_nas_right {
    width: 98%;
  }
}

div.wpcf7 {
  margin-bottom: 15px;
}

.table_video {
  width: 100%;
  margin-bottom: 15px;
  background-color: #ffffff;
}
.table_video td {
  width: 25%;
  padding: 5px;
  border: 1px solid #72b300;
  text-align: center;
}

figure.gallery-item {
  width: 150px;
  display: inline-block;
  margin-right: 25px;
  margin-bottom: 25px;
}
#gallery-1 {
  text-align: center;
}

.act_pages {
  color: #f00000;
  font-size: 1.2em;
  font-weight: bold;
}
.clear {
  float: none;
  clear: both;
}

.header-menu {
  padding: 0;
  margin: 0;
  background-color: #fff;
  position: absolute;
  top: 90px;
  left: 0;
  width: 100%;
  z-index: 99999999999;
}
#menu-glavnoe-menyu {
  width: 100%;
  padding: 0;
  text-align: center;
}
.dropdown-toggle {
  display: none;
}
.main-navigation ul li {
  position: relative;
  float: none;
  display: inline-block;
}
.main-navigation ul ul {
  display: none;
  position: absolute;
  left: 0;
  top: 57px;
  background: #fff;
  width: 230px;
  z-index: 1;
}
.main-navigation ul li:hover ul {
  display: block;
  text-align: left;
}
.main-navigation ul ul li {
  padding: 0 5px;
  display: block !important;
  margin: 0;
  float: none;
}
.main-navigation ul ul li a {
  border-bottom: 1px dotted #e4e3e3;
  padding: 0;
  display: block;
  float: none;
  width: 100% !important;
  margin: 0;
}
.main-navigation ul ul li a:hover {
  border-bottom: 1px dotted #e4e3e3;
}
.main-navigation ul ul li:last-child a:hover,
.main-navigation ul ul li:last-child a {
  border: 0;
}
.container.bread {
  width: 1140px;
}

#breadcrumbs {
  padding: 15px 0 0 0px;
  font-size: 14px;
  display: block;
  margin: 0;
}
#breadcrumbs a {
  color: #72b300;
}
.header-menu .col-sm-12 {
  min-height: 0;
}
/*.........................*/
.our-addr {
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
}
.our-addr .our-addresses-box.full .our-addresses-full {
  max-width: 265px;
}
.our-addr .our-addresses-title {
  line-height: 15px;
  padding: 6px;
}
.our-addr .our-addresses-section {
  display: flex;
  background: #ddd;
  padding: 0 10px;
  justify-content: space-between;
  width: 50%;
  height: 160px;
}
div#a8,
div#a6 {
  height: 215px;
}
.img-adr {
  width: 275px;
  height: 160px;
}
.img-adr img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.wrap-another {
  width: 17%;
}
.butt-adr {
  margin-top: 25px;
}
.butt-adr .button-call-form.green {
  background-color: #72b300;
  display: block;
  margin-left: 53%;
  margin: auto;
  margin-right: 0;
}
.div-razd {
  margin-bottom: 60px;
}
#toTop {
  width: 100px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px; /* отступ кнопки от нижнего края страницы*/
  left: 10px;
  cursor: pointer;
  display: none;
  color: #333;
  font-family: verdana;
  font-size: 11px;
}

/*.............................*/

@media screen and (max-width: 1140px) {
  .container.bread {
    width: 100%;
  }
  #breadcrumbs {
    padding: 15px 0 0 5px;
  }
}

.forms-1 .wpcf7-form {
  /*max-width: 1170px;*/
  max-width: 980px;
  /*background-color: #72b300;*/
  margin: 60px auto;
  border-radius: 3px;
  overflow: hidden;
  padding: 5px 15px 4px 15px;
  /*height: 124px;*/
}

.forms-1.rose .wpcf7-form {
  background-color: #00aff2;
  margin-top: 50px;
}

.forms-1 .wpcf7-form .title {
  font-size: 22px;
  text-transform: uppercase;
  color: #000;
  padding: 10px 0 20px 0;
  display: block;
}

.forms-1 .wpcf7-form .title span {
  text-transform: none;
}

.forms-1.rose .wpcf7-form .title span {
  text-transform: uppercase;
}

/*.wpcf7-form.horizont input*/
.forms-1 .wpcf7-form input {
  outline: 0;
  border: 0;
  border-radius: 3px;
  height: 44px;
  /*max-width: 255px;*/
  max-width: 255px;
  padding-left: 36px;
  margin-bottom: 20px;
}

/*.wpcf7-form.horizont input[type="submit"]*/
.forms-1 .wpcf7-form input[type='submit'] {
  width: 100%;
  color: #fff;
  /*font-size: 18px;*/
  font-size: 15px;
  /*background: #72b300 url(../images/icon-button-plus.png) calc(100% - 12px) center no-repeat;*/
  background: #72b300 url(../images/icon-button-plus.png) calc(100% - 4px)
    center no-repeat;
  /*background-size: 30px 30px;*/
  background-size: 20px 20px;
  /*padding-left: 15px;*/
  padding-left: 12px;
  height: 44px;
  text-align: left;
  transition: all 0.25s;
  border: 1px solid #fff;
}

.forms-1.rose .wpcf7-form input[type='submit'] {
  width: 100%;
  color: #fff;
  /*font-size: 18px;*/
  font-size: 15px;
  /*background: #f78149 url(../images/icon-button-plus.png) calc(100% - 12px) center no-repeat;*/
  background: #00aff2 url(../images/icon-button-plus.png) calc(100% - 4px)
    center no-repeat;
  /*background-size: 30px 30px;*/
  background-size: 20px 20px;
  /*padding-left: 15px;*/
  padding-left: 12px;
  height: 44px;
  text-align: left;
  transition: all 0.25s;
  border: 1px solid #fff;
}

.ank-usl {
  text-align: center;
}

.ank-usl a {
  color: #fff;
  font-size: 16px;
  background-color: #72b300;
  display: block;
  width: 200px;
  border: 1px solid #929292;
  border-radius: 10px;
  margin: 0 auto;
  padding: 3px;
}

h1 {
  text-align: center !important;
  font-family: ClearSans, sans-serif;
  font-weight: bold;
  font-size: 28px;
  color: #333333;
}
h2 {
  font-family: ClearSans, sans-serif;
  font-weight: bold;
  color: #72b300;
  border-bottom: 1px dashed #ccc;
  /*height: 20px;*/
  height: auto;
  width: 932px;
  margin: 0 auto 25px auto;
  text-align: center;
}
h2 span {
  background: #f1f1f1;
  padding: 0px 20px;
  display: inline-block;
}

.desc-logo {
  color: #fff;
}

#rev_slider_1_1 > div.tp-leftarrow.tparrows.noSwipe {
  display: none !important;
}

#rev_slider_1_1 > div.tp-rightarrow.tparrows.noSwipe {
  display: none !important;
}

.our-groups {
  margin-bottom: 20px;
  padding: 10px;
}
.fw-partners {
  max-width: 980px;
}
.our-groups-caption {
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  right: 0;
  /* height: 57px;
    width: 450px;*/
  height: 100%;
  width: 50%;
}
.our-groups-box {
  height: 300px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  cursor: pointer !important;
  margin: 0 10px !important;
  max-width: 450px;
}

.our-groups-box_2 {
  height: 300px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  cursor: pointer !important;
  margin: 0 10px !important;
  max-width: 436px;
}
.su-carousel-slide-title {
  display: none !important;
}

.prikh_slide img {
  padding: 3px;
  border: 1px solid #ccc;
  background: #fff;
  width: 229.5px;
  height: 162px;
  float: left;
  margin-right: 5px;
  border-radius: 5px;
  margin-left: 3px;
}
.prikh_slider {
  box-shadow: none !important;
}
.prikh_partners .bx-wrapper {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

.taj {
  text-align: justify;
}

.tac {
  text-align: center;
}

.listss {
  text-align: justify;
}

.otst {
  margin-top: 30px;
}

img.prikh_line1 {
  /*position: absolute; top: 25px; height: 43px;
				width: 3px; left: 700px;*/
  height: 45px;
  margin-top: 20px;
  margin-right: 8px;
}
img.prikh_line2 {
  /*position: absolute; top: 25px; height: 43px;
				left: 948px;*/
  height: 45px;
  margin-top: 14px;
  margin-left: 20px;
}
img.prikh_line3 {
  /*position: absolute; top: 25px; height: 43px;
				left: 1089px;*/
  height: 45px;
  margin-top: 14px;
  margin-right: 10px;
}
img.prikh_line4 {
  /*position: absolute; top: 25px; height: 43px;*/
  display: none;
}
img.prikh_line {
  position: absolute;
  top: 25px;
  height: 43px;
}
.prikh_flex {
  display: flex;
  justify-content: center;
}
img.prikh_line,
img.prikh_line1,
img.prikh_line2,
img.prikh_line3,
img.prikh_line4 {
  /*display: none;*/
}
@media (max-width: 1199px) {
  img.prikh_line,
  img.prikh_line1,
  img.prikh_line2,
  img.prikh_line3,
  img.prikh_line4 {
    display: none;
  }
  h2,
  .green-title {
    width: auto !important;
  }
  .prikh_flex {
    display: block;
  }
}
.f-made {
  display: none;
}
.exform_wrapper .exform_addmsg {
  font-size: 11px !important;
  color: #6e6e6e;
}
.exform_wrapper input[type='text'] {
  font-family: Clear Sans, sans-serif !important;
  font-size: 15px !important;
  color: #d4d4d4 !important;
}
.exform_wrapper .mf_submit .send_btn {
  font-size: 15px !important;
  font-family: Clear Sans, sans-serif !important;
  text-transform: uppercase !important;
}
.prikh_main .our-groups-box {
  height: 340px !important;
}
.prikh_main .our-groups-caption {
  width: 100%;
  height: 83px;
  bottom: 0;
}
.prikh_main .our-groups-title {
  font-size: 15px !important;
  text-align: center;
  font-family: Clear Sans, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
}
.prikh_main .our-groups-description {
  display: none;
}
.prikh_main .our-groups-caption:hover > .our-groups-description {
  display: block;
}
.prikh_main .our-groups-box:hover > .our-groups-caption {
  height: 100%;
}
.prikh_main__item .prikh_rocket {
  margin: 0 auto;
  width: 37px;
  display: block;
  height: 37px;
}
@media (max-width: 769px) {
  .prikh_main .our-groups-box {
    margin: 0 auto 15px auto !important;
  }
  .prikh_main .our-groups-caption {
    width: 100% !important;
    height: auto;
  }
  .prikh_main .our-groups-description {
    display: block;
  }
  /*//////////////*/
  .our-addr {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    flex-wrap: wrap;
    padding: 0px 10px;
  }
  .our-addr .our-addresses-section {
    display: flex;
    background: #ddd;
    padding: 0 10px;
    justify-content: space-between;
    width: 70%;
    height: 205px;
  }
  .wrap-another {
    width: 100%;
  }

  .our-addresses-box.full .our-addresses-full {
    padding-left: 15px;
  }

  div#a8,
  div#a6 {
    height: 235px;
  }
}
.new-z {
  margin: 0 auto;
  overflow: hidden;
  /* max-width: 1170px; */
  max-width: 980px;
}
/*.ya-phone{
	display: flex;
 
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
}*/
body
  > div.panel-top-container
  > div.panel-top
  > div.contacts
  > div
  > div
  > div.phone
  > span
  > a.phone_call {
  /*padding-left: 39px;*/
}

.price-box {
  display: flex;
  justify-content: space-between;
}
.price-box__item {
  width: 30%;
}
.price-box__title {
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  background: #72b300;
  padding: 10px 0;
}
.price-box__cine {
  text-align: center;
  font-weight: bold;
  color: #72b300;
  font-size: 1.2em;
}
.price-box__btn {
  margin: 30px 0;
  text-align: center;
}
.price-box__btn a {
  display: inline-block;
  background: #72b300;
  color: #fff;
  font-size: 18px;
  border-radius: 3px;
  padding: 10px 15px;
  transition: all 0.25s;
}
.price-box__btn a:hover {
  background: #528100;
  text-decoration: none;
}
.price-box__info {
  padding: 0 10px;
}
.text-just {
  text-align: justify;
}
.text-center {
  text-align: center;
}
.map-box {
  margin-top: 40px;
}
.float-box {
  margin-bottom: 10px;
  display: inline-block;
}
.float-box img {
  float: left;
  margin-right: 20px;
}
.float-box:after {
  content: '';
  display: block;
  width: 100%;
  clear: both;
}
.price-table__wrap {
  margin: 20px 0 40px 0;
}
.video-box__wrap {
  margin-top: 40px;
}
.slide-943 > img {
  /*height: 398px!important;*/
}
.slide-180 > img {
  /*height: 398px!important;*/
}
.video-box__wrap .table_video td {
  border: none;
}
.green-clr {
  color: #339966;
}
p.green-title {
  font-family: ClearSans, sans-serif;
  font-weight: bold;
  font-size: 20px;
  color: #72b300;
  border-bottom: 1px dashed #ccc;
  height: 20px;
  width: 932px;
  margin: 0 auto 10px auto;
  text-align: center;
  text-transform: uppercase;
}

p.green-title span {
  background: #f1f1f1;
  padding: 0px 20px;
}

p.show-more-title {
  text-align: right;
  margin-top: 20px;
}

p.show-more-title a {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: ClearSans, sans-serif;
  color: #333;
}

p.nagradi-title {
  font-family: ClearSans, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 20px;
  color: #72b300;
  margin-top: 20px;
  text-align: center;
}

.image-slider {
  width: 845px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  margin-top: -30px;
}

.image-slider-list {
  list-style: none;
  width: 10000px;
  padding: 0px;
  position: relative;
}

.image-slider-list-item {
  display: block;
  width: 200px;
  float: left;
  margin-left: 15px;
}

.image-slider-list-item:first-child {
  margin-left: 0;
}

.image-slider-list-item a img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}

.img-sl {
  position: relative;
}

.click-right {
  margin-left: 10px;
}

.click-left,
.click-right {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  outline: 0;
}

.click-left {
  border-top: 0;
  border-right: 0;
  transform: rotate(45deg);
  left: 0;
}

.click-right {
  border-top: 0;
  border-left: 0;
  transform: rotate(-45deg);
  right: 0;
}

.nagradi {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.nagradi a img {
  width: 280px;
  max-width: 100%;
  height: 280px;
  max-height: 100%;
  object-fit: cover;
}

.preview-three {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.preview-three-item {
  width: 300px;
  height: 200px;
  position: relative;
}

.preview-three-item a img {
  width: 300px;
  max-width: 100%;
  height: 200px;
}

.preview-three-item-text {
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  background: #72b300;
  height: 55px;
}

.preview-three-item-text p {
  margin-top: 15px;
  margin-left: 10px;
  color: #fff;
}

.photo-album {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.photo-album a img {
  width: 180px;
  height: 180px;
  object-fit: cover;
}

.album-seven {
  justify-content: flex-start !important;
}

.album-seven a {
  margin-right: 5px;
}
@media (max-width: 425px) {
  h2 {
    height: auto;
  }
}

@media (max-width: 600px) {
  .prikh_slide img {
    float: none;
    margin: auto;
  }
  .metaslider .slides img {
    height: 200px !important;
    object-fit: cover !important;
  }
  #metaslider_11 {
    height: 200px !important;
  }
  .flex-viewport {
    height: 200px;
  }
  .exform_wrapper.callback_home_bottom {
    padding: 0px !important;
    width: 100% !important;
  }
  .box_phone {
    padding: 0px;
  }
  .forms-1 {
    overflow: hidden;
  }
  body
    > div.request_top
    > div
    > form
    > div.inpt_wrpr.container_int
    > div:nth-child(3)
    > div.mf_submit
    > input {
    margin-left: 0px !important;
  }
  html > body {
    overflow-x: hidden !important;
  }
  .price-box {
    flex-wrap: wrap;
    justify-content: center;
  }
  .price-box__item {
    width: 75%;
    min-width: 245px;
    padding: 0 10px;
    margin-bottom: 20px;
  }

  .image-slider {
    width: 200px !important;
  }

  .nagradi,
  .preview-three {
    justify-content: center !important;
  }

  .preview-three-item {
    margin-bottom: 20px;
  }

  .photo-album {
    justify-content: space-around !important;
  }

  .click-left {
    left: 30px;
  }

  .click-right {
    right: 30px;
  }

  p.show-more-title {
    text-align: center !important;
  }
}
@media (max-width: 420px) {
  .price-table__wrap {
    margin-top: 50px;
  }
}
.box_phone_number > p > .ya-phone {
  display: inline-block;
}
.video-ki {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.video-ki > div {
  width: 300px;
  height: 200px;
}
.smvs {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  color: #333 !important;
}
.blll {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blll > div > .our-groups-box {
  height: 267px !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  cursor: pointer !important;
  /* margin: 0px 10px !important; */
  max-width: 450px;
  display: block;
  width: 450px;
  max-width: 450px;
  padding: 0px;
}
.blll > div > .our-groups-box > img {
  width: 100%;
  object-fit: cover;
  border-radius: 0px;
}
.blll > div {
  width: 450px;
  max-width: 450px;
  margin-bottom: 15px;
}
.blll > div > a {
  /*display: inline-block;
    width: 450px;
    height: 57px;
    background-color: #2d2d2d;*/
  text-transform: uppercase;
  font-size: 20px;
  color: white;
  text-align: center;
  padding-top: 13px;
}
.naz-bl {
  display: inline-block;
  width: 100%;
  max-width: 450px;
  height: 57px;
  background-color: #2d2d2d;
  text-transform: uppercase;
  font-size: 20px;
  color: white !important;
  text-align: center;
}

@media (max-width: 460px) {
  .blll > div {
    width: 100%;
    height: 100%;
  }
  .naz-bl {
    max-width: 100%;
  }
  .mob-bl {
    height: 200px !important;
  }
  .ih-item.square.effect13 {
    max-width: 100%;
    height: 178px !important;
  }
  .ih-item.square.effect14 {
    max-width: 100%;
    height: 178px !important;
  }
  .ih-item.square {
    height: 100%;
  }
  .img-adr {
    width: 100%;
  }
  .our-addr .our-addresses-section {
    display: flex;
    background: #ddd;
    padding: 0 10px;
    justify-content: space-between;
    width: 100%;
    height: auto;
  }
  .exform_wrapper.callback_home_bottom_4 {
    width: 100% !important;
    max-width: 100% !important;
    font: 20px 'Roboto Condensed', sans-serif;
    color: #000;
    background: #d4d4d4;
    border: none;
    padding: 16px 31px 0;
    border-radius: 0;
  }
}

@media (min-width: 601px) and (max-width: 892px) {
  .image-slider {
    width: 430px !important;
  }

  .click-left {
    left: 30px;
  }

  .click-right {
    right: 30px;
  }
}

@media (min-width: 893px) and (max-width: 1220px) {
  .image-slider {
    width: 645px !important;
  }

  .click-left {
    left: 30px;
  }

  .click-right {
    right: 30px;
  }
}

/*еффект*/
.ih-item.square.effect13 {
  overflow: hidden;
  width: 100%;
  max-width: 450px;
  height: 267px;
}
.ih-item.square {
  position: relative;
  width: 316px;
  height: 216px;
  /*border: 8px solid #fff;*/
  /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);*/
}
.ih-item a {
  color: #333;
}
.ih-item.square.effect13 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item img {
  width: 100%;
  height: 100%;
}
.ih-item.square.effect13.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect13 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.ih-item.square.effect13 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  /*background: #111111;*/
  margin: 30px 0 0 0;
}
.ih-item.square.effect13 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}
.ih-item.square.effect13 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect13.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.ih-item.square.effect13 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.img-with-text {
  margin-bottom: 40px;
  max-width: 100%;
}
.txt-just {
  text-align: justify;
}
.fl-right {
  float: right;
  max-width: 250px;
  margin-right: 25px;
}
@media screen and (max-width: 767px) {
  .fl-right {
    float: inherit;
    margin: 0 auto;
    display: block;
  }
}

.fl-left {
  float: left;
  max-width: 250px;
  margin-right: 25px;
}

@media screen and (max-width: 767px) {
  .fl-left {
    float: inherit;
    margin: 0 auto;
    display: block;
  }
}

.main-navigation ul ul li ul.sub-menu {
  display: none !important;
  position: absolute;
  top: 0px;
  left: 100%;
  background: #fff;
  width: 230px;
  z-index: 1;
}
.main-navigation ul ul li:hover ul.sub-menu {
  display: block !important;
}
@media screen and (max-width: 500px) {
  .main-navigation ul ul li ul.sub-menu {
    display: none !important;
    position: unset;
    top: 0px;
    left: 0%;
    background: #fff;
    width: 100%;
    z-index: 1;
  }
  #menu-item-357,
  #menu-item-356 {
    position: relative;
  }
  #menu-item-357:after,
  #menu-item-356:after {
    position: absolute;
    top: 0;
    right: 0;
    content: '+';
  }
  .main-navigation ul ul li a {
    border-bottom: 1px dotted #e4e3e3;
    padding: 0;
    display: block;
    float: none;
    width: 50% !important;
    margin: 0px auto;
  }
}

@media (min-width: 1200px) {
  #phone-bigest {
    width: 55% !important;
  }

  #phone-small {
    width: 45% !important;
  }
}

.grodline {
  display: flex;
  justify-content: space-evenly;
}

.grod a {
  color: #72b300;
}

.mar-tb20 {
  margin: 20px 0;
}
@media screen and (max-width: 500px) {
  .fle {
    justify-content: center;
  }
}

.mainDiv21112019 img {
  width: 200px;
  height: 150px;
  margin-right: 15px;
}

.mainDiv21112019 > a:first-child > img:first-child {
  margin-left: 42px;
}

@media screen and (min-width: 720px) {
  .mainDiv21112019 {
    display: flex;
    flex-direction: row;
    width: 100%;
  }
}

@media screen and (max-width: 720px) {
  .mainDiv21112019 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
  }

  .mainDiv21112019 img {
    margin-left: 42px;
  }
}

.box_btn_sub.btn_ic.im_ic {
  margin-left: 186px !important;
}

.wrapper-bl {
  padding-top: 30px;
}

ul.list-t {
  list-style: disc;
}

/*   otzyv slider   */

.otzyv .bx-wrapper {
  padding: 20px 50px;
}

.otzyv_item .name {
  color: #718fb1;
}
.otzyv_item .text {
  text-align: justify;
}
.otzyv_item .date {
  color: #c6c6c6;
}

.h-auto {
  height: auto !important;
}

.wide-map {
  width: 120%;
  margin-left: -10%;
}
.center-img {
  display: block;
  width: 50%;
  margin: 20px auto;
}

@media (max-width: 650px) {
  .center-img {
    width: 100%;
  }
  .fle .fitscal,
  .fle .itemcall {
    width: 100%;
  }
}

a.readmore {
  display: block;
  margin: 25px auto 0;
  width: 255px;
  text-align: center;
  height: 45px;
  background-color: #72b300;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  transition: all 0.25s;
  border-radius: 3px;
  text-decoration: none;
}
a.readmore:hover {
  background-color: #528100;
  text-decoration: none;
}
.mid_txt {
  text-align: center;
  font-family: ClearSans, sans-serif;
  font-weight: bold;
  color: #72b300;
  margin-bottom: 30px;
}

.container.bread {
  padding-top: 60px;
}
body > div.main > div.section-content > div > h2:nth-child(10) {
  height: auto;
}

.col_b a {
  color: #fff;
}

.marked-li {
  list-style-type: disc;
}

@media (min-width: 1100px) {
  .my_slider {
    margin-top: 130px;
  }
}
@media (min-width: 1201px) {
  .my_slider {
    margin-top: 72px;
  }
}

.text-wrapper {
  margin-top: 50px;
}

.num-list {
  padding: 0;
  padding-left: 20px;
}
