body {
  font-family: 'Roboto', sans-serif;
  background-color: #FFFFFF !important;
  font-weight: 400;
}

/* Top Store Bar - sticky */
.top-store-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: linear-gradient(135deg, #ED1C24 0%, #C4122A 50%, #004071 100%);
  text-align: center;
  padding: 8px 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}

.top-store-bar__link {
  color: #ffffff !important;
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none !important;
  letter-spacing: 1px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: opacity 0.3s;
}

.top-store-bar__link:hover {
  opacity: 0.85;
  text-decoration: none !important;
}

.top-store-bar__arrow {
  font-size: 20px;
  animation: arrow-bounce 1.5s infinite;
}

@keyframes arrow-bounce {
  0%, 100% { transform: translateX(0); }
  50% { transform: translateX(5px); }
}

/* Offset body content so it's not hidden behind the fixed bar */
header {
  margin-top: 40px;
}

.show_menu ul {
  padding: 0 20px;
  color: #fff;
  margin: 0;
}

.ams_menu ul li a {
  font-size: 1.2rem;
  font-family: 'Oswald';
  color: #fff;
  font-weight: 300;
}

ul#main_menu li, ul#stick_menu li {
  padding-left: 40px;
}

.logo.uk-width-auto {
  margin-top: 28px;
  padding-left: 0px !important;
}

.adress a {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px;
  font-size: 14px;
  font-weight: 400;
  color: #8E897A;
  text-transform: uppercase;
}

.telephones a, .mail a, .site a {
  font-weight: 300;
  color: #fff;
}

.site a {
  background: linear-gradient(135deg, #ED1C24 0%, #004071 100%);
  padding: 5px 10px;
  border-radius: 10px;
}

.toolbar {
  margin-top: 20px;
}

header.normal .languages a {
  color: #8e897a !important;
}

header.normal {
  z-index: 10;
  position: relative;

  font-family: 'Oswald', sans-serif;
  color: #8e897a !important;
}


header.white {
  z-index: 10;
  color: #ffffff !important;
  position: absolute;
  text-shadow: 2px 2px 2px #000;
  font-family: 'Oswald', sans-serif;
  width: 100%;
}

h2 {
  font-size: 49px !important;
  font-weight: 200;
  font-family: 'Oswald', sans-serif;
  color: #8E7248;
  text-transform: uppercase;
}

.intro {
  max-height: 100vh;
  position: relative;
  margin-top: 200px;

}

.intro__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.intro__title {
  margin: 0;

  font-size: 48px;
  color: #fff;
  text-align: center;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  text-transform: uppercase;

}

.container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.video {
  position: relative;
  z-index: 2;

}

.video__media {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

.about {
  margin-bottom: 30px;
}

.uk-navbar-item, .uk-navbar-nav > li > a {
  align-items: baseline !important;
  padding: 0px 5px;
  max-height: 20px !important;
}

.languages {
  display: flex;
  align-items: flex-start;
  padding-left: 0px !important;
  color: white !important;
}

li.uk-width-expand {
  height: 15px;
}

li.uk-width-expand.default.current.uk-active {
  height: 15px;
}

.toolbar {
  margin-bottom: 11px !important;
}

.languages img {
  margin-right: 8px;
}

.photo p img {
  height: 436px !important;

}

.adress p {
  display: flex;
  align-items: flex-start;
}

.adress img {
  padding-right: 5px;
}

div#motioncontainer {
  height: 436px;
  width: 100%;
}

#motiongallery {
  background: url('/images/image 6.1.png') repeat-x;
  position: absolute;
  top: 0px;
  height: 400px;
  width: 20000px;
  white-space: nowrap;
}

.jsn-master .jsn-narrow .jsn-row-container label {
  text-align: center !important;
}

.jsn-uniform.jsn-master .jsn-row-container.form-horizontal .jsn-form-content div.controls {
  display: flex;
}

ul.lang-inline li a {
  color: #fff !important;
}

.uk-position-center-left .uk-slidenav-large {
  width: 40px !important;
}

h2.module_title_right.uk-float-right {
  float: right;
  margin-top: 103px;
  padding-right: 99px;
  color: #8E7248;
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  margin-bottom: 12px;
  text-transform: uppercase;
  width: auto;

}

p.text_p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #757575;
  font-size: 14px;
  text-align: left;
}

