*,*:before,*:after
{
	box-sizing: border-box;
  outline: none !important;
}
body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color:#222;
}
html {
  font-size: 15px;
  font-weight: 400;
}
img {
  max-width: 100%;
  height: auto;
}
p {
    line-height: 1.5;
    font-size: 15px;
	margin: 15px 0;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.h1, h1 {
    font-size: 45px;
    font-size: 3rem;
    font-weight: 800;
    text-transform: uppercase;
}
.h2, h2 {
    font-size: 45px;
    font-size: 3rem;
    font-weight: 800;
    color:#333;
    text-align: center;
		margin: 42px 0;
		margin: 2.5rem 0;
}
.h3, h3 {
    font-size: 36px;
    font-size: 2.2rem;
    font-weight: 800;
}
i._access-icon.material-icons._access {
    background-color: rgb(255 0 0) !important;
}
img.my_svg {margin-right: .5rem}
.left_align {text-align: left}
/*Sections*/
.sections_Class .uk-panel {
    display: block;
    position: relative;
    min-height: 286px;
    overflow: hidden;
}
.item-page a {
    font-weight: bold;
    color: #3ab54a;
}
.sections_Class .uk-margin {
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    text-align: center;
    height: 100%;
    width: 100%;
    z-index: 2;
    margin-top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.sections_Class .uk-margin p {
    font-size: 18px;
    font-weight: bold;
}

.sections_Class .uk-panel-teaser {
    position: absolute;
    z-index:1;
}
.sections_Class div:hover .uk-margin {
    z-index: 0;
}
/*----Sections----*/
/*Video*/
#bgvideo {
    position: absolute;
    width: 100%;
}
.flex_Video {
    display: flex;
    position: relative;
}
/*Youtube*/
.video_block .uk-margin {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video_block .uk-margin iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}
.buttonsWrap.buttonsCenter {
    text-align: center;
}
.uk-slidenav {
    width: 62px;
    height: 62px;
    line-height: 56px;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    /*background: #ff0000;*/
		opacity: .6;
}
.uk-slidenav:active {
  /*background: #fbb03b;*/
    color: #fff !important;
}
.uk-slidenav:focus {
  /*background: #fbb03b;*/
  color: #fff !important;
}
.uk-slidenav:hover {
  /*background: #fbb03b;*/
  color: #fff !important;
	opacity: 1;
}
.uk-slidenav-position .uk-slidenav {
    display: block !important;
}
/*.uk-slidenav-position .uk-slidenav-previous {
    left: 0;
}
.uk-slidenav-position .uk-slidenav-next {
    right: 0;
}*/
header {
    position: fixed;
    width: 100%;
    z-index: 99;
}
span.number {
    font-size: 18px;
}
/*---Menu---*/
#mainMenu {
	background: #007bff;
	border-bottom: none;
	position: fixed;
	left: -300px;
	width: 300px;
	height: auto;
	z-index: 99;
	transition: all 0.3s ease-out;
	overflow: auto;
	top: 62px;
}
#mainMenu.open {
	left: 0;
	width: 100%;
	height: auto;
	top: 62px;
	background:rgb(0 0 0 / 80%);
}
.mainMenuToggler {
	padding: 30px;
	z-index: 99;
	cursor: pointer;
}
.mainMenuToggler span {
	display: block;
	position: relative;
	height: 3px;
	background: #fff;
	width: 28px;
	transition: all 0.2s ease-out;
}
.mainMenuToggler span:before {
	content: "";
	display: block;
	position: absolute;
	top: -7px;
	height: 3px;
	width: 100%;
	background: #fff;
	transition: all 0.2s ease-out;
}
.mainMenuToggler span:after {
	content: "";
	display: block;
	position: absolute;
	top: 7px;
	height: 3px;
	width: 100%;
	background: #fff;
	transition: all 0.2s ease-out;
}
.mainMenuToggler.open {
}
.mainMenuToggler.open span {
	background: transparent;
}
.mainMenuToggler.open span:before {
	top: 0;
	transform: rotate(45deg);
}
.mainMenuToggler.open span:after {
	top: 0;
	transform: rotate(-45deg);
}
.mainMenuList.open {
	display: block;
}
.menu_BlockMobile {
    display: none;
}
/*---Modul---*/
.menu_Header {
    display: flex;
    width: 100%;
    max-width: 1560px;
    margin: 0 auto;
}
.menu_Block {
    display: flex;
    width: 20%;
    justify-content: center;
	position: relative;
	align-items: center;
	text-transform: uppercase;
    font-weight: 600;
}
.menu_Block a {
    color: #fff;
    font-size: 15px;
}
.menu_Block .logo_Block a {
    background-color: #f00;
    padding: 10px 20px;
}
.menu_Block .logo_Block a:hover {color:#fff}
.logo_Block {
    position: absolute;
	z-index: 1;
}
.logo_Block img {
    max-width: 200px;
}
.datsiev {
    color: #ff0000;
    font-size: 90px;
    font-size: 6rem;
    font-weight: 900;
}
.club {
    color: #8f8f8e;
    font-size: 90px;
    font-size: 6rem;
    font-weight: 900;
}
.slider_our {
    background: url(/images/slidertop.webp) rgb(0 0 0 / 65%) no-repeat;
    background-blend-mode: multiply;
}
.textBanner {
  font-weight: bold;
  font-size: 60px;
  font-size: 4rem;
  text-transform: uppercase;
}
.item_Banner {
    display: block;
    width: 40%;
}
.item_Treners {
    display: block;
    width: 60%;
}
.slogan {
    font-size: 28px;
    font-weight: 800;
    color: #224e83;
    text-align: center;
}
.daci_Flex {
    position: relative;
}
.daci_FlexTxt {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
	font-weight: 700;
	padding-bottom: 30px;
	padding-bottom: 2rem;
    color: #fff;
    text-shadow: 2px 2px #000;
}
.buttonsWrap {
    margin: 45px 0;
		margin: 3rem 0;
}
.daci_FlexTxt p {
    font-size: 20px;
		font-size: 1.3rem;
}
ul.uk-slideset-nav.uk-dotnav.uk-flex-center.uk-margin-bottom-remove.uk-invisible {
    display: none;
}
.uk-slidenav-position.uk-margin {
    margin-bottom: 0;
}
.white_Title {
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 4px #000;
}
.mod_Inner {
    padding: 80px 0;
}
.feedBackMod a {
    padding: 20px 60px;
    background: #4caf50;
    max-width: 400px;
    text-align: center;
    border-radius: 6px;
    color: #fff !important;
    font-weight: 800;
    cursor: pointer;
    transition: all .3s;
	text-transform: uppercase;
}
.feedBackMod_Smoll a {
    padding: 10px 20px;
    background: #4caf50;
    text-align: center;
    border-radius: 6px;
    color: #fff !important;
    cursor: pointer;
    transition: all .3s;
    display: inline-block;
    min-width: 180px;
}
.feedBackMod_Smoll a:hover {background: #f00}
a.close {
  cursor: pointer;
}
.tcText {
  color: #222;
}
.contentWrapper {
  padding: 100px 0 80px 0;
}
.hideMe {
  display: none !important;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 10px;
}
.lds-ellipsis div {
  position: absolute;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #0680ce;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 6px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 6px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 26px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 45px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

.toplineWrapper {
  overflow: auto;
  background: #eaeaea;
}
.topFlex {
  display: flex;
  justify-content: space-between;
  padding: 12px 15px;
}
.language span {
  display: inline-block;
  margin-left: 10px;
}
.language .active {
  font-weight: normal;
}
.page_Inner {
  max-width: 1560px;
  margin: 0 auto;
}
.header_Flex {
  display: flex;
  background-color:rgb(0 0 0 / 80%);
  color: #fff;
}
.info_Item {
  width: 100%;
  display: flex;
}
.logo_Item {
  width: 20%;
}
.call_Item {
  width: 20%;
}
#logo img {
  max-width: 200px;
}
.modal-content {border: none;}
.topContactsFlex {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    padding: 0 14px;
}
.icon_smoll {
    max-width: 60px;
}
.smol_Tel {
    font-size: 20px;
    font-weight: bold;
}
.tcAdress {
  display: flex;
  width: 100%;
}
.tcIcon {
  display: flex;
}
.lighter {
  color: #222;
}
.tcContacts {
  color: #222;
  display: flex;
  width: 100%;
}
.feedbackWrapper {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.feedbackButton {
  background: #007bff;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: normal;
  padding: 15px;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease-out;
  text-align: center;
  line-height: 1.5;
}
.feedbackButton:hover {
  background: #ca7600;
}
.mineButton {
    background: #007bff;
    font-size: 14px;
    font-weight: normal;
    padding: 9px;
    border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease-out;
    text-align: center;
    line-height: 1.5;
    margin: 7px;
}
.mineButton:hover {
  background: #ca7600;
}
.inputWrap {
  margin-bottom: 8px;
}
#membershipForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
#membershipForm .inputWrap {
  width: 49%;
}
.fullwidth {
  width: 100% !important;
}
.btn-primary {
  background-color: #ff0000;
  border-color: #ff0000;
}
.btn-primary:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}
.modalMessage {
  text-align: center;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.5;
}
.modalNotice {
  font-size: 10px;
  margin-top: 15px;
  line-height: 1.5;
}
.loader {
  padding: 12px 0;
}
.responseText {
  display: block;
  font-size: 16px;
  color: green;
  font-weight: normal;
  padding: 11px 0;
}
#mainMenu {
    background: #111;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
    color: #fff;
}
.page_Inner.mainMenu {
  position: relative;
  padding: 0;
	text-align: center;
}
#mainMenu ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
  z-index: 999;
}
.mainMenuList {
  overflow: hidden;
}
.mainMenuList > li {
	display: inline-block;
  width: 25%;
}
.mainMenuList a {
  color: #fff;
  display: block;
  padding: 15px 60px;
  font-size: 20px;
  font-size: 1.2rem;
  text-decoration: none !important;
  font-weight: 800;
  position: relative;
  overflow: hidden;
}
.mainMenuList a:hover {
  color: #fff;
}
.mainMenuList a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #ff0000;
  bottom: 0;
  left: -100%;
  transition: all 0.3s ease-out;
}
.mainMenuList a:hover:before {
  left:0;
  opacity: 1;
}
.mainMenuList a:hover:after {
  right: 0;
  opacity: 1;
}
.mainMenuList img {
    max-height: 40px;
    margin-right: 15px;
}
.nav-child li a {
  padding: 10px 15px;
  font-size: 13px;
}
img.treners_IconImg {
    max-width: 40px;
    margin-right: 15px;
}
.separator {
  display: block;
  padding: 15px 15px;
  font-size: 14px;
  color: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: normal;
  cursor: pointer;
}
.deeper {
  overflow: hidden;
}
.nav-child {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  transition: all 0.3s ease-out;
  padding: 7px 0 !important;
}
.nav-child .parent .nav-child {
  position: relative !important;
  padding: 0 !important;
}
.nav-child .parent .nav-child li a {
  padding-left: 30px;
}
.nav-child .parent .nav-child li a:before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  border-left: 1px solid #777;
  border-bottom: 1px solid #777;
  left: 19px;
  top: 12px;
}
.nav-child li a {
  color: #333;
}
.deeper:hover .nav-child {
  display: block;
}
.moduleWrapper.CleanBanner {
    background: url(/images/banners/klin-banner-sm.jpg) no-repeat center center;
    color: #fff;
    padding: 50px 15px;
    background-size: cover;
    line-height: 1.5;
    min-height: 400px;
}
.CleanBanner .uk-panel-title {
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}
.CleanBanner .uk-margin {
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.custom.CleanBanner {
    max-width: 1200px;
    margin: 0 auto;
    background: #00000073;
    padding: 40px;
}
.moduleWrapper.StroyBanner {
    background: url(/images/banners/banner-stroyka-sm.jpg) no-repeat center center;
    color: #fff;
    padding: 50px 15px;
    background-size: cover;
    line-height: 1.5;
    min-height: 400px;
}
.StroyBannerTitle {
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}
.banner_Inner {
  font-size: 18px;
  line-height: 1;
}
.banner_Inner .cat_Flex {
    padding: 120px 0 0 0;
}
.custom.StroyBanner {
    max-width: 1200px;
    margin: 0 auto;
    background: #000000a1;
    padding: 40px;
}
.moduleWrapper.modBanner {
    color: #fff;
    background-size: cover;
    line-height: 1.5;
    position: relative;
}
.modBannerTitle {
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}
.modBanner {
  background: url(/images/banners/bg.jpg);
    margin: 0 auto;
		background-size: cover;
}
.moduleWrapper.ProektBanner {
    background: url(/images/banners/banner-design-sm.jpg) no-repeat center center;
    color: #fff;
    padding: 50px 15px;
    background-size: cover;
    line-height: 1.5;
    min-height: 400px;
}
.ProektBannerTitle {
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}
.custom.ProektBanner {
    max-width: 1200px;
    margin: 0 auto;
    background: #000000a1;
    padding: 40px;
}
.moduleWrapper.ObslugaBanner {
    background: url(/images/banners/banner-oborudovanie-sm.jpg) no-repeat center center;
    color: #fff;
    padding: 50px 15px;
    background-size: cover;
    line-height: 1.5;
    min-height: 400px;
}
.ObslugaBannerTitle {
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}
.custom.ObslugaBanner {
    max-width: 1200px;
    margin: 0 auto;
    background: #000000a1;
    padding: 40px;
}
.moduleWrapper.MebelBanner {
    background: url(/images/banners/sborka-sm.jpg) no-repeat center center;
    color: #fff;
    padding: 50px 15px;
    background-size: cover;
    line-height: 1.5;
    min-height: 400px;
}
.MebelBanner .uk-panel-title {
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}
.MebelBanner .uk-margin {
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.custom.MebelBanner {
    max-width: 1200px;
    margin: 0 auto;
    background: #000000b5;
    padding: 40px;
}
.moduleWrapper.homeBanner {
  background: url(/images/banners/banner-glavnaya-sm.jpg) no-repeat center center;
  color: #fff;
  padding: 50px 15px;
  background-size: cover;
  line-height: 1.5;
  min-height: 400px;
}
.homeBanner .uk-panel-title {
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}
.homeBanner .uk-margin {
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.moduleWrapper.optimalWrapper {
  padding: 60px 0;
  background: #eee;
}
.Stroybanner_Inner p {
    font-size: 20px;
    line-height: 2;
}
.optimalHead {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  font-size: 16px;
  flex-wrap: wrap;
}
.optimalTitle {
  width: 30%;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: normal;
  line-height: 1.5;
  color: #6e6e6e;
  border-right: 2px solid #007bff;
}
.optimalText {
  width: 70%;
  line-height: 1.5;
  font-weight: normal;
  font-style: italic;
  color: #777;
  padding-left: 20px;
}
.optimalOffers {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.optimalOffer {
  width: 31%;
}
.offerTitle {
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  padding: 15px 0;
  border-bottom: 2px solid #333;
  margin-bottom: 15px;
}
.offerDesc {
  line-height: 1.5;
  font-size: 14px;
}
.moduleWrapper.highWrapper {
  text-align: center;
  padding: 50px 0;
}
.highHeading {
  font-size: 44px;
  line-height: 1.5;
  color: #333;
}
.highNotice {
  font-size: 18px;
  line-height: 1.5;
  margin: 25px 0;
}
.highLogos {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 30px 0;
}
.hLogo {
  padding: 30px;
}
.hLogo img {
  max-width: 200px;
}
.moduleWrapper.reviewWrapper {
  padding: 40px 0 0 0;
  background: #030048;
}
.reviewFeedback {
  background: #333;
  padding: 30px 0;
  margin-top: 30px;
}
.reviewFeedback .page_Inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 24px;
  flex-wrap: wrap;
  line-height: 1.5;
  text-align: center;
}
.rfText {
  padding: 15px;
}
.rfAction span {
  display: inline-block;
  background: #030448;
  padding: 12px 15px;
  font-size: 18px;
  border-radius: 4px;
  cursor: pointer;
}
.wkReviews .uk-slideset > .uk-active {
  color: #fff;
  line-height: 1.5;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
.wkReviews .uk-panel {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
}
.wkReviews .uk-panel-teaser {
  width: 25%;
}
.wkReviews .uk-panel-title {
  width: 75%;
  padding: 15px;
}
.wkReviews .uk-panel-title a {
  color: #fff;
  font-weight: normal;
}
.reviewWrapper .page_Inner {
  padding: 0 15px;
}
.moduleWrapper.aboutWrapper {
  padding: 30px;
  line-height: 1.5;
}
.page_Inner.aboutFlex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.aboutItem {}
.aboutExp {
  width: 50%;
}
.aboutHeading {
  font-size: 36px;
  font-weight: normal;
  color: #333;
  padding: 15px 0;
  position: relative;
}
.aboutnormal {
  font-size: 14px;
  margin-bottom: 20px;
}
.aboutCool ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  list-style: none !important;
  margin: 0;
  padding: 0;
  margin: 20px 0 15px;
}
.aboutCool ul li {
  width: 50%;
  margin-bottom: 15px;
  position: relative;
}
.aboutCool ul li:before {
  content: "";
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  background: #333;
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
.aboutCool ul li:after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  top: 5px;
  left: 4px;
}
.aboutMore a {
  display: inline-block;
  color: #fff;
  background: #333;
  padding: 7px 15px;
  font-size: 18px;
  border-radius: 4px;
}
.aboutExp .card-header a {
  display: block;
  color: #fff;
  background: #007bff;
  text-transform: uppercase;
  font-size: 16px;
  position: relative;
  padding: 10px 15px 10px 45px;
  cursor: pointer;
  font-weight: normal;
}
.aboutExp .card-header a:hover {
  color: #ffffff;
}
.aboutExp .card-header a::before {
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 20px;
  transition: all 0.5s ease-out;
}
.aboutExp .card-header a::after {
  content: "";
  width: 16px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 15px;
  top: 20px;
  transform: rotate(0deg);
  transition: all 0.5s ease-out;
}
.aboutExp .card-header .collapsed:before {
  background: #333;
}
.aboutExp .card-header .collapsed:after {
  background: #333;
  transform: rotate(90deg);
}
.collapsed {
  background: #fff !IMPORTANT;
  color: #7f7f7f !important;
  font-weight: normal;
}
.aboutExp .card-header {
  padding: 0;
}
/*Абонемент*/
.ab_Flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ab_Item {
    background-color: #111;
    width: 49%;
    padding: 60px;
    border-radius: 30px;
    color: #fff;
		position: relative;
		margin-bottom: 15px;
}
.ab_Img {
    max-width: 50%;
    opacity: .5;
}
.ab_Desc {
    position: absolute;
    left: 5%;
    top: 15%;
    padding: 0 15px;
}
.ab_Txt {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 15px;
}
.ab_Txtm {
    font-size: 24px;
    font-weight: 700;
}
.moduleWrapper.top50Wrapper {
    background-color: #fff;
    background-image: url(../images/turnfon.png);
    background-position: left;
    background-repeat: repeat;
    padding: 80px 0;
    color: #fff;
}
.wkTop .uk-flex.uk-flex-center.uk-margin-top {
    margin-top: 50px !important;
}
.uk-overlay-background {
    background: hsla(0, 0%, 0%, 0.4);
    color: #333;
}
.uk-overlay-icon:before {
    color: #ff0000;
}
.marginless {
    margin-bottom: -100px;
}
.contentInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leftbar {
  width: 25%;
}
#content {
  line-height: 1.5;
}
#content h1 {
  padding: 20px 0;
  color: #545454;
}
.content100 {
  width: 100%;
}
.content75 {
  width: 75%;
}
.content50 {
  width: 50%;
}
.rightbar {
  width: 25%;
}
.moduleWrapper.homeNews {
  background: #393939;
  padding: 30px 15px;
  color: #fff;
  margin-top: 20px;
}
.moduleHeading {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 28px;
}
.moduleHeadingW {
  font-size: 36px;
  font-weight: normal;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 28px;
  color: #fff;
}
.top50Inner {
    margin-top: 14px;
}
.moduleWrapper.newsWrapper {
    padding: 50px 0;
}
.wkNews .uk-panel {
}
.wkNews .uk-panel-title {
  font-size: 18px;
      font-weight: normal;
      margin: 0 !important;
      padding: 10px 0;
      color: #000;
}
.wkNews .uk-margin {
    margin-top: 5px;
}
.uk-panel-teaser {
  margin-bottom: 3px;
}
.moduleWrapper.sloganWrapper2 {
    background: #333;
    background-image: url(../images/footerfon.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
    text-align: center;
    padding: 80px 0;
    font-size: 36px;
    color: #fff;
}
.moduleWrapper.sloganWrapper {
  background: #333;
  background-image: url(../images/footerfon.png);
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  text-align: center;
  padding: 50px 0;
  font-size: 36px;
  color: #fff;
}
.moduleWrapper.getEquipWrapper {
    padding: 40px 0;
}
.page_Inner.equipFlex {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    background-color: #333;
    padding: 28px;
    border-radius: 14px;
}
.equipClients {
    width: 50%;
}
.clientLogos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.clientLogo {
    width: 32%;
    border: 2px solid #ddd;
    text-align: center;
    padding: 20px;
    margin-bottom: 12px;
}
.equipGet {
    width: 100%;
}
.moduleWrapper.ourProjectsWrapper {
  background: #007bff;
  color: #fff;
  padding: 50px 15px;
}
.wkProjects .uk-panel {
  background: #fff;
  padding: 8px;
}
.wkProjects .uk-panel-title {
  font-size: 14px;
  font-weight: normal;
  color: #007bff;
}
.moduleWrapper.feedbackMod {
  background: #ececec;
  padding: 40px 15px;
  margin-top: 15px;
}
.feedbackMod .moduleHeading {
  color: #007bff;
}
.feedbackFlex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1.5;
}
.fbSocial {
  width: 40%;
  font-size: 14px;
  padding-right: 25px;
}
.fbEmail {
  width: 60%;
  background: #fff;
  padding: 15px;
  border-radius: 9px;

}
.fbSocial .socialLinks {
  justify-content: flex-start;
  margin: 15px 0;
}
.inputFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inputFlex input{
  width: 49%;
}
#fbForm .loader {
  padding: 9px 0;
}
#fbForm .response {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: green;
  padding: 8px 0;
}
footer {
  background-color: #333;
  color: #fff;
  padding-top: 80px;
}
footer p {
  margin: 7px 0;
}
.footerFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerFlex .moduleWrapper {
    width: 48%;
    position: relative;
}
.footerFlex .moduletable {
    width: 50%;
    display: block;
}
.call_Icon {
}
.footerLogoWrapper a {
    color: #fff;
}
.fa, .far, .fas {
    font-weight: 900;
    margin-right: 7px;
}
.footerLogo img {
    max-width: 220px;
}
.footernormal {
    font-size: 13px;
    padding: 20px 0;
}
footer .moduleWrapper h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: normal;
    position: relative;
    font-weight: bold;
}
footer .moduleWrapper h3::after {
  content: "";
  display: block;
  position: relative;
  height: 2px;
  background: #e4e4e4;
  margin: 20px 0;
}
.moveTop {
  width: 48px;
  height: 48px;
  position: fixed;
  padding: 23px 10px;
  background: #ff0000;
  bottom: 10px;
  right: -50px;
  box-shadow: 0px 6px 3px -2px rgba(0, 0, 0, 0.35);
  position: fixed;
  background-image: url(/images/arrowTop.svg);
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  z-index: 99;
  transition: all 0.3s ease-out;
}
.moveTop.shown {
    bottom: 120px;
    right: 12px;
    cursor: pointer;
}
.uk-dotnav>*>* {
  background: rgba(255, 255, 255, 0.25);
}
.uk-dotnav>.uk-active>* {
  background: rgb(19, 187, 235);
  -webkit-transform: scale(1);
  transform: scale(1);
}
.homeBanner .uk-slidenav-position.uk-margin {
  min-height: 250px;
}
.uk-button {
    background: #ff0000;
    font-weight: normal;
    padding: 4px 20px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    border: none !important;
    border-radius: 4px 0 0 4px;
    box-shadow: 0 0.3125rem 1.5625rem 0 rgba(250,208,7,.55);
    right: 0;
}

