* {
  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;
}
ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
.h1, h1 {
    font-size: 45px;
    font-size: 3rem;
    font-weight: 800;
}
.h2, h2 {
    font-size: 52px;
    font-size: 3rem;
    font-weight: 800;
    color:#050569;
    text-align: center;
}
.h3, h3 {
    font-size: 28px;
    font-size: 2rem;
    font-weight: 800;
}
.uk-slidenav {
    width: 62px;
    height: 62px;
    line-height: 56px;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    background: #fad007;
}
.uk-slidenav:active {
  background: #fad007;
    color: #fff !important;
}
.uk-slidenav:focus {
  background: #fad007;
    color: #fff !important;
}
.uk-slidenav:hover {
  background: #0f0fa1;
    color: #fff !important;
}
.uk-slidenav-position .uk-slidenav {
    display: block;
}
.uk-slidenav-position .uk-slidenav-previous {
    left: -40px;
    opacity: .5;
}
.uk-slidenav-position .uk-slidenav-next {
    right: -40px;
    opacity: .5;
}
.extraMod {
    background-color: #fff;
}
.white_Title {
    color: #fff;
    text-align: center;
}
.mod_Inner {
    padding: 80px 0;
}
.tcText {
    color: #222;
}
.contentWrapper {
    padding: 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;
}
.pageInner {
  max-width: 1560px;
  margin: 0 auto;
}
.headerFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
}
.info_Item {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
}
.info_Item a:hover {
    text-decoration: none;
    color: #222;
}
#logo {
    margin-right: 20px;
}
.logo_Item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.call_Item {
  width: 20%;
}
#logo img {
  max-width: 85px;
}
.slogan_title {
    font-size: 28px;
    font-weight: 900;
    color: #0f0fa1;
    margin-bottom: 0;
}
.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: #0f0fa1;
  border-color: #0f0fa1;
}
.btn-primary:hover {
  background-color: #fad007;
  border-color: #fad007;
}
.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: #0f0fa1;
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
    color: #fff;
    border-bottom: 2px solid;
}
.pageInner.mainMenu {
  position: relative;
  padding: 0;
}
#mainMenu ul {
  margin: 0;
  padding: 0;
  list-style: none !important;
  z-index: 999;
}
.mainMenuList {
  overflow: hidden;
}
.mainMenuList > li {
  float: left;
}
.mainMenuList a {
  color: #fff;
  display: block;
  padding: 15px 60px;
  font-size: 20px;
  font-size: 1.1rem;
  text-decoration: none !important;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}