h2.module_title.uk-container {
  color: #8E7248;
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  margin-bottom: 12px;
  text-transform: uppercase;

}

.text_p {
  margin-bottom: 54px !important;
}

li.img_1.uk-active.uk-transition-active {

  width: 100%;
}

ul.uk-slideshow-items {
}

.info_panel {
  width: 430px;
  position: relative;
  z-index: 1;
  display: block;
  background-color: #8e897a;
  float: right;
  margin-top: 200px;
  box-shadow: 5px 5px 0px #fff;
}

.image_2 img {
  position: relative;
  z-index: 2;
}

.info_title {
  padding-top: 28px;
}

.info_title p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #D7D7D7;
  font-size: 14px;
  margin: 10px 0px 0px 20px;
}

.name_seria_1 {
  padding: 0 20px;
  display: block;
}

.name_seria_1 h2 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  color: #ffffff;
  font-family: 'Oswald', sans-serif;
  margin-right: 15px;

}

.name_seria_1 h2 span {
  font-weight: 100;
  padding-right: 8px;
}

.strip {
  margin-right: 19px;
  border-right: 3px solid #fff;
  margin: 15px 0;
}

.strip p.info_p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #fff;
  font-size: 14px;
  text-align: right;
  padding-right: 12px;
  margin: 0;
}

.examples p {
  margin: 0;
  font-size: 12px;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

.examples {
  display: flex;
  margin-left: 35px;
}

.examples_title {
  margin-top: 15px;
  color: #fff;
}

.execution p {
  color: #D7D7D7;
  font-weight: 700;
  font-size: 14px;
}

.exampl {
  margin-left: 12px;
}

.exampl p {
  text-align: center;
}

.uk-container.fornityra {
}

div#contacts {
  background: #8E897A;
  padding-top: 40px;
}

h2.module_title_normal {
  text-align: right;
  margin-top: 103px;
  padding-right: 99px;
  color: #8E7248;
  font-size: 48px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.uk-button-default {
  border: none;
}

.uk-modal-dialog.uk-modal-body.uk-margin-auto-vertical {
  width: 900px;
  height: 460px;
  padding: 0;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.uk-modal-dialog.uk-modal-body.uk-margin-auto-vertical p {
  margin: 25px 0px 0px 25px;
}

.uk-modal-dialog.uk-modal-body.uk-margin-auto-vertical h2 {
  margin: 0;
  font-weight: 700;
  font-size: 36px;
  color: #8E897A;
  font-family: 'Oswald', sans-serif;
  margin-left: 25px;
}

.uk-modal-dialog.uk-modal-body.uk-margin-auto-vertical h2 span {
  font-weight: 100;
}

.btn-toolbar {
  float: right;
}

p.dop_info {
  background: #8E897A;
  text-align: center;
  border-radius: 0px 0px 20px 20px;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  padding: 5px;
  margin-top: 30px;
}

a.uk-button {
}

.show {
  display: block !important;
}

div#top_menu {
  display: none;
}

ul.show_menu li a {
  color: #fff;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
}

.show_menu {
  background: #8e897a;
  padding: 0 20px !important;
}

ul.show_menu {
  display: flex;
  justify-content: flex-end;
  text-decoration: none;
  margin-top: 15px;
}

ul.show_menu li:not(:last-child) {
  padding-right: 41px;
}

ul.show_menu li a {
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  color: #fff;
}

.active, .btn:hover {
  border-bottom: 1px solid black;
  color: white;

}


ul.uk-flex-right li a:hover {
  border-bottom: 1px solid #ffffff;
  text-decoration: none;
}

.active {
  border-bottom: 1px solid white !important;
}

div#partner_ship h2 {
  text-align: right;
  margin-top: 102px;
}

div#fornityra h2 {
  margin-top: 60px;
}

ul.uk-subnav.uk-subnav-pill {
  justify-content: center;

}

ul.uk-subnav.uk-subnav-pill li {
  width: 286px;
  height: 40px;

}

ul.uk-subnav.uk-subnav-pill li a:hover {
  background-color: none;
}

.uk-subnav-pill > .uk-active > a {
  background-color: #8E897A;
  height: 40px;
  -webkit-border-radius: 13px 13px 0px 0px;
  color: #fff !important;

}

ul.uk-switcher.switcher-container.uk-margin {

}

ul.uk-subnav.uk-subnav-pill li a {
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
  color: #86776F;
}

