* {
  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: normal;
  color:#121212;
}
img {
  max-width: 100%;
  height: auto;
}
p {margin-top: 1rem}
ul {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}
a:hover {
  text-decoration: none;
}
.bold {
    font-weight: 800;
}
.h1, h1 {
    text-align: center;
    color: #0567c0;
    font-size: 36px;
    margin: 0 0 30px 0;
}
header {
    background: url(/images/back/head-dk.jpg) no-repeat center;
    min-height: 400px;
}
.stom_ItemTxt {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.stom_ItemTxt .fa, .fas {
    font-weight: 900;
    font-size: 24px;
    color: #0567c0;
    margin-right: 7px;
}
.looker {
    padding: 5px 15px;
    color: #121212;
}
.looker a {
    color: #121212;
    margin-top: 100px;
    background-color: rgb(255 255 255 / 72%);
    padding: 10px 20px;
    border-radius: 40px;
}
.looker a:hover {
  text-decoration: none;
}
.looker i {
    margin-right: 7px;
    font-size: 23px;
    vertical-align: middle;
}
.download {
    display: flex;
    margin: 30px 0;
}
.download a {
    background-color: #f9f9f9;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 7px;
}
.download a:hover {
    background-color: #f3f3f3;
    transition: all .3s linear;
    text-decoration: none;
}
.download img {
    max-width: 40px;
    margin-right: 7px;
}
.stom_Item {
    padding: 30px;
    margin-bottom: 15px;
}
.stom_ItemTxt {
    display: inline-block;
    margin-bottom: 14px;
}
footer a:hover {
    color: #121212;
    text-decoration: none;
}
.phone {
    width: 100%;
    text-align: center;
    margin-top: 31px;
    font-size: 42px;
    font-weight: bold;
    color: #0567c0;
}
.phone svg {
    max-width: 30px;
}
.BannerCD h1{
  color: #fff;
}
.logo_ttl {
    font-size: 28px;
    font-weight: 800;
    color: #f5daad;
}
.h2, h2 {
    color: #0567c0;
    font-size: 32px;
    margin-bottom: 30px;
}
.pageInner .h2, h2 {
    text-align: center;
}
.docs_Item .uk-overlay.uk-overlay-hover {
    box-shadow: 0 0 0 1px #d8d8d8, 0 0 0 8px #a7a7a7, 0 0 0 11px #ccc;
}
.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);
}
.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: 1200px;
  margin: 0 auto;
}
.headerFlex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
}
.headerItem {
  width: 100%;
}
.logo img {
  max-width: 600px;
  width: 100%;
}
.topContactWrapper {
    display: flex;
    justify-content: center;
    padding-top: 100px;
}
.modal-content {border: none;}
.topContactsFlex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.tcAdress {
  display: flex;
  align-items: center;
  color: #121212;
  font-size: 13px;
  padding: 0px 15px;
}
.version {
    display: block;
    text-align: right;
}
.tcText {
}
.tcIcon {
  color: #f5daad;
}
.tcIcon i {
    margin-right: 7px;
}
.colorHader {
    color: #121212;
}
.lighter {
  color: #999;
}
.tcContacts {
    font-size: 22px;
    font-weight: bold;
    color: #f5daad;
}
.tcContacts a {
    color: #f5daad;
}
.feedbackWrapper {
  width: 25%;
  display: flex;
  justify-content: flex-end;
}
.feedbackButton {
  background: #f5daad;
  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;
}
.inputWrap {
  margin-bottom: 8px;
}
.item-page {
	background-color: rgb(245 218 173 / 27%);
    padding: 30px;
    border: 2px solid #cbb69b;
    border-radius: 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: #f5daad;
  border-color: #f5daad;
}
.btn-primary:hover {
    background-color: #f5daad;
    border-color: #f5daad;
}
.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: #f5daad;
  background-repeat: repeat;
  background-attachment: scroll;
  background-position: center center;
  display: flex;
  position: sticky;
  top: 0;
}
.pageInner.mainMenu {
  position: relative;
  padding: 0;
}
#mainMenu ul {
    margin: 0;
    padding: 0;
    list-style: none !important;
    justify-content: center;
}
.mainMenuList {
  overflow: hidden;
}
.mainMenuList > li {
  float: left;
}
.mainMenuList a {
    display: block;
    padding: 15px 40px;
    font-size: 16px;
    color: #121212;
    text-decoration: none !important;
    position: relative;
}
.mainMenuList a:hover {
  background: rgb(0 0 0 / 0.1);
  color: #121212;
}
.nav-child li a {
  padding: 10px 15px;
}
.nav-child li a:hover {
    background: #f5daad;
}
.separator {
  display: block;
  padding: 15px;
  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: 500px;
  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: #121212;
  font-size: 14px;
}
.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;
}
.stom_Banner {
  color: #fff;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.stom_BannerTxt {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 60px;
    text-align: center;
}
.stom_Banner .uk-panel-title {
  font-size: 42px;
  font-weight: normal;
  color: #fff;
  line-height: 2;
}
.stom_Banner .uk-margin {
  font-size: 18px;
  text-align: center;
  line-height: 1;
}
.moduleWrapper.optimalWrapper {
  padding: 60px 0;
  background: #eee;
}
.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 #f5daad;
}
.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 #121212;
  margin-bottom: 15px;
}
.moduleWrapper.highWrapper {
  text-align: center;
  padding: 50px 0;
}
.highHeading {
  font-size: 44px;
  line-height: 1.5;
  color: #121212;
}
.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: #121212;
  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 {
  width: 50%;
}
.aboutExp {
  width: 50%;
}
.aboutHeading {
  font-size: 36px;
  font-weight: normal;
  color: #121212;
  padding: 15px 0;
  position: relative;
}
.aboutHeading:after {
  content: "";
  display: block;
  position: relative;
  width: 98%;
  height: 2px;
  background: #121212;
  margin: 10px 0;
}
.aboutnormal {
  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: #121212;
  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: #121212;
  padding: 7px 15px;
  font-size: 18px;
  border-radius: 4px;
}
.aboutExp .card-header a {
  display: block;
  color: #fff;
  background: #f5daad;
  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: #121212;
}
.aboutExp .card-header .collapsed:after {
  background: #121212;
  transform: rotate(90deg);
}
.collapsed {
  background: #fff !IMPORTANT;
  color: #7f7f7f !important;
  font-weight: normal;
}
.aboutExp .card-header {
  padding: 0;
}
.uk-slidenav {
    width: 42px;
    height: 42px;
    line-height: 39px;
    color: #ffffff;
    font-size: 36px;
    text-align: center;
    background: #f5daad;
}
.wkTop .uk-flex.uk-flex-center.uk-margin-top {
    margin-top: 50px !important;
}
.uk-overlay-background {
    background: rgb(0 0 0 / 0.7);
    color: #121212;
}
.uk-overlay-icon:before {
    color: #f5daad;
}
.contentInner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.leftbar {
  width: 25%;
}
.content100 {
  width: 100%;
  padding: 50px 0;
}
.content75 {
  width: 75%;
}
.content50 {
  width: 50%;
}
.rightbar {
  width: 25%;
}
.moduleWrapper.homeNews {
  background: #393939;
  padding: 30px 15px;
  color: #fff;
  margin-top: 20px;
}
.moduleHeading {
  font-size: 25px;
  line-height: 2;
  text-align: center;
  padding: 50px 0;
  color: #f5daad;
  font-size: 40px;
  font-weight: bold;
}
.ContentHeading {
    font-size: 25px;
    line-height: 2;
    text-align: center;
    color: #f5daad;
    font-size: 40px;
    font-weight: bold;
}
/*Модуль Витрыны*/
.vitrina img.uk-overlay-scale {
    border-radius: 10px 10px 0 0;
}
.vitrina .uk-margin {
    background: #fff;
    margin-top: 0;
    padding: 20px;
    text-align: center;
    font-size: 15px;
    line-height: 2;
    border-radius: 0 0 10px 10px;
}
.VTitle {
    font-weight: bold;
    color:#ad4d6c;
}
.VPrice {
    font-weight: bold;
    color: #f5daad;
    font-size: 25px;
}
.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: 0;
}
.moduleWrapper.sloganWrapper2 {
    background: #121212;
    background-image: url(../images/footerfon.png);
    background-repeat: repeat;
    background-attachment: scroll;
    background-position: center center;
    text-align: center;
    padding: 50px 0 0 0;
    font-size: 36px;
    color: #fff;
}
.moduleWrapper.sloganWrapper {
  background: #121212;
  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;
}
.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: 50%;
    padding-left: 20px;
}
.moduleWrapper.ourProjectsWrapper {
  background: #f5daad;
  color: #fff;
  padding: 50px 15px;
}
.wkProjects .uk-panel {
  background: #fff;
  padding: 8px;
}
.wkProjects .uk-panel-title {
  font-weight: normal;
  color: #f5daad;
}
.moduleWrapper.feedbackMod {
  background: #ececec;
  padding: 40px 15px;
  margin-top: 15px;
}
.feedbackMod .moduleHeading {
  color: #f5daad;
}
.feedbackFlex {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1.5;
}
.fbSocial {
  width: 40%;
  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-weight: normal;
  color: green;
  padding: 8px 0;
}
footer {
    background: #0567c0;
    background-blend-mode: soft-light;
    color: #fff;
    padding: 80px 0;
}
footer p {
  margin: 7px 0;
}
.footerFlex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.footerFlex .moduleWrapper {
    width: 50%;
}
.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;
}
footer a {
    color: #fff;
}
footer a:hover {
    color: #ddd;
}
footer .moduleWrapper h3::after {
  content: "";
  display: block;
  position: relative;
  height: 2px;
  background: #fff;
  margin: 20px 0;
  width: 95%;
}
.moveTop {
  width: 48px;
  height: 48px;
  position: fixed;
  padding: 23px 10px;
  background: #f5daad;
  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: 10px;
  right: 15px;
  cursor: pointer;
}
.uk-dotnav>*>* {
  background: rgb(178 34 34 / 0.5);
}
.uk-dotnav>.uk-active>* {
  background: #f5daad;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.uk-dotnav>*>:focus, .uk-dotnav>*>:hover {
    background: #820000;
    cursor: pointer;
}
.stom_Kit .uk-panel-title {
    margin: 0;
    padding: 0;
    font-weight: normal;
    background: #f5daad;
    color: #fff;
}
.stom_Kit .uk-panel-title a {
    padding: 15px;
    display: inline-block;
}
.uk-button {
  background: #f5daad;
  font-weight: normal;
  padding: 7px 20px;
  color: #fff;
  border: none;
  border-radius: 4px;
}
.uk-button:focus, .uk-button:hover {
    background-color: #820000;
    color: #fff;
    border: none;
    outline: 0;
    text-decoration: none;
}
.news_Item h3.uk-panel-title a {
    color: #f5daad;
    font-weight: 400;
    font-size: 24px;
}
.breadcrumb {
    padding: 15px 0 0 0;
    margin: 0;
    background: none;
}
.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%;
}
.page-header h2 {
    text-align: left;
}
.item-image {
    width: 40%;
    max-width: 400px;
    float: left;
    margin-right: 30px;
}
.page-header h2 a {
  display: inline-block;
  color: #121212;
  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: #f5daad;
}
.vina-youtube-channel-wrapper {
  margin: 30px auto;
}
.vina-youtube-channel-wrapper .youmax-tab, .vina-youtube-channel-wrapper .youmax-encloser-comment-button {
  background-color: #f5daad !important;
  color: #fff;
  text-shadow: none;
}
.vina-youtube-channel-wrapper .youmax-tab:hover {
  background-color: #f5daad;
  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: #f5daad;
}
.readmore a {
  display: inline-block;
  background: #f5daad;
  font-weight: normal;
  padding: 7px 20px;
  color: #121212;
  border: none;
  border-radius: 4px;
  margin-bottom: 15px;
}
.readmore a:hover {
  color: #121212;
  background-color: #cbb69b;
}
.uk-slidenav:focus, .uk-slidenav:hover {
    color: #fff;
    background-color: #820000
}
.customfooterMenuWrapper i {
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    vertical-align: middle;
    margin-right: 10px;
}
.content100 .customfooterMenuWrapper i {
    color: #f5daad;
}
a {
    color: #0567c0;
}
a:hover {
    color: #0567c0;
}
.custom.BannerWrapper {
  max-height: 150px;
}
.catflex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  top: -160px;
  text-align: center;
  box-shadow: 0 10px 15px rgba(0,0,0,0.2);
  z-index: 1;
}
.itemcatflex {
  width: 25%;
  padding: 20px;
  background: #fff;
  border-right: 1px solid rgba(0,0,0,0.1);
  border-bottom: 1px solid rgba(0,0,0,0.1);
}
.imgitemcatflex img {
  max-height: 100px;
  padding: 20px;
}
.textitemcatflex {
  color: #121212;
  line-height: 1.5;
  font-size: 16px;
}
.pageInnermod {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 15px;
}
.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 {
  text-align: left;
  width: 70%;
}
.favormid {
  width: 30%;
  margin: 0 20px;
}
.favorand {
  width: 30%;
}
.favorandimg img {
    max-height: 100px;
}
.favorandimg img {
    /*max-height: 100px;*/
    width: 30%;
    float: right;
    margin-left: 20px;
}
.favorendtxt {
    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 {
}
.orderend {
	width: 45%;
}
.orderandimg img {
    max-height: 100px;
}
.orderandimg img {
    /*max-height: 100px;*/
    width: 30%;
    float: right;
    margin-left: 20px;
}
.orderendtxt {
    text-align: right;
    width: 70%;
}
.uk-accordion-title {
    margin-bottom: 15px;
    padding: 20px 40px;
    background: #f5daad;
    font-size: 18px;
    border-radius: 50px;
}
table {
    width: 100%;
}
td {
    padding: 10px;
    border: 1px solid #ccc;
}
table.category {
    border: 0;
}
tr:nth-child(odd) {
    background: #eee;
}
tr.table_title {
    background: #f5daad;
    color: #fff;
}
.uk-accordion-content {
    padding: 0 0 20px 0;
}
.uk-panel-teaser {
    text-align: center;
}
.stom_Kit .uk-panel>:not(.uk-panel-title):last-child {
    margin-bottom: 0;
    margin-top: 0;
    padding: 15px;
    text-align: center;
    background: #f5daad;
    color: #fff;
    font-size: 18px;
}
.item_Spetc {
    text-align: center;
}
.img_Spetc img {
    width: 200px;
}
.alt_Spetc {
    margin: 15px 0;
    font-size: 18px;
}
.spetc_Wrapper {
    padding: 60px 0;
}
.spetc_Green {
    background: url(/images/bg2.png) repeat;
    background-blend-mode: multiply;
}
.spetc_Green h2 {
    color: #f5daad;
    text-transform: uppercase;
}
.spetc_Red {
    background: url(/images/bg1.png) repeat;
    background-blend-mode: multiply;
}
.spetc_WrapperInner {
    border-top: 1px solid rgba(255, 131, 0, 0.3215686274509804);
    border-bottom: 1px solid rgba(255, 131, 0, 0.3215686274509804);
    padding: 30px 0;
}
.flex_BlockInner {
    margin: 30px 0;
}
.flex_Modal {
    padding: 80px 0;
}
a.doc_Link {
    display: block;
    padding: 20px 40px;
    background-color: #f5daad;
    color: #fff;
    text-transform: uppercase;
    width: 300px;
    text-align: center;
    margin: 0 auto;
    border-radius: 40px;
}
.customfooterMenuWrapper img {
    max-width: 50px;
    margin: 15px 15px 15px 0;
}
.center {
    display: block;
    margin: auto;
}
.d_ocenka {
    background-color: #f5daad;
    text-align: center;
    padding: 20px;
    margin: 0 auto;
    width: 500px;
    border-radius: 30px;
    cursor: pointer;
}
a.ocenka {
    color: #fff;
}
.d_ocenka a {
	display: block;
}
.smLinks {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
.smLinks a {
    display: block;
    width: 30px;
    margin-right: 10px;
}
/* responsive styles */
@media (max-width: 1200px) {
  .pageInner.headerFlex {
    max-width: 100%;
    padding: 30px 15px;
}
  .wrapper {
      max-width: 100%;
      margin: 0 auto;
  }
  .pageInner {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
	.orderstartline {
    width: 100%;
	}

  .orderstartimg {
    width: 20%;
  }
  .headerFlex {
    padding: 0 15px;
  }
  #content {
    padding: 15px 0;
  }
  .stom_Banner .pageInner {
    padding: 0;
  }
}
@media (min-width: 801px) {
.menu_txt {display: none}
}
@media (max-width: 800px) {
.h1, h1 {
    margin: 15px 0;
}
.menu_txt {display: block}
.item-page {padding: 20px}
header {background: #d6effd;min-height: auto}
.phone {font-size: 28px}
.topContactWrapper {padding-top: 0}
table {
    display: flex;
    overflow-x: auto;
}
  .tcText {
    width: 100%;
}
.tcContacts {
    width: 100%;
}
.headerItem {
    width: 100%;
    text-align: center;
    margin-top: 45px;
}
.custom.headerItem.topContactWrapper {
  width: 100%;
}
	#mainMenu ul {
    display: block;
}
  .catflex {
    display: none;
  }
  .favormid {
    display: none;
  }
  .favorstart {
    width: 100%;
  }
  .pageInnermod {
   padding: 15px;
  }
  .favorendtxt {
    font-size: 30px;
    padding: 0 20px;
  }
  .favorstarttxt {
    font-size: 30px;
    padding: 0 20px;
  }
  .headerFlex {
    padding-bottom: 15px;
  }
  .tcAdress {padding: 0px 15px 0 0;}
  .feedbackWrapper {width: 32%;}
  .mainMenuList > li {
    float: none;
  }
  .nav-child {position: relative;}
  #mainMenu {
    background: #f5daad;
    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 {
    width: 100%;
    height: 48px;
    position: fixed;
    padding: 23px 10px;
    background: #f5daad;
    top: 0;
    z-index: 99;
    display: flex;
}
  .mainMenuToggler span {
    display: block;
    position: relative;
    height: 2px;
    background: #333;
    width: 28px;
    transition: all 0.2s ease-out;
  }
  .mainMenuToggler span:before {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    height: 2px;
    width: 100%;
    background: #333;
    transition: all 0.2s ease-out;
  }
  .mainMenuToggler span:after {
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    height: 2px;
    width: 100%;
    background: #333;
    transition: all 0.2s ease-out;
  }
.menu_txt {
    margin-left: 15px;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 800;
    text-transform: uppercase;
}
  .mainMenuToggler.open{
    background:#f5daad;
  }
  .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 {
    border-bottom: 2px solid #f5daad;
  }
  .aboutItem {
    width: 100%;
    margin-bottom: 30px;
  }
  .aboutExp {
    width: 100%;
  }
  .moduleWrapper.sloganWrapper {font-size: 18px;}
  .footerFlex .moduleWrapper {
    width: 49%;
    margin-bottom: 30px;
  }
  .h1, h1 {
    font-size: 30px;
  }
  .h2, h2 {
    font-size: 25px;
  }
  .stom_Item {
    padding: 0;
    margin-bottom: 0;
	}
}
@media (max-width: 640px) {
  .itemcatflex {
    width: 100%;
}
.moduleWrapper.stom_Banner {
  background: #f5daad;
}
}
@media (max-width: 480px) {
  .aboutHeading {
    font-size: 24px;
  }
  .orderstartline {
    display: block;
  }
  .orderstartimg {
    width: 100%;
  }
  .orderstarttxt {
    text-align: center;
    width: 100%;
    padding: 10px;
  }
  .orderstartimg img {
    max-width: 40%;
  }
  .moduleHeading {
    font-size: 36px;
    margin-bottom: 0;
  }
  .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;
  }
  .headerFlex {
    padding: 0;
  }
  .modal-title {
    font-size: 16px;
  }
  #membershipForm .inputWrap {
    width: 100%;
  }
  .stom_Banner .uk-panel-title {font-size: 28px;}
  #content h1 {
    font-size: 28px;
  }
  .fbSocial {
    width: 100%;
    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 #f5daad;
    padding-bottom: 15px;
  }
  .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%;
  }
}
