.nobreak {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -o-column-break-inside: avoid;
  -ms-column-break-inside: avoid;
  display: table;
}

@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  src: url('../fonts/OpenSans-Light.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    src: url('../fonts/OpenSans-Regular.woff') format('woff');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    src: url('../fonts/OpenSans-Bold.woff') format('woff');
}

body {
  box-sizing: border-box;
  font-family: 'Lato', verdana,arial,helvetica,sans-serif;
  font-size: var(--body-l-font-size);
  line-height: var(--body-l-line-height);
  background-color: var(--color-bg);
  color: var(--color-main);
  width: 100%;
}
/* Headers
*******************************/
.header {
  width: 100%;
  border-bottom: 3px solid var(--color-main-red);
  min-height: 122px;
  background: var(--color-light);
}
.header_center {
  align-items: center;
  display: flex;
  flex-direction: row;
  margin: 0 auto;
  max-width: 984px;
  padding: 12px 0;
}
.header_logo {
  margin:5px 0 0 0;
}
.header_logo a img {
  max-width: 100%;
}
.nav {
  padding: 0;
  margin:25px 0 15px;
}
.nav li {
  list-style: none;
  float: left;
  padding: 0;
  font-size:16px;
  margin: 0 34px 0 0;
  border-bottom: 1px solid transparent;
  position: relative;
}