p.text_p.about_product {
  margin-bottom: 54px;
}

ul.uk-subnav.uk-subnav-pill li:not(:last-child) {
  margin-right: 53px;
}

.text_dop_info_products {
  background-color: #8E897A;
  margin-top: 10px;
}

p .p_our_products {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  padding-top: 15px;

}

.our_adress {
}

p.keep_on_p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
}

.examples_title.special {
  display: flex;
  align-items: center;
  margin-top: 29px;
  float: right;
  margin-right: 21px;
}

.series {
  display: flex;
  margin-bottom: 9px;
}

.conditional_group {
  display: flex;
}

.group_2 p {
  margin-left: 17px;
}

p.major_p {
  color: #8E7248;
  font-size: 24px;
  font-family: 'Oswald', sans-serif;
  margin-top: 23px;
  font-weight: 500;
}

.group_2 {
  margin-left: 23px;
}

.conditional_group p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #757575;
  font-weight: 400;
}

div#fornityra p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #757575;
  font-size: 14px;
  margin-top: 15px;
}

div#contacty h2 {
  text-align: right;
  margin-top: 118px;
}

.info_company_part1 {
  width: 300px;
  margin-top: 40px;
  margin-left: 32px;
}

.dop_info_company_1 {
  width: 180px;

}

.dop_info_company_2 {
  margin-left: 27px;
}

.dop_info_company_2, .dop_info_company_4 {
  width: 150px;
}

.info_company_adress p {
  color: #fff;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;

}

.adress_company {
  margin-left: 32px;
}

.dop_info_company_4 {
  margin-left: 20px;
}

.info_company_part2 {
  width: 300px;
  display: flex;
  margin-left: 32px;
}

p.graph {
  margin-top: 40px;
  margin-left: 32px;
  margin-bottom: 12px;
}

.questions {
  background: #fff;
  width: 267px !important;
  margin-left: 32px;
  display: flex;
  border-radius: 8px;
  height: 35px;
  align-items: center;
  margin-top: 10px;
}

a.questions {
  text-align: center;
  color: #86776F;
  width: 100%;
  justify-content: center;
  margin: 0;
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

p.adress_company {
  margin: 25px 0px 19px 31px;
  /* text-transform: uppercase; */
}

.jsn-container-left.span12 input, .jsn-container-left.span12 textarea {
  width: 100% !important;
  border-radius: 5px;
  color: #86776F !important;
  border: 1px solid #86776F;
}

.jsn-container-left.span12 input {
  height: 30px !important;
}

.jsn-master .jsn-bootstrap p {
}

.questions_img {
  width: 36%;
  position: relative;
}

.questions_img p {
  position: absolute;
  right: 35px;
}

button.btn.btn-primary.jsn-form-submit.button_questions {
  width: 100%;
  height: 45px;
  background: #ffffff;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #8e897a;
  font-size: 18px;
  font-family: 'Oswald', sans-serif;
  /* margin: 00px 50px 0 76px; */
  float: right;
}

.form-actions {
  margin-top: 0 !important;
}

div#about_company, div#contacty, div#our_product, div#target {
  height: 75vh;
}

.uk-slideshow-items.header_slide li img {
}

.uk-slideshow-items.header_slide {
}

.uk-slideshow-items.header_slide li img.slide_2 {
}

.header_bg. {
}

.button_shop a {
  text-align: center;
  color: #fff;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 19px;
  padding-top: 4px;
}

