body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 45px;
  line-height: 50px;
  font-weight: 600;
  text-align: center;
  text-shadow: none;
}
h2 {
  margin-top: 20px;
  font-family:'Roboto Slab', sans-serif;
  color: white;
  font-size: 28px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
  text-shadow: none;
}
h3 {
  margin-top: 15px;
  margin-bottom: 0px;
  font-family:'Roboto Slab', sans-serif;
  color: black;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}
h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  font-family:'Roboto Slab', sans-serif;
  font-size: 18px;
  line-height: 25px;
}
.inputfile + label {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  color: #333333;
  padding-bottom: 10px;
  padding-left: 25px;
  background-color: rgba(230, 195, 130, 0.99);
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-size: 20px;
}
.inputfile:focus + label,
.inputfile + label:hover {
  background-color: #e3af4d;
}
.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.button {
  display: inline-block;
  margin-top: 70px;
  padding: 20px 25px 18px 68px;
  border: 1px solid #e6c382;
  border-radius: 5px;
  background-color: rgba(230, 195, 130, 0.99);
  background-image: url('../images/stamp.svg'), -webkit-linear-gradient(#e6c382, #ffbb3d);
  background-image: url('../images/stamp.svg'), linear-gradient(#e6c382, #ffbb3d);
  background-position: 25px 20px, 0% 0%;
  background-size: 30px 32px, auto;
  background-repeat: no-repeat, repeat;
  box-shadow: rgba(255, 255, 255, 0.4) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.2) 0px 0px 5px 0px inset, rgba(255, 255, 255, 0) 0px 67px 67px -40px inset, #966612 0px 4px 0px 0px, rgba(0, 0, 0, 0.8) 0px 3px 10px 1px;
  opacity: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family:'Roboto Slab', sans-serif;
  color: #443b3a;
  font-size: 28px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  text-shadow: #ffe0a6 0px 1px 0px;
}
.pods {
	background: white;
        padding: 10px;
        color: black;
        border-radius: 5px;
	
}
.container-left{
  background-color: #cccccc80;
  padding: 19px;
  width: 44%;
  border-radius: 10px;
}
}
.button:hover {
  border-color: rgba(230, 195, 130, 0.49);
  box-shadow: rgba(255, 255, 255, 0.6) 0px 1px 0px 0px inset, rgba(255, 255, 255, 0.2) 0px 0px 5px 0px inset, rgba(255, 255, 255, 0.6) 0px 67px 67px -40px inset, #966612 0px 4px 0px 0px, rgba(0, 0, 0, 0.8) 0px 3px 10px 1px;
}
.button:active {
  box-shadow: rgba(255, 255, 255, 0) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.34) 0px 1px 7px -1px inset, rgba(255, 255, 255, 0) 0px 67px 67px -40px inset, #966612 0px 2px 0px 0px, rgba(0, 0, 0, 0.4) 0px 3px 6px 0px;
  -webkit-transform: translate(0px, 2px);
  -ms-transform: translate(0px, 2px);
  transform: translate(0px, 2px);
}
.button.form {
  display: block;
  margin-top: 25px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  background-color: rgba(230, 195, 130, 0.99);
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
  font-size: 20px;
}
.hero {
  height: 800px;
  padding-top: 15px;
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
  background-image: linear-gradient(rgba(0, 0, 0, 0.34), rgba(0, 0, 0, 0.34));
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  opacity: 0;
  text-align: center;
}
.line {
  margin-top: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: transparent;
}
.sizer {
  height: 1000px;
}
.navbar {
  display: none;
  height: 102px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 3px none #e6c382;
  border-bottom: 3px solid #e6c382;
  background-color: white;
}
.fa {
  font-family:'Fontawesome webfont', sans-serif;
  color: #443b3a;
  font-size: 25px;
  font-weight: 400;
}
.span-color-1 {
  color: #e6c382;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 0px;
}
.span-color-2 {
  color: red;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 0px;
}
.nav-link {
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 5px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family:'Roboto Slab', sans-serif;
  font-size: 18px;
}
.nav-link:hover {
  border-radius: 5px;
  background-color: #ffe0a6;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.bav-link {
  font-family:'Roboto Slab', sans-serif;
}
.section {
  padding-top: 50px;
  padding-bottom: 80px;
}
.section.bg-color {
  background-color: #ededed;
}
.section.footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #212121;
}
.section.action {
  background-image: -webkit-radial-gradient(50% 0%, circle farthest-side, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url('../images/Seal_2000_c2.png');
  background-image: radial-gradient(circle farthest-side at 50% 0%, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.2)), url('../images/Seal_2000_c2.png');
  background-position: 0% 0%, 24% 50%;
  background-size: auto, 1920px;
  background-repeat: repeat, no-repeat;
  background-size: cover;
}
.section.action-2 {
  background-image: -webkit-radial-gradient(76% 4%, circle, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url('../images/kmc224ex2_5.jpg');
  background-image: radial-gradient(circle at 76% 4%, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.4)), url('../images/kmc224ex2_5.jpg');
  background-position: 0% 0%;
  background-attachment: top;
  background-size: cover;
}
.section.action-3 {
  background-image: -webkit-radial-gradient(67% 3%, circle, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.29)), url('../images/Hot-Wax-Seal_c.jpg');
  background-image: radial-gradient(circle at 67% 3%, rgba(0, 0, 0, 0.70), rgba(0, 0, 0, 0.29)), url('../images/Hot-Wax-Seal_c.jpg');
  background-position: 0% 0%, 86% 50%;
  background-repeat: repeat, no-repeat;
}
.h1-black {
  color: black;
  font-size: 38px;
  text-transform: uppercase;
  text-shadow: none;
}
.h1-white {
  text-transform: none;
  text-shadow: black 0px 2px 0px;
  font-size: 36px;
}
.row {
  margin-top: 50px;
  text-align: center;
}
.row.ontacts {
  margin-top: 30px;
}
.image-shadow {
  position: relative;
  z-index: 0;
  margin-top: -86px;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.image-magazine {
  position: relative;
  z-index: 1;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.image-magazine-2 {
  position: relative;
  z-index: 1;
}
.image-shadow-2 {
  position: relative;
  z-index: 0;
  margin-top: -83px;
}
.column-1 {
  text-align: center;
}
.column-format {
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  text-align: center;
}
.column-format.center-column-gooter {
  padding-top: 23px;
  padding-bottom: 23px;
}
.image-format {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.image-format:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.image-format:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.stamp-shadow-1 {
  position: relative;
  left: -2px;
  margin-top: -139px;
  padding-top: 0px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.stamp-shadow-1:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.stamp-shadow-2 {
  position: relative;
  left: -33px;
  margin-top: -130px;
}
.map {
  height: 500px;
  font-family: Exo, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: none;
}
.h2-black {
  color: black;
  font-size: 25px;
  text-shadow: none;
}
.h2-black.copy-1 {
  margin-top: 50px;
  text-shadow: none;
}
.all-link {
  display: block;
  margin-top: 15
  opacity: 1;
  font-family:'Roboto Slab', sans-serif;
  color: black;
  font-size: 30px;
  line-height: 35px;
  text-decoration: none;
}
.all-link.min-font {
  font-size: 25px;
  text-align: center;
}
.all-link.min-font.footer-tel {
  margin-top: 8px;
  color: white;
}
.all-link.top-tel {
  margin-top: 0px;
  color: #fff;
  font-size: 25px;
  font-weight: 400;
  text-align: right;
  text-shadow: rgba(0, 0, 0, 0.68) 0px 2px 0px;
}
.container {
  -webkit-transition: all 500ms ease-in-out;
  transition: all 500ms ease-in-out;
  text-align: center;
}
.span-tel {
  font-size: 25px;
}
.span-tel.footer-tel-span {
  font-size: 20px;
}
.span-tel.span-top-tel {
  font-size: 20px;
}
.adress {
  margin-top: 15px;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family:'Roboto Slab', sans-serif;
  color: black;
  font-size: 30px;
  line-height: 35px;
  font-weight: 400;
}
.adress.top-adress {
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  opacity: 1;
  color: #fff;
  font-size: 19px;
  text-align: right;
  text-shadow: rgba(0, 0, 0, 0.6) 0px 2px 0px;
}
.form-wrapper-block {
  /* padding: 20px 30px; */
  border: 35px solid #ffffff;
  border-radius: 4px;
  background-color: #e5e5e5;
}
.text-field {
  height: 50px;
  padding-left: 45px;
  border: 0px solid transparent;
  background-color: #ffeed1;
  background-image: url('../images/icons-01.png');
  background-position: 15px 13px;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: transparent 0px 0px 0px 2px inset, #e3af4d 0px 0px 0px 1px inset;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
  font-family:'Roboto Slab', sans-serif;
  color: black;
  font-size: 16px;
  font-weight: 400;
}
.text-field:hover {
  background-color: white;
}
.text-field:focus {
  background-color: white;
  background-image: url('../images/icons-05.png');
  box-shadow: #e3af4d 0px 0px 0px 2px inset, #e3af4d 0px 0px 0px 1px inset;
}
.text-field.field-2 {
  background-image: url('../images/icons-02.png');
}
.text-field.field-2:focus {
  background-image: url('../images/icons-06.png');
}
.desription-form {
  margin-bottom: 5px;
  font-family:'Roboto Slab', sans-serif;
  font-size: 25px;
  line-height: 35px;
  font-weight: 400;
  text-align: center;
}
.desription-form.min {
  margin-bottom: 25px;
  font-size: 17px;
  line-height: 20px;
}
.paragraph {
  margin-top: 20px;
  font-size: 23px;
  line-height: 35px;
  font-weight: 400;
}
.text-link {
  color: #333;
}
.nav-menu {
  margin-top: 14px;
  margin-bottom: 14px;
}
.navbar-2 {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 3px solid #e6c382;
  background-color: white;
  opacity: 0;
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.foto-fon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: -1;
  height: 800px;
  background-image: url('../images/fon_next.png');
  background-position: 50% 50%;
  background-size: cover;
}
.h1 {
  font-size: 60px;
  text-shadow: rgba(0, 0, 0, 0.8) 0px 2px 0px;
  padding-bottom: 25px;
}
.h2 {
  font-size: 60px;
  text-shadow: rgba(0, 0, 0, 0.9) 0px 4px 0px;
  background-color: red;
  padding: 32px;
  margin-left: 30%;
  border: 8px solid;
  border-color: #fff;
  border-radius: 10px;
  margin-right: 30%;
}
.h2.tonkie {
  font-weight: 400;
}
.h4.tonkie {
  font-weight: 400;
  color:white;
  font-size: xxx-large;
}
.brand-footer {
  display: inline-block;
  float: none;
}
.about-text {
  margin-top: 20px;
  font-family:'Roboto Slab', sans-serif;
  font-size: 20px;
  line-height: 30px;
}
.colop-r-40 {
  position: relative;
  z-index: 1;
  display: block;
}
.stamp-shadow-3 {
  position: relative;
  left: -15px;
  z-index: 0;
  margin-top: -77px;
}
.trodat-4642 {
  display: block;
}
.stamp-shadow-4 {
  position: relative;
  left: -16px;
  z-index: 0;
  margin-top: -77px;
}
.adress-link {
  text-decoration: none;
}
.image-akciya {
  position: absolute;
  width: 325px;
  top: 16px;
  right: 5%;
}
.image-akciya-buh {
  position: absolute;
  width: 325px;
  top: 36px;
  right: 5%;
}
.column-top-tel {
  text-align: right;
}
.success {
  background-color: #ffe0a6;
}
.container__size {
  overflow-x: hidden;
  overflow-y: hidden;
}
.action {
  display: block;
  margin-top: 30px;
  margin-right: auto;
  margin-left: auto;
}
.link-action {
  display: block;
  width: 225px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.link-action:hover {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.link-action:active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
html.w-mod-js *[data-ix="show-object-scroll"] {
  opacity: 0;
  -webkit-transform: translate(-200px, 0px);
  -ms-transform: translate(-200px, 0px);
  transform: translate(-200px, 0px);
}
html.w-mod-js *[data-ix="show-object-scroll-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
html.w-mod-js *[data-ix="show-object-scroll-3"] {
  opacity: 0;
  -webkit-transform: translate(200px, 0px);
  -ms-transform: translate(200px, 0px);
  transform: translate(200px, 0px);
}
html.w-mod-js *[data-ix="show-object-scroll-4"] {
  opacity: 0;
  -webkit-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate(0px, 100px);
}
@media (max-width: 991px) {
  .button {
    font-size: 25px;
  }
  .button.form {
    font-size: 18px;
  }
  .h1-black {
    font-size: 35px;
    text-shadow: none;
  }
  .h1-white {
    font-size: 36px;
    text-shadow: none;

  }
  .wrapper-magazine-2 {
    height: 268px;
  }
  .h2-black {
    font-size: 18px;
    text-shadow: none;
  }
  .all-link {
    font-size: 30px;
  }
  .all-link.min-font.footer-tel {
    font-size: 20px;
  }
  .all-link.top-tel {
    font-size: 20px;
  }
  .adress {
    font-size: 25px;
  }
  .adress.top-adress {
    font-size: 17px;
  }
  .text-field {
    font-size: 14px;
  }
  .desription-form {
    font-size: 20px;
  }
  .desription-form.min {
    font-size: 14px;
  }
  .paragraph {
    font-size: 18px;
  }
  .h1 {
    font-size: 37px;
  }
  .h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .button {
    margin-top: 80px;
    font-size: 20px;
  }
  .section {
    padding-bottom: 50px;
  }
  .h1-black {
    font-size: 30px;
    text-shadow: none;
  }
  .h1-white {
    font-size: 30px;
    text-shadow: none;
  }
  .row {
    margin-top: 30px;
  }
  .h2-black {
    margin-top: 0px;
    font-size: 14px;
    text-shadow: none;
  }
  .all-link {
    font-size: 20px;
  }
  .adress {
    font-size: 20px;
  }
  .form-wrapper-block {
    margin-right: 55px;
    margin-left: 55px;
  }
  .paragraph {
    margin-bottom: 20px;
    font-size: 18px;
  }
  .h1 {
    font-size: 30px;
  }
  .h2 {
    font-size: 16px;
  }
  .about-text {
    font-size: 16px;
  }
  .column-none {
    display: block;
  }
  .column-none.none-2 {
    display: none;
  }
}
@media (max-width: 479px) {
  h3 {
    font-size: 20px;
  }
  .button {
    margin-top: 0px;
    font-size: 15px;
  }
  .button.w--current {
    margin-top: 14px;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 25px;
    background-image: -webkit-linear-gradient(#e6c382, #ffbb3d);
    background-image: linear-gradient(#e6c382, #ffbb3d);
    background-position: 0% 0%;
    background-size: auto;
    background-repeat: repeat;
  }
  .button.form {
    padding: 10px;
    font-size: 15px;
  }
  .hero {
    height: 500px;
  }
  .line {
    margin-top: 30px;
    padding-bottom: 15px;
  }
  .span-color-1 {
    text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 0px;
  }
  .section.bg-color {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .h1-black {
    font-size: 19px;
    line-height: 30px;
    text-shadow: none;
  }
  .h1-white {
    font-size: 16px;
    line-height: 30px;
    text-shadow: none;
  }
  .map {
    font-size: 10px;
  }
  .h2-black {
    margin-top: 10px;
    font-size: 12px;
    line-height: 20px;
    text-shadow: none;
  }
  .all-link {
    font-size: 16px;
  }
  .all-link.top-tel {
    text-align: center;
  }
  .span-tel {
    font-size: 16px;
  }
  .adress {
    font-size: 16px;
  }
  .form-wrapper-block {
    margin-right: 0px;
    margin-left: 0px;
    padding: 15px;
  }
  .desription-form {
    font-size: 13px;
    line-height: 20px;
  }
  .desription-form.min {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .paragraph {
    line-height: 25px;
  }
  .foto-fon {
    height: 500px;
  }
  .h1 {
    font-size: 17px;
    line-height: 30px;
    text-shadow: rgba(0, 0, 0, 0.8) 0px 1px 0px;
  }
  .h2 {
    font-size: 14px;
    line-height: 25px;
    text-shadow: rgba(0, 0, 0, 0.90) 0px 1px 0px;
  }
  .column-top-tel {
    text-align: center;
  }
  .container-top {
    text-align: center;
  }
  .column-none {
    display: none;
  }
  .action {
    margin-top: 0px;
  }
  .link-action {
    width: 100px;
  }
}

@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.woff2') format('undefined'), url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fontawesome';
  src: url('../fonts/FontAwesome.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}