* {
  margin: 0px;
  padding: 0px;
}
html {
  font-size: 16px;
}
body {
  font-family: 'viper';
  color: #000;
  background-color: #fff;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none ;
  color: inherit;
}
ul {
  list-style: none;
}
input,
select,
button,
textarea {
  outline: none ;
}
button,
input,
select,
textarea {
  border: none;
}
button {
  cursor: pointer;
}
h1 {
  font-size: 2.25rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.125rem;
}
.wrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/*-------------------END BASE STYLE----------------------------------*/
@font-face {
  font-family: 'viper';
  src: url('../fonts/10926.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'stolzl';
  src: url('../fonts/11452.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'stolzl';
  src: url('../fonts/11446b.otf');
  font-weight: bold;
  font-style: normal;
}
/*-------------------END FONTS---------------------------------------*/
/*!!!!!!!!!!!!!!!!!!!STYLE CSS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
header {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 210px;
  border-bottom: 1px solid #b4b3b3;
  background: url(../img/header_bg.png);
  background-repeat: repeat-x;
}
header .wrap {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.logo {
  display: inline-block;
}
.logo img {
  max-width: 220px;
}
.header_phone {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.header_phone img {
  max-width: 35px;
  margin-right: 15px;
}
.footer_item i {
   color:#fff;
   margin-right: 10px;
}
.header_phone a {
  font-size: 1.5em;
  color: #322b21;
  font-family: 'stolzl';
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
}
.header_mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_mail img {
  max-width: 35px;
  margin-right: 19px;
}
.header_mail a {
  font-size: 1.5em;
  color: #322b21;
  font-family: 'stolzl';
  font-weight: bold;
}
.header_links a {
  display: block;
  font-size: 1.1em;
  width: 200px;
  padding: 15px 0;
  color: #322b21;
  text-align: center;
  font-family: 'stolzl';
  border: 2px solid #322b21;
  border-radius: 8px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
nav {
  width: 100%;
  background: #322b21;
  height: 105px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
nav ul {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav ul a {
  color: #fff;
  display: inline-block;
  border: 2px solid #e2e3e6;
  width: 200px;
  padding: 15px 0;
  text-align: center;
  border-radius: 8px;
  font-size: 1.3em;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav ul a:hover {
  background: #fff;
  color: #322b21;
}
/*-------------------END HEADER--------------------------------------*/
/*+++++++++++++++++++START MAIN++++++++++++++++++++++++++++++++++++++*/
main {
  padding: 50px 0;
  color: #322b21;
}
main h2 {
  margin-bottom: 30px;
}
main ul {
  font-family: 'stolzl';
  font-size: 1.2em;
  list-style: disc ;
  padding-left: 20px;
}
main .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_item {
  width: 50%;
}
.main_p {
  font-family: 'stolzl';
  font-size: 1.2em;
  margin-bottom: 35px;
  padding-left: 20px;
}
/*-------------------END MAIN----------------------------------------*/
/*+++++++++++++++++++START FOOTER +++++++++++++++++++++++++++++++++++*/
footer {
  background: #322b21;
  font-family: 'stolzl';
  color: #fff;
  font-size: 1.1em;
  height: 100px;
}
footer .wrap {
  height: 100%;
}
.footer_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
body.products .header_phone a {
  color: #262626;
}
body.products .header_mail a {
  color: #262626;
}
body.products .header_links a {
  color: #262626;
}
body.products nav {
  background: #262626;
}
body.products nav a:hover {
  color: #262626;
}
body.products main {
  color: #262626;
}
body.products footer {
  background: #262626;
}
body.products .nav_mob {
  background: #262626;
}
body.description .header_phone a {
  color: #303333;
}
body.description .header_mail a {
  color: #303333;
}
body.description .header_links a {
  color: #303333;
}
body.description nav {
  background: #303333;
}
body.description nav a:hover {
  color: #303333;
}
body.description main {
  color: #303333;
}
body.description footer {
  background: #303333;
}
body.description .nav_mob {
  background: #303333;
}
.product_wrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_item {
  display: inline-block;
  text-align: center;
  max-width: 300px;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.product_item img {
  max-width: 300px;
  margin: 0 0 20px 0;
  border-radius: 10px;
}
.product_wrap2 {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product_item2 {
  font-family: 'stolzl';
  display: inline-block;
  text-align: left;
  max-width: 300px;
  margin-bottom: 20px;
  margin-right: 3%;
  border-radius: 10px;
  text-transform: uppercase;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.product_item2 img {
  max-width: 300px;
  margin: 0 0 20px 0;
  border-radius: 10px;
}
.descr_wrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.descr_wrap h2, .descr_wrap h1 {
  margin-bottom: 10px;
}
.descr_wrap h4 {
  font-family: 'stolzl';
  font-weight: normal;
  margin-bottom: 25px;
}
.descr_item {
  margin-right: 50px;
}
.descr_item h5,
.descr_item h2,
.descr_item h1 {
  font-family: viper;
}
.descr_item ul {
  margin-bottom: 25px;
  font-size: 1.1em;
}
.descr_item p {
  font-size: 1.1em;
}
.descr_item img {
  margin-bottom: 20px;
  
}
.seo_text {
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    padding: 0 50px;
    margin-top: 20px;
}
.des_img {
    max-width: 400px;
}
.descr_wrap {
  font-family: 'stolzl';
}
.montag_wrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
}
.montag_wrap p {
    font-family: 'stolzl';
    line-height: 1.7;
}
.montag_wrap ul li {
  margin-bottom: 15px;
}
.mb40 {
  margin-bottom: 40px;
}
.table {
  margin-top: 20px;
}
.galery_wrap {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.galery_wrap img {
  display: inline-block;
  margin-bottom: 20px;
  max-width: 450px;
}
.mob {
    display:none;
  width: 45px;
  height: 70px;
  overflow: hidden;
  background: none;
}
.mob span {
  display: block;
  position: relative;
  width: 100%;
  height: 6px;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
}
.mob span:before {
  content: "";
  width: 100%;
  border-radius: 4px;
  position: absolute;
  top: -15px;
  left: 0;
  height: 6px;
  background-color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.mob span:after {
  border-radius: 4px;
  content: "";
  width: 100%;
  position: absolute;
  height: 6px;
  left: 0;
  background-color: #fff;
  bottom: -15px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.mob .active {
  background: none;
}
.mob .active:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mob .active:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav_mob {
  display: none;
  position: absolute;
  background: #322b21;
  z-index: 1;
  width: 100%;
  top: 100%;
  height: auto;
  opacity: 0.98;
}
.nav_mob a {
  display: block;
  border: none;
}
.li_link {
    margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.li_link a {
    border:1px solid;
    width: 79px;
}
.about p {
  font-family: 'stolzl';
  font-size: 1.2em;
  margin: 10px 0;
}
.wrap_contact {
  max-width: 1920px;
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.contact_item {
  width: 50%;
  font-family: 'stolzl';
  margin-bottom:20px;
}
.contact_item  iframe {
   width:100%;
}
.contact_item h4 {
  font-family: 'viper';
}
.contact_item h5 {
  margin-bottom: 20px;
}
.contact_item i {
  margin-right: 20px;
}
.contact_item p {
  margin: 20px 0;
}
.sp_b {
    display: block;
    margin-bottom: 10px;
}
.con_p {
    padding-left:25px;
    position: relative;
}
.con_p .fa {
    position: absolute;
    left:0px;
}
.contact_item input,
.contact_item textarea {
  border: 1px solid #e2e3e6;
}
.contact_item label {
  display: block;
}
.contact_item input {
  width: 45%;
  margin-bottom: 20px;
  height: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
}
.contact_item textarea {
  width: 100%;
  height: 100Px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  margin-bottom: 20px;
}
.contact_item button {
  background: #322b21;
  padding: 10px 30px;
  border-radius: 5px;
  color: #fff;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.contact_item button:hover {
  opacity: .7;
}
.input_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*~~~~~~~~~~~~~~~~~~~MEDIA~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*/
/* Small Devices, Tablets */
@media only screen and (max-width: 1290px) {
  nav ul a {
    width: auto;
    padding: 15px 5px;
  }
  .header_phone a,
  .header_mail a {
    font-size: 1em;
  }
  .header_phone img,
  .header_mail img {
    max-width: 30px;
  }
  .header_mail {
    margin-top: 0;
  }
  .header_phone img {
    left: -35px;
    top: 0px;
  }
  .logo img {
    max-width: 175px;
  }
}
@media only screen and (max-width: 1025px) {
  .header_links a {
    width: 130px;
  }
}
@media only screen and (max-width: 769px) {
  .header_links a {
    font-size: 1em;
    margin-right: 10px;
    width: 100px;
  }
  nav ul a {
    font-size: 0.9em;
  }
  .input_wrap {
    display: block;
  }
  .contact_item input {
    display: block;
    width: 100%;
  }
  .footer_item a {
    margin-left: 10px;
    font-size: 0.9em;
  }
}
@media only screen and (max-width: 450px) {
  nav {
    height: 70px;
    text-align: center;
  }
  nav ul {
    display: none;
  }
  header {
    text-align: center;
    height: auto;
  }
  header .wrap {
    display: block;
  }
  .header_links {
    display: none;
  }
  .wrap {
    padding: 0 10px;
  }
  main .wrap {
    display: block;
  }
  .main_item {
    width: 100%;
  }
  footer {
    height: auto;
    padding: 10px 0;
  }
  footer .wrap {
    display: block;
  }
  .footer_item {
    display: block;
  }
  .footer_item a {
    display: inline-block;
    margin-top: 10px;
    margin-left: 0;
  }
  .header_phone img {
    left: 25px;
  }
  .product_wrap,
  .montag_wrap,
  .galery_wrap,
  .descr_wrap,
  .wrap_contact {
    padding: 0 10px;
  }
  .galery_wrap img {
    max-width: 100%;
  }
  .descr_wrap {
    display: block;
  }
  .descr_item {
    margin-right: 0;
  }
  .descr_item:last-child {
    display: none;
  }
  .wrap_contact {
    display: block;
  }
  .contact_item {
    width: 100%;
  }
  .contact_item h5 {
    margin: 20px 0;
  }
  .mob {
      display:inline-block;
  }
}