.button_shop {
  /* background: #8E897A; */
  width: 50%;
  display: flex;
  text-transform: uppercase;
  border-radius: 5px;
  height: 46px;
  align-items: center;
  transition: .5s;
  border: 2px solid #8e897a;
  color: #fff;
  margin: 0 auto;
  box-shadow: 5px 4px 12px 0px #989487;
  background: linear-gradient(to bottom, #a09a8a 5%, #757166 100%);
  background-color: #8E897A;
  border: 2px solid #5f5235;
  color: #505739;
  text-decoration: none;
  /* text-shadow:0px 1px 0px #ffffff; */
}

.button_shop__dark {
  max-width: 400px;
  width: 100%;
  height: 65px;
  background: #3D3A34;
  font-weight: normal;
  border: none;
}

.header_title.uk-position-large.uk-position-center h2 {
  color: #fff;
  font-size: 72px;
  text-shadow: 3px 1px 3px rgba(136, 145, 132, 1);

}

.uk-offcanvas-bar .ams_menu li a {
  float: right;
  text-align: right;
  display: block;
  font-size: 2em !important;
}

.slider {
  background: url('/images/images/3.png') no-repeat center top / cover;
  /* position: absolute; */
  min-height: 100vh !important;
}


.logo img {
  /* text-shadow: 5px 2px 2px #000; */
  color: #f30808;
  /* background: black; */
  fill: #000;
}

a.uk-logo {
  text-shadow: 5px 5px 5px #000;
  /* box-shadow: 1px 1px 1px #000; */
}

.slider-title span {
  /* font-size: 4rem; */
  /* font-weight: 100; */
  color: #fff;
  text-shadow: 2px 2px 2px #000;
  display: block;
}

.content {
}

.module {
  /* margin-top: 80px; */
}

.ams_slider.big_slider {
  /* transform: translate(0, -150px); */
  z-index: 0;
  padding-bottom: 60px;
}

.hiden {
}

.uk-sticky {
  top: 42px !important;
}

.uk-sticky .logo {
  padding: 0px 5px;
}

ul#main_menu li, ul#stick_menu li {
  /* float: right; */
  list-style: none;
  display: inline-flex;
}

.intro_video {
}

.intro_video {
  max-height: 80vh;
  overflow: hidden;
  display: block;
  position: relative;
  margin-bottom: 80px;
}

.intro_video video {
  transform: translateY(-10%);
}

.AMS_custom {
  padding-bottom: 60px;
}

.uk-sticky {
  position: absolute;
}

h1.slider-title {
}

.slider-title h1 {
  color: #ffffff !important;
  font-weight: 300;
  text-shadow: 2px 2px 0px #000000, 0px 0px 4px #000000;
  width: 100%;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 2.3rem !important;
  margin-bottom: 10px;
}

.slider-title h2 {
  margin: 0;
  color: #ffffff;
  text-shadow: 2px 2px 0px #000, -1px -1px 2px #7d7d7d;
  font-family: Trebuchet MS, Helvetica, sans-serif;
  /* font-weight: 600; */
  font-size: 2.3rem !important;
  text-transform: none;
}

ul {
}

.show_menu {
  height: 40px;
  border-radius: 0px 0 5px 5px;
  /* width: 100%; */
}

.content h3 {
  font-size: 2.5rem;
  font-weight: 300;
  text-transform: uppercase;
}


blockquote {
  padding: 60px 80px 40px;
  position: relative;
  margin: 0 !important;
  font-size: 2rem;
  font-family: sans-serif;
  line-height: 2.2rem;
  color: #000000;
}

blockquote p {
  font-family: serif;
  /* font-size: 35px; */
  font-weight: 700px;
  text-align: center;
  /* color: #000; */
}

blockquote::before {
  position: absolute;
  background: url('/images/quote.svg') no-repeat;
  height: 150px;
  content: "";
  width: 150px;
  opacity: 0.1;
  left: 0;
}

blockquote::after {
  content: "";
  bottom: 15px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  border-bottom: 3px solid #86776f;
  height: 3px;
  width: 200px;
}


em {
  color: #000000;
  font-size: 1.5rem;
  font-family: serif;
}

.slide_prod.image_2 {
}

.slide_prod .image_2 {
  width: 350px;
  margin: 0 auto;
}

img.fasad {
  position: absolute;
  top: -152px;
  text-align: center;
  margin: 0 auto;
}

.info_title h4 {
  color: white;
  font-size: 2.5rem;
  font-weight: 100;
  float: left;
}

.info_title h4 span {
  font-weight: 400;
  padding-left: 7px;
  text-transform: uppercase;
}

.icons img {
  width: 47px;
  margin-left: 10px;
}

.examples span {
  display: block;
  font-weight: 300;
  font-size: 0.8rem;
}

.examples img {
  width: 60px;
}

.execution {
  width: 50px;
  padding-bottom: 18px;
  line-height: 12px;
}

a.button_more {
  text-align: center;
  margin: 20px auto;
  color: #5B5B5B;
  background-color: #D3D3D3;
  padding: 7px 20px;
  display: block;
  border-radius: 5px;
  transition: 1s;
  padding: 10px !important;
}

a.button_more:hover {
  text-decoration: none;
  background: #484848;
  color: white;
  transition: 1s;
}