.nav li.last-corner{margin-right:0;}
.nav li a {
    font-size: var(--body-l-font-size);
	display: block;
	text-decoration: none;
    color:var(--color-dark);
}
.nav li.active {
  border-bottom: 1px solid var(--color-main-red);
}
.nav li:hover {
  border-bottom: 1px solid var(--color-main-red);
}
.nav li:hover .nav_second {
  display: block;
}
.nav_second {
  list-style: none;
  padding: 26px 0 0 0;
  margin: 0;
  display: none;
  position: absolute;
  left: 0;
  z-index: 2;
}
.nav_second li:first-child {
  border-top: 1px solid transparent;
}
.nav_second li {
  float: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--color-border);
  white-space: nowrap;
  background: var(--color-light) url('../images/submenu.png') no-repeat 95% center;
  width: 182px;
}
.nav_second li a {
  display: block;
  padding: 15px 0 8px 16px;
  text-decoration: none;
  color: var(--color-dark);
}
.nav_second li:hover {
  background: #45a38f url('../images/submenu_hovered.png') no-repeat 95% center;
}
.nav_second li:hover a {
  color:var(--color-hover);
}
.nav_second_level {
  position: relative;
}
.nav_second_level:hover .nav_third_level {
  display: block;
}
.nav_third_level {
  display: none;
  position: absolute;
  top: -1px;
  left: 183px;
}
.nav_third_level li a {
  color:var(--color-dark) !important;
}
.nav_third_level li a:hover {
  color:var(--color-hover) !important;
}
.nav_respons {
  display: none;
  min-width:250px;
  max-height: 25px;
  margin: 45px auto 0;
  background: transparent url('../images/select.png') no-repeat right;
  border: 1px solid var(--color-border);
}
.nav_respons a {
  color: var(--color-main);
  display: block;
  padding-left: 5px;
  line-height: 26px;
}
.nav_respons_drop {
  display: none;
  border: 1px solid var(--color-border);
  z-index: 10;
  position: relative;
  top: -1px;
  left: -1px;
  width: 100%;
  background-color: var(--color-light);
}
.nav_respons_drop li a {
  line-height: 1;
  padding: 5px;
}
.nav_respons_drop li:hover {
  opacity: 0.5;
  transition: all 300ms ease-in-out;
}
.header_telefon {
  background: url('../images/telefon.png') no-repeat 1px 2px;
  font-weight: var(--font-regular);
  font-size: 15px;
  padding-left: 28px;
  margin: 50px 4px 0 78px;
}
.header_telefon b {
  font-weight: var(--font-semibold);
}
/* Header Page
*******************************/
.page_header {
  width: 100%;
  background-color: var(--color-main-red);
}
.center {
  max-width: 984px;
  margin: 0 auto;
}
.page_header_logo {
  margin: 18px 21px 0 0;
}
.page_header_title {
  line-height: 70px;
  margin: 0;
  font-size: 34px;
  font-weight: var(--font-semibold);
  color: var(--color-light);
  padding: 0 0 0 0;
  text-transform: none;
}
.page_header_nav {
  color: var(--color-main);
  font-size: 12px;
  height: 70px;
  line-height: 70px;
}
.page_header_nav :last-child {
  background: none;
}
.page_header_nav li {
  display: inline;
  background: url('../images/page_header_arrow.png') no-repeat center right;
  padding: 0 10px 0 4px;
}
.page_header_nav li a {
  color: var(--color-main);
}
.page_header_nav li a:hover {
  color: var(--color-hover) ;
  transition: all 300ms ease-in-out;
}
.page_header_nav li .active {
  color: var(--color-light);
  margin-right: 3px;
}
/* FlexSlider index page
*******************************/
.flexslider {
  width: 100%;
  height: 506px;
  position: relative;
}
.flexslider .slides li {
  background-size: cover;
  background-position: center center;
  display: none;
  height: 506px;
  width: 100%;
}
.flexslider .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -35px;
}
.flexslider .flex-direction-nav .flex-prev {
  left: 20px;
  position: absolute;
  background: url('../images/slider-prev.png?v=1') no-repeat;
  background-size: 35px 52px;
  width: 35px;
  height: 52px;
}
.flexslider .flex-direction-nav .flex-next {
  right: 20px;
  position: absolute;
  background: url('../images/slider-next.png?v=1') no-repeat;
  background-size: 35px 52px;
  width: 35px;
  height: 52px;
}
.flexslider .descr {
  visibility: hidden;
  width: 450px;
  height: 220px;
  bottom: 32.5%;
  left: 13.2%;
  padding: 0;
  background: rgba(255, 255, 255, 0.7);
}
.flexslider .descr h1 {
  color: var(--color-dark);
  font-weight: var(--font-semibold);
  padding: 13px 22px 2px 22px;
  margin: 0;
  text-transform: none;
  letter-spacing: .03em;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexslider .descr p {
  color: var(--color-main);
  padding: 15px 23px 0 23px;
  margin: 0;
  line-height: 21px;
  letter-spacing: .05em;
  max-height: 63px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.flexslider .descr .descr_link {
  margin: 16px 0 0 0;
}
.flexslider .descr .descr_link a {
  color: var(--color-main);
  background: url('../images/start_black_24dp.svg') no-repeat right center;
  padding: 0 24px;
  transition: all 300ms ease-in-out;
}
.flexslider .descr .descr_link a:hover {
  transition: all 300ms ease-in-out;
  background: url('../images/start_black_24dp.svg') no-repeat right center;
}
/* FlexSlider for internal pages
*******************************/
.flexslider_page {
  width: 100%;
  height: 286px;
  position: relative;
}
.flexslider_page .slides li {
  display: none;
  height: 286px;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.flexslider_page .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -35px;
}
.flexslider_page .flex-direction-nav .flex-prev {
  left: 20px;
  position: absolute;
  background: url('../images/slider_prev.png') no-repeat;
  width: 70px;
  height: 70px;
}
.flexslider_page .flex-direction-nav .flex-prev:hover {
  background: url('../images/slider_prev_hover.png') no-repeat;
}
.flexslider_page .flex-direction-nav .flex-next {
  right: 20px;
  position: absolute;
  background: url('../images/slider_next.png') no-repeat;
  width: 70px;
  height: 70px;
}
.flexslider_page .flex-direction-nav .flex-next:hover {
  background: url('../images/slider_next_hover.png') no-repeat;
}
/* Body
*******************************/
.services {
  width: 100%;
  height:666px;
  background-color:var(--color-bg);
}
.services_center {
  max-width: 984px;
  margin: -40px auto 0;
  position: relative;
}
.services_item {
  width: 24.5%;
  height: 340px;
  margin-right: 0.6%;
  position: relative;
  overflow: hidden;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.services_item:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 88.5%;
  top: 40px;
  background-color: var(--color-bg);
  z-index: -1;
}
.services_item.last {
  margin-right: 0;
}
.services_item:hover .services_item_pic_hover {
  transform: scale(1);
  transition: all 300ms ease-in-out;
}
.services_item_regular {
  opacity: 1;
  transition-duration: 0.5s;
}
.services_item_title {
  background: url('../images/background_services_title.png') repeat;
  font-size: 19px;
  text-align: center;
  font-weight: var(--font-semibold);
  margin: 0;
  line-height: 30px;
}
.services_item_title a {
  color: var(--color-light);
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.services_backgr {
  background-color: var(--color-bg);
  padding-top: 24px;
  height: 276px;
}
.services_item_pic {
  background: var(--color-main-red) url('../images/background_services_pic.png') repeat;
  margin: 0 auto;
  padding: 0;
  width: 152px;
  height: 152px;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
  background-clip: padding-box;
}
.services_item_pic a {
  width: 138px;
  height: 138px;
  margin:7px;
  display: block;
  border-radius: 100%;
  background-clip: padding-box;
  overflow: hidden;
}
.services_item_pic a img {
  max-width: 138px;
  max-height: 138px;
}
.services_pic_line {
  width: 100%;
  max-width: 156px;
  margin: 20px auto;
  border: 1px solid #2ebf9a;
  box-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.services_item_desc {
  text-align: center;
  margin: 25px 20px 0 20px;
  color: var(--color-dark);
  line-height: 15px;
}
.services_item_hover {
  width: 100%;
  height: 100%;
  background-color: var(--color-main-red);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition-duration: 0.5s;
}
.services_item_title_hover {
  font-size: 19px;
  text-align: center;
  font-weight: var(--font-semibold);
  margin: 0;
  line-height: 30px;
}
.services_item_title_hover a {
  color: var(--color-light);
  padding: 5px 10px 5px 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.services_item_pic_hover {
  background: var(--color-main-red) url('../images/background_services_pic.png') repeat;
  margin: 16px auto 0;
  padding: 0;
  width: 173px;
  height: 173px;
  text-align: center;
  overflow: hidden;
  transform: scale(0.5);
  border-radius: 100%;
  background-clip: padding-box;
  transition: all 300ms ease-in-out;
}
.services_item_pic_hover a img {
  width: 156px;
  height: 156px;
  margin: 10px 0 0 0;
  overflow: hidden;
  border-radius: 100%;
  background-clip: padding-box;
}
.services_item_link_hover {
  max-width:100px;
  width:100%;
  height: 29px;
  margin: 42px auto 0;
  text-align: center;
  background: var(--color-main-red);
  background: linear-gradient(90deg, rgba(137,20,26,1) 0%, rgba(174,27,35,1) 100%);
}
.services_item_link_hover:hover {
  background: var(--color-main-red);
  background: linear-gradient(90deg, rgba(137,20,26,1) 0%, rgba(174,27,35,1) 100%);
  transition: all 300ms ease-in-out;
}
.services_item_link_hover a {
  color: var(--color-light);
  line-height: 29px;
  font-size: 12px;
  letter-spacing: 0.03em;
  display: block;
}
.services_item:hover .services_item_regular {
  opacity: 0;
}
.services_item:hover .services_item_hover {
  opacity: 1;
}
.welcome {
  max-width: 984px;
  margin: 0 auto;
}
.welcome h1 {
  color: var(--color-dark);
  font-weight: var(--font-semibold);
  text-align: center;
  margin: 65px 0 0 0;
}
.welcome p {
  font-weight: var(--font-regular);
  padding: 20px 20px 0 12px;
  letter-spacing: 0.02em;
  line-height: 16px;
}
/* Carousel Articles
*******************************/
.carousel_article {
  width: 100%;
  max-width: 984px;
  margin: 69px auto 0;
  z-index: 3;
  position: relative;
}
.carousel_article .left_border_article {
  background: url('../images/article_bcground_left.png') top left no-repeat;
  width: 21px;
  height: 218px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel_article .right_border_article {
  background: url('../images/article_bcground_right.png') top left no-repeat;
  width: 21px;
  height: 218px;
  position: absolute;
  top: 0;
  right: 4px;
}
.carousel_article .slider_articles_mob {
  display: none;
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  height: 216px;
  width: 100%;
  max-width: 250px;
  background-color: var(--color-light);
  position: relative;
  left: 21px;
}
.carousel_article .slider_articles_mob .slides {
  overflow: hidden;
}
.carousel_article .slider_articles_mob .slides .article_item {
  display: none;
  text-align: center;
  min-height: 216px;
  width: 200px;
}
.carousel_article .slider_articles_mob .slides .article_item .article_pic {
  float: left;
  margin: 22px 22px 0 18px;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 100%;
  background-clip: padding-box;
}
.carousel_article .slider_articles_mob .slides .article_item .article_title {
  margin: 10px 0 0 0;
  height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.carousel_article .slider_articles_mob .slides .article_item .article_title a {
  color: var(--color-main-red);
  text-transform: none;
  font-size: 26px;
  letter-spacing: 0.02em;
  font-weight: var(--font-semibold);
  display: block;
}
.carousel_article .slider_articles_mob .slides .article_item .article_title a:hover {
  color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.carousel_article .slider_articles_mob .slides .article_item .article_date {
  text-align: center;
  color: var(--color-main);
  font-size: 12px;
  word-spacing: 0.5em;
  margin: 4px 0 0 0;
}
.carousel_article .slider_articles_mob .slides .article_item .article_desc {
  text-align: center;
  margin: 5px 5px 0 5px;
  color: var(--color-main);
  font-size: 12px;
  line-height: 18px;
  max-height: 130px;
  overflow: hidden;
}
.carousel_article .slider_articles_mob .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -16px;
}
.carousel_article .slider_articles_mob .flex-direction-nav .flex-prev {
  left: -37px;
  position: absolute;
  background: url('../images/article_prev.png') no-repeat;
  width: 33px;
  height: 33px;
  z-index: 10;
}
.carousel_article .slider_articles_mob .flex-direction-nav .flex-prev:hover {
  background: url('../images/article_prev_hover.png') no-repeat;
}
.carousel_article .slider_articles_mob .flex-direction-nav .flex-next {
  right: -37px;
  position: absolute;
  background: url('../images/article_next.png') no-repeat;
  width: 33px;
  height: 33px;
  z-index: 10;
}
.carousel_article .slider_articles_mob .flex-direction-nav .flex-next:hover {
  background: url('../images/article_next_hover.png') no-repeat;
}
.carousel_article .slider_articles {
  border-top: 1px solid var(--color-border);
  border-bottom: 1px solid var(--color-border);
  height: 216px;
  width: 95.5%;
  max-width: 939px;
  background-color: var(--color-light);
  position: relative;
  left: 21px;
}
.carousel_article .slider_articles .slides {
  overflow: hidden;
}
.carousel_article .slider_articles .slides .article_item {
  display: none;
  height: 216px;
  width: 100% !important;
  max-width: 312px;
  border-right: 1px solid var(--color-border);
}
.carousel_article .slider_articles .slides .article_item .article_pic {
  float: left;
  margin: 22px 22px 0 18px;
  width: 68px;
  height: 68px;
  overflow: hidden;
  border-radius: 100%;
  background-clip: padding-box;
}
.carousel_article .slider_articles .slides .article_item .article_title {
  float: left;
  margin: 26px 0 0 0;
  max-width: 193px;
  height: 31px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.carousel_article .slider_articles .slides .article_item .article_title a {
  color: var(--color-main-red);
  text-transform: none;
  font-size: 26px;
  letter-spacing: 0.02em;
  font-weight: var(--font-semibold);
  display: block;
}
.carousel_article .slider_articles .slides .article_item .article_title a:hover {
  color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.carousel_article .slider_articles .slides .article_item .article_date {
  float: left;
  color: var(--color-main);
  font-size: 12px;
  word-spacing: 0.5em;
  margin: 8px 0 0 0;
}
.carousel_article .slider_articles .slides .article_item .article_desc {
  margin: 13px 12px 0 18px;
  color: var(--color-dark);
  letter-spacing: 0.01em;
  word-spacing: 0.02em;
  font-size: 12px;
  line-height: 18px;
  max-height: 90px;
  overflow: hidden;
}
.carousel_article .slider_articles .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -16px;
}
.carousel_article .slider_articles .flex-direction-nav .flex-prev {
  left: -37px;
  position: absolute;
  background: url('../images/article_prev.png') no-repeat;
  width: 33px;
  height: 33px;
  z-index: 10;
}
.carousel_article .slider_articles .flex-direction-nav .flex-prev:hover {
  background: url('../images/article_prev_hover.png') no-repeat;
}
.carousel_article .slider_articles .flex-direction-nav .flex-next {
  right: -37px;
  position: absolute;
  background: url('../images/article_next.png') no-repeat;
  width: 33px;
  height: 33px;
  z-index: 10;
}
.carousel_article .slider_articles .flex-direction-nav .flex-next:hover {
  background: url('../images/article_next_hover.png') no-repeat;
}
.background_fitness {
  position: relative;
  width: 100%;
  min-height: 702px;
  background-image: url('../images/background_index.jpg');
  background-size: cover;
  background-position: center center;
  top: -109px;
}
.events_training {
  max-width: 984px;
  margin: 0 auto;
  padding: 131px 0 20px 0;
}
.events {
  width: 524px;
}
.events_title {
  text-transform: none;
  margin-bottom: 8px;
}
.events_title a {
  font-weight: var(--font-semibold);
  font-size: 23px;
  color: var(--color-dark);
  letter-spacing: 0.03em;
}
.events_item {
  width: 230px;
  background-color: var(--color-light);
  margin: 23px 17px 0 3px;
  position: relative;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.1);
  transition-duration: 0.5s;
}
.events_item_pic {
  width: 230px;
  height: 157px;
  overflow: hidden;
}
.events_item_pic img {
  width: 230px;
}
.events_item_pic_hover {
  width: 230px;
  height: 157px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transition-duration: 0.5s;
}
.events_item_pic_hover p {
  margin: 69px 0 0 0;
  text-align: center;
}
.events_item_pic_hover p a {
  color: var(--color-light);
  background-color: var(--color-main-red);
  padding: 6px 16px;
  font-size: 12px;
  transition: all 300ms ease-in-out;
}
.events_item_pic_hover p a:hover {
  background-color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.events_item_date {
  text-align: right;
  color: var(--color-main-red);
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 14px;
  margin: 8px 0 0 15px;
  width: 31px;
  height: 60px;
  overflow: hidden;
}
.first_date {
  font-size: 27px;
  line-height: 24px;
}
.events_item_line {
  border-left: 1px solid var(--color-border);
  height: 48px;
  margin: 10px 0 0 14px;
}
.events_item_desc {
  margin: 9px 0 0 15px;
  padding: 0;
  width: 138px;
  height: 48px;
  color: var(--color-dark);
  font-weight: var(--font-regular);
  line-height: 16px;
  letter-spacing: .03em;
  overflow: hidden;
}
.events_item:hover {
  background-color: var(--color-hover);
}
.events_item:hover .events_item_pic_hover {
  display: block;
}
.events_item:hover .events_item_date {
  color: var(--color-light);
}
.events_item:hover .events_item_desc {
  color: var(--color-light);
}
.training {
  width: 460px;
}
.training_title {
  text-transform: none;
  margin: 0 0 0 3px;
}
.training_title a {
  font-weight: var(--font-semibold);
  font-size: 23px;
  color: var(--color-dark);
  letter-spacing: 0.02em;
}
.training_video {
  background: rgba(255, 255, 255, 0.5);
  width: 457px;
  height: 248px;
  margin: 31px 0 0 3px;
}
.training_link {
  margin: 20px 7px 0 7px;
  height: 20px;
  font-weight: var(--font-semibold);
  color: var(--color-dark);
  font-size: 13px;
  letter-spacing: 0.03em;
}
.training_link span {
  font-weight: var(--font-regular);
  color: var(--color-dark);
}
.selection_title {
  font-size: 23px;
  font-weight: var(--font-semibold);
  color: var(--color-dark);
  text-transform: none;
  margin: 45px 7px 0 7px;
  letter-spacing: .03em;
}
.select_program {
  width: 298px;
  height: 25px;
  margin: 30px 0 0 8px;
  overflow: hidden;
  background: transparent url('../images/select.png') no-repeat right;
  border: 1px solid var(--color-border);
}
.select_program select {
  background: transparent;
  width: 300px;
  padding: 0 40px 0 6px;
  line-height: 1;
  letter-spacing: 0.03em;
  border: 0;
  border-radius: 0;
  height: 27px;
  appearance: none;
  color: var(--color-dark);
  font-size: 12px;
  font-weight: var(--font-regular);
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
}
.select_program_button {
  font-size: 12px;
  letter-spacing: 0.001em;
  height: 29px;
  text-transform: none;
  color: var(--color-light);
  background-color: var(--color-main-red);
  margin: 24px 0 0 9px;
  padding: 0 26px 0 26px;
}
.select_program_button:hover {
  opacity: 1;
  background-color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.upcoming_classes {
  max-width: 984px;
  margin: 25px auto 58px;
  position: relative;
}
.upcoming_classes_title {
  color: var(--color-dark);
  font-size: 36px;
  text-transform: none;
  text-align: center;
  letter-spacing: 0.03em;
  margin: 0;
}
.upcoming_classes_container_mob {
  display: none;
}
.upcoming_classes_container {
  margin-top: 35px;
}
.upcoming_classes_container .item {
  position: relative;
  margin: 3px 3px 0 0;
}
.item_hover {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.item_hover h3 {
  color: var(--color-light);
  font-weight: var(--font-semibold);
  margin: 12px 0 0 20px;
  min-width: 197px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.item_hover div {
  color: var(--color-bg);
  font-weight: var(--font-regular);
  min-width: 197px;
  margin: 10px 0 0 20px;
  line-height: 15px;
  letter-spacing: 0.02em;
  max-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.item_hover p {
  margin: 15px 0 0 20px;
}
.item_hover p a {
  color: var(--color-light);
  background-color: var(--color-main-red);
  padding: 6px 16px;
  font-size: 12px;
}
.item_hover p a:hover {
  background-color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.item:hover .item_hover {
  display: block;
}
.masonry1 {
  width: 217px;
  height: 131px;
  overflow: hidden;
}
.masonry2 {
  width: 279px;
  height: 131px;
  overflow: hidden;
}
.masonry3 {
  width: 267px;
  height: 265px;
  overflow: hidden;
}
.masonry4 {
  width: 209px;
  height: 161px;
  overflow: hidden;
}
.masonry5 {
  width: 217px;
  height: 265px;
  overflow: hidden;
}
.masonry6 {
  width: 279px;
  height: 131px;
  overflow: hidden;
}
.masonry7 {
  width: 549px;
  height: 131px;
  overflow: hidden;
}
.masonry8 {
  width: 209px;
  height: 234px;
  overflow: hidden;
}
/* Body Trainers
*******************************/
.trainers_content {
  max-width: 984px;
  margin: 12px auto 50px;
}
.trainers {
  width: 100%;
  max-width: 480px;
  overflow: hidden;
  margin: 45px 0 0 0;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.lasttrainer {
  margin: 45px 0 0 20px;
}
.trainers_pic {
  max-height: 334px;
  width: 100%;
  position: relative;
}
.trainers_pic img {
  max-height: 334px;
  max-width: 100%;
}
.frame_top_left {
  background: url('../images/frame_top_left.png') no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10;
}
.frame_top_right {
  background: url('../images/frame_top_right.png') no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 10;
}
.frame_bottom_left {
  background: url('../images/frame_bottom_left.png') no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  z-index: 10;
}
.frame_bottom_right {
  background: url('../images/frame_bottom_right.png') no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}
.frame_news_top_right {
  background: url('../images/frame_top_right.png') no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 10px;
  right: 100px;
  z-index: 10;
}
.frame_news_bottom_right {
  background: url('../images/frame_bottom_right.png') no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  right: 100px;
  z-index: 10;
}
.trainers_info {
  background-color: var(--color-bg);
  height:290px;
  max-width: 480px;
  position: relative;
}
.trainer_name {
  color: var(--color-main-red);
  font-size: 23px;
  font-weight: var(--font-semibold);
  text-transform: none;
  margin: 0 0 0 0;
  padding: 18px 15px 2px 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.trainer_desc {
  margin: 0;
  font-size: 13px;
  line-height: 18px;
  letter-spacing: 0.01em;
  padding: 8px 17px 0 17px;
  max-height:126px;
  overflow: hidden;
}
.trainer_qualifications {
  margin: 0 0 0 18px;
}
.trainer_qualifications h4 {
  color: var(--color-main-red);
  font-size: 15px;
  font-weight: var(--font-semibold);
  text-transform: none;
  margin: 0 0 0 0;
  padding: 17px 16px 0 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.trainer_qualifications p {
  margin: 0 0 0 0;
  padding: 3px 1px 0 1px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display:inline-block;
  vertical-align:middle;
}
.trainer_peciality {
  margin: 0 0 0 0;
}
.trainer_peciality h4 {
  color: var(--color-main-red);
  font-size: 15px;
  font-weight: var(--font-semibold);
  text-transform: none;
  margin: 0 0 0 0;
  padding: 20px 17px 0 17px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.trainer_peciality p {
  margin: 0 0 0 0;
  padding: 3px 18px 0 18px;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.trainer_tariffs {
  background-color: var(--color-main-red);
  text-align: center;
  margin: 24px 0 0 0;
  height: 57px;
  transition: all 300ms ease-in-out;
}
.trainer_tariffs:hover {
  background-color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.trainer_tariffs a {
  font-size: 20px;
  color: var(--color-light);
  line-height: 57px;
  display: block;
}
.trainers_tariffs {
  background-color: var(--color-dark);
  color: var(--color-light);
  height: 323px;
  width: 100%;
  max-width: 480px;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}
.trainers_tariffs_center {
  max-width: 427px;
  margin: 0 auto;
  padding: 25px 0 0 0;
}
.trainers_tariffs_title {
  margin: 0;
  font-size: 15px;
  max-width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
}
.trainers_tariffs_price {
  margin: 0;
  font-size: 15px;
  width: 68px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.trainers_tariffs_line {
  background: url('../images/trainers_tariff_line.png') repeat-x;
  width: 100%;
  height: 1px;
  margin: 7px 0 10px 0;
}
.trainer_tariffs_close {
  background-color: var(--color-close);
  text-align: center;
  margin: 19px 0 0 0;
  height: 57px;
  transition: all 300ms ease-in-out;
}
.trainer_tariffs_close:hover {
  background-color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.trainer_tariffs_close a {
  font-size: 20px;
  color: var(--color-light);
  line-height: 57px;
  display: block;
}
/* Body Events
*******************************/
.events_content {
  max-width: 984px;
  margin: 0 auto 50px;
}
.events_selection {
  margin: 66px 0 0 0;
}
.events_selection_left {
  width: 30%;
  max-width: 300px;
  text-align: left;
}
.events_selection_left a {
  background: url('../images/events_prev_hover.png') top left no-repeat;
  padding: 11px 0 11px 65px;
  color: var(--color-dark);
  font-size: 20px;
}
.events_selection_left a:hover {
  background: url('../images/events_prev.png') top left no-repeat;
  color: var(--color-main-red);
}
.events_selection_center {
  width: 38%;
  max-width: 380px;
  text-align: center;
}
.events_selection_center a {
  font-size: 20px;
  color: var(--color-main-red);
  padding: 11px 0 11px 0;
}
.events_selection_right {
  width: 30%;
  max-width: 300px;
  text-align: right;
}
.events_selection_right a {
  background: url('../images/events_next_hover.png') top right no-repeat;
  padding: 11px 65px 11px 0;
  color: var(--color-dark);
  font-size: 20px;
}
.events_selection_right a:hover {
  background: url('../images/events_next.png') top right no-repeat;
  color: var(--color-main-red);
}
.events_list {
  margin: 19px 0 0 0;
}
.events_list_item {
  width: 24%;
  background-color: var(--color-light);
  margin: 40px 1.3% 0 0;
  position: relative;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
  transition-duration: 0.5s;
}
.events_list_item.last {
  margin-right: 0;
}
.events_list_item.bigitem {
  width: 49.3%;
}
.events_list_item .leftevpart {
  display: inline-block;
  width: 63px;
  float: left;
  vertical-align: top;
}
.events_list_item_pic {
  position: relative;
  overflow: hidden;
}
.events_list_item_pic img {
  width: 100%;
  height: auto;
}
.events_list_item_pic_hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
  transition-duration: 0.5s;
}
.events_list_item_pic_hover p {
  margin: 69px 0 0 0;
  text-align: center;
}
.events_list_item_pic_hover p a {
  color: var(--color-light);
  background-color: var(--color-main-red);
  padding: 6px 16px;
  font-size: 12px;
  transition: all 300ms ease-in-out;
}
.events_list_item_pic_hover p a:hover {
  background-color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.events_list_item_date {
  text-align: right;
  color: var(--color-main-red);
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 14px;
  margin: 0 0 0 15px;
  height: 60px;
  overflow: hidden;
}
.first_list_date {
  font-size: 27px;
  line-height: 24px;
}
.events_list_item_line {
  border-left: 1px solid var(--color-border);
  height: 48px;
  margin: 2px 0 0 14px;
}
.events_list_item_desc {
  margin: 9px 0 0 75px;
  padding: 0 5px 0 0;
  min-height: 48px;
  color: var(--color-dark);
  font-weight: var(--font-regular);
  line-height: 16px;
  letter-spacing: .03em;
  overflow: hidden;
}
.events_list_item:hover {
  background-color: var(--color-main-red);
}
.events_list_item:hover .events_list_item_pic_hover {
  display: block;
}
.events_list_item:hover .events_list_item_date {
  color: var(--color-light);
}
.events_list_item:hover .events_list_item_desc {
  color: var(--color-light);
}
/* Body Event Opened
*******************************/
.event_opened_content {
  max-width: 984px;
  margin: 50px auto 56px;
}
.event_opened_title {
  font-size: 23px;
  font-weight: var(--font-semibold);
  color: var(--color-dark);
  text-transform: none;
  margin: 0 0 19px 0;
}
.event_image {
  max-width: 979px;
  margin: 0 0 42px 0;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.event_pic_left {
  width: 50%;
  height: 384px;
  overflow: hidden;
  position: relative;
}
.event_pic_left .slides {
  height: 384px;
}
.event_pic_left .slides li {
  height: 384px;
  background-size: cover;
  background-position: center center;
}
.event_pic_left .flex-direction-nav {
  position: absolute;
  bottom: 44px;
  left: 50%;
  width: 100%;
}
.event_pic_left .flex-direction-nav .flex-prev {
  background: url('../images/event_information_prev.png') no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -37px;
}
.event_pic_left .flex-direction-nav .flex-prev:hover {
  background: url('../images/article_prev.png') no-repeat;
}
.event_pic_left .flex-direction-nav .flex-next {
  background: url('../images/event_information_next.png') no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 3px;
}
.event_pic_left .flex-direction-nav .flex-next:hover {
  background: url('../images/article_next.png') no-repeat;
}
.event_pic_right {
  width: 50%;
  height: 384px;
  overflow: hidden;
  position: relative;
  background-image: url('http://placehold.it/490x385');
  background-size: cover;
  background-position: center center;
}
.event_information {
  width: 100%;
  height: 384px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  color: var(--color-light);
  font-size: 13px;
}
.event_information h3 {
  text-transform: none;
  font-weight: var(--font-semibold);
  margin: 27px 0 0 26px;
}
.event_information .event_information_date {
  margin: 19px 0 0 30px;
  letter-spacing: 0.05em;
}
.event_information .event_information_place {
  margin: 8px 0 0 30px;
  letter-spacing: 0.01em;
}
.event_information .event_information_partners {
  margin: 8px 0 0 30px;
  letter-spacing: 0.01em;
}
.event_information .event_information_desc {
  margin: 10px 30px 0 30px;
  line-height: 20px;
  letter-spacing: 0.01em;
  height: 80px;
  overflow: hidden;
}
.event_social {
  position: absolute;
  bottom: 11px;
  left: 0;
  width: 100%;
  height: 35px;
}
.event_infomation_prev {
  width: 35px;
  height: 35px;
  margin: 0 0 0 25px;
}
.event_infomation_prev a {
  display: block;
}
.event_infomation_prev a img {
  width: 35px;
  height: 35px;
}
.event_information_next {
  width: 35px;
  height: 35px;
  margin: 0 0 0 5px;
}
.event_information_next a {
  display: block;
}
.event_information_next a img {
  width: 35px;
  height: 35px;
}
.event_information_social {
  margin: 7px 10px 0 0;
}
.event_information_social a {
  display: inline-block;
  margin: 0 6px 0 0;
}
.event_desc p {
  font-size: 13px;
  font-weight: var(--font-regular);
  letter-spacing: 0.03em;
  line-height: 18px;
  margin: 0 0 24px 0;
}
.event_quote {
  width: 99%;
  min-height: 136px;
  background-color: var(--color-bg);
  margin: 30px 0 20px 3px;
  position: relative;
}
.event_quote .rightpartqioute {
  margin-left: 130px;
  overflow: hidden;
}
.event_quote_pic {
  background: var(--color-bg) url('..images/background_services_pic.png') repeat;
  width: 112px;
  height: 112px;
  overflow: hidden;
  margin: 13px 0 0 14px;
  border-radius: 100%;
  background-clip: padding-box;
  float: left;
  display: inline-block;
  vertical-align: top;
}
.event_quote_pic img {
  width: 94px;
  overflow: hidden;
  margin: 9px;
  border-radius: 100%;
  background-clip: padding-box;
}
.event_qoute_desc {
  position: relative;
  margin: 24px 40px 20px 53px;
  color: var(--color-dark);
  font-weight: var(--font-regular);
  line-height: 18px;
  letter-spacing: 0.03em;
}
.event_qoute_desc:before {
  content: "“";
  color: #02604c;
  font-size: 56px;
  line-height: 56px;
  position: absolute;
  top: 0;
  left: -30px;
}
.event_qoute_desc:after {
  content: "”";
  color: #02604c;
  font-size: 56px;
  position: absolute;
  top: 90%;
  line-height: 56px;
  right: -10px;
}
.event_upcoming {
  width: 100%;
  height: 100%;
  background-image: url('http://placehold.it/1920x402');
  background-size: cover;
  background-position: center center;
  margin: 0 0 56px 0;
  padding: 0 0 63px 0;
}
.event_upcoming_center {
  max-width: 984px;
  margin: 0 auto;
}
.event_upcoming_title {
  color: var(--color-dark);
  font-size: 23px;
  font-weight: var(--font-semibold);
  text-transform: none;
  padding: 47px 0 0 3px;
  margin: 0;
  letter-spacing: 0.02em;
}
/* Body Contacts
*******************************/
.contact_map {
  width: 100%;
  height: 543px;
  margin: 64px 0 0 0;
}
.contact_content {
  max-width: 984px;
  margin: -168px auto 50px;
  position: relative;
  background-color: var(--color-light);
}
.contact_info {
  padding: 29px 29px 0 29px;
}
.contact_info p {
  line-height: 18px;
  letter-spacing: 0.01em;
  margin: 0 0 18px 0;
}
.contact_icons {
  margin: 34px 0 0 30px;
}
.contact_icon_tel {
  background: url('../images/contact_icon_tel.png') no-repeat;
  height: 49px;
  padding: 0 0 0 65px;
  width: 33.3%;
  margin: 20px 0 0 0;
  box-sizing: border-box;
}
.contact_icon_tel li {
  line-height: 1;
  padding: 8px 0 0 0;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact_icon_adr {
  background: url('../images/contact_icon_adres.png') no-repeat;
  height: 49px;
  padding: 0 0 0 62px;
  width: 33.3%;
  margin: 20px 0 0 0;
  box-sizing: border-box;
}
.contact_icon_adr li {
  padding: 8px 0 0 0;
  line-height: 18px;
  height: 36px;
  max-width: 216px;
  overflow: hidden;
}
.contact_icon_mail {
  background: url('../images/contact_icon_mail.png') no-repeat;
  height: 49px;
  padding: 0 0 0 63px;
  width: 33.3%;
  margin: 20px 0 0 0;
  box-sizing: border-box;
}
.contact_icon_mail li {
  line-height: 1;
  padding: 8px 0 0 0;
  white-space: nowrap;
  max-width: 245px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contact_form {
  max-width: 978px;
  background-color: var(--color-main-red);
  margin: 45px 0 0 0;
}
.contact_form_title {
  color: var(--color-light);
  font-size: 24px;
  text-transform: none;
  text-align: center;
  padding: 27px;
  margin: 0;
  letter-spacing: 0.02em;
}
.contact_form_box {
  padding: 0 0 43px 0;
}
.form_box_left {
  width: 425px;
}
.form_box_left input::-moz-placeholder {
  color: var(--color-dark);
}
.form_box_left input::-webkit-input-placeholder {
  color: var(--color-dark);
}
.contact_form_input_name {
  background: var(--color-light) url('../images/contact_personal.png') -3px -3px no-repeat;
  font-size: 13px !important;
  color: var(--color-dark) !important;
  padding: 0 10px 0 65px !important;
  height: 45px !important;
  border: none !important;
  outline: none;
  margin: 10px 0 0 30px;
  width: 314px;
  letter-spacing: 0.03em;
  border-radius: 27px 0 0 27px;
}
.contact_form_input_mail {
  background: var(--color-light);url('../images/contact_shuffle.png') -3px -3px no-repeat;
  color: #8d8d8d !important;
  padding: 0 10px 0 65px !important;
  height: 45px !important;
  border: none !important;
  outline: none;
  margin: 15px 0 0 30px;
  width: 314px;
  letter-spacing: 0.03em;
  border-radius: 27px 0 0 27px;
}
.contact_form_input_phone {
  background: var(--color-light) url('../images/contact_iphone.png') -3px -3px no-repeat;
  color: var(--color-dark) !important;
  padding: 0 10px 0 65px !important;
  height: 45px !important;
  border: none !important;
  outline: none;
  margin: 15px 0 0 30px;
  width: 314px;
  letter-spacing: 0.03em;
  border-radius: 27px 0 0 27px;
}
.form_box_center {
  width: 405px;
}
.form_box_center textarea:-moz-placeholder {
  color: var(--color-dark);
}
.form_box_center textarea::-webkit-input-placeholder {
  color: var(--color-dark);
}
.contact_form_textarea {
  font-size: 13px !important;
  color: var(--color-dark) !important;
  height: 135px !important;
  border: none !important;
  padding: 15px !important;
  outline: none;
  margin: 10px 0 0 9px;
  width: 357px;
}
.form_box_righ {
  width: 115px;
  height: 165px;
  margin: 10px 0 0 4px;
  background-color: #53e3c3;
}
.form_box_righ p {
  color: var(--color-light);
  font-size: 13px;
  margin: 8px 0 0 0;
  text-align: center;
}
.contact_form_submit {
  margin: 45px 0 0 25px;
}
/* Body Gallery
*******************************/
.gallery_content {
  max-width: 984px;
  margin: 57px auto 50px;
}
.gallery_item488 {
  width: 49.5%;
  overflow: hidden;
  margin-bottom: 0.5%;
  margin-right: 0.5%;
  position: relative;
}
.gallery_item488 img {
  width: 100%;
  height: auto;
}
.gallery_item488:hover .gallery_item_hover,
.gallery_item243:hover .gallery_item_hover {
  display: block;
}
.itemg:nth-child(3n) {
  margin-right: 0;
}
.gallery_item243 {
  width: 24.5%;
  overflow: hidden;
  margin-bottom: 0.5%;
  margin-right: 0.5%;
  position: relative;
}
.gallery_item243 img {
  width: 100%;
  height: auto;
}
.gallery_item_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background-color: rgba(66, 202, 173, 0.5);
}
.gallery_item_hover h2 {
  color: var(--color-light);
  font-weight: var(--font-semibold);
  text-transform: none;
  text-align: center;
  margin: 69px 10px 5px 10px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
  transition: all 300ms ease-in-out;
}
.gallery_item_hover p {
  margin: 26px 0 0;
  text-align: center;
}
.gallery_item_hover p a {
  color: var(--color-light);
  background-color: var(--color-main-red);
  padding: 8px 20px;
  font-size: 12px;
  transition: all 300ms ease-in-out;
}
.gallery_item_hover p a:hover {
  background-color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.gallery_load_link {
  text-align: center;
  width: 100%;
  max-width: 981px;
  background-color: var(--color-main-red);
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
  transition: all 300ms ease-in-out;
}
.gallery_load_link a {
  display: block;
  color: var(--color-light);
  font-size: 20px;
  line-height: 54px;
}
.gallery_load_link:hover {
  background-color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
/* Body Gallery Opened
*******************************/
.gallery_opened_content {
  max-width: 984px;
  margin: 55px auto 47px;
}
.gallery_opened_title {
  font-size: 23px;
  text-transform: none;
  letter-spacing: 0.01em;
  margin: 0;
}
.gallery_flexslider {
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 20px 0 0 0;
  overflow: hidden;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.gallery_flexslider .slides li {
  display: none;
  background-color: var(--color-bg);
}
.gallery_flexslider .slides li img {
  max-width: 100%;
  height: auto;
}
.gallery_flexslider .flex-direction-nav {
  position: absolute;
  bottom: 44px;
  left: 50%;
  width: 100%;
}
.gallery_flexslider .flex-direction-nav .flex-prev {
  background: url('../images/event_information_prev.png') no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  left: -37px;
}
.gallery_flexslider .flex-direction-nav .flex-prev:hover {
  background: url('../images/article_prev.png') no-repeat;
}
.gallery_flexslider .flex-direction-nav .flex-next {
  background: url('../images/event_information_next.png') no-repeat;
  width: 35px;
  height: 35px;
  position: absolute;
  left: 3px;
}
.gallery_flexslider .flex-direction-nav .flex-next:hover {
  background: url('../images/article_next.png') no-repeat;
}
.gallery_flexslider_thumbs {
  position: relative;
  width: 100%;
  max-width: 978px;
  height: 107px;
  margin: 32px 0 0 0;
  overflow: hidden;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.gallery_flexslider_thumbs .slides {
  width: 978px;
  height: 107px;
  overflow: hidden;
}
.gallery_flexslider_thumbs .slides li {
  width: 162px;
  height: 107px;
  margin: 0 1px 0 0;
  cursor: pointer;
}
.gallery_opened_info {
  margin: 28px 0 0 0;
}
.gallery_info_lbox {
  background-color: var(--color-bg);
  width: 232px;
  padding: 18px 0 15px 15px;
  margin: 20px 0 0 0;
}
.gallery_info_lbox p {
  font-weight: var(--font-semibold);
  margin: 0 0 7px 0;
  width: 217px;
}
.gallery_info_lbox p span {
  font-weight: var(--font-regular);
}
.gallery_info_social {
  margin: 38px 0 0 0;
  font-weight: var(--font-semibold);
}
.gallery_info_social li {
  float: left;
  margin: 0 6px 0 0;
  line-height: 29px;
}
.gallery_info_rbox {
  width: 93%;
  max-width: 715px;
  margin: 20px 0 0 20px;
}
.gallery_info_rbox p {
  letter-spacing: 0.01em;
  line-height: 18px;
  margin: 0 0 18px 0;
}
.recent_galleries {
  width: 100%;
  height: 100%;
  background-image: url('http://placehold.it/1920x430');
  background-size: cover;
  background-position: center center;
  margin: 0 0 56px 0;
  padding: 0 0 55px 0;
}
.recent_galleries_center {
  max-width: 984px;
  margin: 0 auto;
}
.recent_galleries_title {
  color: var(--color-dark);
  font-size: 23px;
  font-weight: var(--font-semibold);
  text-transform: none;
  padding: 47px 0 0 0;
  margin: 0;
  letter-spacing: 0.02em;
}
.recent_gallery_list {
  margin: 37px 0 0 0;
}
/* Body News
*******************************/
.news_content {
  max-width: 984px;
  margin: 27px auto 50px;
}
.news_content_left {
  width: 72%;
  margin: 30px 0 0 0;
}
.news_item {
  background-color: var(--color-bg);
  margin: 0 0 46px 0;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.news_item_pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 338px;
}
.news_item_pic .slides {
  height: 338px;
}
.news_item_pic .slides li {
  height: 338px;
}
.news_item_pic.featuredimage {
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.news_item_pic_line {
  position: absolute;
  width: 90px;
  height: 100%;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.news_item_line_desc {
  color: var(--color-light);
  width: 64px;
  height: 64px;
  margin: 14px 0 0 11px;
  background-color: rgba(66, 202, 173, 0.5);
  transition: all 300ms ease-in-out;
  border-radius: 100%;
  background-clip: padding-box;
}
.news_item_line_desc:hover {
  background-color: rgba(66, 202, 173, 0.8);
  transition: all 300ms ease-in-out;
}
.news_item_line_desc h1 {
  font-weight: var(--font-semibold);
  text-align: center;
  margin: 9px 0 0 0;
  padding: 6px 0 0 0;
  width: 64px;
  overflow: hidden;
  white-space: nowrap;
}
.news_item_line_desc p {
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  white-space: nowrap;
  width: 64px;
  font-size: 12px;
  overflow: hidden;
}
.news_item_line_desc p a {
  display: block;
}
.views {
  margin: 18px 0 0 11px;
}
.comment {
  margin: 20px 0 0 11px;
}
.read_more {
  margin: 19px 0 0 11px;
}
.read_more p {
  padding: 16px 0 0 0;
  line-height: 16px;
}
.read_more p a {
  color: var(--color-light);
}
.news_item_title {
  color: var(--color-main-red);
  font-size: 23px;
  font-weight: var(--font-semibold);
  text-transform: none;
  margin: 13px 18px 0 18px;
  letter-spacing: 0.001em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.news_item_title a {
  color: var(--color-main-red);
}
.news_item_title a:hover {
  color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.news_item_desc {
  margin: 8px 20px 0 20px;
  line-height: 18px;
  letter-spacing: 0.01em;
  max-height: 72px;
  overflow: hidden;
}
.news_item_link {
  padding: 16px 0 24px 20px;
  margin: 0;
}
.news_item_link a {
  color: var(--color-dark);
  text-decoration: underline;
  background: url('../images/submenu.png') no-repeat right center;
  padding: 0 17px 0 0;
}
.news_item_link a:hover {
  background: url('../images/submenu_hovered.png') no-repeat right center;
}
.news_link_load_more {
  text-align: center;
  width: 100%;
  max-width: 707px;
  background-color: var(--color-main-red);
  transition: all 300ms ease-in-out;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.news_link_load_more:hover {
  background-color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.news_link_load_more a {
  display: block;
  color: var(--color-light);
  font-size: 20px;
  line-height: 54px;
}
.news_content_right {
  width: 26%;
  margin: 30px 0 0 0;
}
.widget {
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
  margin: 0 0 30px 0;
}
.news_tags {
  background-color: var(--color-bg);
  padding: 0 0 28px 0;
}
.news_tags_title {
  font-size: 23px;
  font-weight: var(--font-semibold);
  text-transform: none;
  padding: 12px 17px 0 17px;
  margin: 0;
}
.news_tags_item {
  margin: 15px 16px 0 16px;
}
.news_tags_item li {
  background: var(--color-main-red) url('../images/news_tags_neactive.png') 5px center no-repeat;
  display: inline-block;
  margin: 0 1px 3px 0;
}
.news_tags_item li a {
  color: var(--color-light);
  padding: 0 8px 0 16px;
  line-height: 23px;
}
.news_tags_item li:hover {
  background: var(--color-light) url('../images/news_tags_active.png') 5px center no-repeat;
}
.news_tags_item li:hover a {
  color: var(--color-main-red);
}
.news_archive {
  background-color: var(--color-bg);
  padding: 0 0 20px 0;
}
.news_archive_title {
  font-size: 23px;
  font-weight: var(--font-semibold);
  text-transform: none;
  padding: 12px 17px 0 17px;
  margin: 0;
}
.news_archive_item {
  margin: 13px 20px 0 20px;
}
.news_archive_item li {
  background: url('../images/news_archive_neactive.png') right center no-repeat;
}
.news_archive_item li a {
  color: var(--color-dark);
  display: block;
}
.news_archive_item li:hover {
  background: url('../images/news_tags_active.png') right center no-repeat;
}
.news_archive_item li:hover a {
  color: var(--color-main-red);
}
.news_archive_item_line {
  background: url('../images/trainers_tariff_line.png') repeat-x !important;
  width: 100% !important;
  height: 1px !important;
  margin: 8px 0 6px 0;
}
.news_search {
  background-color: var(--color-bg);
  padding: 0 0 42px 0;
}
.news_search input::-moz-placeholder {
  color: var(--color-dark);
}
.news_search input::-webkit-input-placeholder {
  color: var(--color-dark);
}
.news_search_title {
  font-size: 23px;
  font-weight: var(--font-semibold);
  text-transform: none;
  padding: 12px 0 0 17px;
  margin: 0;
}
.news_search_input {
  background: var(--color-light) url('../images/news_search.png') -3px -3px no-repeat;
  font-size: 13px!important;
  color: var(--color-dark) !important;
  padding: 0 0 0 40px!important;
  height: 27px!important;
  border: 0!important;
  outline: 0;
  margin: 19px 0 0 14px;
  width: 65%;
  letter-spacing: 0.03em;
  border-radius: 10px 0 0 10px;
}
.news_about_us {
  background-color: var(--color-bg);
  padding: 0 0 23px 0;
}
.news_about_us_title {
  font-size: 23px;
  font-weight: var(--font-semibold);
  text-transform: none;
  padding: 12px 17px 0 17px;
  margin: 0;
}
.news_about_us_pic {
  padding: 9px 0 0 16px;
}
.news_about_us_pic img {
  max-width: 100%;
  height: auto;
}
.news_about_us_desc {
  margin: 14px 14px 0 19px;
  line-height: 18px;
  letter-spacing: 0.01em;
}
.news_categories {
  background-color: var(--color-bg);
  padding: 0 0 20px 0;
}
.news_categories_title {
  font-size: 23px;
  font-weight: var(--font-semibold);
  text-transform: none;
  padding: 12px 17px 0 17px;
  margin: 0;
}
.news_categories_item {
  margin: 13px 20px 0 20px;
}
.news_categories_item li {
  background: url('../images/news_archive_neactive.png') right center no-repeat;
}
.news_categories_item li a {
  color: var(--color-dark);
  display: block;
}
.news_categories_item li:hover {
  background: url('../images/news_tags_active.png') right center no-repeat;
}
.news_categories_item li:hover a {
  color: var(--color-main-red);
}
.news_categories_item_line {
  background: url('../images/trainers_tariff_line.png') repeat-x !important;
  width: 100% !important;
  height: 1px !important;
  margin: 8px 0 6px 0;
}
/* Body News Opened
*******************************/
.news_opened_title {
  color: var(--color-main-red);
  font-size: 23px;
  font-weight: var(--font-semibold);
  text-transform: none;
  margin: 33px 0 0 1px;
  letter-spacing: 0.003em;
}
.news_opened_desc {
  margin: 8px 0 18px 1px;
  line-height: 18px;
  letter-spacing: 0.01em;
}
.news_opened_info {
  width: 100%;
  padding: 15px;
  background-color: var(--color-bg);
  margin: 27px 0 0 0;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.news_opened_info_author {
  background: url('../images/news_com_author.png') center left no-repeat;
  display: inline-block;
  margin-right: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.news_opened_info_author p {
  margin: 0 0 0 30px;
}
.news_opened_info_comments {
  background: url('../images/news_com_chat.png') center left no-repeat;
  display: inline-block;
  margin-right: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.news_opened_info_comments p {
  margin: 0 0 0 33px;
}
.news_opened_info_comments p span {
  margin: 0 3px 0 0;
}
.news_opened_info_date {
  background: url('../images/news_com_time.png') center left no-repeat;
  display: inline-block;
  margin-right: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.news_opened_info_date p {
  margin: 1px 0 0 32px;
}
.news_opened_info_category {
  background: url('../images/news_com_categ.png') center left no-repeat;
  display: inline-block;
  margin-right: 30px;
  margin-top: 5px;
  margin-bottom: 5px;
}
.news_opened_info_category p {
  margin: 0 0 0 30px;
}
.news_opened_comments {
  font-size: 23px;
  font-weight: var(--font-semibold);
  text-transform: none;
  margin: 51px 0 0 0;
}
.comments {
  margin: 22px 0 0 0;
  border-bottom: 1px solid var(--color-border);
}
.comments_pic {
  background: url('../images/background_services_pic.png') repeat;
  width: 112px;
  height: 112px;
  overflow: hidden;
  margin: 0 0 24px 2px;
  border-radius: 100%;
  background-clip: padding-box;
}
.comments_pic img {
  width: 94px;
  overflow: hidden;
  margin: 9px;
  border-radius: 100%;
  background-clip: padding-box;
}
.comments_info {
  margin-left: 130px;
  overflow: hidden;
}
.comments_author {
  color: var(--color-main-red);
  font-weight: var(--font-semibold);
  margin: 2px 0 0 0;
}
.comments_date p {
  margin: 0 0 0 4px;
  color: var(--color-dark);
}
.comments_date p span {
  margin: 0 0 0 4px;
}
.comments_reply1 {
  background: url('../images/comments_reply.png') center left no-repeat;
  padding: 0 0 0 18px;
  width: 40px;
  margin: 2px 0 0 0;
}
.comments_reply1 a {
  color: var(--color-dark);
}
.comments_reply1 a:hover {
  opacity: 0.5;
  transition: all 300ms ease-in-out;
}
.comments_desc {
  margin: 7px 0 24px 0;
  letter-spacing: 0.01em;
  line-height: 18px;
}
.comments_reply {
  margin: 22px 0 0 0;
  border-bottom: 1px solid var(--color-border);
}
.comments_reply_logo {
  background: url('../images/comments_reply_active.png') center no-repeat;
  width: 52px;
  height: 112px;
}
.comments_reply_pic {
  background: url('../images/background_services_pic.png') repeat;
  width: 112px;
  height: 112px;
  overflow: hidden;
  margin: 0 0 24px 2px;
  border-radius: 100%;
  background-clip: padding-box;
}
.comments_reply_pic img {
  width: 94px;
  overflow: hidden;
  margin: 9px;
  border-radius: 100%;
  background-clip: padding-box;
}
.comments_reply_info {
  margin-left: 185px;
  overflow: hidden;
}
.comments_reply_author {
  color: var(--color-main-red);
  font-weight: var(--font-semibold);
  margin: 2px 0 0 0;
}
.comments_reply_date p {
  margin: 0 0 0 4px;
  color: var(--color-dark);
}
.comments_reply_date p span {
  margin: 0 0 0 4px;
}
.comments_reply_reply {
  background: url('../images/comments_reply.png') center left no-repeat;
  padding: 0 0 0 18px;
  width: 40px;
  margin: 2px 0 0 0;
}
.comments_reply_reply a {
  color: var(--color-dark);
}
.comments_reply_reply a:hover {
  opacity: 0.5;
  transition: all 300ms ease-in-out;
}
.comments_reply_desc {
  margin: 7px 0 24px 0;
  letter-spacing: 0.01em;
  line-height: 18px;
}
.news_form {
  width: 100%;
  max-width: 707px;
  background-color: var(--color-main-red);
  margin: 43px 0 0 0;
  box-shadow: 0 15px 25px -7px rgba(0, 0, 0, 0.1);
}
.news_form_title {
  color: var(--color-light);
  font-size: 24px;
  text-transform: none;
  text-align: center;
  padding: 27px;
  margin: 0;
  letter-spacing: 0.02em;
}
.news_form_box {
  padding: 0 0 43px 0;
}
.form_news_box_left {
  width: 100%;
  max-width: 300px;
}
.form_news_box_left input::-moz-placeholder {
  color: var(--color-dark);
}
.form_news_box_left input::-webkit-input-placeholder {
  color: var(--color-dark);
}
.news_form_input_name {
  background: var(--color-light) url('../images/contact_personal.png') -3px -3px no-repeat;
  font-size: 13px !important;
  color: var(--color-dark) !important;
  padding: 0 10px 0 65px !important;
  height: 45px !important;
  border: none !important;
  outline: none;
  margin: 10px 0 0 30px;
  width: 185px;
  letter-spacing: 0.03em;
  border-radius: 27px 0 0 27px;
}
.news_form_input_mail {
  background: var(--color-light) url('../images/contact_shuffle.png') -3px -3px no-repeat;
  font-size: 13px !important;
  color: var(--color-dark) !important;
  padding: 0 10px 0 65px !important;
  height: 45px !important;
  border: none !important;
  outline: none;
  margin: 15px 0 0 30px;
  width: 185px;
  letter-spacing: 0.03em;
  border-radius: 27px 0 0 27px;
}
.news_form_input_site {
  background: var(--color-light) url('../images/news_form_site.png') -3px -3px no-repeat;
  font-size: 13px !important;
  color: var(--color-dark) !important;
  padding: 0 10px 0 65px !important;
  height: 45px !important;
  border: none !important;
  outline: none;
  margin: 15px 0 0 30px;
  width: 185px;
  letter-spacing: 0.03em;
  border-radius: 27px 0 0 27px;
}
.form_news_box_center {
  width: 250px;
}
.form_news_box_center textarea:-moz-placeholder {
  color: var(--color-dark);
}
.form_news_box_center textarea::-webkit-input-placeholder {
  color: var(--color-dark);
}
.news_form_textarea {
  font-size: 13px !important;
  color: var(--color-dark) !important;
  height: 135px !important;
  border: none !important;
  padding: 15px !important;
  outline: none;
  margin: 10px 0 0 3px;
  width: 210px;
}
.form_news_box_righ {
  width: 117px;
  height: 165px;
  margin: 10px 0 0 4px;
  background-color: #53e3c3;
}
.form_news_box_righ p {
  color: var(--color-light);
  font-size: 13px;
  margin: 8px 0 0 0;
  text-align: center;
}
.news_form_submit {
  margin: 45px 0 0 25px;
}
/* Footer
*******************************/
.footer {
  width: 100%;
  background-color: #232f3e;
}
.footer_center {
  max-width: 984px;
  margin: 0 auto;
  padding: 33px 0 77px 0;
}
.footer_info_1 {
  background: #b4b0b0;
  width: 33.3%;
  min-height: 105px;
  border-top: 4px solid var(--color-light);
  margin: 20px 0 0 0;
}
.footer_info_1_pic {
  background: url('../images/senior_cards.png') no-repeat;
  width: 50px;
  height: 50px;
  margin: 23px 0 0 39px;
  position: relative;
}
.pic_shadow {
  background: url('../images/footer_pic_shadow.png') no-repeat;
  width: 54px;
  height: 16px;
  position: absolute;
  top: 57px;
  left: -2px;
}
.footer_info_1_title h2 {
  color: var(--color-light);
  font-weight: var(--font-semibold);
  margin: 16px 0 0 38px;
  text-transform: none;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 0 var(--color-border);
}
.footer_info_1_title p {
  font-size: 18px;
  color: var(--color-main);
  margin: 4px 0 0 39px;
  letter-spacing: 0.02em;
}
.footer_info_2 {
  background: var(--color-bg);
  width: 33.3%;
  min-height: 105px;
  border-top: 4px solid var(--color-border);
  margin: 20px 0 0 0;
}
.footer_info_2_pic {
  background: url('../images/calendar.png') no-repeat;
  width: 50px;
  height: 50px;
  margin: 23px 0 0 40px;
  position: relative;
}
.pic_shadow {
  background: url('../images/footer_pic_shadow.png') no-repeat;
  width: 54px;
  height: 16px;
  position: absolute;
  top: 57px;
  left: -2px;
}
.footer_info_2_title h2 {
  color: var(--color-light);
  font-weight: var(--font-semibold);
  margin: 16px 0 0 33px;
  text-transform: none;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 0 var(--color-border);
}
.footer_info_2_title p {
  font-size: 18px;
  color: var(--color-main);
  margin: 5px 0 0 32px;
  letter-spacing: 0.02em;
}
.footer_info_3 {
  background: var(--color-bg);
  width: 33.3%;
  min-height: 105px;
  border-top: 4px solid var(--color-light);
  margin: 20px 0 0 0;
}
.footer_info_3_pic {
  background: url('../images/rooms_for_rent.png') no-repeat;
  width: 50px;
  height: 50px;
  margin: 23px 0 0 41px;
  position: relative;
}
.pic_shadow {
  background: url('../images/footer_pic_shadow.png') no-repeat;
  width: 54px;
  height: 16px;
  position: absolute;
  top: 57px;
  left: -2px;
}
.footer_info_3_title h2 {
  color: var(--color-light);
  font-weight: var(--font-semibold);
  margin: 16px 0 0 28px;
  text-transform: none;
  letter-spacing: 0.02em;
  text-shadow: 1px 1px 0 var(--color-border);
}
.footer_info_3_title p {
  font-size: 18px;
  color: var(--color-main);
  margin: 5px 0 0 29px;
  letter-spacing: 0.02em;
}
.footer_gimnasio {
  margin: 36px 0 0 0;
}
.footer_signup {
  width: 288px;
  margin: 30px 48px 0 0;
}
.footer_signup_title {
  font-size: 24px;
  font-weight: var(--font-semibold);
  color: var(--color-light);
  letter-spacing: 0.01em;
  padding: 0 0 7px 0;
  margin: 0;
  border-bottom: 1px solid var(--color-border);
}
.footer_signup_desc {
  color: var(--color-dark);
  font-size: 13px;
  font-weight: var(--font-regular);
  margin: 32px 0 33px 0;
  line-height: 15px;
  letter-spacing: 0.03em;
}
.footer_signup_input {
    color: var(--color-dark);
    font-size: 12px;
    height: 30px;
    margin: 0 0 16px;
    padding: 0 5px;
    width: 262px;
}
input::-webkit-input-placeholder {
  color: var(--color-dark);
}
input::-moz-placeholder {
  color: var(--color-dark);
}
.footer_signup_button {
  font-size: 12px;
  letter-spacing: 0.001em;
  height: 28px;
  line-height: 28px;
  text-transform: none;
  color: var(--color-light);
  background-color: var(--color-main-red);
  margin: 0 0 49px 0;
  padding: 0 32px 0 21px;
}
.footer_signup_button:hover {
  opacity: 1;
  transition: all 300ms ease-in-out;
  background-color: var(--color-dark);
}
.footer_signup_enter,
.footer_signup_register {
  color: #ececec;
  font-size: 13px;
  font-weight: var(--font-regular);
  text-decoration: underline;
  text-transform: uppercase;
  background: url('../images/submenu.png') no-repeat right;
  padding: 0 18px 0 0;
}
.footer_signup_enter:hover,
.footer_signup_register:hover {
  text-decoration: none;
  background: url('../images/submenu_hovered.png') no-repeat right;
}
.footer_signup_register {
  margin: 0 0 0 20px;
}
.footer_news {
  width: 288px;
  margin: 30px 61px 0 0;
}
.footer_news_title {
  font-size: 24px;
  font-weight: var(--font-semibold);
  color: var(--color-light);
  letter-spacing: 0.01em;
  padding: 0 0 7px 0;
  margin: 0 0 29px 0;
  border-bottom: 1px solid var(--color-border);
}
.footer_news_item {
  margin: 22px 0 0 0;
}
.footer_news_item_date {
  font-size: 11px;
  font-weight: var(--font-semibold);
  color: var(--color-dark);
  width: 71px;
  line-height: 1.3;
}
.footer_news_item_date :first-child {
  font-size: 26px;
}
.footer_news_item_line {
  border-left: 1px solid var(--color-border);
  width: 1px;
  height: 72px;
  margin: 7px 0 0 0;
}
.footer_news_item_info {
  max-width: 190px;
  padding: 0 0 0 17px;
}
.footer_news_item_info h4 {
  margin: 4px 0 0 0;
  text-transform: none;
  font-weight: var(--font-semibold);
  color: var(--color-dark);
  width: 190px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.footer_news_item_info p {
  color: var(--color-dark);
  font-size: 13px;
  font-weight: var(--font-regular);
  margin: 6px 0 8px 0;
  line-height: 16px;
  letter-spacing: 0.03em;
  height: 32px;
  overflow: hidden;
}
.footer_news_item_info a {
  color: var(--color-dark);
  font-size: 12px;
}
.footer_news_item_info a:hover {
  color: var(--color-main-red);
}
.footer_contacts {
  width: 288px;
  margin: 30px 0 0 0;
}
.footer_contacts_title {
  font-size: 16px;
  font-weight: var(--font-semiplus);
  color: var(--color-light);
  text-transform: none;
}
.footer_contacts_item {
  margin: 15px 0 0 0;
}
.footer_contacts_item_pic_hours {
  background: url('../images/contacts_hours.png') center top no-repeat;
  width: 24px;
  height: 24px;
  margin-top: 3px;
}
.footer_contacts_item_pic_address {
  background: url('../images/contacts_address.png') center top no-repeat;
  width: 24px;
  height: 22px;
  margin-top: 3px;
}
.footer_contacts_item_pic_tel {
  background: url('../images/contacts_tel.png') center top no-repeat;
  width: 24px;
  height: 21px;
  margin-top: 3px;
}
.footer_contacts_item_pic_fax {
  background: url('../images/contacts_fax.png') center top no-repeat;
  width: 24px;
  height: 23px;
  margin-top: 3px;
}
.footer_contacts_item_pic_email {
  background: url('../images/envelope-light.svg') center top no-repeat;
  width: 24px;
  height: 24px;
}

.footer_contacts_item_pic_share {
  background: url('../images/share.png') center top no-repeat;
  width: 24px;
  height:24px;
  margin-top: 4px;
}
.footer_contacts_item_inf {
  width: 240px;
}
.footer_contacts_item_inf h5 {
  color: var(--color-light);
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  width: 240px;
  overflow: hidden;
  text-transform: none;
}
.footer_contacts_item_inf p {
  font-size: 12px;
  font-weight: var(--font-regular);
  color: var(--color-light);
  margin: 4px 0 0 0;
  line-height: 22px;
  max-height: 45px;
  overflow: hidden;
}
/* Social icons
*******************************/
.social_icons {
  width: 100%;
  padding:15px 0;
  background-color: var(--color-dark-bg);
}
.social_icons_center {
  max-width: 984px;
  margin: 0 auto;
}
.copyright {
  color: var(--color-light);
  font-size:12px;
  text-transform: none;
}

.social_icons .icons_item{margin:0;}
.copyright a {
  text-transform: uppercase;
  color: var(--color-main-red);
}
.copyright a:hover {
  opacity: 0.5;
  transition: all 300ms ease-in-out;
}
.icons_item {
  margin: 13px 0 0 0;
}
.icons_item_background {
  width: 26px !important;
  height: 26px !important;
  margin: 0 6px 0 0 !important;
  background-color: var(--color-main-red);
  transition: all 300ms ease-in-out;
  display: inline-block;
  border-radius: 100%;
  background-clip: padding-box;
}
.icons_item_background:hover {
  background-color: var(--color-dark);
  transition: all 300ms ease-in-out;
}
.icons_item_background a {
  width: 26px;
  height: 26px;
  display: block;
}
.twitter {
  background: url('../images/twitter_button.png') center no-repeat;
  transition: all 300ms ease-in-out;
}
.twitter:hover {
  transform: rotate(360deg);
  transition: all 300ms ease-in-out;
}
.facebook {
  background: url('../images/facebook_button.png') center no-repeat;
  transition: all 300ms ease-in-out;
}
.facebook:hover {
  transform: rotate(360deg);
  transition: all 300ms ease-in-out;
}
.pinterest {
  background: url('../images/pinterest_button.png') center no-repeat;
  transition: all 300ms ease-in-out;
}
.pinterest:hover {
  transform: rotate(360deg);
  transition: all 300ms ease-in-out;
}
.linkedin {
  background: url('../images/linkedin_button.png') center no-repeat;
  transition: all 300ms ease-in-out;
}
.linkedin:hover {
  transform: rotate(360deg);
  transition: all 300ms ease-in-out;
}
.skype {
  background: url('../images/skype_button.png') center no-repeat;
  transition: all 300ms ease-in-out;
}
.skype:hover {
  transform: rotate(360deg);
  transition: all 300ms ease-in-out;
}
.tumbl {
  background: url('../images/tumbl_button.png') center no-repeat;
  transition: all 300ms ease-in-out;
}
.tumbl:hover {
  transform: rotate(360deg);
  transition: all 300ms ease-in-out;
}
/* Effects */
.slideLeft {
  animation-name: slideLeft;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  visibility: visible !important;
}
@keyframes slideLeft {
  0% {
    transform: translateX(150%);
  }
  50% {
    transform: translateX(-8%);
  }
  65% {
    transform: translateX(4%);
  }
  80% {
    transform: translateX(-4%);
  }
  95% {
    transform: translateX(2%);
  }
  100% {
    transform: translateX(0%);
  }
}
/* Large Desktop
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (min-width: 1200px) {

}
/* Defaul Desktop
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (min-width: 980px) {

}
/* Laptop
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 1020px) {
  .news_content {
    width: 98%;
    margin: 0 auto;
    margin-top: 27px;
    margin-bottom: 50px;
  }
  .gallery_opened_title,
  .gallery_opened_info {
    width: 98%;
    margin: 0 auto;
  }
  .gallery_info_lbox {
    width: 100%;
    float: none!important;
    margin-top: 30px;
    box-sizing: border-box;
  }
  .gallery_info_rbox {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .services_center {
    width: 98%;
  }
  .header_telefon {
    float: right!important;
    clear: right;
    margin: 15px 17px 0 20px;
  }
  ul.nav {
    float: right!important;
  }
  .nav_second {
    padding-top: 1px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
  }
  .carousel_article {
    width: 98%;
    max-width: 670px;
  }
  .carousel_article .slider_articles {
    max-width: 625px;
  }
  .events {
    width: 485px;
    margin: 0 auto;
    margin-bottom: 25px;
    float: none!important;
  }
  .training {
    margin: 0 auto;
    float: none!important;
  }
  .events_title,
  .training_title {
    text-align: center;
  }
  .events_item:nth-child(2n) {
    margin-right: 0;
  }
  .upcoming_classes_container {
    display: none;
  }
  .upcoming_classes_container_mob {
    display: block;
    margin-top: 35px;
  }
  .upcoming_classes_container_mob .item {
    position: relative;
    overflow: hidden;
    width: 24%;
    float: left;
    margin: 0 .5% 1% .5%;
  }
  .upcoming_classes_container_mob .item img {
    width: 100%;
    height: auto;
  }

  .event_desc {
    width: 98%;
    margin: 0 auto;
  }
  .page_header .center {
    width: 98%;
  }
  .event_opened_title {
    width: 98%;
    margin: 0 auto;
    margin-bottom: 19px;
  }
  .trainers {
    float: none!important;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 20px;
  }
.trainer_name {
  overflow:visible;
  padding: 18px 15px 2px;
  text-overflow: inherit;
  text-transform: none;
  white-space: normal;
  font-size:20px;
}

.trainer_name span{font-size:13px;}
.trainers_info{height:auto;}


.footer_signup, .footer_news, .footer_contacts {
    float: left !important;
    margin: 0 auto 30px;
    max-width: inherit;
    padding: 10px;
    width: 31%;
}

}
/* Tablets
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 980px) {

  .footer_signup,
  .footer_news,
  .footer_contacts {
    max-width: 320px;
    width: 98%;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none!important;
  }


  .form_box_left,
  .form_box_center,
  .form_box_righ {
    float: none!important;
    margin: 0 auto;
  }
  .contact_form_input_phone,
  .contact_form_input_mail,
  .contact_form_input_name {
    margin-left: 17px;
  }
  .form_box_righ {
    width: 387px;
    margin-top: 10px;
    text-align: center;
  }
  .form_box_righ .contact_form_submit {
    margin: 0 auto;
    margin-top: 45px;
  }
  .gallery_list {
    width: 98%;
    margin: 0 auto;
  }
  .gallery_item488 {
    width: 99.5%;
  }
  .gallery_item243 {
    width: 49.5%;
  }
  .form_news_box_left,
  .form_news_box_center,
  .form_news_box_righ {
    max-width: 240px;
    width: 240px;
    margin: 0 auto;
    margin-bottom: 10px;
    float: none!important;
  }
  .news_form_input_name,
  .news_form_input_mail,
  .news_form_input_site {
    margin-left: 0;
    width: 169px;
  }
  .form_news_box_righ {
    text-align: center;
  }
  .news_form_submit {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  .services {
    height: 672px;
  }
  .services_item {
    width: 49.5%;
    margin-bottom: 1em;
    margin-right: 1%;
  }
  .services_item.second {
    margin-right: 0;
  }
  .services_item.last {
    margin-right: 0;
  }
  .upcoming_classes_container_mob .item {
    width: 32%;
  }
  .footer_info_1,
  .footer_info_2,
  .footer_info_3 {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 15px;
    float: none!important;
  }
  .events_list_item:nth-child(2n) {
    margin-right: 0;
  }
  .events_list_item {
    width: 49.3%;
  }
  .event_upcoming_list {
    width: 98%;
    margin: 0 auto;
  }
  .contact_icon_mail,
  .contact_icon_adr,
  .contact_icon_tel {
    width: 100%;
  }
}
/* Landskape Phone to Small Desktop & Portrait Tablet
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */

@media (min-width: 767px) and (max-width: 920px) {.nav li{margin-right:11px}}
@media (max-width:1024px) {
  body{overflow-x:hidden;}
.header_center {
    margin: 0 auto;
    max-width: inherit;
    padding: 0 0 5px;
    width: 97%;
}
.social_icons {
    padding:15px;
    width: 97%;
}
.TopBar{margin-bottom:5px;}
}

@media (max-width: 767px) {

.PhnNum {margin: 5px 10px 0 0;}
.copyright{padding-top:8px;}
  .nav_respons {
    display: block;
  }
  .nav {
    display: none;
  }
  .header_telefon {
    margin: 28px 17px 0 20px;
  }
  .flexslider .descr {
    left: 50%;
    margin-left: -190px;
  }
  .carousel_article {
    width: 98%;
    max-width: 358px;
  }
  .carousel_article .slider_articles {
    max-width: 312px;
  }
  .upcoming_classes_container_mob .item {
    width: 49%;
  }

.copyright {
    clear: both;
    color: var(--color-light);
    float: none !important;
    font-size: 15px;
    font-weight: var(--font-regular);
    text-align: center;
    text-transform: none;
    width: 100%;
}

.copyright.fr{float:none !important;}

.icons_item {
    float: none !important;
    margin: 13px auto;
    text-align: center;
}
.icons_item ul li.no-img{padding-right:0;}
.upcoming_classes { margin: 36px auto 30px;}
}

@media (max-width: 640px) {
  .news_content_left {
    width: 100%;
    margin-bottom: 30px;
  }
  .news_content_right {
    width: 100%;
  }
  .header_center {
    text-align: center;
  }
  .header_logo {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
    float: none!important;
  }
  .nav_respons {
    width: 100%;
    max-width: 250px;
    margin:35px auto 0;
    text-align: left;
    float: none!important;
  }
  .header_telefon {
    float: none!important;
    margin: 0 auto;
    display: inline-block;
    margin-bottom: 10px;
  }
  .flexslider .descr {
    max-width: 280px;
    margin-left: -140px;
  }
  .events_item {
    float: none!important;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .events_item:nth-child(2n) {
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .events_title,
  .training_title {
    margin-bottom: 15px;
  }
  .event_pic_left,
  .event_pic_right {
    width: 100%;
  }
  .page_header_title {
    font-size: 20px;
  }
}

@media (max-width:568px) {
  .TopBar {
    margin-bottom: 10px;
}

.header #h-right {
  float: none;
  margin-top:15px;
  width: auto;
}

  #header h1 {
    clear: both;
    float: none;
    margin: 25px 0 0 0;
    display:inline-block;
}

.header{position:relative;}
#header h1 a{margin:0 auto;}
.nav_respons {
  margin: 11px auto 30px;
}
}

/* Up to Landskape Phone
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 480px) {
  .flexslider .descr {
    bottom: 50px;
  }
  .flexslider .flex-direction-nav {
    margin-top: -80px;
  }
  .services_item,
  .services_item_hover {
    width: 100%;
  }
  .services {
    height: 1350px;
  }
  .events {
    width: 230px;
  }
  .training {
    width: 300px;
  }
  .training iframe {
    width: 100%!important;
    height: 200px!important;
  }
  .training .training_video {
    width: auto;
    height: auto;
  }
  .training .training_link {
    height: auto;
  }
  .upcoming_classes_container_mob .item {
    width: 99%;
  }
  .footer_info_1_title h2,
  .footer_info_2_title h2,
  .footer_info_3_title h2 {
    margin-left: 15px;
  }
  .footer_info_1_title p,
  .footer_info_2_title p,
  .footer_info_3_title p {
    margin-left: 15px;
  }
  .events_list_item,
  .events_list_item.bigitem {
    width: 100%;
    margin-right: 0;
  }
  .events_list_item:nth-child(2n),
  .events_list_item.bigitem:nth-child(2n),
  .events_list_item.last,
  .events_list_item.bigitem.last {
    margin-right: 0;
  }
  .events_selection_left,
  .events_selection_center,
  .events_selection_right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    text-align: center;
    float: none!important;
  }
  .events_selection_left a,
  .events_selection_center a,
  .events_selection_right a {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }
  .events_selection_left a:hover,
  .events_selection_center a:hover,
  .events_selection_right a:hover {
    background: none;
  }
  .form_box_left,
  .form_box_center,
  .form_box_righ {
    width: 300px;
    margin: 0 auto;
    margin-bottom: 10px;
  }
  .contact_form_textarea {
    width: 280px;
    margin: 0!important;
    padding: 10px!important;
  }
  .contact_form_input_phone,
  .contact_form_input_mail,
  .contact_form_input_name {
    margin-left: 0;
    width: 225px;
  }
  .gallery_item243 {
    width: 99.5%;
  }
}
/* Up to Portrait Phone
/* ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## ## */
@media (max-width: 420px) {
  .copyright {
    width: 100%;
    text-align: center;
    float: none!important;
  }
  .icons_item {
    float: none!important;
    text-align: center;
  }
  .carousel_article .slider_articles {
    display: none;
  }
  .carousel_article {
    width: 249px;
  }
  .carousel_article .slider_articles_mob {
    max-width: 204px;
    width: 100%;
    display: block;
  }
}
@media (max-width: 380px) {
  .carousel_article .slider_articles {
    display: none;
  }
  .carousel_article {
    width: 249px;
  }
  .carousel_article .slider_articles_mob {
    max-width: 204px;
    width: 100%;
    display: block;
  }
  .select_program {
    width: 270px;
  }
}


/* Custom Css */

.TopBar{
  background: var(--color-light-bg);
  border-bottom: 1px solid var(--color-light-border);
  display: flex;
  padding: 8px 12px;
  width: 100%;
}

.TopBar .flex-center{
  align-items: center;
  display: flex;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 984px;
  min-width: 320px;
  width: 984px;
}

.PhnIcon{
  margin: 0 5px 0 0;
}

.PhnNum .flex-container{
  align-items: center;
  display: flex;
  justify-content: center;
}

.PhnNum .flex-container a{
  align-items: center;
  display: flex;
}
.PhnNum span{
  color: var(--color-main-red);
}

.footer_contacts_item_inf.fl a {
  color: var(--color-light);
  font-size: var(--body-l-font-size);
}

.social_icons_center ul{list-style:none;  padding-top:0; }
.social_icons_center ul li{display:inline-block;font-size:15px; padding-right:10px; font-weight: var(--font-regular);}
.social_icons_center ul li a{color:var(--color-dark);}
.social_icons_center ul li a:hover{color:var(--color-light);}


/**** Glucker Icon ***********/


.glucker-Icon {
  float: left;
  position: relative;
  right:20px;
  top: -4px;
}

@media only screen and (max-width:568px){

.glucker-Icon {
  right:15px;

}
.PhnNum {
  bottom: 3px;
  float: right;
  left: 50%;
  margin: 0 0 0 -122px !important;
  position: absolute;
  width: 260px;
}

.PhnIcon {
  float: left;
  margin: 1px 0 0 5px !important;
}
}



/*************** header toggle menu css ************************/

@media only screen and (max-width:568px)

{

 .nav_respons.fl{
  float: none;
  margin: 0 !important;
  max-width: 32px;
  min-width: 32px;
  text-align: left;
  width: 100%;
  background:none;
  border:none;
}


.nav_respons.fl .toggle {
  background: transparent url("../images/menu_black_24dp.svg") no-repeat scroll right center;
  border: medium none;
  display: block;
  font-size: 0;
  height:24px;
  left:12px;
  margin: 0 auto;
  max-height:24px;
  position: absolute;
  top: 12px;
  width: 24px;
}
.nav_respons_drop{position: absolute; top:32px; left:6px; width:96%;}
#header h1{margin-bottom:10px; margin-top:2px;}
.nav_respons_drop li a{padding:9px;}

.nav_respons_drop{padding:7px 0;}
.nav_respons_drop li a {
  font-size: 15px;
  padding: 10px 15px;
}

}

.flex-container{
  align-items: center;
  display: flex;
  flex-direction: row;
}