.uk-button:hover {
    background: #fbb03b;
    font-weight: normal;
    color: #fff;
    border: none !important;
    box-shadow: none;
}

.breadcrumb {
  margin-top: 15px;
}
.blogItemFlex {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  overflow: auto;
  clear: both;
}
.subheading-category {
  display: inline-block;
  padding: 15px 0;
}
.blogItemFlex .page-header {
  width: 100%;
}
.item-image {
  width: 20%;
  max-width: 200px;
  float: left;
  margin-right: 15px;
}
.pull-none {
    width: 50%;
    max-width: 100%;
    float: right;
    padding-left: 15px;
    margin-right: 0;
}
.page-header h2 a {
  display: inline-block;
  color: #333;
  font-weight: normal;
  font-size: 24px;
  padding: 5px 0px;
  border-bottom: 1px dotted;
  text-decoration: none !important;
}
.article-info {
  margin: 0;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.article-info dd {
  margin: 0;
  padding: 3px 15px 3px 0;
}
.article-info i {
  color: #007bff;
}
.vina-youtube-channel-wrapper {
  margin: 30px auto;
}
.vina-youtube-channel-wrapper .youmax-tab, .vina-youtube-channel-wrapper .youmax-encloser-comment-button {
  background-color: #007bff !important;
  color: #fff;
  text-shadow: none;
}
.vina-youtube-channel-wrapper .youmax-tab:hover {
  background-color: #007bff;
  color:#fff;
}
.modal .list-group-item {
  padding: 0;
  text-align: center;
}
.modal .list-group-item a {
  padding: 20px;
  font-size: 11px;
  display: block;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: normal;
  color: #007bff;
}
.readmore a {
  display: inline-block;
  padding: 3px 0;
  border-bottom: 1px dotted;
  margin-bottom: 15px;
  border-radius: 0;
  color: #007bff;
}
.uk-slidenav:focus, .uk-slidenav:hover {
    color: #007bff;
}
.customfooterMenuWrapper i {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    vertical-align: middle;
    margin-right: 10px;
}
a {
    color: #222;
}
a:hover {
    color: #ff0000;
    text-decoration: none;
}
.imgBanner {
    display: flex;
    align-items: center;
}
.imgBanner img {
    max-width: 40px;
    margin-right: 14px;
}
.cat_Flex {
  display: flex;
  flex-wrap: wrap;
  padding: 80px 0 0 0;
}
.itemcat_Flex {
    width: 22%;
    padding: 20px;
    justify-content: center;
    display: block;
    height: 100%;
    margin: 7px;
    border: 4px solid #ddd;
    position: relative;
}
.textprice {
    position: absolute;
    top: 14px;
    background: #dddddd;
    padding: 9px;
    color: #333;
    left: 0;
    font-size: 16px;
    font-weight: bold;
}
.imgitemcat_Flex img {
}
.textitemcat_Flex {
  color: #333;
  line-height: 1.5;
  font-size: 14px;
}
.titleitemcat_Flex {
    font-size: 16px;
    font-weight: bold;
}
.page_Innermod {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
  align-items: center;
}
/* flexBlock */
.flexBlock {display: flex}
.catItem_min {
    display: flex;
    width: 50%;
    background-size: cover;
    align-items: center;
}
.catItem_max {
    display: flex;
    width: 50%;
    flex-wrap: wrap;
}
.catItem_minInner {
    margin: 0 auto;
}
.catItem_Text {
    font-size: 66px;
    font-weight: 900;
    color: #111;
    text-transform: uppercase;
    padding: 0 15px;
}
.catItem_Text p {
    font-size: 15px;
    font-weight: normal;
    text-transform: none;
}
.text_Smoll {
    font-size: 36px;
    text-transform: none;
}
.text_Big {
    font-size: 86px;
}
.text_Normal {
    font-size: 66px;
    line-height: .2;
}
.catItem_maxEl {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #2a2a2a;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    width: 50%;
    color: #fff;
		padding: 30px;
}
.catItem_maxImg {
    background: #fff;
    padding: 28px;
    border-radius: 50%;
    margin: 40px;
    display: block;
}
.catItem_maxImg img {
    width: 50px;
    height: 50px;
}
.catItem_maxElBlack {
    background-color: #666666;
}
.catItem_maxEl:hover {
    background-color: #ff0000;
    color: #fff;
    fill: #fff;
    stroke: #fff;
    border: 0;
		transition: background-color .3s;
}
.catItem_maxTitle {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
		color: #fff;
}
.catItem_maxTitle:hover {
  color: #fff;
}
.ask {
  display: flex;
  bottom: 0;
}
.ask a {
  width: 100%;
  color: #fff !important;
  padding: 14px;
  background: #111;
  font-weight: 800;
  cursor: pointer;
  position: relative;
}
.ask a:hover {
  background: #ff0000 !important;
}
/*---flexBlock---*/
/*blue_Block*/
.blue_Block {
  background:url(/images/banners/fon2.webp) no-repeat;
  background-size: cover;
}
.mod_Item {
    width: 25%;
    position: relative;
    opacity: .7;
    font-size: 0;
		display: flex;
    flex-wrap: wrap;
		transition: opacity .5s;
		background-blend-mode: multiply;
}
.mod_Item:hover {
    opacity: 1;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
		transition: opacity .5s;
}
.mod_Item_Img {
    width: 100%;
    position: relative;
		margin: 5px;
}
.mod_Item_Img:hover {
    opacity: 1;
}
.mod_Item_Img img {
    width: 100%;
}
.mod_Item_Img:before {
		content: "";
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		border-top: 2px solid #fff;
		border-left: 2px solid #fff;
}
.mod_Item_Img:after {
		content: "";
		display: block;
		width: 44px;
		height: 44px;
		position: absolute;
		border-right: 2px solid #fff;
		border-bottom: 2px solid #fff;
		bottom:0;
		right: 0;
}
.mod_Item_Img_Title {
    font-size: 20px;
		font-size: 1.5rem;
    font-weight: 700;
    position: absolute;
    color: #fff;
    text-align: center;
    width: 100%;
    top: 40%;
}
.mod_Item_Img_Title .bef {
    content: "";
    display: block;
    width: 44px;
    height: 44px;
    position: absolute;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
		border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
.mod_Item_Img_Title .aft {
		content: "";
	  display: block;
	  width: 44px;
	  height: 44px;
	  position: absolute;
	  border-top: 2px solid #fff;
	  border-right: 2px solid #fff;
	  border-bottom: 2px solid #fff;
		right: 110px;
    top: -10px;
	}
.mod_Item_Txt li {
    margin-bottom: 14px;
}
/*Study*/
.study {
    box-shadow: 2px 2px 8px rgb(0 0 0 / 20%);
    border-radius: 12px;
}
.study_head {
    background-color: #4caf50;
    color: #fff;
    border-radius: 12px 12px 0 0;
    padding: 15px;
    font-size: 1.2rem;
    font-weight: 800;
    text-transform: unset;
}
.uk-scope ul {
    padding: 0;
    margin: 0;
}
.study_item {
    padding-top: 25px;
    position:relative;
}
.study_txt:after, .study_price:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 30%;
    margin: 0 auto;
    background: #e0e0e0;
    height: 1px;
}
.study_txt:before, .study_price:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 50%;
    width: 30%;
    margin: 0 auto;
    background: #e0e0e0;
    height: 1px;
}
.study_item:last-child {padding-bottom: 30px}
.study_alarm {
    color: #f00;
    font-weight: 800;
}
.feedBackMod_Smoll a:last-child {
    margin-left: 10px;
}
/*Extra*/
.flex_Item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.extra_Item {
    display: block;
    width: 33%;
    align-items: center;
    margin: 14px 0;
    text-align: center;
}
.Number {
    padding: 50px;
    background: #111;
    border-radius: 50%;
    color: #fff;
    font-size: 54px;
    font-weight: bold;
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 7px double #f9f9f9;
    margin: 14px auto;
}
.NumberTxt {
    padding: 14px 36px;
    font-weight: bold;
}
/*----Extra*----/
/*going*/
.going {
    background: #fbb03b;
}
.going h2 {
    color: #222;
}
.going .slogan {
    color: #222;
    text-align: left;
}
.mod_Flexgoing {
    display: flex;
    flex-wrap: wrap;
}
.mod_Flexmovi {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0;
}
.mod_Big {
    display: block;
    width: 40%;
    position: relative;
    left: -130px;
}
.mod_Smoll {
    display: block;
    width: 60%;
}
.smollFlex_Item img {
    max-width: 40px;
    margin-right: 14px;
}
.mod_SmollFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.smollFlex_Item {
    display: block;
    width: 50%;
    padding: 14px 0;
    font-size: 18px;
    font-weight: bold;
}
.mod_Smoll .feedBackMod {
    margin: 36px 0;
    background: #111;
    color: #fff;
    box-shadow: 0 0.3125rem 1.5625rem 0 rgba(42,93,152,.55);
}
.mod_Smoll .feedBackMod:hover {
    background: #3575c0;
    box-shadow: none;
}
/*----going----*/
.mod_Flexsale {
    display: flex;
    flex-wrap: wrap;
}
.mod_Bigsale {
    display: block;
    width: 50%;
    position: relative;
    top: -50px;
}
.mod_Smollsale {
    display: block;
    padding: 80px 0;
    width: 50%;
}
.mod_Smollsale .white_Title {
    text-align: left;
}
/*sale*/