.uk-modal-header {
  border-radius: 30px;
}

.uk-modal-dialog {
  border-radius: 20px;
}

span.uk-modal-title {
}

.dop_info .uk-modal-header span {
  font-size: 1rem;
}

.dop_info .uk-modal-header h5, .dop_info .uk-modal-header h5 span {
  margin: 0;
  font-size: 3rem;
  text-transform: uppercase;
}

.dop_info .uk-modal-header h5 span {
  padding-right: 8px;
  font-weight: 100;
}

.uk-modal-body img {
  margin: 0 auto;
  text-align: center;
  display: block;
}

p.dop_info {
}

.ams_product_slider {
  margin-bottom: 80px;
}

/*------contacty_begin-----*/
.question_flex {
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 50px;
}

p.p_questions {
  text-transform: uppercase;
  font-family: 'Oswald', sans-serif;
  font-size: 46px;
  font-weight: 100;
  color: #FFFFFF;
}

label.control-label {
  font-family: 'Oswald', sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  text-align: right !important;
  color: #fff;
  margin-right: 15px;
}

.jsn-master {
  font-size: 18px !important;
}

/*------contacty_end-----*/
footer {
  background: #8E897A;
  padding-bottom: 50px;
  /* transform: translateY(-150px); */
}

/*h4.under_line_left::after {content: "";width: 180px;background: #8e897a;height: 2px;display: block;left: 0px;transform: translate(0%, 10px);}
h4.under_line_right::after {content: "";width: 180px;background: #8e897a;height: 2px;display: block;right: 0px;position: absolute;transform: translate(-23%,10px);}*/

a.uk-position-center.uk-position-small.uk-slidenav-large.uk-slidenav-next.uk-icon.uk-slidenav {
  z-index: 1000;
}

.right40 {
  /* left: 50%; */
}

.uk-modal-footer.dop_info {
  background: #8e897a;
  border-radius: 0 0 20px 20px;
  text-align: center;
  color: #fff;
}

label.control-label {
  width: auto !important;
  float: left;
}

.jsn-uniform.jsn-master .jsn-row-container.form-horizontal .jsn-form-content div.controls {
  margin-left: 85px !important;
}

.jsn_uniform_modal_message_form_d209dc2f2d3390edff9f5a57b099c046 {
}

.jsn-uniform-thank-you-modal p {
}

.jsn-uniform-thank-you-modal > div > p {
  text-align: center;
  padding-top: 50px !important;
}

a.top_butt {
  /* position: fixed; */
  /* bottom: 10%; */
  /* right: 10%; */
  float: right;
}

.slider-title {
  position: absolute;
  top: 0;
  transform: translateY(50vh);
}

h4.under_line_right, h4.under_line_left {
  font-size: 28px !important;
}


.header_bg_fp a {
  color: #8E7248 !important;
  font-weight: 400 !important;
  font-family: 'Oswald', sans-serif;
}

.block_head a {
  font-size: 14px;
}

header.normal .ams_menu ul li a {
  color: #8e897a;
  text-shadow: 0 0 0;
}

header.normal .telephones a, header.normal .mail a, header.normal .site a {
  color: #8e897a;
  text-shadow: 0 0 0;
}

header svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
  margin-bottom: 3px;
}

.adress_company a {
  color: white;
}

.uniform_1 {
  margin-top: 25px;
}

info_panel_container:hover .info_panel {
  opacity: 1 !important;
  transition: 1s;
}


.info_panel {
  opacity: 0.1;
  transition: 0.3s;
}


div#warning {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #333333;
  z-index: 999;
  text-align: center;
}

#warning img {
  bottom: 0%;
}

#warning span {
  color: white;
  width: 80%;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 15%;
}

img.warn_logo {
  margin-top: 5%;
  opacity: 50%;
  width: 40vw;
}

header.white .toolbar svg {
  -webkit-filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, .7));
  filter: drop-shadow(1px 2px 1px rgba(0, 0, 0, .7));
}

.mail span, .site span, .telephones span, .languages span {
  font-size: .9em;
}

.color_light {
  color: white;
}

.icons {
  margin: 2px !important;
}

button.uk-offcanvas-close.uk-close.uk-icon {
  position: absolute;
  right: 10px;
}

.uk-offcanvas-bar .ams_menu {
  padding-top: 40px;
}