.mainMenuList a:hover {
  background: #050569;
  color: #fff;
}
.nav-child li a {
  padding: 7px 15px;
  font-weight: normal;
  font-size: 15px;
  color: #222;
}
.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;
}
.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;
}
.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;
}
.moduleWrapper.modBanner {
    background: url(/images/banners/background7.jpg) no-repeat center;
    background: url(/images/banners/background7.webp) no-repeat center;
    color: #fff;
    background-size: cover;
    position: relative;
}
.modBannerTitle {
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}
.modBanner h1 {
    text-shadow: 2px 2px 8px #000;
}
.modBanner {
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.5);
}
.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;
}
.StroyBannerInner 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 .pageInner {
  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 .pageInner {
  padding: 0 15px;
}
.moduleWrapper.aboutWrapper {
  padding: 30px;
  line-height: 1.5;
}
.pageInner.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;
}
.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: #333;
}
.contentInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leftbar {
  width: 25%;
}
#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;
}
.pageInner.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: #0f0fa1;
  color: #fff;
  padding: 80px 0 0 0;
}
footer p {
  margin: 7px 0;
}
.footerFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerFlex .moduleWrapper {
    width: 48%;
    position: relative;
}
.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;
}
.foot_title {font-size: 28px}
.moveTop {
  width: 48px;
  height: 48px;
  position: fixed;
  padding: 23px 10px;
  background: #ffc107;
  bottom: 10px;
  right: -50px;
  box-shadow: 0px 6px 3px -2px rgba(0, 0, 0, 0.35);
  border-radius: 4px;
  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: 15px;
  right: 15px;
  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: #007bff;
  font-weight: normal;
  padding: 7px 20px;
  color: #fff;
}
.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;
}
.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: #fad007;
}
.itemBanner {
    display: block;
    width: 23%;
    margin-right: 14px;
}
header {
}
.mod_Flex {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
}
.imgBanner {
    display: flex;
    align-items: center;
}
.imgBanner img {
    max-width: 40px;
    margin-right: 14px;
}
.textBanner {
    font-weight: bold;
    font-size: 18px;
    text-shadow: 2px 2px 8px #000;
}
.catflex {
  display: flex;
  flex-wrap: wrap;
  margin: 80px 0 0 0;
}
.itemcatflex {
    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;
}
.imgitemcatflex img {
}
.textitemcatflex {
  color: #333;
  line-height: 1.5;
  font-size: 14px;
}
.titleitemcatflex {
    font-size: 16px;
    font-weight: bold;
}
.pageInnermod {
  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: 30%;
    background: url(/images/uslugi-zs.jpg) no-repeat;
    background-size: cover;
    height: 100vh;
    min-height: 600px;
    align-items: center;
}
.catItem_max {
    display: flex;
    width: 70%;
    flex-wrap: wrap;
    height: 100vh;
    min-height: 600px;
}
.catItem_minInner {
    margin: 0 auto;
}
.catItem_Text {
    font-size: 66px;
    font-weight: 900;
    color: #0f0fa1;
    text-transform: uppercase;
}
.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;
    height: 50vh;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f8fcff;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    min-height: 300px;
    width: 25%;
    color: #0f0fa1;
    border: 1px solid #eee;
    transition: background-color .5s;
}
.catItem_maxEl:hover {
    background-color: #0f0fa1;
    color: #fff;
    fill: #fff;
    stroke: #fff;
    border: 0;
    transition: background-color .5s;
}
.catItem_maxImg {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    transition: all .5s;
    position: absolute;
    z-index: 1;
    padding-top: 40%;
}
.catItem_maxImg svg {
    fill: #0f0fa1;
    stroke: #0f0fa1;
}
.catItem_maxImg:hover svg {
    fill: #fff;
    stroke: #fff;
    transition: .3s;
}
.catItem_maxTitle {
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 70%;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}
.catItem_maxTitle:hover {
  color: #fff;
}
.ask {
  display: flex;
  bottom: 0;
}
.ask a {
  width: 100%;
  color: #fff !important;
  padding: 14px;
  background: #0f0fa1;
  font-weight: 800;
  cursor: pointer;
  position: relative;
}
.ask a:hover {
  background: #ffc107 !important;
}
/*---flexBlock---*/
/*blue_Block*/
.blue_Block {
    background: #0f0fa1;
}
.mod_Tex {
    position: relative;
}
.mod_Item {
    min-height: 600px;
    height: calc(100vh - 600px);
    width: 25%;
    position: relative;
    opacity: .5;
    flex-direction: column;
    top: 200px;
    transition: top .5s;
    font-size: 0px;
}
.mod_Tex h2 {
    position: absolute;
    width: 100%;
    top: 80px;
}
.mod_Item:hover {
    height: auto;
    background-color: #050569;
    opacity: 1;
    cursor: pointer;
    top: 0;
    font-size: 16px;
    color: #fff;
    transition: top .5s;
}
.mod_Item_Img {
    width: 100%;
    position: relative;
}
.mod_Item_Img:hover {
    opacity: 1;
}
.mod_Item_Img img {
    width: 100%;
}
.mod_Item_Img_Title {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    position: absolute;
    left: 25%;
    color: #fff;
}
.mod_Item_Txt {
    /*padding: 0 5% 0 10%;*/
    padding: 30px 15px;
    position: absolute;
}
.mod_Item_Txt li {
    margin-bottom: 14px;
}
/*---blue_Block---*/
/*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: #0f0fa1;
    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: 0 20px}
/*----Extra*----/
/*going*/
.going {
    background-color: #bee1f5;
}
.mod_Flexgoing {
    display: flex;
    flex-wrap: wrap;
}
.mod_Flexmovi {
    display: flex;
    flex-wrap: wrap;
    margin: 80px 0;
    align-items: center
}
.mod_SmollFlex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.smollFlex_Item {width: 50%}
.Item_Inner {
    margin: 10px;
    position:relative;
}
.Item_Inner:after {
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,#fff 0,#fff 0,white 30%,rgba(255,255,255,0) 100%);
}
.inner_title {
    position: absolute;
    top: 50px;
    left: 50px;
    color: #222;
    z-index: 1;
}
.smollFlex_Item img {
    min-width: 100%;
}
.mod_Smoll .feedBackMod {
    margin: 36px 0;
    background: #0f0fa1;
    color: #fff;
    box-shadow: 0 0.3125rem 1.5625rem 0 rgba(42,93,152,.55);
}
.mod_Smoll .feedBackMod:hover {
    background: #3575c0;
    box-shadow: none;
}
.title_smollFlex {
    font-size: 24px;
    text-decoration: underline;
    color: #0f0fa1;
    font-weight: bold;
}
.callback {
    display: inline-block;
    padding: 22px 50px;
    background-color: #0f0fa1;
    color: #fff !important;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
    transition:.2s
}
.callback:hover {background-color: #ffc107;color: #222 !important}
.callback_yellow {color: #222 !important;box-shadow: 0 0.3125rem 1.5625rem 0 rgb(250 208 7 / 55%);background-color: #ffc107}
.callback_yellow:hover {box-shadow: none;background-color: #fad007}
.callback_banner {margin-top: 40px}
/*----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%;
}
.mod_extra {
    padding-right: 60px;
}
.big_Txt {
    font-size: 16px;
    padding-top: 14px;
}
.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: 15px;
    padding: 20px 40px;
    background: #007bff;
    font-size: 18px;
    border-radius: 50px;
}
table {
    width: 100%;
}
td {
    padding: 20px;
}
tr:nth-child(odd) {
    background: #eee;
}
tr.TPrice {
    background: #fad007;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}
tr:hover {
    background-color: #0f0fa1;
    color: #fff;
    transition: .3s;
}
.uk-accordion-content {
    padding: 0 0 20px 0;
}
.uk-panel-teaser {
    text-align: center;
}
/* Action Block */
.saleaction {
    position: absolute;
    background-color: #0f0fa1;
    width: 367px;
    height: 100px;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    display: block;
    border-radius: 10px 0 0 10px;
    -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: 10px 0 0 10px;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}
.saleaction_Percent {
    background-color: #fad007;
    width: 242px;
    height: 242px;
    position: absolute;
    border-radius: 50%;
    left: -40%;
    top: -70%;
}
.saleaction_Percent span {
    display: block;
    position: absolute;
    right: 0;
    top: 87px;
    margin: auto;
    color: #363636;
    font-size: 3rem;
    font-weight: 900;
    width: 95px;
    text-align: center;
}
.saleaction_Text {
    margin-left: 100px;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #fff;
}
.saleaction_Text span {
    font-weight: bold;
    padding: 10px 0;
}
.logo_White {
    bottom: 0;
    right: 0;
    width: 400px;
}
.call_Icon {
    position: absolute;
    bottom: 0;
}
/* responsive styles */
@media (max-width: 1600px) {
.pageInner {
  max-width: 100%;
  padding: 0 30px;
  margin: 0 auto;
}
.headerFlex {
    padding: 30px !important;
}
.BannerInner {
    padding: 30px !important;
}
.contentWrapper {
    padding: 30px 0;
}
.mod_Inner {
    padding: 60px 30px !important;
}
.uk-slidenav-position .uk-slidenav-previous {
    left: 0;
}
.uk-slidenav-position .uk-slidenav-next {
    right: 0;
}
.mod_Flexmovi {
  justify-content: space-between;
  margin: 30px 0;
}
.mod_fifty {
    width: 48%;
}
}
@media (max-width: 1200px) {
  .itemBanner {
    width: 48%;
    margin-bottom: 14px;
  }
	.orderstartline {
    width: 100%;
	}
  .orderstartimg {
    width: 20%;
  }
  .headerFlex {
    padding: 30px !important;
  }
  .pageInner {
    padding: 0 30px;
  }
  .contentWrapper {
      padding: 30px 0;
  }
  footer {
    padding: 30px 0 0 0;
}
  .custom.optimalWrapper .pageInner {
    padding: 0 15px;
  }
  .optimalTitle {font-size: 20px;}

  .homeBanner .pageInner {
    padding: 0;
  }
  .h1, h1 {
    font-size: 42px;
    font-size: 2.5rem;
    font-weight: 800;
}
.flexBlock {
    display: block;
}
.catItem_maxEl {
    width: 50%;
    height: 180px;
    min-height: 0;
}
.catItem_maxImg {
    padding-top: 28px;
}
.catItem_maxTitle {
    padding-top: 100px;
}
.catItem_min {
    width: 100%;
    height: 100%;
}
.catItem_max {
    width: 100%;
    height: auto;
}
.mod_Item {
    width: 100%;
    height: auto;
    min-height: 200px;
}
}
@media (max-width: 1000px) {
  .itemBanner {
    width: 47%;
  }
  #logo img {
  max-width: 100px;
}
}
@media (max-width: 800px) {
.smollFlex_desc {display: none}
.inner_title {top: 25px;left: 25px}
.inner_title p {font-size: 15px;margin: 0}
.callback {
    display: inline-block;
    padding: 12px 24px;
    text-align: center;
    margin: 15px 0;
}
.callback_yellow {display: block;margin: 30px}  
  .itemcatflex {
    width: 46%;
  }
  .top50Wrapper {
    padding: 0;
  }
  .moduleWrapper.sloganWrapper2 {
    padding: 30px 0;
  }
  .pageInner {
    padding: 0 15px;
  }
  .mod_Inner {
    padding: 30px 15px !important;
}
  .favormid {
    display: none;
  }
  .favorstart {
    width: 100%;
  }
  .pageInnermod {
   padding: 15px;
  }
  .favorendtxt {
    font-size: 30px;
    padding: 0 20px;
  }
  .favorstarttxt {
    font-size: 30px;
    padding: 0 20px;
  }
  .headerItem.logoItem {
    width: 100%;
    text-align: center;
  }
  .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;}
  #mainMenu {
    background: #007bff;
    border-bottom: none;
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    z-index: 99;
    transition: all 0.3s ease-out;
    overflow: auto;
  }
  #mainMenu.open {
    left: 0;
  }
  .mainMenuToggler {
    display: none;
    width: 48px;
    height: 48px;
    position: fixed;
    padding: 23px 10px;
    background: #007bff;
    bottom: 10px;
    right: calc(50% - 24px);
    box-shadow: 0px 6px 3px -2px rgba(0, 0, 0, 0.35);
    border-radius: 4px;
    z-index: 99;
  }
  .mainMenuToggler span {
    display: block;
    position: relative;
    height: 2px;
    background: #fff;
    width: 28px;
    transition: all 0.2s ease-out;
  }
  .mainMenuToggler span:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease-out;
  }
  .mainMenuToggler span:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all 0.2s ease-out;
  }
  .mainMenuToggler.open {
    background: #333333;
  }
  .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;
  }
  .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%;
  }
  .feedBackMod {
    font-size: 14px;
  }
  .saleaction {
    display: none;
}
.mod_fifty {
    width: 100%;
}
  .mod_extra {
    padding-right: 0;
  }
}
@media (max-width: 640px) {
.smollFlex_Item {width: 100%}
.Item_Inner {overflow: hidden;margin: 10px 0}
.call_Icon {position: relative}
.moduleWrapper.modBanner {background: #0f0fa1}
.extra_Item {margin: 0}
.feedBackMod {max-width: 100%}
.catflex {margin: 0}
#logo {margin-right: 0;width: 100%}
.mod_Flexmovi {margin: 30px 0}
.mod_Flexmovi img {margin-bottom: 15px}
.uk-slidenav-position .uk-slidenav-previous {
    left: 0;
    display: block !important;
}
.uk-slidenav-position .uk-slidenav-next {
    right: 0;
    display: block !important;
}
  .itemBanner {
    width: 100%;
  }
.headerFlex {
    justify-content: center;
    text-align: center;
}
.info_Item {
    width: 100%;
}
.call_Item {
    width: 100%;
}
  .itemcatflex {
    width: 100%;
}
.catItem_min {
    width: 100%;
    height: 100%;
    min-height: 400px;
}
.catItem_max {
    width: 100%;
    height: auto;
}
.mod_Tex h2 {
    position: relative;
    top: 30px;
    padding-bottom: 30px;
}
.mod_Item {
    width: 100%;
    height: auto;
    min-height: auto;
    opacity: 1;
    font-size: 14px;
    color: #fff;
    top: 30px;
}
.mod_Item_Txt {
    position: relative;
}
.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%;
    height: 180px;
    min-height: 0;
}
.catItem_maxImg {
    padding-top: 28px;
}
.catItem_maxTitle {
    padding-top: 100px;
}
.h1, h1 {
    font-size: 1.8rem;
    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;
}
}
@media (max-width: 480px) {
  .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: 28px;
  }
  .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%;
  }
}
@media (max-width: 359px) {

}