/*----sale----*/
.mod_fifty {
    width: 50%;
    padding: 0 28px;
}
.big_Txt {
    font-size: 16px;
    padding-top: 14px;
}
.extraMod .feedBackMod {
    margin: 36px auto;
    background: #111;
    color: #fff;
    box-shadow: 0 0.3125rem 1.5625rem 0 rgba(42,93,152,.55);
}
.extraMod .feedBackMod:hover {
    background: #3575c0;
    box-shadow: none;
}
.favorstart {
  width: 30%;
}
.favorstartline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.favorandline {
    min-height: 150px;
}
.favorstartimg {
    width: 30%;
    padding: 15px;
}
.favorstartimg img {
}
.favorstarttxt {
  font-size: 14px;
  text-align: left;
  width: 70%;
}
.favormid {
  width: 30%;
  margin: 0 20px;
}
.favormid img {
    background: #fff;
    border-radius: 50%;
    border: 4px solid #007bff;
}
.favorand {
  width: 30%;
}
.favorandimg img {
    max-height: 100px;
}
.favorandimg img {
    /*max-height: 100px;*/
    width: 30%;
    float: right;
    margin-left: 20px;
}
.favorendtxt {
    font-size: 14px;
    text-align: right;
    width: 70%;
}
.orderstart {
  width: 45%;
}
.orderstartline {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.orderandline {
    min-height: 150px;
}
.orderstartimg {
    width: 13%;
    padding: 20px;
}
.orderstartimg img {
}
.orderstarttxt {
	text-align: left;
	width: 80%;
}
.orderstarttxtTitle {
	font-size: 20px;
	border-bottom: 1px solid #ffffff8a;
}
.orderstarttxtSm {
	font-size: 14px;
}
.orderend {
	width: 45%;
}
.orderandimg img {
    max-height: 100px;
}
.orderandimg img {
    /*max-height: 100px;*/
    width: 30%;
    float: right;
    margin-left: 20px;
}
.orderendtxt {
    font-size: 14px;
    text-align: right;
    width: 70%;
}
.uk-accordion-title {
    margin-bottom: 0;
    padding: 20px 40px;
    background: #ff0;
    font-size: 18px;
    border-radius: 0;
}
.uk-scope .uk-accordion>:nth-child(n+2) {margin-top: 10px}
.uk-scope .uk-accordion-content {margin: 0;padding: 30px;background: #fff}
.uk-scope .uk-margin {font-size: 1.1rem}
table {
    width: 100%;
}
td {
    padding: 10px;
    border: 1px solid #ccc;
}
tr:nth-child(odd) {
    background: #eee;
}
tr.TPrice {
    background: #333;
    font-size: 16px;
    color: #fff;
}
.uk-accordion-content {
    padding: 0 0 20px 0;
}
.uk-panel-teaser {
    text-align: center;
}
.cat_Treners .uk-panel {
    position: relative;
    min-height: 500px !important;
    overflow: hidden;
}
.cat_Treners .uk-panel-teaser {
    position: absolute;
}
/* Action Block */
.saleaction {
    position: absolute;
    background-color: #111;
    width: 367px;
    height: 100px;
    bottom: 30%;
    left: 0;
    margin: auto;
    display: block;
    border-radius: 0 10px 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    animation: rightPanel 3s ease-in-out infinite;
    z-index: 1;
}
@keyframes rightPanel{0%,20%,53%,80%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1);-webkit-transform:translateZ(0);transform:translateZ(0)}40%,43%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-30px,0);transform:translate3d(0,-30px,0)}70%{-webkit-animation-timing-function:cubic-bezier(.755,.05,.855,.06);animation-timing-function:cubic-bezier(.755,.05,.855,.06);-webkit-transform:translate3d(0,-15px,0);transform:translate3d(0,-15px,0)}}
.saleaction_Wrap {
    border-radius: 0 10px 10px 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.saleaction_Percent {
    background-color: #ff0000;
    width: 242px;
    height: 242px;
    position: absolute;
    border-radius: 50%;
    right: -40%;
    top: -70%;
}
.saleaction_Percent img {
    max-width: 75%;
}
.saleaction_Percent span {
    display: block;
    position: absolute;
    left: 0;
    top: 85px;
    margin: auto;
    color: #363636;
    font-size: 3rem;
    font-weight: 900;
    width: 95px;
    text-align: center;
}
.saleaction_Text {
    margin-right: 100px;
    padding: 0 15px;
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    line-height: 1.5;
}
.saleaction_Text span {
    font-weight: bold;
    padding: 10px 0;
		color: #fff;
}
/*---Zapis--->*/
input {
    width: 100%;
    padding: 7px 10px;
    color: #333;
    font-size: 14px;
    font-style: normal;
    text-shadow: none;
}
input {
    background: #F9FAFB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #B9C2CB;
    margin: 0 auto;
}
.logo_Foot img {
    max-width: 200px;
    margin-bottom: 15px;
}
.cat_Treners h3 {
		font-size: 20px;
    font-size: 1.5rem;
}
.cat_Treners .buttonsWrap {
    margin: 15px 0;
    margin: 1rem 0;
}
.cat_Treners .feedBackMod a {
    padding: 7px 20px;
    background: #ff0000;
    max-width: 400px;
    text-align: center;
    color: #fff;
    font-weight: 400;
    text-transform: none;
}
.feedBackMod a:hover {
    box-shadow: none;
    background: #ff0000;
    color: #fff !important;
}
.cat_Treners .treners_Desc {
    font-size: 15px;
    font-size: 1rem;
		font-weight: 400;
}
/*Soc*/
.soc_Block {
    background-color: #111;
		color: #fff;
}
.soc_Flex {
    display: flex;
		align-items: center;
		padding: 15px 0;
		justify-content: space-between;
}
.soc_Item {
	display: flex;
    opacity: .5;
}
.soc_Item:hover {
    opacity: 1;
		transition: opacity .3s;
}
.soc_Item img {
    max-height: 25px;
    margin-right: 15px;
}
.soc_Txt {
   	color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
/*write_Block*/
.write_Block {
    background: rgba(0, 0, 0, 0.58) url(/images/banners/write-Banner.jpg);
    background-attachment: fixed;
    background-blend-mode: multiply;
}
.write_Flex {
    padding: 120px 0;
}
.write_FlexVid {
	margin: 240px 0 180px 0;
}
.write_Title {
    text-align: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    padding: 40px 0;
}
.write_modalFlex {
    display: flex;
}
.favor_item {
    color: #fff;
    font-size: 1.4rem;
    text-shadow: 1px 1px 4px #000;
    margin-top: 2rem;
}
.favor_item svg {
    width: 40px;
    height: 40px;
    margin: 0 0.1rem 0 1rem;
}
#writeUsForm {
    display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.input_Write {
    width: 30%;
}
.write_Notice {
    color: #fff;
    text-align: center;
	margin: 15px 0;
	font-size: .8rem;
}
.write_Notice a {
    color: #fff;
}
.input_Write .form-control {
    background: transparent;
    border: 0;
}
.input_Write input[type="text"] {
    color: #fff;
}
.input_Write input::placeholder {
	color: #fff !important;
}
.input_Write:after {
    content: "";
    width: 90%;
    height: 1px;
    background: #fff;
    border: 1px solid #fff;
    display: block;
    opacity: .7;
}
.page_Gray {
    background-color: #f1f1f1;
}
.page_Green {
    background-color: #ff0000;
}
.modal_block {
    background: #ff0000;
    color: #fff;
}
.modal_block .btn-primary {
    background-color: #fbb03b;
    border-color: #fbb03b;
}
.modal-dialog {
    max-width: 800px;
}
.block_actions {
    position: relative;
}
.block_actionsTxt {
    position: absolute;
    top: 40%;
    font-size: 45px;
    font-size: 3rem;
    padding: 0 100px;
    color: #ff0000;
    text-shadow: 2px 2px 4px #000;
    text-align: center;
    font-weight: 800;
}
.block_actionsImg {
    background: rgb(0 0 0 / 80%);
}
.block_actionsImg img {
    mix-blend-mode: multiply;
}
.block_actionsTtl {
    font-size: 60px;
    font-size: 4rem;
    font-weight: 900;
    margin-bottom: 30px;
    color: #f00;
}
.big_span {
    font-size: 75px;
    font-size: 5rem;
}
.flex_VideoMobile {
    display: none;
}
/*Online*/
.online_fon {
    background: url(/images/banners/fon-3.webp) no-repeat;
    background-size: cover;
}
.online_block {text-align: center}
.online_image {
    padding: 40px;
    background-color: #ff0;
    border-radius: 50%;
    display: inline-block;
}
.online_image svg {width: 40px;height: 40px}
.online_txt {
    margin-top: 1rem;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
    font-size: 1.2rem;
}
.online_slogan {
    margin-bottom: 2rem;
    color: #fff;
    text-shadow: 2px 2px 8px #000;
    font-size: 1.2rem;
    text-align:center;
}
/* responsive styles */
@media (max-width: 1400px){
	.logo_Block {
	    padding: 0;
	}
	.page_Inner {
	  width: 100%;
		padding: 0 30px;
	}
}
@media (max-width: 1200px) {
.favor_item {font-size: 1.1rem}
.study_item {font-size: 1rem}
.write_FlexVid {margin: 100px 0 50px 0}
.mod_Inner {padding: 2rem 0}
.h1, h1 {font-size: 2rem}
.h2, h2, .h3, h3 {font-size: 2rem}
.block_actionsTxt {
    font-size: 30px;
    font-size: 2rem;
    padding: 0 30px;
}
.block_actionsTtl {
    font-size: 45px;
    font-size: 3rem;
}
.big_span {
    font-size: 60px;
    font-size: 4rem;
}
.cat_Treners .uk-panel {
    min-height: 300px !important;
}
#content .item-page {
    margin: 2rem 0;
}
.treners_Desc {
    font-size: 15px;
    font-size: 1rem;
}
.feedBackMod a {
    padding: 14px 30px;
		margin: 0;
}
.feedBackMod {
	font-size: 14px;
	margin: 0;
}
.cat_Treners .feedBackMod a {
	padding: 12px 20px;
}
.buttonsWrap {
	margin: 30px 0;
	margin: 2rem 0;
}
.treners_ItemTxt {
    top: 40%;
    left: 15px;
}
  .item_Banner {
    width: 40%;
    margin-bottom: 14px;
  }
	.menu_Skew:after {
    height: 85px;
    right: 4%;
}
.menu_Skew:before {
	height: 85px;
	left: 4%;
}
	.orderstartline {
    width: 100%;
	}
  .top50Wrapper {
    padding: 0 30px;
  }
  .orderstartimg {
    width: 20%;
  }
  .header_Flex {
    /*padding: 0 15px;*/
  }
  .contentWrapper {
      padding: 30px 0;
  }
  .custom.optimalWrapper .page_Inner {
    padding: 0 15px;
  }
  .optimalTitle {font-size: 20px;}

  .homeBanner .page_Inner {
    padding: 0;
  }
	.uk-notouch .uk-hidden-notouch, .uk-touch .uk-hidden-touch {
	    display: block !important;
	}
	.uk-slidenav-position .uk-slidenav-previous {
	    left: 0;
			opacity: .5;
	}
	.uk-slidenav-position .uk-slidenav-next {
	    right: 0;
			opacity: .5;
	}
}
@media (max-width: 800px) {
  .daci_FlexTxt p {
    display: none;
  }
	.cat_Treners .treners_Desc {
    font-weight: normal;
}
.block_actionsTxt {
    top: 20%;
}
.cat_Treners .uk-panel {
    min-height: 350px !important;
}

.soc_Txt {
	    display: none;
	}
	.contentWrapper {
    padding: 80px 0 0 0;
}
.mainMenuList img {
    max-height: 20px;
}
.treners_cont {
    display: flex;
    flex-wrap: wrap;
}
.treners_contImg {
    display: block;
    width: 100%;
}
.treners_contTxt {
    display: block;
    width: 100%;
}
  .itemcat_Flex {
    width: 46%;
  }
  .top50Wrapper {
    padding: 0;
  }
  .moduleWrapper.sloganWrapper2 {
    padding: 30px 0;
  }
  .page_Inner {
    padding: 0 15px;
  }
  .favormid {
    display: none;
  }
  .favorstart {
    width: 100%;
  }
  .page_Innermod {
   padding: 15px;
  }
  .favorendtxt {
    font-size: 30px;
    padding: 0 20px;
  }
  .favorstarttxt {
    font-size: 30px;
    padding: 0 20px;
  }
  .headerItem.logoItem {
    width: 100%;
    text-align: center;
  }
  .header_Flex {
    /*padding-bottom: 15px;*/
  }
  .custom.headerItem.topContactWrapper {
    width: 68%;
    line-height: 1.5;
  }
  .tcAdress {padding: 0px 15px 0 0;}
  .feedbackWrapper {width: 32%;}
  .mainMenuList > li {
    float: none;
  }
  .nav-child {position: relative;}

  .feedbackButton {font-size: 12px;}
  header {
  }
  .optimalText {font-size: 14px; }
  .optimalTitle {
    font-size: 18px;
  }
  .aboutItem {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutExp {
    width: 100%;
  }
  .moduleWrapper.sloganWrapper {font-size: 18px;}
  .footerFlex .moduleWrapper {
    width: 49%;
  }
  .saleaction {
    top: 86%;
    bottom: 0;
    width: 380px;
  }
.item_Banner .buttonsWrap {
	text-align: center;
}
.catItem_min .buttonsWrap {
	text-align: center;
}
.menu_Block.menu_Skew {
		display: none;
}
.menu_Skew:before {
  display: none;
}
.menu_Skew:after {
  display: none;
}
.menu_Block {
    display: none;
}
.menu_BlockMobile {
    display: flex;
    width: 20%;
    justify-content: center;
    position: relative;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
}
.logo_Block {
    padding: 0;
}
.mainMenuList > li {
    display: inline-block;
    width: 100%;
}
.mainMenuList a {
    padding: 7px 15px;
    font-size: 15px;
    font-size: 1rem;
    font-weight: 700;
    float: right;
}
.menu_BlockMobile i {
    color: #fff;
    font-size: 20px;
}
.logo_Block img {
    max-width: 40px;
}
.catItem_min {
    width: 100%;
}
.catItem_max {
    width: 100%;
}
.flexBlock {
    display: block;
}
.mod_Item {
    width: 50%;
}
.ab_Txt {
    font-size: 20px;
}
}
@media (max-width: 640px) {
.favor_item {text-align: center;font-size: 1rem}
.favor_item svg {
    width: 30px;
    height: 30px;
    margin: 0 0.1rem 0 0;
}
.write_Title {
    font-size: 1.1rem;
    padding: 1rem 0;
}
.write_Notice {
    text-align: left;
    font-size: .7rem;
}
.feedBackMod_Smoll a:last-child {
    margin-left: 0;
    margin-top: 15px;
}
.footerFlex .moduletable {text-align: center;width: 100%}
.block_actionsTxt {
    font-size: 15px;
    font-size: 1rem;
    padding: 0 15px;
}
.block_actionsTtl {
    font-size: 15px;
    font-size: 1rem;
    border-bottom: 2px solid;
}
.uk-scope .uk-margin {font-size:.9rem}
.big_span {
    font-size: 15px;
    font-size: 1rem;
}
.ab_Item {
    width: 100%;
	margin-bottom: 15px;
}
.ab_Txtm {
    font-size: 14px;
    font-weight: 400;
}
.pull-none {
    width: 100%;
    float:none;
    padding: 15px;
}
	.cat_Flex {
    padding: 20px 0 0 0;
}
.write_Flex {
    padding: 40px 0;
}
.write_Block {
    background: #333;
}
.input_Write {
    width: 100%;
    margin-bottom: 30px;
}
.banner_Inner .cat_Flex {
    padding: 80px 0 0 0;
}
  .item_Banner {
    width: 100%;
  }
	.item_Treners {
    width: 100%;
}
  .saleaction {
    display: none;
}
.uk-scope .uk-accordion-title {padding:1rem;font-size: .9rem}
.header_Flex {
    justify-content: center;
    text-align: center;
}
.mod_fifty {
    width: 100%;
}
.logo_Item {
    width: 100%;
    margin: 28px auto;
}
.info_Item {
    width: 100%;
}
.call_Item {
    width: 100%;
}
  .itemcat_Flex {
    width: 100%;
}
.mod_Item {
    width: 100%;
}
.extra_Item {
    width: 100%;
}
.mod_Big {
    width: 100%;
    left: 0;
}
.mod_Smoll {
    width: 100%;
}
.smollFlex_Item {
    width: 100%;
}
.mod_Bigsale {
    width: 100%;
    top: 20px;
}
.mod_Smollsale {
    width: 100%;
    padding: 0;
}
.catItem_maxEl {
    width: 100%;
}
.catItem_maxElBlack {
    background-color: #2a2a2a;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.h1, h1 {
    font-size: 2rem;
    line-height: 1.5;
    text-align: center;
}
.h2, h2 {
    font-size: 28px;
    font-size: 2rem;
}
.h3, h3 {
    font-size: 24px;
    font-size: 1.5rem;
}
.catItem_Text {
    font-size: 42px;
    font-size: 3rem;
}
.text_Big {
  font-size: 42px;
  font-size: 3rem;
}
.text_Normal {
  font-size: 42px;
  font-size: 3rem;
  line-height: 1;
}
.moduleWrapper.homeBanner {
  background: #333;
}
.favorendtxt {
    font-size: 14px;
    padding: 0 10px;
}
.favorstarttxt {
    font-size: 14px;
    padding: 0 10px;
}
footer {
    padding: 40px 0;
}
}
@media (max-width: 480px) {
.feedBackMod_Smoll a {min-width: 200px}
.contentWrapper {
    padding: 4rem 0 0 0;
}

#content h1 {
    padding: 0;
}

.cat_Treners .uk-panel {
    min-height: 320px !important;
}    

  .aboutHeading {
    font-size: 24px;
  }
  .moduleWrapper.getEquipWrapper {
    padding: 0 15px;
  }
  .moduleWrapper.top50Wrapper {
    padding: 30px 15px;
  }
  .orderstartline {
    display: block;
  }
  .orderstartimg {
    width: 100%;
  }
  .orderstarttxt {
    text-align: center;
    width: 100%;
    padding: 10px;
  }
  .orderstarttxtTitle {
    font-size: 14px;
  }
  .orderstarttxtSm {
    font-size: 13px;
  }
  .orderstartimg img {
    max-width: 40%;
  }
  .moduleHeading {
    font-size: 36px;
    margin-bottom: 0;
  }
  .headerItem.logoItem {
    width: 100%;
    text-align: center;
    padding: 0 15px;
  }
  .custom.headerItem.topContactWrapper {
    width: 100%;
  }
  .tcAdress {
    padding: 5px 0;
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .tcContacts {
    padding: 10px;
    width: 100%;
    text-align: center;
  }
  .custom.feedbackWrapper {
    width: 100%;
    padding-bottom: 15px;
    justify-content: center;
  }
  .feedbackButton {
    margin: 5px;
    font-size: 13px;
    padding: 10px 15px;
  }
  .modal-title {
    font-size: 16px;
  }
  #membershipForm .inputWrap {
    width: 100%;
  }
  .homeBanner .uk-panel-title {font-size: 28px;}
  #content h1 {
    font-size: 25px;
		font-size: 1.5rem;
  }
  .fbSocial {
    width: 100%;
    font-size: 14px;
    padding-right: 0;
    margin-bottom: 20px;
  }
  .fbEmail {width: 100%;}
  .moduleWrapper.feedbackMod {
    text-align: center;
  }
  .fbSocial .socialLinks {justify-content: center;}
  .inputFlex input {
    width: 100%;
  }
  .inputFlex input:first-child {
    margin-bottom: 8px;
  }
  .moduleHeading {font-size: 24px;}
  .optimalTitle {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #007bff;
    padding-bottom: 15px;
  }
  .optimalText {
    font-size: 14px;
    padding: 15px 0;
    width: 100%;
  }
  .optimalOffer {
    width: 100%;
    margin-bottom: 30px;
  }
  .highHeading {
    font-size: 24px;
  }
  .aboutCool ul li {
    width: 100%;
  }
  .equipClients {
    width: 100%;
  }
  .equipGet {
    width: 100%;
    padding-left: 0;
  }
  .footerFlex .moduleWrapper {
    width: 100%;
  }
.h2, h2 {margin: 1rem 0}  
}
@media (max-width: 320px) {
.h2, h2 {font-size: 1.2rem}
.study_item {font-size: .8rem}
.study_head {font-size: 1rem}
#content h1 {font-size: 1.2rem}
.h1, h1 {font-size: 1.2rem}
}