.uk-offcanvas-bar .ams_menu li {
  width: 100%;
  text-align: right;
  padding-top: 10px;
  float: right;
}

ggg {
}

button.uk-button.uk-button-default {
  z-index: 1002;
  display: inline;
  float: left;
  position: absolute;
  right: 0;
}

span.info_butt2 {
  float: left;
  display: block;
  position: absolute;
}

button.info_butt2 {
  z-index: 9999;
  position: relative;
  background: #ffffff;
  width: 115px;
  height: 115px;
  border-radius: 100px; /* display: block; */
  right: 100px;
  float: right;
  color: black;
  font-weight: 600;
  font-size: 1rem;
  opacity: 0.7;
  top: 32vh;
}

.drop.uk-dropdown.uk-open {
  background: none;
}

.uk-container.slide_container {
  display: block;
  position: relative;
}

.please_click {
  display: block;
  opacity: 1 !important;
  position: relative;
  top: -127px;
  height: 75px;
  text-align: center;
  z-index: 9999;
}

.info_panel_container {
  display: block;
  position: relative;
  float: right;
}

.info_panel_container:hover .info_panel {
  opacity: 1 !important;
  transition: 1s;
}

.info_panel_container:hover .please_click {
  opacity: 0 !important;
  transition: 0.5s;
  display: none;
}

a.uk-position-center-left.uk-position-large.uk-slidenav-large.uk-slidenav-previous.uk-icon.uk-slidenav {
  padding: 0px;
}

ms_product_slider {
}

.mcp {
  display: block;
}

.button_shop:hover {
  background: linear-gradient(to bottom, #e6e2d6 5%, #d0cab8 100%);
  color: #8e897a !important;
  transition: .5s;
  border: 2px solid;
  border: 2px solid;
  text-align: center;
  display: flex;
  text-decoration: none;
  position: relative;
  border: 2px solid #8e897a;
  cursor: pointer;
  color: #505739;
  transition: .5s;
  font-weight: bold;
  text-decoration: none;
  /* text-shadow:0px 1px 0px #ffffff; */
}

.button_shop__dark:hover {
  background: #2C2A26;
  border: none;
  font-weight: normal;
}

h4.slog {
  font-size: 1.5em !important;
  text-transform: uppercase;
  margin-top: 10px;
  line-height: 1.4 !important;
}

.motivator {
  font-size: 0.9em;
}

.button_shop:hover a {
  color: #8e897a;
  text-decoration: none;
}

.btn-toolbar {
  width: 100%;
  float: left;
  display: block;
}

.jsn-master .jsn-bootstrap .form-actions, .jsn-master.ui-dialog-contentpane .jsn-bootstrap .form-actions {
  padding: 0 !important;
  margin-left: 90px !important;
}

button.button_questions:hover {
  background: #8e897a !important;
  transition: .5s;
  color: white !important;
}

.please_click img {
  width: 70px;
}

.jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content span.required {
  color: white !important;
}


/* 404 */

#notfound {
  position: relative;
  height: 100vh;
}

#notfound .notfound {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound {
  max-width: 520px;
  width: 100%;
  line-height: 1.4;
  text-align: center;
}

.notfound .notfound-404 {
  position: relative;
  height: 200px;
  margin: 0px auto 20px;
  z-index: -1;
}

.notfound .notfound-404 h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 236px;
  font-weight: 200;
  margin: 0px;
  color: #211b19;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.notfound .notfound-404 h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
  color: #211b19;
  background: #fff;
  padding: 10px 5px;
  margin: auto;
  display: inline-block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
}

.notfound a {
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  padding: 13px 23px;
  background: #ff6300;
  font-size: 18px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.notfound a:hover {
  color: #ff6300;
  background: #211b19;
}

#company .uk-slideshow-items.header_slide li img {
  width: 100%;
  animation: none;
  height: 100%;
  display: block;
  margin-left: auto;
}

#production-gallery {
  padding-top: 60px;
}

#production-gallery .uk-grid {
  justify-content: center;
}
.ul_list {
  padding-left: 20px;
}

#our_production h4.under_line_right,
#our_production h4.under_line_left {
  font-size: 25px !important;
}

@media only screen and (max-width: 767px) {
  .notfound .notfound-404 h1 {
    font-size: 148px;
  }
}

@media only screen and (max-width: 480px) {
  .notfound .notfound-404 {
    height: 148px;
    margin: 0px auto 10px;
  }

  .notfound .notfound-404 h1 {
    font-size: 86px;
  }

  .notfound .notfound-404 h2 {
    font-size: 16px;
  }

  .notfound a {
    padding: 7px 15px;
    font-size: 14px;
  }
}


span.help-block.help-blank {
  font-family: 'Oswald', sans-serif !important;
  font-size: .8rem;
  float: right;
  text-align: -webkit-right;
  width: 200px;
  position: absolute;
  right: 8px;
  padding: 3px;
}

span.validation-result.label.label-important {
  padding: 3px 10px;
}

#request-form {
  padding: 42px 0;

}
.request-block {
  background-repeat: no-repeat;
  background-size: cover;
}
.module-row {
  display: flex;
  width: 100%;
  align-items: center;
}

.module-column {
  width: 50%;
}

.module-content {
  max-width: 520px;
  font-family: Oswald;
  font-style: normal;
}

.module-content h3 {
  font-weight: 500;
  font-size: 54px;
  line-height: 80px;
  color: #FFFFFF;
  text-transform: uppercase;
}

.module-content p {
  font-size: 32px;
  line-height: 47px;
  font-weight: normal;
  color: #FFFFFF;
}

.module-content p > span {
  font-weight: 500;
  text-transform: uppercase;
}

.module-form {
  background-color: #fff;
  max-width: 488px;
  margin-left: auto;
  box-sizing: border-box;
  padding: 60px 80px;
}

.module-form > p {
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-size: 36px;
  line-height: 140%;
  text-align: center;
  text-transform: uppercase;
  color: #57585A;
}

#request-form .jsn-row-container.row-fluid .control-group div.controls {
  margin: 0 !important;
  position: relative;
}

#jsn_form_11 label,
#jsn_form_10 label,
#jsn_form_9 label {
  display: none;
}

#jsn_form_11 .form-actions,
#jsn_form_10 .form-actions,
#jsn_form_9 .form-actions {
  margin: 0 !important;
}

#jsn_form_11 .control-group,
#jsn_form_10 .control-group,
#jsn_form_9 .control-group {
  padding: 9px 0 !important;
}

#jsn_form_11 input[type="text"],
#jsn_form_10 input[type="text"],
#jsn_form_9 input[type="text"] {
  box-sizing: border-box;
  padding: 0 24px;
  width: 100% !important;
  height: 50px;
  margin: 0;
  border: 1px solid #86776F;
  border-radius: 5px;
}

#jsn_form_11 textarea,
#jsn_form_10 textarea,
#jsn_form_9 textarea {
  box-sizing: border-box;
  font-size: 14px;
  line-height: 16px;
  color: #57585A;
  margin: 0;
  width: 100% !important;
  padding: 17px 30px;
  border: 1px solid #86776F;
  border-radius: 5px;
}

#jsn_form_11 .send-btn,
#jsn_form_10 .send-btn,
#jsn_form_9 .send-btn {
  background: #57585A;
  border: 1px solid #5F5235;
  box-sizing: border-box;
  border-radius: 5px;
  width: 100%;
  padding: 0 10px;
  height: 50px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
}

#jsn_form_11 .send-btn:hover,
#jsn_form_10 .send-btn:hover,
#jsn_form_9 .send-btn:hover {
  cursor: pointer;
}

.request-block .jsn-row-container .control-group .controls .help-block {
  position: absolute;
  font-size: 14px;
  right: 9px;
  font-family: 'Oswald';
}

.offer-block {
  position: relative;
  margin-top: -200px;
}

.offer-block h3 {
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  font-size: 28px;
  line-height: 41px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 32px;
}

.offer-block__content {
  background-color: #8E897A;
  background-image: url("../../../images/form-bg.png");
  padding: 40px 85px 60px;
}

.offer-block__content .jsn-row-container.form-horizontal {
  display: flex;
  align-items: center;
}

.offer-block__content .jsn-row-container.row-fluid > div {
  display: flex;
  justify-content: space-evenly;
}

.offer-block__content .jsn-row-container.row-fluid .control-group {
  position: relative;
  display: flex;
  align-items: center;
}

.offer-block__content .jsn-row-container.row-fluid .control-group label.control-group {
  margin-right: 5px !important;
}

#jsn_form_5.jsn-master .jsn-bootstrap .jsn-form-content .control-group .control-label {
  color: #ffffff !important;
}

.offer-block__content .jsn-row-container.row-fluid .control-group div.controls {
  width: 100%;
}

.offer-block__content .jsn-uniform.jsn-master .jsn-row-container.form-horizontal .jsn-form-content div.controls {
  margin-left: 0 !important;
}

.offer-block__content .jsn-uniform.jsn-master .jsn-row-container .jsn-form-content {
  width: 70%;
  margin-right: 5%;
}

.offer-block__content .jsn-uniform.jsn-master .jsn-row-container .form-actions {
  margin: 0 !important;
  width: 25%;
}

.offer-block__content .form-actions .send-offer-btn {
  width: 100%;
  height: 50px;
  background: #57585A;
  border: 1px solid #5F5235;
  box-sizing: border-box;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  max-width: 300px;
}

.offer-block__content .form-actions .send-offer-btn:hover {
  cursor: pointer;
}

.offer-block__content span.help-block.help-blank {
  right: 7px;
  top: 57px;
  padding: 0;
}

.offer-block__content form input[type="text"] {
  box-sizing: border-box;
  padding: 0 24px;
  width: 100% !important;
  height: 50px;
  margin: 0;
  border: 1px solid #86776F;
  border-radius: 5px;
}

.offer-block__content .jsn-row-container .control-group .controls {
  max-width: 250px;
}

.offer-block__content .jsn-row-container .control-group .controls .help-block {
  position: absolute;
  top: 63px;
  font-size: 14px;
  right: 6px;
  line-height: 20px;
  text-align: right;
}

.offer-block__content .jsn-row-container .control-group .controls .help-block > span {
  padding: 2px 5px;
}
#our_production .uk-grid {
  align-items: baseline;
}

@media (max-width: 1200px) {
  .offer-block {
    margin-top: -180px;
  }

  .offer-block__content {
    padding: 40px 60px 60px;
  }

  ul#main_menu li, ul#stick_menu li {
    padding-left: 20px;
  }
}

@media (max-width: 1024px) {
  .site {
    top: 0;
    position: relative;
    padding: 0 !important;
    background: transparent;
  }

  .site a {
    padding: 0 !important;
    background: transparent;
  }

  .site a svg {
    margin-right: 0 !important;
  }

  .mail {
    margin-left: 10px !important;
  }
}

@media (max-width: 959px) {
  .offer-block__content .jsn-row-container.form-horizontal {
    flex-wrap: wrap;
  }

  .offer-block__content .jsn-uniform.jsn-master .jsn-row-container .jsn-form-content {
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 24px;
  }

  .offer-block__content .jsn-uniform.jsn-master .jsn-row-container .form-actions {
    width: 100%;
  }
  .module-row {
    flex-wrap: wrap;
  }
  .module-column {
    width: 100%;
  }
  .module-content {
    max-width: 100%;
    text-align: center;
  }
  .module-form {
    padding: 40px 32px;
    margin: auto;
  }
  #request-form {
    background-size: cover;
    background-repeat: no-repeat;
  }
  #our_production .uk-grid {
    margin-left: 0;
  }
  .uk-grid-column {
    width: 50%;
    padding-right: 30px;
  }
  .intro_video {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .offer-block {
    margin-top: 0;
  }

  .offer-block__content {
    padding: 36px 36px 40px;
  }

  .offer-block h3 {
    margin-bottom: 24px;
  }

  .offer-block__content .jsn-uniform.jsn-master .jsn-row-container .jsn-form-content {
    width: 100%;
    margin-right: 0;
  }

  .offer-block__content .jsn-uniform.jsn-master .jsn-row-container .form-actions {
    width: 100%;
  }

  .offer-block__content .jsn-row-container.row-fluid > div {
    flex-wrap: wrap;
  }

  .offer-block__content .jsn-row-container.row-fluid .control-group {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .offer-block__content .jsn-row-container .control-group .controls {
    max-width: 100%;
  }

  #jsn_form_5.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
    padding: 5px 0 !important;
  }
  .offer-block__content .form-actions .send-offer-btn {
    max-width: 100%;
  }
  .uk-grid-column {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 639px) {
  #request-form {
    margin-bottom: 60px;
  }
  .uk-grid-column {
    width: 100%;
  }
  .button_shop__dark {
    max-width: 300px;
    height: 50px;
  }
}
